@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'); */
/* @import url('https://fonts.cdnfonts.com/css/gotham'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-body-font-family: 'Inter', 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:#0C2B5C;
    --bg-second-primary:#036084;
	--bg-secondary:#777;
    --bg-theme: #4AEDBD;
	--bg-secondary-hover:#757678;
	--bg-primary-hover:#006BB7;
	--bg-black: #000;
	--bg-white: #ffffff;
	--bg-light: #f8f9fa;
	--text-primary:#356093;
	--text-danger:#dc3545 ;
    --font-family:'Inter', sans-serif;
    --bg-blue: #005f83;
    --bg-side-menu-blue:#0C2B5C;
}
/* Inter Regular 400 */
@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium 500 */
@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold 700 */
@font-face {
    font-family: 'Inter';
    src: url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.nav-link, a {
    color: #000;
}

.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: #005f83;
    border-color: #f8f9fa;
}

body {
	font-family: var(--font-family);
	font-size: var(--bs-body-font-size);
	background-color: var(--bg-light);
	color: #000;
    overflow-y: hidden;
}
/*.nav-link,a{
    color: var(--text-primary);
}*/
.text-primary{
	color: var(--bg-primary) !important;
}
.bg-dark-blue{
    background-color: var(--bg-side-menu-blue) ;
}
.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-normal{
	font-weight: 400;
}
.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);
}
.material-icons.star-icon {
	color: lightgrey;
	font-size: 24px;
	cursor: pointer;
}
.btn {
	padding: 0.50rem;
}
.btn-primary,.btn-outline-primary {
    padding: 8px 15px;
    /* border-radius: 50px; */
    /* background: linear-gradient(45deg,#45db33,#00bfff)!important; */
    text-align: center;
    /* min-width: 9rem; */
    max-height: 42px;
    min-height: 42px;
    color: #fff;
    line-height: 23px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 4px;
}
.btn-primary:disabled, .btn-primary.disabled {
	background-color: var(--bg-primary);
	border-color: transparent;
    opacity: 0.5;
}
.btn-primary {
    background-color: var(--bg-primary);
}
.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);
}
.btn-outline-primary2 {
    text-align: center;
    max-height: 42px;
    min-height: 42px;
    /* border-radius: 40px; */
    padding: 10px 25px;
    line-height: 1;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border: 2px solid var(--bg-primary);
    background-color: var(--bg-white);
    color: var(--bg-primary);
}
.btn-outline-primary2:hover{
    background-color: var(--bg-primary);
    color: var(--bg-white) !important;
}
.btn-secondary {
	background-color: var(--bg-secondary);
	border-color: var(--bg-secondary);
}
.btn-secondary:hover,.btn-secondary:focus,
.btn-outline-secondary:hover,.btn-outline-secondary:focus{
	background-color: var(--bg-secondary-hover);
	border-color: transparent;
	color: var(--bg-white);
}
.btn-outline-secondary {
	color: var(--bg-secondary);
	border-color: var(--bg-secondary);
	background-color: var(--bg-white);
}
.text-secondary {
    color: var(--bg-secondary);
}
.bg-white {
	background-color: var(--bg-white) !important;
}
.rounded-20 {
	border-radius: 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: bottom;
    position: relative; */
    background: #eef2ff;
}
/* .login-bg::after {
    content:"";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(0deg, #000000 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);
}

/* left menu side */
#layoutSidenav #layoutSidenav_content_new {
    margin-left: 250px;
    transition: margin-left 0.3s ease;
    background-color: #F4F6FD;
}

#layoutSidenav #layoutSidenav_content_new {
    padding-left: 0px;
    justify-content: space-between;
    margin-left: 250px;
    min-height: calc(100vh - 142px);
}
#layoutSidenav #layoutSidenav_nav {
	flex-basis: auto;
	transform: none;
	position: fixed;
}
#layoutSidenav_nav {
    width: 250px;
    transition: all 0.3s ease;
}
.nav .login-logo {
    max-width: 135px;
}
.login-logo {
    width: 100%;
    max-width: 185px;
    height: auto;
    margin: 4.5px auto;
    text-align: center;
}
.sb-topnav, .sb-sidenav-dark, .sb-sidenav-dark .sb-sidenav-footer, .sb-sidenav {
    border-radius: 0px;
}
.sb-topnav {
    background-color: #F4F6FD !important;
    border-left: 1px solid #f2f2f2;
    height: 67px;
    border-bottom: 1px solid #0C2B5C36;
}
.search-icon {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.form-control.form-control-sm {
    padding: 8px 40px 8px 12px;
    border: 0px !important;
    border-radius: 6px !important;
    background-color: #00000045;
    color: #FFFFFF82;
}

.form-control::placeholder {
    color: #7f8c8d;
}

.input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    pointer-events: none;
}

