body{
  font-size: 16px;
  font-family: Calibri, sans-serif;
  color: #626367;
  background-color: #E5E5E5;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgb(193 193 193);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.deleteFrontImage{
    position: absolute;
    top: 66px;
    left: 0px;
    color: red;    
}

h1{
  font-size: 34px;
  font-weight: normal;
  color: #004A8B;
}
h2{
  font-size: 26px;
  font-weight: bold;
  color: #004A8B;
}
h3{
  font-size: 20px;
  font-weight: bold;
  color: #009FEE;
  margin-bottom: 5px;
}
h4{
  font-size: 18px;
  font-weight: bold;
  color: #626367;
  margin-bottom: 5px;
}
.btn{
  cursor: pointer;
}
.btn-primary{
  min-width: 146px;
  background-color: #004A8B;
  border-color: #004A8B;
  color:#fff;
  border-radius: 8px;
  padding: 9px 15px;
}
.btn-primary:hover{
  background-color: #009FEE;
  border-color: #009FEE;
}
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active, .btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    color: #fff;
  background-color: #009FEE;
  border-color: #009FEE;
  box-shadow: 0 0 0 0 rgb(49 132 253 / 50%);
}
.btn-secondary{
  min-width: 146px;
  background-color: #626367;
  border-color: #626367;
  color:#fff;
  border-radius: 8px;
  padding: 9px 15px;
}
.btn-secondary:hover{
  background-color: rgba(98, 99, 103, 0.7);
  border-color: rgba(98, 99, 103, 0.7);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #004A8B;
    border-color: #004A8B;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #626367;
    border-color: #626367;
}
.form-control{
  border-radius: 10px;
  border-color: #E3E3E3;
  color: #626367;
  padding: 12px;
}
.form-select{
  border-radius: 10px;
  border-color: #E3E3E3;
  color: #626367;
  padding: 12px 2.25rem 12px 12px;
  font-size: 1rem;
}
.input-group-text {
    border-color: #e3e3e3;
    border-radius: 10px;
    background-color: transparent;
}
.form-control:focus {
  border-color: #E3E3E3;
  color: #626367;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}


/*--Login-start--*/
.login{
  min-height: 100vh;
  width: 100%;
  background-color: #004A8B;
}
.login-box{
  background-color: #fff;
  width: 100%;
  max-width: 715px;
  min-height: 100vh;
  -webkit-box-shadow: 7px 0px 15px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 7px 0px 15px 0px rgba(0,0,0,0.52);
  box-shadow: 7px 0px 15px 0px rgba(0,0,0,0.52);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px 0;
}
.login-main{
  height: auto;
  max-width: 430px;
  width: 90%;
}

.login-main .input-group>.form-control{
  border-right: 0;
  border-radius: 5px;
}
/*.login-main .input-group>.input-group-text,
.login-main .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  border-radius: 5px;
}*/

.login-main .form-label{
  font-size: 12px;
}
.login-main h1 {
  font-size: 32px;
    font-weight: bold;
}
.login-main .btn-primary {
  width: 170px;
}
/*--Login-end--*/

/*--Dashboard-start--*/
/*--header-start--*/
header{
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  z-index: 77;
  position: relative;
}
.userProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.userPhoto{
  height: 49px;
  width: 49px;
  background-color:#004A8B ;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  margin-right: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userDetails .userName{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userDetails .userEmail{
  width: 100%;
  font-size: 11px;
}
.userArrow{
  margin-left: 10px;
}
.userMenu .dropdown-menu{
    top: 85px;
    right: 0;
    left: inherit;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.userMenu .dropdown-menu ul{
  list-style: none;
}
.userMenu .dropdown-menu:before {
    top: -20px;
    position: absolute;
    content: "";
    width: 21px;
    height: 5px;
    border-bottom: solid 20px rgb(255 255 255);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    left: 50%;
    transform: translate(-50%, 0);
}
.userMenu .dropdown-menu .dropdown-item {
    text-align: center;
}
/*--header-end--*/
/*--left-menu-start--*/
.leftMenu {
    background: #004A8B;
    min-height: calc(100vh - 83px);
    width: 280px;
    position: relative;
    z-index: 78;
}
.leftMenu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.leftMenu ul li{
  width: 100%;
}
.leftMenu ul li a{
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #DAD9DE;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
}
.leftMenu ul li a.active,
.leftMenu ul li a.router-link-active{
  background-color: #009FEE;
}
.leftMenu ul li a i{
  width: 31px;
}
.leftMenu ul li a span{
  width: calc(100% - 31px);
  font-size: 17px;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
}
.activeMenu .leftMenu {
    width: 65px;
}
.activeMenu .leftMenu ul li a span {
    display: none;
}
.activeMenu .leftMenu ul li a:hover span{
    display: block;
    position: absolute;
    left: 50px;
    width: 150px;
    padding: 15px 15px;
    background: #004a8b;
}
/*--left-menu-end--*/
/*--main-start--*/
.leftMenu ~ .main {
    width: calc(100% - 280px);
    height: calc(100vh - 83px);
    overflow: auto;
}
.activeMenu .leftMenu ~ .main {
    width: calc(100% - 65px);
}
.dashboard-widgets .card{
  border: 1px solid #077ED3;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 0px 0px #077ED3;
    -moz-box-shadow: 0px 5px 0px 0px #077ED3;
    box-shadow: 0px 5px 0px 0px #077ED3;
}
.dashboard-widgets .card-body{
  display: flex;
}
.dashboard-widgets .card-body i{
  width: 70px;
  height: 70px;
}
.dashboard-widgets .widgets-content{
  text-align: right;
  width: 100%;
}
.widgets-amount{
  font-size: 50px;
  font-weight: bold;
  color: #007DCD;
  line-height: 1;
}
.widgets-label{
  font-size: 18px;
  color: #007DCD;
}
.dashboard-widgets-2 .card{
  border: 1px solid #7DBC26;
    -webkit-box-shadow: 0px 5px 0px 0px #7DBC26;
    -moz-box-shadow: 0px 5px 0px 0px #7DBC26;
    box-shadow: 0px 5px 0px 0px #7DBC26;
}
.dashboard-widgets-2 .card .widgets-amount{
  color: #7DBC26;
}
.dashboard-widgets-2 .card .widgets-label{
  color: #7DBC26;
}
.dashboard-widgets-3 .card{
  border: 1px solid #E95D48;
    -webkit-box-shadow: 0px 5px 0px 0px #E95D48;
    -moz-box-shadow: 0px 5px 0px 0px #E95D48;
    box-shadow: 0px 5px 0px 0px #E95D48;
}
.dashboard-widgets-3 .card .widgets-amount{
  color: #E95D48;
}
.dashboard-widgets-3 .card .widgets-label{
  color: #E95D48;
}
.dashboard-tables .card,
.form-box .card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.dashboard-tables .card .card-header:first-child,
.form-box .card .card-header:first-child {
    border-radius: 0;
    background: #fff;
    border-color: #707070;
}
.dashboard-tables .card .card-header h2,
.form-box .card .card-header h2 {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.dashboard-tables .card .card-header .btn-primary{
    width: auto;
    min-width: auto;
    padding: 5px 15px;
}
.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.propertyDashboard>:not(:first-child) {
    border-top: 1px solid #707070;
}
.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.propertyDashboard tr th,
.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.propertyDashboard tr td {
    color: #707070;
    background-color: transparent;
}
.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.table-striped.propertyDashboard>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(0, 0, 0, 2%);
}
/*.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.propertyDashboard tr th:first-child,
.dashboard-tables .card .card-body #propertyDashboard_wrapper .table.propertyDashboard tr td:first-child {
  padding-left: 0;
}*/
#propertyDashboard_filter,
#propertyDashboard_info,
#propertyDashboard_paginate{
    display: none;
}
.dataTables_info,
.dataTables_paginate{
    width: 50%;
    display: inline-block;
}
/*--main-end--*/
/*--Dashboard-end--*/

/*--breadcrumb-start--*/
.breadcrumb-main{
  margin: -1.5rem -1.5rem 2.5rem -1.5rem;
  padding: 18px 1.5rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.breadcrumb-main .breadcrumb{
  margin-bottom: 0;
}
.breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    color: #004a8b;
    font-size: 15px;
    line-height: 1.7;
}
.breadcrumb-main .breadcrumb-item a {
    color: #004a8b;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.breadcrumb-main .breadcrumb-item span {
    color: #626367;
    font-size: 18px;
}
/*--breadcrumb-end--*/

/*--property-start--*/
.dashboard-tables div.table-responsive>div.dataTables_wrapper>div.row:first-child>div[class^=col-]:first-child {
    padding-right: 0;
    order: 2;
}
div.table-responsive>div.dataTables_wrapper>div.row:first-child>div[class^=col-]:last-child {
    padding-left: 0;
    order: 1;
}
.dashboard-tables .dataTables_length{
    text-align: right;
}
.dashboard-tables div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    float: left;
}

