@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap");

:root {
  --bs-font-sans-serif: "Roboto", Helvetica, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-secondary-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-form-font-size: 0.875rem;
  --bs-gray-color: #f7f7f7;
  --bg-primary: #49484c;
  --bg-secondary: #49484c;
  --bg-secondary-hover: #49484c;
  --bg-primary-hover: #49484c;
  --bg-black: #000;
  --bg-white: #ffffff;
  --bg-light: #f7f7f7;
  --text-primary: #49484c;
  --text-danger: #dc3545;
}
body {
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size);
  background-color: var(--bg-light);
  color: #000;
}
button,
input,
optgroup,
select,
textarea {
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size);
}
.text-primary {
  color: var(--bg-primary) !important;
}
.font-8 {
  font-size: 8px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-23 {
  font-size: 23px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500;
}
.font-28 {
  font-size: 28px;
}
.font-29 {
  font-size: 29px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-44 {
  font-size: 44px;
}
.fw-semibold {
  font-weight: 600 !important;
}
.va-super {
  vertical-align: super;
}
.lh-43 {
  line-height: 43px;
}
.w-125 {
  width: 125px !important;
}
.float-end {
  float: right !important;
}
.form-check-input:checked {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
}
.bg-primary {
  background-color: var(--bg-primary) !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.btn-primary {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: none;
  background: #ffa831;
}
.btn-primary-desable {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  padding: 12px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: none;
  background: #d0d0d0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--bg-primary-hover);
  border-color: transparent;
  color: var(--bg-white);
}

.btn-yellow {
  background-image: linear-gradient(#fdae1f, #e19100);
  border-color: linear-gradient(#fdae1f, #e19100);
  border-radius: 12px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 23px;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background-color: var(--bg-primary-hover);
  border-color: transparent;
  color: var(--bg-white);
}
.btn-outline-primary {
  color: var(--bg-primary);
  border-color: var(--bg-primary);
  background-color: var(--bg-white);
  border-radius: 50px;
}
.btn-secondary {
  color: var(--bg-secondary);
  background: var(--bg-white);
  border-color: var(--bg-secondary);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: var(--bg-secondary-hover);
  border-color: transparent;
  color: var(--bg-white);
}
.btn-outline-secondary {
  color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  background-color: var(--bg-white);
}
.text-secondary {
  color: var(--bg-secondary);
}
.bg-white {
  background-color: var(--bg-white) !important;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-5 {
  border-radius: 0.475rem;
}
.text-black {
  color: #000 !important;
}
.accordion-button:not(.collapsed) {
  background-color: var(--bg-gray-color);
}
.dropdown.action i.fa-ellipsis-h {
  color: #cacacb;
  font-size: 24px;
}
.dropdown.action .dropdown-menu {
  min-width: 6rem;
}
.form-select.bootstrap-select {
  padding: 0;
  display: block;
  min-width: 100%;
}
.form-select.bootstrap-select .btn-light {
  color: inherit;
  background-color: inherit;
  font-size: var(--bs-form-font-size);
}
.form-select.bootstrap-select .dropdown-toggle:focus,
.form-select.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.form-control.datepicker {
  padding: 0.375rem 0.75rem;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: initial;
}
.form-control:focus,
.dataTable-input:focus {
  box-shadow: initial;
}
.view-all {
  color: #17437f;
  font-size: 16px;
  font-weight: 500;
}
.border-right {
  border-right: 1px solid #ccd3db;
}
.text-gray-600 {
  color: #7e8299 !important;
}
.font-34 {
  font-size: 34px;
}
#wrapper #content-wrapper {
  background-color: #f7f7f7;
  /* border-top-left-radius: 41px; */
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #002d6a !important;
  border-color: #002d6a !important;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.or-line {
  position: relative;
}
.or-line:before, .or-line:after {
  width: 40%;
  position: absolute;
  border-bottom: 1px solid #E4E4E7;
  content: "";
  top: 10px;
}
.or-line:before {
  left: 0;
}
.or-line:after {
  right: 0;
}
.pagination {
  margin-top: 20px;
  justify-content: flex-end;
  color: #757575;
  font-size: 16px;
  padding: 6px 12px;
  min-width: 88px;
  /* height: 40px; */
}
.pagination .listing-1 .dropdown .dropdown-menu {
  min-width: 88px;
}
.pagination .listing-1 .dropdown .btn {
  border-radius: 6px;
  background: #ededed;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  min-width: 88px;
}
.table-responsive nav {
  width: 100%;
}
.pagination-out .page-count {
  width: 43px;
  height: 43px;
  background: #ededed;
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.pagination-out .page-count.active {
  border-radius: 6px;
  border: 1px solid #7e7e7e;
  color: #1a1a1a;
}
.page-item.disabled .page-link {
  border: 0;
}
.page-item.active .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 50px;
}
.page-link:hover {
  color: #49484c;
  background-color: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}
.page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  border: 0;
  font-size: 14px;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50px !important;
  white-space: nowrap;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*login*/
/* .login-bg {
  background: url(../img/login-young-women-hostel.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: grid;
  align-content: center;
} 
.login-bg .login-right {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  min-height: 100vh;
}
.login-bg .login-right .login_txt::after {
  content: "";
  border-bottom: 4px solid #ed9e0d;
  position: absolute;
  z-index: 9;
  bottom: -20px;
  width: 50px;
  border-radius: 4px;
  left: 0;
}
.login-bg .login-right .login_para {
  color: #b4b4b4;
  font-size: 16px;
}
.text-theme-light {
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.login-bg .login-right .btn-primary {
  border-radius: 22px;
  background: linear-gradient(180deg, #fdae1f 0%, #e19100 100%);
} */
.login-name-content h1 {
  color: #333333 !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  line-height: 35px !important;
  letter-spacing: -1.54px;
  margin-top: 5px;
}
.login-side-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  margin-bottom: 5px !important;
}
.login-box form.user {
  max-width: 350px;
  width: 100%;
}
/*navbar start*/
.sb-sidenav-dark {
  background-color: var(--bg-primary) !important;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link,
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon,
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.8);
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: var(--bg-white);
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--bg-primary);
}

/*footer*/
footer {
  background-color: var(--bg-white);
}
.page-content {
  padding: 24px;
}
.main-wrapper .page-wrapper {
  background-color: #f2f2f2;
}

/*card*/
.card {
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;
  background-color: #fff;
}
.card.com-card {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(76 87 125 / 2%);
  border: 0;
}
.card .card-title {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
h2.card-title {
  color: #000;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
}
.card-header {
  background: transparent;
  padding: 16px;
}
.card-body {
  padding: 20px;
}
.text-theme {
  color: #49484c;
}

/*form*/
.form-add-design label {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
}
.form-add-design .input-group-text {
  border-top-right-radius: 0.475rem !important;
  border-bottom-right-radius: 0.475rem !important;
  border-color: #ddd;
}
/* .form-control,
.form-select{
    border-color: #ddd;
    padding: 0.63rem 1rem;
    line-height: 1.5;
    border-radius: 0.475rem;
} */
.form-add-design .form-control,
.form-add-design .form-control:focus {
  background-color: inherit;
  border-color: #ddd;
  height: 40px;
}
.form-h {
  height: 46px;
  border: 0;
  background-color: #f7f7f7;
  border-radius: 0;
  border-left: 5px solid var(--bg-primary);
}
.form-control.form-h:focus {
  background-color: #f7f7f7;
  border-color: var(--bg-primary);
  box-shadow: none;
}

/*table*/
.table td,
.table th {
  padding: 0.75rem 1rem;
  border: none;
}
.table-responsive::-webkit-scrollbar {
  width: 4px;
  margin: 10px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #cfcfcf !important;
  border-radius: 10px;
  margin: 10px;
}
.max-content {
  width: max-content;
}
.table td {
  padding: 0.75rem 1rem;
}
table tr:hover {
  box-shadow: none !important;
}
table.data-table tr th {
  background-color: #f6f6f6;
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
  font-size: 15px;
  white-space: nowrap;
}
table.data-table tr td {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.93rem 1rem;
  white-space: nowrap;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.87);
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.87);
}
.table > tbody > tr:hover {
  background-color: #f9f9f9 !important;
}
table.data-table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.data-table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.data-table tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table.data-table tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.dataTables_length {
  margin-bottom: 12px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 18px;
}
.td-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80px;
}
/*action button*/
.action-button .dropdown-toggle::after {
  display: none;
}
.action-button a {
  color: #aeaeae;
}
.action-button li span {
  vertical-align: middle;
}
.action-button li {
  min-width: 40px;
  text-align: center;
}
.action-button li span.material-icons {
  line-height: 15px;
}
.action-button .dropdown-menu {
  min-width: initial;
  padding: 8px 8px 4px;
}
.bg-table {
  background-color: #efefef;
  color: var(--bg-black);
}
.table tbody {
  border: none;
}
.action-button li:hover a {
  color: var(--bg-primary);
}
.table-bordered td,
.table-bordered th {
  border-bottom: 1px solid #e3e6f0;
}
.table-bordered tr,
.table-bordered tr:last-child td {
  border: none;
}
.back-hover:hover {
  background-color: var(--bg-primary) !important;
  color: var(--bg-white) !important;
}
.action-button .dropdown-menu {
  transform: translate3d(-30px, -11px, 0px) !important;
}
table tr:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.07);
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default {
  border-color: #dbdbdb;
  font-size: 13px;
  line-height: 21px;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
  padding: 8px 0;
  margin-left: 1rem;
  margin-right: 1rem;
  flex-direction: column;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link {
  color: var(--bg-black);
  font-weight: 500;
  padding: 3px 16px;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link:hover {
  color: var(--text-primary);
}
.custom-modal .modal-header {
  background-color: var(--bg-primary);
}
.custom-modal .modal-content {
  border: none;
}
.custom-modal .modal-title {
  color: var(--bg-white);
}
.dropify-wrapper {
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
}
.dropify-wrapper .dropify-message span.file-icon:before {
  font-size: 50px;
}
.dropify-wrapper .dropify-message span.file-icon {
  font-size: 20px;
  color: #ccc;
}
.accept-text {
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.nicEdit-main {
  outline: none;
}
.search-button .search-icon {
  position: absolute;
  top: 0;
  padding: 4px 6px;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
}
.ck-editor__editable {
  min-height: 150px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--bg-primary);
}
.docx-img img {
  width: 100%;
  height: 150px;
  max-width: 150px;
}
.down-icon {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  max-width: 150px;
  align-items: center;
  display: none;
  justify-content: center;
}
.down-icon .material-icons {
  font-size: 22px;
  line-height: 42px;
  color: var(--bg-primary);
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.docx-img:hover .down-icon {
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
.sb-nav-fixed
  #layoutSidenav
  #layoutSidenav_nav
  .sb-sidenav
  .sb-sidenav-menu::-webkit-scrollbar {
  width: 3px;
}
.sb-nav-fixed
  #layoutSidenav
  #layoutSidenav_nav
  .sb-sidenav
  .sb-sidenav-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sb-nav-fixed
  #layoutSidenav
  #layoutSidenav_nav
  .sb-sidenav
  .sb-sidenav-menu::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.sb-nav-fixed
  #layoutSidenav
  #layoutSidenav_nav
  .sb-sidenav
  .sb-sidenav-menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.search-form .select2-container .select2-selection--single {
  height: 36px;
  background-color: #fafafa;
  border-color: #fafafa;
  border-radius: 5px;
  max-width: 250px;
  min-width: 250px;
  width: 100%;
}
.search-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 20px;
  color: #49484c;
  font-weight: 500;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
}
.select2-container .select2-selection--multiple {
  min-height: 52px;
  border-radius: 6px;
  padding-left: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar,
.ox-auto::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-track,
.ox-auto::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 35px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.ox-auto::-webkit-scrollbar-thumb {
  background: rgb(53 96 147 / 80%);
  border-radius: 35px;
}
.ox-auto {
  overflow-y: hidden;
}
.search-button .form-control {
  padding-right: 36px;
}
.search-form .select2-container--open .select2-dropdown--below {
  border: none;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%),
    0 9px 28px 8px rgb(0 0 0 / 5%);
}
.form-add-design .select2-container .select2-selection--multiple,
.form-add-design .select2-container .select2-selection--single {
  height: 43px;
  border-radius: 0.35rem;
  border-color: #ddd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0 !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #49484c !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 33px;
  line-height: 40px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  /* .select2-container .select2-search--inline .select2-search__field { */
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  height: 27px;
  border-radius: 34px;
  border: 0.75px solid #07a157;
  background: #d6fbe9;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: 0;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-selection__choice__display {
  color: #07a157;
  background: #d6fbe9;
}
.form-add-design .input-group .select2-container .select2-selection--multiple,
.form-add-design .input-group .select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-add-design .select2-container--default {
  border-color: #ddd;
}
.form-add-design
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.7;
  padding: 0.63rem 1rem;
}
.form-add-design
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 2px;
}

input[type="number"],
.number-only::-webkit-outer-spin-button,
.number-only::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/*javscript modal*/
.javscript_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.javscript_modal:before {
  position: fixed;
  top: 0;
  content: "";
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bg-black);
  opacity: 0.5;
  z-index: -1;
}
/*accordion*/
.accordion-item:first-of-type .accordion-button,
.accordion-button:focus {
  outline: none;
  box-shadow: initial;
}
.accordion-button:not(.collapsed) {
  color: #5b66e6;
  background-color: #f0f1ff;
  box-shadow: none;
}
/*tag input*/
.bootstrap-tagsinput .tag {
  background: var(--bg-primary);
  padding: 3px 4px;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
/*datepicker*/
.datepicker td,
.datepicker th {
  font-size: 13px;
  padding: 5px;
}
.datepicker tr:hover {
  box-shadow: initial;
}
.bootstrap-datetimepicker-widget tr:hover {
  box-shadow: initial;
}
/*Bootstrap selectpicker*/
.bootstrap-select li {
  font-size: 13px;
}
/*button group*/
.btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: #49484c;
  border-color: #49484c;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #49484c;
  border-color: #49484c;
}
/*popover*/
.popover {
  font-family: var(--bs-body-font-family);
}
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #49484c;
}
.dash.datepicker.date .input-group-text {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.dash.datepicker.date .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.dash.datepicker.date {
  height: 39px;
}
.error-head {
  color: #e6eaf0;
  font-size: 15rem;
  font-weight: bold;
  line-height: 19rem;
}
.dropdown-item {
  font-size: 13px;
}
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.owl-theme.custom-nav .owl-prev,
.owl-theme.custom-nav .owl-next {
  position: absolute;
  background: none;
  border: none;
  z-index: 100;
  top: 48%;
  transform: translateY(-50%);
  margin: 0;
}
.owl-theme.custom-nav .owl-prev span,
.owl-theme.custom-nav .owl-next span {
  font-size: 45px;
  color: #cecece;
  line-height: 13px;
}
.owl-theme.custom-nav .owl-prev {
  left: 0;
}
.owl-theme.custom-nav .owl-next {
  right: 0;
}
.custom-nav {
  position: relative;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  outline: none;
}
.owl-carousel.owl-theme.custom-nav {
  padding: 0 30px 30px;
}
.custom-nav .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.notification-count {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 21px;
  font-weight: 600;
}
.count-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
}
/*copy button*/
.highlight .btn-clipboard {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 12px;
  padding: 1px 6px;
  background: rgba(101, 113, 255, 0.2);
}
figure.highlight {
  padding-top: 15px;
}
.highlight .btn-clipboard:hover {
  background: var(--bg-primary);
  color: var(--bg-white);
}
/*Accordion plus layout */
.plus_accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  left: 20px;
  position: absolute;
}
.plus_accordion .accordion-button[aria-expanded="true"]:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%230c63e4' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/></svg>") !important;
}
.chart-select {
  max-width: 120px;
  height: 29px;
  line-height: 10px;
  font-size: 13px;
}
.plus_accordion .accordion-button {
  padding-left: 50px;
}
/**/
.border-dashed-black {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 10px 0;
  background-color: #ffffff;
}
.property-img-pip,
.floor-img-pip {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.property-img-pip .property-img {
  width: 150px;
  height: 150px;
  min-width: inherit;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 0.25rem;
  border-color: var(--bg-primary);
  border-width: 1px;
}
.property-img-remove,
.floor-img-remove {
  background: var(--bg-white);
  border: 1px solid var(--bg-white);
  color: var(--bg-primary);
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 3px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  font-size: 12px;
  top: 6px;
  line-height: 23px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
.upload-block {
  width: 150px;
}
.border-dashed-black .upload-btn-wrapper {
  max-height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
  flex-wrap: wrap;
  align-content: center;
  line-height: 20px;
  margin-top: 0;
  background: var(--bg-primary);
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper span {
  color: var(--bg-white);
}
.upload-btn-wrapper input[type="file"] {
  height: 150px;
  right: 0;
  max-width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*kpi template*/
.head-arr {
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.sect-head .icon-set {
  left: -37px;
}
.icon-set {
  left: -48px;
  top: 0;
  z-index: 1;
  background-color: #f8f9fc;
  border: none;
  display: none;
  z-index: 1045;
}
.quest-del,
.sect-del {
  top: 10px;
  right: -25px;
  z-index: 1;
  display: none;
}
.tab-response .svg-arr {
  top: 5px;
  right: 6px;
}
.sect-arr {
  background-color: var(--bg-primary);
  left: 10px;
  top: 13px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  transition: all 0.2s;
}
.quest-del,
.sect-del {
  top: 10px;
  /*right: -40px;*/
  z-index: 1;
  display: none;
}
.quest-row .quest-del {
  right: -36px;
}
.sect-head .icon-set {
  left: 3px;
  top: 50px;
  z-index: 1045;
}
.quest-row > td:before {
  left: 11px;
  border-left: 1px solid rgba(61, 1, 41, 0.1);
}
.sect-quest > td:before,
.quest-row > td:before {
  position: absolute;
  content: "";
  border-left: 1px solid var(--bg-primary);
  width: 0.08px;
  height: calc(100% - 34px);
  top: 8px;
  bottom: 0;
  left: 25px;
}
.table-opt {
  display: none;
}
.title-edit .controls {
  right: -5px;
  top: 7px;
}
.title-edit.desc-edit .controls {
  top: 1px;
  cursor: pointer;
}
.title-edit .controls {
  right: -5px;
  top: 7px;
}
.remove-shadow tr:hover {
  box-shadow: initial;
}
.temp-accr .table-bordered.table-head {
  background-color: #fafafa;
}
.control-label input,
.template-creation input {
  font-size: 13px;
  width: 100%;
}
td.selected .quest-del,
td.selected .sect-del,
td.selected .icon-set {
  display: block;
}
.add-quest,
.add-section {
  text-decoration: none;
  color: #000;
}
.quest-del,
.sect-del svg {
  color: var(--text-danger);
}
.inspec-arrow {
  right: 0;
  top: 4px;
}
.prev-sect .btn-light:hover,
.prev-sect .btn-light:focus {
  color: #3a3b45;
  background-color: #dde2f1;
}
.prev-sect button {
  min-width: 90px;
}
.quest-row > td {
  padding-left: 25px !important;
}
.sect-head {
  background-color: #f5f5f5;
}
.sect-quest .table-bordered {
  border-bottom: 1px solid #e3e6f0;
}
/*other response modal*/
.edit-response,
.other-response,
.notify-pop {
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: all 0.5s;
  max-width: 500px;
}
.response-focus,
.score-contain {
  display: none;
}
.response_add_color .list-group-item {
  border: none;
}
input.color-palette {
  top: 5px;
  right: 7px;
}
body.responses:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1049;
  top: 0;
  bottom: 0;
}
.sect-contain.active .sect-quest,
.sect-message {
  display: none;
}
.quest-row > td:after {
  content: "";
  position: absolute;
  left: -22px;
  width: 55px;
  border-bottom: 1px solid var(--bg-primary);
  bottom: 26px;
}
.response-ul > li.response-active .response-focus {
  display: block;
}
.fail-response {
  width: 100px;
  margin-right: 12px;
}
.other-response svg.fa-trash-alt,
.edit-response svg.fa-trash-alt {
  color: var(--text-danger);
}
.sect-quest > td td:before {
  opacity: 0;
}
tr.quest-row:last-child table {
  border-bottom: none;
}
.br-btm-0 {
  border-bottom: none !important;
}
.parent_model_reponse li {
  margin-bottom: 12px;
}
/*kpi template close*/
/*scroll to top arrow*/
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  /* vertical-align: middle; */
  border-bottom: solid 10px var(--bg-primary);
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
/*notification dropdown start*/
.dropdown-toggle.disable-caret::after {
  display: none;
}
.dropdown-menu .icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  padding: 0 5px;
}
.dropdown-list .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}
.custom-dropdown {
  width: 300px;
}
.custom-dropdown .dropdown-item {
  white-space: normal;
  border-bottom: 1px solid #e3e6f0;
}
.dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}
.pagination-flex {
  flex-wrap: wrap;
}
.submenu ul {
  margin: 0 0 8px 0;
  padding: 0 0 0 15px;
}
.submenu h2 {
  color: var(--bg-black);
  font-weight: 500;
  padding: 3px 16px;
  font-size: 15px;
  margin-bottom: 0;
}
.mogrify_report_tool img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.floor-plan-toolbar {
  padding: 0 8px;
}
.floor-plan-toolbar li {
  padding: 10px 8px;
  text-align: center;
}
.category-line {
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 2;
}
#mogrify_report {
  position: relative;
}
#mogrify_report {
  background: #ffffff;
  width: 1036px;
  height: 700px;
  background-color: transparent;
  background-image: url("https://ict.realcube.estate/images/floor-plan.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.qrcode-link a {
  text-decoration: none;
}
.gallery_plan li {
  padding-right: 12px;
  padding-bottom: 12px;
}
.gallery_plan {
  border-right: none;
  display: inline-block;
  vertical-align: top;
  padding: 2;
}
.gallery_plan img {
  width: 80px;
  height: 80px;
}
.floor-plan-toolbar .mogrify_report_tool img {
  pointer-events: none;
}
.plan-width {
  overflow-x: auto;
}
.form-select {
  -webkit-appearance: none;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.56);
}
.gallery_bg a {
  top: 39%;
  left: 0;
  right: 0;
  text-decoration: none;
}
.sidebar .sidebar-body .nav .nav-item.nav-category {
  height: inherit;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
  white-space: normal;
  line-height: 15px;
  height: 31px;
}
.report-type {
  display: none;
}
.menu-list-sidemenu {
  padding: 0;
  height: calc(100vh - 75px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
}
.main-body-sec {
  height: calc(100vh - 75px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.main-body-sec::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}
.main-body-sec::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.main-body-sec::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 10px;
}
/*//////////////// Custom Model Start //////////////////////*/
.custom-modal-content-2 {
  border-radius: 15px;
  border-radius: 10px;
  padding: 8px 18px;
}
.custom-modal-content {
  border-radius: 15px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.custom-modal-content .nav-tabs {
  border-bottom: 1px solid transparent;
  background: #fff;
  border-radius: 10px;
  padding: 5px 18px;
}
.custom-modal-content .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1c447b !important;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
  position: relative;
}
.custom-modal-content .nav-tabs .nav-link {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  background-color: transparent;
}
.custom-modal-content .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.custom-modal-content .nav-tabs .nav-link.active:after {
  background: #04377f;
  border: 2px solid #04377f;
  border-radius: 20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 27px;
  width: 40px;
}
.tab-content {
  background: none;
  border-radius: 10px;
  padding: 13px 18px;
}
.dataTables_wrapper {
  overflow-x: scroll;
}
.dataTables_wrapper::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.dataTables_wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
.dataTables_wrapper::-webkit-scrollbar-thumb {
  background: #adb8c7;
  border-radius: 10px;
}

/*  Login Styles Start */
.login-left img {
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
}
.h-35 {
  height: 35px;
}
.login-right .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #808186;
  font-size: 12px;
  font-weight: 500;
  min-height: calc(1.5em + 2rem + 2px);
  transition: color 0.2s ease, background-color 0.2s ease;
  box-shadow: none !important;
  border-radius: 0.475rem;
  padding: 0.825rem 1.5rem;
}
.login-right .form-control:focus {
  outline: 0;
}
.login-password button {
  position: absolute;
  right: 0;
  top: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: calc(0.95rem + 1px) calc(0.8rem + 1px);
  cursor: pointer;
}
.login-password button i {
  display: inline-flex;
  line-height: 0;
  padding-right: 0.35rem;
  vertical-align: middle;
  color: #a1a5b7;
  font-size: 17px;
}
.text-theme-black {
  color: #252525 !important;
}
.login-right .btn-primary {
  padding: 10px 12px;
}
/*  Login Styles End */

