@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

/* Define Inter font with different weights */
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Inter Regular'),
        url('https://fonts.gstatic.com/s/inter/v12/UcCnGpbF9eJg7IJlGpnF60gqjk-vmCenQw.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Inter Medium'),
        url('https://fonts.gstatic.com/s/inter/v12/UcCnGpbF9eJg7IJlGpnF60gqjk-vmCenQw.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: local('Inter SemiBold'),
        url('https://fonts.gstatic.com/s/inter/v12/UcCnGpbF9eJg7IJlGpnF60gqjk-vmCenQw.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Inter Bold'),
        url('https://fonts.gstatic.com/s/inter/v12/UcCnGpbF9eJg7IJlGpnF60gqjk-vmCenQw.woff2') format('woff2');
}

:root {
    --bs-font-sans-serif: 'Inter';
    --bs-font-monospace: 'Inter', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* --bs-body-font-family: '72W01'; */
    --bs-body-font-family: 'Inter', sans-serif;
    --bs-secondary-font-family: 'Inter';
    --bs-body-font-size: 13px;
    --bs-form-font-size: 0.875rem;
    --bs-gray-color: #f7f7f7;
    --bg-primary: #18181B;
    --bg-secondary: #f2f2f2;
    --bg-theme-hover: #F4F4F5;
    --bg-secondary-hover: #cfcfcf;
    --bg-primary-hover: #0e438f;
    --bg-white: #ffffff;
    --bg-white-op5: rgba(255, 255, 255, 0.5);
    --bg-light: #f8f9fa;
    --text-white: #ffffff;
    --text-primary: var(--bg-primary);
    --bg-primary-dark: #0E3A5C;
    --bg-black: #000000;
    --text-danger: #dc3545;
    --text-black: #000000;
    --heading-size: 27px;
    --badge-pending: #008CF1;
    --badge-active: #089E26;
    --badge-success: #189C0C;
    --badge-warning: #FFA800;
    --badge-opportunity: #d6a915;
    --badge-offer: #0bb12d;
    --badge-contract: #b86012;
    --badge-danger: #F10E00;
    --badge-closed: #0c0c0b;
    --card-header: rgba(0, 0, 0, 0.05);
    --table-border: #dbdbdb;
    --menu-color: #9C9FA6;
    --bg-body-color: #E4E8E9;
    --bg-upload-color: #A1A6B5;
    --fc-today-bg-color: rgb(0 0 0 / 33%) !important;
    --theme-color: #09090B;
    --fc-event-bg-color: #1b1b1b;
    --fc-event-border-color: #1b1b1b;
}

/* Global  Style */
body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    background-color: #f7f7f7 !important;
    color: #000 !important;
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
}

.badge-primary {
  color: var(--bg-primary);
}

.d-grid{
  display: grid !important;
}

.ui-widget {
  font-family: var(--bs-body-font-family);
  z-index: 1100 !important;
}

.font-52 {
  font-size: 52px !important;
}
.font-40{
    font-size: 40px !important;
}
.font-32 {
  font-size: 32px !important;
}

.font-150 {
  font-size: 150px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 600;
}

.pad-9 {
  padding: 10rem 0 !important;
}

.paginate_button.disabled {
  padding: 5px 10px;
  border-radius: 0 !important;
  border: 1px solid #dee2e6 !important;
  color: #6c757d !important;
  cursor: not-allowed;
}

/* .action-button a span:hover {
  color: #fff !important;
} */

.cr-pointer {
  cursor: pointer;
}

.text-warning {
  color: var(--bg-primary) !important;
}

.back-hover {
  height: 32px;
  background-color: #D9D9D9 !important;
  border-radius: 5px !important;
  padding: 5px 12px;
  width: 32px;
}

/* .back-hover:hover {
    background-color: var(--bg-primary) !important;
} */
.min-wid-0 {
  min-width: 0% !important;
}

.back-hover:hover i {
  color: #ffffff !important;
}

.modal .close:focus {
  outline: 0;
}

.pad-top-2 {
  padding-top: 2rem;
}

.pad-bot-1 {
  padding-bottom: 1.2rem !important;
}
.pad-bot-5{
  padding-bottom: 5rem !important;
}
.text-primary {
  color: var(--bg-primary) !important;
}

.text-dark {
  color: #09070A !important;
}

.text-black {
  color: #000000;
}

.text-theme {
  color: #09090B;
}

.text-theme-black {
  color: #070707 !important;
}

.text-theme-light {
  color: #526076 !important;
}

.text-blue {
  color: #808FAC !important;
}

.text-theme-grey {
  color: #8F8F8F !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #FBA23C !important;
}

.px-full {
  padding-left: .75rem;
  padding-right: .75rem;
}

.h-auto {
  height: auto !important;
}

.va-middle {
  vertical-align: middle;
}

.rounded-top-15 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

a:hover {
  color: #FBA23C;
  text-decoration: none;
}

.btn {
  padding: 0.375rem 0.75rem !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0.25rem;
  line-height: 1.9;
  display: inline-block;
  text-transform: none !important;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.btn-warning {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
}

/*.btn-theme {
    color: var(--bg-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px !important;
    line-height: 1rem;
    border: 1px solid var(--bg-primary);
    background-color: #fff;
}
.btn-theme:hover {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px !important;
    line-height: 1rem;
    border: 1px solid var(--bg-primary) !important;
    background-color: var(--bg-primary) !important;
}*/
.btn-theme {
  border: 1px solid #E4E4E7;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--bg-white);
  /* border-color: var(--bg-secondary); */
  color: var(--theme-color);
  line-height: 2;
  margin-right: 10px;
}

.btn-theme:hover {
 background-color: var(--bg-theme-hover);
  border: 1px solid #E4E4E7;
  color: var(--theme-color);
}

.btn-theme:focus {
  box-shadow: none;
}

.btn-primary,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
a.home-link {
    background-color: var(--bg-primary) !important;
    border-color: var(--bg-primary) !important;
}

/*.btn-theme,
.btn-primary,
.bootbox-cancel,
.btn-danger {
   min-width: 130px; */
  /* height: 40px; */
  /* line-height: 1.9;
}*/

.btn-danger{
  height: 40px;
}
.btn-primary:hover,
a.home-link:hover {
    background-color: #FBA23C !important;
  border-color: #FBA23C !important;
  color: #000 !important;
}

.btn-secondary-outline {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.btn-secondary-outline:hover {
   font-weight: 600;
    color: #FFFFFF;
}

.b-color {
  border-color: #DADADA !important;
}

/* .bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
    border-color: #fff !important;
    overflow: hidden;
    font-weight: 400;
    padding: 7px 13px;
    line-height: 22px;
    font-size: 12px;
    color: #000000;
} */
.bootstrap-select .dropdown-menu,
.bootstrap-select .bs-searchbox .form-control {
  font-size: 13px;
}

.btn-group.bootstrap-select .btn.dropdown-toggle.form-control {
  min-height: 35px;
}

 /* .bootstrap-select .dropdown-menu .dropdown-item.active {
 color: #536475;
}*/

.bootstrap-select.btn-group .dropdown-menu {
  left: -1px !important;
  right: -1px;
  z-index: 9999;
}

.contact-last-column {
  width: 100px;
  position: unset !important;
}

.table-responsive table.table td:last-child,
.table-responsive table.table th:last-child {
  right: 0;
  top: auto;
  /* background: #FFFFFF; */
  position: relative;
  height: 20px;
  width: 50px;
    border-right: 1px solid #E4E4E7 !important;
}

.table-responsive table td:first-child {
    border-left: 1px solid #E4E4E7 !important;
}

.table-bordered {
    border: 1px solid #E4E4E7;
}

.table-responsive table.table.footable-details td:last-child,
.table-responsive table.table.footable-details th:last-child {
  width: auto;
}

/* table td.action-ico a.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
} */

.action-ico a {
    display: flex;
    justify-content: center;
    background: #E4E4E4;
    border-radius: 8px;
    padding: 7px !important;
    color: #1b1b1b !important;
    border: 1px solid #E4E4E4;
}

.action-ico > a:hover {
    background: #000000;
    border-radius: 8px;
    padding: 7px !important;
    color: #fff !important;
    border: 1px solid #000000;

}

.action-ico a:focus {
    color: #000000 !important;
    border-radius: 8px;
    background-color: #fff;
    padding: 7px !important;
    border: 1px solid #000;
}

.material-symbols-outlined,
.material-icons {
    font-size: 18px !important;
}

.remove-abs .table-responsive table.table th:nth-last-child(2) {
  min-width: inherit;
  /*width: auto !important;*/
}

.table-responsive table.table td:last-child.dataTables_empty {
  position: unset !important;
}

table.dataTable thead .sorting:last-child:before,
table.dataTable thead .sorting:last-child:after,
table.dataTable thead .sorting_asc:last-child:after,
table.dataTable thead .sorting_desc:last-child:after,
table.dataTable thead .sorting_asc_disabled:last-child:after,
table.dataTable thead .sorting_desc_disabled:last-child:after,
table.dataTable thead .sorting_asc:last-child:before,
table.dataTable thead .sorting_desc:last-child:before,
table.dataTable thead .sorting_asc_disabled:last-child:before,
table.dataTable thead .sorting_desc_disabled:last-child:before {
  content: "";
  display: none;
}

/* .table-responsive table.table th:last-child {
    background-color: #09090B;
    border-color: #09090B;
    opacity: 1;
    z-index: 1;
    height: 30px;
    color: #fff;
} */
.page-heading {
  color: #1D2D3E;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

input,
button,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--bs-body-font-family);
}

/* .table { */
/* border-collapse: separate !important;
    border-spacing: 0 0.4em !important; */
/* } */
.border-transparent {
  border-color: transparent !important;
}

.table th {
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    color: #71717A;
    font-weight: 600 !important;
    font-size: 12px;
    padding: 12px !important;
    min-width: 40px;
    text-transform: none !important;
    border: 0;
    /* line-height: 24px; */
    border-top: 1px solid #d9d9d9;
}

.table td {
  color: #09090B;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 0 !important;
  vertical-align: middle;
  padding: 16px !important;
  white-space: normal;
}

/* .table tr td:first-child,
.table tr th:first-child {
  text-align: left !important;
}*/

.table thead th:first-child {
  border-radius: 4px 0 0 0;
}

.table thead:last-child th:first-child {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
}

.table thead th:last-child {
  border-radius: 0 4px 0 0;
}
tr.filter-inputs th:first-child {
  border-radius: 0;
}
tr.filter-inputs th:last-child {
  border-radius: 0;
}
thead.filter-inputs.agent_filter_thead th:first-child {
  border-radius: 0;
}
thead.filter-inputs.agent_filter_thead th:last-child {
  border-radius: 0;
}
.table td,
.table th {
  border: none;
}

.table-responsive table.table th:nth-last-child(2) {
  min-width: 220px;
  /*width: auto !important;*/
}

/* Date Range Picker */
.daterangepicker.ltr.show-ranges table thead {
  background-color: inherit;
}

.daterangepicker .ranges li.active {
  background-color: #09090B;
  color: #fff;
}

.dataTables_paginate.paging_simple_numbers,
.dataTables_info {
  margin-bottom: 8px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #09090B;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background-color: #09090B;
  border-color: #09090B;
  min-width: auto;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  background-color: #FFFFFF;
  border-color: #D6D6D6;
  color: #424244;
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.daterangepicker td.in-range {
  background-color: #707070;
  color: #ffffff;
}

.daterangepicker td.active.end-date.in-range.available {
  background-color: #09090B;
}

.mw-auto {
  min-width: auto;
}

/* .bootbox-confirm .btn-secondary.bootbox-cancel {
    border: 1px solid;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px !important;
    background-color: var(--bg-secondary);
    border-color: var(--bg-secondary);
    color: var(--bg-black);
}
.bootbox-confirm .btn-secondary.bootbox-cancel:hover{
    background-color: var(--bg-secondary-hover);
    border-color: var(--bg-secondary-hover);
    color: var(--bg-black);
}
.bootbox-confirm .btn-secondary.bootbox-cancel:focus {
    box-shadow: none;
}
.bootbox-confirm .bootbox-accept{
    margin-left: 0;
} */
.add-column-modal
  .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}

.remove-sort-ioc .dropdown {
  top: -8px;
}

.remove-sort-ioc .dropdown .dropdown-menu {
  min-width: 20rem;
}

.remove-sort-ioc .dropdown-menu.inner .dropdown-item {
  white-space: inherit;
}

.remove-sort-ioc .dropdown .dropdown-menu.actions {
  min-width: inherit;
}

.matching-title {
  text-overflow: ellipsis;
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle::after {
  display: none;
}

.bootstrap-select .bs-searchbox .form-control {
  border: 1px solid #CBD6E2;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner:focus,
.bootstrap-select:active,
.bootstrap-select:focus,
.bootstrap-select button:focus,
.bootstrap-select button span:focus,
.bootstrap-select .dropdown-toggle:focus {
  /* box-shadow: none !important; */
  outline: none !important;
}

/*.bootstrap-select.form-control {
   border-radius: 4px !important;
    border: 1.5px solid #556B8240;
    border-bottom-color: #556B81 !important;
} */

.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  color: #3f3f3f;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  padding: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  /*max-height: 215px !important;*/
   width: 185px;
}

.bootstrap-select.property-exe .dropdown-menu {
    width: 135px;
}

.bootstrap-select.property-exe .dropdown-item {
    padding: 0.25rem 0.5rem;
}

span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
    text-transform: capitalize;
}

.contact-contract-days .dropdown-menu {
  width: auto !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 150px !important;
}

/*.bootstrap-select.btn-group .dropdown-menu.inner a.dropdown-item {
  padding: 8px 10px 10px 10px;
    white-space: normal;
}*/

/*.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item:hover
  > span.dropdown-item-inner
  .text {
   color: #09090B;
}*/

.btn-check-style .btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-check-style .btn-outline-secondary:hover,
.btn-check-style .btn-outline-secondary:focus {
  background-color: #09090B !important;
  border-color: #09090B !important;
  box-shadow: none !important;
}

.btn-check-list {
  padding-left: 13px;
  flex: 0 0 16.66667%;
}

.form-height,
.form-height .bootstrap-select.form-control {
  height: 40px !important;
  /* font-weight: 400 !important;
    line-height: 1.5 !important;
    border-radius: 0 !important; */
}

.btn.text-green.req-card-add {
    display: flex;
}

.add_buisness_row.add_row .add_functional,
.add_members_row.add_row .add_functional {
    color: #18181B !important;
}

.add_buisness_row.add_row .add_functional span:hover,
.add_members_row.add_row .add_functional span:hover {
    border-color: #18181B !important;
  background-color: #18181B !important;
  color: #fff !important;
}

/* .form-height, .form-height .bootstrap-select.form-control, .bootstrap-select.form-control.form-height {
    border-radius: 4px !important;
    color: #000000;
    border: 1.5px solid #556B8240 !important;
    border-bottom-color: #556B81 !important;
} */
.add_reminder {
  right: 0;
  top: -14px;
}

button.fc-month-button,
button.fc-agendaWeek-button {
  text-transform: capitalize;
}

.mh-39 {
  min-height: 39px;
}
.mh-42{
  min-height: 42px;
}
.mh-39-upload{
  display: inline-block;
  min-height: 39px;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 760px;
  }
}

/* ::-webkit-input-placeholder {color: #BCBCBC !important;}
:-ms-input-placeholder {color: #BCBCBC !important;}
::placeholder {color: #BCBCBC !important;} */

.dark-theme {
  background-color: #09070A !important;
}

.bg-yellow {
  background-color: #ffc107;
  border-color: #ffc107;
}

.nav-tabs .nav-link .badge-danger {
  color: #fff;
  background-color: #070707;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.nav-tabs .nav-link.active .badge-danger {
  color: #fff;
  background-color: #09090B;
}

.bg-warning,
.badge-warning {
  background-color: #09090B !important;
}

.btn-outline-warning {
  color: #09090B;
  border-color: #09090B;
}

.btn-outline-warning:hover,
.btn-outline-warning.btn-grey:hover {
  background-color: #09090B;
  border-color: #09090B !important;
  color: #fff;
}

.btn-outline-warning.btn-grey {
  color: #070707;
  border-color: #ABA6A6;
}

.bg-gradient-primary {
  background-color: #070707;
  background-image: inherit;
}

.theme-color {
  color: #070707 !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-left-15 {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.radius-right-15 {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.bg-active {
  background-color: #EBE8FD;
  color: #5E40CF;
  font-weight: 500;
}

.bg-inactive {
  background-color: #FFE9E9;
  color: #000000;
  font-weight: 500;
}

.radius-30 {
  border-radius: 30px !important;
}

.btn-outline-primary {
  color: #000000;
  border-color: #000000;
}

.btn-outline-primary:hover {
  background-color: #000;
  border-color: #000;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none !important;
}

.lh-normal {
  line-height: normal !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-40 {
  line-height: 40px;
}

.m-content {
  width: max-content;
}

.max-content {
  width: max-content !important;
}

form.user .form-control-user {
  font-size: 16px;
  border-radius: 5px !important;
  padding: 1.3rem 1rem;
}

form.user .btn-user {
  font-size: 18px;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
}

.custom-input.custom-input-inline {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

.custom-input input {
  display: none;
}

.custom-input label.size:not(.error) {
  color: #4D4D4D;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease;
}

.custom-input label:not(.error) {
  color: #4D4D4D;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease;
}

.custom-input label:not(.error)::before {
  top: 0 !important;
}

.custom-input label:not(.error)::before {
  content: '';
  height: 16px;
  width: 16px;
  top: -4px;
  left: 0;
  border: 1px solid #E3E2DD;
  background-color: #FFFFFF;
  position: absolute;
  transition: all 0.2s ease;
}

.custom-input label:not(.error)::after {
  transition: all 0.2s ease;
}

.custom-input.checkbox input:checked~label:not(.error)::after {
  top: 3px;
  content: '';
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
  left: 6px;
}

.custom-input.checkbox input:checked~label:not(.error)::before {
  content: '';
  border: 1px solid #09090B;
  background-color: #09090B;
  position: absolute;
  left: 0;
  top: -4px;
}

/* div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_length select {height: 34px;border-color: #C8C8C8 !important;} */
table thead {
  background-color: #EAEAEA;
}

.custom-input label.size {
  width: auto;
  height: auto;
}

.custom-input label {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: 0;
}

.custom-input.custom-input-100 label {
  width: auto;
}

.select-drop {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  vertical-align: top;
}

.select-drop.dropdown-toggle::after {
  display: none;
}

.custom-drop:hover,
.custom-drop:focus {
  background-color: #e4e4e4;
}

.custom-input.custom-input-inline {
  height: 16px;
}

.custom-drop .dropdown-menu a:hover,
.update-dash .card.dash_sales_card:hover p,
.update-dash .card.dash_sales_card:hover span {
  color: #F6A41C !important;
}

.lead-listing div.dataTables_wrapper div.dataTables_filter {
  padding-left: 50px;
}

select:focus {
  outline: none !important;
}

table .custom-input label:not(.error)::before,
.dropdown .custom-input label:not(.error)::before {
  top: 0 !important;
}

table .custom-input.checkbox input:checked ~ label:not(.error)::after,
.dropdown .custom-input.checkbox input:checked ~ label:not(.error)::after {
  top: 3px;
}

.table-bordered td {
  /* border-width: 1px 0; */
  border-top: solid 1px #eeeeef !important;
}

.table-bordered tr:last-child td {
  /* border-width: 1px 0; */
  border-bottom: solid 1px #eeeeef !important;
}

div.dataTables_wrapper div.dataTables_paginate,
.dataTables_length {
  float: right;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  color: #000000;
}

/* div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {border: 1px solid #bbb;border-radius: 5px;} */
div.dataTables_wrapper div.dataTables_filter label {
  float: left;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  font-size: 12px;
  display: inline-block;
  margin: 10px 0 20px;
  /* cursor: pointer; */
}

div.dataTables_wrapper div.dataTables_length label {
  color: #1D2D3E;
}

.modal div.dataTables_wrapper div.dataTables_length label,
.card-body div.dataTables_wrapper div.dataTables_length label {
  color: #000;
}

div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  position: absolute;
  right: 0;
}

.paginate_button {
  border: 1px solid var(--bg-primary);
  display: inline-block;
  padding: 5px 10px;
  min-width: 30px;
  min-height: 20px;
  text-align: center;
  margin: 0 2px;
  color: var(--bg-primary) !important;
}

/* table tr:hover {box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;} */
.paginate_button.current,
.paginate_button.current:hover {
  background-color: #09090B;
  color: #fff;
  border-color: #09090B;
}

.badge {
  font-weight: normal;
  padding: 0 !important;
}

.badge-yellow {
  background-color: #F1F4C1 !important;
  color: #644f09 !important;
}

.badge-green {
  background-color: #c1f4d4 !important;
  color: #096415 !important;
}

.badge-teal {
  background-color: #d8f8fd !important;
  color: #096415 !important;
}

.badge-grey {
  background-color: #c4c4c4 !important;
  color: #230c0c !important;
}

.badge-lavendar {
  background-color: #f2cdf6 !important;
  color: #950595 !important;
}

.badge-blue {
  background-color: #d1d5ff !important;
  color: #3350ac !important;
}

.badge-pink {
  background-color: #ffb4bb !important;
  color: #840404 !important;
}

.btn-outline-yellow {
  border: 1px solid #f1f4c1 !important;
  color: #644f09 !important;
  display: block;
}

.btn-outline-green {
  border: 1px solid #096415 !important;
  color: #096415 !important;
  display: block;
}

.btn-outline-teal {
  border: 1px solid #9cbabf !important;
  color: #096415 !important;
  display: block;
}

.btn-outline-grey {
  border: 1px solid #c4c4c4 !important;
  color: #230c0c !important;
  display: block;
}

.btn-outline-lavendar {
  border: 1px solid #950595 !important;
  color: #950595 !important;
  display: block;
}

.btn-outline-blue {
  border: 1px solid #3350ac !important;
  color: #3350ac !important;
  display: block;
}

.btn-outline-pink {
  border: 1px solid #840404 !important;
  color: #840404 !important;
  display: block;
}

.lead-listing .btn-outline-warning {
  display: block;
}

.lead-listing .btn-outline-danger {
  display: block;
}

.btn-outline-yellow:hover {
  background-color: #f1f4c1 !important;
  color: #fff !important;
}

.btn-outline-green:hover {
  background-color: #096415 !important;
  color: #fff !important;
}

.btn-outline-teal:hover {
  background-color: #9cbabf !important;
  color: #fff !important;
}

.btn-outline-grey:hover {
  background-color: #c4c4c4 !important;
  color: #fff !important;
}

.btn-outline-lavendar:hover {
  background-color: #950595 !important;
  color: #fff !important;
}

.btn-outline-blue:hover {
  background-color: #3350ac !important;
  color: #fff !important;
}

.btn-outline-pink:hover {
  background-color: #840404 !important;
  color: #fff !important;
}

.table-responsive::-webkit-scrollbar,
.filter-style .modal-body::-webkit-scrollbar,
.lead-ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.table-responsive::-webkit-scrollbar-track,
.filter-style .modal-body::-webkit-scrollbar-track,
.lead-ul::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 35px;
}

.table-responsive::-webkit-scrollbar-thumb,
.filter-style .modal-body::-webkit-scrollbar-thumb,
.lead-ul::-webkit-scrollbar-thumb {
  background: #c5c3c2;
  border-radius: 35px;
}

.table-responsive,
.table-res-contain {
  margin: 0 auto;
}

.dash-com-scroll {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-card {
  margin: 0 auto;
}

.dash-com-scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/*.dash-com-scroll::-webkit-scrollbar:hover {width: 5px;height: 5px;visibility: visible;}*/
.dash-com-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 35px;
}

.dash-com-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 35px;
  display: none;
}

.dash-com-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 35px;
  display: block;
}

.w-60 {
  width: 60%;
}

.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

/* div.dataTables_wrapper div.dataTables_filter {
    display: none;
} */
/* Login  Page */
.login-right {
  background-color: #eee;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 625px;
}

.login-right label {
  color: #888;
}

.login-left li span,
.login-right a,
.log-save {
  color: #aaa;
}

.login-left li {
  color: #09090B;
}

.log-foot {
  bottom: 0;
  left: 0;
  right: 0;
}

.log-save {
  right: 15px;
  bottom: 19px;
}

.log-img img {
  max-height: 300px;
}