.dashboard-tables .card .card-body .table.dataTable tr th {
    color: #707070;
    background: #009FEE;
    color: #fff;
}
.dashboard-tables .card .card-body .table.dataTable tr th:first-child,
.dashboard-tables .card .card-body .table.dataTable tr td:first-child {
    padding-left: 0.5rem;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    color: #004A8B;
    opacity: .5;
}
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 {
    right: 19px;
    transform: translate(0, -50%);
    top:50%;
    bottom: inherit;
}
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 {
    right: 10px;
    transform: translate(0, -50%);
}
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: 1;
}
.dashboard-tables .card .card-body .table.dataTable tr th, .dashboard-tables .card .card-body .table.dataTable tr td {
    border-color: rgba(112,112,112,10%);
    white-space: nowrap;
}
.dashboard-tables .card .card-body .table.dataTable tr td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard-tables .card .card-body .page-item .page-link {
    margin: 0 2px;
    border-radius: 7px;
/*    padding: 0.175rem 0.75rem;*/
}
.dashboard-tables .card .card-body .page-link {
    color: #707070;
    font-size: 14px;
}
.dashboard-tables .card .card-body .disabled .page-link {
    color: #707070;
    background: #F8F8F8;
}
.dashboard-tables .card .card-body .page-item.active .page-link {
    background-color: #004a8b;
    border-color: #004a8b;
    color: #fff;
    margin: 0 2px;
    border-radius: 7px;
/*    padding: 0.175rem 0.75rem;*/
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .next a:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f061";
    margin-left: 10px;
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .previous a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f060";
    margin-right: 10px;
    font-size: 12px;
}
.dashboard-tables .card .card-body .form-select,
.dashboard-tables .card .card-body .form-control {
    padding-top: 7px;
    padding-bottom: 7px;
}
.dataTables_length,
.dataTables_filter{
    display: inline-block;
    width: 50%;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*--property-end--*/

/*--form-start--*/
.form-box .form-label {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}
.card .row > *,
.login-box .row > *{
  position: relative;
}
.has-error .form-control {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
label.error,
.has-error small {
  color: #fff;
  display: none !important;
  background: red;
  padding: 1px 10px;
  border-radius: 5px !important;
  width: auto;
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 77;
  top: calc(100% - 10px);
}
.login label.error {
    top: calc(100% - -5px);
    left: 0;
    width: 100%;
}
.has-error.input-group{
    position: relative;
}
.has-error.input-group small {
    left: 0px;
    width: 100%;
    top: calc(100% + 6px);
    bottom: inherit;
}
#subReportUpdate .has-error select ~ small {
    top: calc(100% + 6px);
}
#subReportUpdate .has-error.currency-input small {
    top: calc(100% + 6px);
}
.col-md-4 .select2-container {
    width: 100% !important;
}
.has-error:hover small,
.has-error .form-control:hover ~ small,
.has-error .form-select:hover ~ small,
.form-control.error:hover ~ label.error,
.form-select.error:hover ~ label.error {
  display: inline-block !important;
}
.has-error small:before,
label.error:before {
  left: 24px;
  transform: translate(-9px, 0px);
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  top: -6px;
  border-width: 0 0.4rem 0.4rem;
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #f00;
}
input.error,
input.error:focus,
.has-error input,
.has-error input:focus{
    border-color: red;
}
input.error ~ .input-group-text{
    border-color: red;
}
input.error ~ .input-group-text svg path{
    fill: red;
}
.has-error input ~ .input-group-text{
    border-color: red;
}
.has-error input ~ .input-group-text svg path{
    fill: red;
}
.has-error .select2-container--default .select2-selection--single{
    border-color: red;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 1.25rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.text-error {
  color: red;
}
/*--form-end--*/
div.dataTables_processing {
    background: #fff;
    z-index: 7;
}
div.dataTables_processing>div:last-child>div {
    background: #004A8B;
}
div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0;
    margin-bottom:7px;
}
table.dataTable {
    border-collapse: collapse !important;
    table-layout: fixed;
    word-wrap: break-word;
    margin-top: 0 !important;
}
.table.dataTable>:not(:first-child) {
    border-top: 0;
}
.table.dataTable>:first-child {
    border-top: 0;
}
.table-bordered.dataTable>:not(caption)>* {
    border-width: 0px 0;
}