/* datepicker Start */
.datepicker.datepicker-dropdown.dropdown-menu,
.tt-menu {
  background: #f3f3f3;
  border: 1px solid #a0a096;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
  background: transparent;
}
.datepicker table thead th {
  color: #20447b;
  padding: 6px 6px;
  border: 1px solid #e1e1e1 !important;
  background: #fff;
}
.datepicker table td,
.datepicker table th {
  padding: 6px 12px;
  border: 1px solid #e1e1e1 !important;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #1c447b;
  color: #fff;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  background: #fff;
  color: #dadadb;
}
.datepicker.datepicker-dropdown:after {
  border-bottom-color: #a9a9a9;
}

/* datepicker End */

/* accordian  Start*/
.accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 12px;
  border-radius: 10px;
}
.accordion-button:not(.collapsed) {
  color: #49484c;
  background-color: transparent;
}
.accordion-button {
  border-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-item:last-of-type {
  border-radius: 10px;
}
.accordion-item:first-of-type {
  border-radius: 10px;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 10px;
}

/* accordian End */

/* File Upload  */
.input-file-container {
  position: relative;
}
.js .input-file-trigger {
  display: block;
  padding: 10px 10px;
  transition: all 0.4s;
  cursor: pointer;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
  border-radius: 5px !important;
  color: #a4a4a4 !important;
  font-size: 14px;
  border: 1px solid;
  text-align: center;
}
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495e;
  color: #39d2b4;
}

