
html{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased;}
body{margin:0;padding:0; font-family: 'Inter', sans-serif; background: #fff; font-size:14px; color: #000; overflow-x: hidden; overflow-y: auto;}
ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button{margin:0;padding:0; font-family: 'Inter', sans-serif; vertical-align:baseline;box-sizing:border-box;-webkit-box-sizing:border-box;list-style:none;text-decoration:none;outline:none;border:0;border-spacing:0;border-collapse:collapse;}
*, after, before{box-sizing:border-box;-webkit-box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{margin:0;padding:0;font-weight:normal;}
body{ line-height: 1; min-height: 100vh; }
a {color: #000; text-decoration: none; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
a:hover {text-decoration: none; color:#444; }
p{ line-height: 1.4; margin-bottom: 10px; }
b, strong{ font-weight: 600; }

u{text-decoration:underline;}
i, em{font-style:italic;}
img{max-width:100%;}
.clear {clear:both;}
input[type="button"], input[type="submit"], input[type="reset"],
input[type="text"]{appearance:none;-webkit-appearance:none; -webkit-appearance:none;}
input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer;font-size:16px;}
/*select::-ms-expand { display: none; }*/
.clearfix{ clear: both; }


sup {top: -2px;}


.form-control{ font-weight: 500; height:48px; opacity: 1; box-shadow: none; outline: none; border: solid 1px #000; border-radius: 8px; background-color: #fff; padding-left: 14px; padding-right: 14px; font-size: 14px; }
.form-control.form-select{ padding-right: 32px; }
.form-control:focus{ outline: none; box-shadow: none; border-color: #000; }
textarea.form-control{ min-height: 120px; resize: none; }
input[type=file].form-control{ padding-top: 15px; }


.form-control::-webkit-input-placeholder { opacity: 1; color: #B8B8B8; }
.form-control::-moz-placeholder {opacity: 1; color: #B8B8B8; }
.form-control:-ms-input-placeholder {opacity: 1; color: #B8B8B8; }
.form-control:-moz-placeholder {opacity: 1; color: #B8B8B8; }


.account-body .form-control::-webkit-input-placeholder { opacity: 1; color: #777777; }
.account-body .form-control::-moz-placeholder {opacity: 1; color: #777777; }
.account-body .form-control:-ms-input-placeholder {opacity: 1; color: #777777; }
.account-body .form-control:-moz-placeholder {opacity: 1; color: #777777; }



.btn{ display: inline-block; min-width: 50px; border-radius: 8px; font-size: 14px; height: 50px; line-height: 50px; padding:0 20px; }
.btn.btn-primary{ background: #0A5597; color: #fff; border-color: #0A5597; }
.btn.btn-primary:hover{ background: #0A5597; color: #fff; border-color: #0A5597; }
.btn:focus,
.btn:active{ outline: none; box-shadow: none !important; }



.btn.btn-green{ background:#007D3A; color: #fff; border-color: #007D3A; }
.btn.btn-green:hover{ background: #0B9F50; color: #fff; border-color: #0B9F50; }

.btn.btn-default{ background:#F2F4F9; color: #0A5597; border-color:#F2F4F9; }
.btn.btn-default:hover{ background: #C7D6F3; color: #0A5597; border-color: #C7D6F3; }

.btn.btn-delete{ background:#FEF2F4; color: #E22E53; border-color:#FEF2F4; }
.btn.btn-delete:hover{ background: #F5CAD1; color: #E22E53; border-color: #F5CAD1; }

.btn-link{ color: #000; font-size: 14px; text-decoration: none; outline: none; }
.btn-link:focus{ box-shadow: none; }

.btn + .btn{ margin-left: 15px; }

.btn.btn-sm{ font-size: 14px; height: 42px; line-height: 42px; }

.inputwith-icon{ display: block; position: relative; }
.inputwith-icon>span{ position: absolute; left: 0; top: 0; width: 50px; height: 48px; z-index: 2; text-align: center; padding-left: 2px; pointer-events: none; }
.inputwith-icon .form-control{ padding-left: 50px; }
.inputwith-icon>span img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; }



/*checkbox*/
.checkbox{ display: inline-block; position: relative; }
.checkbox input[type="checkbox"]{position: absolute; width: 1px; height: 1px; opacity: 0; visibility: hidden; border: 0; margin: 0; padding: 0;}
.checkbox label{ display: inline-block; position: relative; padding-left: 28px; margin-bottom: 5px; padding-top: 4px; font-weight: 400;}
.checkbox label:before{ content: ""; background: #fff; width: 20px; height: 20px; position: absolute; border: solid 1px #000; border-radius: 4px; left: 0; top: 1px; }
.checkbox label:hover:before{ background: #F2F4F9; border-color: #444; }
.checkbox input[type="checkbox"]:checked + label:before{ background:#0A5597 url(../images/check-icon.svg) center no-repeat; background-size: 12px; border-color: #0A5597; }


/*radio*/
.radio{ display: inline-block; position: relative; }
.radio input[type="radio"]{position: absolute; width: 1px; height: 1px; opacity: 0; visibility: hidden; border: 0; margin: 0; padding: 0;}
.radio label{ display: inline-block; position: relative; padding-left: 28px; margin-bottom: 5px; padding-top: 3px; font-weight: 400; }
.radio label:before{ content: ""; width: 20px; height: 20px; position: absolute; border: solid 2px #000; border-radius: 20px; left: 0; top: 1px; }
.radio label:hover:before{ background: #f2f3e4; border-color: #444; }
.radio input[type="radio"]:checked + label:before{ background:#0A5597 url(../images/check-icon.svg) center no-repeat; background-size: 12px; border-color: #0A5597; }

.radio + .radio,
.checkbox + .checkbox{ margin-left: 20px; }


.dropdown-menu{ box-shadow: 0 3px 6px rgb(0 0 0 / 40%); }


.sidebar-toggled .menuMask{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; background:transparent !important; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 50px);
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%; padding-left: 220px;
  
}
.fpass{ text-decoration: underline; color: #0A5597; }
.fpass:hover{ color: #0A5597; }
body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.card{ border-radius: 8px; }
.card-body{ padding:25px; }

.scroll-to-top {
  position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 40px;
    border-radius: 50px !important;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}





.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 20px;
    text-align: center;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-top: 2px;
    font-size: 14px;
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 11px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    display: block;
}



.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
    margin-left: 0;
    top: 0.3rem;
    font-weight: 400;
    font-size: 10px;
    right: 0;
    padding: 3px 5px;
    border-radius: 12px !important;
    line-height: 1;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #0A5597;
  min-height: 100vh; /*margin-top: -50px;*/ margin-bottom: 0 !important;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar-toggled #wrapper #content-wrapper{ padding-left: 0; }



/*.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}*/

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0; border: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

/*.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}*/

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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



@media (min-width: 768px) {
  .close_sidebar{ display: none !important; }
  .sidebar {
    width: 220px !important; min-width: 220px; padding-top: 0; padding-left: 0px; 
  }
  .sidebar .nav-item{ display: block; width: 100%; }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 25px;
  }
  .sidebar .nav-item .nav-link i{ width: 40px; }
  .sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;

  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    /*display: block;*/
  }
 
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 80px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(80px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
  .sidebar-toggled .d-logo{ width: 90px; }


  .sidebar-toggled .nav_title,
  .sidebar.toggled .nav-item .nav-link span{ display: none; }


  .sidebar .nav-item .dropdown-menu{ background:transparent; margin: 0; padding: 0 10px 15px 58px;}
  .sidebar .nav-item .dropdown-menu a{ display: block; width: 100%; color: rgba(255, 255, 255, 0.4); font-weight: 300;font-size: 14px; text-decoration:none; padding: 10px; position: relative;}
  .sidebar .nav-item .dropdown-menu a:before{ content: ""; width: 15px; height: 15px; background:url(../images/right.svg) center no-repeat; background-size: 8px; position: absolute; left: -24px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); opacity: 0.4;}
  .sidebar .nav-item .dropdown-menu a:hover,
  .sidebar .nav-item .dropdown-menu a:hover:before{ color:#fff; opacity: 1;}
  .sidebar .nav-item .dropdown-menu .dropdown-divider{ border-color:rgba(255, 255, 255, 0.1); }

  .sidebar-toggled .sidebar .nav-item .dropdown-menu{ background:#fff; padding: 10px 0; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3); }
  .sidebar-toggled .sidebar .nav-item .dropdown-menu a{ color: #333; font-weight: 400; padding: 7px 10px;}
  .sidebar-toggled .sidebar .nav-item .dropdown-menu a:before{ display: none; }
  .sidebar-toggled .sidebar .nav-item .dropdown-menu a:hover{ background: #1A5AD9; color: #fff; }

  .sidebar-toggled .sidebar .nav-item.dropdown .dropdown-toggle::after{display: inline-block; right: 6px; margin-top: 3px; }
  .sidebar.toggled .nav-item .nav-link{ padding-left: 10px; }



  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item.active .nav-link:hover {
    color: #fff;
    background:#1A5AD9; position: relative;
  }
  

  .sidebar .nav-item.openedthis .nav-link:after{ transform: rotate(90deg); -webkit-transform: rotate(90deg); }




}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}



.card-body-icon {
  /*position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);*/

float: right;
    font-size: 40px;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
}
.d-heading{ display: block; }
.d-heading span{ display: block; font-size: 34px; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 50px;
  background-color: #fff;
}


@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 240px);
  }

}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}



.accountBox{ display: flex; flex-direction: column; flex-wrap: nowrap; min-height: 100vh; align-items: center; justify-content: space-between; 
  background: #F2F4F9 url(../images/admin_bg.png) center -30px no-repeat; background-size:100% cover; padding: 40px 15px 0 15px; }
.account-body{display: block; width: 100%; max-width: 500px; margin: 0 auto; background:#fff; border-radius: 6px; box-shadow: 0 5px 6px rgb(0 0 0 / 07%); padding: 58px 60px 35px 60px; 
    margin-top: auto;
    margin-bottom: auto;}


.account-body h1{ font-size: 22px; margin: 0 0 30px 0; font-weight: 600; }
.account-body h1 span{ font-weight: 500; }

.logo_account{ display: block; }
.logo_account img{ display: inline-block; max-height: 66px; }

.navbar-expand{ height: 50px; background:#F2F4F9; justify-content: space-between; margin-left: 220px; }

body.sidebar-toggled .navbar-expand{ margin-left: 0; }
.sidebar.toggled{ display: none; }


.sidebarlogo{ display: flex; width: 100%; height:90px; align-items: flex-start; justify-content: center; padding-top: 20px; background: transparent;}
.sidebarlogo a{ background:transparent !important; text-align: center; }
.sidebarlogo img{ max-height: 68px; display: inline-block; max-width: 88px; object-fit:contain; }

.sm-logo{ display: none; }
.sm-logo img{ max-width: 60px; display: inline-block; object-fit: contain; }

.headerlogo{ width: 52px; display: none; margin-left: 20px; }
.headerlogo img{ display: block; width: 100%; height: 40px; object-fit: contain; }

body.sidebar-toggled .headerlogo{ display: inline-block; }


.main-header-menu-icon {margin-right: 25px; width: 20px; height: 30px; display: flex; align-items: center; margin-left: 20px; }
.main-header-menu-icon span {display: block; position: relative; width: 15px; height: 2px; background-color: #2f395f; border-radius: 3px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.main-header-menu-icon:hover span{ width: 20px; }
.main-header-menu-icon span::before, .main-header-menu-icon span::after {content: ''; position: absolute; left: 0; width: 20px; height: 2px; background-color: #2f395f; border-radius: 3px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }
.main-header-menu-icon span::before {top: -6px; }
.main-header-menu-icon span::after {bottom: -6px; }
#content-wrapper .container-fluid{ padding-left:20px; padding-right: 20px; }
.header-left{ display: flex; margin-left: 0; align-items: center; }
.navbar-dark .navbar-nav .nav-link{ color: #000; }

.navbar{ top: 0; z-index: 100; position: sticky; }

.header-left .input-group input.form-control{ border-radius: 50px; font-size: 15px; width: 280px; padding-right: 45px; }
.header-left .input-group button{ position: absolute; right: 0; top: 0; z-index: 5; border: 0; background:transparent; cursor: pointer; padding: 0;width: 48px; height: 38px; opacity: 0.6; outline: none; font-size: 15px; }
.header-left .input-group button:focus,
.header-left .input-group button:active{ outline: none; box-shadow: none; }
.header-left .input-group button:hover{ opacity: 0.8; }
.page-title{ display: block; font-size: 20px; font-weight: 500; color: #000; margin-bottom: 0; }
.breadcrumb{ padding: 6px 0 0 0; font-size: 12px; background:transparent; margin-bottom: 0; display: inline-flex;}


.breadcrumb-item + .breadcrumb-item::before{ content: ""; display: inline-block; width: 14px; height: 14px; background:url(../images/bRight.svg) center no-repeat; margin: -1px 2px 0 -4px; }
.breadcrumb-item{ color: #959595; display: inline-block; }
.breadcrumb-item a{ color: #000; }

.page-header{ display: flex; width: 100%; justify-content: space-between; padding-bottom: 12px; border-bottom: solid 1px #C7D6F3; margin-bottom: 15px; }


.nav_title{ display: block; padding-left: 35px; margin-top: 15px; padding-bottom: 5px;}
.nav_title span{ display: block; font-size: 12px; text-transform: uppercase; color: #fff; opacity: 0.3; }


.navbar-dark  .header-right .navbar-nav .nav-link img{ width: 24px; }

.user_image{ display: inline-block; vertical-align: middle;}
.user_image img{ width: 35px !important; height: 35px; border-radius: 50px; overflow:hidden; object-fit: cover; }
.navbar-expand .navbar-nav{ align-items: center; }

.table-bordered thead td, 
.table-bordered thead th {
    border-bottom-width: 1px;
}
.table-bordered{ border-top: 0; }
table.dataTable{ font-size: 15px; }
div.dataTables_wrapper div.dataTables_info{ font-size: 14px; }
div.dataTables_wrapper div.dataTables_length select{ font-size: 15px; padding-top: 4px; border-radius: 50px; }
.dataTables_wrapper{ margin-top: 1px; margin-right: 1px; }
.dropdown-item{ font-size: 14px;    padding: 8px 14px; }
.page-link{ padding: 9px 14px; color: #1A5AD9; font-size: 15px; }
.page-item.active .page-link{ background-color: #1A5AD9; border-color: #1A5AD9; }
.page-link:hover{ color: #1A5AD9;background-color: #e2ddff; border-color: #d1cafd; }
div.dataTables_wrapper div.dataTables_filter input{ font-size: 16px; width: 210px; }

.btn img{ vertical-align: middle; }

/*
.rembermethis.checkbox label{ font-size: 14px; color: #fff; font-weight: 300; padding-top: 1px; }
.rembermethis.checkbox label:before{ border-color: #ccc; }
.rembermethis.checkbox label:hover:before{ background: transparent; border-color: #fff; }
.rembermethis.checkbox input[type="checkbox"]:checked + label:before,
.rembermethis.checkbox input[type="checkbox"]:checked + label:hover:before{ background-color: #1A5AD9; border-color: #1A5AD9; }
*/
div.dataTables_wrapper div.dataTables_filter label{ font-size: 0 }
div.dataTables_wrapper div.dataTables_filter input{ font-size: 14px; padding: 10px 10px 10px 40px; margin-left: 0; border-radius: 50px !important; font-family: "Open Sans",sans-serif; background: #fff url(../images/search.svg) 15px center no-repeat; background-size: 14px; height: 36px; }
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{ background: #f3f2f9; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination{ margin-top: 6px; margin-bottom: 0; }


.dropdown-item:focus, .dropdown-item:hover{ background:#C7D6F3; color: #000; }
.navbar-expand .header-right .navbar-nav .dropdown-menu{ box-shadow: 0 5px 8px rgb(0 0 0 / 15%); }

.form-group>label{ line-height: normal; font-size: 14px;margin-bottom: 0.2rem; }


.password_image{ display: block; }
.password_image img{ display: block; max-width: 400px; margin: 0 auto 0 auto; }

.datefilters{ display: block; position: absolute; right: 265px; z-index: 1; margin-top: 1px; }
.dategroup{ display: inline-block; position: relative; }
.dategroup + .dategroup{ margin-left: 15px; }
.dategroup .form-control{ border-radius: 30px; width: 210px; height: 36px; }
.dategroup i{ position: absolute; top: 10px; right: 14px; z-index: 1; pointer-events: none; }

.error{ color: #fd4872; font-size: 14px; }
.emailicon:before{ content: ""; position: absolute; width: 50px; height: 52px; top: 0; left: 6px; background: url(../images/email.svg) center no-repeat; z-index: 2; pointer-events: none; }
.passicon:before{ content: ""; position: absolute; width: 50px; height: 52px; top: 0; left: 6px; background: url(../images/password.svg) center no-repeat; z-index: 2; pointer-events: none; }



.user_image img{ display: inline-block; vertical-align: middle; margin-right: 5px; }


.leftmenus{ display: block; width: 100%; padding: 0px; position: fixed; left: 0; top: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling:touch; }
.leftmenus li{ display: block; width: 100%; position: relative; list-style: noine; }
.leftmenus li a{ display: block; }
.leftmenus>li{ margin-bottom: 0px; border-top:solid 1px rgba(255, 255, 255, 0.13) }
.leftmenus>li>a{ color: #eee; font-weight: 400; padding: 16px 15px; position: relative; padding-left: 44px; }
.leftmenus>li.dropdown>a:after{content: ""; position: absolute; right: 5px; top:50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); width: 20px; height: 20px; z-index: 2; /*background: url(../images/right-icon.svg) center no-repeat; */opacity: 0.5; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }
.leftmenus>li>a:hover{ background: #09477D }
.leftmenus>li>a>img{ position: absolute; left: 16px; height: 16px; width: 16px; object-fit: contain; top: 15px; object-position: center;  opacity: 0.8;}
.leftmenus ul{ display: none; margin:0; padding: 0px 0 15px 0; width: 100%; clear: both; }
.leftmenus ul li{ display: block; width: 100%; list-style: none; border-top: solid 1px rgba(255, 255, 255, 0.08); }
.leftmenus ul li a{ display: block; padding:10px 15px; line-height: 1.2; font-weight: 400; font-size: 14px; color: #bbb; }
.leftmenus ul li a:hover{ background: rgba(0, 0, 0, 0.4); color: #ddd;}
.leftmenus>li.active>a{ background: #09477D; color: #fff; }

.leftmenus>li.dropdown.selected{ background: rgba(0, 0, 0, 0.3);}
.leftmenus>li.dropdown.selected>a{ cursor: default; }
.leftmenus>li.dropdown.selected>a:after{ transform: translate(0, -50%) rotate(90deg); -webkit-transform: translate(0, -50%) rotate(90deg); }
.leftmenus>li.dropdown.selected ul{ display: block; }

.closeSidebar{ display: none; }

.serachbar .form-control{ padding-right: 30px; background: url(../images/search-icon.svg) 95% center no-repeat; background-size: 14px; }
.table-searchbar .form-control{ height: 34px; }
.table-searchbar .btn{ height: 34px; line-height: 33px; padding-top: 0; padding-bottom: 0; padding-left: 15px; padding-right: 15px; }

.table-searchbar{ width: 100%; justify-content: flex-end; }
.table-responsive{ display: block; width: 100%; overflow: auto; margin-top: 10px; max-width: calc(100vw - 280px); }
.sidebar-toggled .table-responsive{ max-width: calc(100vw - 40px) }
.table{ width: 100%; }
.table thead th{ background: #CFCFCF; color: #000000; font-size: 14px; font-weight: 500; border: 0;}
.table th,
.table td{ padding: 8px 15px; font-size: 14px; color: #081839; border-bottom: solid 1px #E5E5E5; vertical-align: middle; white-space: nowrap; }
/*.table tr:hover{ background: #F2F4F9; }*/

.actionBtns{ white-space: nowrap; }

.actionBtns a{ width: 24px; height: 24px; background: #EFEFEF; border-radius: 4px; text-align: center; position: relative; cursor: pointer; display: inline-block;  }
.actionBtns a + a{ margin-left: 12px; }
.actionBtns a:hover{ background: #fff; box-shadow: 0 0 0 1px #ddd; }
.actionBtns a img{ height: 14px; width: 16px; vertical-align: middle; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.numbers-pag{ font-size: 14px; font-weight: 300; color: #737573; }

.page-item{ display: inline-block; vertical-align: middle; }
.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #F0EFF3;
    border-color: #F0EFF3;    
}
.page-item.active .page-link{ background-color: #414042; border-color: #414042; }
.pagination .page-item + .page-item{ margin-left: 6px; }

.page-item:first-child .page-link{ margin-right: 10px; }
.page-item:last-child .page-link{ margin-left: 10px; }

.page-item:first-child .page-link,
.page-item:last-child .page-link{ background-color: #fff; border-color: #D2D2D2; padding-left: 16px; padding-right: 16px; }



.addEditPage{ width: 100%; max-width: 870px; margin:0 auto;}
.addEditPage .page-header{ padding-bottom: 0; border-bottom: solid 1px #E9E9E9; margin-bottom: 15px; }
.form-group>label{ color: #322B29; }
.form-group{ margin-bottom: 18px; }
.addEditPage .page-header{ display: flex; align-items: center; justify-content: space-between; }
.form-section-title{ display: block; font-size: 18px; font-weight: 500; color: #1A5AD9; width: 100%;  }
.todate{ position: absolute;    margin: 34px 0 0 -21px; }

.addEditPage.ChangePass{ max-width: 450px; }
.psub{ color: #fff; opacity: 0.8; }



@media screen and (max-width:1199px)
{
  .password_image img{ max-width: 100%; }
  .sidebar{ display: none; }
  .navbar-expand{ margin-left: 0; }
  .headerlogo{ display: inline-block; }
  .sidebarlogo a{ text-align: left; padding-left: 20px; }

  .sidebar-toggled .sidebar{ display: block; position: fixed; left: 0; top: 0; bottom: 0; z-index: 101; margin-top: 0; }
  #wrapper #content-wrapper{ padding-left: 0; }
  .closeSidebar{ position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/close-icon.svg) center no-repeat;
    display: block;
    background-size: 14px; cursor: pointer; z-index: 5; }

    .sidebar{ overflow: auto; }
    .footer{ left: 0; }
}

@media screen and (max-width: 767px)
{

  .sidebar-toggled .sidebar{ z-index: 999 !important; }
  .leftmenus>li.sidebarlogo{ border-top: 0; }
  .d-logo .navbar-brand{ display: none; }
  .d-logo .navbar-brand.sm-logo{ display: block; }
  .navbar-dark .header-right .navbar-nav .nav-link img{ filter: brightness(1) invert(1); -webkit-filter: brightness(1) invert(1); -ms-filter: brightness(1) invert(1); }
  .user_image img{ filter: none !important; -webkit-filter: none !important; -ms-filter: none !important; }

  .sidebarlogo a {
    text-align: center;
    padding-left: 0;
}
 
  
  .d-logo{ width: 90px; order: 2; box-shadow: none; }
  .main-header-menu-icon{ margin-left: 15px; }
  .sidebar{ display: none; }
  .sidebar-toggled .sidebar{ display: block;
    width: 100% !important;
    overflow: auto !important;
    position: fixed;
    z-index: 9;
    left: 0; top: 0; bottom: 0; padding: 30px 20px; padding-top: 80px;}
  #content-wrapper .container-fluid {padding-left: 15px; padding-right: 15px; }
  footer.sticky-footer{ width: 100%; }
  .nav_title, .nav-item .nav-link span{ display: inline-block; font-size: 18px; font-weight: 400; }
  .sidebar .nav-item.dropdown .dropdown-toggle::after{ display: inline-block; right: 6px; margin-top: 3px; }

  .sidebar .nav-item .nav-link{ width: 100%; padding: 10px; text-align: left; color: rgba(255, 255, 255, 0.8); border-radius: 8px; }
  .sidebar .nav-item .nav-link i{ display: inline-block; width:60px; }

  .sidebar .nav-item.active .nav-link{ background:rgba(255, 255, 255, 0.1); }

  .close_sidebar{ display: block; position: absolute; top: 15px; right: 15px; }
  .close_sidebar span{ width: 40px; height: 40px; cursor: pointer; color: #fff; display: inline-block; background:url(../images/close_icon.svg) center no-repeat; background-size: 18px; opacity: 0.4; border-radius: 50%; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
  .close_sidebar span:hover{ background:rgba(255, 255, 255, 0.2) url(../images/close_icon.svg) center no-repeat; background-size: 14px; opacity: 0.5; }
  .nav_title{ padding-left: 30px; }
  .navbar-nav .nav-item.dropdown .dropdown-toggle::after{ font-size: 18px; }

  .sidebar .nav-item .dropdown-menu{ position: relative !important;
    width: 100% !important;
    left: 0 !important;
     background: transparent; 
    clear: both;
    padding: 10px;
    border-radius: 0;padding-left: 64px; }
  .sidebar .nav-item .dropdown-menu a{ display: block; clear: both; width: 100%; padding: 10px; color: #fff; text-decoration:none; opacity: 0.5; }
  .sidebar .nav-item .dropdown-menu a:hover{ opacity: 0.8; }


  .sidebar .nav-item .nav-link:after {transform: rotate(90deg ) !important; -webkit-transform: rotate(90deg ) !important; }
  .sidebar .nav-item.openedthis .nav-link:after {transform: rotate(-90deg ) !important; -webkit-transform: rotate(-90deg ) !important; }


}







@media screen and (min-width: 1200px) and (max-width: 1340px)
{
  .table-searchbar{justify-content: flex-start;margin: 15px 0 0 0;}
}



.actionsmenu .dropdown-toggle::after{ display: none; }
.actionsmenu .btn{ width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border-radius: 60px; background: #fff;
    min-width: 20px; }
.actionsmenu .btn:hover{ background: #ddd; }
.actionsmenu .dropdown-menu{ box-shadow: 0 4px 12px -3px rgb(0 0 0 / 50%); margin-top: -38px !important; margin-left: -44px !important; border: 0;}
.actionsmenu .dropdown-menu li + li{ border-top: solid 1px #eee; }
.actionsmenu .dropdown-menu li .dropdown-item{ font-size: 14px; color: #000; }
.actionsmenu .dropdown-menu li .dropdown-item i{ width: 30px; text-align: center; display: inline-block; color: #000; opacity: 0.4; font-size: 90%;}
.actionsmenu .dropdown-menu li .dropdown-item:hover i{ opacity: 1; color: #fff; }
.actionsmenu .dropdown-menu li .dropdown-item:hover{ background: #C7D6F3; color: #000; }

.table th.actionTD, .table td.actionTD{ position: sticky; right: 0; z-index: 10;}
.table td.actionTD{ background: transparent; }

.actionsmenu .dropdown-item:focus, 
.actionsmenu .dropdown-item:hover{ background: #414042; }
td.actionTD.clicked{ z-index: 2; }

.dropdown.actionsmenu{ background: #fff; margin-right: -15px; padding-right: 15px; }



.footer{ display: block; width: 100%; padding: 20px 0;  font-size: 13px; color: #434955; text-align: center; }
.sublines{ font-size: 15px; color: #434955; }

.backtopage a{ display: inline-block; color: #1A5AD9; }
.backtopage a img{ vertical-align: middle; position: relative; top: -1px; }

.header-right .btn-link{ line-height: 1; }
.content_minArea{ display: block; width: 100%; min-height: calc(100vh - 105px); padding-top: 12px; padding-bottom: 30px; }




.table-filters{ display: flex; align-items: flex-start; justify-content: space-between; }
.filterBox{ display: inline-flex; align-items: center; margin-right: 20px; margin-bottom: 15px; }
.filterBox .form-filter-label{ font-size: 13px; margin-right: 4px;}
.form-filter{ height: 30px; border:solid 1px #7b7e81 !important; border-radius: 4px; padding: 0 10px; line-height: normal; font-size: 14px; color: #000; display: inline-block; outline: none; box-shadow: none !important; }
.form-filter.form-select{ padding-right: 22px; background-position: right 0.2rem center; }

.searchBox{ margin-bottom: 15px; display: inline-block; }
.searchBox .form-filter{ padding-left: 27px !important; width: 224px; background: url(../images/search-icon.svg) 8px 8px no-repeat; }
.table-outerbox{ display: block; width: 100%; overflow: auto; -webkit-overflow-scrolling:touch; padding-top: 0; clear: both; min-height: 300px; }

.table{ width: 100%; }
.table thead th{ background: #F2F4F9; font-size: 12px; color: #434955; font-weight: 600; text-transform: uppercase; white-space: nowrap;padding-top: 13px; padding-bottom: 13px; }
.table td{ background: #fff; border-bottom: solid 1px #CFD0D4; white-space: nowrap; font-size: 14px; }
.table td{ height: 44px; }

.withImg{ display: inline-flex; align-items: center; font-weight: 500; position: relative; padding-left: 46px; min-height: 36px; }
.withImg a{ display: inline-block; }
.withImg img{ width: 38px; height: 38px; display: inline-block; object-fit: cover; border-radius: 80px; margin-right: 8px; border: solid 1px #C7D6F3; position: absolute; left: 0; 
top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.withImg a label{ color: #1A5AD9;  cursor: pointer; font-weight: 500;}
.withImg label span{ display: block; width: 100%; clear: both; font-size: 12px; color:#7F848E; padding-top: 4px; font-weight: 400;}

.withImg.plogo img{ object-fit: contain; }



.status_switch{ display: inline-block; position: relative; }
.status_switch input[type=checkbox]{ position: absolute; width: 1px; height: 1px; opacity: 0; visibility: hidden; }
.status_switch label{ vertical-align: middle; width: 90px; height: 24px; background: #c2c6cb; border-radius: 50px; display: inline-block; position: relative; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
.status_switch label:before{ content: ""; position: absolute; left: 4px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); width: 14px; height: 14px; border-radius: 50px; background: #fff; z-index: 1; box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
.status_switch input[type=checkbox]:checked + label{ background: #63CB53; }
.status_switch input[type=checkbox]:checked + label:before{ left: 60px; }

.status_switch label:hover:before{ transform: translate(0, -50%) scale(1.3); -webkit-transform: translate(0, -50%) scale(1.3); transform-origin: center; box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);}

.status_switch label:after{ content: "Deactivate"; display: inline-block; font-size: 12px; line-height: 24px; padding-left: 22px; }
.status_switch input[type=checkbox]:checked + label:after{ content: "Activate";  padding-left: 10px;}
.status_switch input[type=checkbox]:checked + label{ width: 78px; }




.pagination_box{ display: block; width: auto;  }
.pagination_box ul{ display: flex; align-items: center; justify-content: center; width: 100%; }
.pagination_box ul li{ display: inline-block; }
.pagination_box ul li + li{ margin-left: 4px; }
.pagination_box ul li a{ display: inline-block; height: 30px; line-height: 28px; padding: 0 12px; font-size: 14px !important; font-weight: 500; min-width: 30px; text-align: center; border:solid 1px #C7D6F3; border-radius: 6px; }
.pagination_box ul li a:hover{ background:#C7D6F3 ; }
.pagination_box ul li.prev a,
.pagination_box ul li.next a{ background: #F2F4F9; border-color: #F2F4F9;}
.pagination_box ul li.prev a:hover,
.pagination_box ul li.next a:hover{ background: #C7D6F3; border-color: #C7D6F3;}
.pagination_box ul li.current a{ background: #0A5597; color: #fff; border-color: #0A5597; cursor: default; }
.pagination_box ul li.prev a{ margin-right: 10px; }
.pagination_box ul li.next a{ margin-left: 10px; }



.table-pagination{ display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 20px; }
.entriesdata{ display: inline-block; color: #535658; font-size: 12px; }



.actionsmenu .btn.show{ background: #ddd; }
.FixWhdth{width: 140px;}






.left_filters{ display: inline-flex; align-items: flex-start; flex-wrap: wrap; }


.backtooldPage { margin-right: 15px;  display: inline-block; }
.backtooldPage a {color: #1A5AD9; padding-left: 22px; font-size: 12px; background: url(../images/back.svg) left center no-repeat; display: inline-block; }
.whitebox_bg{ display: block; width: 100%; max-width: 490px; margin: 0 auto; padding:42px; border-radius: 6px; box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08); }

.profileImageUpdate{ display: block; width: 100%; text-align: center; }
.imageProfile{ display: block; width: 124px; height: 124px; border: solid 1px #707070; border-radius: 50%; margin:0 auto; }
.imageProfile img{ display: block; height: 100%; width: 100%; object-fit: cover; border-radius: 50%; }

.chooseProfileimg{ display: block; width: 100%; margin-top: 15px; position: relative;}
.chooseProfileimg input[type=file]{ position: absolute; opacity: 0; visibility: hidden; width: 1px; height: 1px; }
.chooseProfileimg label{ display: inline-block; cursor: pointer; background: #C7D6F3; border-radius: 6px; height: 30px; line-height: 30px; padding: 0 16px; font-size: 14px; color: #434955; }
.chooseProfileimg label img{ display: inline-block; margin-right: 4px; vertical-align: middle; position: relative; top: -1px; }
.chooseProfileimg label:hover{ background: #b7c5df; }


.userProfileDetailsBox{ display: flex; width: 100%; align-items: center; }
.upd_img{ width: 160px; height: 160px; min-width: 160px; border-radius: 50%; border:solid 1px #bbb;  }
.upd_img img{ display: block; height: 100%; width: 100%; object-fit: cover; border-radius: 50%; }
.upd_content{ flex-grow: 1; padding-left: 20px; }
.upd_content h2{ display: inline-block; font-size: 22px; font-weight: 600;  }
.editlink{ display: inline-block; margin-left: 10px; color: #1A5AD9 !important; font-weight: 500; }
.editlink img{ width: 12px; }
.upd_content ul{ display: block; margin-top: 10px; }
.upd_content ul li{ display: block; clear: both; margin-bottom: 8px; }
.upd_content ul li.wIcon{ position: relative; padding-left: 22px;  }
.upd_content ul li.wIcon span{ width: 20px; position: absolute; left: 0; top: 1px; }
.upd_content ul li.wIcon span img{ height: 12px; width: 14px; object-fit: contain;}

.quicksummary{ display: block; width: 100%; margin-top: 20px; }
.quicksummary h6{ margin-bottom: 5px; padding-bottom: 0; }
.quicksummary ul{ display: inline-flex; flex-wrap: wrap; border-radius: 6px; padding:0 0 ; margin-top: 0; }
.quicksummary ul li{ display: inline-block;
    padding: 10px 18px;
    font-size: 12px;
    color: #73767B;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 5px;
    background: #f2f4f9;
    margin-right: 8px; }
.quicksummary ul li strong{ display: block; font-size: 18px; font-weight: 500; color: #000; margin-bottom: 6px; }
.quicksummary ul li label{ margin-bottom: 0; padding-bottom: 0; }
.link-text{ color: #1A5AD9 !important; }
.pending{ color: #CFAA10; }
.approved{ color: #007D3A; }
.rejected{ color: #D63657; }

.actiontableBTn{ display: inline-block; height: 30px; line-height: 30px; padding: 0 15px; color: #fff !important; background: #000; font-size: 12px; font-weight: 500; border-radius: 50px; }
.actiontableBTn + .actiontableBTn{ margin-left:6px; }
.actiontableBTn.approve{ background: #147B43;  }
.actiontableBTn.reject{ background: #D63657;  }
.actiontableBTn.approve:hover{ background: #1A9854; }
.actiontableBTn.reject:hover{ background: #F1476A; }

.status_bx{ display: inline-block; height: 20px; line-height: 20px; border-radius: 50px; padding: 0 10px; font-size: 10px; font-weight: 500; color: #000; box-shadow: 0 0 0 1px #ddd;}
.status_bx.sold{ background: #F2C300; color: #fff; text-transform: uppercase; box-shadow: none;}
/*.status_bx.available{ background: #D6F2E3; color: #007D3A; }*/


.nav-tabs{ border-color: #E5E5E5; }
.nav-tabs li{ display: inline-block; }
.nav-tabs li + li{ margin-left: 5px; }
.nav-tabs li button{ display: inline-block; cursor: pointer; font-size: 15px; color: #434955; font-weight: 500; padding: 9px 15px; background: transparent; border-bottom: solid 3px transparent; margin-bottom: -2px;}
.nav-tabs li button:hover{ color: #000; }
.nav-tabs li button.active{ border-color: #1A5AD9; font-weight: 600; color: #000; }
.tab-content{ width: 100%; padding-top: 15px; }
.lefth{ flex-grow: 1; }
.breadcrumb{ width: 100%; max-width: calc(100% - 80px); overflow: hidden; white-space: nowrap; display: inline-block; margin-bottom: -3px; margin-top: 2px;}








.propertyDetailBox{ display: block; width: 100%; max-width: 1320px; margin: 0 auto; }





.projectinfo_top{ display:flex; width: 100%; justify-content: space-between; }

.projectinfo_topLeft .pTitle{ font-size: 26px; font-weight: 600; display: inline-block; margin-right: 30px; }



.projectinfo_topRight{ white-space: nowrap; }
.pTitle {font-size: 20px; font-weight: 500; padding-bottom: 4px; }

.showStatus {background: #fff; height: 20px; line-height: 20px; border-radius: 4px; padding: 0 8px; display: inline-block; position: absolute; top: 10px; left: 10px; z-index: 3; font-size: 12px; font-weight: 500; }
.projectinfo_topLeft .showStatus {background: #C7D6F3; position: initial; display: inline-block; vertical-align: top; margin-top: 8px; margin-bottom: 15px; }
.pType {font-size: 14px; color: #434955; }
.projectinfo_topLeft .pType {font-size: 16px; }
.pAddress {display: block; padding-left: 18px; font-size: 16px; background: url(../images/location.svg) left 3px no-repeat; margin-top: 14px; line-height: normal; }
.projectinfo_topLeft .pAddress {font-size: 16px; }
.pFeatures {display: block; margin-top: 16px; width: 100%; }
.pFeatures ul li {display: inline-flex; margin: 0 12px 10px 0; white-space: nowrap; vertical-align: middle;}
.pFeatures ul li.viewsList {color: #1A5AD9; cursor: pointer; padding-right: 16px; background: url(../images/down-blue.svg) right 6px no-repeat; margin-left: 15px; margin-right: 15px; display: inline-block; }
.pFeatures ul li img {height: 15px; margin-right: 4px; }
.neworest {margin-left: 20px; display: inline-block; height: 28px; line-height: 28px; padding: 0 10px; background: #434955; color: #fff; font-size: 12px; font-weight: 500; text-transform: uppercase; text-align: center; border-radius: 4px; white-space: nowrap; box-shadow: 0 3px 4px rgb(0 0 0 / 30%); }

.projectinfo_topRight {white-space: nowrap; }
.projectPrice {display: inline-block; font-size: 20px; font-weight: 500; }
.updatePriceLink {display: inline-block; } 
.updatePriceLink a {color: #007D3A; font-size: 12px; font-weight: 500; text-decoration: underline; }
.ifHold {display: block; width: 100%; min-width: 316px; max-width: 316px; color: #D5184C; font-size: 14px; white-space: normal; line-height: normal; }
.assigned_box {display: block; width: 100%; border: solid 1px #C7D6F3; border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.titleofassigned {display: block; width: 100%; font-size: 16px; font-weight: 500; margin-bottom: 16px; }
.assigned_user {display: flex; width: 100%; align-items: center; }
.assigned_user_img {width: 60px; height: 60px; box-shadow: 0 0 0 1px rgb(0 0 0 / 20%); border-radius: 60px; display: inline-block; min-width: 60px; }
.assigned_user_img a {display: block; height: 100%; width: 100%; }
.assigned_user_img img {display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.assigned_user_info {flex-grow: 1; padding-left: 20px; max-width: calc(100% - 60px); }
.assigned_user_info strong {display: block; }
.assigned_user_info strong a {color: #1A5AD9; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: normal; }
.ratingvalues {padding-left: 20px; background: url(../images/star.svg) left center no-repeat; display: block; font-size: 14px; color: #000; margin-top: 6px; line-height: 16px; }
.ratingvalues span {color: #6F7480; } 
.callvalue { padding-left: 20px; background: url(../images/call-sm-icon.svg) left center no-repeat; word-break: break-word;display: block; font-size: 14px; margin-top: 6px; line-height: 16px; }
.emailvalue { padding-left: 20px; background: url(../images/email-sm-icon.svg) left center no-repeat; word-break: break-word;display: block; font-size: 14px; margin-top: 6px; line-height: 16px; }
.form6Pending {display: block; font-size: 14px; color: #B59410; margin-top: 8px; }
.assigned_user + .assigned_user {margin-top: 24px; }





.p_infos {display: block; width: 100%; padding: 45px 0px; border-top: solid 1px #C7D6F3; border-radius: 0; }
.section-title {display: block; width: 100%; font-size: 22px; font-weight: 600; margin-bottom: 22px; }
.p_infos p {color: #434955; } 
.descriptiondetail p {display: inline; }
.readmore_link {color: #1A5AD9; cursor: pointer; padding-right: 16px; background: url(../images/down-blue.svg) right 6px no-repeat; display: inline-block; }
.readmore_link.less {background: url(../images/up-blue.svg) right 6px no-repeat; } 
.googlemap {width: 100%; display: block; } 
.googlemap iframe {width: 100%; height: 192px !important; } 
.property_googlemap .googlemap iframe {height: 240px !important; border-radius: 8px; } 
.featuresShow {display: flex; width: 100%; flex-wrap: wrap; }
.featuresShow li {min-width: 33.33%; max-width: 33.3333%; display: flex; align-items: flex-start; margin-bottom: 14px; padding-left: 28px; background: url(../images/checkIcon.svg) left center no-repeat; line-height: 18px; }
.featuresShow li span {margin-right: 15px; }
.featuresShow li strong {white-space: nowrap; }
.p_infos h3.section-title {font-size: 20px; }
.featuresShow_link {display: flex; width: 100%; flex-wrap: wrap; }
.featuresShow_link li {min-width: 33.33%; max-width: 33.3333%; }
.featuresShow_link a {color: #1A5AD9; }
.featuresShow_link li a {display: flex; align-items: center; margin-bottom: 14px; }
 .video_or_Plan {width: 100%; height: 380px; position: relative; }
.videoCase:before {content: ""; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.25); border-radius: 8px; }
.vids_play_icon {width: 62px; height: 62px; border-radius: 70px; position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #434955 url(../images/play-icon.svg) 23px center no-repeat; cursor: pointer; }
.video_or_Plan img {width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.custom_modal {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; background: rgba(30, 30, 30, 0.81); }
.close_custom_modal {position: fixed; right: 0; top: 0; background: rgba(30,30,30,0.8); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; width: 44px; }
.close_custom_modal:before {content: ''; display: block; width: 100%; height: 100%; opacity: 0.7; background: url(../images/close-icon.svg) center no-repeat; }
.videoModalBox {width: 100%; max-width: 1200px; position: absolute; top: 0; bottom: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); }
.videoModalBox video {width: 100% !important; height: 100% !important; }
.vids_play_icon:hover {background-color: #000; }

.property_uploaded_docs {display: flex; width: 100%; align-items: flex-start; margin-bottom: 15px; }
.property_uploaded_docs strong {min-width: 50%; width: 50%; max-width: 50%; padding-right: 20px; }
.property_uploaded_docs a {display: block; max-width: 48%; padding-left: 30px; color: #1A5AD9; background: url(../images/download-icon.svg) left center no-repeat; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: normal; }
.propertyDetailBox .container{ padding-left: 0; padding-right: 0; }

.allleadsUsers{ display: block; width: 100%; }
.allleadsUsers ul{ display: flex; align-items: flex-start; overflow: hidden; flex-wrap: nowrap; }
.allleadsUsers ul li{ margin-right: 18px; text-align: center;}
.allleadsUsers ul li img{ width:34px; height: 34px; border-radius: 50px; display: block; margin: 0 auto; }
.allleadsUsers ul li label{ margin-bottom: 0; display: block; clear: both; padding-top: 5px; text-align: center; font-size: 12px; white-space: normal;}
.allleadsUsers ul li label span{ display: block; }
.btnlinkthis{ color: #1A5AD9; }

.btn-status{ border: solid 1px #000000; border-radius: 50px; color: #434955; font-size: 13px; height: 34px; line-height: 32px; display: inline-block; min-width: 50px;    padding: 0 20px;font-weight: 400;    text-align: center;cursor: pointer;}
.depositValue{ color: #147B43; line-height: normal;}
.financeid{ color: #000; line-height: normal;}
.contracts_links{ color: #1A5AD9 !important; text-decoration: underline !important; display: inline-block; }

.table td a{ color: #1A5AD9; }
.designationtext{ display: block; color: #7B7B7B; padding: 6px 0; }
.exp_review .ratingvalues{  display: inline-block;}
.aboutdetailsBox h6{ font-size: 16px; }
.aboutdetailsBox p{ color: #74777e; font-weight: 400; padding-top: 3px; }



.dashboardWhiteBox {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	float: left;
	box-shadow: 0 1px 10px #e8e8e8;
	margin-bottom: 30px; min-height: 150px;
}

.dashBTextLeft h2{font-weight: bold; margin-bottom: 10px; font-size: 24px;}
.dashBTextLeft p{font-weight: normal; font-size: 16px;}

.dashBTextLeft {
	float: left;
	width: auto;
}

.dashBIconRight {
	float: right;
	width: auto;
}

.dashBIconBg { background: #000; padding:12px; border-radius: 3px;}
.blueBg{ background: #D7EAFB;}
.redBg{ background: #F9E1E3;}
.greenBg{ background: #E2F6D1;}
.weekThis{font-size: 11px;}
.userActBtn{ background: #F1F5FF; border-radius: 30px; padding: 4px 8px; color: #333;}



@media screen and (max-width: 1399px)
{
  .account-body{ padding:25px 40px; }
  #content-wrapper .container-fluid { padding-left: 15px; padding-right: 15px; }
  .table-responsive{ max-width: calc(100vw - 30px) !important }
  .main-header-menu-icon{ margin-left: 15px; }

  .page-title{ font-size: 18px; }
  .searchBox .form-filter{ width: 200px; }
  .upd_content h2{ font-size: 20px; }
  .quicksummary ul li{ padding: 10px 12px; }

  .upd_img { width: 140px; height: 140px; min-width: 140px;}
  .userProfileDetailsBox{ align-items: flex-start; }
  .whitebox_bg{ padding: 30px; }

  .assigned_box {padding-left: 15px; padding-right: 15px; }
  .video_or_Plan {height: 346px; }
}

@media screen and (max-width: 1199px)
{
  .table-filters{ flex-wrap: wrap; }
  .whitebox_bg{ padding: 20px; }
  .propertyDetailPage .projectinfo_top {flex-wrap: wrap; }
.projectinfo_top{ flex-wrap: wrap; }
.projectinfo_topRight{ width: 100%; }
.setOrders .col-xl-9 {order: 1; }
.setOrders .col-xl-3 {order: 0; }



}


@media screen and (max-width: 991px)
{
  .table-searchbar{justify-content: flex-start;margin: 15px 0 0 0;}
  .nav-tabs li button{ padding: 10px 10px; }
  .featuresShow li, .featuresShow_link li {min-width: 49%; max-width: 49%; }
.neworest {margin-left: 0; }
.video_or_Plan {height: 300px; }

}


@media screen and (max-width: 767px)
{
  .table-pagination{ flex-wrap: wrap; }
  .leftpart{ width: 100%; text-align: center;}
  .rightpart{ width: 100%; margin-top: 20px; }

  .breadcrumb{ display: none !important; }
  .backtooldPage{ margin: 10px 0; }
  .quicksummary ul li{ flex-grow: 1; }

  .nav-tabs{ display: block; white-space: nowrap; overflow: auto; -webkit-overflow-scrolling:touch; }
  .nav-tabs li button{ margin-bottom: 0; }
  .whitebox_bg{ padding: 15px; }

  .projectinfo_topLeft .pTitle {font-size: 20px; margin-right: 0; display: block; width: 100%; }
  .projectinfo_topRight {width: 100%; margin-top: 20px; white-space: normal; }
  .ifHold{ min-width: 20px; }

  .lSSlideOuter .lSPager.lSGallery {
    display: none;
}
.featuresShow li, .featuresShow_link li {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.property_uploaded_docs strong {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.property_uploaded_docs a {
    max-width: 100%;
}
.property_uploaded_docs{ flex-wrap: wrap; }





}


@media screen and (max-width: 575px)
{
  .searchBox, .searchBox .form-filter{ width: 100%; }
  .right_filters{ width: 100%; }
  .account-body{ padding:25px 20px; }
  .upd_img {width: 100px; height: 100px; min-width: 100px; }
  .userProfileDetailsBox{ flex-wrap: wrap; }
  .upd_content{ padding-left: 0; padding-top: 10px; }
  .upd_img{ margin: 0 auto; }
  .filterBox{ flex-grow: 1; margin-right: 0; width: 100%;}
  .left_filters{ flex-grow: 1;padding-bottom: 10px; }
}