/*--add-report--start--*/
.report-form .accordion-item {
    border: 0;
}
.custom-file-button input[type=file] {
  margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}
.custom-file-button:hover label.btn-primary {
    background-color: #009FEE;
    cursor: pointer;
}
.input-group .btn-primary {
    border-radius: 10px;
    padding: 11px 15px;
}
.report-form .accordion .accordion-item i{
    font-size: 18px;
    font-family: Calibri, sans-serif;
    color: #fff;
    background-color: #004A8B;
    border:5px solid #E2E2E2;
    height: 48px;
    width: 48px;
    display: inline-block;
    border-radius: 100%;
    font-style: normal;
    padding: 8px 0;
    text-align: center;
}
.report-form .accordion .accordion-item .accordion-header span{
    font-size: 26px;
    font-family: Calibri, sans-serif;
    color: #626367;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 10px;
    vertical-align: middle;
}
.accordion .accordion-item{
    position: relative;
    min-height: 70px;
}
.accordion .accordion-item:before {
    height: 100%;
    content: '';
    display: inline-block;
    width: 2px;
    background: #E2E2E2;
    position: absolute;
    top: 0;
    left: 24px;
}
.accordion .accordion-item:last-child:before {
    display: none;
}
.accordion .accordion-body {
    background: rgba(188, 203, 219, 20%);
}
.accordion-header {
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
    cursor: pointer;
}
.form-select-currency,
.col-md-6 .form-select-currency + .select2{
    width: 95px !important;
}
.col-option{
    max-width: 90px !important;
}
.col-md-6 .form-select-unit + .select2 {
    width: 78px !important;
}
.input-group .select2 .select2-selection{
    border-radius: 0;
}
.input-group .select2:last-child .select2-selection{
    border-radius: 0 10px 10px 0;
}
 .form-box .accordion .accordion-body .card {
    border: 1px solid #E1E1E1;
    box-shadow: unset;
    background: rgba(255, 255, 255, 50%);
}
 .form-box .accordion .accordion-body .card {
    border: 1px solid #E1E1E1;
    box-shadow: unset;
    background: rgba(255, 255, 255, 50%);
}
.propertyTimeLine h4:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 7px;
    background-color: #00B0F0;
    margin-left: 10px;
    vertical-align: middle;
}
.propertyTimeLine-CE h4:after{
    background-color: #005698;
}
.dragImages {
    position: relative;
    background-color: #F5F6FA;
    border: 1px solid #E1E1E1;
    padding: 15px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.dragImagesBoder{
    padding: 50px;
    border-color: #C2CDDA;
    border-width: 2px;
    border-style: dashed;

}
.has-error .dragImagesBoder {
    border-color: red;
}
.collapsed.btn-primary {
    min-width: 146px;
    background-color: #004A8B;
    border-color: #004A8B;
    color: #fff;
    border-radius: 8px;
    padding: 9px 15px;
    margin-left: 20px;
}

    #imgUpload {
        display: none;
    }
    #gallery {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
    }

    #gallery > div{
        width: calc(20% - 10px);
        margin: 5px;
        position: relative;
    }

    #gallery > div img{
        width: 100%;
        object-fit: cover;
        height: 100%;
        max-height: 100px;
    }
    #gallery > div span{
        position: absolute;
        right: 5px;
        top: 5px;
        height: 6px;
        width:6px;
        border-radius: 100%;
        background:rgba(0, 0, 0, 0.8) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat ;
        background-size: 80%;
        border: 3px solid rgba(0, 0, 0, 0.8);
    }
    #gallery .fName,
    #gallery .fSize {
        display: block;
    }
    #gallery .fName {
        color: brown;
    }
    #gallery .fSize {
        font-size: .8em;
    }
    #gallery .fType {
        font-size: .7em;
    }
