body {
    padding: 0px !important;
}

.navbar.bg-primary {
    background-color: #DAA824 !important;
}

.theme_btn {
    background: var(--color_theme);
    color: var(--text_white);
    border-radius: 50px;
}

.dropdown-menu-right {
    z-index: 9999;
}

.bg-primary {
    background-color: #DAA824 !important;
}

td img {
    max-width: 70px;
    width: 100%;
    height: 50px;
}

.invalid-feedback {
    display: block !important;
}

.login_page {
    background-color: #DAA824;
}

.login_page .login-left {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_page .login-right {
    width: 35%;
    padding: 30px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
}

.login_page .login-left figure {
    width: 100%;
    height: 100%;
}

.login_page .login-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_page .login-right .logo img {
    width: 200px;
}

.loading-container {
    background-color: #88888857;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

.loading-container img {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 99999;
    height: 90px;
}

div#ofBar {
    display: none;
}

/* .pagination .flex{
display: flex;
justify-content: center;
align-items: center;
}
.pagination .flex svg{
width: 34px;height: 34px;
} */
/* .pagination .flex.justify-between{display: none;} */
/* .pagination .text-sm{display: none;} */
/* .pagination .hidden{display: none;} */

span.relative svg {
    width: 30px;
}

.hidden p.leading-5 {
    display: none;
}

.flex.flex-1 {
    display: none;
}

.search_inner_fiels {
    display: flex;
    align-items: center;
}

.search_inner_fiels .filters.Booking_status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

.search_with_icons {
    border: solid 1px #b3b3b3;
    padding: 6px 11px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_with_icons input {
    border: unset;
    padding: 0 10px 0 0;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 1000px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #000;
}

.highcharts-data-table tr:hover {
    background: #000;
}

.highcharts-figure,
.highcharts-data-table table {
    width: 100%;
}

text.highcharts-credits {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 30px;
    bottom: 3px;
    left: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.card-body .chart {
    height: 100% !important;
}

.table .thead-light th {
    color: #384b61;
    background-color: #f6f9fc;
}

.table .avatar.rounded-circle img {
    /* height: 50px !important; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* width */
.custom-scollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scollbar-sidebar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.custom-scollbar::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
.custom-scollbar::-webkit-scrollbar-thumb {
    background: #4e4847;
}

/* Handle on hover */
.custom-scollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#dropdown ul.nav.navbar-nav {
    width: 100%;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 0.675rem 1.2rem !important;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
    background: #DAA824;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.details-r {
    width: 48%;
}

.details-r ul {
    padding-left: 0;
    width: 100%;
}

.details-r li {
    list-style: none;
    margin-bottom: 10px;
}

li.geo-li label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #525f7f;
}

li.geo-li input {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
    width: 100%;
}

.geoFancing {
    width: 48%;
    height: 300px;
}

div#map {
    width: 100%;
    height: 100%;
}

.square_img {
    width: 100px;
    height: 100px;
}

.table.faq-table td,
.table.faq-table th {
    font-size: 0.8125rem;
    white-space: normal !important;
}

img.category-img {
    width: 70px;
    height: 70px;
}

#uploadImage {
    display: none;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq_outer h2 {
    font-size: 26px;
    margin: 30px 0;
    color: #000;
    font-weight: 700;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 22px 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #DAA824;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #DAA824;
    color: #fff;
    font-size: 11px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 15px 30px;

    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.permissions_name_inner {
    display: block;
}

.loop_inner {
    display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 5px !important;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0 !important;
}

.dl_img {
    max-width: 30%;
    height: auto;
}

/* ANshu Bharti 12  August Design */

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active svg path {
    fill: #fff;
}

.navbar-vertical .navbar-nav .nav-link>i {
    min-width: auto !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item a span.nav-link-text {
    margin-left: 10px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg {
    width: 15px;
    height: 15px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg path {
    fill: #172b4d;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link i {
    color: #172b4d !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active span.nav-link-text {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(23 43 77) !important;
}

nav.navbar.navbar-top.navbar-expand.navbar-dark.bg-primary.border-bottom {
    background: white !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active i {
    color: #fff !important;
}

.bg-default {
    background-color: #ffffff !important;
}

.text-light {
    color: #172b4d !important;
}

.btn-group-sm>.btn,
.btn-md svg {
    margin-right: 8px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item .panel-body ul.nav.navbar-nav {
    margin: 0px !important;
}

tbody.list td .collapse p {
    margin: 0px;
    white-space: break-spaces;
}

.custom_table td {
    padding: 10px;
}

.custom_table th {
    font-weight: 800;
}

.card .table td p a {
    white-space: break-spaces;
    display: block;
}

.custom_Modal {
    max-height: 600px;
    overflow-y: auto;
    max-width: 860px;
    margin: auto;
}

.custom_kart {
    margin-left: 10px;
}

.custom_kart span {
    background: red;
    font-size: 12px;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 6px;
}

/* .header.bg-gradient-primary::after {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #f26232;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
} */
.header.bg-gradient-primary {
    position: unset;
}

.text-white {
    color: #fff !important;
    position: relative;
    z-index: 1000;
}

.bg-default {
    background-color: #172b4d !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #DAA824 0, #825ee4 100%) !important;
}

.login_logo {
    height: 50px;
}

.forgot_psswrddv {
    color: #fff;
}

.forgot_psswrddv:hover,
.forgot_psswrddv:focus {
    color: #fff;
}

.space_images figure img {
    width: 150px;
    height: 150px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-container .space_images {
    margin: 0px 10px 15px 0px;
}

.swal-footer {
    text-align: center;
}

.swal-button--cancel {
    background: var(--color_theme_l);
    color: var(--text_black);
    text-align: center;
    border-radius: 50px;
}

.swal-button--confirm,
.swal-button--confirm:hover {
    background-color: var(--color_theme) !important;
    color: var(--text_white);
    text-align: center;
    border-radius: 50px;
}

.chosen-container-multi .chosen-choices {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #dee2e6 !important;
    background-image: none !important;
}

.hst_profile.saste_profile {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}

.hst-bx {
    position: relative;
    width: 24%;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 2%;
}

.hst-bx input.file-upload {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
}

.hst-bx figure {
    width: 100%;
    height: 100%;
}

.hst-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hst-bx2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#image-list.hst_profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

#image-list.hst_profile li {
    width: 20%;
    margin-right: 15px;
}

.county_code {
    position: relative;
}

.county_code .county_codeSelect {
    position: absolute;
    left: 0;
    top: 31px;
    height: 46px;
    border: 0;
}

.county_codeSelect:focus {
    outline: none;
}

.county_code input {
    padding-left: 75px;
}

body .notify {
    bottom: auto;
    padding: 8px;
    z-index: 999;
    top: -65px;
}

body .notify p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0px;
}

.pagination {
    justify-content: start;
}

.page-item.active .page-link {
    background-color: #DAA824;
    border-color: #DAA824;
    font-weight: 700;
}

.page-item .page-link,
.page-item span {
    border-radius: 20% !important;
}

.text-active {
    color: #DAA824;
}

.custom_addBtn {
    display: flex;
    align-items: center;
    justify-content: left;
}

.custom_addBtn svg {
    color: #DAA824;
    font-size: 20px;
    width: 21px;
}

.add_colour_card {
    cursor: pointer;
}

.week-dates {
    display: flex;
    flex: 1;
    position: relative;
}

.week-dates .permissions_name_inner {
    background: #ffffff;
    width: 150px;
    border-radius: 10px;
    padding: 0px 10px;
    height: 46px;
    display: flex;
    border: 1px solid #f5d787;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
    position: relative;
}

.week-dates .permissions_name_inner input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.week-dates .permissions_name_inner label {
    font-size: 14px;
}

.dates-active {
    background: #f5d787 !important;
}


.time-selector h5 {
    margin: 0px 10px;
}

.time-selector select {
    width: 120px;
    border-radius: 10px;
    padding: 10px 10px;
    height: 46px;
    display: flex;
    border: 2px solid #f5d787;
    background-color: transparent;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

.time-selector select:focus {
    outline: none;
}

.uploadBtn {
    width: 200px;
    margin: auto;
}

.uploadBtn span {
    height: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.custom_modalBtn button {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_modalBtnNew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.custom_modalBtnNew button {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_dateFiled .input {
    width: 60% !important
}

.custom_dateFiled span {
    font-size: 14px;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantityName {
    text-align: center;
}

.quantityName h3 {
    font-size: 16px;
    color: #32325de3;
    margin-top: 30px
}

.quantity span {
    font-size: 14px;
    text-transform: capitalize;

}





.quantity .less,
.quantity .add {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    width: 20px;
    height: 20px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    border-radius: 50%;
    font-weight: bold;
    background-color: #DAA824;
    color: #fff;
    cursor: pointer;
}

.quantity .less {
    font-size: 24px;
}

.quantity .add {
    font-size: 18px;
}

.quantity .less:hover,
.quantity .add:hover {
    background-color: #B98400;
}

.quantity .less b,
.quantity .add b {
    line-height: 0px;
    font-weight: 600;
}

.quantity .less b {
    margin-top: -6px;
}

.quantity .add b {
    margin-top: -1px;
}

.quantity h3 {
    margin: 0px;
}

.quantityImg {
    width: 140px;
    height: 120px;
    margin: 0px auto 20px;
}

.custom_close {
    padding: 5px !important
}

.custom_close span {
    font-size: 30px !important;
    color: #000 !important;
}

.quantity input {
    width: 42px;
    border: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.quantity input:focus {
    outline: none;
}

.border-unset td {
    border: none;
}

.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

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

/* When the radio button is checked, add a blue background */
.containerRadio input:checked~.checkmark {
    background-color: #DAA824;
}

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

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.custom_radioBtn {
    display: flex;
    margin: 15px 0px;
}

.custom_input {
    height: 32px;
}

/* Scroller hide from input type number */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* END scroller hide from input type number */

.custom_saveBtn {
    display: flex;
    width: 100%;
    align-items: center;
}

.custom_saveBtn input {
    width: 100px;
    margin: 0px 10px;
    height: auto !important;
}

.customedit_qty svg {
    margin-left: 5px;
}

.customedit_qty:focus {
    outline: none;
}

.customExport select {
    width: 200px !important
}

.custom_fileUpload {
    z-index: 00 !important;
    height: 100%;

}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 7px 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 4px 10px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #DAA824;
    background-color: #DAA824;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #DAA824;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    /*=w*/
    height: 30px;
    /*=h*/
    margin: 4px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.2s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    /*translateX(-(w-h))*/
    transition: 0.2s;
}

input:checked+.slider:before {
    transform: translateX(30px);
    /*translateX(w-h)*/
    background-color: limeGreen;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 8px limeGreen;
}

.custom_view_page .form-control-label {
    min-width: 150px;
    font-weight: 700;
}

.edit_qty:focus {
    outline: none;
}

.custom-selectH {
    height: calc(0.45em + 1.25rem + 5px);
    padding: 3px 22px 5px 8px;

}

.custom-selectH .calendar {
    height: calc(0.45em + 1.25rem + 5px);
}

.alert-warning {
    font-size: 82%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0px 5px;
    background-color: #f44336;
}

/* .custom_labelLead label{
    width:200px !important
} */
.custom_labelLead .ml-2 {
    word-break: break-all;
}

.mainOtp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-btn {
    background-color: #465a41;
    color: #fff;
    border-color: #465a41;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold
}

.custom-btn1 {
    background-color: #082b00ba;
    color: #ffffff;
    padding: 3px 9px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.custom-btn2 {
    background-color: #311843ba;
    color: #ffffff;
    border-color: #ffffff;
    padding: 6px 7px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.custom-back-btn {
    border: 0;
    width: fit-content;
    color: #fff !important;
    font-size: 14px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 10px 36px;
    border-color: snow;
    background-color: #DAA824;
    /* box-shadow: 0 38px 34px rgba(50, 50, 93, .11), 0 7px 26px rgba(0, 0, 0, .08); */
}

.custom-back-btn i {
    margin-right: 5px;
}



.custom-pending-btn {
    background-color: #172b4d;
    color: #ffffff;
    border-color: #ac020294;
    padding: 3px 11px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}

.custom-paid-btn,
.btn-success:disabled {
    color: #000000 !important;

}

.custon-validate-btn {
    background-color: #5a3a04eb;
    color: #000000;
    border-color: #734f00;
    padding: 12px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
}

.export-btn {
    color: #000;
    border-color: #898067;
    background-color: #b2a686;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

/* app lead sibebar dropdown setting */
.app-leads-dropdown button {
    outline: none;
}

.app-leads-dropdown .dropdown-menu {
    padding: 0 0px 10px 1.2rem !important;
    margin-right: 0.5rem !important;
    margin-left: calc(0.5rem + 10px) !important;
    animation: none;
    box-shadow: none;
}

.app-leads-dropdown .nav-link-text {
    margin-left: 10px;
}

.app-leads-dropdown.show .nav-link-text {
    color: #DAA824;
}

.app-leads-dropdown .dropdown-menu a.active {
    color: #000;
    font-weight: 600;
}

.app-leads-dropdown .dropdown-menu a {
    color: rgba(0, 0, 0, .3);
    font-size: .875rem;
    font-weight: 700;
    border-bottom: 1px solid #cccccca1;
    margin-bottom: 6px;
    padding-bottom: 6px;
    padding-left: 18px;
}

ol.progtrckr {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #22e31d;
}

ol.progtrckr li.progtrckr-todo {
    color: rgb(91, 89, 89);
    border-bottom: 4px solid rgb(169, 166, 166);
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #22e31d;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\2713";
    color: white;
    background-color: #777672;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}

ol.progtrckr .custom_span {
    font-size: 12px;
    font-weight: 600;
}

.custom-selectH1 {
    font-size: 14px;
    font-weight: 800 !important;
    color: #fff;
    background: #5d5675 url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%2332325d\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .75rem center/8px 10px;
}

.custom-selectH1:disabled {
    color: #868686 !important;
    background-color: #b9b9b9 !important;
}

.upload_tally {
    color: #000;
    border-color: #0e0b03;
    background-color: #cb373799;
    box-shadow: 0 4px 6px rgb(174 174 255 / 11%), 0 1px 3px rgba(0, 0, 0, .08);
}

.uploaded_tally {
    color: #000;
    border-color: #0e0b03;
    background-color: #409821cc;
    box-shadow: 0 4px 6px rgb(174 174 255 / 11%), 0 1px 3px rgba(0, 0, 0, .08);
}

.custom_charges_view {
    font-size: 14px !important;
    font-weight: 700;
}

.ticket-count {
    display: flex;
    position: relative;
    width: 53px;
}

.ticket-count img {
    width: 28px;
    height: 28px;
}

.ticket-count span {
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: 6px;
    background: #2d3436;
    color: #fff;
    padding: 0px 5px;
}

.ck-editor__editable:not(.ck-focused) {
    height: 200px !important;
}

/* support button */
.custom_btn {
    border-radius: 10px;

    transition: all 0.2s ease-out;
    position: relative;
}

.badge1 {
    background-color: #735d78;
    color: #f7d1cd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    top: -12px;
    right: -22px;
    text-align: center;
}

/* end support button */
.custom-bagde {
    color: #000000;
    border-radius: 7px;
    background-color: #d79409;
    font-weight: 1000;
    font-size: 12px;
    padding: 2px 5px;
}

.extra-btn-custom {
    font-weight: 1000;
    background-color: #a18106;
    color: white;
    max-width: 299px;
    padding: 4px 11px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #5b3d04 !important;
}

.custom-show-table td {
    vertical-align: top !important;
}

.custom-show-table .custom-info {
    max-width: 190px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info-heading {
    max-width: 140px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info-heading_100 {
    max-width: 100px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info-heading_80 {
    max-width: 110px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info1 {
    max-width: 70%;
    text-wrap: wrap;
    white-space: normal;
    text-wrap: wrap;
    word-break: break-all;

}

.custom-show-table .custom-info2 {
    max-width: 250px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info3 {
    max-width: 250px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info_date {
    max-width: 80px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info_label {
    max-width: 100px;
    text-wrap: wrap;
    white-space: normal;
}

.custom-show-table .custom-info4 {
    max-width: 88%;
    text-wrap: wrap;
    white-space: normal;
}

.quantityName h3 {
    max-width: 400px;
    margin: 0px auto;
    text-wrap: wrap;
    white-space: normal;
}

/* multiselect dropdown */
.multiselect-dropdown--modify .select2-container--classic .select2-selection--multiple {
    min-height: calc(1.5em + 1.25rem + 5px);
    border-color: #dee2e6;
}

#select2-branches-results.select2-results__options li.select2-results__option[aria-selected='true'] {
    background: #DAA824;
}

.multiselect-dropdown--modify li.select2-selection__choice {
    background-color: #DAA824 !important;
    padding: 4px 8px !important;
    font-weight: 600;
}

.multiselect-dropdown--modify_user_form li.select2-selection__choice {
    background-color: #DAA824 !important;
    padding: 4px 8px !important;
    font-weight: 600;
}

.multiselect-dropdown--modify_user_form .select2-container--classic .select2-selection--multiple {
    min-height: calc(1.5em + 1.25rem + 5px);
    border-color: #dee2e6;
}

.switch-btn {
    margin-bottom: unset;
}

.switch-btn label button {
    width: 180px;
}

.switch-btn button {
    padding: 12px 16px;
    font-size: 14px;
}

.switch-btn button:hover {
    transform: unset !important;
    box-shadow: unset;
}

.slab-data .target-slab {
    max-width: 400px;
    width: 100%;
    padding: 6px 20px;
    /* background: #DAA824; */
    color: #DAA824;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid #DAA824;
}

/* 
  .slab-data span{

  } */
.target-container {
    display: flex;
    justify-content: end;
}

.target-label {
    font-weight: bold;
    margin-right: 1rem;
    color: #555;
}

.target-badge {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #4CAF50;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    animation: fadeIn 1s ease;
    /* Adding a subtle fade-in animation */
}

/* Keyframes for the fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#employees_list {
    border-radius: 25px 0px 0px 25px
}

#target_history {
    border-radius: 0px 25px 25px 0px
}

.show_toggle_btn_first {
    border-radius: 25px 0px 0px 25px
}

.show_toggle_btn_second {
    border-radius: 0px 25px 25px 0px
}

.slab-modal .modal-dialog {
    max-width: 700px;
}

.slab-modal {
    border-radius: 6px;
}

.custom-file-label::after {
    height: auto !important;
}

div:where(.swal2-container) .swal2-select {
    font-size: 16px !important;
    padding-right: 10px;
    border-radius: 8px !important;
    border-color: #af8c04 !important;
    border: 1px solid #d9d9d9 !important;
    background: rgb(255 250 230 / 63%) !important;
    margin: auto;
    margin-bottom: 10px;
}

div:where(.swal2-container) .swal2-select:focus-visible {
    outline: none;
}

div:where(.swal2-container) .swal2-select option {
    word-break: break-all;
}

div:where(.swal2-container) .swal2-textarea {
    height: 8.75em !important;
    padding: 0.75em !important;
    width: calc(100% - 5px);
    margin: 10px auto 0;
    border-radius: 10px;
}

.reject-modal:where(.swal2-container) div:where(.swal2-popup) {
    max-width: 700px;
    width: 100%;
    /* position: relative !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 100%) !important;
    width: 57em !important;
    max-width: 100% !important;
    padding: 0 0 1.25em !important;
    border: none !important;
    border-radius: 30px !important;
    background: #fff !important;
    color: #000 !important;
    font-family: inherit !important;
    font-size: 11px !important; */
}

/*

div:where(.swal2-container) h2:where(.swal2-title) {
    margin: 14px 1px 24px !important;
    color: darkred !important;
    font-size: 1.875em !important;
    font-weight: 800 !important;

} */

div:where(.swal2-container) .swal2-html-container {
    padding: -7px;
    overflow: hidden !important;
}

.custom_reason_list {
    max-height: 300px;
    overflow-y: scroll;
}

.action-dropdown {
    position: relative;
}

.action-dropdown>span {
    cursor: pointer;
    padding: 10px 14px;
    font-size: 18px;
}

.action-menu.show {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    left: auto !important;
    right: 100% !important;
    transform: translate(0, -50%) !important;
    top: unset !important;
    margin-top: 24px;
}

.action-menu.show a {
    padding: 4px 8px;
    color: #5a5a5a;
    font-size: 14px;
    cursor: pointer;
    transition: 0.13s ease-in;
    border-radius: 4px;
}

.action-menu.show a i {
    margin-right: 8px !important;
}

.action-menu.show a:hover {
    background-color: #DAA824;
    color: #fff;
}

.cash-in-out-badge {
    font-weight: 800;
    background: #911c11;
    color: #fff;
    padding: 1px 9px;
    letter-spacing: 1px;
    border-radius: 2px;
}

.cash-in-out-badge.in {
    background: #1a8400;

}

#custom_daybook_cash_type {
    height: 27px;
    width: 79px;
    align-items: center;
    display: inline;
    font-size: 80%;
    font-weight: 800;
}

.lead-sec b {
    display: block;
    margin-top: 11px;
}

.custom_view_page .view-box {
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 0 7px -2px rgb(17 18 19 / 30%);
    padding: 0.8rem 1rem;
}

.view-box {
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 0 7px -2px rgb(17 18 19 / 30%);
    padding: 0.8rem 1rem;
}

.view-box .custom-info_label {
    max-width: unset;
}

.custom_view_page .view-box .custom-info1 {
    max-width: unset;
}

.custom_view_page .view-box label {
    color: #525252;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.custom_view_page .view-box p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.custom_view_page .view-main-header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.custom_view_page .view-main-header p {
    margin-bottom: 0px;
    color: #828282;
    font-size: 14px;
    font-weight: 500;
}

.custom_view_page .view-main-header h3 {
    color: #111213;
    font-size: 22px;
    font-weight: 600;
}

.swal2-backdrop-show .swal2-show #swal2-html-container {
    display: flex !important;
    justify-content: space-evenly;
}


.reject-modal #swal2-html-container {
    flex-direction: column;
}

.discount-box-handle {
    display: flex;
    flex-direction: column;
}

.discount-box-handle .input-group-append {
    display: flex;
    flex-direction: column;
}

.discount-box-handle .input-group-append .input-group-text {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    border: 0px;
}

.discount-box-handle .input-group-append .input-group-text .form-check-inline input {
    width: 20px;
    height: 18px;
}

#discount_amount {
    width: 80% !important;
    margin-left: auto;
}

.discount-box-handle .input-group-append #applyDiscount {
    width: 80%;
    margin-left: auto;
    margin-top: 6px;
}

#filter_btn {
    width: 52px;
    height: 32px;
}

.card-header {
    overflow-x: auto;
}

/* table {
    min-height: 166px;
} */

.custom-send-btn {
    height: 40px;
}

.ck.ck-editor__editable_inline {
    padding-left: 28px !important;
}

.Billing-Address-box {
    padding: 0px 22px;
}
/*  */

.form-control-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.form-control {
    color: #989898;
    font-weight: 600;
}

.support-mail-space {
    font-size: 14px;
}

.dashboard-box-labels h5 {
    font-size: 16px;
    font-weight: 600;
}

.img-thumbnail {
    min-width: 70px;
    width: 70px;
    height: 50px;
}

.reset-password-modal .main-head{
font-size: 21px;

}

.reset-password-modal #password-confirmation{
    width: 400px;
    margin: auto;
}

.reset-password-modal .modal-footer{
justify-content: center;
}

#statusImage{
    width: 192px;
    border-radius: 8px;
}

.view-price-modalbox{
    overflow-y: unset;
}

.view-price-modalbox .modal-content{
    max-height: 600px;
    overflow-y: auto; 
}

.error-prmsn-msg{
    font-size: 14px;
    margin-top: 10px;
    padding-right: 0.5rem;
}

.add-deduct-table{
    margin-bottom: 40px !important;
}

.add-deduct-table th, td {
    background: #ffffff !important;
}

.daterangepicker td.in-range{
    background-color: #faf3dde6 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #DAA824 !important;
}

.custom-scollbar {
   min-height: 200px  !important;
}
.custom-select-design {
    color: rgb(133, 102, 0);
    font-weight: 1000;
    width: 112px !important;
}
