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

:root {
    --bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-body-font-family: 'Tajawal', sans-serif; 
    --bs-secondary-font-family:  'Poppins', sans-serif ;
    --bs-body-font-size: 0.875rem;
    --bs-form-font-size: 0.875rem;
    --bs-gray-color:#f7f7f7;
    --bg-primary:#060606;
    --bg-primary-pos: #3b82f6;
    --bg-info-pos: #f59e0b;
    --bg-second-primary:#D68F7A;
    --bg-secondary:#777;
    --bg-theme: #060606;
    --bg-secondary-hover:#757678;
    --bg-primary-hover:rgba(6,6, 6 , 0.9);
    --bg-black: #000;
    --bg-white: #ffffff;
    --bg-light: #f8f9fa;
    --text-primary:#f6a41c;
    --border-primary:#72968f;
    --text-danger:#dc3545 ;
    --text-warning: #F3B521;
    --text-success:#17A42E;
    --badge-success: #198C11;
    --badge-warning: #D2A000;
    --badge-danger: #FC2121;
    --badge-closed: #CDDD00;
    --btn-outline-primary: rgba(29, 30, 28, 0.68);
    --common-raidus: 5px;
    --slider-height:553px;
}
body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    background-color: var(--bg-light);
    color: #1D1D1F;
    overflow-y: hidden;
}
.nav-link,a{
    color: var(--text-primary);
}
.text-primary{
    color: var(--text-primary) !important;
}
.border-primary{
    color: var(--border-primary) !important;
}
.text-warning{
    color: var(--text-warning) !important;
}
.text-success{
    color: var(--text-success) !important;
}
.text-transform-normal {
    text-transform: none;
}
.font-8{
    font-size: 8px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.fw-medium{
    font-weight: 500;
}
.fw-300{
    font-weight: 300;
}
.font-29 {
    font-size: 29px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px;
}
.font-44 {
    font-size: 44px;
}
.fw-semibold {
    font-weight: 600;
}
.code-theme {
    color: rgba(74, 73, 77, 0.6);
}
.form-check-input:checked {
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}
.btn {
    /*height: 45px;*/
    padding: 12px 12px;
}
.btn-primary,.btn-primary:disabled, .btn-primary.disabled {
    background-color: var(--bg-primary);
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,
.btn-outline-primary:hover,.btn-outline-primary:focus{
    background-color: var(--bg-primary-hover);
    border-color: transparent;
    color: var(--bg-white);
}
.btn-outline-primary {
    color: var(--btn-outline-primary);
    border-color: var(--btn-outline-primary);
    background-color: var(--bg-white);
}
.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;
}
.rounded-8 {
    border-radius: 8px;
}
.accordion-button:not(.collapsed) {
    background-color: var(--bg-gray-color);
}

.form-floating {
    padding-top: 0px;
}
.form-floating > .form-control:focus ~ label, 
.form-floating > .dataTable-input:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .dataTable-input:not(:placeholder-shown) ~ label, 
.form-floating > .form-select ~ label, 
.form-floating > .dataTable-selector ~ label,
.form-floating > label{
	font-size: 11px;
	color: var(--bg-black);
	padding: 0;
	line-height: initial;
	height: initial;
	z-index: 2;
	background-color: #fff;
	opacity: 1;
	transform: initial;
	border: none;
	left: 14px;
    top: -9px;
    padding: 0 3px;
}
.form-floating > .form-control, .form-floating > .dataTable-input, .form-floating > .form-select, .form-floating > .dataTable-selector,.form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown),.form-floating input {
    height: initial;
    color: var(--bg-black);
    font-size: 13px;
    padding: 8px 15px;
    line-height: 1px;
}
.form-floating > .form-control, .form-floating > .dataTable-input, .form-floating > .form-select, .form-floating > .dataTable-selector, .form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown), .form-floating input,
.form-floating > .form-control, 
.form-floating > .dataTable-input, 
.form-floating > .form-select {
	height: 38px;
	font-size: 12px;
	padding: 8px 16px;
    line-height: 1;
}
.form-floating{
	padding-top:0px;
}
.form-floating .bootstrap-select>.dropdown-toggle {
    padding: 0;
}
.form-floating .form-select.bootstrap-select .btn-light{
	box-shadow: initial;
	border: none;
}
.form-floating .bootstrap-select div.dropdown-menu {
    left: -16px !important;
    /*top: 16px !important;*/
	width: 100% !important;
	overflow-x: auto !important;
}
.form-floating .dropdown.bootstrap-select .dropdown-menu.show .inner.show {
	max-height: 200px !important;
}
.form-floating .dropdown.bootstrap-select .dropdown-menu.show .inner.show::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	border-radius: 30px !important;
}
.form-floating .dropdown.bootstrap-select .dropdown-menu.show .inner.show::-webkit-scrollbar-track {
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 30px !important;
}
.form-floating .dropdown.bootstrap-select .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb {
	background-color: #284168;
	outline: 1px solid #284168;
	border-radius: 30px !important;
}   



