
.position-relative{
    position: relative;
}

.cursor-pointer{
    cursor: pointer;
}

.custom-form-control{
    padding: 6px 10px;
}

.m-w-50{
    max-width: 50px!important;
}

.m-w-100{
    max-width: 100px!important;
}

.clickable{
    cursor: pointer;
}

th.dt-center, td.dt-center {
    text-align: center;
}

.is-invalid-element{
    border: 1px solid #f44236!important;
}

.showpass{
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 20px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    color: #949da7;
}

.swal2-popup {
    background: white !important;
    color: black !important;
}

.modal.fade.modal-animate .modal-dialog{
    height: 100%!important;
}

.datatable-table thead th, .table thead th{
    text-transform: none!important;
}

.notifier-container{
    z-index: 99999;
}

.brand-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-gate{
    min-width: 115px;
}

.auth-sidefooter img{
    max-width: 150px;
}


.card {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: 4px;
    --bs-card-box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
    --bs-card-inner-border-radius: 5px;
    --bs-card-cap-padding-y: 25px;
    --bs-card-cap-padding-x: 25px;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}






/* Modal righ and left side css start */
.modal-left-side {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
}

.modal-left-side .modal-content {
    border-width: 0;
    border-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-left-side .modal-content {
        min-height: 100vh;
    }
}

.modal.fade .modal-left-side {
    transform: translate(-100px, 0);
}

.modal-right-side {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
}

.modal-right-side .modal-content {
    border-width: 0;
    border-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-right-side .modal-content {
        min-height: 100vh;
    }
}

.modal.fade .modal-right-side {
    transform: translate(100px, 0);
}

@media (min-width: 576px) {
    .modal-left-side:not(.modal-lg):not(.modal-xl) .modal-content {
        border-width: 0 1px 0 0;
    }

    .modal-right-side:not(.modal-lg):not(.modal-xl) .modal-content {
        border-width: 0 0 0 1px;
    }
}

@media (min-width: 992px) {
    .modal-lg.modal-left-side .modal-content {
        border-width: 0 1px 0 0;
    }

    .modal-lg.modal-right-side .modal-content {
        border-width: 0 0 0 1px;
    }
}

@media (min-width: 1200px) {
    .modal-xl.modal-left-side .modal-content {
        border-width: 0 1px 0 0;
    }

    .modal-xl.modal-right-side .modal-content {
        border-width: 0 0 0 1px;
    }
}

/* Template css function override  */
.modal.fade.modal-animate .modal-dialog {
    display: flex;
    align-items: normal;
}

/* Modal righ and left side css end */

/* Loader css  */
.universal-loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.universal-loader-wrap.fade-out {
    opacity: 0;
}

.universal-loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid rgba(102, 144, 244, 0.2);
    border-top-color: #6690F4;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Loader css  end*/

/* User profile update css  */
.p-image {
    position: absolute;
    bottom: -5px;
    right: 5px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.profil-photo-upload {
    display: none;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.custom-card{
    --bs-card-spacer-y: 5px;
    --bs-card-spacer-x: 5px;
}

.custom-card-padding{
    --bs-card-spacer-y: 8px;
    --bs-card-spacer-x: 0px;
    --bs-card-border-radius: 0.375rem;
}

.custom-card {
    --bs-card-border-radius: 5px!important;
}

.custom-nav-pills {
    border-bottom: 1px solid #f5f5f5;
}

.custom-nav-pills .custom-nav-link {
    padding: 0 2rem;
    /* margin: 0 1rem; */
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
    padding-top: 3px;
    font-weight: 500;
    /* letter-spacing: 0.3px; */
    /* text-transform: uppercase; */
    color: rgba(113, 113, 113, 0.62);
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background: white;
    border-radius: 0;
    gap: 5px;
}


.custom-nav-pills .custom-nav-link.active, .custom-nav-pills .show > .custom-nav-link {
    color: #04a9f5 !important;
    background-color: white;
    border-bottom: 2px solid #04a9f5;
}


.custom-tab-content{
    padding: 30px;
}

.my-custom-switch {
    padding-left: 5px!important;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
}

.my-custom-switch-input{
    margin-left: 0 !important;
}

.pc-container .pc-content {
    padding-left: 22px;
    padding-right: 20px;
}

.settings-menu {
    --bs-list-group-color: ;
    --bs-list-group-bg: #ffffff;
    --bs-list-group-border-color: #DBE0E5;
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 4px;
    --bs-list-group-item-padding-x: 25px;
    --bs-list-group-item-padding-y: 16.6666666667px;
    --bs-list-group-action-color: #3E4853;
    --bs-list-group-action-hover-color: #3E4853;
    --bs-list-group-action-hover-bg: #F8F9FA;
    --bs-list-group-action-active-color: #39465F;
    --bs-list-group-action-active-bg: #F3F5F7;
    --bs-list-group-disabled-color: #DBE0E5;
    --bs-list-group-disabled-bg: #ffffff;
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: var(--bs-primary);
    --bs-list-group-active-border-color: var(--bs-primary);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.settings-menu-item a{
    color: #39465f;
}
.settings-menu-item{
    padding: 10px 15px;
}

.settings-menu-item.active a{
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.profile-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.profile-upload .preview1 {
    display: none;
}

.profile-upload .it {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: block;
    position: relative;
    background: #FFF;
    object-fit: cover;
}

.profile-upload .profile-upload-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
    border: 2px dashed #E8E8E8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.profile-upload .profile-upload-img span {
    color: #6F6F6F;
    position: absolute;
}



img {
    max-width: 100%;
    height: auto;
    vertical-align: inherit;
}

.profile-upload .profile-remove {
    display: none;
}

.profile-upload .profile-remove-btn {
    width: 14px;
    height: 14px;
    font-size: 10px;
    color: #FFF;
    background: #FC0027;
    border: 1px solid #FC0027;
    border-radius: 5px;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
}

.profile-upload .profile-upload-content .profile-upload-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #4A00E5;
    background: #F3EDFF;
    border: 1px solid #F3EDFF;
    border-radius: 5px;
    padding: 8px 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s;
}

.profile-upload .profile-upload-content .profile-upload-btn i {
    font-size: 16px;
    margin-right: 8px;
}

.profile-upload .profile-upload-content .profile-upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity = 0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.profile-upload .profile-upload-content p {
    font-weight: 500;
    color: #6F6F6F;
}

.notification-settings-send-to{
    max-width: 70%;
}

.choices__list--dropdown{
    z-index: 9999!important;
}

#map{
    width:100%;
    height: 100%;
    min-height:600px;
}

.custom-switch-div{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dsahboard  */

.dsahboard-qrcode-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-qrcode{
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access_to_branches_html{
    font-size: 12px;
}


.search-user-request{
    position: relative;
}

.search-user-request-input{
    padding-right: 40px;
}

.search-user-request-btn{
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 100%;
    padding: 5px;
    border-left: 1px solid #cdc6c6;

}

.search-user-request-btn i{
    font-size: 25px;
}

.search-user-action-btn{
    display: none;
}

.custom-saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
}

.custom-saprator span {
    font-size: 0.875rem;
    padding: 8px 24px;
    background: #ffffff;
    z-index: 5;
    text-transform: capitalize;
    font-weight: 500;
}


.custom-saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1;
}

.notification-list{
    width: 100%;
}

.dashboard-date-range-div{
    max-width: 300px;
    float: right;
}