.fas.fa-search {
    font-size: 16px;
}
.nav-link span{
    font-weight: 500;
    font-size: 14px;
}
.nav-link.active span{
    font-weight: 700;
    font-size: 14px;
    color: #FAFAFA;
}

.sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 15px;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link:not(.active):hover .sb-nav-link-icon img,
.sb-sidenav .sb-sidenav-menu .nav .nav-link.active .sb-nav-link-icon img, .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon img:hover {
    -webkit-filter: invert(47%) sepia(99%) saturate(747%) hue-rotate(201deg) brightness(94%) contrast(101%);
    filter: invert(47%) sepia(99%) saturate(747%) hue-rotate(201deg) brightness(94%) contrast(101%);
}
.user_img {
    display: flex;
    align-items: center;
}
.user_img .custom-select-wrapper {
    position: relative;
    display: inline-block;
}
.user_img .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px 8px 50px;
    border: 1px solid #E4E4E7;
    border-radius: 6.14px;
    background-color: #f8f9fa;
    cursor: pointer;
    background-image: url('../img/side-icon/avatar.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    outline: none !important;
}
.user_img .custom-select::-ms-expand {
    display: none;
}
.user_img .custom-select-wrapper::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
}
.user_img .custom-select option {
    font-size: 14px;
    padding: 8px 16px;
}
.sidenav-collapsed .sb-sidenav .sb-sidenav-menu .nav .nav-link {
    padding: 0.6rem 0rem;
}
#layoutSidenav_nav.sidenav-collapsed {
    width: 70px;
}
#layoutSidenav #layoutSidenav_content_new.sidenav-collapsed {
    margin-left: 70px;
}
#layoutSidenav_nav.sidenav-collapsed .nav-link span {
    display: none;
}

#layoutSidenav_nav.sidenav-collapsed .sb-nav-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}
#layoutSidenav_nav.sidenav-collapsed .dropdown-menu {
    display: none;
}
#layoutSidenav_nav.sidenav-collapsed .logo-collapsed {
    width: 175px;
	max-width: 175px;
    display: block;
    margin: 0 auto;
}
#layoutSidenav_nav.sidenav-collapsed #sidebarCollapseBtn {
    display: none;
}
#layoutSidenav_nav.sidenav-collapsed #sideMenu {
    overflow: hidden !important;
}
#layoutSidenav_nav.sidenav-collapsed .input-group-text  {
   right: 0px !important;
}
@media (max-width: 768px) {
    #layoutSidenav_nav {
        width: 100%;
        position: absolute;
        z-index: 1040;
    }

    #layoutSidenav_nav.sidenav-collapsed {
        width: 70px;
        position: relative;
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
    }

    #layoutSidenav #layoutSidenav_content.sidenav-collapsed {
        margin-left: 70px;
    }
}

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