.login-left {
  background-image: url(../img/logo-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  background-color: #010204 !important;
}

.login {
  border-top-left-radius: 40px;
  overflow: hidden;
  border-bottom-left-radius: 40px;
}

/* Header */
.topbar .navbar-search .btn {
  box-shadow: 3px 5px 5px #f9ebd3;
  width: 37px;
  height: 37px;
  top: -1px;
  right: 1px;
  position: absolute;
  border-radius: 10px !important;
  padding: 2px 10px;
  z-index: 9;
}

/* Side Menu */
.collapse-inner .nav-item.active .nav-inner,
.collapse-inner .nav-item:hover .nav-inner {
  background-color: #fff;
}

.nav-inner {
  min-width: 62px;
}

.sidebar-brand-icon {
  display: block;
}

.sidebar-toggled .sidebar-brand-icon {
  display: block;
}

.sidebar .sidebar-brand {
  height: inherit;
}

.sidebar .nav-item .nav-link.active,
.sidebar .nav-item.active .nav-link span,
.sidebar-dark .nav-item.active .nav-link[data-toggle="collapse"]::after {
  color: #09090B;
}

.sidebar .nav-item .nav-link,
.sidebar .nav-item .nav-link span {
  font-size: 18px;
}

.topbar .nav-item .nav-link .badge-counter {
  bottom: 10px;
  transform: inherit;
  width: 19px;
  height: 19px;
  padding: 2px;
  font-size: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 1px 3px 10px #aaa;
  line-height: 15px;
  font-weight: bold;
}

.topbar .nav-item .nav-link .img-profile {
  border-width: 3px !important;
}

.sidebar.toggled .nav-item .collapse {
  position: relative;
  left: inherit;
}

.sidebar.toggled .nav-item .collapse .collapse-inner {
  min-width: 100%;
}

.sidebar-toggled
  .sidebar
  .nav-item
  .nav-link[data-toggle="collapse"].collapsed::after,
.sidebar-toggled .sidebar .nav-item .nav-link[data-toggle="collapse"]::after,
.sidebar-toggled
  .sidebar-dark
  .nav-item.active
  .nav-link[data-toggle="collapse"]::after {
  display: none;
}

.sidebar-toggled
  .sidebar
  .nav-item
  .nav-link[data-toggle="collapse"].collapsed::after,
.sidebar-toggled
  .sidebar-dark
  .nav-item.active
  .nav-link[data-toggle="collapse"]::after {
  top: -20px;
  position: relative;
}

.sidebar.toggled .nav-item .nav-link {
  padding: 0.5rem 0.6rem;
}

.sidebar.toggled .nav-item .nav-link {
  text-align: left;
}

.sidebar .custom-drop:hover,
.sidebar .custom-drop:focus {
  background-color: inherit;
}

.sidebar .dropdown .dropdown-menu {
  min-width: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  max-width: 120px;
  transform: translate3d(0px, 39px, 0px) !important;
}

.sidebar .nav-link:hover .nav-inner,
.sidebar .nav-item.active .nav-link .nav-inner {
  background-color: #fff;
}

.sidebar .nav-link img,
.menu-logout img {
  max-width: 18px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: inherit;
  color: #FBA23C !important;
}

.sidebar-dark .sidebar-brand img {
  max-height: 57px;
}

.topbar .navbar-search {
  width: 19rem;
}

.topbar .navbar-search input {
  height: 37px;
  border-radius: 10px !important;
  font-size: 13px;
}

.topbar .navbar-search input:focus {
  outline: none;
  box-shadow: none;
}

.topbar .navbar-search .btn i {
  font-size: 15px;
}

.menu-logout {
  background-color: #3a3939;
  bottom: 0;
  left: 0;
  right: 0;
  height: 118px;
  max-width: 120px;
  position: absolute;
  z-index: 0;
  border-bottom-left-radius: 30px;
}

.bottom-edge-left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 120px;
  right: 0;
  bottom: 0;
  background: #3a3939;
  z-index: 0;
}

.bottom-edge-right {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e9e9e9;
  z-index: 0;
}

.menu-logout a {
  max-width: 120px;
}

/* Dashboard */
#wrapper {
  display: flex;
  background: #f8f8f8;
}

.status-visit i {
  color: #bebbbb;
}

#wrapper #content-wrapper {
  background: #f7f7f7;
  overflow: hidden;
}

#wrapper #content-wrapper #content {
  /* background: #edf1f5; */
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.topbar {
  border-top-right-radius: 30px !important;
}

.dash-left-1 .btn-outline-primary,
.dash-right-1 .btn-outline-primary {
  background-color: #ebecf8;
  font-size: 20px;
}

.dash-left-1 .nav-link.active {
  color: var(--bg-primary);
    padding: 4px 12px 4px 12px;
    border-radius: 6px !important;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;
    font-weight: 500;
}

.dash-left-1 .nav-link {
  color: #3F3F46;
  font-size: 14px;
    padding: 4px 12px 4px 12px !important;
    font-weight: 500;
}

.agents-ul {
  margin: 0 -20px;
}

.dash-left-1 .inc-success .fa-arrow-right,
.dash-left-1 .inc-danger .fa-arrow-right {
  width: 25px;
  height: 25px;
  padding: 0 5px;
}

.dash-left-1 .inc-success .fa-arrow-right {
  transform: rotate(-45deg);
}

.date-style input {
  background-color: #f5f5f5;
}

.date-pic input,
.date-style input {
  color: #000000;
}

.dash-left-1 .inc-danger .fa-arrow-right {
  transform: rotate(45deg);
}

/*.dash-left-1 .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px solid transparent;
  border-radius: 3px 3px 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}*/
.overflow-auto.mb-3 {
    margin-bottom: 0 !important;
}

ul.nav.nav-tabs.border-bottom,
.nav.nav-tabs.border-0.main-tab {
    height: 46px;
}

ul.nav.nav-tabs {
    background: #F4F4F5;
    padding: 6px;
    /* height: 40px; */
    border-radius: 8px !important;
}
ul.nav.nav-tabs.custom-tab{
    height: 47px;
    border-radius: 8px !important;
}

.custom-tab .nav-tabs .nav-link{
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important;
}

.nav-tabs {
    border-bottom: none !important;
}

/* .dash-left-1 .nav-link.active::after {
  border-bottom: 3px solid var(--bg-primary);
} */

.dash-left-1 .tab-pane .card:last-child {
  margin-bottom: 0 !important;
}

.graph-pane {
  background-color: #fdfdfd;
}

.units-det {
  background-color: #ececec;
}

.leg-circle {
  border: 4px solid black;
  color: #fff;
  font-size: 4px;
}

.leg-color-1 {
  border-color: #434344;
}

.leg-color-2 {
  border-color: #bdc3c7;
}

.leg-color-3 {
  border-color: #dbdfe2;
}

.leg-color-4 {
  border-color: #e8ecf1;
}

.leg-color-5 {
  border-color: #09090B;
}

.graph-contain small {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: -15px auto 0;
  display: inline-block;
  font-size: 20px;
}

.progress {
  height: 0.6rem;
}

.progress-det .card-body li:nth-child(odd) {
  background-color: #f5f7fb;
}

.progress-ul {
  display: none;
}

.card-border {
  border: 1px dashed #bbb;
}

.progress-det .leg-circle {
  border-color: #bec2c5;
}

.card.active .leg-circle {
  border-color: #09090B;
}

.progress-det .dash-left-1 .card-body li:nth-child(odd) {
  background-color: inherit;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.quick-1 {
  background-color: #ededfb;
}

.quick-2 {
  background-color: #defbf4;
}

.quick-3 {
  background-color: #ffe0e0;
}

.quick-4 {
  background-color: #fff4e3;
}

.quick-5 {
  background-color: #f5f5f5;
}

.quick-6 {
  background-color: #fae4ff;
}

.quick-7 {
  background: linear-gradient(to bottom, #a9c4df, #e7ecf0);
}

.quick-btn-img {
  min-height: 35px;
}

.lease-prop {
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  max-width: 155px;
}

.exp-leases #canvas-holder {
  max-width: 300px;
}

.prop-set-img img {
  max-height: 25px;
}

.prop-set-img li {
  width: 16%;
}

/* Contact */
.breadcrumb-contain .img-fluid {
  max-height: 25px;
}

.breadcrumb-contain .nav-tabs .nav-link {
  color: #000000;
  font-weight: normal;
}

.contact-contain p {
  min-height: 27px;
}

.import-contain {
  max-height: 123px;
}

.import-contain img {
  max-height: 70px;
}

.breadcrumb-contain .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #09090B;
  border-color: #09090B !important;
}

.breadcrumb-contain .breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  font-size: 17px;
}

.quick-btn-img img {
  max-height: 33px;
  filter: grayscale(0.5);
  opacity: 0.5;
}

.lead-listing-menu .l-menu-item::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  border-bottom: 3px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.lead-filter-sec .drop-select {
  background-color: #e4e4e4;
  color: #606060;
  font-size: 14px;
}

.lead-filter-sec .dropdown .dropdown-item {
  color: #616161;
  font-weight: 600;
  font-size: 12px;
}

.lead-filter-sec .custom-input label:not(.error)::before,
.dropdown .custom-input label:not(.error)::before {
  top: 3px !important;
}

.lead-filter-sec
  .custom-input.checkbox
  input:checked
  ~ label:not(.error)::before {
  content: "";
  border: 1px solid #606060;
  background-color: #606060;
  position: absolute;
  left: 0;
  top: -4px;
}

.lead-filter-sec .custom-input label:not(.error)::before {
  border-radius: 6px;
}

.lead-filter-sec .dropdown .dropdown-item.active {
  color: #f3b51f !important;
}

.bg-lead-table-list {
  background-color: #fffbf2;
}

.new-lead .img-fluid {
  max-height: 100px;
}

.new-lead h6 {
  min-height: 52px;
}

.new-lead a {
  border: 1px solid #707070;
  padding: 10px 10px;
}

.new-lead a:hover {
  border: 1px solid #09090B;
}

.new-lead p {
  min-height: 60px;
}

#content-wrapper #content > .container-fluid {
  min-height: 890px;
}

/* Create Lead */
/* .create-lead .form-group > label, .create-lead .form-group > .form-control {color: #536475;font-size: 20px;} */
.create-lead .form-group > .form-control {
  border: 1px solid #cbd6e2;
}

.create-lead .form-group > label a {
  font-size: 18px;
}

/* .create-lead .form-control {
    height: 35px !important;
} */
.create-lead textarea.form-control {
  height: auto !important;
}

/* .create-lead input.form-control:focus,
.create-lead select.form-control:focus,
.create-lead textarea.form-control:focus {
    border: 2px solid #EAA502 !important;
    box-shadow: none !important;
    outline: 0;
} */
.create-lead .btn-outline-warning {
  border-color: #cbd6e2;
}

.create-lead .btn-outline-warning:hover,
.create-lead .btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #606060;
  border-color: #606060 !important;
  color: white;
}

.irs-line {
  background: #e4e2e3;
  border-color: #e4e2e3;
}

.irs-bar {
  border-top: 1px solid #09090B;
  border-bottom: 1px solid #09090B;
  background: #09090B;
}

.irs-slider {
  border: 7px solid #fff;
  background: #09090B;
}

.irs-from,
.irs-to,
.irs-single {
  background: #070707;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary.active {
  background-color: #09090B !important;
  border-color: #09090B !important;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.toggle-btn-switch .btn-toggle {
  top: 50%;
  transform: translateY(0%);
  width: 40px;
  height: 18px;
  border-radius: 30px;
}

.btn-toggle > .handle {
  position: absolute;
  top: 1px;
  left: 0.1875rem;
  width: 0.825rem;
  height: 0.825rem;
  border-radius: 50%;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.active > .handle {
  left: 1.2875rem;
  transition: left 0.25s;
}

.toggle-btn-switch button:focus {
  outline: none;
}

.create-lead select,
.bootstrap-select.btn-group > .dropdown-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/theme-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px;
  background-position: 97% center;
}

.addMore {
  border-color: #cbd6e2 !important;
  left: 130px;
  max-width: 445px;
  top: 25px;
  display: none;
}

.modal-header .close {
  opacity: 1;
  font-weight: 400;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 23px;
  right: 15px;
  top: 13px;
  position: relative;
  border-radius: 50%;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

.modal-header .close:hover {
  background: #212529 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.modal-header .close:focus {
  outline: none;
  opacity: 1;
}

.create-lead main,
.import-lead main {
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
}

#upload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

/* Lead Listing */
.head-lead-list {
  font-family: var(--bs-body-font-family);
  color: #33475b;
}

.lead-listing-menu a {
  color: #616161;
  font-weight: normal;
  font-size: 14px;
}

.lead-listing-menu .active a {
  color: #09090B;
  font-size: 14px;
  font-weight: 600;
}

.lead-listing-menu > ul {
  border-width: 1px !important;
  border-color: #cacaca !important;
}

.send-comment-group .btn-group-toggle .btn-secondary {
  background: 0;
  border: 0;
  color: #424244 !important;
  font-size: 12px !important;
  padding: 4px 12px !important;
  margin-right: 16px;
}

.send-comment-group .btn-group-toggle .btn-secondary.active,
.send-comment-group .btn-group-toggle .btn-secondary:hover,
.send-comment-group .btn-group-toggle .btn-secondary:focus {
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #707070 !important;
  border-radius: 5px !important;
  font-size: 12px;
  font-weight: 600;
}

.action-table {
  right: 40px;
  top: 5px;
  z-index: 999;
  display: none;
}

.menu-pop .action-table {
  right: 30px;
  top: 5px;
  z-index: 1;
  display: none;
}

#reminder .action-table{
  right: 45px;
  top: -5px;
}

.action-table a {
  color: #000000;
}

/*.action-table a span:last-child {display: none;}*/
.action-table a:hover {
  color: #09090B !important;
}
.menu-pop .action-table a:hover span{
color: #fff !important;

}

.action-table a:hover span {
  display: inline-block;
  white-space: nowrap;
}

.action-table > ul {
  padding: 0 2px !important;
}

.action-ico:hover .action-table,
.action-table:hover {
  display: block;
}

.action-ico{
    position:  relative !important;
}

#save-listing a.theme-color:hover {
  font-weight: bold;
  background-color: #cfcfcf;
}
.table-responsive>.table-bordered{
    border: 1px solid #E4E4E7;
}
.bootstrap-tagsinput {
  border: 1px solid #d1d3e2;
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
}

.tag-ip .label-info {
  background-color: #707070;
  display: inline-block;
  padding: 0.4em 0.7em 0.4em;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}

.tt-menu {
  background-color: #fff;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  padding: 20px;
  width: 100%;
}

.tt-suggestion.tt-selectable {
  cursor: pointer;
}

span.twitter-typeahead {
  display: block;
  width: 100%;
  color: #adadae;
  font-size: 10px;
  padding: 0;
}

span.twitter-typeahead > input {
  padding: 0;
}

#preview-slide .owl-nav {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  max-width: 128px;
  padding: 10px 0;
  margin: 10px auto;
  min-height: 46px;
}

#preview-slide.owl-carousel .owl-nav button.owl-next,
#preview-slide.owl-carousel .owl-nav button.owl-prev {
  color: #cdcdcd;
  width: 40px;
  font-size: 25px;
  margin: 0;
  height: 25px;
  line-height: 25px;
}

#preview-slide.owl-carousel .owl-nav button:focus {
  outline: none;
}

.slide-count {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 45px;
  bottom: 9px;
}

#preview-slide.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

#preview-slide.owl-carousel .owl-nav button.owl-next {
  float: right;
}

/* Tejesh */
table.lead-listing-table .bootstrap-select.btn-group .dropdown-menu,
table.lead-listing-table .bootstrap-select.btn-group > .dropdown-toggle {
  min-width: 11rem !important;
}

table.lead-listing-table .bootstrap-select.btn-group .no-results {
  background: #09090B;
  white-space: inherit;
}

table.lead-listing-table .bootstrap-select.btn-group .dropdown-menu {
  background-color: #09090B;
  color: #ffffff;
}

.border-dashed-theme {
  border: 1px dashed #f3b51f;
}

.bg-file-theme {
  background-color: #fdfaeb;
}

.font-18 {
  font-size: 18px;
}

.font-weight-semibold {
  font-weight: 600;
}

/*.create-prj img {*/
/*max-height: 132px;*/
/*}*/

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round {
  border-radius: 20px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c5c4c4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #09090B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*border: 1px solid #09090B;*/
}

.unit-radio label {
  display: block;
  position: relative;
  height: 100px;
  margin-top: 25px;
  cursor: pointer;
}

