﻿.toast {
    opacity: 1 !important;
}

/*Pre loader start*/
#preloader-overlay {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.preloader-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/*Pre loader End*/




/*Request and API Calls Loader Start*/
.request-loader {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.request-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-spinner {
    width: 120px;
    height: 20px;
    border-radius: 20px;
    color: #206bc4;
    border: 2px solid;
    position: relative;
}

    .request-spinner::before {
        content: "";
        position: absolute;
        margin: 2px;
        inset: 0 100% 0 0;
        border-radius: inherit;
        background: #FFAC1C;
        animation: l6 8s infinite;
    }

@keyframes l6 {
    100% {
        inset: 0
    }
}



/*Request and API Calls Loader End*/


.quick-access-icon {
    --tblr-icon-size: 30px !important;
}

.navbar-icon {
    margin-right: 6px;
}

.tab-icon {
    margin-right: 6px;
}

.quick-access-link {
    cursor: pointer;
}


/*START:Custom Ajax Overlay*/
.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1); /* Adjust opacity as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999; /* Ensure it is above other content */
}
/*End:Custom Ajax Overlay*/





/* START: Theme Customizations*/

.standard-font {
    font-size: 16px !important;
}


/* END: Theme Customizations*/