/*--add-report--end--*/

.modal-content {
  border: 0;
  border-radius: 10px;
}
.modal-footer {
  justify-content: space-between;
}
.modal-lg{
  max-width: 630px;
}
.deleteMsg{
  text-align: center;
}
.deleteMsg img{
  margin-right: 20px;
  width: 39px;
}
.deleteMsg span{
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;

}

.main{
  position: relative;
}
.alert-msg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}


header .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.text18{
    font-size: 18px;
}
.col-md-6 .select2{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
}
.select2-dropdown {
    border: 1px solid #E3E3E3;
    border-radius: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626367;
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #626367 #626367 transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px;
    transform: rotate(130deg);
    margin-left: -9px;
    margin-top: -6px;
}
.dashboard-tables .card .card-body .table.dataTable tr td:last-child {
    white-space: nowrap;
}
.activeMenu .leftMenu ul li a.active:hover span {
    background-color: #009FEE;
}
.navbar-nav .dropdown-menu{
    position: absolute;
}/*---Client-dashboard-start---*/
.clientDashboardTable{
    border-spacing: 0 10px;
    border-collapse: separate;
    width: calc(100% - 14px);
    margin: 0 7px;
    min-width: 991px;
}
.table.clientDashboardTable tbody tr {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    border-radius: 5px;
}
.table.clientDashboardTable tbody tr td{
    font-size: 18px;
    color: #37424A;
    font-weight: bold;
    line-height: 1;
}
.table.clientDashboardTable tbody tr td span{
    font-size: 18px;
    color: #37424A;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    display: inline-block;
}
.table.clientDashboardTable tbody tr td label{
    font-size: 14px;
    color: #CBCBCB;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    vertical-align: 2px;
    line-height: 27px;
    white-space: nowrap;
}
.btnReportView{
    max-width: 176px;
}
.noRecords{
    max-width: 450px;
}
.noRecords .card {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}
.noRecords .card .card-header {
    padding: 45px 15px;
    background-color: #004A8B;
    border:0;
}
.noRecords .card .card-header img {
    width: 120px;
}
.noRecords .card .card-body {
    padding: 2rem;
}
.noRecords .card .card-body h3{
    color: #004A8B;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.noRecords .card .card-body p{
    color: #707070;
    font-size: 16px;
    margin-bottom: 20px;
}
.noRecords .card .card-body p a{
    color: #004A8B;
    text-decoration: none;
}
.report{
    background-color: #fff;
}
.menu{
    background-color: #004A8B;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    position: relative;
    z-index: 7;
}
.menu .row{
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0;
}
.menu .row li{
    padding: 0;
}
.menu .row li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.reportSearchHeader{
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    position: relative;
    z-index: 6;
}
.reportSearchHeader .btnReportView {
    max-width: 240px;
}
.btnDowloadPDF img{
    width: 55px;
    margin: -9px 0 -7px 8px;
}
.reportName{
    font-size: 24px;
    color: #004A8B;
    font-weight: bold;
}
.reportData h1{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #004A8B;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #004A8B;
}
.reportData h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #00AEEF;
    margin-bottom: 20px;
    padding-bottom: 3px;
    color: #00AEEF;
    width: auto;
    display: inline-block;
}
.report-widgets .card{
    background: #F6F8F9;
    border-radius: 15px;
    border: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    margin-bottom: 20px;
}
.report-widgets .card .card-body{
    padding: 15px;
}
.report-widgets-body{
    display: flex;
    width: 100%;
    align-items: center;
}
.report-widgets-content{
    width: 100%;
}
.report-widgets-content label{
    width: 100%;
    font-size: 16px;
}
.report-widgets-content span{
    width: 100%;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}