.unit-radio label input {
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.unit-radio label .unit-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.unit-radio label input:checked + .unit-box:after {
  position: absolute;
  content: "";
  left: calc(100% - 18px);
  top: calc(0% - 10px);
  right: 0;
  background-image: url("../img/active-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  background-size: contain;
}

.unit-radio label input:checked + .unit-box {
  border-color: #ff9e00 !important;
}

.rc-theme {
  color: #09090B;
}

.preview-prj .progress .progress-bar {
  background-color: #09090B;
}

.preview-prj .progress {
  height: 15px;
  border-radius: 20px;
  background-color: #eaeaea;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 15px;
  border-radius: 3px;
  transition: 0.2s;
  justify-content: center;
  height: 80px;
}

.file-drop-area .file-btn {
  flex-shrink: 0;
  background-color: #ff9e00;
  border: 1px solid #ff9e00;
  border-radius: 5px;
  padding: 8px 30px;
  margin-right: 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}

.file-drop-area .file-msg {
  font-size: small;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a0a7b1;
  max-width: 50%;
}

.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.unit-details .input-group-append::before,
.rent-details .input-group-append::before {
  content: "";
  border-left: 1px solid #707070 !important;
  height: 1.5em;
  position: absolute;
  top: 7px;
}

.unit-details .input-group,
.rent-details .input-group {
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
     border-color: #09090B !important;
    background-color: #09090B !important;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #0A0A0A !important;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #b7b9cc !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  background-color: #ebecf6;
  color: #000000;
  padding: 8px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.upload-btn-wrapper input[type="file"]::file-selector-button {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
}

.prop-prev-img img {
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.unit-details .accordion .card-header {
  cursor: pointer;
  background-color: #efefef;
}

.unit-details .accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  float: right;
  font-weight: 900;
}

.unit-details .accordion .card-header.collapsed:after {
  content: "\f107";
}

.custom-control-label::before,
.custom-control-label::after {
  top: 2px;
}

label.custom-control-label {
  cursor: pointer;
}

.card-body .btn-warning .fa-plus {
  height: 18px;
  width: 18px;
}

.documents-table .table th {
  color: #8e919d;
  font-size: 10px;
  font-weight: 600;
  background-color: #fafafa;
  border: 0 !important;
  padding: 15px 12px;
}

.documents-table .table tr td {
  color: #536475;
  font-size: 12px;
  font-weight: 600;
  padding: 18px 12px;
  border-top: 0;
  border-bottom: 1px solid #e8e8eb;
}

.dash-market-table .table th {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  background-color: #efefef;
  border: 0 !important;
  padding: 15px 12px;
  text-transform: uppercase;
}

.dash-market-table .table tr td {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  padding: 18px 12px;
  border-top: 0;
  border-bottom: 1px solid #e8e8eb;
  cursor: pointer;
}

.table-compaign .table th {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  border-top: 0;
  border-bottom: 0;
  color: #707070;
}

.table-compaign .table tr td {
  border-bottom: 1px solid #e8e8eb;
}

.table-compaign .table tr td span.metrics-color {
  color: #707070;
}

.compaign-collapse,
.automate-collapse {
  cursor: pointer;
}

.completed-cir::before {
  content: "";
  display: inline-block;
  background: #1ec366;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 4px;
}

.pause-cir::before {
  content: "";
  display: inline-block;
  background: #fe2e2e;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 4px;
}

.bg-light-theme {
  background-color: #f3f3f3;
}

.bg-copy {
  background-color: #eeeeee;
}

.pending-bg {
  /* background-color: #FEC4CA; */
  color: #e3121d;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.active-bg {
  /* background-color: #EAFAEB; */
  color: #0064d9;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
}

.user-type-bg {
  /* background-color: #FFFFFF; */
  color: #000000;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  border: 1px solid #c7c7c7;
  font-weight: 600;
}

.xml-feed-bg {
  /* background-color: #F2DEDE; */
  color: #e03232;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: block;
  font-weight: 600;
}

.advanced-bg {
  /* background-color: #FAD7E2; */
  color: #dc1616;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.advanced-on-bg {
  /* background-color: #D7E6FA; */
  color: #303030;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.lead-badge {
  /* background-color: #D8F8FD; */
  color: #096415;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.visited-bg {
  /* background-color: #FFC6C6; */
  color: #ea0c0c;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.visit-req-contain .badge {
  padding: 7px 0.5rem !important;
}

.visit-scheduled-bg {
  /* background-color: #09090B; */
  color: #09090B;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.re-schedule-bg {
  background-color: #121212;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.sheet-bg {
  background-color: #fff0d4;
  color: #735307;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.visit-progress-bg {
  background-color: #d9edff;
  color: #091d9b;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.sent-bg {
  background-color: #ffcacf;
  color: #c80505;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.request-bg {
  background-color: #f0edff;
  color: #534c8d;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
}

.leased-bg {
  background-color: #f0edff;
  color: #534c8d;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.listed-bg {
  background-color: #f9f2d9;
  color: #856f29;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.rented-bg {
  background-color: #d1ecd8;
  color: #0f4a03;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.selling-bg {
  background-color: #ffffff;
  color: #ff0000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 4px 6px;
  font-size: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.chiller-bg {
  background-color: #171717;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 4px 6px;
  font-size: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.visit-bg {
  background-color: #e85c3f;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.unit-prop-badge {
  position: absolute;
  top: 8px;
  left: 0;
}

.visit-prop-badge {
  position: absolute;
  bottom: -5px;
  right: -7px;
}

.font-18 {
  font-size: 18px;
}

.projects-nav .nav.nav-tabs a {
  background: none;
  border: 0;
  font-size: 13px;
  color: #989595;
}

.projects-nav .nav.nav-tabs a.active {
  color: #000000;
  font-weight: bold;
}

.prop-detail-tab .nav.nav-tabs a.nav-item {
  background: none;
  border: 0;
  font-size: 14px;
  color: #a4a4a4;
  font-weight: 600;
}

.prop-detail-tab .nav.nav-tabs a.nav-item.active {
  color: #1c1e20;
  border-bottom: 2px solid #1e4564;
}

.prop-detail-tab .nav.nav-tabs li {
  padding: 0 44px 0 0;
}

.btn-outline-secondary {
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  color: var(--bg-black);
}

.btn-outline-secondary:hover {
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  color: var(--bg-black);
}

.prj-over-table .table tr td {
  border-bottom: 0;
  background: #ffffff;
  padding: 12px;
  vertical-align: middle;
}

.prj-over-table .table th {
  background-color: #f0f6fa;
  border-bottom: 1px solid #c6c6c6 !important;
  border-top: 1px solid #c6c6c6 !important;
}

.prj-over-table thead > tr {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

.all-prop-card-in {
  width: 610px;
}

.all-units-list {
  height: 490px;
  overflow: auto;
}

.card.all-prop-card {
  color: #7e7e7e;
}

.all-prop-card:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.drop-select.dropdown-toggle::after {
  content: "\f107";
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: inherit;
}

.drop-select:focus,
.actions-select:focus {
  outline: 0;
  box-shadow: none;
}

.card.email-perform-dash .btn-group.btn-group-toggle .btn-secondary,
.nav-market-manage .btn-group.btn-group-toggle .btn-secondary {
  font-size: 10px;
  background-color: #dddddd;
  color: #000000;
  border-color: #707070;
  font-weight: 400;
}

.card.email-perform-dash .btn-group.btn-group-toggle .btn-secondary.active,
.nav-market-manage .btn-group.btn-group-toggle .btn-secondary.active {
  background-color: #e9e9e9 !important;
}

.card.email-perform-dash .input-group,
.nav-market-manage .input-group {
  border: 1px solid #707070;
  border-radius: 5px;
  align-items: center;
}

.actions-select.dropdown-toggle::after {
  content: "\f107";
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: inherit;
}

.type-unit {
  border: 1px solid #d0d0d0;
  padding: 4px;
  display: inline;
  color: #000000;
  font-weight: normal;
  margin-left: 6px;
  border-radius: 5px;
  font-size: 10px;
}

.dropdown-ellipsis .dropdown-toggle::after {
  display: none;
}

.dropdown-ellipsis .dropdown-toggle {
  background: inherit;
}

.dropdown-ellipsis .dropdown-toggle i {
  color: #788090;
}

.dropdown.dropdown-ellipsis:hover > .dropdown-menu {
  display: block;
}

.dropdown-ellipsis .dropdown-toggle.bg-grey {
  background-color: #ecf0f4;
}

.dropdown-ellipsis button:focus {
  outline: 0;
}

.views-modal .modal-dialog .modal-content {
  /* border-radius: 12px; */
  border: 0;
}

.views-modal .modal-dialog .modal-content .modal-header {
  background-color: #09090B;
  /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
  color: #ffffff;
  padding: 12px 15px;
}

.views-modal .modal-header .close {
  font-weight: 400;
  height: 30px;
  width: 30px;
  font-size: 28px;
  background: #ffffff;
  color: #09090B;
  border-radius: 50%;
}

.views-modal .modal-dialog .modal-body select.form-control {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.views-modal .btn-dark {
  color: #110e0e;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.views-modal img.view-badge {
  position: absolute;
  right: 3px;
  bottom: 0;
}

.modal.visit-modal .modal-content {
  border-top-left-radius: 0;
  border: 0;
  border-bottom-left-radius: 0;
  /* border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; */
}

.modal.filter-modal .modal-content {
  border-top-left-radius: 0;
  border: 0;
  border-bottom-left-radius: 0;
  /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; */
}

.modal.visit-modal {
  padding-right: 0 !important;
}

.visit-modal .modal-header .close {
  font-weight: 400;
  height: 25px;
  width: 25px;
  font-size: 24px;
  background: #09090B;
  color: #ffffff;
  border-radius: 50%;
}

.nav-pills-codes li a {
  color: #a3a6ae;
  font-size: 12px;
  padding: 10px 32px;
}

.nav-pills-codes {
  background: #f8fafd;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.nav-pills-codes .nav-link.active,
.nav-pills-codes .show > .nav-link {
  color: #4a4a4a;
  background-color: #ffffff;
  border: 1px solid #e9eaed;
  border-radius: 10px;
}

.codes-bg {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 5px;
}

.acc-code-number {
  background-color: #f3f1ff;
  color: #504891;
}

.own-code-number {
  background-color: #fcf4e1;
  color: #a28b4a;
}

.clean-code-number {
  border: 1px dashed #707070;
  color: #252526;
  padding: 9px 12px;
}

.filter-modal.fade .modal-dialog {
  -webkit-transform: translate(-60%, 0) scale(1);
  transform: translate(-60%, 0) scale(1);
}

.filter-modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.visit-modal.fade .modal-dialog {
  -webkit-transform: translate(60%, 0) scale(1);
  transform: translate(60%, 0) scale(1);
}

.visit-modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.filter-modal .filter-close {
  cursor: pointer;
}

.filter-modal .btn-group-toggle {
  display: inline;
}

.filter-modal .btn-group-toggle .btn-outline-secondary {
  background-color: #ffffff !important;
  border-color: #707070 !important;
  font-size: 12px;
  color: #2c2c2c !important;
  margin-right: 8px;
  margin-bottom: 5px;
}

.filter-modal
  .btn-group-toggle
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
.filter-modal
  .btn-group-toggle
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
.filter-modal .btn-group-toggle .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #09090B !important;
  border-color: #09090B !important;
}

.bg-light-warning {
  background-color: #fff0d4;
}

.status-list .card-footer {
  background-color: #e7e7e7;
}

.circl-sm label::before {
  content: "";
  background-color: #ececec;
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 8px;
  border-radius: 5px;
  margin: -3px 8px;
}

.activity-feed .feed-item:first-child {
  border-top-right-radius: 3px;
}

.activity-feed .feed-item:last-child {
  border: 1px solid transparent;
  border-bottom-right-radius: 3px;
}

.activity-feed .feed-item {
  padding-top: 20px;
  /* border-right: 1px solid #eaeaea; */
  /* border-top: 1px solid #eaeaea; */
  padding-bottom: 15px;
  background: transparent;
  border-bottom: 1px dashed #707070;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 1px solid #999999;
}

.activity-feed .feed-item:after {
  top: -5px;
  border: 1px solid #84c529;
}

.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  border: 1px solid #22b518;
  background-color: #22b518;
}

.activity-feed .feed-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  border: 1px solid #838383;
  background-color: #838383;
}

.activity-feed .feed-item:last-child {
  border-left: 1px solid #999999;
}

.full-chat-w .full-chat-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

.full-chat-w .full-chat-middle .chat-head {
  background-color: #f3f2f2;
}

.full-chat-w .full-chat-middle .chat-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-chat-w .full-chat-middle .user-info {
  font-size: 0.9rem;
}

.full-chat-w .full-chat-middle .user-info img {
  width: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.full-chat-w .full-chat-middle .user-actions a {
  margin-left: 1rem;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.full-chat-w .chat-content-w {
  height: 489px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.full-chat-w .chat-content-w .chat-content {
  padding: 20px;
  min-height: 500px;
}

.full-chat-w .chat-content-w .chat-message.self {
  text-align: right;
}

.full-chat-w .chat-content-w .chat-message {
  margin-bottom: 20px;
}

.full-chat-w .chat-content-w .chat-message .chat-message-content {
  padding: 15px 35px;
  background-color: #f6f7f8;
  color: #594939;
  max-width: 600px;
  display: inline-block;
  margin-bottom: -20px;
  margin-left: 20px;
  border-radius: 5px;
  text-align: left;
  word-break: break-all;
}

.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-avatar {
  float: left;
  z-index: 1;
  position: relative;
  margin-left: -21px;
}

.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date {
  margin-top: 18px;
}

.full-chat-w .chat-content-w .chat-message.opponent .chat-message-date span {
  float: left !important;
  margin-right: 5px;
}

.full-chat-w .chat-content-w .chat-message.self .chat-message-date span {
  float: right !important;
}

.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-content {
  background-color: #f8f9fc;
  color: #707070;
  margin-left: 50px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.full-chat-w .chat-content-w .chat-message.self.opponent .chat-message-date {
  margin-left: 190px;
}

.chat-message-content .btn-warning:disabled {
  opacity: 1;
}

.w-90 {
  width: 90%;
}

.full-chat-w .chat-content-w .chat-message.self.opponent .badge.badge-name {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: transparent;
  color: #000000 !important;
  margin-bottom: 8px;
}

.full-chat-w .chat-content-w .chat-message.self.opponent {
  text-align: left;
}

.full-chat-w .chat-content-w .chat-message .chat-message-date {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 0.62rem;
  color: #838383;
  margin-top: 18px;
}

.full-chat-w
  .chat-content-w
  .chat-message
  .chat-message-content
  a.badge-warning:hover,
.full-chat-w
  .chat-content-w
  .chat-message
  .chat-message-content
  a.badge-warning:focus {
  font-size: 12px;
  font-weight: normal;
}

.full-chat-w .chat-content-w .chat-message.self .chat-message-content {
  background-color: #ebebeb;
  color: #373333;
  /* margin-right: 20px; */
  margin-left: 0;
  font-weight: 600;
  /* border-radius: 15px; */
}

.full-chat-w .chat-content-w .chat-message .chat-message-avatar {
  display: inline-block;
  vertical-align: bottom;
}

.full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
  background-color: #fff;
  width: 50px;
  padding: 10px;
  height: auto;
  border-radius: 50px;
  display: inline-block;
}

.full-chat-w .chat-controls {
  padding: 20px;
  padding-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.full-chat-w .chat-input input[type="text"] {
  padding: 20px 20px 20px 0px;
  border: none;
  display: block;
  width: 100%;
  outline: none;
}

.full-chat-w .chat-input-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-chat-w .chat-content-w::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.full-chat-w .chat-content-w::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.full-chat-w .chat-content-w::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.full-chat-w .chat-content-w:hover::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
  cursor: pointer;
}

.chat-set-popup .card-body {
  height: calc(100vh - 230px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.chat-set-popup .card-body::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

.chat-set-popup .card-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.chat-set-popup .card-body::-webkit-scrollbar-thumb {
  background: transparent;
  height: 10em;
  border-radius: 35px;
}

.chat-set-popup .card-body:hover::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  height: 10em;
}

.fotorama__thumb-border {
  border-style: unset;
  border-color: unset;
  background-image: unset;
}

img.fotorama__img {
  width: 166px !important;
  height: 100px !important;
}

.fotorama__thumb::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99;
}

.fotorama__active .fotorama__thumb::before {
  visibility: hidden;
}

.fotorama__arr--next {
  right: 20px !important;
  width: 11px !important;
  height: 20px !important;
  background: url("https://res.cloudinary.com/dsieaglmz/image/upload/New_Web/img/page-sprites.png") -375px -10px !important;
}

.fotorama__arr--prev {
  left: 20px !important;
  width: 16px !important;
  height: 24px !important;
  background: url("https://res.cloudinary.com/dsieaglmz/image/upload/New_Web/img/page-sprites.png") -333px -178px !important;
}

.fotorama__loaded--img .fotorama__html img,
.fotorama__thumb.fotorama__loaded.fotorama__loaded--img img {
  border-radius: 25px !important;
  max-height: 390px;
  object-fit: cover;
}

.fotorama__stage {
  max-height: 390px;
  object-fit: cover;
}

.fotorama__thumb {
  border-radius: 20px !important;
}

.fotorama__thumb:focus {
  outline: 0 !important;
}

.fotorama__thumb-border {
  border: 0 !important;
}

/*.fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--right {*/
/*width: inherit !important;*/
/*}*/
.currency-filter {
  font-size: 10px;
  padding: 7px 9px;
}

.currency-filter-lead .bootstrap-select.form-control {
  border: 0 !important;
}

.bg-leads-activity {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.pub-status {
  background-color: #070707;
  border-radius: 5px;
  padding: 10px 0;
}

.email-camp-card .card-header {
  background-color: #ececec;
}

.email-camp-card .card-body p {
  line-height: 25px;
}

.card-reports:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  background-color: #09090B !important;
}

.card-reports:hover .hover-white {
  color: #ffffff !important;
}

.card-reports:hover .hover-bg-white {
  background-color: #ffffff !important;
  color: #09090B !important;
}

.reports-display-type .btn-group .btn-secondary {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.reports-display-type .btn-group .btn-secondary.active {
  background-color: #e0e0e0;
  border-color: #bababa;
}

.report-view-tabs .date-range-card:hover {
  background-color: #fff;
}

.report-view-tabs .nav-tabs a {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  color: #bdbec0 !important;
}

.report-view-tabs .nav-tabs a.active {
  color: #09090B !important;
}

.date-range-card.card {
  background-color: #f8f8f8;
}

.settings-menu .nav,
.reply-mail-menu .nav {
  flex-direction: column;
}

.settings-menu .nav .nav-link,
.reply-mail-menu .nav .nav-link {
  color: #000000 !important;
  font-size: 13px;
  padding: 12px;
  margin-right: 8px;
  border-radius: 0.35rem;
}

.settings-menu .nav .nav-link:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
.settings-menu .nav .nav-link.active,
.reply-mail-menu .nav .nav-link.active {
  background-color: #09090B;
  border-radius: 5px;
  border: 1px solid #09090B;
  color: #ffffff !important;
}

.reply-mail-menu .nav .nav-link:hover {
  background-color: #ffffff;
}

.settings-menu {
  height: calc(100vh - 230px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.side-msg-list {
  height: calc(100vh - 130px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.settings-menu::-webkit-scrollbar,
.side-msg-list::-webkit-scrollbar,
.reply-mail-menu::-webkit-scrollbar,
.all-units-list::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

.settings-menu::-webkit-scrollbar-track,
.side-msg-list::-webkit-scrollbar-track,
.reply-mail-menu::-webkit-scrollbar-track,
.all-units-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}

.settings-menu::-webkit-scrollbar-thumb,
.side-msg-list::-webkit-scrollbar-thumb,
.reply-mail-menu::-webkit-scrollbar-thumb,
.all-units-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
  cursor: pointer;
}

.nav-basic-info .fa-info-circle {
  color: #707070;
}

.email-dash-card.card:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.inbox-menu .inbox-list a.active {
  background-color: #e9e7e7;
  font-weight: 600;
}

.inbox-menu .inbox-list a:hover {
  background-color: #e9e7e7;
  color: #000000;
}

span.mail-badge::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

span.mail-draft-badge::before {
  background: #cbcbcb;
}

span.mail-schedule-badge::before {
  background: #f3b51f;
}

span.mail-sent-badge::before {
  background: #01c5a6;
}

span.mail-archive-badge::before {
  border: 1px solid #707070;
}

.mail-listing-table div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

.side-msg-list ul li .badge-user-type {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #ffffff;
  color: #000000 !important;
  font-size: 10px;
  padding: 6px 14px;
}

.side-msg-list ul li p {
  color: #a9a8b9;
}

.side-msg-list {
  background-color: #ffffff;
  /*border-radius: 5px;*/
  padding: 12px;
}

.border-right-ht::after {
  content: "";
  height: 1px;
  width: 120px;
  background: #e2e2e2;
  border-right: 1px white;
  position: absolute;
  transform: rotate(90deg);
  top: 20px;
}

.circle-calendar {
  /* padding: 12px; */
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
}

.chat-set-popup .bg-secondary {
  background-color: #dfdddd !important;
}

.chat-set-popup .bg-secondary.chat-msg {
  margin-top: 10px;
  padding: 10px 6px;
  width: 80%;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chat-set-popup .card {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.chat-set-popup .user-avatar {
  height: 35px;
  padding: 5px;
  width: 35px;
}

.close-chat {
  background-color: #d3d3d3;
  color: #000000;
  border-radius: 50%;
  padding: 15px 20px;
}

.close-chat:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/*.inbox-menu {*/
/*background-color: #EBEBEB;*/
/*}*/
.reply-mail-menu .user-avatar {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.reply-mail-menu span.active-badge::after {
  content: "";
  display: inline-block;
  background-color: #56c060;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  bottom: 8px;
}

.reply-mail-menu {
  background-color: #ebebeb;
  padding: 15px;
}

/*.reply-mail-menu.active {*/
/*left: -371px;*/
/*transition: 0.5s ease;*/
/*}*/
.reply-mail-menu {
  height: calc(100vh - 70px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /*position: absolute;*/
  /*left: inherit;*/
  /*transition: 0.5s ease;*/
}

.reply-modal {
  max-width: 325px;
  position: fixed;
  top: 70px;
  right: -325px;
  border: 1px solid #dcdcdc;
  /*transition: 0.5s ease;*/
  z-index: 100;
  bottom: 0;
}

.reply-modal .modal-body {
  height: calc(100vh - 300px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.reply-modal .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

.reply-modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.reply-modal .modal-body::-webkit-scrollbar-thumb {
  background: transparent;
  height: 10em;
  border-radius: 35px;
}

.reply-modal .modal-body:hover::-webkit-scrollbar-thumb {
  background: #09090B;
  height: 10em;
}

.reply-modal.active {
  right: 0;
  /*transition: 0.5s ease;*/
}

.reply-modal .modal-header {
  background-color: #eaeaea;
}

.reply-modal .bg-body-reply {
  background-color: #f8f8f8;
}

.reply-modal .reply-comment-nav nav .nav-tabs a.nav-link {
  color: #000000;
  border: 0;
  font-size: 12px;
}

.reply-modal .reply-comment-nav nav .nav-tabs a.nav-link.active {
  border-bottom: 2px solid #000000;
}

.reply-modal .modal-footer input:focus,
input:focus,
textarea:focus {
  outline: 0;
  /* box-shadow: none !important; */
}

.reply-modal .file-share {
  background-color: #f0eeee;
}

.dwn-report {
  margin: 2px 0px;
}

.ow-view .nav-tabs {
  margin: 0 -8px;
}

/*.your-photos-prev.owl-theme.owl-carousel {*/
/*transform: rotate(90deg);*/
/*}*/
/*.your-photos-prev.owl-theme .item{*/
/*transform: rotate(-90deg);*/
/*}*/
/*.your-photos-prev.owl-theme.owl-carousel .owl-nav{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/
.your-photos-prev.owl-theme .owl-nav {
  text-align: left !important;
}

.your-photos-prev.owl-theme .owl-nav .owl-prev span,
.your-photos-prev.owl-theme .owl-nav .owl-next span {
  display: none !important;
}

.your-photos-prev button.owl-prev,
.your-photos-prev button.owl-next {
  background: #e7e7e7 !important;
  height: 30px;
  width: 35px;
}

.your-photos-prev button.owl-prev:focus,
.your-photos-prev button.owl-next:focus {
  outline: 0 !important;
}

.your-photos-prev button.owl-prev::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  color: #797979;
  font-size: 22px;
}

.your-photos-prev button.owl-next::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  color: #797979;
  font-size: 22px;
}

.cover-image-bg {
  background-color: #92dd91;
  color: #095d25;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.badge-cover-img {
  position: absolute;
  top: -12px;
  z-index: 2;
  left: -10px;
}

.overall-count-one {
  position: absolute;
  top: 18px;
  left: 87px;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}

.overall-count-two {
  position: absolute;
  top: 65px;
  left: 65px;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}

.invoice-deta-card .card-header {
  background-color: #e4e4e4;
}

.create-project .basic-details .switch,
.create-project .media-docs .switch {
  width: 35px;
  height: 15px;
}

.create-project .basic-details .slider:before,
.create-project .media-docs .slider:before {
  height: 15px;
  width: 15px;
  border: 1px solid #09090B;
}

.create-project .progress-bar {
  border-width: inherit;
}

.bg-projects-list {
  background-color: #efefef;
  color: #000;
  border: 1px solid #E4E4E7;
}

.calendar-left-menu .fa-angle-right {
  background-color: #f9a413;
  color: #ffffff;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  padding: 4px 8px;
  display: inline;
}

.table {
  color: #575050;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
}

.table.table-bordered {
  /* border: 0 !important; */
    border-radius: 6px !important;
}

/* 27-08-2020 */

/* Lead Details */
.lead-add-height {
  height: calc(100vh - 230px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-right: 5px; */
}

.lead-add-height::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

.lead-add-height::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.lead-add-height::-webkit-scrollbar-thumb {
  background: #cccccc;
  height: 10em;
  border-radius: 35px;
}

.prop-req-height {
  height: calc(100vh - 530px);
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.prop-req-height::-webkit-scrollbar {
  width: 7px;
}

.prop-req-height::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.prop-req-height::-webkit-scrollbar-thumb {
  background: #cccccc;
  height: 10em;
  border-radius: 35px;
}

.notes-list .click-add {
  transition: 0.5s all ease;
}

.notes-list .click-add.active {
  height: 200px !important;
  transition: 0.5s all ease;
}

.lead-prof-img span {
  bottom: -5px;
  right: -5px;
}

.lead-media li a {
  font-size: 13px;
  width: 26px;
  height: 26px;
  padding: 2px 2px;
  color: #666;
}

.lead-opt li a i {
  color: #888484;
}

.lead-opt li a i {
  border: 1px solid #d0d0d0;
}

.ox-auto,
.dataTables_scrollBody,
.bootstrap-select.btn-group .dropdown-menu.inner {
  overflow-x: auto;
  overflow-y: visible;
}

.dataTables_scrollBody::-webkit-scrollbar,
.ox-auto::-webkit-scrollbar,
.lead-det-prof::-webkit-scrollbar,
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar,
.dt-row::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  margin-left: 5px;
  padding-left: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track,
.ox-auto::-webkit-scrollbar-track,
.lead-det-prof::-webkit-scrollbar-track,
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track,
.dt-row::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ccc;
  margin-left: 5px;
  padding-left: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb,
.ox-auto::-webkit-scrollbar-thumb,
.lead-det-prof::-webkit-scrollbar-thumb,
.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb,
.dt-row::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #777;
  cursor: pointer;
  margin-left: 5px;
  padding-left: 10px;
}

.lead-act i {
  background-color: #e3e3e3;
  width: 30px;
  height: 30px;
  line-height: 22px;
}

.card-comment img {
  max-width: 30px;
}

.lead-det .full-chat-w .chat-content-w {
  height: 600px;
}

.prop-detail-tab .nav-tabs a {
  color: #000;
    padding: 5px;
}

.lead-det .nav-tabs a{
    padding: 8px;
}

.lead-det .nav-tabs a.active,
.prop-detail-tab .nav.nav-tabs a.active {
    color: #09090B;
    border-radius: 6px;
}

.lead-det .nav-tabs a::before,
.prop-detail-tab .nav.nav-tabs a::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid transparent;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
    display: none;
}

.lead-det-prof {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

/*.lead-det .nav-tabs a.active::before,
.prop-detail-tab .nav.nav-tabs a.active::before {
  border-bottom: 4px solid #09090B;
}*/

.wiz-det img {
  max-height: 60px;
}

.sw-theme-arrows > .nav .nav-link.active {
  border-color: #ff9e00;
  background: #ff9e00;
}

.sw-theme-arrows > .nav .nav-link.active::after {
  border-left-color: #ff9e00;
}

.sw-theme-arrows > .nav .nav-link.done {
  border-color: #ffc566;
  background: #ffc566;
}

.sw-theme-arrows > .nav .nav-link.done::after {
  border-left-color: #ffc566;
}

.sw-theme-arrows > .nav .nav-link {
  font-size: 12px;
}

.sw-theme-arrows .toolbar > .btn {
  background-color: #070707;
  border: 1px solid #070707;
  font-size: 14px;
}

.lead-require a {
  cursor: pointer;
}

.lead-det-sect {
  background-color: #f8f7f7;
}

.instr {
  color: #c8c8c8;
}

.meet-type a,
.meet-time a,
.meet-time select {
  color: #9b9b9b;
  border: 1px solid #dfe3eb;
}

.meet-type a.active,
.meet-time a.active,
.meet-time select.active {
  color: #fff;
  border: 1px solid #0A6ED1;
  background-color: #0A6ED1;
}

.meet-circle {
  bottom: -5px;
}

/* Contracts */
.head-filter {
  width: 50px;
  height: 50px;
  background-color: #f1f5f7;
}

.contract-action .custom-drop > a,
.contract-view button {
  border: 1px solid #ebf0f6;
  padding: 2px 10px;
  height: inherit;
}

.custom-drop {
  background-color: #e4e4e4;
}

.contract-view button {
  background-color: #ebf0f6;
}

.delete-head {
  display: none;
}

/* Deal Stage */
.deal-opt .select-drop,
.deal-opt .btn-outline-warning {
  background-color: #fff;
}

.stage-menu a.active {
  background-color: #e3e3e3;
}

.stage-opt .custom-drop > a,
.stage-opt > button {
  border: 1px solid #cbd6e2 !important;
}

.stage-card-in {
  width: 380px;
}

.stage-card .card-body {
  background-color: #f8f8f8;
}

.bg-progress-1 {
  background-color: #d99104;
}

.bg-progress-2 {
  background-color: #e19f2a;
}

.bg-progress-3 {
  background-color: #f4be5e;
}

.bg-progress-4 {
  background-color: #fbd695;
}

.bg-progress-5 {
  background-color: #eaf0f6;
}

.progress {
  height: 6px;
}

.progress-bar {
  border-width: 0 4px 0 0;
  border-color: #fff;
  border-style: solid;
}

/* Task Listing */
.reply-ico {
  transform: rotateY(180deg);
}

.stage-list .ten-list a.active {
  background-color: #e9e7e7;
  font-weight: bold;
  color: #070707 !important;
}

.stage-list .dropdown-menu a {
  color: #b1abab;
}

.stage-list .dropdown-menu {
  transform: inherit !important;
  top: 30px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: inherit;
}

.stage-menu.stage-right a.active {
  background-color: inherit;
  color: #070707;
}

.stage-menu a.active {
  color: #070707;
}

.stage-menu.stage-right a,
.stage-menu a {
  color: #999;
}

.filter-style .form-control,
.filter-style .btn-warning {
  height: 45px;
}

.filter-style .modal-body {
  height: 491px;
  overflow-y: auto;
}

.v-align-middle {
  vertical-align: middle;
}

.v-align-top {
  vertical-align: top !important;
}

.agent-listing td {
  vertical-align: middle;
}

.agent-listing .action-table {
  top: 18px;
}

.ag-count {
  /*color: #BBBBBD;*/
  /*border: 1px solid #BBBBBD;*/
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after{
    bottom: 16px !important;
} */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  /* bottom: 50% ; */
  right: 0;
  height: initial;
  /* line-height: initial; */
}

table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before {
  /* top: 50% ; */
  right: 0;
}

/*table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  padding-right: 30px !important;
}*/

.table thead th {
  border-bottom: none !important;
  /*width: auto !important;*/
}

/*.table thead th:last-child {
  padding-right: 0 !important;
}*/

/* .ag-add input.form-control,
.ag-add select.form-control,
.ag-add .upload-btn-wrapper {
    height: 40px;
} */
/* .ag-add input.form-control:focus,
.ag-add select.form-control:focus,
.ag-add textarea.form-control:focus {
    border: 2px solid #EAA502 !important;
    box-shadow: none !important;
    outline: 0;
} */
.ag-add .prof-update .profile-pic,
.ag-add .prof-update .circle {
  width: 76px;
  height: 76px;
}

.ln {
  background-color: #0f588d;
}

.tw {
  background-color: #4f9ed4;
}

.fb {
  background-color: #3b5598;
}

.inst {
  background-color: #df1f70;
}

.media-contain a {
  height: 18px;
  width: 18px;
  font-size: 8px;
  line-height: 19px;
  margin: 0 2px;
  padding: 0 1px 0 0px;
  text-align: center;
}

.ag-progress .progress-bar {
  background-color: #09090B;
}

.ag-progress .progress {
  background-color: #e4e4e4;
  height: 6px !important;
}

.prof-edit-link {
  bottom: 5px;
  right: 10px;
}

.ag-user-img {
  max-height: 37px;
  max-width: 37px;
}

.verified-user span {
  right: 3px;
  bottom: 8px;
}

.profile-page p img {
  max-height: 13px;
}

/* .ag-prof label,
.ag-add label, */
/* .ag-add .custom-input label:not(.error) {color: #48494F;} */
.ag-name .img-fluid {
  opacity: 0.4;
}

/* .em-add .form-group > label {color: #858796;} */
.ag-add .custom-input label:not(.error)::before {
  top: 2px !important;
}

.ag-add .custom-input.radio input:checked ~ label:not(.error)::after {
  top: 6px;
}

.view-list a.active {
  opacity: 1;
}

.view-list a {
  opacity: 0.4;
}

.ag-prop img {
  max-height: 21px;
}

.custom-input.radio input:checked ~ label:not(.error)::before {
  content: "";
  border: 1px solid #ffc333;
  background-color: #ffc333;
  position: absolute;
  left: 0;
}

.custom-input.radio label:not(.error)::before {
  border-radius: 16px;
}

.custom-input.radio input:checked ~ label:not(.error)::after {
  content: "";
  position: absolute;
  background: white;
  height: 8px;
  width: 8px;
  left: 4px;
  top: 2px;
  border-radius: 50%;
}

.custom-input.radio input:checked ~ label:not(.error)::after {
  top: 8px;
}

.custom-input.radio label {
  width: 150px;
}

.tenant-doc img {
  max-height: 70px;
}

/* Tenant */
.add-tenant .form-control {
  border: 1px solid #c8c8c8 !important;
}

#result img {
  max-height: 100px;
}

.tenant-doc {
  border: 2px dashed #09090B;
  background-color: #fdfaeb;
}

.tenant-desig {
  color: #d6d6d6;
}

.tenant-user .card:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.ten-menu a {
  color: #989595;
}

.ten-menu a.active {
  color: #000;
  font-weight: 600;
}

.t-prop {
  background-color: #f7f7f7;
}

.ten-list a {
  color: #303030;
}

.ten-list a.active {
  background-color: #09090B;
  color: #fff;
}

.ten-status {
  background-color: #f1f1f1;
}

.tkt-collapse .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-right: 10px;
}

.tkt-collapse .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.tkt-collapse .collapse.show {
  min-height: 200px;
}

.ten-srch button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ten-srch input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #09090B;
}

.ten-comment {
  background-color: #f1f1f1;
  border-radius: 15px;
  border-bottom-right-radius: 0;
}

/* Profile Update */
.prof-update .profile-pic {
  width: 128px;
  height: 128px;
  display: block;
}

.prof-update .file-upload {
  display: none;
}

.prof-update .circle {
  overflow: hidden;
  width: 128px;
  height: 128px;
}

.prof-update img {
  max-width: 100%;
  height: auto;
}

.prof-update .p-image {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.prof-update .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.prof-update .upload-button {
  font-size: 1.2em;
}

.prof-update .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

.contact-basic-sec .prof-update .profile-pic {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.prof-pen {
  border: 1px solid #09090B;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -5px;
  text-align: center;
}

.call-style {
  width: 25px;
  height: 25px;
  line-height: 24px;
}

/* End Profile Update */
.btn-yellow,
.bg-yellow {
  background-color: #ffc970;
}

.prop-slider.owl-carousel .owl-nav button.owl-next,
.prop-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 20%;
  font-size: 20px;
  margin: 0;
  width: 20px;
}

.prop-slider.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: -20px;
}

.prop-slider.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: -20px;
}

.prop-slider button:focus {
  outline: none !important;
}

.alert-contain i {
  left: 0;
  top: 2px;
}

.verified-user .prop-selling {
  left: 0;
  right: inherit;
  top: 10px;
  bottom: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.calendar-events span {
  left: -10px;
  top: 10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cal-event-desc,
.cal-events:hover .cal-event-img {
  display: none;
}

.cal-events:hover .cal-event-desc {
  display: block;
}

.full-events table thead {
  background-color: inherit;
}

.cal-events .cal-event-img img {
  height: 114px;
  object-fit: cover;
  border-radius: 12px;
}

.cal-events .cal-event-desc {
  height: 114px;
}

.full-events .fc-day-number.fc-other-month {
  opacity: 1;
  font-size: 12px;
  color: #888;
}

.full-events .fc-event-main {
  background-color: #09090B;
  border-color: #09090B;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 7px 10px;
}

.full-events .fc-event-main:hover {
  color: #fff;
}

.full-events .fc-widget-header th.fc-day-header {
  font-size: 12px;
  font-weight: normal;
  color: #070707;
  border: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.full-events td.fc-widget-header {
  border: 0;
}

.full-events .fc-toolbar .fc-button.fc-state-default.fc-state-active {
  background-color: #070707;
  color: #fff;
}

.full-events .fc-toolbar .fc-button.fc-state-default {
  background-color: #fff;
  color: #070707;
  font-size: 12px;
  background-image: inherit;
}

.full-events .fc-toolbar .fc-button:focus,
.event-pop input:focus {
  outline: none;
}

.fc-toolbar h2,
.fc-time-grid .fc-slats td,
.fc-ltr .fc-axis {
  font-size: 12px;
  color: #070707;
}

.fc-toolbar .fc-center > h2 {
  font-size: 1rem;
  color: #09070a !important;
  font-weight: bold;
}

.fc-toolbar .fc-button-group .fc-state-active,
.fc-toolbar .fc-right .fc-state-active {
  z-index: 4;
  background: #284168 !important;
  border-color: #284168 !important;
}

.fc .fc-toolbar-title {
  font-size: 1rem !important;
  color: #09070a !important;
  font-weight: bold;
}

/*.fc button .fc-icon {
    top: -0.2em;
}*/
.fc .fc-button-primary:disabled,
.fc .fc-button-group > *,
.fc .fc-button {
  background: #09090B;
  border-color: #09090B;
  color: #fff;
  font-size: 14px;
  border-radius: 5px !important;
  margin-left: 8px !important;
  text-transform: capitalize;
    height: 40px;
}

.fc .fc-button-group button:focus {
  outline: 0;
}

.fc th {
  vertical-align: middle !important;
  color: #09070a;
  font-weight: 500;
  font-size: 14px;
}

.fc th {
  padding: 10px 0 10px !important;
}

/*.fc-now-indicator {*/
/*border-color: #0A6ED1 !important;*/
/*}*/
.full-events table tr:hover {
  box-shadow: inherit !important;
}

.cal-select .ui-widget-header,
.cal-select table thead {
  background: inherit;
  font-size: 11px;
}

.cal-select .ui-widget-header {
  border-width: 0 0 1px 0;
}

.cal-select .ui-state-active,
.cal-select .ui-widget-content .ui-state-active {
  background-color: #09090B !important;
  border-color: #09090B !important;
  border-radius: 12px;
  padding: 3px 6px;
}

.cal-select table.ui-datepicker-calendar thead tr th span {
  color: #72768b;
  font-weight: bold;
  font-size: 12px;
}

.cal-select .ui-state-default,
.cal-select .ui-widget-content .ui-state-default {
  border: 0;
  background-color: inherit;
  text-align: center;
  color: #1e2022;
}

.cal-select .ui-datepicker {
  width: 14em;
  border: 0 !important;
}

.cal-select .ui-widget-header a.ui-datepicker-clear-month {
  top: -15px;
  position: absolute;
  right: -15px;
  display: none;
}

.cal-select a.ui-datepicker-prev.ui-corner-all span,
.cal-select a.ui-datepicker-next.ui-corner-all span {
  background-image: inherit;
}

.cal-select a.ui-datepicker-prev::before {
  content: "\f104";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #d0d4dc;
}

.cal-select a.ui-datepicker-next::after {
  content: "\f105";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #d0d4dc;
}

.cal-select a.ui-datepicker-prev:hover,
.cal-select a.ui-datepicker-next:hover {
  background: #F6A41C;
  border-color: #F6A41C;
  line-height: 19px;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff !important;
}

.cal-select .ui-datepicker .ui-datepicker-prev,
.cal-select .ui-datepicker .ui-datepicker-next {
  text-align: center;
}

.cal-select .ui-datepicker td {
  padding: 9px 1px;
  font-size: 12px;
}

.cal-select .ui-datepicker-title span {
  font-weight: bold;
  font-size: 14px;
}

.cal-select .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em 8px;
}

.cal-select .ui-datepicker .ui-datepicker-header {
  margin-bottom: 8px;
}

.datepicker .ui-datepicker .ui-datepicker-header {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: bold;
}

.cal-select .main {
  /*position: absolute;*/
  width: 230px;
  /*height: 420px;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px black;
    transform: translate(-50%, -50%);
    transition: all 0.195s ease;
    transform-style: preserve-3d;*/
}

/*.cal-select .main.is-rotated-left {
    transform: translate(-50%, -50%) rotateY(-4deg);
}
.cal-select .main.is-rotated-right {
    transform: translate(-50%, -50%) rotateY(4deg);
}*/
.cal-select .main .sideb,
.cal-select .main .right-wrapper {
  background-color: white;
  /*width: 50%;*/
  float: left;
  height: 100%;
  box-sizing: border-box;
  /*padding: 25px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cal-select .main .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.cal-select .main .header i {
  padding: 0 5px;
  cursor: pointer;
  color: #d0d4dc;
}

.cal-select .main .header span {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
  color: #1e2022;
  font-size: 12px;
}

.cal-select .main .right-wrapper {
  background-color: #f05855;
  color: white;
  transform-origin: left center;
  transform: rotateY(110deg);
  transition: all 0.5s;
}

.cal-select .main .right-wrapper.is-active {
  transform: rotateY(0deg);
}

.cal-select .main .right-wrapper .header {
  text-align: left;
  justify-content: center;
}

.cal-select .main .right-wrapper .day {
  font-size: 12em;
  text-indent: -12px;
  display: block;
}

.cal-select .main .right-wrapper .month {
  font-size: 2.5em;
}

.cal-select .main .sideb .showDate {
  color: white;
  text-align: right;
  width: 100%;
}

.cal-select .main .sideb .showDate i {
  cursor: pointer;
  background: #f05855;
  border-radius: 4px;
  padding: 8px 12px;
  transform: scale(1);
  transition: all 0.3s;
}

/*.cal-select .main .sideb .showDate i.is-active {
    transform: scale(-1);
}*/
.cal-select .main .sideb table {
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.cal-select .main .sideb table tbody:before {
  content: "-";
  display: block;
  line-height: 0.75em;
  color: transparent;
}

.cal-select .main .sideb table th {
  color: #72768b;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cal-select .main .sideb table td {
  padding: 9px 5px;
  color: #ced0ce;
  font-size: 0.75em;
  transition: all 0.3s;
  position: relative;
}

/*.cal-select .main .sideb table td::before {
    content: "";
    display: none;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -8px);
    background-color: #f05855;
}*/
.cal-select .main .sideb table td.currentDay::before {
  display: block;
}

.cal-select .main .sideb table td.selectable {
  color: #1e2022;
  cursor: pointer;
}

.cal-select .main .sideb table td.selectable:hover {
  background: #F6A41C;
  color: white;
}

.cal-select .main .sideb table td.between {
  background-color: #707070;
  color: white;
}

.cal-select .main .sideb table td.active,
.cal-select .main .sideb table td.hover {
  background: #09090B;
  color: white;
}

.cal-select .main .sideb table td.active,
.cal-select .main .sidephpb table td.selectable.currentDay.active {
  border-radius: 15px 0 0 15px;
}

.cal-select .main .sideb table td.hover,
.cal-select .main .sideb table td.selectable.currentDay.hover {
  border-radius: 0 15px 15px 0;
}

.cal-select .main .sideb table td.selectable.currentDay {
  background-color: #09090B;
  border-radius: 7px;
}

.addnewicon {
  position: absolute;
  right: 11px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #09090B;
  line-height: 30px;
}

.user-rules .rule-left .bootstrap-select {
  border-radius: 0.35rem 0 0 0.35rem;
}

.user-rules .rule-right .bootstrap-select {
  border-radius: 0 0.35rem 0.35rem 0;
}

.user-rules .rule-left .bootstrap-select .dropdown-toggle {
  background-color: #f8f9fc !important;
}

.multiple-img .image-uploader {
  border-radius: 10px;
}

.multiple-img .image-uploader .uploaded .uploaded-image img {
  width: auto;
  height: auto;
  object-fit: inherit;
  position: relative;
  margin: 0 auto;
  max-width: 85px;
}

.multiple-img .image-uploader .uploaded .uploaded-image {
  display: inline-flex;
  width: 105px;
  padding: 10px;
  height: 105px;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  border-radius: 10px;
}

.wrap {
    border: 1px solid #E4E4E7;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;
    border-radius: 6px;
}

.multiple-img .image-uploader {
  min-height: 8.7rem;
}

.grad {
  /*background: linear-gradient(to right, #070707, #09090B);*/
  background: #09090B;
  line-height: normal;
}

.grad-btn {
  background: linear-gradient(to right, #9a9898, #09090B);
}

.remove-abs .font-ab {
  color: #424244 !important;
  border-color: #e3e6f0 !important;
  border-left-width: 1px !important;
  height: auto !important;
}

.position-unset {
  position: unset !important;
}

.table-res-contain.remove-abs .table-responsive table.table td:last-child,
.table-res-contain.remove-abs .table-responsive table.table th:last-child {
  position: relative;
  width: 100px !important;
  /* background: 0; */
  color: #000000;
  border-color: #eaeaea;
  right: 0;
}

.view-notes-list
  .table-res-contain.remove-abs
  .table-responsive
  table.table
  td:last-child,
.view-notes-list
  .table-res-contain.remove-abs
  .table-responsive
  table.table
  th:last-child {
  background: inherit;
  height: auto;
}

.view-notes-list
  .table-res-contain.remove-abs
  .table-responsive
  table.table
  thead {
  background-color: rgba(0, 0, 0, 0.075);
}

.grad-btn-alert {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  max-width: 500px;
  text-align: center;
  padding: 30px 10px;
  border-radius: 10px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  margin: auto;
  font-size: 14px;
}

.confirm-box button.close {
  right: 10px;
  top: 5px;
  z-index: 1;
}

.activities-modal {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.activities-modal {
  display: none;
}

.activities-modal.active {
  display: block;
}

.activities-sect {
  overflow-y: auto;
  height: 410px;
}

.activities-sect::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.activities-sect::-webkit-scrollbar-track {
  background: #e9e9e9;
}

.activities-sect::-webkit-scrollbar-thumb {
  background: #c5c3c2;
}

.activities-sect .card-body:nth-child(odd) {
  background-color: #f9f9f9;
}

#new-task .custom-input.checkbox input:checked ~ label:not(.error)::after,
#create-ticket .custom-input.checkbox input:checked ~ label:not(.error)::after {
  top: 5px;
}

#new-task .custom-input label:not(.error)::before,
#create-ticket .custom-input label:not(.error)::before {
  top: 3px !important;
}

#add-note .custom-input label:not(.error)::before {
  top: 4px !important;
}

.page-item.active .page-link,
.page-link:hover {
  background-color: #09090B;
  border-color: #09090B;
  color: #fff;
}
.page-link.active {
  background-color: #09090B;
  border-color: #09090B;
  color: #fff;
}
.page-link {
  color: #09090B;
  margin-left: 3px;
}

.role-menus legend {
  font-size: 16px;
}

.role-menus .custom-input > label {
  width: auto;
  font-size: 14px;
  display: inline-block;
}

.role-menus fieldset > div {
  margin-bottom: 10px;
}

.role-menus .custom-input label:not(.error)::before {
  top: 1px !important;
}

.role-menus > .row > div {
  max-width: 33%;
}

.dc-upload .fileUpload {
  position: relative;
  overflow: hidden;
  height: 43px;
  margin-top: 0;
}

.dc-upload .fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px;
}

.dc-upload input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%;
}

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/theme-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 12px;
}

.cheque-choice {
  display: none;
}

.booking-form {
  background: linear-gradient(to bottom, #2a4863, #9dc0de);
}

.booking-form .table-responsive table.table td:last-child,
.booking-form .table-responsive table.table th:last-child {
  width: 85px;
}

.booking-form .table-responsive table.table th:last-child {
  height: 45px;
}

.com-docs-append > div:only-child .com-docs-remove,
.cheque-append > div:only-child .cheque-remove,
.req-card-append > div:only-child .req-card-remove {
  display: none !important;
}

.com-docs-append > div:not(:first-child) .com-docs-remove,
.cheque-append > div:not(:first-child) .cheque-remove {
  display: inline-block !important;
}

.req-card {
  background-color: transparent;
  align-items: center;
}

.new-req {
  border: 1px solid #e3e6f0;
}

.req-card.bg-ec {
  background-color: #ececec;
}

.req-collapse-icon i {
  color: #000;
}

.req-card button.btn:focus {
  box-shadow: none;
  outline: none;
}

#content-wrapper #content > .container-fluid.auto-height {
  min-height: auto;
}

.com-msg .side-msg-list {
  height: 489px;
}

.com-msg .full-chat-w .chat-content-w {
  height: 535px;
}

.more-details,
.less-span,
.detail-row.active .more-span {
  display: none;
}

.detail-row.active .more-details,
.detail-row.active .less-span {
  display: block;
}

.cheque-append .doc-filename {
  position: absolute;
  left: 8px;
  background-color: #fff;
  font-size: 11px !important;
  overflow: hidden;
  height: 16px;
  top: 9px;
  line-height: normal;
}

.table-res-contain td {
  white-space: nowrap;
  text-transform: capitalize;
}
/*.table-res-contain td:not(.remove-ellipsis) {
   overflow: hidden;
  max-width: 200px; */
  /* text-overflow: ellipsis;
}*/
.table-res-contain td.bank-dropdown {
  text-overflow: ellipsis;
  white-space: nowrap;
  /*word-break: break-word;*/
    text-transform: capitalize;
    overflow: visible;
    max-width: 200px;
}

td.bank-dropdown .dropdown-menu input[type="search"] {
  height: 30px;
}
.table-res-contain td.bank-dropdown .dropdown-menu .inner {
  max-height: 150px !important;
}

/* .table-res-contain td:last-child{
    overflow: visible !important;
    white-space: normal;
} */
.table-res-contain .draft_invoice_list_table td:last-child{
  overflow: hidden !important;
}
.username h6 {
    text-transform: capitalize;
}

.agent-conversation .tenant-ch ~ .con-date,
.tenant-conversation .con-title {
  max-width: 320px;
}

.tenant-ch {
  max-width: 320px;
  background-color: #eee;
  border-radius: 15px;
  padding: 20px;
  margin-left: auto;
}

.offer-conversation {
  height: 335px;
  overflow: auto;
}

.crm-dashboard .date-range i {
  right: 10px;
  top: 14px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 20px !important;
  font-size: 10px !important;
}

.daterangepicker .drp-buttons .btn {
  line-height: 1;
  height: 24px !important;
  font-size: 10px !important;
  font-weight: 600;
  padding: 4px 8px !important;
}

.daterangepicker .calendar-table table {
  border-spacing: 2px !important;
  border-collapse: separate !important;
}

.crm-dashboard #myKanban {
  overflow-x: auto;
  padding: 20px 0;
}

.crm-dashboard #myKanban::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.crm-dashboard #myKanban::-webkit-scrollbar-track {
  background: #e2e4e6 !important;
  border-radius: 35px;
}

.crm-dashboard #myKanban::-webkit-scrollbar-thumb {
  background: #8f929e !important;
  height: 3em;
  border-radius: 35px;
}

#myKanban .success {
  background: #09090B;
  color: #fff;
}

#myKanban .info {
  background: #09090B;
  color: #fff;
}

#myKanban .warning {
  background: #09090B;
  color: #fff;
}

#myKanban .danger {
  background: #09090B;
  color: #fff;
}

#myKanban .error {
  background: #09090B;
  color: #fff;
}

/*
#myKanban .success {background: #00B961; color:#fff}
#myKanban .info {background: #2A92BF; color:#fff}
#myKanban .warning {background: #F4CE46; color:#fff}
#myKanban .danger {background: #e74a3b; color:#fff}
#myKanban .error {background: #FB7D44; color:#fff} */
.crm-dashboard .kanban-board {
  border-radius: 15px;
  overflow: hidden;
}

.crm-dashboard .kanban-board header {
  font-size: 14px;
}

.crm-dashboard .kanban-board header .kanban-title-board {
  color: #fff;
}

.crm-dashboard .kanban-board .kanban-drag {
  height: 234px;
  overflow-y: auto;
}

.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar-track {
  background: #cecfd4;
  border-radius: 35px;
}

.crm-dashboard .kanban-board .kanban-drag::-webkit-scrollbar-thumb {
  background: #8f929e !important;
  height: 3em;
  border-radius: 35px;
}

.upload-maintain .upload-btn-wrapper {
  width: 90%;
}

.upload-maintain .upload-action {
  width: 10%;
}

.template-image > img {
  max-height: 200px;
}

.Contract-document .template-image > img {
  max-height: 200px;
  height: 160px;
}

.cursor-pointer {
  cursor: pointer;
}

.template-image {
  border: 1px solid #ddd;
}

.template-image:hover {
  border: 1px solid #09090B;
}

.template-inner.active .template-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  right: 13px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  text-align: center;
  max-height: 235px;
}

.template-hover a {
  color: #fff;
}

.template-hover a:hover {
  color: #09090B;
}

.template-inner.selected .template-image {
  border-color: #09090B;
}

/*20-07-2021*/
.table-responsive table.table.btn-th td:last-child,
.table-responsive table.table.btn-th th:last-child {
  width: 165px;
}

.table-responsive table.table.btn-th th:nth-last-child(2) {
  min-width: 265px;
}

.table-responsive table.table.btn-th td:last-child,
.table-responsive table.table.btn-th th:last-child {
  height: 58px;
  text-align: right;
  z-index: 1;
}

.table-responsive table.table.btn-th .sub-bg-projects th:last-child {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

table.btn-th button.convert_user {
  min-width: 67px;
}

.min-w150 {
  min-width: 150px;
}

.errorbp,
.error {
  font-size: 12px;
  width: 100%;
  color: red !important;
  padding-top: 6px;
  display: block;
}

.mob-er .separate-dial-code.error {
  padding-top: 0px;
}

.calendarModal .nav-tabs li a {
  color: #bbb;
}

.calendarModal .nav-tabs li a.active {
  color: #09090B;
}

.package-card {
  box-shadow: 0 2px 12px 0 rgb(149 149 149 / 50%);
  margin-bottom: 20px;
  background: white;
}

.package-card .package-name {
  background: #4af0bf;
  font-size: 24px;
  text-align: center;
  color: #4d4a4d;
  font-weight: 600;
  padding: 0 0 1px;
  background: linear-gradient(180deg, #e6ac4a 0%, #f7d398 100%);
}

.package-name img {
  max-height: 200px;
  width: 100%;
}

.package-card .package-main {
  text-align: center;
}

.package-card .package-header {
  background: #4d4a4d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 12px 6px;
  margin-bottom: 5px;
}

.package-card .package-main-1 {
  min-height: 143px;
}

.package-card .package-body ul {
  padding-left: 0px;
  margin: 0;
}

.package-card .package-body ul li {
  list-style: none;
  padding: 5px 12px;
  font-size: 12px;
  color: #4d4a4d;
  line-height: 19px;
  border-bottom: 1px dashed #e3e2dd;
}

.package-body img {
  width: 25px;
  display: inline-block;
  float: left;
  vertical-align: top;
}

.package-body p {
  margin: 0;
  display: inline-block;
  width: calc(100% - 25px);
  margin-top: 5px;
}

.btn-kh-fw {
  font-weight: 600 !important;
  color: white !important;
  background-color: #4d4a4d;
  position: relative;
  padding: 1rem !important;
  width: 100%;
}

.add-item span,
.removee span {
  vertical-align: bottom;
  padding-top: 0;
  font-size: 20px;
  padding-right: 6px;
}

.remove-sla-item {
  right: -32px;
  top: 24px;
}

.invoice-ico {
  font-size: 30px;
  vertical-align: bottom;
}

.claim-req-details .desc-content .main-det-desc {
  height: 55px;
  overflow: hidden;
}

.claim-req-details .desc-content.active .main-det-desc {
  height: auto;
  overflow: hidden;
}

/*Header menu style*/
#accordionSidebar.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark {
  display: none;
}
/* #content{
    background: #fff !important;
} */

#wrapper #content-wrapper #content,
#content .topbar {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px !important;
}

#content .topbar {
  background-color: #ffffff;
  padding: 8px 1.9rem;
  max-width: 100%;
  height: 56px;
    border-bottom: 1px solid #E4E4E7;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.material-icons.text-gray-400{
    color: #7e7e7e !important;
}
.material-icons.text-gray-400 h6{
    color: #1b1b1b !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #1b1b1b;
}

.container-fluid {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.nav-menu {
  background-color: #ffffff;
  /* font-family: '72'; */
  font-family: var(--bs-body-font-family);
  font-weight: normal;
}

.nav-menu.navbar-dark .navbar-nav .nav-link {
  /*color: #1D2D3E;*/
  /*margin: 0 3px;*/
  /*font-weight: 700;*/
  /*font-size: 14px;*/
  /*padding-left: 0;*/
  /*padding-right: 0;*/
  /* white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 0;
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative; */
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  margin: 0 5px;
  padding: 11px 14px;
  color: #8B8B8B;
  border-radius: 4px;
}

li.nav-item.dropdown.active .nav-link {
    color: #F6A41C !important;
}

.nav-menu.navbar-dark .navbar-nav .nav-item.active > a.nav-link {
  /* background: rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #fff; */
  position: relative;
}

.nav-menu.navbar-dark .navbar-nav .nav-item.active > a.nav-link::before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  background-color: #F6A41C;
  left: 0;
  right: 0;
  bottom: -8px;
  border-radius: 5px;
  margin: auto;
  display: none;
}

.nav-menu.navbar-dark .navbar-nav .nav-item.active > a.nav-link img {
filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(770%) hue-rotate(-25deg) brightness(104%) contrast(101%);
     /* display: none; */
}

.nav-menu.navbar-dark .dropdown-menu {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 14px !important;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-menu.navbar-dark .dropdown-menu .dropdown-item {
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  padding: 6px 10px;
  color: #1d2d3e;
  line-height: normal;
  margin-bottom: 4px;
}

.nav-menu.navbar-dark .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.nav-menu.navbar-dark .navbar-collapse {
  padding: 8px 0;
}

.nav-menu.navbar-dark {
  padding: 0;
  /* background: linear-gradient(45deg, #0a56a3, #3e96ee); */
  background: #FFFFFF;
    margin-bottom: 20px;
        border-bottom: 1px solid #E4E4E7;
}

/* .navbar-nav {
  margin-left: -14px;
} */

.nav-menu.navbar-dark .dropdown-item:focus,
.nav-menu.navbar-dark .dropdown-item:hover,
.nav-menu.navbar-dark .dropdown-item.active {
  background-color: var(--bg-primary);
  color: #fff;
}

.nav-menu.navbar-dark .navbar-nav .nav-link:focus,
.nav-menu.navbar-dark .navbar-nav .nav-link:hover {
  /* background-color: rgba(10, 110, 209, 0.4); */
  /* border-color: rgba(10, 110, 209, 0.4); */
  /* background-color: rgb(255 255 255 / 10%); */
  border-radius: 5px;
  color: #F6A41C;
}

/* .nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link::after {
   content: "";
    height: 1.5px;
    width: 84px;
    position: absolute;
    background-color: #fff;
    left: -4px;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    margin: auto;
    display: block;
    overflow: hidden;
} */
/*.nav-menu.navbar-dark .navbar-nav .nav-link:focus img,
.nav-menu.navbar-dark .navbar-nav .nav-link:hover img {
    filter: brightness(0) invert(1);
}*/

/* .nav-menu.navbar-dark .navbar-nav .nav-item:first-child {
    padding-left: 0px;
} */
/*.nav-menu.navbar-dark .navbar-nav .nav-item {
   margin-right: 24px;
    margin-left: 0;
}*/

.nav-menu.navbar-dark .navbar-nav .nav-link {
  margin-left: 0;
    display: flex;
    align-items: center;
}

.btn-icon {
  width: 35px;
  height: 35px;
  background: #e5e5e5;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.bg-black {
  background-color: #000;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.plus-icon {
  padding-left: 1px;
}

.btn-black:hover,
.btn-icon:hover {
  background: #e5e5e5;
  color: #fff;
}

.btn-icon.bell:hover > span {
  color: #fff !important;
}

.border-black {
  border-color: #000;
}

.nav-menu a.nav-link img {
  max-width: 16px;
  max-height: 16px;
  /* display: flex; */
}

.nav-menu .dropdown-toggle::after,
.nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link::after {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #8B8B8B;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  margin-top: -5px;
  margin-right: -2px;
}

/* .nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link::after.nav-menu .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
} */
.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(45deg);
  /* border-width: 1px 0px 0px 1px;
    margin-top: 0;
    border-color: #fff;
    position: relative;
    top: 5px; */
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1rem;
}

.nav-header.topbar .navbar-search input {
  height: 35px;
  border-radius: 10px !important;
  font-size: 12px;
  font-family: var(--bs-body-font-family);
  font-weight: 400;
}

.nav-header.topbar .navbar-search .btn {
  right: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide-after:after {
  display: none;
}

.nav-menu a.nav-link span {
    margin-left:5px;
    line-height: normal;
}

.nav-header.topbar .nav-item .nav-link .badge-counter {
  bottom: 0;
  right: 2px;
  box-shadow: none;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header.topbar .nav-item .nav-link .badge-counter.mail {
  right: -13px;
  top: 18px;
}

.nav-header .logo-img,.masterdata_img  .logo-img{
  max-height: 50px;
  max-width: 190px;
}

.nav-header #userDropdown + .dropdown-menu::before {
  content: "";
  border-bottom: solid 25px #fff;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  position: absolute;
  right: 0;
  top: -15px;
  display: none;
}

.nav-header .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

body #content-wrapper #content > .container-fluid {
  min-height: calc(100vh - 190px);
}

.crm-dashboard .kanban-item {
  border-radius: 0.25rem;
}

.crm-dashboard .kanban-board {
  border-radius: 0.25rem;
}

/* .ag-prof label, .ag-add label, .ag-add .custom-input label:not(.error) {
    color: #858796;
} */
#calendar .fc-toolbar > div {
  margin-bottom: 10px;
}

.fc .fc-left button.fc-today-button,
.fc .fc-right .fc-button-group > *,
.fc .fc-left .fc-button-group > * {
  text-transform: capitalize;
}

.fc td.fc-today {
  background: rgb(169 196 223 / 33%);
}

#create-proj .actions.clearfix {
  padding: 0;
}

.role-menus > .row > div {
  max-width: inherit;
  margin-bottom: 30px;
}

.create-project .steps li a .step-text {
  line-height: 15px;
}

.create-project .steps li.current {
  height: auto;
}

.create-project .steps li,
.create-project .steps li.current {
  padding: 15px 10px;
}

#create-proj ul {
  overflow-x: auto;
  overflow-y: hidden;
}