/*login*/
.login-bg {
    background-image: url(../img/login-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.login-bg::after {
    content:"";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 79.61%);
}

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


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


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


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


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


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

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

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

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



/*radio option choose*/


div.dataTables_wrapper div.dataTables_paginate,
.dataTables_length {
    float: left;
    margin-bottom: 10px;
}
 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);
	color: #ffffff !important;
}
.page-link, .dataTable-pagination a{
    color:var(--bg-primary)
}

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



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

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

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

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



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

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

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

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.p-3 {
    padding: 0.7rem!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-15 {
    font-size: 15px !important;
}
/*survey report*/
.comm-rating {
    width: 50px;
    height: 50px;
    background: #fff8e5;
    line-height: 52px;
    border-radius: 50%;
    margin: 0 auto;
}
.comm-rating .fa-star {
    font-size: 20px;
    color: #f3b521;
}
.community .comm-rating {
    background: #f3fafd; color: #000;
}
.pm-dashboard h5 {
    color: #333333;
    font-weight: bold !important;
    font-size: 1.05rem !important;
    line-height: 1.5rem !important;
}
.lh-normal {
    line-height: 24px;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.text-left { text-align: left !important; }
.login-bg-content {
    z-index: 1;    
    position: absolute;
    bottom: 100px;
}
.login-bg-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}
.login-bg-content p {
        font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    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: 150px;
    height: 60px;
    margin: 4.5px auto;
    text-align: center;
    object-fit: contain;
}
.login-user-sel {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    max-width: 115px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 17px;
    color: #F3B521 !important;
    padding: 0 5px !important;
    background-image: url(../img/drop-arrow.svg);
    background-size: 10px 6px;
    background-position: right 0px center;
    /* appearance: unset; */
}
.text-dark {
    color: #252525;
}
.bg-dots,
.bg-dots1 {
    position: relative;
}
.bg-dots::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dots.png);
    bottom: 0;
    right: 0;
        width: 33%;
    height: 18%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg-dots1::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg-dots-gray.png);
    bottom: 0;
    left: 0;
        width: 99%;
    height: 21%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}
.wrapper {
    padding: 0px;
    padding-right: 0;
    background: #F2F2F2;
    height: 100vh;
}
.sb-sidenav {
    z-index: 1;
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 20px 9px;
}
/* width */
.sb-sidenav::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.sb-sidenav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sb-sidenav::-webkit-scrollbar-thumb {
  background: var(--bg-theme);
}

/* Handle on hover */
.sb-sidenav::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#layoutSidenav #layoutSidenav_content {
    padding-left: 0px;
    justify-content: initial;
}

