body {
    background-color: #f2f4ff;
    background: #DFE7FF;
    font-family: 'Segoe UI', sans-serif;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #002f6fb0 !important;
}

.register-form {
     max-width: 480px;
/*    margin: 0px auto;
    width: 100%;
    height: 100vh;*/
    padding: 30px;
    background-color: #f2f4ff;
/*    border-radius: 16px;*/
    background: #DFE7FF;
        /*box-shadow: 0px 4px 45px rgba(23, 12, 176, 0.25);*/
    /*border-radius: 12px;*/
}

.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: 0 0 5px rgba(0, 51, 204, 0.5);
}

/* .form-text {
    font-size: 0.8rem;
} */
.form-control::placeholder {
    font-size: 0.85rem;
    color: #888;
}

.input-group-text {
    background-color: #fff;
    border-right: 0;
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.85rem;
    box-shadow: none !important;
    transition: border-color 0.3s ease;
    font-size: 0.85rem;
    color: #333;
}

.logo {
    display: block;
    margin: auto;
    max-height: 80px;
}

.position-relative .toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.card {
    border-radius: 13px;
/*    box-shadow: 0px 10px 30px #47619b80;*/
    /*background-color: #e5edff;*/
}


.stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
}

.step.active .circle {
    background-color: #0033cc;
    color: white;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 18px;
}

.line {
    height: 2px;
    background-color: #ccc;
    flex-grow: 1;
    margin: 0 10px;
}

.line.active {
    background-color: #0033cc;
}

.form-section {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    /* max-width: 900px; */
    margin: auto;
}


.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.profile-info {
    display: flex;
    align-items: center;
}

.profile-pic {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin-right: 15px;
}

.progress-circle {
    border: 3px solid #28a745;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28a745;
    font-weight: bold;
}

.btn-secondary:hover {
    /* Register */
    background: linear-gradient(180deg, #0D44E9 0%, #072683 100%);
    color: #FFFFFF;
}
/*.btn-primary {
    background: linear-gradient(180deg, #0D44E9 0%, #072683 100%);
    color: #FFFFFF;
}
*/
.otp-box {
    background-color: #dbe4ff;
    border-radius: 20px;
    box-shadow: 0px 4px 45px rgba(23, 12, 176, 0.25);
    padding: 40px;
    max-width: 480px;
    margin: 60px auto;
}


.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
}

.otp-input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.4);
}

.resend {
    font-size: 14px;
    color: #333;
}

.verify-btn {
    background: linear-gradient(180deg, #0D44E9 0%, #072683 100%);
    border-radius: 8px;
}



.step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2ccf;
    color: white;
    font-size: x-large;
}

.step-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 5px;
}



.profile-upload {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
    cursor: pointer;
}

.profile-upload img {
    width: 105%;
    height: 102%;
    object-fit: cover;
}

.profile-upload input {
    display: none;
}

/* .profile-upload .plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0a2ccf;
    border-radius: 50%;
    padding: 5px;
    color: white;
    font-size: 14px;
    display: none;
} */

/* .profile-upload:hover .plus-icon {
    display: block;
} */

.circular-progress {
    position: relative;
    width: 60px;
    height: 60px;
}

.circular-progress::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #ccc;
}




.upload-box {
    border: 1px dashed #ccc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
}

    .upload-box:hover {
        background-color: #d3e3fd;
        border-color: #0a2ccf;
    }

.upload-box i {
    font-size: 30px;
    color: #0a2ccf;
}

.upload-box input {
    display: none;
}

.progress {
    width: 100px;
    /* Reduced size */
    height: 100px;
    /* Reduced size */
    line-height: 100px;
    /* Match the new size */
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #fff;
    /* Adjusted border size */
    position: absolute;
    top: 0;
    left: 0;
}

.progress .progress-value {
    width: 80%;
    /* Adjusted inner circle size */
    height: 80%;
    /* Adjusted inner circle size */
    font-size: 18px;
    /* Reduced font size */
    line-height: 90px;
    /* Match the new size */
    top: 10%;
    /* Adjusted position */
    left: 10%;
    /* Adjusted position */
    border-radius: 50%;
    background: #556080;
    font-size: 14px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    position: absolute;
}

.progress {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation speed*/
    animation: loading-4 0.50s linear forwards; 
}



.progress.yellow .progress-bar {
    border-color: #27cc4c;
}

.progress.yellow .progress-left .progress-bar {
    /*animation speed*/

    animation: loading-3 0.50s linear forwards 0.50s;
}




/*.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-1 1.2s linear forwards 0.50s;
}*/

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}



@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

#loadingModal {
    z-index:10000;
}
#loadingModal .spinner-border {
    --bs-spinner-width: 5rem;
    --bs-spinner-height: 5rem;
    z-index: -1;
}

.spinner-border {
    --bs-spinner-width: 20px;
    --bs-spinner-height: 20px;
    --bs-spinner-border-width: 0.15em;
}

.file-preview {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: smaller !important;
    padding: 5px 23px;
    background: #1c4adc;
    color: white;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: smaller !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #e6ecff;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container .select2-selection--multiple {
 
    min-height: 42px;
   
}

.left-section {
    background-image: url('/images/LoginCredentialBg.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center;*/
    align-items: center;
    color: #001c4b;
    text-align: center;
}

    .left-section img {
        width: 120px;
        margin-bottom: 15px;
        display:flex;
        flex-direction:column;
        align-items:center;
        object-fit:contain;
    }

.right-section {
    display: flex;
    justify-content: center;
    background-color: #DFE7FF;
    /*align-items: center;
    height: 100vh;
    background-color: #f8f9fa;*/
}

.notificationBell {
  top: 0px;
  left: 12px;
  font-size: 10px; 
  padding: 3px 6px;
}