/*.user-role #data-table_wrapper{*/
/*margin-top: 0 !important;*/
/*}*/
.full-chat-w .chat-content-w .chat-content {
  min-height: auto;
}

.lead-add-height {
  height: auto;
  max-height: calc(100vh - 230px);
}

.bootstrap-tagsinput .mailtages {
  background: #09090B;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 5px;
}

/*custom css*/
.property-img-thumb,
.floor-img-thumb {
  max-height: 94px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
  width: 110px;
}

.property-img-pip,
.floor-img-pip {
  display: inline-block;
  margin: 12px 18px 0 0;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

/*.property-img-pip:hover .property-img-remove {*/
/*display: block;*/
/*}*/
.property-img-remove,
.floor-img-remove {
  background: #ffffff;
  border: 1px solid #09090B;
  color: #09090B;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 6px;
  bottom: 3px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  font-size: 14px;
  top: 5px;
  /*display: none;*/
}

.property-img-remove:hover,
.floor-img-remove:hover {
  background: #09090B;
  color: #fff;
}

.property-img,
.floor-img {
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  max-height: 140px;
  object-fit: cover;
  border-radius: 10px;
  border-color: #09090B;
  border-width: 1px;
}

.prev-show-ck {
  display: none;
}

.send-offer-box button.close {
  right: 10px;
  top: 5px;
  z-index: 9;
}

.new-popup {
  display: none;
}

.new-popup {
  /*position: absolute;
    right: 0;
    max-width: 300px;
    max-height: 300px;
    left: 50%;
    top: 186em;
    margin-top: -250px;
    margin-left: -250px;*/
  z-index: 1;
  background: #ffffff;
}

.event-det .new-popup:after,
.event-det .new-popup:before {
  display: none;
}

.event-det button.close {
  width: 40px;
  position: absolute;
  right: 17px;
  color: #555;
  top: 20px;
}

.event-det.fade:not(.show) {
  opacity: 1;
}

.event-calendar-pop {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  border: 0 !important;
  max-height: 310px;
  height: inherit !important;
}

.event-calendar-pop .ui-widget-header {
  border: 0 !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background: transparent;
}

.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}