/* .file-return {
    margin: 0;
  }
  .file-return:not(:empty) {
    margin: 1em 0;
  }
  .js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
  }
  .js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
  } */
/* File Upload  */

/*//////////////// Custom Model End //////////////////////*/

/* --- Service -request --- */
.approval-move {
  overflow: hidden;
}
.approval-move img {
  height: 175px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 9px;
}

.text-theme-gray {
  color: #aeaeae;
}
.data-contain {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 11px;
}
/* --- Service -request --- */

.iti--separate-dial-code {
  width: 100%;
}
.nicEdit-main {
  min-height: 150px !important;
}
.storage-rental-details h2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ////////////////////////////////// */

.mesgs {
  float: left;
  padding: 0px 15px 0 0px;
  width: 100%;
}
.msg_history {
  height: 516px;
  overflow-y: auto;
}
.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.sent_msg {
  float: right;
  width: 46%;
}
.sent_msg.tenant p {
  /* background-color: #5d1537; */
  border-top: 5px solid #49484c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sent_msg p {
  background: #f4f4f4 !important;
  color: #5a5c69 !important;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.sent_msg p {
  background: #026978 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
  line-height: 23px;
}

/* Roles Start */
.main-menu-title {
  color: #49484c;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.sub-menu-title {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.form-switch .form-check-input {
  width: 3em;
  height: 1.6em;
  cursor: pointer;
}
/* Roles End */

