@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.cover-spin {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
    display: none;
}
.cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;top: 40%;
    width: 40px;height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width:  4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.classLoginSignUpPageBgStrips {
    color: white;
    background: repeating-linear-gradient(
    55deg,
    #b0b9cb,
    #b0b9cb 10px,
    #bcc3d5 10px,
    #bcc3d5 20px
    );
}
.classLoginBody {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.classLoginSignUpOTPInput{
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.classLoginOTPInput{
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.card-box-shadow{
    box-shadow: 0 0 10px 1px #00000012;
}
.card-box-right{
    box-shadow: 5px 0 5px -2px #00000012;
}
@media only screen and (min-width: 768px) {
    .navbar-background {
        background-color: #f0f5fc;
    }
    .modal-dialog-width {
        width: 45%;
        margin-right: -15px;
    }
    .sidebar-help-logo-section-position {
        position: absolute;
    }
    .header-label {
        font-size: 20px;
    }
    img.desktop-width {
        width: 150px;
    }
    .classBhavyaLogo {
        top: -13%;
        left: calc(50% - 75px);
    }
    #sign-up-form{
        padding-bottom: 0rem !important;
        padding-top: 3rem !important;
    }
    .classLoginSignUpPageBgStrips{
      align-items : center;  
      justify-content: center;
      position : relative;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-background {
        background-color: #2d5ea2 !important;
    }
    .modal-dialog-width {
        width: 90%;
        margin-right: 0px;
    }
    .sidebar-help-logo-section-position {
        position: relative;
    }
    .header-label {
        font-size: 16px;
    }
    img.desktop-width{
        width: 80px;
    }
    .classBhavyaLogo {
        top: -5%;
        left: calc(50% - 38px); 
    }
    .classLoginSignUpPageBgStrips{
        padding-top: 80px !important;
        align-items: center;
        justify-content: center;
        padding-bottom: 60px !important;
    }
    .classShowImageCard{
        margin-top : 130px;
    }
}
@media only screen and (max-width: 768px) {
    .classShowLanguage{
        justify-content: end;
    }
    .modal-dialog-width {
        width: 90%;
        margin-right: -5px;
    }
}
.nav-header-profile-name{
    padding-bottom: 0px;
    padding-top: 4px;
    margin-bottom: -6px;
    font-size: 15px !important;
}
.nav-header-profile-id{
    padding-bottom: 0px;
    padding-top: 4px;
    margin-bottom: -6px;
    font-size: 12px !important;
}
.quick-link-slider{
    bottom: -20px !important;
    list-style: disc !important;
    color: #2d5ea2;
}
.dashboard-table-action-icon{
    font-size: 18px;
}

.header-label {
    color: #2d5ea2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.header-label1 {
    font-size: 16px;
    color: #000;
    /* font-weight: 700; */
    /* letter-spacing: 1px; */
    /* text-transform: capitalize; */
}
.all-modal-close-btn{
    font-size: 50px;
    color: #2d5ea2 !important;
    font-weight: 700;
    cursor: pointer;
    line-height: 0.5;
}

.review-cards{
    border: 2px solid #fff;
}

.review-cards:hover{
    border: 2px solid #dfedf8;
}

.special-radio {
    opacity: 0;
}

.quick-link-card {
    /* width: 300px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.quick-link-banner {
    height: 100px;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.quick-link-card-content {
    padding: 20px;
}
.quick-link-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 600px;
    background-color: #f0f4f8;
}

.circle {
    position: absolute;
    left: -19px; /* Adjust the value to move the circle horizontally */
    top: 50%; /* Vertically center the circle */
    transform: translateY(-50%); /* Adjust to fine-tune the vertical centering */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    box-shadow: none;
    border: 2px solid #007bff;
}

.arrow-icon {
    font-size: 20px;
}
/* centered columns styles */

.icon-block {
    background: #fff;
}
.confirm-btn {
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}
.btn-cancel {
    background-color: #aaa;
    border: none;
}

.swal2-container {
    z-index: 1076 !important;
}
.flatpickr-input{
    background-color: #FFFFFF !important;
}
.classModalNewsContent h3{
    color: #2d5ea2;
}