/*card*/
.card {
    border: 1px solid #E9EFFF;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    border-radius: 0px;
    box-shadow: 0px 1px 2px 0px #0000000F, 0px 1px 3px 0px #0000001A;

}
.card-header {
    background: transparent;
    padding: 16px;
    border-bottom: none;
    padding-bottom: 0;
}
.card-body{
	padding: 16px;
}
/*form*/
.form-control, .form-select {
    border-radius: 0px;
    background-color: #f2f7f9;
    border-color: #f2f7f9;
    height: 42px;
    padding: 8px 16px;
    outline-style: none;
    font-size: 13px;
    color: #000;
}
.form-select {
    padding-right: 33px;
}
.form-h {
    border-radius: 4px;
    background-color: #f2f7f9;
    border-color: #9CA3AF;
    height: 40px;
    padding: 9px 15px;
    outline-style: none;
    font-size: .875rem;
    color: #005f83;
}
.form-h::placeholder {
    font-size: .875rem;
}
.form-control.form-h:focus {
	background-color: #F7F7F7;
    border-color: var(--bg-primary);
    box-shadow: none;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

/*table*/
.table td, .table th {
    padding:6px 10px;
    border: none;
}
/* .table td{
	padding: 0.75rem 1rem;
} */


/*action button*/
.action-button .dropdown-toggle::after{
	display: none;
}
.action-button a{
	color: #AEAEAE;
}
.action-button li span {
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
    margin-top: 8px;
}
.action-button li {
    min-width: 40px;
    text-align: center;
    margin: 0 3px;
}
.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: none;
}
.table-bordered tr,.table-bordered tr:last-child td {
    border: none;
}
.back-hover:hover {
	background-color: var(--bg-secondary-hover) !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: var(--bg-black);
    font-weight: 500;
    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::-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: 26px;
}
.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: calc(100vh - 270px);  /* added whule adding tab scroll in applicant screen*/
   /* 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);
	outline: none; /* added whule adding tab scroll in applicant screen*/
}
/* added whule adding tab scroll in applicant screen start*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background: #fff !important;
	border-color: #dee2e6 #dee2e6 #fff;
	font-weight: 600;
	outline: none;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	/* background: linear-gradient(45deg,#45db33,#00bfff); */
    background: var(--bg-primary);
	color: #fff;
	outline: none;
	padding: 7px 16px;
}
/* added whule adding tab scroll in applicant screen* end */
.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: linear-gradient(45deg,#45db33,#00bfff)!important; */
    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;
  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;
    margin:8px 0;
}
.status-badge {
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 1px 12px;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
}
.btn {
    font-weight: 500;
}
.open-badge {
    background-color: var(--bg-second-primary);
    color: #000;
}
.resolved-badge {
    color: #000;
    background-color: var(--bg-theme);
}
.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);
}
/*mobile responsive*/
@media(max-width: 574px){
.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 {
    appearance: none;
    -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: #FFA50F;
}
a:hover,.btn-link:hover {
    color: var(--bg-second-primary);
}
.btn-primary img {
    width: 11px;
    height: 15px;
}
.nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /*border-left: 4px solid transparent;*/
}
.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_new {
    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-color: #001936;
    color: #001936;
}
.circle-icon.dyellow {
    border-color: #97864B;
    color: #97864B;
}
.circle-icon.bule {
    border-color: #026978;
    color: #026978;
}
.circle-icon.dgray {
    border-color: #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: 100px;
}
.login-bg-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
}
.login-bg-content p {
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #FFFFFF;
    padding-left: 20px;
}
.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: 200px;
    height: auto;
}
.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: 16vw;
    height: 28vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
/*.bg-dots1::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dots1.png);
    bottom: 0;
    right: 0;
    width: 11.5vw;
    height: 19vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}*/
.bg-dots1::after {
    display: none;
}
.wrapper {
    padding: 0px;
    padding-right: 0;
    background: #F2F7F9;
    height: 100vh;
}
.sb-sidenav {
    padding:0px 15px;
}
#layoutSidenav #layoutSidenav_content_new {
    /* padding-left: 24px; */
    justify-content: initial;
}

#layoutSidenav_content_new main {
    padding: 8px 0;
    max-height: calc(100vh - 62px);
    overflow: auto;
    padding-right: 20px;
}
#layoutSidenav_content main {
    padding: 20px;
}
main .container-fluid {
    padding: 0;
}