.reportBlue.reportData{
    background-color: #004A8B;
}
.reportBlue.reportData h1{
    border-bottom: 2px solid #fff;
    color: #fff;
}
.reportBlue.reportData h1 span{
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
}
.reportBlue.reportData h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
}
.reportSkyBlue.reportData{
    background-color: #009FEE;
}
.reportSkyBlue.reportData h1{
    border-bottom: 2px solid #fff;
    color: #fff;
}
.reportSkyBlue.reportData h1 span{
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
}
.reportSkyBlue.reportData h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
}
.reportBlue.reportData p,
.reportSkyBlue.reportData p {
    color: #fff;
}
.reportSkyBlue .slick-prev {
    left: 25px;
    z-index: 77;
    height: 36px;
    width: 36px;
}
.reportSkyBlue .slick-next {
    right: 25px;
    z-index: 77;
    height: 36px;
    width: 36px;
}
.reportSkyBlue .slick-prev:before,
.reportSkyBlue .slick-next:before {
    font-size: 36px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(255 255 255 / 80%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(255,255,255,0.80);
    box-shadow: 0px 3px 6px 0px rgb(255 255 255 / 80%);
    height: 29px;
    display: inline-block;
    width: 29px;
    border-radius: 100%;
    color: rgb(0 0 0 / 80%);
}
.reportSkyBlue .slick-slide img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 50%);
    object-fit: cover;
    height: 246px;
}
.reportData .ratio{
    border-radius: 10px;
    overflow: hidden;
}

.header_scroll {
  position: fixed;
  top: 0;
  width: 100%;
}

.notification .dropdown-menu{
    right: 10px;
    top:calc(100% + 5px);
    left: inherit;
    border: 0;
    background: #004a8b;
    max-width: 400px;
    width: calc(100% - 20px) ;
    border-radius: 7px;
}
.notification .dropdown-menu a{
    color: #fff;
    text-decoration: none;
}
.notificationBox{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    position: relative;
}
.notificationBox h4{
    color: #fff;
    margin-bottom: 0;
}
.notificationBox p{
    color: #fff;
    margin-bottom: 0;
}
.notificationBox p.notificationDate{
    color: #fff;
    margin-bottom: 0;
    opacity: .5;
}

.notification h5 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.notification .btn-close{
    position: absolute;
    color: #fff;
    top:10px;
    right: 10px;
    height: 5px;
    width: 5px;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat ;
}
.notification .notificationBox .btn-close {
    height: 3px;
    width: 3px;
}
.notification .overflow-auto {
    overflow: auto!important;
    max-height: 400px;
}
.d-inline-block.img-preview1 img,
.d-inline-block.img-preview2 img,
.d-inline-block.img-preview3 img,
.d-inline-block.img-preview4 img
 {
    height: auto;
    /* max-width: 40px; */
    max-height: 50px;
}
.dashboard-tables .card .card-body .table.dataTable tr th:first-child,
.dashboard-tables .card .card-body .table.dataTable tr th:last-child{
    z-index: 7;
    background: #009FEE;
}
.dashboard-tables .card .card-body .table.dataTable tr td:first-child,
.dashboard-tables .card .card-body .table.dataTable tr td:last-child{
    z-index: 7;
    background: white;
}
.collapsed.btn-primary:hover{
    background-color: #009FEE;
    border-color: #009FEE;
  }

