body {
    font-family: 'Inter', sans-serif !important;
}

.form-box {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin: 10px 0;
    padding-top: 10px;
}

.box-title h3 {
    font-size: 18px;
}

.error {
    color: red;
    margin-bottom: 0px;
}

.manage-size {
    max-width: 112px;
}

.register-api .submit {
    margin: 3px 0 0 0;
    padding: 10px;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#university_data_table_length select {
    width: 60px;
}

.buttonload {
    background-color: #04AA6D;
    /* Green background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-size: 16px
        /* Set a font size */
}

.disable-loader {
    display: none !important;
}

.data-insert {
    color: #449C44;
    margin-top: 5px;
    margin-left: -10px;
    display: none;
}

.data-error {
    color: #9c4444;
    margin-top: 5px;
    margin-left: -150px;
    display: none;
}

.custom-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #1d2327;
}

.custom-switch {
    padding-left: 4.25rem;
    height: 36px;
}

.table-view-img {
    width: 40px;
    height: 40px;
    margin: 0px !important;
    padding: 0px !important;
}





.step-form-section {
    max-width: 1000px;
    margin: 50px auto 50px;
    padding: 30px;
    background: #ffffff;
    border: 15px solid #F2F3F5;
}

.sparrow-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sparrow-box p {
    background: #D6EDFB;
    border-radius: 10px;
    margin: 0;
    margin-left: 30px;
    color: #19487C;
    width: 100%;
    padding: 30px 25px !important;
    font-size: 14px;
    position: relative;
}

.sparrow-box p:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d6edfb transparent transparent;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}

.continue-btn {
    margin-left: 10px;
    background: #1A77D7;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    padding: 10px 45px;
}

.university-select {
    width: 83%;
    margin-left: auto;
}

.continue-btn {
    margin-left: 0;
}

.university-select .form-check-label {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.select-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.university-select .form-group.form-check {
    display: flex;
    align-items: center;
}

.university_list {
    margin-top: 0px !important;
    height: 16px;
    width: 16px;
}

.creditsModalPopup, .alertModelPopup{
    margin-top: 200px;
}

.order-row {
    column-count: 2;
}

#recommendation_data_table_wrapper select {
    width: 60px;
}

#view_form_data_table_wrapper .display.dataTable.no-footer,
#view_form_data_table_wrapper .dataTables_scrollHeadInner,
#acceptance_rate_calculation_wrapper .display.dataTable.no-footer,
#acceptance_rate_calculation_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

span.demographics_data {
    font-size: 17px;
    font-weight: 600;
}

.country_data {
    padding-bottom: 10px;
}

iframe img {
    width: 100% !important;
}

.export_btn {
    text-align: right !important;
    padding: 20px 0px 20px 0px;
}

.main_div_steps_table {
    padding: 0px 20px 0px 0px;
}

#view_form_data_table_length select {
    width: 50px;
}

#acceptance_rate_calculation_length select {
    width: 50px;
}

.export_btn button {
    border-radius: 5px;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.container.mt-3 {
    width: 100% !important;
    max-width: 100% !important;
}

div#provider_list_subject_data_table_length select {
    width: 50px;
}

form#import_csv_form,
form#programmer_import_csv_form {
    text-align: end;
    padding-bottom: 30px;
}

#user-registration-form-5428 .ur-extrafield {
    display: none;
}

/* RESIDENT BATCH ACTIONS LOADER START */
.spinners {
    position: absolute;
    width: 5px;
    height: 5px;
    right: 50%;
    top: 50%;
    z-index: 9999;
}

.spinners div {
    position: absolute;
    width: 50%;
    height: 150%;
    background: #000000;
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinners div:nth-child(1) {
    --delay: 0.1;
    --rotation: 36;
    --translation: 150;
}

.spinners div:nth-child(2) {
    --delay: 0.2;
    --rotation: 72;
    --translation: 150;
}

.spinners div:nth-child(3) {
    --delay: 0.3;
    --rotation: 108;
    --translation: 150;
}

.spinners div:nth-child(4) {
    --delay: 0.4;
    --rotation: 144;
    --translation: 150;
}

.spinners div:nth-child(5) {
    --delay: 0.5;
    --rotation: 180;
    --translation: 150;
}

.spinners div:nth-child(6) {
    --delay: 0.6;
    --rotation: 216;
    --translation: 150;
}

.spinners div:nth-child(7) {
    --delay: 0.7;
    --rotation: 252;
    --translation: 150;
}

.spinners div:nth-child(8) {
    --delay: 0.8;
    --rotation: 288;
    --translation: 150;
}

.spinners div:nth-child(9) {
    --delay: 0.9;
    --rotation: 324;
    --translation: 150;
}

.spinners div:nth-child(10) {
    --delay: 1;
    --rotation: 360;
    --translation: 150;
}

@keyframes spinner-fzua35 {

    0%,
    10%,
    20%,
    30%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 9998;
    pointer-events: all;
}

div#swal2-html-container {
    color: #fff;
}

#acceptance_rate_calculation_wrapper select {
    width: 50px !important;
}

button.export-membership-button {
    border-radius: 5px;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 14px;
}

#view_membership_data_table_wrapper select#dt-length-0 {
    width: 50px;
    margin-right: 6px;
}

.creditsModalPopup .modal-body p {
    padding-bottom: 1px;
}

.modal-header{
    border-bottom: 0px;
    padding: 1rem 1rem 0rem 1rem;
}
.modal-header h5{
    padding-bottom: 0px;
}
.modal-footer{
    border-top: 0px;
    padding: 0rem .75rem .75rem .75rem;
}

ul.custom-bullet {
    list-style: none;
    padding-left: 0px; 
}
ul.custom-bullet li::before {
    content: "•";
    color: #007bff;
    font-size: 1.5em; 
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    .order-row {
        column-count: 1;
    }

    .step-form-section {
        padding: 5px;
    }

    .sparrow-box {
        /* display: inline-block; */
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .sparrow-box p {
        margin-left: 2px;
        padding: 10px 25px !important;
    }

    .university-select {
        width: 99%;
        margin-left: 0;
    }

    .university-div {
        width: 98% !important;
    }
}