nav.sb-topnav.navbar.navbar-expand {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.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: 16px;
    height: 16px;
    /* filter: brightness(1000) invert(1); */
}
.sb-sidenav .sb-sidenav-menu .nav .menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
}
.sb-sidenav .sb-sidenav-menu .nav ul li {
    position: relative;
    list-style: none;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link:hover img,
.sb-sidenav .sb-sidenav-menu .nav .nav-link.active img {
    filter: brightness(0) invert(1);
}
/* .nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 20px;
} */
.sb-sidenav .sb-sidenav-menu .nav a.nav-link.active,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:focus {
    /* background: linear-gradient(45deg,#45db33,#00bfff)!important; */
    /* background-color: var(--bg-primary); */
    background-color: #00000045;
    border-bottom: 1px solid #6390F5 !important;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    /*border-color: #4d4a4d;*/
    transition: color 0.15s ease-in-out !important;
}
.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: 30px;
    height: 30px;
    border-radius: 50%;
}
.user-name {
    color: #1F015F;
    font-weight: 400;
}
.navbar-nav li.nav-item {
    padding-left: 40px;
}
.navbar-nav li.nav-item a img {
    width: 40px;
    height: auto;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.card .card-title h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    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: #f6f6f6;
}
.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
/*.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: 600;
    font-size: 13px;
    line-height: 20px;
    color: #1D1D1F;
    text-transform: initial;
    vertical-align: middle;
    white-space: nowrap;
}
.table td {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #1D1D1F;
}
.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-second-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-second-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: #FBF4F2;
    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 {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #777;
    text-transform: capitalize !important;
    display: block;
    margin-bottom: 3px !important;
}
.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: 23px;
    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;
}
.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: var(--bg-second-primary);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.detail-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.user-circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #CDD0F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}
.user-info {
    flex: 1;
}
.user-info h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 3px;
}
.user-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.time-line-para {
    border-left: 2px solid #000;
    font-size: 15px;
}
.table {
    width: 100%;
}
.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_new:before {
    border-radius: 10px;
}
/* .btn {
    border-radius: 0;
} */
.side-btn {
    /* padding: 7px 4px; */
     /* border-radius: 50px; */
     /* background: linear-gradient(45deg,#45db33,#00bfff)!important; */
     background-color: var(--bg-primary);
     text-align: center;
     min-width: 9rem;
     max-height: 38px;
     min-height: 38px;
     color: #fff;
     /* line-height: 1.5; */
     border: 1px solid #e5e5e5;
     font-size: .875rem;
 }
 .side-btn:hover {
    background-color: var(--bg-primary-hover);
    border-color: var(--bg-primary);
    color: #ffffff;
 }
.btn-outline-secondary {
    padding: 8px 15px;
    /* border-radius: 50px; */
    color: var(--bg-secondary);
    border-color: var(--bg-secondary);
    background-color: var(--bg-white);
    text-align: center;
    min-width: 9rem;
    max-height: 42px;
    min-height: 42px;
    line-height: 24px;
    font-size: 14px;
}
@media (max-width:1199.9px) {
	/*responsive 06.07.2023*/
	.form-control, .form-select {
		font-size: 14px;
	}
	/*responsive 06.07.2023*/
    .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) {
    .btn-white {
        width: 100%
    }
    .location-btn-group {
        flex-wrap: wrap;
    }
    .btn-primary,.btn-outline-primary {
        margin: 4px 0;
    }
}
@media screen and (max-width:991px) {
	/*resposive 06.07.2023 */
	html{font-size: 85%;}
	.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
		transform: none;
	}
	.sb-sidenav-menu{
		display: none;
	}
	.sb-sidenav-toggled .sb-sidenav-menu{
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		z-index: 1039;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		background: #fff;
		transition: all .5s ease-in;
	}
	.sb-sidenav-toggled .sb-sidenav-menu .nav .menu {
		flex-direction: column;
		min-height: 300px;
		padding-left: 5px;
	}

	.user_img .dropdown-menu.show{
		z-index: 1040;
	}
	.sb-sidenav-toggled .sb-sidenav-menu ul li{
		margin-bottom: 10px;
	}
	.font-13{font-size: 12px;}
	.btn-outline-secondary,
	.btn-primary, .btn-outline-primary {
		/* min-width: 7rem; */
		max-height: 40px;
		align-items: center;
		justify-content: center;
		display: inline-flex;
		min-height: 40px;
	}
	.navbar-expand .navbar-nav .dropdown-menu {
		z-index: 1040;
	}

	.notification {
		position: initial;
	}
	.notification .dropdown-menu.show {
		position: absolute;
		z-index: 1040;
		left: calc(100% - 25rem);
		right: 0;
	}
	.notification-btn.btn-primary {
		padding: 1.15rem 1.0625rem;
		border-radius: 2.5rem;
		min-width: 10rem;
		max-height: 40px;
		min-height: 40px;
		width: 100%;
	}
	/*resposive 06.07.2023 */
    .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;
    }
    .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: 13px;
    }