.currency-input{
    padding: 0;
    border: 0;
    width: calc(100% - 95px);
}
.currency-select{
    padding: 0;
    border: 0;
    width:95px;
}
.currency-input .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.currency-select .form-select{
    padding: 0;
    border: 0;
    width:95px;
}
.has-error.currency-input small {
    left: 0px;
    bottom: inherit;
    white-space: normal;
    top: calc(100% + 7px);
    text-align: left;
    width: 100%;
}
.has-error.currency-select small {
    left: 0px;
    bottom: inherit;
    white-space: normal;
    min-width: 200px;
    top: calc(100% + 7px);
    text-align: left;
}
.has-error.currency-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 42px;
}
.fa-calendar:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.83' height='26.071' viewBox='0 0 28.83 26.071'%3E%3Cg id='Layer' transform='translate(0 -19)'%3E%3Cg id='Vrstva_98' data-name='Vrstva 98'%3E%3Cpath id='Path_72' data-name='Path 72' d='M25.9 4.607h-1.31V3.3a1.31 1.31 0 0 0-2.621 0v1.3H8.863V3.3a1.31 1.31 0 0 0-2.621 0v1.3H4.931A3.921 3.921 0 0 0 1 8.518V24.16a3.921 3.921 0 0 0 3.931 3.911H25.9A3.921 3.921 0 0 0 29.83 24.16V8.518A3.921 3.921 0 0 0 25.9 4.607ZM3.621 8.518a1.307 1.307 0 0 1 1.31-1.3H25.9a1.307 1.307 0 0 1 1.31 1.3v1.3H3.621ZM27.209 24.16a1.307 1.307 0 0 1-1.31 1.3H4.931a1.307 1.307 0 0 1-1.31-1.3V12.428H27.209Z' transform='translate(-1 17)' fill='%23acacac' fill-rule='evenodd'/%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='3' height='4' rx='0.8' transform='translate(5.69 32.393)' fill='%23acacac'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='4' height='4' rx='0.8' transform='translate(11.69 32.393)' fill='%23acacac'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.average-rent-input {
    padding: 0;
    border: 0;
    width: calc(100% - 190px);
}
.average-rent-input .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.has-error.average-rent-input small, #subReportUpdate .has-error.average-rent-input small {
    left: 0px;
    bottom: inherit;
    white-space: normal;
    top: calc(100% + 7px);
    text-align: left;
    width: 100%;
}
.report-no-record {
    background-color: #E5E5E5;
    min-height: calc(100vh - 166px);

}
#client_search {
    display: none;
}
.banner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.sensityvity-img img {
    object-fit: cover;
}
.reportData p{
    text-indent: 30px;
    word-wrap: break-word;
}
.reportSearch .col-lg-3{
    position: relative;
}

.reportSearch .col-lg-3.has-error small {
    bottom: -29px;
}

.dashboard-tables .card .card-body .table.dataTable tr td .me-2 {
    margin-right: 0.2rem!important;
}
.dashboard-tables.inside-table .card .card-body .table.dataTable tr td:last-child, 
.dashboard-tables.inside-table .card .card-body .table.dataTable tr th:last-child {
    width: 100px !important;
}

.menu .row li.active a{
    text-decoration: underline;
}
#top-menu .slick-slide a {
    margin: 10px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#top-menu .slick-slide .active a {
    text-decoration: underline;
}
.menu .row li.active a{
    text-decoration: underline;
}

.back-to-dashboard, .display-tab a{
    color:#004A8B;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    
}

