:root {
    --secondarycolor: #0a526f;
}

/* Customize website's scrollbar like Mac OS
        Not supports in Firefox and IE */

/* total width */
body::-webkit-scrollbar {
    background-color: #fff;
    width: 13px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .table>:not(caption)>*>*, h1, h2, h3, h4, h5, h6 {
    color: #333335;
}

body {
    background-color: rgb(240, 241, 247);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

a {
    text-decoration: none;
}

.more-lead:hover{
    cursor: pointer;
}

.login-div {
    background-color: white;
}

.form-select:focus,
.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.form-check-label {
    margin-bottom: 0px;
}

.multiselect.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 0.47rem 1.75rem 0.47rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.multiselect-native-select,
.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect.dropdown-toggle,
.form-control,
.form-select {
    /* font-size: 14px;
    border-radius: 4px; */

    color: #333335;
    background-color: #fff;
    font-size: .775rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .35rem;
    border: 1px solid #bfbfbf;
}

.form-label {
    margin: 0px;
    /*   font-size: 13px;
    font-weight: 500; */
    font-size: .8rem;
    font-weight: 500;
    color: #333335;
}




/*  */
.section-dashedline {
    width: 100%;
    border-top: 1px dashed #3333;
}

/* card */
.card {

    border-radius: .5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 .125rem 0 hsla(0, 0%, 4%, .04);
    position: relative;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    width: 100%;
    /* border: 1px solid #e5e5e5ee; */
    /* border-radius: 4px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px; */
}

.card.custom-card .card-header {
    padding: 0.75rem 1.25rem;
    background-color: transparent !important;
    -webkit-border-after: 1px solid #f3f3f3;
    border-block-end: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: .25rem;
}

.card.custom-card .card-header .card-title:before {
    content: "";
    position: absolute;
    height: 1rem;
    width: .2rem;
    inset-block-start: .063rem;
    inset-inline-start: -.65rem;
    background: var(--primarycolor);
    border-radius: .5rem;
}

.crm-deals-status li {
    position: relative;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem
}

.crm-deals-status li:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.crm-deals-status li:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    inset-block-start: .375rem;
    inset-inline-start: -1rem;
    border-radius: 50%;
}

.crm-deals-status li.primary:before {
    background-color: var(--bs-primary)
}

.crm-deals-status li.info:before {
    background-color: var(--bs-info);
}

.crm-deals-status li.warning:before {
    background-color: var(--bs-warning)
}

.crm-deals-status li.success:before {
    background-color: var(--bs-success)
}

.crm-deals-status li.purple:before {
    background-color: var(--bs-purple)
}

.crm-deals-status li.pink:before {
    background-color: var(--bs-pink)
}

.card-title {
    position: relative;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: capitalize;
}

.themeBtnV,
.pss-btn {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    min-width: 100px;
    transition: all 0.2s;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    background-color: var(--primarycolor);
    text-align: center;
}

a.pss-btn :hover {
    color: white;
}

/* tab-theam-v2 */
.tab-theam-v2 .nav-link {
    padding: 6px 8px;
    /* font-size: 13px; */
    color: black;
    font-weight: 600;
}

.tab-theam-v2 .nav-link.active {
    background-color: var(--primarycolor);
    color: white;
}

/* table */
table .lead,
table {
    font-size: 12px;
    text-align: center;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #b1b1b1;
}

.table-v2> :not(caption)>*>* {
    padding: 6px 3px;
}

.table-v2 td,
.table-v2 th {
    vertical-align: middle;
}

.bg-table-v2 table thead {
    background-color: #a5d2e4;
}

.bg-table-v2 table thead th,
.bg-table-v2 table thead td {
    color: black;
}

.bg-table-v2 thead {
    background-color: var(--primarycolor);
}

.bg-table-v2 thead th,
.bg-table-v2 thead td {
    color: white;
}

.table-v2 p{
    margin-bottom: 0px;
}
@media print {

    .bg-table-v2 thead th,
    .bg-table-v2 thead td {
        color: black;
    }
}

/* table end */


/* modal design */

.modal.modal-v2 .modal-header {
    padding: 7px 10px;
    background-color: var(--primarycolor);
}

.modal.modal-v2 .modal-header h5 {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.modal.modal-v2 .modal-footer {
    padding: 5px 10px;
    justify-content: center;
}

.btn-close:focus {
    box-shadow: unset;
}

/*modal end  */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.form-check-input:disabled {
    background-color: #ebebe4;
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 100000 !important;
    font-family: "spacegrotesk", sans-serif;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../../images/prev.png);
    left: 5px;
    top: 9px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../../images/next.png);
    right: 5px;
    top: 9px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: var(--primarycolor);
    color: white;
    border: none;
    border-radius: 3px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 3px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: var(--primarycolor);
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primarycolor);
    color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #000000;
    background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

/* datepick end */

.pss-pagetitle {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}

/* sidebar design */
.navbar {
    height: 50px;
}

#sidebar a {
    color: white;
}

#content {
    border-bottom: 1px solid #dfe3e7;
}

#content .custom-menu .btn.btn-primary {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.login-btn a {
    color: var(--primarycolor);
}

/* simple-bar */

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%;
}

/* simple-bar end */

/* top-menulogout */
.top-menulogout span {
    font-size: 13px;
}

.top-menulogout .dropdown-menu {
    padding: 20px 15px;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0 .25rem .625rem rgba(20, 20, 20, .1);
    max-width: 300px;
}

.top-menulogout .dropdown-menu div {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top-menulogout .dropdown-menu div:last-child {
    margin-bottom: 0px;
}

/* loader */

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid var(--secondarycolor);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: var(--secondarycolor) transparent var(--secondarycolor) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

/* bs5 */
.row>* {
    padding-right: 8px;
    padding-left: 8px;
}

.booking-type .form-control,
.booking-type .form-select {
    padding: 6px 7px;
}

.mobcount {
    font-size: 12px;
}
.login-page{
    background-image: url(../../images/psslogin_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-div img{
    max-width: 100%;
    max-height: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
}