.top-login-bar {
    display: block;
    position: static;
    z-index: 999;
    padding: 0px 0px 0px 0px;
    background-color: #d6d8f7;
    text-align: center;
}

.top-bar-title {
    font-size: 14px;
    font-weight: 600;
    color: #4b3d86;
}

.nav-tab-ad p {
    margin: 0px !important;
}

.nav-tab-ad a {
    text-decoration: underline !important;
    color: #4b3d86 !important;
}


/* .form-select { border-radius: 4px !important; } */
/* loader */
#blur-container {
    backdrop-filter: blur(4px);
    background: rgba(142, 142, 142, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10999;
    display: none;
    align-items: center;
    justify-content: center;
}

#loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #024464;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* Custom Css for Backend */
.fs-10 {
    font-size: 10px;
    font-weight: 500;
}

.w50 {
    width: 50% !important;
}


.fn-10{
    font-size: 10px;
    font-weight: 500;
    color: #000;
}


.login-container {
    text-align: center;
}

.google-login-button {
    display: flex;
    align-items: center;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-login-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
}

.google-login-button:hover {
    color: #fff;
    background-color: #357ae8 !important;
    opacity: 0.90;
}

.google-login-button:active {
    color: #fff;
    background-color: #3367d6 !important;
    opacity: 0.90;
}