.login-logo {
    margin: 0 !important;
    max-height: 20px;
}
}
@media (max-width:575.9px) {
	/*responsive 06.07.2023*/
	.navbar-nav li.nav-item a img {
		width: 16px;
	}
	.login-logo {
		max-width: 60px;
	}
	.user_img .dropdown-menu.show{
		right: 0;
		left: 0;
		min-width: fit-content;
	}
	/*responsive 06.07.2023*/
    .login-bg-content h1 {
        font-size: 20px;
        line-height: 20px;
        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 th ,
	.table td,
	nav.pagination-flex  {
        font-size: 14px;
    }
    .owl-carousel .owl-nav {
        top: -38px;
    }
	.sb-topnav .nav-item.dropdown .dropdown-toggle img {
		width: 30px;
		height: 30px;
	}
}
@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;
    }
}
@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;
	}
	.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;
	}
	.side-btn {
		line-height: 2;
	}
	.font-22 {
		font-size: 18px;
	}

	.notification .dropdown-menu.show {
		left: 0;
		right: 0;
		min-width: 100%;
	}
}
/*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;
}
.table-responsive{
    overflow-x: auto;
    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;
  }
  .emp-name span {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}
#layoutSidenav {
    display: block;
}
/* #layoutSidenav #layoutSidenav_nav {
    transform: inherit;
    box-shadow: 0px 0px 5px 0px #b8b8b8;
    position: relative;
} */
.sb-sidenav .sb-sidenav-menu {
    flex-grow: 1;
}
#prior-items, #next-items {
    height: 40px;
    line-height: 0;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    color: #000;
    font-size: 20px;
}
nav.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 6px 10px;
    position: relative;
}
.sb-sidenav-menu .dropdown-menu {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px !important;
}
/*.sb-sidenav .sb-sidenav-menu .nav ul ul.dropdown-menu li {
    flex-direction: column;
}*/
.sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0 !important;
    height: 100vh;
}
.nav-link.dropdown-toggle::after {
    display: none;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.15rem;
    position: relative;
    font-size: 14px;
    border-radius: 0.25rem;
}
.lh-1 {
    line-height: 1 !important;
}
.mw-auto {
    min-width: auto !important;
}
.search-btn{
    max-height: 50px;
    min-height: 50px;
}
input::file-selector-button {
  /* background-image: linear-gradient(45deg,#45db33,#00bfff)!important; */
  background-color: var(--bg-primary) !important;
  color: #fff !important;
}
input::file-selector-button:hover {
    background-color: #45a049;
}
table td .btn-secondary,
table td .btn-warning,
table td .btn-danger,
table td .btn-primary {
    min-height: initial;
    min-width: 80px;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    border-radius:50px;
}
.page-link, .dataTable-pagination a {
    padding: 3px 7px;
    font-size: 14px;
    min-width: 28px;
    text-align: center;
}
ul.pagination  {
    margin-top: 5px;
}
table td button.btn.btn-link.tag_cnt {
    font-size: 13px;
    padding: 0;
}
/* #layoutSidenav #layoutSidenav_content_new {
    margin-left: auto;
} */
.sb-sidenav-toggled .sb-sidenav-menu {
    display: block;
}
body .ui-datepicker td span,body  .ui-datepicker td a,body .ui-datepicker .ui-datepicker-title,body .ui-datepicker th{
    font-family: var(--font-family);
}
body .ui-datepicker td span,body  .ui-datepicker td a {
    text-align: center;
}
body .ui-state-highlight,body  .ui-widget-content .ui-state-highlight,body  .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: var(--bg-second-primary);
    color: #fff;
    border-color: transparent;
}

