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

:root {
    --bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-body-font-family: 'Tajawal', sans-serif; 
    --bs-secondary-font-family:  'Poppins', sans-serif ;
    --bs-body-font-size: 0.875rem;
    --bs-form-font-size: 0.875rem;
    --bs-gray-color:#f7f7f7;
    --bg-primary:#007DB8;
    --bg-second-primary:#D68F7A;
    --bg-secondary:#777;
    --bg-theme: #00486c;
    --bg-secondary-hover:#757678;
    --bg-primary-hover:rgba(77, 74, 77, 0.8);
    --bg-black: #000;
    --bg-white: #ffffff;
    --bg-light: #f8f9fa;
    --text-primary:#007DB8;
    --text-danger:#dc3545 ;
    --text-warning:#DFA103;
    --text-success:#17A42E;
    --badge-success: #198C11;
    --badge-warning: #D2A000;
    --badge-danger: #FC2121;
    --badge-closed: #CDDD00
}
body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    background-color: var(--bg-light);
    color: #1D1D1F;
}
.nav-link,a{
    color: var(--text-primary);
}
.text-primary{
    color: var(--bg-second-primary) !important;
}
.text-warning{
    color: var(--text-warning) !important;
}
.text-success{
    color: var(--text-success) !important;
}
.font-8{
    font-size: 8px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.fw-medium{
    font-weight: 500;
}
.fw-300{
    font-weight: 300;
}
.font-29 {
    font-size: 29px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}
.font-44 {
    font-size: 44px;
}
.fw-semibold {
    font-weight: 600;
}
.form-check-input:checked {
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}
/* .btn {
    height: 45px;
    padding: 12px 12px;
} */
.btn-primary,.btn-primary:disabled, .btn-primary.disabled {
    background-color: var(--bg-primary);
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,
.btn-outline-primary:hover,.btn-outline-primary:focus{
    background-color: var(--bg-primary-hover);
    border-color: transparent;
    color: var(--bg-white);
}
.btn-outline-primary {
    color: var(--bg-primary);
    border-color: var(--bg-primary);
    background-color: var(--bg-white);
    border-radius: 5px !important;
}
.btn-secondary {
    background-color: var(--bg-secondary);
    border-color: var(--bg-secondary);
	/*height: 41px;*/
    padding: 5px 12px;
    line-height: 31px;
    font-weight: 700;
    border-radius: 4px;
}
.btn-secondary:hover,.btn-secondary:focus,
.btn-outline-secondary:hover,.btn-outline-secondary:focus{
    background-color: var(--bg-secondary-hover);
    border-color: transparent;
    color: var(--bg-white);
}
.btn-outline-secondary {
    color: var(--bg-secondary);
    border-color: var(--bg-secondary);
    background-color: var(--bg-white);
}
.text-secondary {
    color: var(--bg-secondary);
}
.bg-white {
    background-color: var(--bg-white) !important;
}
.rounded-20 {
    border-radius: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: var(--bg-gray-color);
}
.form-select.bootstrap-select {
    padding: 0;
    display: block;
    min-width: 100%;
}
.form-select.bootstrap-select .btn-light {
    color: inherit;
    background-color: inherit;
    font-size: var(--bs-form-font-size);
}
.form-select.bootstrap-select .dropdown-toggle:focus,
.form-select.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.form-control.datepicker {
    padding: 0.375rem 0.75rem;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow:initial;
}
.form-control:focus, .dataTable-input:focus {
    box-shadow: initial;
}


/*login*/
.login-bg {
    background-image: url(../img/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}
.login-bg::after {
    content:"";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(0deg, #1b476c 0%, rgba(0, 0, 0, 0.369) 70%);
}

/*navbar start*/
.sb-sidenav-dark{
    background-color: var(--bg-primary) !important;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link,.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon,.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow{
    color:rgba(255,255,255,0.8);
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading{
    color: var(--bg-white);
}
.navbar-dark .navbar-nav .nav-link{
    color: var(--bg-primary);
}


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


/*card*/
.card {
    border: 1px solid #E2E2E2;
    border-radius: 8px;
}
.card-header {
    background: transparent;
    padding: 16px;
}
.card-body {
    padding: 15px;
}


/*form*/
.form-control, .form-select {
    border-color: rgba(112, 112, 112, 0.18);
    padding: 5px 12px;
    line-height: 31px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    border-radius: 4px;
}
.form-h {
    height: 46px;
    border: 0;
    /* background-color: #f5f5f5; */
    background-color: rgba(27, 71, 108, 0.1);
    border-radius: 6px;
}
.form-control.form-h:focus {
    background-color: #F7F7F7;
    border-color: var(--bg-primary);
    box-shadow: none;
}


/*table*/
.table td, .table th {
    border: none;
    padding: 8px 10px;
}
/*.table td{
    padding: 5px 10px;
}*/


/*action button*/
.action-button .dropdown-toggle::after{
    display: none;
}
.action-button a{
    color: #AEAEAE;
}
.action-button li span {
    vertical-align: middle;
}
.action-button li {
    min-width: 40px;
    text-align: center;
}
.action-button li span.material-icons {
    line-height: 15px;
}
.action-button .dropdown-menu {
    min-width: initial;
    padding: 8px 8px 4px;
}
.bg-table{
    background-color: #EFEFEF;
    color: var(--bg-black);
}
.table tbody{
    border: none;
}
.action-button li:hover a{
    color: var(--bg-primary);   
}
.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #e3e6f0;
}
.table-bordered tr,.table-bordered tr:last-child td {
    border: none;
    white-space: nowrap;
}
.back-hover:hover {
    background-color: var(--bg-primary) !important;
    color: var(--bg-white) !important;
}
.action-button .dropdown-menu {
    transform:translate3d(-30px, -11px, 0px) !important; 
}
table tr:hover {
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple ,
.select2-container--default .select2-selection--single,.select2-container--default{
    border-color: #DBDBDB;
    font-size: 13px;
    line-height: 21px;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
    padding: 8px 0;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link {
    color: rgba(48, 48, 48, 1);
    font-weight: 400;
    padding: 4px 14px;
    font-size: 13px;
}
/*.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a {
    font-size: ;
}*/
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link:hover {
    color: var(--text-black);
}
.custom-modal {
    border-radius: 10px;
}
.custom-modal .modal-header {
    background-color: var(--bg-primary);
}
.custom-modal .modal-content {
    border: none;
}
.custom-modal .modal-title {
    color: var(--bg-white);
}
.custom-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.dropify-wrapper {
        border: 1px solid #DBDBDB;
        border-radius: 0.25rem;
}
.dropify-wrapper .dropify-message span.file-icon:before {
    font-size: 50px;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 20px;
    color: #CCC;
}
.accept-text {
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.nicEdit-main {
    outline: none;
}
.search-button .search-icon {
    position: absolute;
    top: 0;
    padding: 4px 6px;
    right: 0;
    color: rgba(0,0,0,0.3);
}
.ck-editor__editable {min-height: 150px;}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {color: var(--bg-primary);}
.docx-img img {
    width: 100%;
    height: 150px;
    max-width: 150px;
}
.down-icon {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    max-width: 150px;
    align-items: center;
    display: none;
    justify-content: center;
}
.down-icon .material-icons {
    font-size: 22px;
    line-height: 42px;
    color: var(--bg-primary);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.docx-img:hover .down-icon {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {

}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar {
  width: 3px;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container .select2-selection--multiple {
    min-height: 36px;
}
.ox-auto::-webkit-scrollbar {width: 5px;height: 5px;}
.ox-auto::-webkit-scrollbar-track {background: #E9E9E9;border-radius: 35px;}
.ox-auto::-webkit-scrollbar-thumb{background:rgb(53 96 147 / 80%);border-radius: 35px;}
.ox-auto{
    overflow-y: hidden;
}
.search-button .form-control {
    padding-right: 36px;
}

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

}
.intime-late img,.outtime-early img {
    filter: brightness(0) invert(1);
}
.c-pointer {
    cursor: pointer;
}
.tab-content {
    padding: 20px 0px 0;
}
#layoutSidenav #layoutSidenav_nav {
    flex-basis: auto;
    transform: none;
}
#layoutSidenav{
    display: flex;
    flex-direction: column;
}
#layoutSidenav .sb-sidenav .sb-sidenav-menu .nav .nav-link {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: row;
    flex-wrap: nowrap;
}
.sb-sidenav {
    height: auto;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    display: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    position: relative;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/plus-circle-solid.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:after {
    background-image: url('../img/minus-circle-solid.svg');
}
td.footable-visible.footable-first-column {
    display: flex;
}
.footable.breakpoint > tbody > tr > td[colspan] > span.footable-toggle {
    display: none;
}
.back-hover i {
    color: var(--bg-primary);
}
.back-hover:hover i {
    color: #fff;
}
/*mobile responsive*/
@media(max-width: 574px){
.mb-4.detail-box p{
    margin-bottom: 0;
}
.d-flex.align-items-center.justify-content-end.mobile-flex-start {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin-top: 12px;
}
.mw-150 {
    margin-top: 8px;
}
.docx-img {
    margin-bottom: 20px;
}
.pagination-flex {
    margin-top: 12px;
}
ul.pagination {
    margin-top: 12px;
}
.login-bg {
    padding: 20px;
}
.border-dashed-black .upload-btn-wrapper{
        min-height: 100px;
}
}.submenu ul{
    margin: 0 0 8px 0;
    padding: 0 0 0 15px;
}
.submenu h2 {
    color: var(--bg-black);
    font-weight: 500;
    padding: 3px 16px;
    font-size: 15px;
    margin-bottom: 0;
}
.mogrify_report_tool img{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.floor-plan-toolbar{
    padding: 0 8px;
}
.floor-plan-toolbar li{
    padding:10px 8px;
    text-align: center;
}
.category-line{
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 2;
}
#mogrify_report {
  position:relative;
}  
#mogrify_report {
  background: #FFFFFF;
  width: 1036px;
  height: 700px;
  background-color:transparent;
  background-image: url('https://ict.realcube.estate/images/floor-plan.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.qrcode-link a{
    text-decoration: none;
}
.gallery_plan li{
    padding-right: 12px;
    padding-bottom:12px;
}
.gallery_plan{
    border-right:none;
    display: inline-block;
    vertical-align: top;
    padding: 2;
}
.gallery_plan img{
    width: 80px;
    height: 80px;
}
.floor-plan-toolbar .mogrify_report_tool img {
    pointer-events: none;
}
.plan-width{
    overflow-x: auto;
}
.form-select {
    -webkit-appearance: none;
}
/*editor start*/
.note-editor .btn-group>.btn:first-child {
    margin-left: 0;
}

.note-editor .btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.note-editor .btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.note-editor .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-editor.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.note-editor .note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-editor .dropdown-toggle::after{
    display: none;
}
.select_icon .svg-inline--fa {
    margin-right: 10px;
}
.inner {
    clear: both;
}
.bs-select-all {
    text-align: left;
}
.bs-deselect-all {
    text-align: right;
}



/*radio option choose*/


div.dataTables_wrapper div.dataTables_paginate, .dataTables_length {
    float: left;
    margin-bottom: 20px;
}
 div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
    color: #737373;
}
 div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #bbb;
    border-radius: 5px;
    outline: none;
}
 div.dataTables_wrapper div.dataTables_filter label {
    float: left;
}
 div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
     font-size: 12px;
     margin: 10px 0 20px;
     cursor: pointer;
}
div.dataTables_wrapper div.dataTables_filter{
    float: right;
}
body table.dataTable {
    margin-top: 40px !important;
}

/*Custom Theme change style*/
.setting-toggle {
    position: fixed;
    top: 50%;
    right: 0px;
    text-decoration: none;
    z-index: 1016;
    -webkit-transform: rotate(-90deg) translate3d(-25px, 50px, 0);
    transform: rotate(-90deg) translate3d(-25px, 50px, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -83px;
    cursor: pointer;
}
.setting-toggle .radius-left {
    border-radius: 5px 5px 0 0;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.theme-colors {
    position: absolute;
    top: 50px;
    bottom: 0;
    background: #fff;
    border-radius: 1px;
    transform: rotate(-90deg) translate3d(-25px, 55px, 0);
}
.show-color.theme-colors {
    top: -120px;
}
.theme-colors span {
    width: 22px;
    height: 22px;
    display: block;
    margin: 8px 10px;
}
.theme-blue {
    background: #2e86c1;
}
.theme-blue:hover {
    box-shadow: 0px 0px 5px 2px rgb(46 134 193 / 70%);
}
.theme-skyblue {
    background: #001936;
}
.theme-skyblue:hover {
    box-shadow: 0px 0px 5px 1px rgb(135 206 235 / 60%);
}
.theme-green {
    background: #008000;
}
.theme-green:hover {
    box-shadow: 0px 0px 5px 1px rgb(0 128 0 / 60%);
}
.theme-darkgreen {
    background: #006400;
}
.theme-darkgreen:hover {
    box-shadow: 0px 0px 5px 1px rgb(0 100 0 / 60%);
}
.theme-yellow {
    background: #E0A311;
}
.theme-yellow:hover {
    box-shadow: 0px 0px 5px 1px rgb(224 163 17 / 60%);
}
.spin-icon {
    width: 25px;
    height: 25px;
    background-color: transparent;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*End Custom Theme*/
.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a,.progress-bar{
    background-color:var(--bg-primary);
    border-color:var(--bg-primary);
}
.page-link, .dataTable-pagination a{
    color:var(--bg-primary)
}

.upload_btn {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: rgb(0 0 0 / 41%);
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    border-radius: 5px;
    height: 200px;
    line-height: 1.5;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    width: 100%;
}
.upload_img_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    right:0;
    width: 100%;
    margin: 0;
    height: 200px;
}
.upload-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.25rem;;
}
.upload_img_close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -10px;
    right: -6px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload_img_close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}



.dashboard-row .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    position: static;
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px;
    height: 100%;
}
.dash-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: static;
    width: 69px;
    height: 69px;
    left: 16px;
    top: 16px;
    background: #F1F1F1;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 3px;
}
.dashboard-primary-card {
    background: rgb(32 126 126);
}
.dashboard-info-card {
    background: rgb(48 128 95);
}
.dashboard-success-card {
    background: rgb(43 106 106);
}
.dashboard-warning-card {
    background: rgb(50 88 120);
}
.dashboard-red-card {
    background: rgb(186 75 51);
}
.dashboard-orange-card {
    background: rgb(186 128 34);
}
.panel-custom .navbar-collapse > ul > li ul {
    padding-left: 20px;
}
/*dashboard*/
.quick_links_carousel .owl-nav .owl-prev {
    position: absolute;
    right: 20px;
    top: -46px;
    padding: 1px 3px;
    background: transparent;
    color: #869791;
}
.quick_links_carousel .owl-nav .owl-next {
    position: absolute;
    right: -4px;
    top: -46px;
    padding: 1px 3px;
    background: transparent;
    color: #869791;
}
/* .quick_links_carousel .item{

} */
.quick_links_carousel a{
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    display: block;
    padding: 16px 12px;
    border: 1px solid #C3CED6;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}
.quick_links_carousel h4{
    font-weight: normal;
    margin: 0;
}
.owl-theme.quick_links_carousel .owl-nav [class*='owl-']:hover{
    background: transparent;
}
.owl-theme.quick_links_carousel .owl-nav [class*='owl-']:hover,.owl-theme.quick_links_carousel .owl-theme .owl-nav [class*='owl-']{
    color: #000000;
}
.dashboard-row h5 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000000;
}
.dashboard-row p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}
.quick_link_items a{
    padding: 20px 10px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_link_items .owl-item .item-icon {
    max-width: 40px;
    display: inline-block;
}
.quick_link_items a:hover {
    background-color: #f1f1f1;
    color: #000000;
}

a, .btn-link {
    color: var(--bg-primary);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}
a:hover,.btn-link:hover {
    color: var(--bg-second-primary);
}
.btn-primary img {
    width: 11px;
    height: 15px;
}
/*.btn-primary::before {
    position: absolute;
    content: "";
    background-image: url(../img/primary-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 11px;
    left: 27px;
    width: 13px;
    height: 17px;
}
*/
.sb-sidenav-menu .nav-link {
    /*border-left: 4px solid transparent;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.nav.nav-tabs.mb-3 {
    margin-bottom: 0 !important;
}
.tab-pane .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
.tab-pane .row.mt-4.grid-match {
    margin-top: 0 !important;
}
.table-responsive .row.mt-3.pagination-margin {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.custom-nav.nav-tabs .nav-link {
    color: #7D808A;
    font-size: 13px;
}
.custom-nav.nav-tabs .nav-link {
    color: #7D808A;
    font-size: 14px;
    padding: 0 25px 15px 25px;
    border: none;
    margin: 0;
    position: relative;
    font-weight: 400;
}
.active-lead-blog .custom-nav.nav-tabs .nav-link {
    padding: 0 21px 15px;
}
.nav-tabs {
    border-bottom: 1px solid #E8E8E8;
}
.custom-nav.nav-tabs .nav-link.active {
    color: #323540;
    font-weight: 600;
}
.custom-nav.nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    border-bottom: 3px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
}
.custom-nav.nav-tabs.prop-nav .nav-link::after {
    bottom: -15px;
}
.custom-nav.nav-tabs .nav-link.active::after {
    border-bottom: 3px solid #000000;
}
.agent-dash h2{
    font-size: 16px;
    font-weight:600;
}
.agent-dash .tab-pane {
    padding: 25px 0px 0;
}
.agent-dash .active-lead-blog .graph-pane .tab-pane {
    padding: 25px 12px 0;
}
.custom-legend {
    list-style: none;
    padding: 0;margin: 0;
}
.custom-legend li {
    margin: 5px 0;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-right: 32px;
}
.custom-legend li strong {
    position: absolute;
    right: 0;
    font-weight: 600;
}
.custom-legend span {
    display: inline-block;
    vertical-align: middle;
    /* min-width: 150px; */
    padding-left: 2px;
    font-size: 13px;
}
.booked-properties{
    color:#191819 ;
}
.contract-pending{
    color:BEC2C5 ;
}
.under-pay{
    color:#DBDFE2 ;
}
.new-properties{
    color:#E8ECF1 ;
}
.total-leads{
    color: #FFA50F;
}
.leads-count {
    position: absolute;
    background: #49AAEE;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    top: 34%;
    left: 50%;
}
.quick-btn {
    border-radius: 5px;
    padding: 10px 3.5px;
}
.quick-btn a {
    font-size: 10px;
    text-decoration: none;
    color: #666;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    margin-top: 2px;
}
.new-leads{
    background-color: #EDEDFB;
}
.my-customer{
    background-color: #DEFBF4;
}
.active-list{
    background-color: #FFE0E0;
}
.tasks {
    background-color: #FFF4E3;
}
.overdue {
    background-color: #F5F5F5;
}
.upcoming {
    background-color: #FAE4FF;
}

.custom-search input.form-control {
    background: #F7F7F7;
    padding: 10px 12px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-right: none;
}
.custom-search .input-group-text {
    background: #F7F7F7;
    border-radius: 7px;
}
.leads-list h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: capitalize;
}
.leads-list p {
    margin: 0;
    font-weight: 500;
}
.leads-list .progress {
    width: 82px;
    height: 6px;
    border-radius: 6px;
    background: #C0C0C0;
    border-color: transparent;
}
.leads-list .progress .progress-bar {
    background: #3FC549;
}
.profile-img{
    width: 100%;
    max-width: 46px;
    max-height: 46px;
    border: 1px solid #707070;
    border-radius: 50%;
}
.leads-list .col-sm-10 {
    padding-left: 0;
}
.bg-card-bg {
    background: #F9F9F9;
}
.leads-list .bg-card-bg {
    margin: 0;
    border: 1px solid #D5D5D5;
    border-radius: 7px;
    padding: 14px 0;
    align-items: center;
}
.lead-id {
    font-size: 13px;
}
.lead-id > span {
    color: #526076;
}
.leads-list .col-xs-12.col-md-6 {
    padding: 10px;
}
.lead_tab .col-xs-12.col-md-4 {
    padding: 10px;
}
.lead-time span {
    display: block;
    color: rgb(0 0 0 / 30%);
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
}
.leads .lead-time span {
    padding: 4px 16px;
    border-radius: 5px;
    line-height: 21px;
}
.leads-list .lead-time h3 {
    margin: 0;
    font-size: 16px;
}
.leads-list .lead-time h3 > span {
    margin-top: 4px;
}
.lead-time span.overdue-date {
    color: #FF0000;
    font-weight: 500;
    white-space: nowrap;
}
.lead-id > span {
    color: #526076;
}
.task .table-bordered td, .task .table-bordered th {
    border: 1px solid #e3e6f0 !important;
    padding: 0.5rem 0.5rem;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 35px;
}
/*card design*/
.card.list-card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    overflow: hidden;
}
.list-card .card-header{
  padding: 0;
  position: relative;
}
.list-card .card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
}
.list-card .card-footer {
    background-color: #ffffff;
}
.list-card .card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}
.list-card .badge {
    min-width: 65px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
}
.list-card .badge-success {
    background-color: #16940d;
}
.list-card .action-btn {
    width: 28px;
    height: 28px;
    /* border: 1px solid rgba(0,0,0,0.07); */
    border-radius: 5px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
}
.text-short {
    overflow: hidden;
    width: 100%;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
/*Payment plan*/
.font-bold {
    font-weight: 600;
}
span.prog_in {
    height: 15px;
    background: #ccc;
}
.rounded-10 {
    border-radius: 10px;
}
span.pay_in {
    height: 15px;
}
.w-40 {
    width: 40%;
}



/*profile page*/
.avatar-upload {
    position: relative;
    height: 100%;
    background: #f2f2f2;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f1f1f1;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.upload-profile{
    text-align: center;
    display: block;
    line-height: 28px;
}
.dropdown .badge {
    min-width: initial;
}

/*full calendar style started*/
.calendar-design .fc-event {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 2px;
    background: rgba(101,113,255,.2);
    border: 0;
    border-left: 3px solid #6571ff;
    color: #000;
    font-weight: 500;
}
.calendar-design .fc-h-event .fc-event-main {
    color: #000;
}
.calendar-design .fc .fc-col-header-cell-cushion,.calendar-design .fc .fc-daygrid-day-number {
    color: #000;
    text-decoration: none;
}
.calendar-design .fc .fc-toolbar-title {
    font-size: 20px;
}
.blue h4 {
    font-size: 36px;
    line-height: 100px;
    background: #0d6efd;
    color: #fff;
    margin: 10px;
    text-align: center;
}
.slick-prev:before, .slick-next:before {color: #040404;}

/* Start PM Dashboard */
.pm-dashboard .title {
    color:  #333 !important;
    font-weight: 600;
    font-size: 15px !important;
        line-height: 22px;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.pm-dashboard .dashboard-min .inner-text {
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.pm-dashboard .dashboard-min .remind {
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.pm-dashboard .dashboard-min .remind span {
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    vertical-align: middle;
}
.pm-dashboard .dashboard-min .total-data-count {
    font-weight: 700 !important;
    color: #171412 !important;
    font-size: 35px !important;
}
.pm-dashboard .dashboard-min .rent-text {
    color:  #333  !important;
    font-weight: 600 !important;
    font-size: 22px !important;
}
.pm-dashboard .fa-question-circle {
    color: #d9dedf;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.pm-dashboard .service-status .circle::before {
    content: "";
    margin-right: 5px;
    border-radius: 50%;
    border: 3.5px solid;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 2px;
}
.pm-dashboard .service-status .dot-total::before {
   border-color: #e0e9f8;
}
.pm-dashboard .service-status .dot-open::before {
    border-color: #001936;
}
.pm-dashboard .service-status .dot-progress::before {
    border-color: #00c2de;
}
.pm-dashboard .service-status .stat-count,
.pm-dashboard .service-status li {
    color: #4D4D4D !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.pm-dashboard .dashboard-min {
    min-height: 166px !important;
}
.pm-dashboard .border-right-2px {
    border-right-width: 2px !important;
}
.dashboard-min .count-sec-pm .count-box {
    display: inline-block;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
}
.dashboard-min .count-sec-pm.one,
.dashboard-min .count-sec-pm .count-box.one {
    background-color: rgb(90 89 93 / 10%);
    color: #8d9f93;
    border-radius: 12px;
}
.dashboard-min .count-sec-pm.two,
.dashboard-min .count-sec-pm .count-box.two {
    background-color: #f3fafd;
    color: #001936;
    border-radius: 12px;
}
.dashboard-min .count-sec-pm.three,
.dashboard-min .count-sec-pm .count-box.three {
    background-color: rgba(50,88,144,0.1);
    color: #325890;
    border-radius: 12px;
}
.dashboard-min .count-sec-pm.four,
.dashboard-min .count-sec-pm .count-box.four {
    background-color: rgb(151 134 75 / 10%);
    color: #97864B;
    border-radius: 12px;
}
.dashboard-min .count-sec-pm.five,
.dashboard-min .count-sec-pm .count-box.five {
    background-color: #eae7f8;
    color: #7a70b0;
    border-radius: 12px;
}
.dashboard-min .count-sec-pm h6 {
    color: #707070 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 15px !important;
}
.pm-dashboard .dashboard-min .va-middle.total-data-count {
    color: inherit !important;
}
.ml-3, .mx-3 {
    margin-left: 0.8rem!important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.moveIntag {
    background: #001936;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 3px;
    font-weight: 500;
}
.moveOuttag {
    background: #97864B;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 3px;
    font-weight: 500;
}
.border-right {
    border-right: 1px solid #e3e6f0!important;
}
.material-icons.circle-icon {
    width: 35px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
}
.text-bule {
    color: #026978;
}
.card-height3 {
    height: 161px;
}
.card-height2 table, .card-height3 table {
    height: 100%;
}
.fa-star, .fa-star-o {
    color: #f3b521;
    font-size: 18px;
}
.nodata-found td {
    background-color: #fff;
}
.text-dgray {
    color: #5a595d;
}
.circle-icon.green {
    border-corde: #001936;
    color: #001936;
}
.circle-icon.dyellow {
    border-corde: #97864B;
    color: #97864B;
}
.circle-icon.bule {
    border-corde: #026978;
    color: #026978;
}
.circle-icon.dgray {
    border-corde: #5a595d;
    color: #5a595d;
}
.text-dyellow {
    color: #001936 !important;
}
.tyellow {
   color: #97864B; 
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.p-3 {
    padding: 0.7rem!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-15 {
    font-size: 15px !important;
}
/*survey report*/
.comm-rating {
    width: 50px;
    height: 50px;
    background: #fff8e5;
    line-height: 52px;
    border-radius: 50%;
    margin: 0 auto;
}
.comm-rating .fa-star {
    font-size: 20px;
    color: #f3b521;
}
.community .comm-rating {
    background: #f3fafd; color: #000;
}
.pm-dashboard h5 {
    color: #333333;
    font-weight: bold !important;
    font-size: 1.05rem !important;
    line-height: 1.5rem !important;
}
.lh-normal {
    line-height: 24px;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.text-left { text-align: left !important; }
.login-bg-content {
    z-index: 1;    
    position: absolute;
    bottom: 70px;
}
.login-bg-content h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
}
.login-bg-content p {
    font-weight: 500;
    font-size: 18px;
    line-height:25px;
    color: #FFFFFF;
}
/* .login-bg-content h1::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 44px;
    background-color: var(--bg-theme);
    left: 0;
    top: 11px;
    border-radius: 10px;
} */
.login-logo {
    width: 100%;
    max-width: 125px;
    height: auto;
    margin: 4.5px auto;
    text-align: center;
}
.text-dark {
    color: #252525;
}
.bg-dots,
.bg-dots1 {
    position: relative;
}
/* .bg-dots::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dots.png);
    bottom: 0;
    right: 0;
        width: 33%;
    height: 18%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
} */
/* .bg-dots1::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dots-gray.png);
    bottom: 0;
    left: 0;
        width: 99%;
    height: 21%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
} */
.wrapper {
    padding: 0px;
    padding-right: 0;
    /*background: #F2F2F2;*/
    height: 100vh;
    /*overflow: hidden;*/
}
.sb-sidenav {
    z-index: 1;
    max-height: calc(100vh - 30px);
    overflow: auto;
    padding: 0px 12px;
    background: linear-gradient(180deg, #1A88C9 0%, #09476C 100%);
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    margin: 5px;
}
.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0;
}
#layoutSidenav #layoutSidenav_content {
    padding-left: 0px;
    justify-content: initial;
    margin-left: 0;
}

#layoutSidenav_content main {
    padding: 20px;
   /* max-height: calc(100vh - 95px);
    overflow: auto;*/
    /*padding-right: 20px;*/
}
main .container-fluid {
    padding: 0;
}
.top-nav{
    background-color: #f2f2f2;
    /* border-radius: 0 0 10px 10px; */
    /* margin-left: 25px;
    margin-right: 15px;
    padding-top: 20px; */
    position: fixed;
    left: 0;
    right: 0;
    z-index:9999;
}
.sb-topnav {
    background-color: #fff;
    /*border: 1px solid #f2f2f2;*/
    /* border-radius: 10px !important; */
    /*box-shadow: 0 3px 20px 0 rgba(0,0,0,.10)!important;*/
    padding: 0 20px;
    height: 56px;
}
nav.sb-topnav.navbar.navbar-expand {
    /*max-width: calc(100% - 20px);*/
}
.sb-topnav, .sb-sidenav-dark, .sb-sidenav-dark .sb-sidenav-footer, .sb-sidenav {
    border-radius: 0px;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon img {
    width: 20px;
    height: 20px;
}
.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0px;
    color: #fff;
}
.sb-sidenav-menu .nav-link.active .sb-nav-link-icon,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .sb-nav-link-icon{
    color: #ffff;
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link.active,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover {
    background: none;
    color: #fff;
    background-color: var(--bg-theme);
    border-radius: 5px;
	overflow: hidden;
}
.nav a.nav-link.active:after{
	content: "";
	position: absolute;
	left: -12px;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color:#DFA103;
    top: 24px;
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link .active-icon{
    display: none;
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link.active .active-icon,
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .active-icon {
    display: block;
 }
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link.active .inactive-icon,
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .inactive-icon {
    display: none;
 }
.welcome-box .btn-white {
    background-color: #257760;
    border-color: #257760;
    border-radius: 0px;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--bg-white);
}
.welcome-box {
    background-color: var(--bg-theme);
    padding: 15px;
    border-radius: 0px;
    color: var(--bg-primary);
    height: 100%;
}
.sb-topnav .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sb-topnav .nav-item.dropdown .dropdown-toggle img {
    width: 38px;
    height: 38px;
}
.user-name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
}
.user-designation{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-width: 220px;
}
.bell-icon{
    color: #146EA4;
}
.bell-icon-no{
    background: #EFAB00;
    padding: 9px;
    border-radius: 50px;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1px;
}
.navbar-nav li.nav-item {
    padding-left: 40px;
}
.navbar-nav li.nav-item a img {
    width: 20px;
    height: auto;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.card .card-title h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-transform: uppercase;
}
.quick-link-card {
    border: 2px solid #f5f5f5;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 0px;
}
.quick-link-card img {
    height: auto;
    max-width: 40px;
    margin-right: 20px;
}
.quick-link-card span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    opacity: 0.5;
}
.quick-link-carousel.owl-carousel .owl-nav button.owl-next,
.quick-link-carousel.owl-carousel .owl-nav button.owl-prev,
.quick-link-carousel.owl-carousel button.owl-dot,
.maintenance-carousel.owl-carousel .owl-nav button.owl-next,
.maintenance-carousel.owl-carousel .owl-nav button.owl-prev,
.maintenance-carousel.owl-carousel button.owl-dot {
    padding: 0 10px !important;
    font-size: 18px;
}
.view-all-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #040403;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 4.5rem;
}
.view-all-link img {
    width: 20px;
    height: 20px;
}
.table > :not(:first-child), .dataTable-table > :not(:first-child) {
    border-top: none;
}
.table thead {
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
}
.table tbody tr:nth-child(even) {
    background-color: #fff;
}
.table td:first-child, .table th:first-child {
    border-radius: 0;
}
.table td:last-child, .table th:last-child {
    border-radius: 0;
}
.table th {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #3D3D3D;
    text-transform: inherit;
    white-space: nowrap;
    padding: 5px 10px;
}
.table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1F;
    white-space: nowrap;
    padding: 5px 10px;
}
.table a.view-all-link {
    font-weight: 400;
    font-size: 15px;
    margin-right: 0;
}
.maintenance-carousel .quick-link-card span {
    font-size: 13px;
}
.cd-tabs.nav-tabs {
    border-bottom: none;
}
.cd-tabs.nav-tabs .nav-link {
    padding: 2px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}
.cd-tabs.nav-tabs .nav-link.active,
.cd-tabs.nav-tabs .nav-item.show .nav-link {
    font-weight: 600;
    color: #000000;
    border-color: transparent;
}
.cd-tabs.nav-tabs .nav-link:hover {
    color: rgba(0, 0, 0, 0.80);
}
.cd-tabs.nav-tabs .nav-link:hover, .cd-tabs.nav-tabs .nav-link:focus {
    border-color: transparent;
}
.cd-tabs.nav-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: var(--bg-second-primary);
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 3px;
    margin: auto;
}
.dash-img {
    background-color: var(--bg-primary);
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: end;
}
.lease-card h6 {
    color: rgba(0,0,0,.5);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}
.lease-card p {
    color: rgba(0,0,0,1);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}
.left-arrow {
    width: 16px;
    height: 16px;
}
/*.time-btn-group {
    flex-wrap: wrap;
}*/
.time-btn-group .cirlce {
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.btn-check:checked + .btn-outline-primary .cirlce {
    border: 4px solid #fff !important;
}
.time-btn-group label.btn.btn-outline-primary {
    border-radius: 0;
    padding: 8px 15px;
    font-size: 13px;
    color: #000;
    border-color: rgba(112, 112, 112, 0.18);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap;
}
.time-btn-group label.btn.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bg-primary);
}
.time-btn-group label.btn.btn-outline-primary:hover .cirlce {
    border: 4px solid #fff !important;
}
.time-btn-group .btn-check:checked + .cirlce {
    border: 4px solid #fff !important;
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active, .btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    background-color: var(--bg-primary);
}
.location-btn-group p {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
}
.location-btn-group img {
    width: 39px;
    height: 39px;
    margin-bottom: 10px;
}
.location-btn-group label.btn.btn-outline-primary {
    margin-right: 30px;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 12px;
    border-color: rgba(112, 112, 112, 0.18);
    width: 100%;
    height: 100%;
    min-width: 130px;
    margin-bottom: 8px;
}
.location-btn-group .btn-check:checked + .btn-outline-primary,
.location-btn-group .btn-check:active + .btn-outline-primary {
    background-color: #F2EDF3;
}
.location-btn-group .btn-check + .btn-outline-primary:hover {
    background-color: #F2EDF3;
}
.attachment-div label:not(.error) {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    margin: 0;
    background: #fff;
    border: 1px solid #dadada;
    position: relative;
    line-height: 22px;
    display: block;
    text-align: left;
    padding: 0.67rem 0.75rem 0.75rem;
    color: #868686;
    cursor: pointer;
    padding-right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.attachment-div label:not(.error):after {
    content: '';
    background: url(../img/upload.png);
    position: absolute;
    right: 12px;
    top: 13px;
    color: #868686;
    border-radius: 5px;
    transition: all 0.2s ease;
    width: 14px;
    height: 14px;
    padding: 10px;
    background-repeat: no-repeat;
}
.attachment-div input {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin-top: -15px;
    visibility: hidden;
}
.attachment-div label.selected {
    color: #333333;
}
.form-label,label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    text-transform: inherit;
    display: block;
    margin-bottom: 0.5rem;
}
.success-dialog h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}
.success-dialog p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.success-dialog .btn-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 50px;
}
.star-rating {
    list-style-type: none;
    margin-bottom: 0;
}
.star-rating li .fa-star,
.star-rating li.fa-star-o {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}
.star-rating li {
    margin-left: 2px;
}
.nav-search {
    line-height: 38px;
    width: 100%;
    display: block;
    min-width: 200px;
    border: none;
    background-color: #FAFAFA;
    background-image: url(../img/top-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    margin-left: 15px;
}
.request-status h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 10px;
}
.request-status img {
    width: 22px;
    height: 22px;
}
.detail-box h5 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.detail-box p {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.user-circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1A88C9 0%, #09476C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.user-info {
    flex: 1;
}
.user-info h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 3px;
}
.user-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.time-line-para {
    border-left: 2px solid #000;
    font-size: 15px;
}
.table {
    width: 100%;
    margin-bottom: 0px;
}
.emp-table{
    overflow-x: scroll;
    position: relative;
    display: block;
}
.emp-table::-webkit-scrollbar {
    width: 4px;
    height:6px;
  }

  .emp-table::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
  }

  .emp-table::-webkit-scrollbar-thumb {
    background: #002c6a;
    border-radius: 10px;
  }
  .table-responsive{
    overflow-x: scroll;
    position: relative;
    display: block;
}
.table-responsive::-webkit-scrollbar {
    width: 4px;
    height:6px;
  }

  .table-responsive::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    background: #002c6a;
    border-radius: 10px;
  }
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    border-radius: 10px;
}
.btn {
    /*border-radius: 0;*/
}
.btn-primary,.btn-outline-primary {
    /*text-transform: uppercase;*/
    font-weight: 700;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    /* padding-top: 1rem;*/
    margin-bottom: 5px;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link:last-child {
    border-bottom: none;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.15s ease;
    border: 1px solid rgba(0,0,0,0.05);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    line-height: 5px;
    text-align: center;
    padding: 0;
}
.group-text {
    color: #fff;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
::selection {
  color: var(--bg-white);
  background: var(--bg-primary);
}
@media (max-width:1199.9px) {
    .login-bg-content h1 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .login-bg-content h1::before {
        height: 25px;
    }
    .login-bg-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-dots::after {
        display: none;
    }
    .bg-dots h1 span {
        font-size: 16px;
    }
    .form-control, .form-select {
        font-size: 14px;
    }
}
@media (max-width:320px) {
    .sb-topnav {
        height: auto;
    }
    .btn-white {
        width: 100%
    }
    .location-btn-group {
        flex-wrap: wrap;
    }
    .btn-primary,.btn-outline-primary {
        width: 100%;
        margin: 4px 0;
    }
    .btn-secondary,.btn-outline-secondary {
        width: 100%;
        margin: 4px 0;
    }
}
@media screen and (max-width:767.9px) {
    .login-bg-content {
        bottom: 0;
        position: relative;
    }
    .dash-img {
        display: none;
    }
    .login-bg {
        height: 300px;
    }
    .nav-search {
        min-width: 150px;
        font-size: 13px !important;
    }
    .page-title h4 {
        font-size: 18px;
    }
    .btn-primary {
        font-size: 13px;
        padding: 4px 20px;
    }
    .login-with-scess {
        font-size: 13px;
        padding: 4px 20px;
    }
    .cd-tabs.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .cd-tabs.nav-tabs .nav-link {
        font-size: 13px;white-space: nowrap;
    }
    .cd-tabs.nav-tabs .nav-link.active::after {
        bottom: 0;height: 2px;
    }
    .table td {
        font-size: 14px;
        white-space: nowrap;
    }
    .table th {
        font-size: 15px;
        white-space: nowrap;
    }
    .success-dialog h5 {
        font-size: 25px;
    }
    .success-dialog p {
        font-size: 14px;
        line-height: 20px;
    }
    .success-dialog .btn-primary {
        font-size: 14px;
        padding: 9px 30px;
    }
    .success-dialog img {
        width: 40px;
        height: 40px;
    }
    .user-info h6 {
        font-size: 16px;
    }
    .user-info p {
        font-size: 14px;
    }
    .user-circle-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .user-info .btn-outline-primary {
        font-size: 14px;
    }
    .user-name {
        display: none;
    }
    .nav-link {
        font-size: 14px;
    }
}
@media (max-width:575.9px) {
    .sb-sidenav .sb-sidenav-menu .nav a.nav-link.active,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover {
    overflow: unset;
}
.nav a.nav-link.active:after {
    display: none;
}
    .login-bg-content h1 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .login-bg-content p {
        font-size: 14px;
        line-height: normal;
    }
    .navbar-nav li.nav-item {
        padding-left: 15px;
    }
    .card .card-title h6,
    .view-all-link,
    .quick-link-carousel.owl-carousel .owl-nav button.owl-next,
    .quick-link-carousel.owl-carousel .owl-nav button.owl-prev,
    .quick-link-carousel.owl-carousel button.owl-dot,
    .maintenance-carousel.owl-carousel .owl-nav button.owl-next,
    .maintenance-carousel.owl-carousel .owl-nav button.owl-prev,
    .maintenance-carousel.owl-carousel button.owl-dot,
    .table td {
        font-size: 14px;
    }
    .owl-carousel .owl-nav {
        top: -38px;
    }
    .table th {
        font-size: 15px;
    }
}
@media (max-width:991.9px) {
.dash-img {
        display: none;
    }
    .btn-white {
        width: 100%;
    }
    .welcome-box h5,
    .welcome-box p {
        font-size: 15px;
    }
    .welcome-box h6 {
        font-size: 14px;
    }
    .form-label {
        font-size: 14px;
    }
}

/*------------------ Dashboard ---------------------------*/

.dashboard-card-left{
    background: #4AEDBD;
}
.dashboard-card-left .dash-unit-div {
    background: #25775F;
    width: 100%;
    max-width: max-content;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .dashboard-card-left .dash-unit-div{        
        width: 50%;
    }
}
.dashboard-card-left .welcome-bg{
    position: absolute;
    right: 0;
    top: 30px;
}
.dashboard-card-left .welcome-bg img{
    width: 180px;
}
.text-cancelled{
    color: #1D1D1F;
}
.icon-cancelled-div{
    width: 17px !important;
    background: #D9D9D9;
    height: 17px !important;
    display: inline-grid;
    border-radius: 50px;
    padding: 3.3px;
}
.icon-cancelled{
    width: 10px !important;
    height: 10px;
    color: #000;
    border-radius: 50px;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    border-radius: 4px;
    /* height: 45px; */
}

.page-title h4 {
    margin-bottom: 0;
}
 .text-brown {
    color: #b56750;
 }
 .text-gray-800 {
    color: rgba(0,0,0,0.80);
 }
 .text-theme {
    color: var(--bg-theme);
 }
/*------------------ Dashboard ---------------------------*/
.pagination {
    margin-bottom: 0 !important;
}
.pagination li a{
    color: var(--bg-primary) !important;
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination li a.active {
    background-color: var(--bg-primary);
    color: var(--bg-white) !important;
}
.pagination li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination li:not(:first-child) a {
    margin-left: -1 !important;
}
.card-title {
    margin-bottom: 0;
}
td .badge-success {
    color: var(--badge-success);
}
td .badge-danger {
    color: var(--badge-danger);
}
td .badge-warning{
    color: var(--badge-warning);
}
td .badge-primary {
    color: var(--bg-primary);
}
td .badge {
    background-color: transparent !important;
    padding: 0;
    font-size: 14px;
    text-align: left;
}
.docx-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.down-icon {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    max-width: 150px;
    align-items: center;
    display: none;
    justify-content: center;
}
.down-icon .material-icons {
    font-size: 22px;
    line-height: 42px;
    color: var(--bg-primary);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.docx-img:hover .down-icon {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}
::placeholder {
    text-transform: capitalize;
}
.bg-light-green {
    background-color: #d5ebd4;
}
.bg-light-gray {
    background-color: #dbdbdb;
}
.bg-icon {
    width: 40px;
    height: 40px;
    background-color: var(--bg-primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;

}
.border-start-4 {
    border-left: 4px solid #dbdbdb !important;
    border-radius: 4px;
}
.req-details{
    font-weight: bold;
}
.page-title h4,.page-title {
    font-weight: 500;
}
span.mandatory {
    color: red;
}
.table td.action-button.text-end,.table th.text-end:last-child {
    text-align: center !important;
}
.table th:last-child {
    text-align: center;
}
.table td.text-blue {
    color: #3463c3;
}
.action-button .btn:hover {
    color: #3463c3;
}
.mw-150{
    min-width: 150px;
    padding: 9px 12px;
}
.parnter-logo img {
    max-height: 50px;
}
.help-info {
    padding: 0;
    margin: 0;
}
.help-info span {
    margin-left: 11px;
}
.help-box {
    margin-bottom: 20px;
    padding: 20px;
}
.icon-bg svg {
    font-size: 24px;
    margin-top: 12px;
}
.icon-bg {
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    margin: 0 ;
    text-align: center;
    border-radius: 50%;
}.help-box span {
    display: block;
    word-break: break-word;
    font-size: 18px;
    margin-top: 13px;
    font-weight: 600;
}
.help-box p {
    font-size: 15px;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

@media(min-width: 1024px) and (max-width: 1199px){
.bg-dots1::after{
    background-position: right bottom;
}
}
.bootstrap-select .dropdown-menu {
    min-width: 100%; 
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: 0.5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.form-select.bootstrap-select .btn-light {
    color: inherit;
    background-color: inherit;
    padding: 4px 12px;
    line-height: 31px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ot-tabs .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    background-color: transparent;
    white-space: nowrap;
}
.ot-tabs .nav-tabs .nav-link:hover {
    border: 0;
}
.ot-tabs .nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    position: relative;
    border: 0;
    margin-bottom: 0;
}
.ot-tabs .nav-tabs .nav-link.active {
    color: #002c6a;
    font-weight: 600;
}
.ot-tabs .nav-tabs .nav-item .nav-link.active:before {
    position: absolute;
    bottom: -1px;
    width: 40px;
    border-bottom: 3px solid #002c6a;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    border-radius: 7px;
}
.ot-tabs .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    bottom: -1px;
    width: 40px;
    border-bottom: 3px solid transparent;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    border-radius: 7px;
}
  .ot-tabs .accordion-item{
    border: 0px;
  }
    .ot-tabs .accordion-body{
    padding: 0;
  }
  .ot-tabs .nav-link{
    color: #000;
  }

/*---------------------------------------------*/
/* login */
.user label{
    font-weight: 500;
}
.login-with-scess{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    border-radius: 6px;
    height: 45px;
    background: rgba(239, 171, 0, 0.2);
    font-weight: 500
}

/* Dashboard */

/*#layoutSidenav #layoutSidenav_nav{
    margin-left:0;
    border-radius: 0;
    margin-top: 55px;
}*/
.emp-name{
    color: rgba(0, 0, 0, 0.5);
}
.bdash-box{
    width: 49px;
    height: 49px;
    border-radius: 6px;
    padding: 11px;
    overflow: hidden;
}
.total-request-icon{
    background: linear-gradient(138.37deg, #EBF8FF 0%, #177EBA 134.4%);
}
.main-dashbaord .card{
    border-radius: 10px;
}
.approve-request-icon{
    background: linear-gradient(135.63deg, #CAFAD8 0%, #317644 169.59%);
}
.pending-request-icon{
    background: linear-gradient(136.95deg, #FAF8ED 0%, #94894C 151.15%);
}
.rejected-request-icon{
    background: linear-gradient(136.95deg, #FFE8E7 0%, #9A4848 151.15%);
}
.employee-label{
	margin-top: 10px !important;
	margin-bottom: 0;
}
.intime{
    background: rgba(111, 227, 136, 0.2);
    border-radius: 3px;
    color: #157329;
    padding: 0px 0px 0px 8px;
    font-weight: 500;
    width: 95px;
    display: flex;
    overflow: hidden;
    line-height: normal;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.intime.intime-late{
	background: red;
	color: #FFF;
}

.intime span{
    background: rgba(111, 227, 136, 0.2);
    border-radius: 0px 3px 3px 0px;
    border-radius: 3px;
    padding: 6px;
    display: flex;
    justify-content: end;
    text-align: end;
}
.outtime{
    background: rgba(192, 192, 192, 0.2);
    border-radius: 3px;
    padding: 0px 0px 0px 8px;
    color: #000;
    font-weight: 500;
    width: 95px;
    display: flex;
    overflow: hidden;
    line-height: normal;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}
.outtime-early{
    height: 31px;
    background: red;
    border-radius: 3px;
    padding: 8px 0px 8px 8px;
    color: #FFF;
    font-weight: 500;
}
.outtime span{
    background: rgba(184, 184, 184, 0.2);
    border-radius: 0px 3px 3px 0px;
    border-radius: 3px;
    padding: 6px;
    display: flex;
    justify-content: end;
    text-align: end;
}
.form-d-label span{
    background: white;
    padding: 0 7px;
    margin-left: 20px;
    top: 8px;
    position: relative;
    z-index: +3;
}
.modal{
    z-index: 9999;
}
/*---------------------------------------------*/
/*wizard*/
.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}
.wizard .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
margin-bottom: 6%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    border: 2px solid #ccc;
    color: #ccc;
    background-color: #fff;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(180deg, #1A88C9 0%, #09476C 100%);
    border: 2px solid #0dcaf0;
    color: #fff;
}
.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}

/*.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0dcaf0;
}*/
.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}
.emp-name span {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
}
.wizard .nav-tabs {
    z-index: 1;
}
.wizard .nav-tabs:after {
       content: "";
    width: 65%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 33%;
    z-index: -1;
}