.event-calendar-pop.ui-dialog .ui-dialog-titlebar-close:active {
  background-color: #3f3e40;
}

.event-calendar-pop.ui-draggable .ui-dialog-titlebar {
  background-color: var(--bg-primary);
  color: #fff;
}

.new-popup:after,
.new-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.new-popup:after {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.new-popup:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.lead-type-tl .btn-group-toggle .warm-ld.active,
.lead-type-tl .btn-group-toggle .warm-ld:hover,
.lead-type-tl .btn-group-toggle .warm-ld:focus {
  background-color: #09090B !important;
  border-color: #09090B !important;
}

.lead-type-tl .btn-group-toggle .cold-ld.active,
.lead-type-tl .btn-group-toggle .cold-ld:hover,
.lead-type-tl .btn-group-toggle .cold-ld:focus {
  background-color: #36b9cc !important;
  border-color: #36b9cc !important;
}

.lead-type-tl .btn-group-toggle .hot-ld.active,
.lead-type-tl .btn-group-toggle .hot-ld:hover,
.lead-type-tl .btn-group-toggle .hot-ld:focus {
  background-color: #e74a3b !important;
  border-color: #e74a3b !important;
}

/* .modal .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
    overflow: auto !important;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 35px;
}
.modal .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background: #09090B !important;
    height: 10em;
    border-radius: 35px;
} */
.create-project .bootstrap-select.btn-group .dropdown-menu {
  max-height: inherit !important;
}

.create-project .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 250px !important;
  overflow: auto !important;
}

.create-project
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.create-project
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.create-project
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar-thumb {
  background: #09090B !important;
  height: 4em;
  border-radius: 35px;
}

.dataTables_wrapper .dataTables_length {
  float: right;
  position: absolute;
  top: 0;
  right: 13px;
}

.dataTables_wrapper {
  margin-top: 1rem !important;
}

.remove-ab-page div.dataTables_wrapper div.dataTables_paginate {
  position: inherit;
}

.modal
  .modal-body
  .remove-ab-page
  div.dataTables_wrapper
  div.dataTables_paginate {
  position: absolute;
  right: 10px;
}

.modal-body.doc-body
  .remove-ab-page
  div.dataTables_wrapper
  div.dataTables_paginate {
  position: inherit;
}

.border-dashed-black {
  border: 1px dashed;
  border-radius: 10px;
  padding: 15px 15px;
  margin: 10px 0;
  background-color: #f8f9fc;
}

/*.border-dashed-black .elements {*/
/*height: 140px;*/
/*}*/
.border-dashed-black .upload-btn-wrapper {
  max-height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80px;
  max-width: 80px;
  flex-wrap: wrap;
  align-content: center;
  line-height: 20px;
  margin-top: 12px;
}

.border-dashed-black .upload-btn-wrapper input[type="file"] {
  height: 80px;
  right: 0;
  max-width: 80px;
}

.upload-block {
  width: 140px;
}

.bootstrap-select.btn-group
  .dropdown-menu
  a.dropdown-item
  span.dropdown-item-inner.opt {
  padding-left: 0;
}

.table.table-bordered .bootstrap-select .dropdown-header,
.filter-card .bootstrap-select .dropdown-header {
  padding: 0.5rem 0.5rem;
}

.table.table-bordered .bootstrap-select.btn-group .dropdown-menu.inner {
  overflow: auto;
}

.filter-card .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 150px !important;
  overflow: auto !important;
}

.table.table-bordered
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar,
.filter-card
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.table.table-bordered
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar-track,
.filter-card
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.table.table-bordered
  .bootstrap-select.btn-group
  .dropdown-menu.inner::-webkit-scrollbar-thumb {
  background: #09090B !important;
  height: 3em;
  border-radius: 35px;
}

.crm-dashboard .fc-scroller.fc-time-grid-container {
  overflow: hidden scroll !important;
  height: 748px !important;
}

.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  visibility: hidden;
  transition: 0.5s all ease;
}

.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 35px;
}

.crm-dashboard .fc-scroller.fc-time-grid-container::-webkit-scrollbar-thumb {
  background: transparent !important;
  height: 3em;
  border-radius: 35px;
}

.crm-dashboard .fc-scroller.fc-time-grid-container:hover::-webkit-scrollbar {
  visibility: visible;
  transition: 0.5s all ease;
}

.crm-dashboard
  .fc-scroller.fc-time-grid-container:hover::-webkit-scrollbar-thumb {
  background: #cecfd4 !important;
  height: 3em;
  border-radius: 35px;
}

.crm-dashboard .fc-time-grid .fc-slats td {
  height: 3em;
}

.crm-dashboard .fc-row.fc-widget-header,
.crm-dashboard .fc-row.fc-week {
  margin-right: 0 !important;
}

.ui-timepicker-list li {
  font-weight: 400;
  font-size: 15px;
}

.ui-timepicker-wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
  background: #09090B !important;
  height: 3em;
  border-radius: 35px;
}

.ui-timepicker-wrapper {
  width: 200px !important;
}

.ui-timepicker-list li {
  padding: 5px 0 5px 20px !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #17171b !important;
  color: #fff !important;
}

span.clock-ioc {
  position: absolute;
  right: 12px;
  top: 38px;
}
span.clock-ioc.new {
  top: 12px;
}

.border-input {
  border: 0.0625rem solid #556b8240;
  height: 35px;
  border-radius: 4px !important;
}

/*
    Clearable text inputs
*/
.clearable {
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px
    center;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}

.clearable.x {
  background-position: right 5px center;
}

/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Remove IE default X */
.offer-conversation::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.offer-conversation::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}

.offer-conversation::-webkit-scrollbar-thumb {
  background: #09090B !important;
  height: 3em;
  border-radius: 35px;
}

.status_remarks-error .error {
  width: 100% !important;
  font-size: 13px !important;
}

.status_remarks.error {
  width: 100% !important;
}

/*.error {*/
/*width: 100% !important;*/
/*font-size: 13px !important;*/
/*color: #fd4040;*/
/*}*/
.modal {
  overflow: auto !important;
}

.req-card select.bs-select-hidden,
.req-card select.selectpicker {
  display: block !important;
}

table.dataTable thead .asc-align.sorting:after,
table.dataTable thead .asc-align.sorting_asc:after,
table.dataTable thead .asc-align.sorting_desc:after,
table.dataTable thead .asc-align.sorting_asc_disabled:after,
table.dataTable thead .asc-align.sorting_desc_disabled:after {
  right: 2em;
  top: 60px;
}

table.dataTable thead .asc-align.sorting:before,
table.dataTable thead .asc-align.sorting_asc:before,
table.dataTable thead .asc-align.sorting_desc:before,
table.dataTable thead .asc-align.sorting_asc_disabled:before,
table.dataTable thead .asc-align.sorting_desc_disabled:before {
  right: 1.5em;
  top: 60px;
}

.scroll-to-top {
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  bottom: 4rem;
}

.scroll-to-top:hover {
  background: #FFF5E4;
    color: #18181B;
}

span.del-icon {
  border-radius: 50px;
  height: 25px;
  border: 1px solid #e74a3b;
  color: #e74a3b;
  width: 25px;
  display: inline-flex;
  margin: 0 6px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

span.del-icon:hover {
  background-color: #e74a3b;
  color: #ffffff;
}

.fotorama {
  border-radius: 25px;
}

/*.documents-data {*/
/*border: 1px solid;*/
/*margin: 15px 0;*/
/*border-radius: 10px;*/
/*}*/
/*.width-100 {*/
/*width: 100px !important;*/
/*}*/

.selected-property-id {
  background-color: #f9ebd3;
}

.top-img-hide
  .fotorama__stage__frame.fotorama__active.fotorama__loaded.fotorama__loaded--img
  > img {
  display: none;
}

.image-not-av img {
  object-fit: contain !important;
}

.show-doc-detail img {
  max-height: 500px;
}

.doc-list img {
  height: 115px;
  object-fit: cover;
}

.asign-lead {
  right: 170px;
  z-index: 1;
}

.doc-upload-card:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
  left: 0;
}

.bg-filename {
  background-color: transparent;
  border: 1px solid #eeeeee;
}

.bg-filename span.p-filename {
  color: #666666;
  font-weight: 500;
}

.c-pointer {
  cursor: pointer;
}

.bg-filename .fa-file-alt,
.bg-filename .remove-file {
  color: rgb(0 0 0 / 20%);
}

.bg-filename .remove-file:hover {
  color: #09090B;
}

.verif-det h5 {
  color: #FF1C1C;
}

.scrollbar-steps .steps {
  overflow-x: auto;
}

.scrollbar-steps .steps ul {
  width: 1200px;
  border: 0;
}

.scrollbar-steps .steps::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.scrollbar-steps .steps::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.scrollbar-steps .steps::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
  cursor: pointer;
}

.stat-date {
  color: #c8c8c8;
  font-size: 10px;
}

.eligible-bg {
  color: #3fc2a3 !important;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #d0f0e8;
}

.doc-upload-card .action-ico .dropleft .dropdown-toggle::before,
.doc-upload-card .action-ico.dropleft .dropdown-toggle::before {
  border: 0;
  display: block;
}

.radius-8 {
  border-radius: 8px;
}

.sweet-alert .sa-icon {
  margin: 30px auto;
}

.sweet-alert h2 {
  font-size: 21px;
  margin: 30px auto;
}

.sweet-alert {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.sweet-alert .sa-button-container .confirm.btn {
  font-size: 12px !important;
  border-radius: 10px;
  background-color: #09090B !important;
  font-weight: 600;
  border-color: #09090B;
  padding: 0.5rem 1.5rem;
}

.sweet-alert .sa-button-container .cancel.btn {
  background-color: #ffffff !important;
  border: 1px solid #d6d6d6 !important;
  color: #424244 !important;
  font-size: 12px !important;
  border-radius: 10px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

.sweet-alert .sa-button-container .cancel.btn:hover {
  color: #fff !important;
  background-color: #858796 !important;
  border-color: #858796 !important;
}

.sweet-alert {
  border-radius: 15px !important;
}

.in-process-bg {
  color: #2331b3;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  background-color: #dcf0f7;
}

.prop-details .show-more,
.prop-details .show-less {
  color: #09090B !important;
  font-size: 15px;
  text-decoration: underline;
  display: block;
  text-align: right;
}

/* .card {
    border: 1px solid #E8E8E8;
    border-radius: .35rem !important;
} */
/* .card.border-0 {
     border: 1px solid #E8E8E8 !important;
 } */
/* .card.border-0.bg-transparent {
  border: 1px !important;
} */

.card.border-color-white {
  border-color: white !important;
}

/*Login 27-08-2021*/
.bg-custom {
  background: linear-gradient(180deg, #dfe3e4, #f3f4f5);
  background-repeat: no-repeat;
}

.login-btp .form-control {
    border: 1px solid #9CA3AF !important;
    /* border-bottom-color: #556B81; */
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; */
}

.login-btp .form-control.form-h:focus {
  /* background-color: #f3f3f3; */
  border-color: #556b8240;
  box-shadow: none;
}

/* .login-box {
  max-width: 500px;
} */

.radius-5 {
  border-radius: 5px;
}

.login-box form.user {
  max-width: 350px;
}

.reset-box form.user {
  max-width: 300px;
}

.login-btp .foot a {
  color: #09090B;
  font-size: 14px;
  text-decoration: none;
}

label {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.login-bg {
  background-image: url(../img/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.action-table a span:last-child {
  display: block;
}

/* .form-h {
    height: 46px;
    border: 0;
    background-color: #F7F7F7;
    border-radius: 0;
    border-left: 5px solid #363636;
} */
.form-control,
.form-select {
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 4px;
  height: 40px;
  color: #131e29;
  line-height: normal;
  background-color: #fff;
  border-radius: 0.25rem;
  /* border-bottom: 1px solid #556b81; */
}

input:-internal-autofill-selected,
input.form-h:focus,
input.form-h:active {
  background-color: #f7f7f7;
  border-color: #363636;
}

.text-color-aaa {
  color: #aaaaaa;
}

.login-bg ul li {
  color: #09090B;
}

#calender_new .fc-toolbar .fc-icon {
  line-height: 0.4;
}

/* #calender_new .fc-toolbar button.fc-button {
    font-size: 12px !important;
    text-transform: capitalize;
} */
#calender_new .fc-toolbar {
  margin-bottom: 0;
}

#calender_new .fc-toolbar > div:not(.fc-center) {
  margin-bottom: 10px;
}

#calender_new .fc-view-container {
  overflow: auto;
}

#calender_new .fc-view-container table {
  min-width: 800px;
}

#calender_new .fc-left .fc-button-group > *,
#calender_new .fc-left .fc-button-group > *,
#calender_new button.fc-today-button {
  background-color: #09090B;
  border-color: #09090B;
  color: #fff;
}

#calender_new .fc-event-main-container a {
  padding: 6px 8px !important;
  text-align: center;
  text-transform: capitalize;
  font-size: 10px;
  line-height: 1;
  background: #8fc3f6;
  border: 0;
  border-radius: 0;
  color: #09090B !important;
  font-weight: 700;
  border-left: 4px solid #09090B;
}

.fc-event-main .fc-content {
  padding: 5px;
}

.fc-event-main .fc-title {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 13px;
}

.fc-agendaWeek-view .fc-event-main .fc-content .fc-title {
  line-height: inherit;
}

.fc-agendaWeek-view .fc-event-main .fc-content .fc-time {
  margin-top: 5px;
  margin-bottom: 0;
}

.fc-event-main .fc-content .fc-time {
  color: #000;
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}

#calender_new .fc-event-main-container a::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 9px;
  width: 9px;
  margin-right: 0;
  background-color: #09090B;
  position: absolute;
  left: 5px;
}

#calender_new .fc-widget-header table thead tr {
  background-color: #efefef;
}

#calender_new thead tr .fc-axis.fc-widget-header {
  width: 51px !important;
}

.fc-time {
  text-transform: uppercase;
  font-size: 10px !important;
}

#create-proj .actions.clearfix ul li:not(:last-child) a,
.btn.btn-outerline,
.btn.btn-outline-warning,
.btn.btn-outline-secondary {
   background-color: var(--bg-white);
    border-color: var(--bg-white);
    color: var(--bg-black);
    border: 1px solid #9CA3AF;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 6px !important;
    /* height: 36.6px;
    line-height: 1.375rem; */
    height: 40px;
    /* line-height: 28px; */
}

#create-proj .actions.clearfix ul li:hover:not(:last-child) a,
.bootbox-confirm .btn-secondary:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.btn-outerline:focus,
.btn.btn-outerline:hover {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  color: var(--bg-white);
    border: 1px solid #9CA3AF;
}

#create-proj .actions.clearfix ul li:last-child a {
  /* border-color: #09090B !important;
    background-color: #09090B !important;
    border: 1px solid #09090B; */
  color: #fff !important;
  padding: 0.3125rem 0.75rem !important;
  font-size: 14px !important;
  /* font-weight: bold; */
  border-radius: 0.375rem !important;
  /* height: 2rem; */
  line-height: 1.375rem;
  /*height: 40px;
    line-height: 28px;*/
}

.bootbox-confirm .btn.btn-primary:hover,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.btn-warning:hover {
  border-color: #FBA23C !important;
  background-color: #FBA23C !important;
  color: #fff !important;
  outline-color: #888;
}

.btn-outline:focus,
.bootbox-confirm .btn.btn-primary:focus,
.bootbox-confirm .btn-secondary:focus,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:hover {
  box-shadow: none !important;
}

.btn-outline {
  border: 1px solid #dbdbdb;
  color: #858796;
  font-size: 12px;
}

.btn-outline:hover,
.btn-outline.active {
  background-color: #212529;
  color: #fff;
}

#create-proj .actions.clearfix ul {
  height: 40px;
}

 /*.modal .close.text-warning {
 color: #212529 !important;
}*/