/*tab new design*/
.new-updated-tabs {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.new-updated-tabs .nav-tabs .nav-link {
    background: transparent;
    padding: 15px 15px;
    min-width: 150px;
    color: #000;
    text-align: center;
    border: none;
    border-bottom: 2px solid transparent;
}
.new-updated-tabs .nav-tabs.border-tab-bt .nav-link{
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 2px solid transparent;
}
.new-updated-tabs .nav-tabs.border-tab-bt .nav-link.active,
.new-updated-tabs .nav-tabs.border-tab-bt .nav-link.active-parent {
    /*border-bottom-color: transparent;*/
    border-top-color: var(--bg-primary);
    /* background: linear-gradient(45deg,#45db33,#00bfff) !important; */
    background: var(--bg-primary);
    border-top-color: transparent;
    /*color:#fff;*/
}
.new-updated-tabs .tab-content {
    padding: 10px 30px;
}
.new-updated-tabs .tab-pane .card {
    border: none;
}
.new-updated-tabs .nav-tabs .nav-link.active,
.new-updated-tabs .nav-tabs .nav-link.active-parent {
    border-bottom-color: var(--bg-primary);
    font-weight: 500;
}
h2.tab-title {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}
.add-remove-scrollx .scrollspy-example {
    overflow-x: hidden;
    padding-right: 10px;
}
.scrollspy-example {
    /* height: 425px; */
    overflow-y: auto;
    min-height: calc(100vh - 240px);
}
 .scrollspy-example::-webkit-scrollbar {
     width: 10px;
}
 .scrollspy-example::-webkit-scrollbar-track {
     background: #ededed;
}
 .scrollspy-example::-webkit-scrollbar-thumb {
     background: #999;
     box-shadow: 0px 4px 4px 0px #000 1C;
}
 .scrollspy-example::-webkit-scrollbar-thumb:hover {
     background: #999;
     box-shadow: 0px 4px 4px 0px #000 1C;
}
.nav-tabs .nav-link.active-parent {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.new-updated-tabs .nav-tabs .nav-link {
    font-weight: normal;
    border-color: transparent;
}
@media(max-width: 574px){
    .new-updated-tabs .nav-tabs .nav-link {
        min-width: auto;
        padding: 15px 10px;
    }
}
.application .active{
	border-bottom-color: var(--bg-primary) !important;
}
a {
    display: inline-block;
}
.form-h{
    height: initial;
}

.remove-dropdown-icon.dropdown-toggle:after  {
	display: none;
}
.font-45 {
	font-size: 45px;
}
.btn-group-space label.btn.outline-primary {
	min-width: 100px;
	padding: 4px;
	font-size: 12px;
	color: #545c6b;
	border-color: #ddd;
	font-weight: 500;
	/* background: linear-gradient(45deg,#45db33,#00bfff); */
    background: var(--bg-primary);
	/* background-color: #fff; */
}
.btn-group-space .btn-check:checked + .outline-primary {
	color: #000;
	/* background-color: #f7f8fa;
    border-color: #0565ff; */
	background: #fff;
}
.btn-group-space label.btn.outline-primary:hover {
	color: #0565ff;
	background-color: transparent;
}
.show-table-column {
	width: 350px;
}
.show-table-column .list-group {
	max-height: 250px;
}
.lh-0 {
    line-height: 0 !important;
}
.bg-title {
	/* background: #f0f3f7; */
    background-color: #f9f9f9;
	padding: 5px 10px;
	/* color: #0565ff; */
    color: #000;
	font-weight: 500;
}
.calendar_month {
    position: absolute;
    right: 5px;
    top: 9px;
    color: #70868d;
    font-size: 20px !important;
}
.country-code span{
    background-color: #dce4e7;
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
}
.info-icon{
    font-size: 12px !important;
}
.form-select:focus, .dataTable-selector:focus {
    box-shadow:none;
    background: #fff;
}
.mw-400 {
    max-width: 400px;
}

.bg-blue {
    /* background-image: url('../img/BG_Login.svg'); */
    background: #005F83;
    position: relative;
    width: 100%;
    height: 100vh;
}
.bg-blue::before, .bg-blue::after {
    background-image: url('../img/BG_Login.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
 .bg-blue::before {
    content: '';
    background-image: url('../img/bg-login-top.png');
    background-position: bottom;
    right: 0;
    top: 0;
    max-height: 360px;
    max-width: 300px;
}
.bg-blue::after {
    content: '';
    background-image: url('../img/bg-login-bottom.png');
    background-position: right;
    left: 0;
    bottom: 0;
    max-height: 300px;
    max-width: 320px;
}

.login-content{
    position: absolute;
    top: 25%;
    left: 15%;
    z-index: 1;
}
.bg-filter-color {
    background-color: #6390F5;
}
.bg-filter-color .form-label{
    color: #fff;
    opacity: 0.8;
}

.btn-icon{
    display: inline-block;
    width: 20.32px;
    height: 17.59px;
    transform: rotate(90deg);
    margin-left: 5px;
    position: relative;
    content: '';
    background-image: url('../img/btn-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.iti--allow-dropdown {
	width: 100%;
}
.sticky-tab {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.cost-billing-table.table tbody tr:nth-child(even) {
    background-color: transparent;
}
.cost-billing-table.table tr th,
.cost-billing-table.table tr td {
    border: 1px solid #ddd;
}
.cost-billing-table.table tr td {
    padding: 3px;
}
.cost-billing-table.table .form-control,
.cost-billing-table.table .form-select {
    height: auto;
    padding: 5px 10px;
}

/* .cost-billing-table.table tbody tr th:first-child,
.cost-billing-table.table tbody tr td:first-child {
    padding-left: 0;
}
.cost-billing-table.table tbody tr td:last-child {
    padding-right: 0;
}  */
#accordionCostDetails .accordion-button{
    font-weight: bold;
    font-size: 13px;
    padding: 5px 8px;
}
#accordionCostDetails .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
}
/* #accordionCostDetails .accordion-body {
    padding: 8px;
} */
.accordion-button:not(.collapsed) {
    color: #09090B;
    background-color: #fff;
    z-index: 1;
}
@media(min-width: 1400px){
    .mw-xxl-auto {
        min-width: auto;
    }
}
.form-check.pro-finance-check .form-check-input {
    float: right;
    margin-left: 0.5em;
}
.table.sortable thead .sorting{
	position: relative;
	cursor: pointer;
	padding-right: 1.7em;
}
.table.sortable thead .sorting:before {
	left: auto;
	right: 0em;
    content:"\f0dc";
    font-family: "Font Awesome 5 Free";
	/* content:'\1F825'; */
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: .3;
}
.table.sortable thead .sorting.asc:before {
	opacity: 1;
}
.table.sortable thead .sorting:after {
	left: auto;
	right: 0.5em;
	/* content:'\1F827'; */
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: .3;
}
.table.sortable thead .sorting.desc:after {
	opacity: 1;
}
.accordion-active {
    position: sticky;
    top: -6px;
    z-index: 9;
    background: #fff;
}
.accordion-active a {
    color: #495057;
    border: 1px solid transparent;
    background: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
    outline: none;
    padding: 8px 15px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: -1px;
}
.accordion-active a.collapsed {
    border-bottom-color: transparent;
    border-top-color: var(--bg-primary);
    /* background: linear-gradient(45deg,#45db33,#00bfff) !important; */
    background: var(--bg-primary);
    border-top-color: transparent;
    color: #fff;
}
.mh-150{
    min-height: 150px !important;
}
.selectpicker-style .select2-container--default .select2-selection--single{
    padding: 0;
    border: 0;
    height: 42px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bg-primary) !important;
}
.selectpicker-style .select2-selection__arrow {
    display: none;
}
.selectpicker-style .select2-selection__rendered {
    border-radius: 0px;
    background-color: #f2f7f9;
    border-color: #f2f7f9;
    height: 42px;
    padding: 8px 16px !important;
    outline-style: none;
    font-size: 13px;
    color: #000;
    position: relative;
}
.selectpicker-style .select2-selection__rendered::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(135deg);
}
#loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, .1);
}
.loader {
	width: 50px;
	aspect-ratio: 1;
	--_c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
	background: var(--_c) top,
	var(--_c) left,
	var(--_c) right,
	var(--_c) bottom;
	background-size: 12px 12px;
	animation: l7 1s infinite;
}
@keyframes l7 {
	to {
		transform: rotate(.5turn)
	}
}

select[readonly] + .select2-container .select2-selection__rendered {
	background: #e9ecef;
}

#message{
	position: fixed;
	top: 75px;
	left: 47px;
	right: 37px;
	z-index: 9;
}