#layoutSidenav_content main {
    padding: 12px 0 12px 24px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding-right: 20px;
}
main .container-fluid {
    padding: 0;
}
.sb-topnav {
    height: 70px;
}
nav.sb-topnav.navbar.navbar-expand {
    /*max-width: calc(100% - 20px);*/
}
.sb-topnav, .sb-sidenav-dark, .sb-sidenav-dark .sb-sidenav-footer, .sb-sidenav {
    border-radius: 0px;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon img {
    width: 20px;
    height: 20px;
}
.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 20px;
    color: rgba(48, 48, 48, 0.8);
}
.sb-sidenav-menu .nav-link.active .sb-nav-link-icon,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .sb-nav-link-icon{
    color: var(--bg-theme);
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link.active,
.sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover {
    background: none;
    color: #000;
    border-left-color: var(--bg-theme);
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link .active-icon{
    display: none;
}
.sb-sidenav .sb-sidenav-menu .nav a.nav-link.active .active-icon,
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .active-icon {
    display: block;
 }
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link.active .inactive-icon,
 .sb-sidenav .sb-sidenav-menu .nav a.nav-link:hover .inactive-icon {
    display: none;
 }
.welcome-box .btn-white {
    background-color: #257760;
    border-color: #257760;
    border-radius: 0px;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--bg-white);
}
.welcome-box {
    background-color: var(--bg-theme);
    padding: 15px;
    border-radius: 0px;
    color: var(--bg-primary);
    height: 100%;
}
.sb-topnav .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sb-topnav .nav-item.dropdown .dropdown-toggle img {
    width: 38px;
    height: 38px;
}
.user-name {
    font-size: 14px;
    color: #1F015F;
    font-weight: 400;
}
.navbar-nav li.nav-item {
    padding-left: 40px;
}
.navbar-nav li.nav-item a img {
    width: 20px;
    height: auto;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.card .card-title h6 {
    font-weight: 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: 24px;
    color: #1D1D1F;
    text-transform: uppercase;
}
.table td {
    font-weight: 400;
    font-size: 14px;
    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-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(--btn-outline-primary);
}
.location-btn-group p {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
}
.location-btn-group img {
    width: 39px;
    height: 39px;
    margin-bottom: 10px;
}
.location-btn-group label.btn.btn-outline-primary {
    margin-right: 30px;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 12px;
    border-color: rgba(112, 112, 112, 0.18);
    width: 100%;
    height: 100%;
    min-width: 130px;
    margin-bottom: 8px;
}
.location-btn-group .btn-check:checked + .btn-outline-primary,
.location-btn-group .btn-check:active + .btn-outline-primary {
    background-color: #F2EDF3;
}
.location-btn-group .btn-check + .btn-outline-primary:hover {
    background-color: #F2EDF3;
}
.attachment-div label:not(.error) {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    margin: 0;
    background: #fff;
    border: 1px solid #dadada;
    position: relative;
    line-height: 22px;
    display: block;
    text-align: left;
    padding: 0.67rem 0.75rem 0.75rem;
    color: #868686;
    cursor: pointer;
    padding-right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.attachment-div label:not(.error):after {
    content: '';
    background: url(../img/upload.png);
    position: absolute;
    right: 12px;
    top: 13px;
    color: #868686;
    border-radius: 5px;
    transition: all 0.2s ease;
    width: 14px;
    height: 14px;
    padding: 10px;
    background-repeat: no-repeat;
}
.attachment-div input {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin-top: -15px;
    visibility: hidden;
}
.attachment-div label.selected {
    color: #333333;
}
.form-label,label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}
.success-dialog h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}
.success-dialog p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.success-dialog .btn-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 50px;
}
.star-rating {
    list-style-type: none;
    margin-bottom: 0;
}
.star-rating li .fa-star,
.star-rating li.fa-star-o {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}
.star-rating li {
    margin-left: 2px;
}
.nav-search {
    line-height: 38px;
    width: 100%;
    display: block;
    min-width: 200px;
    border: none;
    background-color: #FAFAFA;
    background-image: url(../img/top-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    margin-left: 15px;
}
.request-status h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 10px;
}
.request-status img {
    width: 22px;
    height: 22px;
}
.detail-box h5 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.detail-box p {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.user-circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-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: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 3px;
}
.user-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.time-line-para {
    border-left: 2px solid #000;
    font-size: 15px;
}
.table {
    width: 100%;
}
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    border-radius: 10px;
}
.btn {
    border-radius: 0;
}
.btn-primary,.btn-outline-primary {
    text-transform: uppercase;
    font-weight: 700;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link:last-child {
    border-bottom: none;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.15s ease;
    /*border: 1px solid rgba(0,0,0,0.05);*/
    width: 15px;
    height: 15px;
    vertical-align: middle;
    line-height: 5px;
    text-align: center;
    padding: 0;
}
.group-text {
    color: rgba(48, 48, 48, 0.5);
    padding-left: 20px;
}
::selection {
  color: var(--bg-white);
  background: var(--bg-primary);
}
@media (max-width:1199.9px) {
    .login-bg-content h1 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .login-bg-content h1::before {
        height: 25px;
    }
    .login-bg-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-dots::after {
        display: none;
    }
    .bg-dots h1 span {
        font-size: 16px;
    }
    .form-control, .form-select {
        font-size: 14px;
    }
}
@media (max-width:320px) {
    .btn-white {
        width: 100%
    }
    .location-btn-group {
        flex-wrap: wrap;
    }
    .btn-primary,.btn-outline-primary {
        width: 100%;
        margin: 4px 0;
    }
}
@media screen and (max-width:767.9px) {
    .login-bg-content {
        bottom: 0;
        position: relative;
    }
    .dash-img {
        display: none;
    }
    .login-bg {
        height: 300px;
    }
    .nav-search {
        min-width: 150px;
        font-size: 13px !important;
    }
    .page-title h4 {
        font-size: 18px;
    }
    .btn-primary {
        font-size: 13px;
        padding: 4px 20px;
    }
    .cd-tabs.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .cd-tabs.nav-tabs .nav-link {
        font-size: 13px;white-space: nowrap;
    }
    .cd-tabs.nav-tabs .nav-link.active::after {
        bottom: 0;height: 2px;
    }
    .table td {
        font-size: 14px;
        white-space: nowrap;
    }
    .table th {
        font-size: 15px;
        white-space: nowrap;
    }
    .success-dialog h5 {
        font-size: 25px;
    }
    .success-dialog p {
        font-size: 14px;
        line-height: 20px;
    }
    .success-dialog .btn-primary {
        font-size: 14px;
        padding: 9px 30px;
    }
    .success-dialog img {
        width: 40px;
        height: 40px;
    }
    .user-info h6 {
        font-size: 16px;
    }
    .user-info p {
        font-size: 14px;
    }
    .user-circle-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .user-info .btn-outline-primary {
        font-size: 14px;
    }
    .user-name {
        display: none;
    }
    .nav-link {
        font-size: 14px;
    }
}
@media (max-width:575.9px) {
    .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 td {
        font-size: 14px;
    }
    .owl-carousel .owl-nav {
        top: -38px;
    }
    .table th {
        font-size: 15px;
    }
}
@media (max-width:991.9px) {
.dash-img {
        display: none;
    }
    .btn-white {
        width: 100%;
    }
    .welcome-box h5,
    .welcome-box p {
        font-size: 15px;
    }
    .welcome-box h6 {
        font-size: 14px;
    }
    .form-label {
        font-size: 14px;
    }
}

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

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

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

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

@media(min-width: 1024px) and (max-width: 1199px){
.bg-dots1::after{
    background-position: right bottom;
}
}
.bootstrap-select .dropdown-menu {
    min-width: 100%; 
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: 0.5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.form-select.bootstrap-select .btn-light {
    color: inherit;
    background-color: inherit;
    font-size: 0.875rem;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
img.img-thumbnail {
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.btn-theme {
	 background-color: var(--bg-theme);
	 color: #ffffff;
	 /*line-height: 1;*/
	 font-weight: 600;
	text-transform: uppercase;
	 font-size: 14px;
	 /*padding: 8px 15px;*/
 }
.btn-theme:hover {
	 background-color: #64f2c8;
	 color: #ffffff;

 }

.btn-info, .btn-info:hover,
.btn-warning, .btn-warning:hover {
	 color: #ffffff;

 }

.rounded-18 {
	border-radius: 18px;
}
.rounded-input .form-select,
.rounded-input .input-group-text,
.rounded-input input.form-control {
	border-radius: 5px 0 0 5px;
}
.rounded-input button.btn {
	border-radius: 0 5px 5px 0;
}
.bg-light-grey{
	background-color: #f6f6f6 !important;
}
.minh-250{
	min-height: 250px;
}

.btn-outline-primary {
  color: var(--btn-outline-primary);
  border-color: var(--btn-outline-primary);
  text-transform: uppercase;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--btn-outline-primary);
	border-color: var(--btn-outline-primary);
}
.input-group.pos-search input{
	/*line-height: 1;*/
	border-radius: 0 5px 5px 0;
	border-left: none;
	border-right: 1px solid rgba(112, 112, 112, 0.18) !important;
}
.tabl-pos-m td .badge-theme,
.badge-theme{
	background-color: #0b4c0c !important;
	padding: 0.35em 0.65em !important;
	font-size: 0.75em !important;
}

.badge-theme2{
	background-color: #0b4c0c;
	position: absolute;
	top: 25px;
	left: 15px;
}
.pos-pagination .page-item .page-link{
	border-radius: 50% !important;
	line-height: 1;
	padding: 0;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 30px;
	margin-right: 10px;
}
.pos-pagination .page-item:last-child .page-link{
	margin-right: 0px;
}

.pos-pagination .page-item .page-link{
	background-color: rgba(112, 112, 112, 0.18);
	border-color: rgba(112, 112, 112, 0.18);
}
.pos-pagination .page-item.active .page-link{
	background-color: #72968f;
	color: #ffffff !important;
	border-color: #72968f;
}
.pos-pagination .pagination li a.pos-arr{
	background: #fff !important;
	border: none !important;
	font-size: 15px !important;
	color: #72968f !important;
}
button.btn-close1{
	color: #000000 !important;
}
.invoice table tr,
.invoice table td{
	border-bottom: 2px dashed #dddddd;
}
.ml-0{
	margin-left: 0 !important;
}
.pl-0{
	padding-left: 0 !important;
}

.mr-auto{
	margin-right: auto !important;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*!*Left*!*/
/*.modal.left.fade .modal-dialog{*/
	/*left: -320px;*/
	/*-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;*/
	/*-moz-transition: opacity 0.3s linear, left 0.3s ease-out;*/
	/*-o-transition: opacity 0.3s linear, left 0.3s ease-out;*/
	/*transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*}*/

/*.modal.left.fade.in .modal-dialog{*/
	/*left: 0;*/
/*}*/

/*Right*/
.modal.right .modal-dialog {
	right: -300px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.toggled .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}
.w-max{
	min-width: max-content !important;
}
.btn.btnDelete{
	border-radius: 50%;
	line-height: 1;
	height: 25px;
	font-size: 14px;
	width: 25px;
	padding: 0;
}
.w_60{
	width: 60px !important;
}
.qty-increment {
    max-width: 120px;
}
.qty-increment input.input-number {
    text-align: center;
}
.pos-edit{
	font-size: 14px !important;
}
.w_120{
	max-width: 120px !important;
}
.btn-primary img {
    display: none;
}
.bg-dots1::after,
.bg-dots::after {
    display: none;
}
.mw-360 {
    max-width: 360px;
}
.badge-outline-success{
	background-color: #ffffff;
	color: #198C11;
	padding: 2px !important;
	font-size: 12px !important;
	border: 1px solid #198C11;
}

.badge-outline-primary{
	background-color: #ffffff;
	padding: 2px !important;
	font-size: 12px !important;
	color: #72968f;
	border: 1px solid #72968f;
}
.badge-outline-danger{
	background-color: #ffffff;
	padding: 2px !important;
	font-size: 12px !important;
	color: #dc3545;
	border: 1px solid #dc3545;
}
.btn-outline-danger,.btn-outline-success{
	background-color: #ffffff !important;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-outline-danger:hover{
	background-color: #dc3545 !important;
	text-transform: uppercase !important;
}

.btn-outline-success:hover{
	background-color: #198754 !important;
	text-transform: uppercase !important;
}
.tax-create-card{
	max-width: 320px;
	min-width: 320px;
}
.ml-auto {
	margin-left: auto !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--bg-primary);
}

p.marker {
    background-color: #fbcbcb;
}
.error {
    color: var(--badge-danger);
}
.bg-gray {
    background-color: var(--bs-gray-color);
}
.c-pointer {
    cursor: pointer;
}
.bootstrap-select .dropdown-toggle::after,
.bootstrap-select.dropup .dropdown-toggle::after {
    content: "";
    border: 0;
    background-image: url(../img/icon/select-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 12px;
    width: 12px;
}
.table-responsive::-webkit-scrollbar {width: 5px;height: 5px;}
.table-responsive::-webkit-scrollbar-track {background: #f2f2f2;border-radius: 35px;}
.table-responsive::-webkit-scrollbar-thumb{background:var(--bg-primary);border-radius: 35px;}
.table-responsive {
    overflow-y: hidden;
}

/* POS */
.pos-topnav {
    background-color: #4A494D !important;
}
.footer-menu .nav-menu {
    background-color: #4A494D;
}
.pos-topnav .nav-item.dropdown .dropdown-toggle img {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
}
.op-6 {
    opacity: 0.6;
}
.op-4 {
    opacity: 0.4;
}
.footer-menu .navbar-dark .nav-link span.material-icons,
.footer-menu .navbar-dark .nav-link span.material-symbols-outlined {
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 400;
    font-size: 18px;
    margin-right: 8px;
}
.footer-menu .navbar-dark .nav-link span.menu-text {
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
}
.footer-menu .navbar-dark .nav-link {
    display: flex;
    align-items: center;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.footer-menu .navbar-dark .nav-item .nav-link.active span.menu-text,
.footer-menu .navbar-dark .nav-item .nav-link.active span.material-icons {
    opacity: 1;
    font-weight: 500;
}
.footer-menu .navbar-dark .nav-item .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
.footer-menu {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    z-index: 1;
}
.check-theme {
    color: rgba(74, 73, 77, 0.6);
}
.check-theme span {
    color: rgba(74, 73, 77, 1);
}
.split-theme {
    color: #258CD8;
}
form.charge-form label {
    color: #2D343E;
    text-transform: none;
}
form.charge-form label star {
    color: rgba(238, 0, 0, 1) !important;
}
form.charge-form .bootstrap-select .dropdown-toggle::after,
form.charge-form .bootstrap-select.dropup .dropdown-toggle::after {
    height: 16px;
    width: 16px;
}
form.charge-form .dropdown.bootstrap-select.form-select,
form.charge-form .form-control {
    background: rgba(45, 52, 62, 0.1);
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    outline: 0;
    height: 60px;
}
form.charge-form .form-select.bootstrap-select .btn-light {
    border: 0;
    background-color: rgba(45, 52, 62, 0);
    box-shadow: none;
    outline: 0;
}
.total-count {
    background: #2D343E;
    border-radius: 2px;
    display: inline-block;
    padding: 1px 8px;
}
.check-theme1 {
    color: #2D343E;
}
.invoice-theme {
    color: #1B1B1B;
}
.btn.btn-primary.tag-menu{
	box-sizing: border-box;
	display: flex;
	padding: 10px 20px;
	/*min-width: 95px;*/
	text-transform: capitalize;
	margin-bottom: 0;
	height: 40px;
	color: #4A494D;
	font-weight: 400;
	border-radius: 5px !important;
	background: transparent;
	border: 1px solid #dbdbdb;
	white-space: nowrap;
}

.btn-check + .btn-primary.tag-menu,
.btn-check:checked + .btn-primary.tag-menu,
.btn.btn-primary.tag-menu:focus{
	box-shadow: none;
}
.btn-check:checked + .btn-primary.tag-menu,
.btn.btn-primary.tag-menu.active{
	background: #4A494D;
	color: #ffffff;
	border-left: 5px solid #FFC120 !important;
}
.b_tag_yellow{
	border-left: 5px solid #FFC120 !important;
}
.b_tag_blue1{
	border-left: 5px solid #046AFE !important;
}
.b_tag_orange{
	border-left: 5px solid #FF7C32 !important;
}
.b_tag_parrotgreen{
	border-left: 5px solid #00B907 !important;
}
.b_tag_brown{
	border-left: 5px solid #5B221E !important;
}
.b_tag_darkpink{
	border-left: 5px solid #FE2B6B !important;
}
.b_tag_lightpink{
	border-left: 5px solid #FF46AA !important;
}
.b_tag_darkgreen{
	border-left: 5px solid #186065 !important;
}
.b_tag_purple{
	border-left: 5px solid #6C007E !important;
}
.b_tag_scumbrown{
	border-left: 5px solid #856804 !important;
}
.b_tag_blue2{
	border-left: 5px solid #2485AF !important;
}
.b_tag_lpurple{
	border-left: 5px solid #A49DF3 !important;
}
.b_tag_green{
	border-left: 5px solid #029E8B !important;
}
.pos-add{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: end;
	color: #258CD8;
	text-decoration: none;

}
.pos-add .add_new_row{
	color: #258CD8;
	border-radius: 50%;
	justify-content: center;
	display: inline-flex;
	min-width: 22px;
	min-height: 22px;
	align-items: center;
	border: 2px solid #258CD8;
	margin-right: 10px;
}

.pos-add .add_new_row .add-icon{
	color: #258CD8;
	font-weight: 400;
	font-size: 12px;
}
.pos-add:hover .add_new_row .add-icon{
	color: var(--bg-second-primary);
}

.pos-add:hover .add_new_row{
	border-color: var(--bg-second-primary);
}
.pos-label{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: rgba(74, 73, 77, 0.6);

}
.pos-card-img{
	min-height:120px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
}
.btn-plus {
	background-color: #EE0000;
	height: 20px;
	display: flex;
	width: 20px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 3px;

}
.pos-mon{

	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #056BFF;

}
.col-tag:first-child{
	margin-left:0;
}
.col-tag{
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin-left: -10px;
}
.tag {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.tag-card-para{
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	max-height: 40px;
	/* height: 42px; */
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tag-card-main img{
	object-fit: cover;
}
.tag-card-main.active,
.tag-card-main:hover{
	background: rgba(0, 231, 51, 0.1);
	border: 1px solid #00E733;
	border-radius: 5px;
	cursor: pointer;
}

.tag-card-main.active .btn-plus,
.tag-card-main:hover .btn-plus{
	background: #00E733;
}
.dis-card{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;background: #F4F5F5;
	border-radius: 5px;
}
.dis-card.active{
	background: rgba(37, 140, 216, 0.2);
}
.cage-card{
	background: rgba(5, 107, 255, 0.05);
	border-radius: 5px;
	border: 1px solid rgba(74, 73, 77, 0.3);
}
.font-book-18{
	font-size: 18px !important;
}
.tag-inc-group{
	max-width: 80px;
}

.tag-inc-group .btn-min,
.tag-inc-group .btn-max{
	background: #4A494D;
	border-radius: 3px !important;
    color: #ffffff;
    line-height: normal;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    box-shadow: none;
}

.tag-inc-group .input-number{
	font-size: 12px !important;
	border: none;
	background: transparent;
	color: #056BFF;
}
.cage-card-outer {
    min-height: 270px;
    height: 100%;
    max-height: 270px;
}
.btn-group.discount .btn-outline-primary:hover span,
.btn-group.discount .btn-check:checked + .btn-outline-primary span {
    color: #fff !important;
}
.btn-group.discount .btn-outline-primary:hover,
.btn-group.discount .btn-check:checked + .btn-outline-primary {
    background-color: #72968f;
    border-color: #72968f;
    color: #fff !important;
}
.pos-header #layoutSidenav_content{
	margin-left: 0 !important;
	overflow: hidden;
}
.card-title-pos {
    color: rgba(74, 73, 77, 0.6);
}
.bg-primary-oy {
    background: #F2F8FF;
}
.bg-primary-oy p {
    color: #258CD8;
}
h6.text-grey {
    color: #8A8A8A;
}
.myModalPaymentNew .btn-close{
	right: -6px;
	filter: none;
	top: -8px;
	background-color: #ffffff;
	padding: 5px;
	height: 30px;
	width: 30px;
	opacity: .8;
	border-radius: 50%;
}
.myModalPaymentNew .btn-close:hover {
    opacity: 1;
}
.myModalPaymentNew .nav-link{
	min-width: 33.33%;
	padding: 25px 20px;
	background: #4A494D;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
}

.myModalPaymentNew .nav-link.active{
	background: #258CD8;
	color: #FFFFFF;
}
.myModalPaymentNew .checkout-card{
	background: rgba(5, 107, 255, 0.05);
	border-radius: 0px;
}

.myModalPaymentNew .checkout-card{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.myModalPaymentNew .checkout-card .checkout span{
	color: rgba(74, 73, 77, 0.6);
}
.myModalPaymentNew .checkout-card a{
	color: #258CD8;
}
.h-40{
	height: 40px !important;
}
.pay-logo {
	background: rgba(45, 52, 62, 0.1);
	border: 1px solid rgba(45, 52, 62, 0.2);
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.pay-logo.active {
	background: rgba(0, 105, 255, 0.2);
	border: 1px solid #0069FF;

}
.pay-logo.new.active {
	background: rgba(235, 127, 0, 0.2);
	border: 1px solid #EB7F00;

}

.pay-logo.active p{
	color: #0069FF;
	opacity: 1;

}
.pay-logo.new.active p{
	color: #EB7F00;
	opacity: 1;

}

.pay-logo .pay-logo-icon{
	font-weight: 600;
	font-size: 64px;
	line-height: 96px;
	margin-bottom: 0;
	color: #2D343E;
	opacity: 0.1;
}
.loyalty_points {
	width: fit-content;
	position: relative;
	margin-left: auto;
}
.points-loyal {
	position: absolute;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	right: 0;
	left: 0;
	top: 40px;
    text-align: center;
	color: #07CC66;
}
div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 15px;
    color: #737373;
    text-transform: none;
}
div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #bbb;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter label {
    float: left;
}
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
	font-size: 14px;
	display: inline-block;
	margin: 10px 0;
	cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate {
	float: right;
	position: absolute;
	right: 10px;
}
.paginate_button {
    border: 1px solid #707070;
    display: inline-block;
    padding: 5px 10px;
    min-width: 30px;
    min-height: 20px;
    text-align: center;
    margin: 0 2px;
    text-decoration: none;
}
.paginate_button.current,
.paginate_button.current:hover {
    background-color: var(--bg-primary);
    color: #fff;
    border-color: var(--bg-primary);
}
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    height: 35px;
}
.payment_card{
	border: 1px solid rgba(74, 73, 77, 0.4);
	border-radius: 5px;
	height: 92px;
    width: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.swipe_card{
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.swipe_text{
	font-size: 20px;
	font-weight: 500;
	color: #4A494D;

}
.myModalPaymentNew .tab-pane .card {
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	border-top: 1px solid #E8E8E8;
}
.pos-new-in-table th,
.pos-new-in-table td{
	font-size: 10px;
}
.pos_msg_send_card{
	min-height: 553px;
}
.pay_btn.active .payment_card{
	border: 1px solid #0069FF;
	background: rgba(37, 140, 216, 0.2);
	color: #056BFF;
}
.pay_btn.active .payment_txt{
	color: #0069FF;
}
.offer_card .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #2D343E !important;
}
.offer_card .accordion-button:not(.collapsed)::after {
	background-image: url(../img/up-cheveron.png);
	filter: invert(1);
	width: 1.25rem;
	transform: rotate(0deg);
	height: 1.25rem;
}
input[type="checkbox"][id^="myCheckbox"] {
	display: none;
}

label {
	display: block;
	position: relative;
/*	cursor: pointer;*/
}

label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
}

label img {
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}

:checked + label {
	border-color: #ddd;
}

:checked + label:before {
	content: "✓";
	background-color: transparent;
}

.box_thanks.active{
	border: 1px solid #056BFF;
	background: rgba(37, 140, 216, 0.2);
	color: #056BFF;
}
.invoice hr{
	margin-top: 0;
	margin-bottom: 5px;
}
.invoice .font-10 {
	font-size: 8px;
	line-height: 1;
}
.pos_refund_cart{
	min-height: 427px;
	height: 100%;
}

.invoice table th,
.invoice table td{
	font-size: 8px;
	padding-top: 0;
	padding-bottom: 0;
}

.container-check {
	display: block;
	position: relative;
	/*padding-left: 35px;*/
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/*right: -30px;*/
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -10px;
	left: 38px;
	height: 20px;
	width: 20px;
	display: none;
	background-color: transparent;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0px 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.offer_card .accordion-collapse .btn-group.discount .btn-outline-primary:hover, .btn-group.discount .btn-check:checked + .btn-outline-primary {
	background-color: #72968f !important;
	border-color: #72968f !important;
	color: #fff !important;
}

.offer_card .accordion-collapse,
.offer_card .accordion-collapse .accordion-body,
.offer_card .accordion-collapse .notice{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.w-fit-content{
	min-width: max-content;
	white-space: nowrap;
}
@media (max-width:1199.9px) {
	.pos_msg_send_card{
		min-height: 475px;
	}
	.pos_refund_cart{
		min-height: 350px;
	}
}
@media (min-width: 992px){
	.p-lg-5 {
		padding: 3rem !important;
	}
}
@media (max-width:991.9px) {
	.pos_msg_send_card,
	.swipe_card{
		min-height: 300px;
	}
	.myModalPaymentNew .nav-link {
		padding: 15px 10px;
		font-size: 16px;
	}
	.swipe_card .scan_logo{
		max-height: 180px;
		width: auto;
	}
	.cage-card-outer {
		min-height: 350px;
	}
	.loyalty_points {
		margin-left: auto;
		margin-right: auto;
	}
	.font-32{font-size: 24px;}
	.font-20{font-size: 18px;}
	.page-title h4, .page-title {
		font-weight: 600;
		font-size: 20px;
	}
}
@media (max-width:767.9px) {
	.myModalPaymentNew .nav-link {
		font-size: 14px;
	}
	.font-32{font-size: 20px;}
	.font-20,
	.swipe_text {
		font-size: 16px;
	}
	.cage-card-outer ,
	.pos_refund_cart{
		min-height: 250px;
	}
	#pay_card_success .tick_img{
		max-height: 50px;
		width: auto;
	}
	.customer_image.border-right{
		border-right: none !important;
	}

}
@media (max-width:575.9px) {
	.font-16,.form-label, label{font-size: 14px;}
	.page-title h4, .page-title {
		font-weight: 500;
		font-size: 18px;
	}
}
.staff_menu .staff_menu_icon{
	width: 40px;
	height: 40px;
	background: #F0F0F0;
	border: none;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staff_menu .staff_menu_icon.active{
	background: #4A494D;
}
.staff_menu .staff_menu_icon.active img.filter{
	filter: invert(1);
}
.staff_menu .staff_menu_icon.active img.filter-invert{
	filter: inherit;
}
.filter-invert{
	filter: invert(1);
}
#staff_graph_listing_screen .nav-tabs .nav-link,
#staff_graph_listing_screen .nav-tabs .nav-link:hover,
#staff_graph_listing_screen .nav-tabs .nav-link:focus,
#staff_graph_listing_screen .nav-tabs .nav-link.active {
	border: none;
}


#staff_graph_listing_screen .nav-tabs .nav-link.active{
	padding: 0.4rem 1rem;
	font-weight: 600;
}
#staff_graph_listing_screen .nav-tabs .nav-link.active:after {
	content: " ";
	border-bottom: 2px solid #4A494D;
	position: relative;
	top: 12px;
	margin: 0 auto;
	display: block;
	width: 44px;
}
#staff_graph_listing_screen .nav-tabs{
	min-width: 350px;
}
.pos_payment_report .nav-tabs .nav-link,
.pos_payment_report .nav-tabs .nav-link:hover,
.pos_payment_report .nav-tabs .nav-link:focus,
.pos_payment_report .nav-tabs .nav-link.active {
	border: none;
	background: transparent;
}


.pos_payment_report .nav-tabs .nav-link.active{
	padding: 0.4rem 1.5rem;
	font-weight: 600;
}
.pos_payment_report .nav-tabs .nav-link.active:after {
	content: " ";
	border-bottom: 4px solid #4A494D;
	position: relative;
	top: 12px;
	margin: 0 auto;
	display: block;
	width: auto;
}
.pos_payment_report .nav-tabs{
	min-width: 350px;
}
.report_txt span{
	color: #888D92;
}
.report_txt{
	font-weight: 500;
}
.report_sale .dataTables_info{
	float: left;
}
.pay_data{
	min-height: 465px;
}
.refund_card{
	min-height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.refund_logo{
	height: 80px;
	width: 80px;
}

.refund_logo .pay-logo-icon{
	font-size: 36px;
}
.refund_loyal .points-loyal{
	font-size: 15px;
	line-height: 36px;
    right: 0;
    left: 0;
    text-align: center;
	top: 22px;
}

.home-carousel-pos .bg-overlay-image > img {
    min-height: var(--slider-height);
    max-height: var(--slider-height);
    object-fit: cover;
    height: 100%;
}
.home-carousel-pos .bg-overlay-image::before {
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
    border-radius: 5px;
    content: "";
    height: 100%;
    inset: 0;
    min-height: var(--slider-height);
    position: absolute;
    width: 100%;
}
.home-carousel-pos .bg-overlay-image .img-caption {
    bottom: 0;
    margin: 25px 50px;
}
.home-carousel-pos .bg-overlay-image .img-caption h2 {
    display: block;
    font-size: 22px;
    font-weight: normal;
}
.home-carousel-pos .bg-overlay-image .img-caption h2 span {
    display: block;
    font-size: 30px;
    font-weight: 400;
}
.home-carousel-pos .bg-overlay-image .img-caption h1 {
    font-size: 80px;
    font-weight: 500;
}
.home-carousel-pos .bg-overlay-image .img-caption h1 span {
    font-size: 45px;
    font-weight: 500;
}
.input-group.filter-main-search .input-group-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.input-group.filter-main-search .form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-group.filter-main-search {
    height: 55px;
}
.input-group.filter-main-search .input-group-text svg {
    color: rgba(45, 52, 62, 0.4);
}
.input-group.filter-main-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(45, 52, 62, 0.4);
    font-weight: 400;
    font-size: 14px;
}
.input-group.filter-main-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(45, 52, 62, 0.4);
    font-weight: 400;
    font-size: 14px;
}
.input-group.filter-main-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(45, 52, 62, 0.4);
    font-weight: 400;
    font-size: 14px;
}
.input-group.filter-main-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(45, 52, 62, 0.4);
    font-weight: 400;
    font-size: 14px;
}
.dash-com-card {
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
}
.dash-com-card:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.products-sec-dash:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.dash-com-card .card-title {
    color: #4A494D;
}
.products-sec-dash img {
    object-fit: cover;
    height: 100%;
    min-height: 150px;
    max-height: 150px;
}
.products-sec-dash .img-caption {
    bottom: 0;
    left: 0;
    right: 0;
}
.products-sec-dash .img-caption h5 {
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}
.owl-carousel.owl-pos-dashboard .owl-dots {
    position: absolute;
    bottom: 95px;
    transform: rotate(90deg);
    left: -55px;
}
.owl-carousel.owl-pos-dashboard .owl-dots .owl-dot span {
    background: #fff;
}
.owl-carousel.owl-pos-dashboard .owl-dots .owl-dot.active span,
.owl-carousel.owl-pos-dashboard .owl-dots .owl-dot.active:hover span {
    background: #fff;
    width: 40px;
}
.nav-tabs.pos-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    border-bottom: 1px solid transparent;
}
.nav-tabs.pos-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    font-weight: 600;
}
.nav-tabs.pos-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid #000;
    bottom: 0;
    width: 40px;
    margin: 0 auto;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.login-card {
    background: rgba(49, 49, 49, 0.6);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 0;
}
.field-icon.toggle-password {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #4A494D;
}
.layoutSidenav_nav .nav .nav-item.nav-category {
	color: #7987a1;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 5px;
	height: 15px;
}
.over_fil_icon{
	height: 46px;
	width: 46px;
	display: flex;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

.alert_value{
	height: 35px;
	width: 35px;
	display: inline-flex;
	background: #F7F7F7;
	border: 1px solid #C2C2C2;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
}
.btn-group.redeem-point-box .btn-outline-primary:hover h6,
.btn-group.redeem-point-box .btn-check:checked + .btn-outline-primary h6 {
    color: #fff !important;
    opacity: 1;
}
.btn-group.redeem-point-box .btn-outline-primary:hover,
.btn-group.redeem-point-box .btn-check:checked + .btn-outline-primary {
    background-color: #72968f;
    border-color: #72968f;
    color: #fff !important;
}
tr.shown td.details-control:before {
    content: "\e5ce";
}
tr.shown td.details-control:before, 
td.details-control:before {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #4A494D;
    color: #4A494D;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}
td.details-control:before {
    content: "\e5cf";
}
.details-row td {
    padding: 5px !important;
    margin: 0;
}
td.action-button button.dropdown-toggle {
    box-shadow: none;
}
.mw-80{
    min-width: 80px;
}
.mw-100{
    min-width: 100px;
}
.mxw-180{
	max-width: 180px;
}
.card-product{
	max-height: 277px;
}
.oy-auto::-webkit-scrollbar {width: 5px;height: 5px;}
.oy-auto::-webkit-scrollbar-track {background: #E9E9E9;border-radius: 35px;}
.oy-auto::-webkit-scrollbar-thumb{background:rgb(53 96 147 / 80%);border-radius: 35px;}
.oy-auto{
	overflow-x: hidden;
	overflow-y: auto;
}
.date-rangepicker{
    background-size: 18px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/daterange.png);
}

button, .bttn,.btn,.form-control, .form-select {
    border-radius:var(--common-raidus);
}
.card{
    border-radius:var(--common-raidus) !important;
}
.navbar-nav .form-select {
    padding: 0.5px 10px;
}
.no-datafound h2 {
    font-size: 18px;
    text-align: center;
}
.card-height-reduce .card-body {
    padding: 4px 10px;
}
.position-header {
    position: absolute;
    right: 0;
    z-index: 1;
}
.notification .pay-logo,
td .pay-logo{
	height: 35px;
	width: 35px;
	display: inline-flex;
}

.notification .pay-logo .pay-logo-icon,
td .pay-logo .pay-logo-icon{
	font-size: 14px;
	text-transform: uppercase;
}

.notification .pay-logo.purple{
	height: 35px;
	width: 35px;
	border-color: #D446CF;
	background: rgba(212, 70, 207, 0.2);
	display: inline-flex;
}

.notification .pay-logo.purple .pay-logo-icon{
	font-size: 14px;
	color: #D446CF;
	text-transform: uppercase;
}
.text-blue{
	color: #296EB4;
}

.text-black.btn-outline-primary:hover {
    background-color: transparent;
}