.display-tab {
    display: none;
}
ul.chart-data {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.chart-data li {
    padding: 10px;
    width: 100%;
    text-align: center;
    background: white;
    margin-bottom: 10px;
    font-size: 20px;
}
ul.chart-data li:nth-child(even) {
    color: #004a8b;
}
h3.charttitle {
    color: #626367;
}
.input-group-text.rounded-right{    
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    line-height: 2.3;
}
#subReportUpdate .has-error small {   
    top: calc(100% - 9px);
}
#subReportUpdate .has-error.input-group small {   
    top: calc(100% + 7px);
}
button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    display: none;
}
.positionFixed {
    position: fixed;
    right: 0;
    left: 280px;
    top: 81px;
    width: calc(100% - 280px);
    z-index: 77778;
}
.activeMenu .positionFixed {
    left: 65px;
    width: calc(100% - 65px);
}
.btn-primary.report-button {
    width: auto;
    min-width: auto;
    padding: 2px 6px;
    line-height: 1;
    margin: -4px 0;
}
.report-button img {
    width: 15px;
    height: 15px;
}
.input-group .input-group-text:not(:last-child) .select2:last-child .select2-selection {
    border-radius: 0;
}
.input-group-text {
    text-align: left;
}
.file-select-name  {
    width: calc(100% - 158px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.has-error .file-select-name {
    border-color: red;
}
.input-group>.form-control.file-input {
    position: absolute;
    width: 100%;
    opacity: 0;
}
.error-size {
    font-size: 65px;
    margin-bottom: 35px;
    color: white;
}
/*---Client-dashboard-end---*/
.disabled {
    opacity: 0.2;
}
@media (max-width:1366px){
    .breadcrumb-main {
        padding: 13px 1rem;
    }
    .userMenu .dropdown-menu {
        top: 74px;
    }
    .login-box {
        max-width: 450px;
    }
    .login-main {
        max-width: 360px;
    }
    .login-main .row > .col-12 img{
        max-width: 144px;
    }
    .login-main h1 {
        font-size: 26px;
    }
    .login-main .btn-primary {
        width: 140px;
        padding: 6px 15px;
    }
    .form-control {
        padding: 7px 12px;
    }
    .btn-primary ,
    .btn-secondary {
        min-width: 100px;
        padding: 7px 15px;
    }
    .navbar-expand-lg{
        padding: 3px 0;
    }
    .navbar-brand img{
        width: 140px !important;
    }
    .userPhoto {
        height: 39px;
        width: 39px;
    }
    .widgets-amount {
        font-size: 40px;
    }
    .dashboard-widgets .card .card-body i img{
        width: 55px;
    }
    .dashboard-widgets .card-body i{
        width: 55px;
        height: 55px;
    }
    .widgets-label {
        font-size: 16px;
        line-height: 1;
    }
    .dashboard-widgets .card-body {
        padding: 10px 15px;
    }
    .leftMenu {
        min-height: calc(100vh - 63px);
        width: 230px;
    }
    .leftMenu ~ .main {
        width: calc(100% - 230px);
        height: calc(100vh - 63px);
    }
    h1 {
        font-size: 28px;
    }
    .leftMenu ul li a span {
        font-size: 16px;
        padding-left: 10px;
    }
    .leftMenu ul li a img{
        width: 25px;
    }
    .leftMenu ul li a {
        padding: 8px 15px;
    }
    h2 {
        font-size: 20px;
    }
    .dashboard-tables .card .card-header .btn-primary {
        padding: 2px 12px;
    }
    .dashboard-tables .card .card-body .table tr th,
    .dashboard-tables .card .card-body .table tr td {
        font-size: 14px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }
    .activeMenu .leftMenu ul li a:hover span{
        padding: 8px 6px;
    }
    .activeMenu .leftMenu {
        width: 56px;
    }
    .activeMenu .leftMenu ~ .main {
        width: calc(100% - 56px);
    }
    .input-group .btn-primary {
        padding: 6px 15px;
    }
    .report-form .accordion .accordion-item .accordion-header span {
        font-size: 20px;
    }
    .report-form .accordion .accordion-item i {
        font-size: 18px;
        height: 42px;
        width: 42px;
        padding: 5px 0;
    }
    .report-form .accordion .accordion-item .accordion-header span {
        font-size: 18px;
    }
    .col-option a img {
        width: 22px;
    }
    .col-option {
        max-width: 60px !important;
        padding-left: 0 !important;
    }
    .collapsed.btn-primary {
        min-width: 100px;
        padding: 7px 15px;
        margin-left: 15px;
    }
    .accordion .accordion-item {
        min-height: 54px;
    }
    .accordion .accordion-item:before {
        left: 20px;
    }
    h3 {
        font-size: 17px;
        margin-bottom: 0;
    }
    .dashboard-tables .card .card-body .page-item .page-link,
    .dashboard-tables .card .card-body .page-item.active .page-link {
        padding: 0.175rem 0.575rem;
    }
    .d-inline-block.img-preview1 img,
    .d-inline-block.img-preview2 img,
    .d-inline-block.img-preview3 img,
    .d-inline-block.img-preview4 img
    {
        height: auto;
        /* max-width: 40px; */
        max-height: 40px;
    }    
    .input-group-text.rounded-right {
        line-height: 1.7;
    }
    .positionFixed {
        left: 230px;
        top: 63px;
        width: calc(100% - 230px);
    }
    .activeMenu .positionFixed {
        left: 56px;
        width: calc(100% - 56px);
    }
}
@media (max-width:1365px){
  .leftMenu {
      width: 240px;
  }
  .leftMenu ~ .main {
      width: calc(100% - 240px);
  }
  .widgets-label {
      font-size: 15px;
  }
  .positionFixed {
    left: 240px;
    top: 63px;
    width: calc(100% - 240px);
    }
    .activeMenu .positionFixed {
        left: 56px;
        width: calc(100% - 56px);
    }
}
@media (max-width:1199px){
  .login-box {
      width: 100%;
      max-width: 500px;
  }
}
@media (max-width:1199px) and (min-width:991px){
  .leftMenu {
        width: 200px;
    }
    .leftMenu ~ .main {
        width: calc(100% - 200px);
    }
  .dashboard-widgets{
        margin: 0 -6px;
    }
  .dashboard-widgets .col-lg-4{
        padding: 0 6px;
    }
    .dashboard-widgets .card .card-body i,
    .dashboard-widgets .card .card-body i img {
        width: 40px;
    }
    .widgets-label {
        font-size: 15px;
        white-space: nowrap;
    }
    .positionFixed {
        left: 200px;
        top: 63px;
        width: calc(100% - 200px);
    }
    .activeMenu .positionFixed {
        left: 56px;
        width: calc(100% - 56px);
    }
}
@media (max-width:991px){
  .leftMenu {
      width: 240px;
      margin-left: -240px;
      margin-right: 0;
      transition: all .5s ease-in-out;
/*      display: none;*/
  }
  .activeMenu .leftMenu {
      width: 240px;
      margin-left: 0;
      margin-right: -240px;
      transition: all .5s ease-in-out;
/*      display: block;*/
    }
  .leftMenu ~ .main,
  .activeMenu .leftMenu ~ .main {
      width: 100%;
  }
  .leftMenu ul li a {
        width: 100%;
        overflow: hidden;
    }
  .leftMenu ul li a:hover {
      width: 240px;
      padding: 8px 15px;
  }
  .leftMenu ul li a span {
      background: #004a8b;
      display: inline-block;
  }
  .leftMenu ul li a.active span {
      background: #009FEE;
  }
  .activeMenu .leftMenu ul li a span {
        display: block;
    }
    .table.clientDashboardTable tbody tr td span{
        white-space: nowrap;
    }
    .table.clientDashboardTable tbody tr td label{
        white-space: nowrap;
    }
    .reportSearch {
        flex: 0 0 auto;
        width: 100%;
    }
    .positionFixed {
        top: 63px;
        left: 0;
        width: calc(100% - 0px);
    }
    .activeMenu .positionFixed {
        left: 240px;        
        width: calc(100% - 240px);
    }
}
@media(max-width:767px){
    .dataTables_info,
    .dataTables_paginate,
    .dashboard-tables .dataTables_length,
    .dashboard-tables div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
        text-align: center;
    }
    .dashboard-tables div.dataTables_wrapper div.dataTables_filter{
        margin-top: 7px;
        float: none;
    }
    .dashboard-tables .card .card-body .table.dataTable tr th:first-child,
    .dashboard-tables .card .card-body .table.dataTable tr th:last-child,
    .dashboard-tables .card .card-body .table.dataTable tr td:first-child,
    .dashboard-tables .card .card-body .table.dataTable tr td:last-child {
        position: relative !important;
    }
    .btn-primary,
    .btn-secondary {
        min-width: auto;
    }
    .report-form .accordion .accordion-item i {
        font-size: 16px;
        height: 38px;
        width: 38px;
        padding: 3px 0;
    }
    .report-form .accordion .accordion-item .accordion-header span {
        font-size: 15px;
    }
    .accordion-collapse.ps-5 {
        padding-left: 2rem!important;
    }
    .accordion .accordion-item:before {
        left: 17px;
    }
    .accordion-body {
        padding: 0.75rem;
    }
    .deleteMsg span {
        font-size: 16px;
    }
    .indicator_row {
        margin: 0;
        padding: 15px 0;
        border: 1px solid #dadada;
        border-radius: 9px;
        margin-bottom: 1rem;
        margin-top: 7px;
    }

    .indicator_row .mb-3:last-child {
        margin-bottom: 0!important;
    }

    #client_search {
        display: block;
    }

    #reportSearchHeader .reportSearchRow{
        display: none;
    }

    #reportSearchHeader.active .reportSearchRow {
        display: block;
    }

    .reportName {
        text-align: center !important;
    }

    .reportBlue.reportData h1 span {
        display: inline-block;
        width: 100%;
    }

    #top-menu {
        height: 64px;
    }

    .back-to-dashboard {
        display: none;
    }

    .display-tab {
        display: block;
    }
}
@media(max-width:430px){
    .navbar-brand img {
        width: 95px !important;
    }
    .me-3.nav-icon img {
        width: 20px;
    }
    .userArrow {
        margin-left: 10px;
    }
    .userPhoto {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
    .breadcrumb-item.active {
        font-size: 15px;
    }
    .breadcrumb-main .breadcrumb-item a {
        font-size: 15px;
    }
    .accordion .accordion-item:before{
        display: none;
    }
    .accordion-collapse.ps-5 {
        padding-left: 0rem!important;
    }
    .accordion .accordion-item {
        position: relative;
        min-height: 50px;
    }
    .collapsed.btn-primary {
        min-width: 90px;
        padding: 9px 15px;
        margin-left: 10px;
    }
    .form-select-currency,
    .col-md-6 .form-select-currency + .select2 {
        width: 85px !important;
    }
    .select2-container--default .select2-selection--single{
        font-size: 14px;
    }
    .dashboard-tables .card .card-body .page-item .page-link,
    .dashboard-tables .card .card-body .page-item.active .page-link {
        padding: 0 6px;
    }
    .dashboard-tables .card .card-body .page-item .page-link,
    .dashboard-tables .card .card-body .page-item.active .page-link {
        padding: 0 6px;
        height: 23px;
        width: 21px;
        margin: 0 1px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .previous a,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .next a,
    .dashboard-tables .card .card-body .disabled.next .page-link,
    .dashboard-tables .card .card-body .disabled.previous .page-link{
        color:rgba(0, 0, 0, 0);
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .previous a:before,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .next a:after {
        position: absolute;
        left: 5px;
        top: 2px;
        color: #626367;
        margin: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        padding: 0;
    }
    .userDetails .userName {
        max-width: calc(100vw - 300px);
    }
    .leftMenu ~ .main {
        height: calc(100vh - 52px);
    }
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.dashboard-tables .card .card-body #reportDashboard_wrapper .table.reportDashboard tr th,
.dashboard-tables .card .card-body #reportDashboard_wrapper .table.reportDashboard tr td {
    color: #707070;
    background-color: transparent;
    white-space: nowrap;
}
.deleteFrontImage{
    position: absolute;
    top: 66px;
    left: 0px;
    color: red;    
}
.selected_Indicator{
  color: #aaa7a7;
  background-color: #6b6969;
}