.rolelistig {
    list-style-type: none;
    padding-left:25px
}
.rolelistig label {
display:block;
margin-bottom:10px
}

.table-responsive.add-commun{
	overflow-y: scroll;
	max-height: 650px;
}

.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    color: #616161;
}
.login-left{
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.login-right {
    background-color: #F1F5FB;
    padding: 10px;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-box .lead {
    margin: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: 500;
}
#downloadBtn {
    max-height: 38px;
    min-height: 38px;
}

/* Ensure the popover content stays on a single line */
.single-line-popover + .popover .popover-body {
	white-space: nowrap;
}

/* dashboard new ui */
.rounded-12{
    border-radius: 12px;
}

.badge {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.avatar img {
    width: 40px;
    height: 40px;
}

small {
    font-size: 12px;
    color: #71717A;
}

.chart-label {
    font-size: 12px;
    color: #6c757d;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6.15px;
    padding: 8px 40px 8px 15px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.custom-select:focus {
    outline: none;
    /* border-color: #6c757d; */
    /* box-shadow: 0 0 5px rgba(108, 117, 125, 0.3); */
}
#calender-ico::after {
    content: '';
    background-image: url('../img/side-icon/calendar-days.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.stats-card .card-body{
    padding: 24px;
}
.accordion-item{
    background-color: transparent !important;
    border: 0px !important;
}
.line-hr{
    border: 1.02px solid var(--Zinc-200, #E4E4E7)
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.badge-danger {
    background-color: #ff0000;
    color: #fff !important;
    padding: 1px 10px;
    border-radius: 15px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}
.arrow-tilt svg{
    transform: rotate(-45deg);
}
.nav-pills .nav-link{
    color: #000;
}
.nav-pills .nav-link.active{
    color: #fff;
    background-color: #6390F5;
}
.bg-light-grey{
background-color: #00000012;
}
.visa-border{
    border:1px solid #E9EFFF;
}
.badge.bg-approved{
    background: #6390F52E;
    color: #6390F5;
    border-radius: 12px;
}
.badge.bg-lit-warning{
    background: #E1AB283B;
    color: #E1AB28;
    border-radius: 12px;
}
.designation-card{
    background: #F8F8F8;
    padding: 10px;
}
.designation-card h5{
     color: #2A2A2A;
}
.designation-card span{
    color: #71717A;
}
.designation-card span,
.designation-card h5{
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}
.legend-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 30%;
}
.chart-text {
    position: absolute;
    top: 58%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
}
.table-responsive {
    position: relative;
  }

  /* .dropdown {
    position: static;
  }

  .dropdown-menu {
    position: absolute !important;
    right: 0;
    margin-top: 0;
    transform: translateX(-10px);
    z-index: 1000;
  }

  .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .action-button {
    min-width: 60px;
  }


  .dropdown-menu ol {
    gap: 10px;
  }

  .dropdown-menu a {
    min-width: 50px;
  } */

/* Chatbox Button */
.chatbot-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: #0C2B5C;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Chatbot Container */
.chat-container {
    background-color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.close-chatbot {
    cursor: pointer;
}

.chat-header {
    padding: 10px;
    background-color: #0C2B5C;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
    max-height: 295px;
    min-height: 295px;
}

.message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 20px;
    max-width: 70%;
}

.user-message {
    background-color: #0C2B5C;
    color: white;
    /* align-self: flex-end; */
    text-align: end;
    margin-left: 120px;
}

.bot-message {
    background-color: #f1f0f0;
    align-self: flex-start;
}

.chat-input {
    display: flex;
    padding: 10px;
}

#user-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#send-button {
    padding: 8px 15px;
    background-color: #0C2B5C;
    color: white;
    border: none;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
}

.options-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
}

.option-button {
    margin: 5px;
    padding: 8px 15px;
    background-color: #f1f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 10px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4D4B4D;
}

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

#technician-login {
    display: none;
    padding: 10px;
    background-color: #f1f0f0;
}

#technician-id {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

#login-button {
    width: 100%;
    padding: 8px;
    background-color: #0C2B5C;
    color: white;
    border: none;
    cursor: pointer;
}

#chatContainer {
    display: flex;
    flex-direction: column;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

#chatContainer .chat-input {
    margin-top: auto;
}

.chat-messages::-webkit-scrollbar {
    width: 12px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f0f0;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 10px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #808080;
}