.oa-admin-pic {
  overflow: hidden;
  border-radius: 20px;
  background: silver;
  width: 40px;
  height: 40px;
}
.oa-admin-pic img {
  object-fit: cover;
  width: 100% !important;
  height: 40px !important;
  display: block;
  overflow: hidden;
}
.update-user {
  background-color: #f2f2f2;
  position: relative;
}
.update-user img {
  border: 3px solid #fff;
  height: 152px;
  max-height: 152px;
  object-fit: cover;
  width: 152px;
  margin: 0 auto;
  display: block;
}

.update-user .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.update-user .btn {
  color: #49484c;
  background-color: #f2f2f2;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.update-user .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*Notification-setup*/
.javscript_modal .close.modal_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  filter: initial;
  background-size: 15px;
}
.cr-point {
  cursor: pointer;
}
.javscript_modal .modal-header {
  text-align: center;
}
.javscript_modal .modal-header h5 {
  font-size: 20px;
}
.javscript_modal .modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.javscript_modal .modal-content {
  border-radius: 10px;
}

/* Finance Styles Start */
.schedule-block,
.recurring-block,
.monthly-block,
.select-dates-block {
  display: none;
}
.show-week-label,
.show-month-label {
  display: none;
}
span.select2-container.select2-container--open {
  z-index: 1056;
}
/* Finance Styles End */