.bg-theme2 {
  border-color: #09090B;
  background-color: #09090B;
}

.btn.bg-theme2 {
  border-color: #09090B;
  background-color: #09090B;
}

.bg-warning2 {
  background-color: #09090B;
}

.btn.bg-theme2:hover {
  border-color: #284168;
  background-color: #284168;
}

.topbar .dropdown-list .dropdown-header.bg-gray {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #000;
}

.paginate_button.current {
  background-color: var(--bg-primary) !important;
  border-color: var(--bg-primary) !important;
  color: #fff !important;
}

.bg-warning,
.badge-warning {
  background-color: #09090B !important;
  border-color: #09090B !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #09090B !important;
}

.paginate_buttonnot:not(.disabled):focus,
.paginate_button:not(.disabled):hover {
  background-color: var(--bg-primary) !important;
  border-color: var(--bg-primary) !important;
  color: #fff !important;
}

.topbar .nav-item .nav-link .img-profile:hover {
  border-color: #09090B !important;
}

.property-img-pip .property-img {
  width: 80px;
  height: 80px;
  min-width: inherit;
  min-height: inherit;
}

.web-compaign.table-responsive table.table td:last-child {
  height: 18px;
}

.notify-arrow {
  overflow: unset !important;
}

.notify-arrow:before {
  content: "";
  border-bottom: solid 25px #e5e5e5;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  position: absolute;
  right: 0;
  top: -15px;
}

.btn.btn-sm {
  padding: 4px 10px !important;
}

.xml-link-text p {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#myKanban .kanban-container .kanban-board {
  width: 235px !important;
}

.crm-dashboard .kanban-container .kanban-board:first-child {
  margin-left: 0px !important;
}

.agents-ul .nav-tabs:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 43px;
  border-bottom: 1px solid #dddfeb;
}

.circl-sm label::before {
  margin-left: 0px;
}

/* .table-responsive table.table td:last-child, .table-responsive table.table th:last-child {
    position: sticky;
    right: 0;
} */
table .action-table {
  top: -8px;
}

table .action-table ul li {
    margin: 3px;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  display: inherit;
  position: static;
  float: none;
  margin-top: 0px;
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_length {
  display: inherit;
  position: static;
  float: right;
}

/* .table-responsive table.table th:last-child {
    z-index: 1;
} */
.table-responsive table.table th:nth-last-child(2) {
  min-width: 100px;
}

.table-responsive .dataTables_wrapper {
  margin-top: 0rem !important;
}

.table-responsive .overflow-auto::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-responsive .overflow-auto::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 35px;
}

.table-responsive .overflow-auto::-webkit-scrollbar-thumb {
  background: #c5c3c2;
  border-radius: 35px;
}

.property-img-pip,
.floor-img-pip {
  margin: 12px 11px 0 0;
}

.ag-add .prof-update .profile-pic,
.ag-add .prof-update .circle {
  object-fit: cover;
}

.mw-200 {
  min-width: 200px;
}

footer {
  padding: 20px;
  background-color: #354a5f;
}

#myKanban footer {
  padding: 0;
}

/**/
.modal .modal-header {
  background-color: transparent !important;
  border-bottom: none !important;
}

.confirmationSyncModal .modal-header {
  border-bottom: 1px solid #e3e6f0 !important;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #202124 !important;
}

.dash_sales_card {
  /*min-height: 120px;*/
  /* box-shadow: 0px 0px 0px 1px #0000001A; */
  /* border-radius: 4px !important; */
  box-shadow: none !important;
  border: 0 !important;
}

.dash_sales_card .card-header {
  /* min-height: 120px; */
  display: flex;
  flex-direction: column;
}

.dash_sales_card .card-header span {
 color: #09090B;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}

.dash_sales_card h3,
.dash_sales_card h6 {
  color: #969696;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.quick-btn.dash_sales_card {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
  background-color: #fff;
}

.role-menus fieldset {
  border: 1px solid #fafafa;
  height: 100%;
  margin: 0 !important;
  padding: 10px 10px;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  overflow: hidden;
}

.role-menus legend {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  width: auto;
  padding: 3px 20px;
  border: 1px solid #eee;
  font-size: 14px;
}

.no-data-custom {
  height: 150px;
}

.lead-rule-table .bg-projects-list th {
  padding-bottom: 0 !important;
}

.lead-rule-table .second-table th {
  padding-top: 5px !important;
}

.lead-rule-table .second-table .form-control,
.lead-rule-table .second-table .bootstrap-select.form-control .btn-light {
  height: 26px;
}

.portal-settings .xml-link-text {
  height: 36px;
  line-height: 28px;
  padding: 2px 12px !important;
  float: left;
  margin-right: 5px;
  max-width: 80%;
}

.h-36 {
  height: 36px;
}

.kanban-contain .kanban-container {
  width: 100% !important;
  min-width: 730px;
}

.crm-dashboard .kanban-contain .kanban-container .kanban-board {
  margin: 0 2% 0 0 !important;
}

#myKanban.kanban-contain .kanban-container .kanban-board {
  width: 31.3% !important;
}

.no-visit-height {
  min-height: 145px;
}

.update-dash .card.dash_sales_card {
  border: 1px solid #E4E4E7 !important;
  border-radius: 12px !important;
  box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A !important;
}

/* .update-dash .card.dash_sales_card:hover {
  box-shadow: 0 0 10px #ddd !important;
} */

.custom-row {
  margin-left: -5px;
  margin-right: -5px;
}

.custom-col {
  padding-left: 5px;
  padding-right: 5px;
}

.crm-dashboard .kanban-contain .kanban-item:hover {
  box-shadow: 0 0 10px #aaa;
}

.details-box > span,
.lead-det-prof h6 {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  color: #71717a;
}

.details-box {
  margin-bottom: 26px;
}

.details-box p,
.lead-det-prof p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  color: #131e29;
    text-transform: capitalize;
}
.lead-det-prof .details-box p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mt-35 {
  margin-top: 32px;
}

.remove #select2-rental_object-container,
.remove .select2-selection__arrow,
.remove .select2-selection.select2-selection--single {
  display: none;
}

/* .paymentmode-box{
    position: absolute;
    z-index: 2;
} */


/* New Css For Al Saqer */

.login-name-content {
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
}

.card.border-0.overflow-hidden.h-100 {
    border: none !important;
    box-shadow: none;
}

.projects-nav .card.border-0 .card-header{
    border-radius: 12px !important;
}

.card,
.card.bg-transparent,
.card.border-0,
.page-section.card,
.card.radius-0.border-0.overflow-hidden {
    border: 1px solid #E4E4E7 !important;
    border-radius: 12px !important;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A !important;
    background-color: #fff !important;
}

.nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link,
.nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link::after {
    color: #FFF !important;
    /* border-color: #F6A41C; */
    background: #18181B;
    border-color: #fff !important;
    background-image: url(../img/menu-bg-shad.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}
.nav-menu.navbar-dark .navbar-nav .nav-link:hover::after,
.nav-menu.navbar-dark .navbar-nav .nav-link:focus::after{
    background: none !important
}
.nav-menu.navbar-dark .navbar-nav .nav-link:hover,
.nav-menu.navbar-dark .navbar-nav .nav-link:focus{
    background: #D9D9D94D;
    color: #8B8B8B;
}

.login-bg-left {
    background: #FFF5E4;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.or-line {
    position: relative;
}

.or-line:before,
.or-line:after {
    width: 40%;
    position: absolute;
    border-bottom: 1px solid #E4E4E7;
    content: "";
    top: 10px;
}

.or-cont-line:before,
.or-cont-line:after {
    width: 20%;
}

.or-line span {
    position: relative;
    padding: 0 30px;
    z-index: 1;
    color: #71717A;
}

.or-line:before {
    left: 0;
}

.or-line:after {
    right: 0;
}

a.btn.d-block.uae-pass-wbtn.btn-secondary {
    font-weight: 600;
    color: #000000;
}

.form-horizontal {
    max-width: 350px;
    margin: 0 auto;
}

.form-horizontal .form-control,
.form-horizontal button {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.form-horizontal .btn {
    height: 40px;
    width: 100%;
}

.image_captcha,
.captcha-refresh {
    display: inline-block;
}

.form-border {
    border: 1px solid #9CA3AF !important;
}

.form-control.form-border::placeholder {
    color: #71717A;
}

.font-24 {
    font-size: 24px !important;
}

form.user .btn {
    padding: 6px 16px !important;
    font-weight: 500;
}

.btn-primary:focus {
    color: #000;
    background-color: #FBA23C !important;
    border-color: #FBA23C !important;
    box-shadow: none !important;
}

.login-side-head {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    margin-bottom: 20px;
}

.login-side-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin-bottom: 5px !important;
}

.login-side-head-r {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    margin-bottom: 20px;
    text-align: center;
}

.login-side-para-r {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin-bottom: 5px !important;
    text-align: center;
}

.login-side-name {
    font-size: 14px;
    font-weight: 400;
}

.reset-link span:focus,
.reset-link span:hover {
    background-color: #FBA23C;
    border: 1px solid #FBA23C;
    color: #000;
}

.reset-link span {
    background: #18181B;
    color: #fff;
    border: 1px solid #18181B;
}

.choose-type .custom-control {
    padding-left: 1rem !important;
}

.fc .fc-button-primary:hover {
    background-color: #FBA23C !important;
    border-color: #FBA23C !important;
    color: #18181B !important;
}

td span p {
    margin: 0px !important;
}

/* .fc-daygrid-day-frame.fc-scrollgrid-sync-inner{

} */
.label-container {
    position: absolute;
    left: -150px;
    /* Adjust this value as needed to position labels */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 568px;
    /* Same height as the canvas */
    width: 100%;
}

.labelnew {
    text-align: right;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #09090B;
}
.request-order-card .dataTables_wrapper > .row:first-child, .request-order-card .dataTables_wrapper > .row:last-child {display: none;}
/* Media Queries */
@media (max-width: 1399px) {
  body #content-wrapper #content > .container-fluid {
    max-width: 100%;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}

@media (max-width: 1199.9px) {

  .dash-left-1 .nav-link,
  .inc-danger,
  .inc-success {
    font-size: 13px;
  }

  .dash-left-1 h1 {
    font-size: 1.5rem;
  }

  .dash-right-1 h2 {
    font-size: 21px;
  }

  .dash-right-1 p {
    font-size: 12px;
  }

  .progress-det h5 {
    font-size: 16px;
  }

  .dash-left-1 a.btn,
  .dash-left-1 a.btn span {
    font-size: 10px !important;
    float: left;
    margin-top: 0 !important;
    line-height: 1;
  }

  .quick-btn {
    width: 69px;
  }

  .progress-ul {
    font-size: 10px !important;
  }

  /* Header menu
  .nav-menu .nav-item img {
    display: block;
    margin: auto;
  } */

  .nav-menu .navbar-nav li:nth-last-child(-n + 1) .dropdown-menu {
    left: inherit;
    right: 0;
  }

  .border-dashed-black .upload-btn-wrapper,
  .border-dashed-black .upload-btn-wrapper input[type="file"] {
    height: 80px;
    min-height: 80px;
    max-width: 80px;
  }

  .upload-block {
    width: 80px;
  }

  .btn-theme,
  .btn-primary,
  .bootbox-cancel {
    min-width: inherit;
  }

  .details-box {
    margin-bottom: 22px;
  }

  .nav-menu.navbar-dark .navbar-nav .nav-item.active > a.nav-link::before {
    right: inherit;
    left: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lease-prop p {
    font-size: 10px !important;
  }

  .lease-prop h1 {
    font-size: 17px;
  }

  .lease-prop img {
    max-height: 35px;
  }

  .lease-prop {
    bottom: 10px;
    max-width: 100px;
  }

  /*Header menu*/
  .nav-menu a.nav-link span {
    margin-left: 0px;
  }
}

@media (max-width: 991.9px) {
  .log-foot {
    font-size: 15px !important;
  }

  .log-save {
    right: 25px;
  }

  .register .login-right label {
    font-size: 15px !important;
  }

  .topbar .navbar-search {
    width: 13rem;
  }

  /* Tejesh 04-09-2020 */
  .lead-listing-menu ul.list-group,
  .lead-require ul.nav-tabs {
    width: max-content;
  }

  /*Header Menu*/
  .nav-menu .nav-item img {
    display: inline-block;
    max-height: 20px;
  }

  .nav-menu .dropdown-toggle::after,
  .nav-menu.navbar-dark .navbar-nav .nav-item.active .nav-link::after {
    margin-top: 4px;
  }

  .mt-35 {
    margin-top: 29px;
  }

  .kanban-item span {
    position: static !important;
  }

    .login-box form.user {
        max-width: 250px;
    }

    .navbar-nav {
        overflow-y: auto;
        max-width: 750px;
        /* flex-direction: row; */
    }

    .nav-menu.navbar-dark .navbar-nav .nav-item.active>a.nav-link::before {
        bottom: -1px;
    }
    #funnelCanvas{
        width: 200px;
        height: 400px;
    }
    .label-container {
        left: 30px;
        top: 15%;
        height: 300px;
        width: 40%;
    }
}

@media (min-width: 768px) {
  .sidebar.toggled {
    min-width: 120px;
    border-top-left-radius: 30px;
  }

  .lead-det-sect ul.list-group {
    width: max-content;
  }
}

@media (max-width: 767.9px) {
  .login .card-body {
    background-color: inherit !important;
  }

  .login-right {
    border-radius: 30px;
  }

  .no-border {
    border: 0 none !important;
  }

  .sidebar .nav-item .nav-link,
  .sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    text-align: left;
  }

  .sidebar.navbar-nav .nav-item .collapse {
    position: relative;
    left: inherit;
  }

  .sidebar.navbar-nav .nav-item .collapse .collapse-inner {
    min-width: 100%;
  }

  .sidebar.navbar-nav
    .nav-item
    .nav-link[data-toggle="collapse"].collapsed::after,
  .sidebar-toggled .sidebar .nav-item .nav-link[data-toggle="collapse"]::after,
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after,
  .sidebar-toggled
    .sidebar-dark
    .nav-item.active
    .nav-link[data-toggle="collapse"]::after,
  .sidebar-dark .nav-item.active .nav-link[data-toggle="collapse"]::after {
    display: inline !important;
  }

  .sidebar.navbar-nav
    .nav-item
    .nav-link[data-toggle="collapse"].collapsed::after,
  .sidebar-toggled
    .sidebar-dark
    .nav-item.active
    .nav-link[data-toggle="collapse"]::after,
  .sidebar-dark .nav-item.active .nav-link[data-toggle="collapse"]::after {
    top: -20px;
    position: relative;
  }

  .sidebar.navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.6rem;
  }

  .sidebar.navbar-nav .nav-item .nav-link {
    text-align: left;
  }

  #wrapper #content-wrapper:before {
    position: absolute;
    left: 104px;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    background: rgba(255, 130, 9, 0.4);
    z-index: 9;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .sidebar-toggled #wrapper #content-wrapper:before {
    content: inherit;
  }

  .topbar #sidebarToggleTop {
    z-index: 9;
    background: #dddfeb;
  }

  #wrapper #content-wrapper:before {
    position: unset;
  }

  .create-project .steps li.current {
    height: auto;
  }

  .login-bg {
    display: none !important;
  }

  .create-project .steps li {
    width: 130px;
  }

  .create-project .steps li a .step-text {
    margin-left: 10px;
    padding: 0 !important;
  }

  .create-project .steps li:last-child a .step-text {
    width: 125px;
  }

  .create-project .steps li:last-child {
    width: 150px;
    white-space: nowrap;
  }

  .details-box {
    margin-bottom: 20px;
  }

  .font-18 {
    font-size: 16px;
  }

  .paginate_button,
  .paginate_button.disabled {
    padding: 3px 6px;
    min-width: 22px;
    min-height: 19px;
  }

  .mt-35 {
    margin-top: 0;
  }

  .lead-det .nav-tabs a,
  .prop-detail-tab .nav-tabs a {
    white-space: nowrap;
  }

  ul.nav.nav-tabs {
    flex-wrap: nowrap;
  }

  .form-register .steps li a .step-text {
    line-height: inherit;
  }
}

@media (max-width: 575.9px) {
  .log-foot {
    font-size: 13px !important;
  }

  .login-right .btn-user {
    font-size: 26px !important;
  }

  .register .login-right h1 {
    font-size: 25px !important;
  }

  .graph-pane h5 {
    font-size: 0.9rem;
  }

  /*Header menu*/
  .nav-menu.navbar-dark {
    padding: 0;
  }

  .nav-menu.navbar-dark .dropdown-menu {
    margin-left: 0px;
  }

  .nav-menu.navbar-dark .navbar-nav {
    padding: 10px;
    margin-left: 0px;
  }

  .nav-menu.navbar-dark .navbar-nav .nav-link {
    margin: 0;
    padding: 10px;
  }

  .nav-menu.navbar-dark .dropdown-item {
    padding: 0.25rem 2rem;
  }

  .nav-menu .dropdown-toggle::after {
    position: absolute;
    right: 10px;
  }

  body #content-wrapper #content > .container-fluid {
    min-height: calc(100vh - 124px);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fc .fc-left button.fc-today-button,
  .fc .fc-right .fc-button-group > *,
  .fc .fc-left .fc-button-group > * {
    font-size: 11px !important;
    text-transform: capitalize;
  }

  .btn-task .btn {
    padding: 5px 10px !important;
  }

  /*.dataTables_paginate .paginate_button:not(.previous):not(.next):not(.current) {
        display: none;
    }*/
  table .action-table > ul {
    padding: 2px 5px !important;
  }

  table .action-table > ul .font-10 {
    font-size: 8px !important;
  }

  table .action-table > ul .material-icons {
    font-size: 16px;
  }

  /*Button sm style*/
  #create-proj .actions.clearfix ul li:not(:last-child) a,
  .bootbox-confirm .btn-secondary:not(.btn-sm),
  .btn.btn-outerline:not(.btn-sm),
  .btn.btn-outline-warning:not(.btn-sm),
  .btn.btn-outline-secondary:not(.btn-sm) {
    padding: 8px 1.3rem !important;
    font-size: 11px !important;
  }

  #create-proj .actions.clearfix ul li:last-child a,
  .bootbox-confirm .btn.btn-primary:not(.btn-sm),
  .btn.btn-warning:not(.btn-sm) {
    padding: 8px 1.3rem !important;
    /* font-size: 11px !important; */
  }

  .font-22 {
    font-size: 18px !important;
  }

  .details-box {
    margin-bottom: 16px;
  }

  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    font-size: 10px;
  }

  .paginate_button,
  .paginate_button.disabled {
    padding: 3px 6px;
    min-width: 24px;
    min-height: 17px;
  }

  #content .topbar {
    padding: 8px 1.2rem;
  }

  .topbar .nav-item .nav-link .img-profile,
  .nav-header .logo-img {
    max-height: 30px;
  }

  .navbar.topbar .navbar-nav .nav-link .font-26 {
    font-size: 18px;
  }

  .topbar .nav-item .nav-link {
    padding: 0 0.5rem;
  }

  .topbar .nav-item .nav-link .badge-counter {
    width: 14px;
    height: 14px;
    font-size: 7px;
  }

  .nav-header.topbar .nav-item .nav-link .badge-counter.mail {
    right: -8px;
    top: 23px;
  }

  .nav-header.topbar .nav-item .nav-link .badge-counter {
    right: 4px;
    top: 23px;
  }

    .nav-header.topbar .btn-icon {
        width: 30px;
        height: 27px;
        line-height: 26px;
        margin-left: 0.5rem !important;
        min-width: 25px;
    }

    .navbar span.text-gray-200.px-3.menu-line {
        display: none;
    }

  .paymentmode-box {
    position: inherit;
  }

  .kanban-item span {
    position: static !important;
  }

  .steps.clearfix ul {
    overflow: auto;
  }

  .actions ul li a {
    min-width: 100px;
  }

  .lead-act-nav.nav-tabs.lead-ul {
    overflow-x: auto;
    overflow-y: hidden;
  }

    .login-side-head {
        font-size: 20px;
        line-height: 26.57px;
    }

    .logo-login {
        width: 150px;
    }

    .login-bg-right h5 {
        font-size: 20px !important;
    }
}

@media (min-width: 576px) {

  /* Tejesh */
  .modal.visit-modal .modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .modal.filter-modal .modal-dialog {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1240px;
  }
}

@media (min-width: 1280px) {
  .modal-dialog.modal-lg {
    max-width: 900px;
  }
}

@media (min-width: 1400px) {
  .offer-conversation {
    height: 525px;
  }

  .table-responsive,
  .table-res-contain,
  .filter-card {
    max-width: 100%;
  }

  table.m-content {
    width: 100%;
  }

  .table-res-contain .table thead th:not(:last-child) {
    width: auto !important;
  }

  .full-list table.m-content {
    width: max-content;
  }

  .modal-dialog.modal-lg {
    max-width: 1100px;
  }

  .remove-res-page div.dataTables_wrapper div.dataTables_paginate {
    position: inherit;
  }

  .login-right,
  .login-left {
    min-height: 605px;
    max-height: 875px;
  }
}

/*.property-download-btn{*/
/*position: absolute;*/
/*right: 27px;*/
/*z-index: +5;*/
/*top: 15px;*/
/*}*/

.avatar {
  height: 48px;
  width: 48px;
  box-shadow: 0 2px 12px 0 rgba(149, 149, 149, 0.5);
  object-fit: contain;
  border-radius: 50%;
}

.discussion-hr {
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(227, 226, 221, 0.3);
}

.iti__selected-flag {
  font-size: 12px;
}

.iti--allow-dropdown {
  width: 100%;
}

.bs-stepper .step-trigger {
  display: grid !important;
}

.bs-stepper-circle {
  border-radius: 8px !important;
  align-items: center;
  width: 50px !important;
  height: 50px !important;
}

.dataTables_info {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

#dt-contacts-list_info {
  display: none;
}

/*.btn:hover {
  color: #212529;
}*/

.intl-tel-input {
  display: block !important;
  min-width: 180px;
}

table.dataTable thead tr > .allow-dropdown,
table thead tr > .allow-dropdown {
  display: none !important;
}

.flag-container {
  padding: 2px !important;
}

.flag-container .selected-flag {
  background: #f5f5f5 !important;
  border-radius: 4px 0 0 4px !important;
  font-size: 12px !important;
}

.flag-container .selected-flag .iti-flag {
  left: 4px;
}

.view_loader {
  height: 60px;
  width: auto;
}

.scrollspy-example .page-section .table td,
.scrollspy-example .page-section .table th {
  padding: 8px !important;
}

.scrollspy-example .page-section .table tr td {
  border-top: 1px solid #d5d5d5;
}

.page-section .table tr td {
  border-top: 1px solid #d5d5d5;
}

.scrollspy-example .page-section .table tr:last-child td {
  border-bottom: 1px solid #d5d5d5;
}

.details_container {
  margin-top: 15px !important;
}

div.dataTables_wrapper div.detail-filter .dataTables_filter {
  display: block !important;
}

.loader_sec,.loader_sec_foot {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  top: 0;
  left: 0;
  z-index: 997;
  margin: 0 auto;
  overflow: hidden;
  max-height: 100vh;
  align-items: center;
  justify-content: center;
}

.scrollspy-example {
  position: relative;
  height: calc(100vh - 200px);
  /* max-height: 350px; */
  margin-top: 0.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollspy-example::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollspy-example::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

.scrollspy-example::-webkit-scrollbar-thumb {
  background: #0056fc;
  border-radius: 10px;
}

/* Details */
.main-tab {
  background-color: #F4F4F5;
  border-radius: 5px;
  overflow-x: auto;
  overflow-y: hidden;
    padding: 6px;
}

.main-tab ul {
  flex-wrap: nowrap;
  /* padding-left: 12px; */
}

.main-tab a {
  color: #6a6d70;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  text-wrap: nowrap;
  margin-right: 10px;
}

.main-tab a.active {
  color: #000;
  font-weight: 500;
    background: #fff;
    border-radius: 6px;
}

/* .main-tab a.active::after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    margin: auto;
    border-radius: 4px 4px 0 0;
    left: 0;
    right: 0;
} */

.reset-link {
  color: var(--text-black);
  text-decoration: none;
}

.reset-link span {
  border-radius: 5px;
}

.bg-gray {
  background: #d9d9d9;
}

.details_page .navbar.nav-menu {
  margin-bottom: 0 !important;
  border-bottom: 0.5px solid #556b8214;
}

.page-section .fw-medium {
  font-weight: 600;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #E4E4E7;
    /* border-bottom: 1.5px solid #556B81 !important; */
    padding: 7px 13px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 6px !important;
    height: 40px !important;
    color: #000000;
    align-items: center;
    /* background: #eff1f2; */
    /* -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important; */
}

.attach-previews a span,
.attach-doc-previews a span {
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  bottom: 0;
}

.attach-previews li,
.attach-doc-previews li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  height: auto;
}

