.rc-container{
    padding:20px 30px;
}

.rc-step{
    display:none;
}

.rc-step.active{
    display:block;
}

.rc-university{
    margin-bottom:15px;
}

.rc-btn{
    cursor:pointer;
}

*{
            font-family: var(--bs-font-body);
        }
       .rc-step h4 {
        color: #031621;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 24px;
        font-family: var(--bs-font-heading);
    }
        .rc-field {
    margin-bottom: 18px;
}
div.rc-field input {
    width: 100%;
    font-family: var(--bs-font-body);
    color: #595959;
    font-size: 14px;
    outline: none;
    border: 1px solid #b5bbc294;
    border-radius: 8px;
    padding: 12.5px 16px;
    height: auto;
}
.rc-error {
    color: #c95e5e;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: -8px;
}
.rc-btn {
    background: linear-gradient(270.04deg, #FF3185 33.28%, #FF7BB0 99.98%);
    outline: none;
    border: none;
    color: #fff;
    font-family: var(--bs-font-heading);
    font-size: 16px;
    font-weight: var(--bs-font-semibold);
    border-radius: 8px;
    padding: 12.5px 14px;
    width: 100%;
    margin: 10px 0;
}
button#back-step-1 {
    color: var(--bs-Pink-Primary-400);
    background: none;
    width: max-content;
    height: auto;
    font-size: 18px;
    line-height: normal;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
}
.rc-dropdown-btn {
    width: 100%;
    font-family: var(--bs-font-body);
    color: #595959;
    font-size: 14px;
    outline: none;
    border: 1px solid #b5bbc294;
    border-radius: 8px;
    padding: 12.5px 16px;
    height: auto;
    cursor: pointer;
}
.rc-dropdown-wrapper {
    margin-bottom: 0;
}
div#step-2 {
    position: relative;
}
.rc-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    border-bottom: 1px solid #eeeeeec2;
    font-size: 13px;
    color: #595959;
}
.counter-btn {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #595959;
    border: 1px solid #b5bbc294;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
}
.rc-dropdown-btn:before {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    color: #595959;
    z-index: 0;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
    right: 14px;
}
.rc-dropdown-btn {
    padding-right: 38px;
    position: relative;
}
main input.student-count {
    font-family: var(--bs-font-body);
    color: #595959;
    font-size: 14px;
    outline: none;
    border: 1px solid #FF3185;
    color: #FF3185;
    border-radius: 6px;
    width: auto !important;
    max-width: 58px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    height: 34px !important;
    padding-right: 0 !important;
    min-width: 45px !important;
    margin: 0 !important;
    appearance: textfield;
    appearance: none !important;
}
.student-university-name{
    font-size: 14px;
}
div.student-field {
    position: relative;
    border: none;
    padding: 0 !important;
    padding-bottom: 12px !important;
}
.rc-error.student-error {
    position: absolute;
    bottom: 8px;
}
#student-fields {
    max-height: 232px;
}
#student-fields {
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #a0a0a0 #f1f1f100;
    margin-top: 16px;
}
.student-field:last-child {
    margin: 0;
}
button#calculate-btn {
    margin-top: 30px;
}
.rc-total-wrapper {
    margin-top: 10px;
    text-align: center;
}

main.mbbsMeetUp .rc-total-wrapper h2 span {
    display: block;
    line-height: normal;
    font-size: 16px;
    color: #031621;
    font-weight: 400;
    letter-spacing: 0;
}
body main.mbbsMeetUp .rc-total-wrapper h2 {
    color: #FF3185 !important;
    font-size: 30px;
    margin: 24px 0;
    padding: 0 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}
body .rc-total-wrapper h3 {
    font-size: 28px;
    margin: 0;
}

#rc-success-message div {
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 15px !important;
    margin-top: 10px !important;
    margin-bottom: 20px;
}

#student-fields{
    margin-top:30px;
}

.rc-result-box{
    padding:15px;
    border:1px solid #ddd;
    margin-bottom:15px;
}
/* .rc-error{
    color:red;
    font-size:14px;
    margin-top:5px;
} */

.rc-dropdown-wrapper{
    position:relative;
    width:100%;
}

/* .rc-dropdown-btn{
    height:50px;
    border:1px solid #ccc;
    display:flex;
    align-items:center;
    padding:0 15px;
    cursor:pointer;
    background:#fff;
} */

.rc-dropdown-list{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ccc;
    display:none;
    max-height:250px;
    overflow-y:auto;
    z-index:999;
}

/* .rc-dropdown-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 15px;
    border-bottom:1px solid #eee;
} */

#student-fields{
    margin-top:30px;
    overflow-y:auto;
}

.student-field{
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px;
    margin-bottom:15px;
    background:#fff;
}

.student-counter-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.student-university-name{
    font-weight:600;
    flex:1;
    line-height:1.5;
}

.student-counter{
    display:flex;
    align-items:center;
    gap:10px;
}

/* .counter-btn{
    width:40px;
    height:40px;
    border:none;
    background:#000;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    border-radius:5px;
} */


.rc-total-wrapper{
    text-align:center;
}


.rc-download-btn{
    min-width:220px;
}
.student-error{
    margin-top:10px;
}