.manage-notification select {
  min-width: 300px;
}
.manage-notification {
  padding: 0;
  margin: 0;
}
.manage-notification .select2-container {
  min-width: 400px;
}
.mail-box div {
  vertical-align: top;
}
.manage-notification .form-check {
  margin-left: 16px;
}
.manage-notification label {
  min-width: 100px;
}
.manage-select {
  padding: 0 30px;
}
.manage-notification li {
  margin-bottom: 20px;
}
.v-top {
  vertical-align: top;
}
.mail-logo {
  margin-bottom: 30px;
}
.mail-template-modal .modal-dialog {
  max-width: 600px;
}
.email-verify h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0 20px;
}
.email-message {
  text-align: left;
}
.mail-template-modal .modal-body {
  padding: 20px 30px;
}
.email-message span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
.email-message p {
  margin-bottom: 8px;
}
.confirm-mail-bt * {
  font-size: 17px;
  padding: 8px;
}
.confirm-mail-bt {
  text-align: center;
  margin: 20px 0 30px;
}
.mail-footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.mail-footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.mail-footer p {
  font-size: 13px;
}
.mail-footer p a {
  color: black;
  margin-top: 8px;
  display: inline-block;
}
.email-verify {
  border-top: 7px solid #49484c;
  padding-top: 30px;
}
.mail-template-modal .modal-header {
  background-color: transparent;
  border: none;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.light {
  color: #4d4d4d;
}
.dataTables_wrapper {
  padding-bottom: 15px;
}
.btn-refresh svg {
  height: 15px;
  width: 15px;
}
.xml-link-text p {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-main {
  background-color: #f6f6f6;
  padding: 13px;
  border-radius: 5px;
  height: 192px;
}
.gallery-main img {
  border-radius: 4px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  object-fit: cover;
}
.gallery-main img.main-one {
  min-height: 140px;
  height: 167px;
}
.w-15 {
  width: 15px;
}
/* LOGIN CSS */
/* body {
  background: linear-gradient(180deg, #283d45 0%, #2e2f4a 100%);
  font-family: "Outfit", sans-serif;
} */
.h-35 {
  height: 35px;
}
.text-theme {
  color: #49484c;
}
.text-theme-black {
  color: #252525 !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fw-bold {
  font-weight: 500 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.login-left img {
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
}
.select-dropdown-list {
  border-radius: 6px;
  border: 1px solid #7e7e7e;
  color: #1a1a1a;
  padding: 5px;
}
.mb-10 {
  margin-bottom: 2rem !important;
}
.login-right .form-control.form-control-solid {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #808186;
  font-size: 14px;
  padding: 12px 18px;
  font-weight: 500;
  min-height: 40px;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.login-right input[type="text"] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #808186;
}
.login-password {
  position: relative;
}
.form-control:focus {
  box-shadow: none;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.8rem !important;
}
.mb-6 {
  margin-bottom: 2rem !important;
}
.aside {
  box-shadow: 0 0 28px 0 rgb(82 63 105 / 5%);
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}
.aside-fixed .aside {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 101;
}
.bg-white {
  background-color: #fff !important;
}
.flex-column-auto {
  flex: none;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.aside .aside-logo {
  align-items: center;
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 25px;
}
.sidebar {
  min-width: 250px !important;
}
.sidebar-dark .nav-item .nav-link {
  color: #8B8B8B;
}
.sidebar-dark .nav-item .nav-link i {
  color: #8B8B8B;
  margin-right: 5px;
  width: 20px;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #f6a41c !important;
}
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
  color: #49484c;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #fff3de;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2e2f37;
  text-decoration: none;
  background-color: #fff3de;
}
/* .hover-scroll-overlay-x {
    --scrollbar-space: 0.4rem;
    scrollbar-color: #3b3b64 transparent;
}
.hover-scroll-overlay-x {
    --scrollbar-space: 0.25rem;
    overflow-y: hidden;
    position: relative;
} */
.sidebar {
  min-height: 0px !important;
}
.aside.sidebar .nav-item {
  display: block;
  padding: 0;
  margin-bottom: 8px;
}
.aside.aside-dark .nav-item .nav-link {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
}
.aside.aside-dark .nav-item > .nav-link.active {
  align-items: center;
  /* background: url(../img/side-menu-bg.png); */
  border-radius: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  height: auto;
  display: flex;
  width: 100%;
  background-color: #18181B;
}
.aside.aside-dark .nav-item > .nav-link:not(.active):hover .menu-title {
  color: #8B8B8B;
}
.aside.aside-dark .nav-item > .nav-link.active:hover .menu-title {
  color: #49484c;
}
.sidebar .nav-item .collapse {
  min-width: 150px;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px !important;
}
.aside.aside-dark .nav-item .collapse .nav-link {
  padding: 8px 12px;
  width: auto;
  font-size: 14px;
}
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  min-width: 150px;
}
.aside.aside-dark .nav-item .collapse .collapse-inner .nav-link {
  width: 185px;
}
.aside.aside-dark .nav-item .nav-link.active i,
.aside.aside-dark .nav-item .nav-link:hover i {
  color: #f5a718 !important;
}
.aside.aside-dark .aside-menu .nav-item .nav-link {
  padding-bottom: 15px;
  padding-top: 15px;
}
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  background-color: #D9D9D94D;
  border-radius: 6px;
}
.aside.aside-dark .nav-item .nav-link .menu-title {
  color: #9c9fa6;
  /* display: flex; */
  font-size: 14px;
  font-weight: 600;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.aside.aside-dark .nav-item .nav-link.active .menu-title,
.aside.aside-dark .nav-item .nav-link.active i {
  color: #ffffff;
}
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #9c9fa6;
  position: absolute;
  right: 15px;
}
.header.align-items-stretch {
  background-color: #fff;
  padding: 2px 15px;
  border-bottom: 1px solid #ddd;
  /* border-radius: 0 0 10px 10px;
  height: 100px;
  margin-left: 35px;
  margin-right: 30px;
  padding-top: 20px; 
  margin-bottom: 20px;  */

}
.sticky-footer {
  background-color: #fff;
  border-radius: 10px;
  /* height: 80px; */
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
/* #content-wrapper,
#content {
  background-color: #f0f0f1;
} */
.static-top {
  border: none;
  border-radius: 10px;
  box-shadow: none !important;
}
.nav-link .user-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.nav-link .user-role {
  color: #6a6a6a;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.topbar .nav-item .search {
  border-radius: 20px;
  background: #e3e3e3;
  border: none;
  color: #9f9f9f;
  font-size: 12px;
  padding: 12px 16px;
  font-weight: 500;
  width: 335px;
}
.search:focus {
  outline: none;
}
.search_form img {
  position: absolute;
  right: 16px;
  height: 18px;
  width: 18px;
  top: 12px;
}
.notification {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: grid;
  align-content: center;
  text-align: center;
  position: relative;
}
.notification .noti_count {
  position: absolute;
  color: #000;
  font-size: 12px;
  border-radius: 50%;
  width: 22px;
  text-align: center;
  height: 22px;
  display: grid;
  align-content: center;
  right: -7px;
  top: -9px;
  background: #faab1b;
}
.nav_title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.nav-top-select {
  border-radius: 34px;
  border: 1px solid #b6b6b6;
  background: #fff;
  background-image: url("../img/arrow-down.png");
  background-position: right 1.2rem center;
  background-size: 14px 8px !important;
  color: #858796;
  font-size: 14px;
  font-weight: 500;
  max-width: 180px;
  min-width: 180px;
  overflow: hidden;
  padding: 8px 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  background-repeat: no-repeat;
}
.form-select.listing-select {
  background-image: url("../img/arrow-down.png");
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
  background-size: 12px 7px !important;
}
.listing-2 .dropdown.listing-select {
  background-image: url("../img/arrow-down-white.png");
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
  background-size: 12px 7px !important;
}
.form-select.listing-select {
  -webkit-appearance: none;
}
.text-blue-theme {
  color: #1f015f;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 1.85rem;
  padding-right: 1rem;
}
.text-muted {
  color: #a1a5b7 !important;
}
.text-gray-800 {
  color: #3f4254 !important;
}
footer.sticky-footer {
  padding: 20px 0;
  flex-shrink: 0;
  margin-left: 35px;
  margin-right: 20px;
}
.nav-top-select:focus-visible {
  outline: none !important;
}
.login-password button {
  position: absolute;
  right: 0;
  top: 0;
}
.login-password {
  position: relative;
}
.ellipsis {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* logout popup */
.custom-modal .modal-header {
  background-color: #f6a41c;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  padding: 15px;
  position: relative;
}
.border-0 {
  border-width: 0 !important;
}
.custom-modal .modal-header .modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  text-align: center;
}
.modal .modal-header h5 {
  margin-bottom: 0;
  color: #4a5469;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-50 {
  border-radius: 50px;
}
.custom-modal .modal-header .close {
  background-color: #fff;
  background-image: inherit;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  height: 32px;
  line-height: 1.25;
  opacity: 1 !important;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  z-index: 10;
}
.custom-modal .modal-header .close:hover {
  background-color: #022d6a;
  color: #fff;
  opacity: 1;
}
.modal-header .close {
  margin: -0.875rem -0.875rem -0.875rem auto;
  padding: 0.875rem;
}
.close:hover {
  text-decoration: none;
}
.close {
  border: 0;
  border-radius: 0.475rem;
  box-sizing: initial;
  color: #000;
  font-size: 32px;
  opacity: 0.5;
  padding: 0.25em;
}
.close:focus-visible {
  outline: none !important;
}
.button-pad {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.py-8 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.dropdown-item.top-profile i {
  color: #9899ac;
  font-size: 13px;
  white-space: normal;
}
.dropdown-item.top-profile span i:hover {
  color: #1f015f;
  font-weight: 600;
}
.dropdown-item.top-profile {
  color: #1f015f;
  font-size: 14px;
  white-space: normal;
  border-radius: 0.475rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 0 100%;
  outline: none !important;
  padding: 0.65rem 1rem;
}
.attachment-div label:not(.error) {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 45px;
  line-height: 27px;
  margin: 0;
  overflow: hidden;
  padding: 0.67rem 110px 0.75rem 0.75rem;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.attachment-div label:not(.error):after {
  background-image: url("../img/download.png") !important;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  content: "";
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  padding: 4px 10px;
  position: absolute;
  right: 11px;
  top: 12px;
  transition: all 0.2s ease;
  width: 18px;
}
.attachment-div input {
  height: 0;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
/*Summernote Editor*/
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}
.note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}
.note-editor.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  border-radius: 0.475rem;
  overflow: hidden;
}
.note-editor .dropdown-toggle::after {
  display: none;
}
textarea.form-control {
  height: auto !important;
}
/*Summernote Editor*/
.dropdown-menu.dropdown-menu-right {
  border: 0;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
  border-radius: 12px;
  min-width: 11rem;
}
.text-tune {
  color: #64afff;
}
.fw-boldest {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: 600 !important;
}
.icons-circle {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: var(--bg-primary);
}
.icons-circle i {
  color: #fff;
  font-size: 19px;
}
.dash-data {
  margin-top: 0.5rem;
}
.dash-data-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-card {
  border-radius: 10px;
  border: none !important;
}

.box-media {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 10px 0;
  background-color: #ffffff;
}
.property-img-pip,
.floor-img-pip {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.property-img-pip .property-img {
  width: 150px;
  height: 150px;
  min-width: inherit;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 0.25rem;
  border-color: var(--bg-primary);
  border-width: 1px;
}
.property-img-remove,
.floor-img-remove {
  background: var(--bg-white);
  border: 1px solid var(--bg-white);
  color: var(--bg-primary);
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 3px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  font-size: 12px;
  top: 6px;
  line-height: 23px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
.upload-block {
  width: 150px;
}
.box-media .upload-btn-wrapper {
  max-height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
  flex-wrap: wrap;
  align-content: center;
  line-height: 20px;
  margin-top: 0;
  background: var(--bg-primary);
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper span,
.upload-btn-wrapper i {
  color: var(--bg-white);
}
.upload-btn-wrapper input[type="file"] {
  height: 150px;
  right: 0;
  max-width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.text-up {
  color: #1ee0ac !important;
}
.text-color.btn-outline-primary:hover {
  color: var(--bg-primary);
  border-color: var(--bg-primary);
  background-color: var(--bg-primary);
}
.user-prof-img {
  height: 30px;
  width: 30px;
}
.faq-border {
  border: 1px solid #e3e6f0;
  border-radius: 5px;
  padding: 5px;
}
.ar-input > label {
  direction: rtl;
  text-align: right;
  display: block;
}
.ar-input .note-editor,
.ar-input input {
  direction: rtl;
  text-align: right;
}
.picture-ict {
  height: 80px;
}
.img-thumbnail.com-img {
  border-radius: 6px;
  width: 90px;
  height: 55px;
  object-fit: cover;
}
.img-thumbnail.com-icon {
  border-radius: 6px;
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.dir-rtl {
  direction: rtl;
}
.select2-selection__rendered:focus-visible {
  outline: none !important;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  outline: none !important;
}
.form-add-design .select2-container .select2-selection--multiple,
.form-add-design .select2-container .select2-selection--single {
  outline: none !important;
}
.custom-modal-content .nav-tabs .nav-link {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  background: #fff !important;
  border-color: #ddd;
  height: 42px;
  border-radius: 0.35rem;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: none !important;
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu .inner {
  max-height: 140px !important;
  overflow-y: auto;
}
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
  width: 4px;
  margin: 10px;
  height: 5px;
}
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
}
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color: #cfcfcf !important;
  border-radius: 10px;
  margin: 10px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.note-editor.note-frame .note-editing-area {
  background-color: #fff;
}
.note-toolbar.panel-heading .note-color.show .dropdown-menu.show {
  transform: initial !important;
  top: 30px !important;
}
.note-toolbar.panel-heading
  .note-color.show
  .dropdown-menu.show
  li
  > .btn-group {
  padding: 0 5px;
  height: 180px;
  overflow-y: auto;
}
.note-toolbar.panel-heading .note-color.show .dropdown-menu.show li .btn-group {
  flex-wrap: wrap;
}
.note-toolbar.panel-heading
  .note-color.show
  .dropdown-menu.show
  .note-palette-title {
  margin-bottom: 7px;
}
.note-toolbar.panel-heading
  .note-color.show
  .dropdown-menu.show
  .note-color-reset {
  margin-bottom: 10px;
  font-size: 12px;
}
.ar-input .note-editor .note-toolbar .note-color .dropdown-toggle,
.ar-input .note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: 12px;
}
.ar-input
  .note-editor
  .note-toolbar
  .note-color
  .dropdown-toggle
  .note-icon-caret,
.ar-input
  .note-popover
  .popover-content
  .note-color
  .dropdown-toggle
  .note-icon-caret {
  display: flex;
  align-items: center;
  justify-content: center;
}
span.property-img-pip.new .video {
  max-height: 150px;
  max-width: 300px;
  min-width: 150px;
  width: 100%;
  min-height: 150px;
}
.url-link-label span {
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #6e707e;
  height: 42px;
  line-height: 2;
}
.url-link {
  padding-left: 75px;
}
.field-icon.toggle-password {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #5c5188;
}
/* Full Calendar */
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:disabled {
  background-color: white;
  border-color: #999;
  color: #999;
  opacity: 1;
}
.fc .fc-button-primary {
  border-color: #f7b240;
  text-transform: capitalize;
  background-color: #f7b240;
}
.fc .fc-button-primary:hover {
  background-color: #9c9fa6;
  border-color: #9c9fa6;
  color: #ffffff;
}
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
  color: #000;
  text-decoration: none !important;
}
/* .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1em;
} */
.fc-event {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 2px;
  background: rgba(101, 113, 255, 0.2);
  border: 0;
  border-left: 3px solid #002c6a;
  color: #000;
  font-weight: 500;
}
.fc-h-event .fc-event-main,
.fc-v-event .fc-event-title,
.fc-timegrid-event .fc-event-time {
  color: #000;
}
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 35px;
}
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: rgb(53 96 147 / 80%);
  border-radius: 35px;
}
.alert-close-btn {
  background: transparent;
  border: 0;
  font-size: 26px;
  padding-top: 0;
  position: absolute;
  right: 6px;
  top: 6px;
}
.bg-img {
  background-image: url("../img/bg-dashbord.png");
  background-color: #022533;
  position: relative;
  height: 174px;
}
.image-dash {
  position: absolute;
  max-width: 18rem;
  right: -23px;
  top: 44px;
}
.bg-col-1 {
  background-color: #ffa831;
  border-radius: 12px;
}
.tenant-img-2 {
  border: 1px solid #fff;
  padding: 8px 7px;
  border-radius: 12px;
}
.bg-col-2 {
  background-color: #6b88f3;
  border-radius: 12px;
}
.bg-col-3 {
  background-color: #f76984;
  border-radius: 12px;
}
.bg-col-4 {
  background-color: #a1bc55;
  border-radius: 12px;
}
.bg-rent-1 {
  background-color: #434343;
  border-radius: 12px;
}
.bg-rent-2 {
  background-color: #70940a;
  border-radius: 12px;
}
.bg-rent-3 {
  background-color: #3c9fe7;
  border-radius: 12px;
}
.form-check-label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f9aa1b;
  border-color: #f9aa1b;
}
.listing .search {
  border-radius: 25px;
  background: #fff;
  border: none;
  color: #9f9f9f;
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 500;
  width: 225px;
}
.br-0 {
  border-radius: 0 !important;
}
.text-end {
  text-align: end !important;
}
.details-bg {
  background: #eff2f6;
}
.search_form1 img {
  position: absolute;
  right: 14px;
  height: 18px;
  width: 18px;
  top: 14px;
}
.listing-1 .dropdown .btn,
.listing-2 .dropdown .btn {
  border: 1px solid #b6b6b6;
  border-radius: 24px;
  min-width: 176px;
  font-size: 16px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.listing-1.list-fields .dropdown .btn,
.listing-2.list-fields .dropdown .btn {
  min-width: 150px;
}
.listing-1 .dropdown .btn {
  background-color: #ffffff;
}
.listing-2 .dropdown .btn {
  background-color: #1a1a1a;
  color: #ffffff;
}
.listing-2 .dropdown .dropdown-menu {
  left: -15px !important;
}
.table-blr tbody tr {
  border-bottom: 1px solid #d5d5d5;
}
.table-blr thead {
  border-bottom: 1px solid #d5d5d5;
}
.table-blr thead th {
  font-weight: 500;
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
  color: #797979;
  font-size: 16px;
}
.link-tb {
  color: #538af6 !important;
  cursor: pointer;
}
.table-blr tr > td {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 14px;
  /* text-wrap: nowrap; */
  vertical-align: middle;
}
.table-blr tr {
  text-wrap: nowrap;
  vertical-align: middle;
}
.table-blr .dropdown.action i.fa-ellipsis-h {
  color: #000000;
  font-size: 23px;
}
.table-blr [class*="badge-"] {
  border-radius: 50px;
  padding: 8px 10px;
  width: 95px;
  display: inline-block;
  text-align: center;
}
.table-blr .badge-active {
  background-color: #59dcbb;
}
.table-blr .badge-inactive {
  background-color: #e3e3e3;
}
.table-blr .badge-pending {
  background-color: #f7b2ad;
}
.btn-primary.send-bill-remainder,
.btn-primary.check-availability {
  padding: 12px 20px;
}
.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #000000;
  outline: 0;
}
.success-mail {
  color: #4a5469;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.156px;
}
.success-popup-note p {
  color: #adadad;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.156px;
}
.success-popup-note p strong {
  color: #2c2c2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.156px;
}
.table-blr .badge-danger {
  background-color: #ff6060;
  border-radius: 26px;
  padding: 10px;
}
.table-blr .dropdown-menu.show {
  width: 165px;
  left: -60px !important;
}
.fw-400 {
  font-weight: 400;
}
/* .dropdown-menu a{
    color:#FFA831 !important;
    font-size: 12px;
} */

/* Notification */

.custom-dropdown {
  width: 398px;
  position: absolute;
  left: -350px;
  top: 50px;
  right: -30px !important;
  z-index: 1000 !important;
}

.custom-dropdown .triangle {
  position: absolute;
  top: -8px;
  left: 363px;
  height: 15px;
  width: 15px;
  border-radius: 6px 0px 0px 0px;
  transform: rotate(45deg);
  background: #fff;
}
.text-notify {
  color: #737373;
  letter-spacing: 1px;
}
/* .acc-header{
    border-bottom: 1px solid #F1F1F1;
} */

.dropdown-menu p {
  text-wrap: wrap;
}
.shadow-tbl {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-light {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #dbdbdb;
}
.btn-light.check-availability:hover {
  background: #fbac1d;
}
.profile-img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.bg-light {
  background-color: #eeeeee !important;
}
.modal-content {
  border-radius: 6px;
}
.csv-uploader input {
  min-height: 150px;
  width: 100%;
  opacity: 0;
  position: absolute;
  border-radius: 12px;
  background: transparent;
}
.csv-uploader .input_sec p {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.csv-uploader .input_sec {
  cursor: pointer;
  min-height: 150px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.35rem;
}
.breadcum-img {
  height: 18px;
}
.breadcrumb a {
  color: #6e6e6e;
}
.breadcrumb span {
  color: #f8a91a;
}

.card-shadow-none {
  box-shadow: unset !important;
}
label {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 16px;
  font-weight: 500;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #797272;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-h {
  height: 52px;
  border: 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
}
.attachment-div label:not(.error) {
  border: none;
  font-size: 15px;
}
.btn-outline-secondary {
  border-radius: 5px;
  padding: 8px 16px;
  color: #000 !important;
  font-size: 14px;
}
.btn-outline-secondary:hover {
  border-radius: 6px;
  padding: 8px 16px;
  color: #fff !important;
  font-size: 14px;
}
.btn-primary {
  background-color: #ffa831 !important;
  border-color: #ffa831 !important;
  border-radius: 6px;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 16px;
}
.btn-primary:hover {
  background-color: #49484c !important;
  border-color: #49484c !important;
  color: #fff !important;
}

.btn-card {
  background-color: #fbfafa !important;
  border-color: #fbfafa !important;
  border-radius: 6px;
  color: #000 !important;
  font-size: 16px;
  padding: 16px 21px !important;
  width: 100%;
  height: auto !important;
}
.btn-card:hover {
  background-color: #ffa831 !important;
  border-color: #ffa831 !important;
  color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 12px;
}
.quick-1 {
  filter: brightness(0.2);
}
.nav.nav-tabs {
  padding-bottom: 4px;
}
.nav.nav-tabs .nav-item {
  margin-right: 12px;
}
.nav.nav-tabs .nav-link {
  font-size: 16px;
  color: #787878;
}
.nav.nav-tabs .nav-link.active {
  position: relative;
}
.nav.nav-tabs .nav-link.active::after {
  content: "";
  height: 4px;
  width: 50px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  background-color: #ffa831;
  position: absolute;
}
.listing-page .nav-tabs .nav-link:focus,
.listing-page .nav-tabs .nav-link:hover,
.listing-page .nav-tabs .nav-link.active {
  color: #ffa831 !important;
  border-color: transparent;
}
.success-img {
  max-width: 80px;
}
.text-gray {
  color: #adadad;
}
.bg-transparent {
  background: transparent;
}
.br-8 {
  border-radius: 6px;
}
.parent-tap-head.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #1c447b;
}
.parent-tap-head.nav-tabs .nav-link span {
  background-color: #d2d2d2;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  line-height: 25px;
  margin-right: 5px;
}
.parent-tap-head.nav-tabs .nav-link.active span {
  background-color: #ffa831;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 1;
}
.modal-body,
.modal-header,
.modal-footer {
  padding: 1rem 1.5rem;
}
/* .building_edit .form-control:disabled, .building_edit .form-control[readonly] {
    color: #000;
font-size: 18px;
font-weight: 500;
} */
.building_edit .floor_add,
.building_edit .pricing_add {
  display: inline-flex;
  height: 46px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  border: 0.75px dashed #2c3549;
  background: #fff;
}
.theme-heading {
  color: #ffa831;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.card_floor {
  /* width: 120px; */
  border-radius: 6px;
  background: #fff;
  border: none;
  cursor: pointer;
}
.card_floor_dropdown button {
  padding: 0;
  margin-right: 12px;
}
.card_floor .card-body {
  padding: 12px;
}
.card_floor p {
  color: #9b9b9b;
  font-size: 14px;
}
.card_floor h5 {
  color: #4a5469;
  font-size: 22px;
  font-weight: 600;
}

.card_floor_dropdown button.active .card_floor p,
.card_floor_dropdown button.active .card_floor hr,
.card_floor_dropdown button.active .card_floor h5,
.card_floor_dropdown:hover button .card_floor p,
.card_floor_dropdown:hover button .card_floor hr,
.card_floor_dropdown:hover button .card_floor h5 {
  color: #ffffff;
}
.delete_floor,
.edit_floor {
  width: 32px;
  height: 32px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete_floor img,
.edit_floor img {
  width: 16px;
  height: 16px;
}
.card_floor_dropdown button.active .card_floor,
.card_floor_dropdown:hover button .card_floor {
  /* transition: all 1s; */
  background: #ffa831;
  color: #fff;
}

.edit_floor {
  position: absolute;
  right: 8px;
  top: -4px;
  display: none;
  z-index: 5;
}
.delete_floor {
  position: absolute;
  right: 8px;
  top: 38px;
  display: none;
  z-index: 5;
}
/* .card_floor_dropdown button.active + .edit_floor,
.card_floor_dropdown button.active ~ .delete_floor, */
.card_floor_dropdown:hover button + .edit_floor,
.card_floor_dropdown:hover button ~ .delete_floor {
  display: inline-flex;
}
.form-control.form-select {
  -webkit-appearance: auto;
}
.card_room {
  width: 120px;
  border-radius: 6px;
  background: #fff;
  margin-right: 12px;
  border: 1px dashed #2c3549;
  cursor: pointer;
  min-height: 141px;
}
.text-light {
  color: #a9a9a9 !important;
}
.num-sub,
.num-plus {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
input.floor_input {
  display: flex;
  width: 75px;
  height: 36px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  border: 0.75px solid #2c3549;
  background: #fff;
  margin: 0 auto;
  color: #2c3549;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.floor_bed {
  font-size: 14px !important;
}
.listing .search.border-color {
  border: 1px solid #b6b6b6;
}
.nav.nav-tabs.sub-tab-header .nav-link {
  background: transparent;
  color: #262626;
}
.sub-tab-header .nav-link.active,
.sub-tab-header .nav-link:hover {
  color: #ffa831 !important;
  border-color: transparent;
}
.nav.sub-tab-header .nav-link.active::after {
  width: 40px;
  bottom: -13px;
}
.payment-plan {
  background-color: #d1ddf2;
}
.payment-plan h4 {
  color: #4a5469;
  font-size: 16px;
  font-weight: 600;
}
.payment-plan p {
  color: #4a5469;
  font-size: 16px;
}
.select-btn {
  border: 1px solid #2c3549;
  border-radius: 50px;
  width: 80px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  color: #2c3549;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.select-btn span {
  display: block;
}
.select-btn.booked {
  background-color: #ff6f6f;
  border-color: transparent;
  color: #fff;
}
.select-btn .checked {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.checked:checked + span {
  background-color: #00ab6c;
  border: 0;
  color: #fff;
}

.color-box span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.booked-color {
  background-color: #ff6e6e;
}
.selected-color {
  background-color: #07a157;
}
.available-color {
  background-color: #fff;
  border: 1px solid #112241;
}
.bg-theme {
  background: #ffa831;
}
.border-dashed {
  border: 1px dashed #2c3549;
}
.table-pricing thead th {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: none;
  color: #797979;
  vertical-align: middle;
  font-size: 16px;
}
.table-pricing tr td {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: none;
  color: #797979;
  vertical-align: middle;
  font-size: 16px;
}
.custom-checkbox {
  height: 22px;
  width: 22px;
  accent-color: #c87a1091;
}
.tick-icon {
  width: 150px;
  height: 150px;
  margin: auto;
}
.card_floor_dropdown .dropdown-menu.show {
  border-radius: 12px;
  width: 100%;
  min-width: 300px;
  padding: 0;
  margin: 20px 0;
  top: 20px;
}
.issue_detail .carousel-control-next,
.issue_detail .carousel-control-prev {
  top: calc(100% - 40px);
  bottom: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.issue_detail .carousel-control-next {
  right: 30%;
}
.issue_detail .carousel-control-prev {
  left: 30%;
}
.issue_detail .carousel-control-prev-icon {
  background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/blr-living/next_circle.svg);
}
.issue_detail .carousel-control-next-icon {
  background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/blr-living/pre_circle.svg);
}
.slide_1 {
  background: url(../img/ac-repair.png),
    linear-gradient(0deg, #000 -60.66%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: darken;
  border-radius: 6px;
  max-height: 220px;
  height: 220px;
  background-size: contain;
  position: relative;
  justify-content: center;
  display: flex;
}
.slide_1 p {
  top: calc(100% - 40px);
  position: absolute;
  text-align: center;
}
.btn_bordered {
  border-radius: 12px;
  border: 1px dashed #9d9d9d;
  background: #fff;
  color: #9d9d9d;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}
.search_form_modal img {
  position: absolute;
  right: 16px;
  height: 18px;
  width: 18px;
  top: 16px;
}
.check_availability_modal .nav.nav-tabs .nav-link.active::after {
  width: initial;
  bottom: -12px;
}
.check_availability_modal .nav.nav-tabs .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 30px;
}
.tenant_onboarding {
  z-index: 1052;
  background: rgba(0, 0, 0, 0.4);
}
.sel_room .card_floor {
  width: 120px;
}
.sel_room .card_floor:hover,
.bed_card:hover,
.bed_card:hover .text-muted {
  background: #ffa831 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.btn.inactive {
  background: #e0e0e0 !important;
  border: transparent;
}
.badge-success-bed {
  color: #07a157;
  font-size: 16px;
  font-weight: 400;
  border-radius: 34px;
  border: 0.75px solid #07a157;
  background: #d6fbe9;
  display: flex;
  height: 46px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.view-all {
  color: #ffa831;
}
.card-nortification {
  overflow-y: scroll;
  max-height: 275px;
  padding: 20px;
}
/* select.form-control {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 50px 2px 2px;
    border: none;
    background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
   background-repeat: no-repeat;
   background-position: right center;
  } */
.apexcharts-legend.apx-legend-position-right {
  justify-content: center !important;
}
.listing-dash .dropdown .btn {
  background-color: #e3e3e3;
  border: unset;
  border-radius: 24px;
  min-width: 143px;
  font-size: 16px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  color: #000;
}
.btn {
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  height: 40px;
}
.tab-bg {
  background-color: transparent;
  border: 1px solid #858585;
  border-radius: 24px;
  min-width: 143px;
  font-size: 16px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  color: #000;
}
.tab-bg .nav.nav-tabs {
  padding: 2px;
}
.tab-bg .nav-tabs {
  border: 0;
}
.tab-bg .nav-link {
  padding: 0.2rem 1rem;
}
.tab-bg .nav-link:hover {
  padding: 0.2rem 1rem;
  border: 1px solid transparent;
}
.tab-bg .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border: 1px solid transparent;
}
.tab-bg .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #fff;
  border: 1px solid transparent;
  font-weight: 600;
  position: relative;
}
.br-25 {
  border-radius: 25px;
}
/* upload */
.border-dashed-black {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 10px 0;
  background-color: #ffffff;
}
.property-img-pip,
.floor-img-pip {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.property-img-pip .property-img {
  width: 150px;
  height: 150px;
  min-width: inherit;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 0.25rem;
  border-color: var(--bg-primary);
  border-width: 1px;
}
.property-img-remove,
.floor-img-remove {
  background: var(--bg-white);
  border: 1px solid var(--bg-white);
  color: var(--bg-primary);
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 3px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  font-size: 12px;
  top: 6px;
  line-height: 23px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
.upload-block {
  width: 150px;
}
.border-dashed-black .upload-btn-wrapper {
  max-height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
  flex-wrap: wrap;
  align-content: center;
  line-height: 20px;
  margin-top: 0;
  background: var(--bg-primary);
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper span {
  color: var(--bg-white);
}
.upload-btn-wrapper input[type="file"] {
  height: 150px;
  right: 0;
  max-width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.autocomplete-suggestions{
  border: 1px solid #c7c7c7;
  background: #fff;
  border-radius: 6px;
  margin-top: 2px;
  padding: 8px 0;
  max-height: 180px !important;
  overflow-y: auto;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover{
background: #f9f9f9;
}
.autocomplete-suggestions .autocomplete-suggestion:first-child:hover{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child:hover{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.autocomplete-suggestions .autocomplete-suggestion{
  padding: 0 12px;
}
.login-bg-left {
  background: #FFF5E4;
}
.sidebar.navbar-nav {
  height: 100vh;
  /* overflow-y: scroll; */
  border-right: 1px solid #e2e8f0;
  background-color: #ffffff;
}
/* Media Styles */
@media only screen and (max-width: 1199.9px) and (min-width: 992px) {
  .sidebar {
    min-width: 70px !important;
    width: fit-content !important;
  }
  .aside.aside-dark .nav-item .nav-link .menu-title {
    display: none;
  }
  .aside.aside-dark .nav-item .nav-link {
    width: 70px;
  }
  .aside.aside-dark .nav-item > .nav-link.active {
    background-size: cover;
    height: 74px;
    width: 70px !important;
  }
}
@media only screen and (min-width: 991px) {
  .aside.aside-dark .nav-item .nav-link[data-toggle="collapse"] {
    display: flex;
    align-items: center;
  }

  .aside.aside-dark .nav-item .nav-link[data-toggle="collapse"] .menu-title {
    margin: 0 10px 0 0.25rem;
    /* width: 110px; */
  }
  .aside.aside-dark .nav-item .collapse .collapse-inner .nav-link {
    width: 185px;
  }
}
@media screen and (max-width: 991.9px) {
  .sidebar.toggled {
    display: block !important;
    position: absolute;
    z-index: 99;
    transition: all 3s;
    background: linear-gradient(180deg, #283d45 0%, #2e2f4a 100%);
  }
  .sidebar-toggled::before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 98;
  }
  /* #wrapper #content-wrapper,
  body {
    background: #f2f2f2;
    border-top-left-radius: 0;
  } */
  .sidebar_close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 14px;
  }
  .sidebar.toggled .nav-item .nav-link {
    display: flex;
    align-items: center;
  }
  .image-dash {
    max-width: 24rem !important;
    right: -16px !important;
    top: 20px !important;
  }
}

/*mobile responsive*/
@media (max-width: 1920px) {
  .image-dash {
    max-width: 15rem;
    right: -21px;
    top: 66px;
  }
}
@media (max-width: 1199px) {
  .image-dash {
    max-width: 14rem;
    right: -23px;
    top: 91px;
  }

  .bg-img {
    height: 192px;
  }
}

@media (max-width: 992px) {
  .listing .search {
    width: 100%;
  }
  #dropdownMenuButton {
    min-width: 100%;
  }
  .add-Hostel {
    height: 79px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .add-Hostel {
    height: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 848px) {
  .rentList_btn {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .check-availability {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .prev-step {
    width: 100%;
    margin-bottom: 10px;
  }
  .next-step {
    width: 100%;
  }
  .update-tenant {
    width: 100%;
  }
  .check-availability {
    width: 100%;
  }
  .send-bill-remainder {
    width: 100%;
  }
  .technician-details-div {
    width: 100%;
  }
  .assign_btn {
    width: 100%;
  }
  .update_member {
    width: 100%;
  }
  .check_availability_modal .nav.nav-tabs .nav-link {
    margin-right: 0;
  }
  .tenant-onboard-nav {
    justify-content: space-between;
  }
  #select-room-tab .nav-link {
    padding: 10px;
  }
  .add_tenant{
    width:100%;
  }
}
@media (max-width: 767px) {
  .nav_title {
    font-size: 16px;
  }
  .topbar .nav-item .search {
    width: 245px;
  }
  .nav_title {
    font-size: 16px;
    margin-right: 10px;
  }
  .font-32 {
    font-size: 26px;
  }
  .nav-top-select {
    max-width: 100%;
    min-width: 100%;
  }
  .image-dash {
    max-width: 17rem;
    right: -15px;
    top: 69px;
  }
}
@media (max-width: 575px) {
  .header.align-items-stretch {
    height: 85px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
  }
  .image-dash {
    display: none;
  }
  .nav_title {
    display: none;
  }
  .topbar .nav-item .search {
    width: 155px;
  }
  .notification {
    display: none;
  }
  .main-body-sec {
    padding: 0px 15px 15px 15px;
  }
  .bg-img {
    text-align: center;
  }
  .font-16 {
    font-size: 13px !important;
  }
  .font-14 {
    font-size: 12px;
  }
  .tab-bg .nav {
    flex-wrap: nowrap;
  }
  .tab-bg .nav-tabs .nav-link.active {
    background: transparent;
  }
  .tab-bg {
    padding: 8px 0px;
  }
  .nav.nav-tabs .nav-link {
    font-size: 14px;
  }
  .bg-img {
    height: 160px;
  }
}