.attach-previews img,
.attach-previews iframe,
.attach-previews video,
.attach-doc-previews img,
.attach-doc-previews iframe {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #dbdbdb;
  margin-right: 10px;
}

.attach-previews a,
.attach-doc-previews a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1px;
  background: rgba(10, 110, 209, 0.7);
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
}

.attach-doc-previews a.left-bg-delete {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 125px;
  background: rgba(255, 0, 0, 0.7);
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
}

.remove-file,
.remove-doc-file {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: -12px;
  right: -6px;
  background: rgb(220, 53, 69);
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgb(220, 53, 69);
}

.saved-title {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  white-space: normal;
  max-width: 150px;
  width: 100%;
}

.saved-title.bg-color {
  background-color: var(--bg-primary);
  color: #fff;
  text-transform: uppercase;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  background-image: url(../img/close.svg);
  box-sizing: content-box;
  height: 20px;
  width: 20px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #000;

  border: 0;
  background-position: center;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.modal-header .btn-close:focus {
  outline: none;
}

span.doc-filename {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 194px;
  display: none;
}

.add_row .icon,
.remove_row .icon,
.remove-prop-enq,
.add .icon,
.remove .icon,
.add-circle .icon {
  width: 30px;
  display: inline-flex !important;
  height: 30px;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  /* box-shadow: 0px 2px 2px #d5d5d5; */
  top: -10px;
  justify-content: center;
}

.icon {
  line-height: 1;
}

.remove_row .remove_txt {
  display: none;
}

.fw-semibold {
  font-weight: 600;
}

/* .datepicker {
	min-width: 218px;
} */
.datepicker .table-condensed {
  border-collapse: separate !important;
  border-spacing: 2px !important;
  width: 100%;
}

.datepicker .table-condensed tfoot {
  display: none;
}

#toolbarContainer {
  display: none;
  div#debug-bar {
    display: inline-block !important;
  }
}

.datepicker-dropdown.datepicker td,
.datepicker-dropdown.datepicker th {
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  padding: 2px;
  border-radius: 0 !important;
  color: #000000;
}

.datepicker-dropdown.datepicker td.old.day {
  background-color: #ffffff;
  border-radius: 2px !important;
  border: 1px solid #ffffff;
}

.datepicker-dropdown.datepicker td.day {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 2px !important;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  color: #18181B !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background-color: #18181B;
  border: 1px solid #18181B;
  color: #ffffff;
  cursor: pointer;
}

.datepicker-dropdown.datepicker table tr td.active,
.datepicker-dropdown.datepicker table tr td.active.disabled,
.datepicker-dropdown.datepicker table tr td.active.disabled:hover,
.datepicker-dropdown.datepicker table tr td.active:hover,
.datepicker-dropdown.datepicker table tr td span.active,
.datepicker-dropdown.datepicker table tr td span.active.disabled,
.datepicker-dropdown.datepicker table tr td span.active.disabled:hover,
.datepicker-dropdown.datepicker table tr td span.active:hover {
  background: #09090B !important;
  border: 1px solid #09090B;
  color: #ffffff !important;
  border-radius: 2px !important;
}

.datepicker table tr td.day:hover {
  border: 1px solid #09090B;
  background: #ffffff;
  color: #09090B;
}

.datepicker-dropdown.datepicker .disabled {
  background: #e3e2dc !important;
  color: #bbbbbb !important;
}

.datepicker-dropdown.datepicker .disabled-date {
  background: #ff2a2a !important;
  color: #ffffff !important;
}

.form-control.datetimepicker {
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
}

.form-control.datetime,
.form-control.datetime12,
.form-control.offer_expiry_date,
.form-control.enend_datetime,
.form-control.hasDatepicker {
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
}

.form-control.datepicker {
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
}

.nav-tab-view.sticky-top {
  z-index: 996 !important;
}

.view_header {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}

.add_schedule .error {
  border-color: #dc3545;
}

.add_schedule .success {
  border-color: #28a745;
}

.scrollspy-example .page-section.card,
.scrollspy-example .page-section .card {
  min-height: 440px;
}

.scrollspy-example .page-section.lead-det .card,
.scrollspy-example .page-section.min-height-init {
  min-height: initial;
}

.scrollspy-example .page-section .card.bg-light {
  min-height: inherit;
}

.modal-footer > * {
  margin: 0 10px 0 0;
}

.contract-list.modal-footer > * {
  margin: 0 5px;
}

.ui-datepicker-title,
.ui-datepicker th {
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  padding: 2px;
  border-radius: 0 !important;
  color: #000000;
  /* width: 20px; */
  height: 20px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
}

.ui-datepicker-title {
  color: #18181B !important;
}

.ui-widget-header {
  border: 1px solid #fff;
  background: #fff;
  color: #333333;
  font-weight: normal;
}

.ui-datepicker-calendar thead {
  background-color: #ffffff;
}

/*.ui-widget-header {
   color:#18181B !important;
}*/

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  /* width: 20px; */
  height: 20px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: transparent !important;
  border: 1px solid #09090B !important;
  color: #09090B !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  text-align: center;
  font-size: 10px;
  border-radius: 4px !important;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  border: 1px solid #09090B;
  background: #ffffff;
  color: #09090B;
}

/* phone validation Error input color */
.form-control.input-error {
  border-color: #e74a3b;
}

.intl-tel-input.separate-dial-code input {
  padding-left: 80px !important;
}

.intl-tel-input .flag-container {
  outline: 0 !important;
  box-shadow: none !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  outline: 0 !important;
  width: 75px !important;
}

.intl-tel-input .country-list {
  border-radius: 4px !important;
  margin: 5px 0;
  max-height: 200px !important;
  max-width: 260px;
  min-width: 240px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  font-size: 12px;
  font-weight: 500;
}

.intl-tel-input .country-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

/* Track */
.intl-tel-input .country-list::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.intl-tel-input .country-list::-webkit-scrollbar-thumb {
  background: var(--bg-primary);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Handle on hover */
.intl-tel-input .country-list::-webkit-scrollbar-thumb:hover {
  background: var(--bg-primary);
}

.min-ht {
  min-height: 300px;
}

/* .dataTables_info#community-list-table_info,.dataTables_info#floor-list-table_info,
.dataTables_info#maintenance-req-list-table_info,.dataTables_info#leads-listing-table_info,
.dataTables_info#data-table_info,
.building-page #properties-listing-table_info
{
    display: none;
} */
.status .btn {
  padding: 0.3rem 0.9rem 0.3rem 0.5rem !important;
}

.form-control:focus {
  border-color: #000 !important;
}

.bootstrap-select.form-control .btn-light:focus {
  border-color: #000 !important;
  border-radius: 0.25rem !important;
  /* border-bottom-color: transparent !important; */
}

input::-webkit-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

/* Firefox < 19 */
input:-moz-placeholder {
  color: #000;
}

input:focus:-moz-placeholder {
  color: #000;
}

/* Firefox > 19 */
input::-moz-placeholder {
  color: #000;
}

input:focus::-moz-placeholder {
  color: #000;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder {
  color: #000;
}

/* .gallery-image img{
    width: 100%;
    max-width: 150px;
    object-fit: cover;
} */
.bg-transparent {
  background-color: transparent !important;
}

a {
  color: var(--bg-primary);
}

.remove_row {
  height: 35px;
  display: flex;
  align-items: center;
}

.add_row {
  margin-top: 0 !important;
}

.text-gray-400 {
  color: #1b1b1b !important;
}

.font-36 {
  font-size: 36px !important;
}

.dash_hotel {
  height: 53px;
}

.dash_sales_card.quick-btn p {
  font-size: 16px;
  font-weight: 400;
}

/* .card.bg-transparent {
  border: none;
} */

/* .card.bg-transparent .card-body {
  padding: 0;
} */

/*badge*/
.badge,
.badge-primary,
.badge-contract,
.badge-offer,
.badge-opportunity,
.badge-warning,
.badge-danger,
.badge-pending {
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  padding: 0.25rem 1rem;
  font-size: 14px;
  background-color: transparent !important;
}

td .badge-active,
.badge-active {
  color: var(--badge-active);
}

td .badge-success,
.badge-success {
  color: #1cc88a !important;
  padding: 0 !important;
  background-color: transparent;
}

td .badge-pending,
.badge-pending {
  color: var(--badge-pending);
}

td .badge-danger,
.badge-danger,
.status-change-color .badge-danger {
  color: #d20a0a;
}

.status-change-color .badge-success {
  color: #1cc88a;
}

td .badge-warning,
.badge-warning {
  color: var(--badge-warning);
}

td .badge-opportunity,
.badge-opportunity {
  color: var(--badge-opportunity);
}

td .badge-offer,
.badge-offer {
  color: var(--badge-offer);
}

td .badge-contract,
.badge-contract {
  color: var(--badge-contract);
}

td .badge-primary,
.badge-primary,
.status-change-color .badge-primary {
  color: var(--bg-primary);
  padding: 0 !important;
}

.table-responsive table.table td:last-child.dataTables_empty {
  text-align: center !important;
}

/*Email validation*/

input.invalid {
  border: 1px solid Crimson;
}

input.valid {
  border: 1px solid MediumSeaGreen;
}

.card.bg-white.bg-transparent {
  background-color: #fff !important;
}

.card.bg-white.bg-transparent .card-body {
  padding: 1.25rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

.scrollspy-example .page-section.gallery img.img-responsive {
  width: 100px;
  height: 50px;
}

.customer_tab .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.customer_tab .nav-tabs .nav-item.show .nav-link,
.customer_tab .nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  border-color: transparent;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid;
}

.mw-10 {
  min-width: 40px !important;
}

.mw-100,
.table th.mw-100 {
  min-width: 100px;
}

.modal .card-body {
  padding: 0;
}

.removeButton .btn-warning {
  background-color: #000000;
  border-color: transparent;
}

.removeButton .btn-warning:hover {
  background-color: #FBA23C !important;
  border-color: transparent !important;
}

.addButton button span.material-icons,
.removeButton button span.material-icons {
  font-size: 20px;
}

.addButton button,
.removeButton button,
.com-docs-remove,
.com-docs-add {
  width: 30px;
  height: 30px;
}

.addRow .com-docs-add,
.removeRow .com-docs-remove {
    line-height: 0.5;
}

.removeButton button,
.com-docs-remove,
.removeButton .text-danger {
    background-color: #dc3545;
    border-color: transparent;
}

.nav-menu.navbar-dark .navbar-nav .nav-item.active-dropdown .nav-link::before {
  content: "";
  height: 4px;
  width: auto;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -4px;
  border-radius: 4px 4px 0 0;
}

span.filename {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}

/*attachment _div*/
/* .dataTables_scrollHeadInner {
    min-width: calc(100vw - 4.4rem);
} */
.dataTables_scrollHeadInner {
  width: 100% !important;
}

.modal .table th,
.modal .table td {
  padding: 5px 8px !important;
}

.table .filter-inputs th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.table .filter-inputs .form-control {
  min-width: 80px;
  /* height: 30px !important; */
  margin-bottom: 5px;
}
.table .filter-inputs.agent_filter_thead .form-control {
  margin-bottom: 0;
}
.table .filter-inputs.documents_filter_head .form-control {
  margin-bottom: 0;
}
.table .filter-inputs th:first-child::before,
.table .filter-inputs th:first-child::after {
  display: none;
}

.remove_row .icon:hover {
  color: #fff;
  background: #dc3545;
}

.dt-row {
  overflow-x: auto;
  overflow-y: hidden;
}

#contact-modal .dataTables_scrollHead {
  overflow: auto !important;
}

.form-check-input {
  margin-top: 0.2rem;
}

.contract-bg {
  border-bottom: 1px solid #00000033;
  background-color: transparent;
  padding: 0 0 15px;
}

.lead-card-transparent .card-header {
  background-color: transparent;
}

.lead-card-transparent .card.radius-15.mb-3.bg-transparent {
  background-color: #fff !important;
}

.lead-card-transparent .card.bg-transparent .card-body {
  padding: 15px;
}

.lead-card-transparent
  .card.bg-transparent
  .card-body
  .table
  .bg-projects-list {
  background-color: transparent;
}

.lead-card-transparent .card.bg-transparent .card-body .table th {
  background-color: transparent;
  padding: 0 0 10px;
}

.lead-card-transparent .card.bg-transparent .card-body .table td {
  padding: 8px 0 !important;
}

.customer_tab.nested-customer-tab {
  background-color: #d9d9d9;
  padding: 8px 15px 0;
}

.customer_tab.nested-customer-tab .nav-tabs .nav-link.active {
  background-color: transparent;
  border-radius: 0;
}

.mt-28 {
  margin-top: 28px;
}

.ui-button .ui-icon {
  filter: brightness(1000);
}

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
}

.fc-event-main > div {
  background-color: #000;
  padding: 5px;
}

.fc-toolbar .fc-toolbar-chunk:last-child {
  padding-right: 140px;
}

.fc-reminder {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fc-user {
  font-size: 12px;
}

.dashboard-calender .filter_calender {
  position: absolute;
  right: 25px;
  width: 130px;
  z-index: 3;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 0;
  left: 0px;
  height: 18px;
  width: 18px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  color: white;
  border: 0;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 20px;
  content: "+";
  background-color: #18181B;
  margin-right: 6px;
  border-radius: 2px;
}

.notification-card .card-body .dropdown-item:last-child {
  margin-bottom: 0 !important;
}

.no-sorting:before,
.no-sorting:after {
  content: "" !important;
}

#callButton .modal-content {
  width: 350px;
  background: linear-gradient(45deg, #0a56a3, #3e96ee);
  color: #ffff;
}

.bg-person {
  background-color: #05345d;
}

#callButton .modal-dialog {
  position: fixed;
  right: 25px;
  bottom: 0;
}

table.dataTable thead .remove-sorting.sorting:after,
table.dataTable thead .remove-sorting.sorting:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: var(--bg-primary) !important;
}

.bootstrap-select .dropdown-header {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-gray {
  background-color: #d9d9d9;
}

.map-view {
  height: 235px;
}

.view-table {
  width: 100% !important;
}

/* .refno_width {
  width: 180px !important;
} */

.form-control.input-error.input-error-remove {
  border-color: #556b8240 !important;
}

.prev-show-ck {
  z-index: 6;
}

#prop-enq-modal .bootstrap-select.btn-group .dropdown-menu {
  min-width: 150px;
}

h3.theme-color.font-22.mb-4,
h6.theme-color.font-22.mb-3 {
  font-weight: bold;
  font-size: 20px !important;
}

.border-left-new {
  position: relative;
}

.border-left-new::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  background-color: #d9d9d9;
  width: 4px;
  height: 210px;
}

.border-left-new::after {
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  bottom: -21px;
  height: 4px;
  width: 28px;
  right: -24px;
}

.mn-width {
  min-width: 150px;
}

.prev-show-ck.show-import {
  display: block;
}

.fl_btn {
  height: 30px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

th.w-default {
  min-width: 130px;
}

.respond-request-height {
  max-height: 300px;
}

/*.nav-menu.navbar-dark .navbar-nav .nav-item:first-child {
    margin-left: -10px;
}*/
.topbar .dropdown .dropdown-menu {
  border-radius: 0.25rem;
  margin-top: -7px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
}

.dropdown-item {
  font-size: 13px;
}

form label,
label,
.custom-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
}

.small-note {
  color: #0A0A0A;
}

.form-select.bootstrap-select .btn-light,
.bootstrap-select.form-control .btn-light,
.bootstrap-select.profile-field-border.form-control .form-control {
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  border-color: #d1d3e2;
  color: #131e29;
  line-height: normal;
  padding: 0 0.625rem;
  background-color: #fff;
  border-radius: 0.25rem;
  /* border-bottom: 1px solid #556b81; */
}

thead .bootstrap-select.form-control.filter-input .btn-light {
  font-size: 10px;
}

.dashboard-calender .fc-toolbar {
  margin-bottom: 0;
}

/* .form-select.bootstrap-select .btn,.bootstrap-select.form-control .btn {
    border-color: transparent;
} */
.fw-medium {
  font-weight: 600;
}

input:focus,
.form-control:focus,
.dataTable-input:focus,
.form-select:focus,
.bootstrap-select.form-control .btn-light:focus {
  background-color: #fff;
  border-color: #000;
  /* box-shadow: inset 0 0 0 0.0625rem rgba(79,160,255,0.5); */
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.upload-btn-wrapper input[type="file"]:focus {
  background-color: inherit;
  border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover i,
.dropdown-item:focus i{
    color: #fff !important;
  background-color: #000;
}

.dropdown-item i:hover,
.dropdown-item i:focus {
    color: #fff !important;
}
.topbar .dropdown-list .dropdown-item:hover,
.topbar .dropdown-list .dropdown-item:hover a,
.topbar .dropdown-list .dropdown-item:hover .small .mail-lists span,
.topbar .dropdown-list .dropdown-item:hover .small .mail-lists p{
 background: #f5f5f5 !important;
 color: #000 !important;
}


.scrollspy-example::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.scrollspy-example::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.scrollspy-example::-webkit-scrollbar-thumb {
  background-color: var(--bg-primary);
  border-radius: 10px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  margin-left: 3px;
  height: 36px;
  color: #131e29;
  line-height: normal;
  padding: 0 0.625rem;
  /*background: 0 100% / 100% 0.0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;*/
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #E4E4E7;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  margin-left: 3px;
  height: 36px;
  color: #131e29;
  line-height: normal;
  padding: 0 0.625rem;
  background-color: #fff;
  border-radius: 0.25rem;
   border: 1px solid #E4E4E7;
}

.dataTables_length label select {
  margin: 0 8px;
}

div.dataTables_wrapper div.dataTables_length select {
  font-size: 14px;
}

.card {
  border-radius: 0.25rem;
}

.card.filter-card {
  border: none;
}

/* .row.justify-content-end .col-6:first-child {
  padding-right: 0.3rem;
}

.row.justify-content-end .col-6:last-child {
  padding-left: 0.3rem;
} */

/* .dataTables_filter input,
.page-section .dataTables_wrapper .dataTables_filter input,
.page-section .dataTables_wrapper .dataTables_length select,
.modal .dataTables_length select {
    background-color: #eff1f2;
    border: 1px solid #ced4da;
    border-bottom: 1px solid #556b81;
} */

.page-section h5.fw-medium.text-black.mb-0.font-16.d-inline-block {
  margin-bottom: 1rem !important;
}

/* .dataTables_wrapper.no-footer .col-sm-6.m-0.p-0 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
} */
.modal .col-md-12 .text-right button {
  min-width: 100px;
    height: 40px;
}

.modal .col-md-12 .text-right button[type="reset"] {
  margin-right: 8px;
    height: 40px;
}

.table-align-top-td td {
  vertical-align: top;
}

.remove-sort-ioc.table-align-top-td td .dropdown {
  top: 0;
}

div#invoice-list_filter {
  display: none;
}

.card-body {
  padding: 1rem 1rem;
}

.form-control:hover,
.dataTable-input:hover,
.upload-btn-wrapper:hover,
.form-select:hover,
.form-control:hover,
.bootstrap-select.form-control .btn-light:hover {
  background-color: #fff;
  /* border-color: #18181B;
  box-shadow: inset 0 0 0 0.0625rem rgba(79, 160, 255, 0.5);
  /* border-bottom: 1px solid #18181B; */
}

.card .tab-pane .dataTables_wrapper .dataTables_filter input,
.card .tab-pane .dataTables_wrapper .dataTables_length select,
.table-search-bg .dataTables_wrapper .dataTables_filter input,
.table-search-bg .dataTables_wrapper .dataTables_length select,
.modal .dataTables_wrapper .dataTables_filter input,
.modal .dataTables_wrapper .dataTables_length select {
  background-color: #eff1f2;
  border: 1px solid #ced4da;
  border-bottom: 1px solid #556b81;
}

/* table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  background: #f5f5f5;
  width: 100%;
} */

.table-hover > tbody > tr:hover > *,
.dataTable-table > tbody > tr:hover > * {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}

.table tr td:first-child span.d-inline-block.ag-count {
  text-align: left;
  width: initial;
  height: initial;
}

.mx_w100 {
  max-width: 103px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
}

.was-validated .form-control:invalid,
.was-validated .dataTable-input:invalid,
.form-control.is-invalid,
.is-invalid.dataTable-input,
.btn-group.bootstrap-select.form-control .bs-invalid {
  border-color: #dc3545 !important;
}

.btn-group.bootstrap-select.form-control {
  border-radius: 0.25rem;
  background-color: transparent;
}

.dataTables_paginate a.paginate_button {
  background-color: #fff;
}

.pagination li.active a {
  background-color: var(--bg-primary) !important;
  border-color: var(--bg-primary) !important;
  color: #fff !important;
}

.pagination li a {
  border: 1px solid var(--bg-primary);
  display: inline-block;
  padding: 5px 10px;
  min-width: 30px;
  min-height: 20px;
  text-align: center;
  margin: 0 2px;
  color: var(--bg-primary) !important;
  background-color: #fff;
}

.pagination li.active a {
  color: #fff !important;
}

.pagination li a:focus,
.pagination li a:hover {
  background-color: var(--bg-primary) !important;
  border-color: var(--bg-primary) !important;
  color: #fff !important;
  cursor: pointer;
}

.pagination li a {
  text-decoration: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #F6A41C !important;
  background-color: #F6A41C !important;
  font-weight: normal;
  color: #ffffff !important;
}

.add-important .dropdown-toggle::after {
  display: none;
}

.add-important .dropdown-toggle,
.add-important a.btn.btn-no-icon {
  padding: 7px 15px !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  height: 40px;
  line-height: 20px;
  box-shadow: initial !important;
}

.add-important a.btn.btn-no-icon {
  margin-right: 1px;
}

.add-important .dropdown-toggle {
  width: 31px;
}

.nodata_hidden .dataTables_empty {
  display: none;
}

table.dataTable > tbody > tr:hover > * {
  background-color: #00000013;
}

.modal .dataTables_scrollBody table thead th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.modal {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.add-important .dropdown-toggle {
  margin-left: 0.01px !important;
  border-left: none;
}

.dropdown.add-important .dropdown-menu {
  transform: initial !important;
  top: 100% !important;
  margin-top: 1px;
  min-width: 100%;
}

.custom-modal .modal-content {
  border: none;
  border-radius: 0;
}

.custom-modal .modal-header {
  background-color: transparent;
  border: 0;
}

.custom-modal .modal-title {
  font-size: 20px;
  font-weight: 500;
}

.custom-modal .btn-close {
  opacity: 1;
}

.custom-modal .modal-body {
  padding: 24px;
}

.details-page .table-responsive table.table td:last-child,
.details-page .table-responsive table.table th:last-child {
  width: 130px !important;
}

.details-page .table-hover tbody tr:hover {
  color: #32363a;
  background-color: #ffffff;
}

/* .remove-right-pad .px-2 {
  padding-left: 0 !important;
} */

.radius-25 {
  border-radius: 0.25rem;
}

.pl-0.req-card {
  padding-left: 0 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.btn.property-click {
  min-width: initial;
}

.opp-remove:hover,
a.text-danger:hover {
  background-color: #e74a3b !important;
  color: #fff !important;
}

/*profile page*/
.avatar-upload {
  position: relative;
  height: 100%;
  background: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f1f1f1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.upload-profile {
  text-align: center;
  display: block;
  line-height: 28px;
}

.table-responsive table.table th.valid-min-100:last-child {
  min-width: 100px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}

.btn-primary.rounded-circle,
.btn-primary.billing {
  min-width: 0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #f8b445 !important;
    border-color: #f8b445 !important;
}

.max-100 {
  max-width: 100px;
}

.alert {
  font-size: 14px;
}

span.text-danger .help-block {
  font-size: 13px;
  text-transform: capitalize;
}

.prop-add-leads .row .dataTables_paginate .prop-add-leads .row .dataTables_info,
.prop-add-leads div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 0.85em;
}

.score-card-62 {
  height: 62.6px;
}

.lead-breadcrumb {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

button.btn.theme-color.font-14.font-weight-semibold.bg-transparent.d-flex.flex-wrap.align-items-center.pl-0.req-card.p-0 {
  padding: 0 !important;
  height: initial;
  line-height: initial;
}

.charges-table td {
  vertical-align: top;
  width: 13%;
}

.batch-box {
  display: inline-block;
  padding: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.batch-danger {
  color: #581d21 !important;
  background-color: #f9cfd2;
  font-size: 10px !important;
}

.small-batch {
  display: inline-block;
  padding: 10px !important;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.small-color {
  background-color: #fef7ea !important;
}

.call-msg {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 25px;
  color: #000;
  background-color: #e6e7ec;
  max-width: 600px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 15px 0;
  word-break: break-all;
  transform: rotate(180deg);
  direction: ltr;
}

.dropify-wrapper .dropify-message p {
  font-size: 21px;
}

.remove-button {
  background-color: transparent;
  border: none;
  box-shadow: initial;
  display: flex;
  align-items: center;
  padding: 0;
}

.remove-button:focus,
.remove-button:hover {
  outline: none !important;
  text-decoration: none;
}

table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before {
  content: "▾";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  content: "▴";
}

table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  opacity: 0.125;
  height: 9px;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

th.mw-130 {
  min-width: 120px;
}

th.mw-180 {
  min-width: 180px;
}

.action-ico:hover .action-table ul {
  padding: 5px !important;
}

.action-ico:hover .action-table ul a:hover {
  background-color: #1b1b1b;
  /* border-radius: 4px; */
  color: #fff !important;
    border-color: #1b1b1b;
}

td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
    right: 2px !important;
    margin-top: -7px !important;
}

.mh-auto {
  min-height: auto !important;
}

.grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.grid-match > * > :not([class*="w"]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}

.email-container {
  background-color: #f5f5f5;
}

.custom-input .custom-label:not(.error) {
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
  padding-left: 30px;
  position: relative;
  transition: all 0.2s ease;
}

.table-normal {
  border-color: #eeeeef;
}

.table-normal tr td,
.table-normal tr th {
  color: #1d2d3e;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 16px !important;
}

.table-normal thead tr th {
  white-space: nowrap;
  background-color: #fff;
  color: #1d2d3e;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 16px !important;
  width: 100px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 0px;
  line-height: 9px;
  font-size: 0.9em;
}

.attach-invoice-docx .attach-doc-previews img {
  width: 120px !important;
  height: 120px !important;
}

.error,
.errorbp input,
.bootstrap-select.form-control .btn-light.is-invalid,
.bootstrap-select.form-control.error .btn-light {
  border-color: #dc3545 !important;
}

.hasDatepicker.is-invalid.error {
  color: #000000;
}

/* .schedule-date.error {
    border-color: #d1d3e2 !important;
    border-bottom-color: #556b81 !important;
} */
/* .add_service span.error {
    display: none;
} */

.btn.d-inline-flex {
  justify-content: center !important;
}

.btn.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-primary .material-icons.d-block {
  display: inline-block !important;
  vertical-align: middle;
}

a.resyncButton.mw-auto {
  height: 34.33px;
}

.details-box a p {
  color: var(--bg-primary) !important;
}

.details-box a {
  text-decoration: none;
  font-size: 14px;
}

.table td.message-width {
  width: 35%;
  max-width: 500px;
}

.table td.event-width {
  width: 25%;
}

.details-page .table-responsive table.table th.action-column-width {
  width: auto !important;
}

.tooltip-top,
.tooltip-right,
.tooltip-bottom,
.tooltip-left {
  position: relative;
  outline: none;
}

.tooltip-top:before,
.tooltip-right:before,
.tooltip-bottom:before,
.tooltip-left:before {
  content: attr(data-title);
  padding: 8px 12px;
  color: #555;
  white-space: pre;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  z-index: 998;
  font-family: var(--bs-body-font-family);
  font-weight: bold;
}

.tooltip-top:after,
.tooltip-right:after,
.tooltip-bottom:after,
.tooltip-left:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.tooltip-top:before,
.tooltip-top:after,
.tooltip-right:before,
.tooltip-right:after,
.tooltip-bottom:before,
.tooltip-bottom:after,
.tooltip-left:before,
.tooltip-left:after {
  position: absolute;
  cursor: default;
  opacity: 0;
  background-color: #c5c5c5;
  pointer-events: none;
  transition: all ease-out 0.15s;
  box-shadow: none;
}

.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-left:hover:before,
.tooltip-left:hover:after {
  opacity: 1;
  margin: 0;
}

.tooltip-left:before {
  right: calc(100% + 8px + 4px);
  transform: translateY(-50%);
}

.tooltip-left:after {
  right: calc(100% + 3px + 4px);
  transform: translateY(-50%) rotate(-135deg);
}

.tooltip-left:before,
.tooltip-left:after {
  top: 50%;
  margin-right: -4px;
}

span.material-symbols-outlined.tooltip-left {
  color: var(--badge-warning);
}

.inbox-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.navbar .dropdown-list .badge-danger {
  color: #d52a1a;
  padding: 0;
}

.inbox-height {
  max-height: 320px;
  overflow: auto;
  padding: 0;
}

.attach-doc-previews .remove-file {
  display: none;
}

.topbar .dropdown-list .inbox-height .dropdown-item a {
  color: #333;
  text-decoration: none;
}

.topbar .dropdown-list .inbox-height .dropdown-item {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: initial;
}

.topbar .dropdown-list .inbox-height .dropdown-item .small {
  margin-top: 6px;
}

.inbox-header {
  font-size: 12px;
  font-weight: 400;
}

.inbox-header h6 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.inbox-header input {
  vertical-align: middle;
  margin-right: 4px;
}

.inbox-header a {
  text-decoration: none;
}

tr.read-mail-column td,
.read-mail-sec a,
.read-mail-sec span {
  font-weight: bold;
}

.read-mail-column {
    font-weight: bold;
}
.lighter-mail-column {
    font-weight: lighter;
}

.h-none-control .form-control {
  height: auto;
}

.text-right a.btn-primary span.material-symbols-outlined {
  vertical-align: middle;
}

span.material-icons.va-bottom.font-20 {
  vertical-align: middle;
}

.mail-lists p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 24px);
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mail-lists + span {
  min-width: 92px;
}

.topbar .dropdown .dropdown-menu.inbox-drop {
  min-width: 380px;
}

.mail-lists {
  width: 100%;
  max-width: calc(100% - 124px);
}

.mw-60 {
  min-width: 70px;
}

td a:hover,
a:focus {
  text-decoration: initial;
}

.details-box.oy-auto p {
  white-space: normal;
  overflow-y: auto;
  max-height: 75px;
}

#event-det h5.modal-title {
  min-height: 24px;
}

select.form-control option {
  color: #222;
  font-weight: normal;
}

select.form-control option:hover {
    color: #fff;
    font-weight: normal;
    background: #000;
}

select.form-control option:disabled {
  color: #fff;
  background-color: #bdbdbd;
}

.cursor-not-allowed {
  cursor: no-drop;
}

.mw-200 {
  min-width: 200px;
}

#callButton .bg-success {
  background-color: #4caf50 !important;
}

button.btn.btn-secondary.btn-default.bootbox-cancel {
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  color: var(--bg-black);
}

/* summernote editor */
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}

.note-editor .btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.note-editor .btn-group-sm > .btn,
.btn-sm {
  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 .dropdown-toggle::after {
  display: none;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
.swal2-confirm {
  border: 1px solid var(--bg-primary);
  border-radius: 0.25em;
  background: initial;
  background-color: var(--bg-primary) !important;
  color: #fff;
  font-size: 14px;
  width: 100%;
  min-width: 100px;
}

h2.swal2-title {
  font-family: "72W01";
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgb(8 84 160 / 47%) !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
}

.req-card .addButton button span.material-icons,
.req-card .removeButton button span.material-icons {
  font-size: 13px !important;
}

.req-card .addButton button,
.req-card .removeButton button,
.req-card .remove-prop-enq {
  width: 24px;
  height: 24px;
    padding: 4px !important;
}

/* .req-card .removeButton .text-danger {
    padding: 2px !important;
    padding: 4px !important;
} */

.req-card .removeButton .text-danger {
    padding: 5px !important;
    line-height: normal;
}

.mt-n4 {
  margin-top: -20px !important;
}

.page-section h5.fw-medium.text-black.mb-0.font-16.d-inline-block.no-margin {
  margin-bottom: 0 !important;
}

span.footable-toggle.fooicon.fooicon-plus {
  background-color: var(--bg-primary);
  opacity: 1;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
}

span.footable-toggle.fooicon.fooicon-minus {
  background-color: #18181B;
  opacity: 1;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
}

.table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px !important;
}

.fooicon-sort:before {
  content: "⇅" !important;
}

.fooicon-sort-desc:before {
  content: "↓" !important;
}

.fooicon-sort-asc:before {
  content: "↑" !important;
}

.col-12.user-comments {
  border-bottom: 1px solid #e3e6f0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.col-12.user-comments:last-child {
  border: 0;
  padding-bottom: 0;
}

.error_alignment label.error {
  position: absolute;
  width: 500px;
  bottom: -25px;
}

.main-tab::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.main-tab::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 35px;
}

.main-tab::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 35px;
  display: none;
}

.main-tab:hover::-webkit-scrollbar-thumb {
  background-color: #c5c3c2;
  border-radius: 35px;
  display: block;
}

table.dataTable > tbody > tr.child ul.dtr-details > li.text-center {
  text-align: left !important;
}

table.text-nowrap td {
  white-space: nowrap;
}

.modal.note-modal .modal-header {
  display: block !important;
}

.page-switch {
  height: 35px;
}

.card-head-style {
  background-color: #c3d4e4;
  font-size: 14px;
  font-weight: bold;
  padding: 16px !important;
}

.hidden-row {
  display: none;
}

.hidden-row td {
  background-color: #f5f5f5 !important;
}

.parking-checkboxes {
  max-height: 50px;
  overflow-y: auto;
  padding: 5px;
  border: 1px solid #d1d3e2;
}

.parking-checkboxes::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.parking-checkboxes::-webkit-scrollbar-track {
  background: #e9e9e9;
}

.parking-checkboxes::-webkit-scrollbar-thumb {
  background: #c5c3c2;
}

.parking-checkboxes p {
  margin-bottom: 5px;
}

.ml-90 {
  margin-left: 90px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #d1d3e2 !important;
  border-radius: 0.25rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}

.mt-32 {
  margin-top: 32px;
}

.lh-23 {
  line-height: 23px;
}

.text-gray-200 {
  color: rgba(0, 0, 0, 0.2);
}

.menu-color {
  color: #32363a;
    font-size: 14px;
    font-weight: 600;
}

footer.version {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #fff !important;
  z-index: 1;
  padding: 12px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 0px,
    rgba(0, 0, 0, 0.05) 0px 0px 1px 0px;
}

footer.version span {
  font-size: 11px;
  line-height: 1.5;
}

.sap-left-text {
  text-align: left;
}

@media (max-width: 767.68px) {
  .sap-left-text {
    text-align: center;
  }
}

body #content-wrapper #content > .container-fluid {
  padding-bottom: 57px;
}

.radius-12 {
  border-radius: 12px;
}

.form-check-input {
  border: 1px solid #556b81;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}
.form-check-input.eviction {
  width: auto;
  height: auto;
}

.form-check-input:checked {
  background-color: #18181B;
  border-color: #18181B;
}

.btn-secondary {
  color: #000;
  background-color: var(--bg-secondary);
  border-color: var(--bg-secondary);
  height: 40px;
}

.btn {
  border-radius: 6px;
}

.errorbp label {
  line-height: 1;
}

@media (max-width: 575px) {
    .menu-color {
        display: block;
        padding-left: 1rem;
        font-size: 11px;
    }

    .menu-line {
        display: none;
    }
}

@media (max-width: 575.8px) {
  .menu-color {
    display: block;
    padding-left: 6px;
    font-size: 8px;
    min-width: 81px;
  }
}

table.dataTable {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  body #content-wrapper #content > .container-fluid {
    padding-bottom: 107px;
  }
}

@media (min-width: 768px) and (max-width: 800.98px) {
  body #content-wrapper #content > .container-fluid {
    padding-bottom: 67px;
  }
}

.error-emailclass {
  border-color: #dc3545 !important;
}

.remove-sort-ioc .dropdown.payment-drop-nav {
  top: 0;
}

.mw-50 {
  min-width: 50px;
}

.lh-23 {
  line-height: 23px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #18181B !important;
  color: #fff !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: #e9ecef !important;
  color: #000 !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #18181B !important;
  color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 !important;
    display: inline-block;
    margin-left: -9px !important;
    margin-top: 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: 9px !important;
    width: 16px !important;
    filter: grayscale(100);
    background-repeat: no-repeat;
    background-image: url("../img/theme-arrow.png");
    background-size: 14px;
    background-position: 97% center;
}

.select2-results__option {
  padding: 0.25rem 1rem !important;
}

.info-warning {
  color: #ffa800;
}

.pending-business-bg {
  background-color: #cfdce9;
}

.was-validated .errorbp .form-control:valid {
  background-image: initial;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:not(.collapsed) i {
  transform: rotate(180deg);
}

.amount-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  font-size: 20px;
}
.rating-row .fa-chevron-down[aria-expanded="true"] {
  transform: rotate(180deg); /* Pointing up */
}
.rating-row .fa-chevron-down.collapsed[aria-expanded="false"] {
  transform: rotate(0deg); /* Pointing down */
}
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1071;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.version-tabs {
  background-color: #fff;
  padding: 0px 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  flex-grow: 1;
  margin: 0;
  padding-bottom: 0;
  flex-wrap: nowrap !important;
  border-bottom: none !important;
}
.version-tabs.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 30px;
}
/* .version-tabs.nav-tabs .nav-item .nav-link {
    white-space: nowrap;
  } */
.version-tabs.nav-tabs .nav-item.show .nav-link,
.version-tabs.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3388de;
  border-color: transparent;
}
.version-tabs.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-container {
  display: flex;
  align-items: center;
}
.nav-arrow-left,
.nav-arrow-right {
  background-color: #d9d9d9;
  border: none;
  font-size: 32px;
  cursor: pointer;
  height: 53px;
}
.nav-arrow-left:focus,
.nav-arrow-right:focus {
  outline: none;
}
.version-tabs.lead-ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.page-section .table tr td {
    white-space: nowrap;
}

.secondary-tenant-div .intl-tel-input .selected-flag {
    height: 37px !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code.error {
    padding-top: 0;
}

.mobile-plus, .email-plus {
    display: inline-block;
    text-decoration: none;
    color: #18181B;
    cursor: pointer;
    text-align: center;
    border: 1px solid #18181B;
    border-radius: 50%;
}

.mobile-plus:hover ,
  .email-plus:hover {  text-decoration: none;
    background-color: #18181B;
    color: #fff;
    border-color: #18181B;
}

.mobile-remove,
  .email-remove {  display: inline-block;
    text-decoration: none;
    color: #e74a3b;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e74a3b;
    border-radius: 50%;
}

.mobile-remove:hover,.email-remove:hover {
    text-decoration: none;
    background-color: #e74a3b;
    color: #fff;
}

.mobile-remove span,
.mobile-plus span,
.email-remove span,
.email-plus span{
    font-size: 20px !important;
}

.table-container {
    color:#fff;
  }

.filter-option {
  line-height: 24px;
}
.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  content: "keyboard_arrow_down";
  border: 0 !important;
  font-family: "Material Icons";
  font-size: 18px;
}
.bootstrap-select .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  color: #3f3f3f;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

table.new tbody.custom-scroll tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.new tbody.custom-scroll {
    display: block;
    max-height: 270px;
    overflow-y: auto;
    width: 100%;
}

table.new tbody.custom-scroll::-webkit-scrollbar {
  width: 4px;
}

table.new tbody.custom-scroll::-webkit-scrollbar-track {
  background: #ffffff;
}

table.new tbody.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
}

table.new tbody.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

table.new {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table.new thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.oy-auto {
  display: block;
  max-height: 270px;
  overflow: auto;
  width: 100%;
}

.oy-auto::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.oy-auto::-webkit-scrollbar-track {
  background: #ffffff;
}

.oy-auto::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
}

.oy-auto::-webkit-scrollbar-thumb:hover {
  background: #555;
}

canvas {
  cursor: pointer;
}

.lightbox-slide img {
    object-fit: cover;
    object-position: center;
    max-height: 600px;
}

.ekko-lightbox .modal-header {
    display: block !important;
    z-index: 1;
    padding: 0;
}

.ekko-lightbox h4.modal-title {
    display: none;
}

.ekko-lightbox .modal-header .close {
    padding: 0;
    background: #000;
    opacity: 1;
    font-weight: normal;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0;
    position: absolute;
    top: 0;
    color: #fff;
    line-height: 14px;
    font-size: 20px;
}

h4.enroll-price {
    color: #F6A41C;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.92px;
}

.custom-switch .custom-control-label::after {
    top: calc(.12rem + 2px);
}

.addButton.d-inline {
    /* margin-bottom: 10px; */
    height: initial;
    display: inline-block !important;
}

.addButton.d-inline button,
.removeButton button {
    width: 24px;
    height: initial;
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
    color: #fff;
    font-size: 13px;
}

.addButton.d-inline button:hover {
    background-color: #FBA23C;
    border-color: #FBA23C;
    color: #18181B;
}

.removeDay.d-inline {
    display: flex !important;
    justify-content: end;
}

.removeDay .btn {
    display: flex;
}

.removeDay .btn-outline-danger:hover {
    color: white !important;
}

star {
    color: #dc3545 !important;
}

.form-control.error {
    color: #131e29 !important;
    margin-bottom: 6px;
}

.community_documents.clear_input.clear_error.error {
    padding-top: 0px !important;
    line-height: normal;
}

th .intl-tel-input .selected-flag {
  height: 100% !important;
}
.intl-tel-input .selected-flag {
  height: 37px !important;
}

.custom-table td {
  white-space: normal;
}
/* Popup styling */
.floating-call-popup {
  position: fixed;
  bottom: 80px; /* Adjust for button below */
  right: 20px;
  width: 250px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none; /* Initially hidden */
  z-index: 1000;
}

.popup-header {
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header .close-btn {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.popup-body {
  padding: 15px;
  text-align: center;
}

.call-btn {
  background-color: #28a745;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
}

.call-btn:hover {
  background-color: #218838;
}

/* Floating button styling */
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.floating-button:hover {
  background-color: #0056b3;
}
.min-w-100 {
  min-width: 100%;
}

.details-sec-new li {
  text-transform: capitalize;
}
.req-card .form-group {
    position: relative;
    margin-bottom: 20px;
}

.req-card .form-group label {
    margin-bottom: 5px;
    display: inline-block;
}

.req-card .form-group input,
.req-card .form-group select {
    width: 100%;
    box-sizing: border-box;
}

.req-card .form-group span[id$="_err"] {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: red;
    font-size: 0.875em;
    display: block;
    width: 100%;
}

.custom-switch {
    padding-left: 2.9rem;
}

.was-validated #master-list.form-control:valid,
.was-validated #selected-list.form-control:valid{
    background-image: none !important;
    border-color:#E3E2DD;
}

  .bootstrap-select .error {
  position: absolute;
  top: 100%;
  color: #dc3545; /* Bootstrap's error color */
}
.contact-collapse[aria-expanded="true"] {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* Optional: smooth rotation */
}
.contact-collapse.collapsed[aria-expanded="false"] {
  transform: rotate(0deg); /* Rotate back when collapsed */
}
li.setPage.page-item.disabled a{
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 0 !important;
}
.pagination-controls button {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bg-primary);
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin: 0 2px;
  color: var(--bg-primary) !important;
  background-color: #fff;
}

.pagination-controls {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.pagination-controls .page-btn.active {
  background-color: var(--bg-primary) !important;
  border-color: var(--bg-primary) !important;
  color: #fff !important;
}

.filter-inputs th .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  display: block;
}
.dt-row.new-row {
  overflow-x: auto;
  overflow-y: auto;
  height: 320px;
}

.card.accord-card.accordion-error {
  box-shadow: inset 0px 0px 0px 1px #dc3545 !important; /* Red shadow */
  border-radius: 5px !important; /* Optional for better visuals */
}
.performance_filter.bootstrap-select .dropdown-menu li a span.text {
  white-space: normal;
  word-break: auto-phrase;
}
.dropdown.bootstrap-select.form-control.legal_case_dropdown {
  z-index: 1001;
}
.navbar-nav .dropdown-menu {
  z-index: 1002;
}
table.footable>thead>tr>th.footable-sortable{
    padding-right: 25px !important;
}
span.required {
  color: red !important;
}

.modal-overflow-hidden {
  overflow: hidden !important;
}
.dropdown-item.active .fas{
  color: #fff !important;
}
.bootstrap-select .dropdown-menu li,
.bootstrap-select .dropdown-menu li a {
  padding-top: 3px;
}
.action-ico > div >a {
  margin-right: 5px;
}
.action-ico > div >a:last-child {
  margin-right: 0px;
}
.fc .fc-timegrid .fc-daygrid-body {
  z-index: 1;
}
.charge_value_wid{
  width: 100px;
}
.date-range-new .daterangepicker .drp-calendar.right {
  padding: 8px 0 !important;
}
.date-range-new .daterangepicker {
  top: 52px !important;
}
.mw-150 {
  min-width: 150px;
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
  .nav-menu.navbar-dark .navbar-nav .nav-link {
    padding: 10px 7px;
  }
}
.date-range-new .daterangepicker.opensright:before,
.date-range-new .daterangepicker.opensright:after {
  left: 190px;
}
table.table-bordered.dataTable {
  border-right-width: 1px;
}
.input-group-text{
  background: #e5e5e5 !important;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  white-space: normal;
  word-break: auto-phrase;
}
.box-height {
  min-height: calc(100vh - 400px);
}
.data-columns-picker {
  width: 180px !important;
}
.email_more_sec .form-group.error {
    padding-top: 0 !important;
}
.readonly_datepicker[readonly] {
    background-color: inherit;
    opacity: 1;
}
.card-header:first-child {
    border-radius: 12px;
}
.select-contact-modal .table th {
  vertical-align: baseline;
}
 .was-validated .unit_br.bootstrap-select select:invalid+.dropdown-toggle{
  border-color: #dc3545  !important;
}
span.badge.badge-counter.notificationCount.border-danger.mail {
    right: 0 !important;
    background-color: red !important;
    color: #fff !important;
    padding: 2px 4px !important;
    border-radius: 6px !important;
    width: auto !important;
}
.form-check-input.rep-check-box{
    top: -40px !important;
}
@media (max-width: 767px) { /* For small devices */
  .responsive-height {
      height: auto !important;
  }
}

@media (min-width: 992px) { /* For medium devices and larger */
  .responsive-height {
      height: 100% !important;
  }
}
@media (max-width: 576px) { /* For small devices */
  .label-container {
    left: -100px !important;
  }
}

.select2-container {
  width: 100% !important;
}
@media (min-width: 1920px) {
    .prop-req-modal .modal-xl {
        max-width: 100%; /* Adjust width as needed */
    }
}
.property_filter.dropdown .dropdown-menu {
  color: #3f3f3f;
  height: 250px;
}
.scrollspy-example .page-section.lead-det .offer_doc_lists .card {
  min-height: initial !important;
}
.v-scroll-table {
  max-height: 300px;
  min-height: 100px;
  overflow: auto;
}
.is-invalid {
  border-color: #dc3545 !important;
}
.invalid-feedback {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}
.upload-btn-wrapper input {
  color: #000 !important;
}
.upload-btn-wrapper.error input {
  color: red !important;
}
.nav-scroll {
    max-width:calc(100vw - 130px);
    overflow-x: auto;
    margin:0 auto;
}
.nav-scroll li{
  position: static;
}
.nav-scroll::-webkit-scrollbar {
  display: none;
}
.d-hide{
  display: none;
}
.nav-scroll .dropdown-menu.show {
  top: 40px !important;
  overflow: auto;
  max-height: 300px;
}
.scroll-arrow {
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
}
.scroll-arrow span {
    font-size: 26px !important;
    line-height: 31px;
    display: inline-block;
    vertical-align: top;
}
.scroll-arrow.scroll-left {
    position: absolute;
    left: 5px;
}
.scroll-arrow.scroll-right {
    position: relative;
    right: 5px;
}
@media(max-width:1200px){
  .nav-scroll{
    max-width: 100%;
  }
}
.email-p-m-none p{
  margin: 0 !important;
}
.dropdown .dropdown-menu .inner.show{
  max-height: 250px !important;
}
table td .dropdown .dropdown-menu .inner.show .dropdown-menu.inner.show {
    max-height: 130px !important;
    min-width: 200px;
    min-height: 130px !important;
}
.hide-transform-table .col-sm-12.overflow-auto {
    min-height: 270px;
}
/*.hide-transform-table .dropdown-menu.show {
    transform: initial !important;
}*/
table .property_filter.dropdown .dropdown-menu .inner.show {
    max-height: 160px !important;
}
table .property_filter.dropdown .dropdown-menu {
    height: 230px;
}

.tenant-name-validation {
    direction: rtl;      /* Text typed by user aligns right */
    text-align: left;    /* Placeholder aligns left */
}

/* Optional: Keep placeholder left-aligned */
.tenant-name-validation::placeholder {
    text-align: left;
    direction: ltr;
}