@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

::before,
::after {
    box-sizing: border-box;
    transition: 0.3s;
}

html {
    /* height: -webkit-fill-available; */
    height: max-content;
}

body {
    background-image: url("/assets/bg-hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
}

::placeholder {
    color: #d3d3d3 !important;
}

input::placeholder,
select::placeholder {
    padding-left: 10px !important;
}

/* .form-label::after {
    content: "*";
    color: #ff5351;
} */

p,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0 !important;
}

select.select2-hidden-accessible {
    position: unset !important;
}

.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.preview-modal-title {
    font-family: "Montserrat", sans-serif;
    color: #112369;
    font-weight: 600;
    font-size: 32px;
}

.login-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #112369;
    letter-spacing: 0.75px;
}

.login-card-subtitle {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    color: #112369;
    font-size: 16px;
}

/* header */
.logout-icon {
    width: 22.5px;
    height: 22.5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.notification-icon {
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.notification-icon:hover {
    transform: rotate(30deg);
}
/* header ends */

/* DASHBOARD */

.mobile-dashboard {
    background-color: #bcd1ff;
    margin-top: 1rem;
}
/* header ends */

/* DASHBOARD */

.mobile-dashboard {
    background-color: #bcd1ff;
    margin-top: 1rem;
}

.btn-collapse {
    background-color: none;
}

.code-content {
    width: auto;
}

.accordion-item,
.accordion-button {
    background-color: transparent;
    border: none;
    font-weight: 600;
}

.dashboard-container {
    border-radius: 25px 25px 0px 0px !important;
    background-color: #eff4ff !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    height: 85vh;
}

.history-main-container {
    /* border-radius: 25px 25px 0px 0px !important; */
    background-color: #eff4ff !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    /* height: 80vh; */
    overflow-y: scroll;
}

.icon-form {
    width: 70px;
}

.togas-icon {
    float: right;
    margin-top: -2.5rem;
}

.title-dashboard-mobile {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 18px;
    letter-spacing: 0.75p;
}

.subtitle-dashboard-mobile {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    color: #112369;
    font-size: 14px;
}

.dashboard-welcome {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}

.dashboard-title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #112369;
    letter-spacing: 0.75px;
}

.dashboard-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: 0.75px;
}

.dashboard-username {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 0.75px;
}

.dashboard-id {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.dashboard-history {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #112369;
    margin: 0;
}

.dashboard-bottom-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #112369;
    margin: 0;
}

.dashboard-edit {
    border: none;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.75px;
}

.card-dashboard {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: background-image 0.3s ease;
    background-position: center;
}

.dashboard-button {
    background-image: linear-gradient(to bottom, #ff5351, #ff7a78);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    transition: 0.2s ease-in;
}

.dashboard-button:hover,
.changeapplication-button {
    transform: scale(1, 1.05);
}

.changeapplication-button {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    transition: 0.2s ease-in;
    color: #ff8b8b;
}

.vertical-divider {
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: auto -3rem !important;
}

.badge-icon {
    width: 40px;
}

.admitted-btn {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 10px;
    background-color: #407bff;
    color: white;
    border-radius: 13px;
    text-transform: uppercase;
}

.commited-btn {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 10px;
    background-color: #11c9a8;
    color: white;
    border-radius: 13px;
    text-transform: uppercase;
}

.onreview-btn {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 10px;
    background-color: #ffc10e;
    color: white;
    border-radius: 13px;
    text-transform: uppercase;
    text-align: center;
}

.custom-close {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 1px solid #fff;
    background: none;
    font-size: 2rem;
    color: red;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}

.custom-close:hover {
    color: red;
}

.uphlogo {
    width: 100px;
}

.upper-content {
    height: 10%;
}

.upper-content-personalinformation {
    height: 5%;
}

.middle-content {
    height: 90%;
}

.mobile-title {
    font-style: italic;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
}

.mobile-subtitle {
    font-weight: 600;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
}

.btn-mobile {
    background-color: #ff5351;
    padding: 1rem 1rem;
    font-weight: 600;
}

#backToSignIn,
#backToAdmission {
    cursor: pointer !important;
}

/* welcome page */
.uphlogo-mobile {
    width: 140px;
}

.graduate-logo {
    width: 258px;
    background-repeat: no-repeat;
    background-size: cover;
}

.changeapplication-button {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    transition: 0.2s ease-in;
    color: #ff8b8b;
}

.vertical-divider {
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: auto -3rem !important;
}

.card-login {
    color: #007bff;
}

.card-register {
    background-color: #007bff;
    border-color: white;
    color: white;
}

/* tabs styling start */
.tab-icon {
    width: 37px;
    height: 41px;
    margin-right: 8px;
}

.tabs-header {
    background-color: #bcd1ff;
}

.tabs-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 16px;
}

.tabs-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5c5c5c;
    font-size: 12px;
    font-style: italic;
}

.card-header-tabs {
    display: flex;
    flex-direction: column;
}

.card-header-tabs .nav-link.active {
    background-color: #8db1ff !important;
    border: none;
    border-bottom: 2px solid #0051ff;
    border-radius: 0;
    color: #001748;
    width: 100%;
}

.step-icon {
    width: 20px;
    height: 20px;
}

.step-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 24px;
}

.step-subtitle {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #898989;
    font-size: 12px;
    line-height: normal;
}

.nav-item {
    padding-right: 0px !important;
}
/* tabs styling ends */

/* LOGINPAGE */

.eye-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-signin {
    background-color: #407bff;
    color: #fff;
    font-weight: 600;
    padding: 8px 0px;
}

.btn-signin:hover {
    background-color: #407bff;
    color: #fff;
}

a.forgot-password {
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 12px;
    text-decoration: underline;
}

.register {
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 14px;
}
.register-link {
    text-decoration: underline;
    color: #a3a3a3;
    font-weight: 600;
}

/* nationality mobile */

.left-content p {
    font-weight: 700;
    color: #7aa3ff;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 8px;
}

.left-content h3 {
    font-size: 24px /* 36px */;
    line-height: 2rem /* 40px */;
    font-weight: 600;
    color: #112369;
    margin: 0;
}

.left-content .children {
    color: #989898;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    padding: 4px 0px;
    letter-spacing: 0px;
}

.card-nationality {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
}

div.national {
    background-image: url("/assets/student-mobile.png") !important;
}

div.international {
    background-image: url("/assets/international-student-mobile.png") !important;
}

.card-nationality:hover {
    transform: scale(1.05);
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    transition: background-image 0.3s ease;
}

.dimmed {
    filter: brightness(50%);
}

.title-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.icon {
    width: 50px;
    height: 46px;
    margin-bottom: 8px;
}

.title {
    font-size: 1.1rem; /* text-xl */
    /* width: 160px; w-40 */
    color: #112369 !important;
}

.title-program {
    font-size: 1rem; /* text-xl */
    /* width: 160px; w-40 */
    color: #112369 !important;
}

.title-card-dashboard {
    font-size: 1.25rem; /* text-xl */
    width: 160px; /* w-40 */
    color: white !important;
    margin: 20px 0px;
}

.card-nationality .gradient-overlay:hover {
    background-image: linear-gradient(to top, #bcd1ff, #f1f1f122);
}

.card-nationality .title:hover {
    color: white;
}

/* campus mobile */
.campus-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
    height: max-content;
}

/* programmajor mobile */

.badge {
    padding: 10px 14px !important;
    font-size: 11.2px !important;
    background-color: #dfe9ff;
    color: #407bff;
    font-weight: 400 !important;
}

/* program mobile */

.card-programmodal {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 180px;
    width: auto;
    background-image: url("/assets/arcitecture.png") !important;
}

.program-title {
    font-size: 20px;
    color: #112369;
    font-weight: 300;
}

.program-description {
    font-family: "Work Sans", sans-serif;
    color: #231f20;
}

.program-subtitle {
    font-weight: 700;
    color: #264a99;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.sub-program-top {
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    color: #33363f;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: row;
    font-size: 16px;
}

.sub-program {
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    color: #33363f;
    display: grid;
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 1px;
    grid-auto-flow: row;
    font-size: 16px;
}

.select-program-btn {
    background-color: #ff5351;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.select-program-btn a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.back-program-btn {
    color: #ff5351;
    font-weight: 600;
    font-size: 14px;
}

.back-program-btn:hover {
    color: #ff5351;
}

.select-program-btn:hover {
    background-color: #ff535199;
    color: white;
}

/* personal information */

.form-label {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #5c5c5c;
    font-size: 12px;
    letter-spacing: 0.75px;
}

.upper-content-personalinformation {
    height: 5%;
}

.middle-content {
    height: 90%;
}

.mobile-title {
    font-style: italic;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
}

.mobile-subtitle {
    font-weight: 600;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
}

.submit-btn-div {
    width: auto;
}

/* review mobile */
p.form-label-review {
    margin: 0;
}

.tax-title {
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    letter-spacing: 0.75px;
}

.email-verify {
    text-decoration: underline;
    color: #7aa3ff;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    cursor: pointer;
}

#backToSignIn,
#backToAdmission {
    cursor: pointer !important;
}

/* welcome page */
.uphlogo-mobile {
    width: 140px;
}

.graduate-logo {
    width: 258px;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-login {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.welcome-login {
    font-weight: 500;
    color: white;
}

.card-login {
    color: #007bff;
}

.card-register {
    background-color: #007bff;
    border-color: white;
    color: white;
}

/* tabs styling start */
.tab-icon {
    width: 37px;
    height: 41px;
    margin-right: 8px;
}

.tabs-header {
    background-color: #bcd1ff;
}

.tabs-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 16px;
}

.card-header-tabs {
    display: flex;
    flex-direction: column;
}

.card-header-tabs .nav-link.active {
    background-color: #8db1ff !important;
    border: none;
    border-bottom: 2px solid #0051ff;
    border-radius: 0;
    color: #001748;
    width: 100%;
}

.step-icon {
    width: 20px;
    height: 20px;
}

.step-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 24px;
}

.step-subtitle {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #898989;
    font-size: 12px;
    line-height: normal;
}

.nav-item {
    padding-right: 0px !important;
}
/* tabs styling ends */

/* LOGINPAGE */

.eye-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-signin {
    background-color: #407bff;
    color: #fff;
    font-weight: 600;
    padding: 8px 0px;
}

.btn-signin:hover {
    background-color: #407bff;
    color: #fff;
}

a.forgot-password {
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 12px;
    text-decoration: underline;
}

.register {
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 14px;
}

.detail-title {
    font-family: "Barlow", sans-serif;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
}

.detail-subtitle {
    font-family: "Work Sans", sans-serif;
    color: #4a4a4a;
    font-size: 14px;
}

.register-link {
    text-decoration: underline;
    color: #a3a3a3;
    font-weight: 600;
}

/* cards for register */

.card-nationality {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 180px;
    width: auto;
}

.card-studylevel {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 180px;
    width: auto;
}

.card-campus {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 100px;
    width: auto;
}

.card-fieldstudy {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 100px;
    width: auto;
}

.card-programmajor {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 100px;
    width: auto;
}

.card-program {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 80px;
    width: auto;
}

.card-nationality:hover,
.card-studylevel:hover,
.card-campus:hover,
.card-fieldstudy:hover,
.card-campus:hover,
.card-program:hover {
    transform: scale(1.05);
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    transition: background-image 0.3s ease;
}

.dimmed {
    filter: brightness(50%);
}

.title-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.icon {
    width: 50px;
    height: 46px;
    margin-bottom: 8px;
}

.title {
    font-size: 1.1rem; /* text-xl */
    /* width: 160px; w-40 */
    color: #112369 !important;
}

.title-card-dashboard {
    font-size: 1.25rem; /* text-xl */
    width: 160px; /* w-40 */
    color: white !important;
    margin: 20px 0px;
}

.card-nationality .gradient-overlay:hover,
.card-studylevel .gradient-overlay:hover,
.card-campus .gradient-overlay:hover,
.card-fieldstudy .gradient-overlay:hover,
.card-programmajor .gradient-overlay:hover,
.card-program .gradient-overlay:hover {
    background-image: linear-gradient(to top, #bcd1ff, #f1f1f122);
}

.card-nationality .title:hover,
.card-studylevel .title:hover,
.card-campus .title:hover,
.card-fieldstudy .title:hover,
.card-programmajor .title:hover,
.card-program .title:hover {
    color: white;
}

/* campus mobile */
.campus-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
    height: max-content;
}

/* program mobile */

.card-programmodal {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    background-size: cover;
    transition: transform 0.3s ease;
    background-position: center;
    height: 180px;
    width: auto;
    background-image: url("/assets/arcitecture.png") !important;
}

.program-description {
    font-family: "Work Sans", sans-serif;
    color: #231f20;
}

.program-subtitle {
    font-weight: 700;
    color: #264a99;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.sub-program-top {
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    color: #33363f;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    grid-auto-flow: row;
    font-size: 16px;
}

.sub-program {
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    color: #33363f;
    display: grid;
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 1px;
    grid-auto-flow: row;
    font-size: 16px;
}

.select-program-btn {
    background-color: #ff5351;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.select-program-btn a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.back-program-btn {
    color: #ff5351;
    font-weight: 600;
    font-size: 14px;
}

.back-program-btn:hover {
    color: #ff5351;
}

.select-program-btn:hover {
    background-color: #ff535199;
    color: white;
}

/* personal information */

.form-label {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #5c5c5c;
    font-size: 12px;
    letter-spacing: 0.75px;
}

.form-label-pwd {
    margin-bottom: 0;
}

.form-control,
.form-select {
    border: none;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-bottom-color: #007bff;
}

.form-input-subtitle {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #989898;
    margin: 0;
}

.submit-btn-div {
    width: auto;
}

/* review mobile */
p.form-label-review {
    margin: 0;
}

.form-control-review {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.form-label-review {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #264a99;
    font-size: 12px;
}

.back-review-btn {
    color: #7aa3ff;
    font-weight: 600;
    font-size: 14px;
}

.back-review-btn:hover {
    color: #7aa3ff99;
}

.review-modal-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #264a99;
    font-size: 20px;
}

.review-modal-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 14px;
}

.modal-body-review {
    padding: 2rem;
}

.check-icon {
    height: 44px !important;
    width: 44px !important;
}

/* RADIO BUTTON */
.radio-btn-group label {
    cursor: pointer;
    padding: 10px 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
    color: #cacaca;
    font-weight: 600;
    font-size: 12px;
}

.radio-btn-group input[type="radio"] {
    display: none;
    color: #cacaca;
}

.radio-btn-group input[type="radio"]:checked + label {
    background-color: #719dff;
    border-color: #719dff;
    color: white;
}

option.select-placeholder {
    color: #cacaca !important;
}

.phone-input-group {
    display: flex;
    align-items: center;
}

.phone-input-group select {
    max-width: 135px;
    border-radius: 0;
    margin-right: 5px;
}

.phone-input-group input {
    flex-grow: 1;
    border-left: none;
    border-radius: 0;
}

.phone-input-group .input-group-text {
    border-right: none;
}

.vertical-hr {
    border-left: 1px solid #ccc;
    height: 100%;
}

.address-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.address-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.vertical-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.row-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 16px;
}

.bank-option.selected {
    border: 2px solid blue;
}

/* review and payment */

.payment-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 14px;
}

.payment-subtitle {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4a4a4a;
    font-size: 12px;
}

.payment-total-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 18px;
}

.application-bg {
    background-color: #c0d4ff20;
}

.payment-title-up {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 10px;
}

.payment-details {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    color: #407bff;
    font-size: 10px;
}

.payment-banks {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4a4a4a;
    font-size: 16px;
}

.modal-dialog-payment,
.modal-dialog-verify {
    width: 400px;
    border: none !important;
}

.file-validation {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #898989;
    font-size: 12px;
}

.file-validation-file {
    color: #007bff;
}

.file-validation-required {
    color: #ff5351;
}

/* .add-more-btn {
  position: absolute;
  top: 256px;
  right: 25px;
} */

input[type="radio"] {
    accent-color: #407bff;
}

.payment-background {
    background-color: #f0f5ff;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
}

.payment-icon {
    width: 38px !important;
    height: 12px !important;
    background-size: cover;
}

.verify-icon {
    width: 63px !important;
    height: auto !important;
    background-size: cover;
}

.verify-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 14px;
}

.verify-subtitle {
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: medium;
}

.details-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #112369;
    font-size: 14px;
}

.tuition-subtitle {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    color: #4a4a4a;
    font-size: 14px;
}

.tuition-subtitle {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    color: #4a4a4a;
    font-size: 14px;
}

.success-modal-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #5c5c5c;
    font-size: 20px;
}

/* dashboard - required document */

.file-input-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1rem;
    gap: 10px;
}

.file-example {
    /* padding: 3px 10px; */
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    color: #ff5351;
    font-size: 12px;
}

.file-status-details {
    padding: 3px 14px;
    background-color: #fdc99a;
    border-radius: 8px;
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #545454;
    font-size: 12px;
    text-align: center;
}

.file-status {
    padding: 3px 14px;
    background-color: #fdc99a;
    border-radius: 8px;
    display: none; /* please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #545454;
    font-size: 12px;
    text-align: center;
    /* width: 85px; */
}

.file-status-review {
    padding: 3px 14px;
    background-color: #fff3b7;
    border-radius: 8px;
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #545454;
    font-size: 12px;
    text-align: center;
    width: 110px;
}

.file-status-invalid {
    padding: 3px 14px;
    background-color: #ff5f5f;
    border-radius: 8px;
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 110px;
}

.file-status-valid {
    padding: 3px 14px;
    background-color: #adff9f;
    border-radius: 8px;
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #545454;
    font-size: 12px;
    text-align: center;
    /* width: 85px; */
}

.file-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px;
    border: 1px dashed #ddd;
    border-radius: 8px;
    /* width: 35%; */
    font-family: "Work Sans", sans-serif;
    color: #a3a3a3;
    font-size: 12px;
}

.file-input:hover {
    background-color: #f8f9fa;
}

.file-status-unpaid {
    padding: 1px 13px;
    width: 70px;
    background-color: #a3a3a3;
    border-radius: 16px;
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.file-status-paid {
    padding: 1px 13px;
    width: 70px;
    background-color: #7aa3ff;
    border-radius: 16px;
    /* display: none; please change to none to make status dinamyc */
    /* width: 10%; */
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.trash-icon {
    cursor: pointer;
    display: none;
}

.file-icon {
    display: block;
}

.btn-sign {
    padding-top: 2.3rem;
}

.btn-danger {
    width: 100%;
}

.btn-back-responsive {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background-color: #d5d5d5;
    color: #ff5351;
    font-weight: 500;
    font-size: 14px;
}

.docs-title {
    width: auto;
}

/* tuition fee payment */

.installment-container {
    background-color: #e7eeff;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.installment-wrapper {
    width: 110% !important;
}

/* history */
.status-history-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-decoration: underline;
    color: #407bff;
    margin: 0;
    cursor: pointer;
}

/* notification icon */
/* Styling untuk card notification */
.notification-card {
    position: absolute;
    top: 70px;
    right: 10px;
    height: 350px;
    overflow-y: scroll;
    width: 350px;
    background-color: #dfe9ff !important;
    color: #264a99 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    z-index: 100;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

/* Ketika card ditampilkan */
.notification-card.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Saat card menghilang */
.notification-card.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Styling untuk isi card */
.notification-card p {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #bcd1ff !important;
}

.notification-card p:last-child {
    border-bottom: none;
}

.homepage-container {
    height: 95vh;
}

.caution-icon {
    width: 13.4px;
    height: 11.6px;
}

#passwordSetup {
    /* height: 380px !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-information {
    width: 100%;
}

.card-box-review {
    width: 100%;
}

.verify-btn {
    width: 100%;
    padding-bottom: 5px;
}

.arrow-left {
    width: 7px;
    /* height: 25px; */
}

.card-container {
    overflow: scroll;
}

.logout-button {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.logout-button p {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.language-button {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    display: flex;
    gap: 4px;
}

.language-button p {
    cursor: pointer;
}

.language-button .active {
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

hr.full-width {
    margin: 0;
    padding: 0;
    border: 1px solid #bcd1ff;
    width: 100%;
}

hr.full-width-detail {
    margin: 0;
    padding: 0;
    border: 1px solid #c2c2c2;
    width: 100%;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 12px;
    /* display: none; */
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* details page */
.details-tab-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #112369;
    font-size: 14px;
}

.details-tab-icon {
    height: 20px;
    width: 20px;
}

/* search bar on program page */
.search-box {
    width: 100%;
    position: relative;
    display: flex;
    border-bottom: 2px solid #d3d3d3;
    margin: 0px 8px 0px 8px;
}
.search-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #111d5e;
    background: #fff;
}
.search-button {
    text-align: center;
    height: 34px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border-left: none;
    background: #fff;
    font-size: 14px;
    border: none;
}

input[type="text"].search-input {
    padding-left: 10px;
}

.search-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #5c5c5c;
    font-size: 12px;
    letter-spacing: 0.75px;
}

/* program */
.program-grid {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 8px;
}

/* scroll event */
.scroll-event {
    display: flex;
    justify-content: center;
    padding: 8px 8px 0px 8px;
    height: 32px;
    cursor: pointer;
}

#scrollDownButton {
    border: none;
    background-color: #dfe9ff;
    border-radius: 6px;
    padding: 4px;
}

/*custom inpu file*/
.custom-file-input {
    color: transparent;
    font-size: 12px;
    width: 100%;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: "Upload File";
    color: #a3a3a3;
    display: inline-block;
    background: #fff;
    padding: 2px 22px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 8px;
    border: 1px dashed #ddd;
    width: 100%;
    text-align: center;
}

.custom-file-input:active::before {
    transform: scale(0.9) translate(0px, 2px);
    box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.custom-file-input:active::after {
    border: 1px solid #ddd;
}

/* valid invalid doc status */
.doc-is-valid {
    background: #80d948;
    padding: 3px 15px;
    border-radius: 8px;
    font-family: "Work-sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.75px;
}

.doc-need-to-be-valid {
    background: #ffeb3b;
    padding: 3px 15px;
    border-radius: 8px;
    font-family: "Work-sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.75px;
    text-align: center;
    cursor: pointer;
}

.doc-is-not-valid {
    background: #cf2326;
    padding: 3px 15px;
    border-radius: 8px;
    font-family: "Work-sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.75px;
}

/* reference document */
.reference-doc {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #ff5351;
    font-size: 12px;
    text-decoration: underline;
}

/* navbar */
.bg-body-tertiary {
    background-color: transparent !important;
}

.offcanvas {
    background-color: #407bff !important;
}

/* table container */
.table-container {
    width: 1222px;
}

.history-parent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 49rem;
}

/* history */
.dashboard-history-title {
    font-size: 16px;
}

/* intake year option on register */
.modal-body-review-intakeyear {
    padding: 2rem 0rem;
}

.intake-year {
    padding: 0rem 6rem;
}

.intake-year-option {
    padding: 0.8rem 4rem;
}

.intake-year-button {
    padding: 0rem 1rem;
}

/* entry option */
.modal-entry-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #264499;
    font-size: 15px;
}

/* modal checkbox */
.modal-body-checkbox {
    text-align: justify;
}

.danger-button {
    background-color: #ff5351;
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.75px;
}

button.btn-outline-danger p {
    color: #ff5351;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.75px;
}
/* dot status */

.dot-status-commited {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #11c9a8;
}

.dot-status-pending {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ffc10e;
}

.dot-status-failed {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #cf2326;
}

.select2-container--default {
    border: none !important;
    border-bottom: 2px solid #d3d3d3 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

#form-entry-option-regular {
    width: 100%;
}

#form-entry-option-scholarship {
    width: 100%;
}

#admission-statement-button {
    width: 100%;
}

#form-application-submit {
    margin-top: 18px;
    float: right;
}

.validation-message {
    width: 125px;
    /* overflow-x: scroll; */
    scrollbar-width: thin;
}

/* .validation-message p {
    white-space: nowrap;
} */

.file-status-box {
    gap: 10px;
}

@media (min-width: 768px) {
    .validation-message {
        width: 180px;
        /* overflow-x: scroll; */
        scrollbar-width: thin;
    }

    /* valid invalid doc status */
    .doc-is-valid {
        width: 160px;
    }

    .doc-is-not-valid {
        width: 160px;
    }

    .payment-subtitle {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #4a4a4a;
        font-size: 14px;
    }

    /* history */
    .history-parent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }

    .card-nationality {
        height: 402px;
        width: 272px;
    }

    div.national {
        background-image: url("/assets/student.jpeg") !important;
    }

    div.international {
        background-image: url("/assets/international-student.png") !important;
    }

    .card-studylevel {
        width: 558px;
        height: 133px;
    }

    .card-campus {
        height: 128px;
        width: 272px;
    }

    .card-fieldstudy,
    .card-programmajor {
        height: 198px;
        width: 272px;
    }

    .card-program {
        height: 104px;
        width: 194px;
    }

    .dashboard-box {
        margin-right: -8rem;
    }

    .col-md-1-5 {
        width: 12.49% !important;
    }

    .upper-content {
        height: 10%;
    }

    .grand-total {
        width: 79.5%;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .card-box-review {
        width: 75%;
    }

    .verify-btn {
        width: auto;
        padding-bottom: 0px;
    }

    .card-body {
        overflow-x: scroll;
    }

    /* dot status */

    .dot-status-commited {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #11c9a8;
    }

    .dot-status-pending {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #ffc10e;
    }

    .dot-status-failed {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #cf2326;
    }

    .file-input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        padding: 3px;
        border: 1px dashed #ddd;
        border-radius: 8px;
        /* width: 35%; */
        font-family: "Work Sans", sans-serif;
        color: #a3a3a3;
        font-size: 12px;
    }

    /* tabs */
    .card-header-tabs .nav-link.active {
        background-color: #bcd1ff !important;
        border: none;
        border-bottom: 2px solid #0051ff;
        border-radius: 0;
        color: #003bbb;
    }

    .nav-item {
        padding-right: 15px !important;
    }

    /* notification */
    .notification-card {
        position: absolute;
        top: 70px;
        right: 100px;
        height: 350px;
        overflow-y: scroll;
        width: 350px;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 15px;
        z-index: 100;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
    }

    /* Ketika card ditampilkan */
    .notification-card.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Saat card menghilang */
    .notification-card.hidden {
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none;
    }

    /* Styling untuk isi card */
    .notification-card p {
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .docs-title {
        width: 50%;
    }

    .file-input-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1rem;
        gap: 10px;
        flex-direction: row;
    }

    .file-input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        padding: 3px;
        border: 1px dashed #ddd;
        border-radius: 8px;
        width: 35%;
        font-family: "Work Sans", sans-serif;
        color: #a3a3a3;
        font-size: 12px;
    }

    .btn-danger {
        width: auto;
    }

    .card-header-tabs {
        display: flex;
        flex-direction: row;
    }

    /* RADIO BUTTON */
    .radio-btn-group label {
        cursor: pointer;
        padding: 10px 0px;
        border: 1px solid #ccc;
        border-radius: 5px;
        transition: background-color 0.3s;
        color: #cacaca;
        font-weight: 600;
        font-size: 11px;
        width: 49%;
        text-align: center;
    }

    .radio-btn-group input[type="radio"] {
        display: none;
        color: #cacaca;
    }

    .radio-btn-group input[type="radio"]:checked + label {
        background-color: #719dff;
        border-color: #719dff;
        color: white;
        text-align: center;
    }

    /* navbar */
    .card-header-tabs .nav-link.active {
        background-color: #bcd1ff !important;
        border: none;
        border-bottom: 2px solid #0051ff;
        border-radius: 0;
        color: #0051ff;
    }

    /* DASHBOARD */

    .dashboard-container {
        border-radius: 12px !important;
        background-color: #eff4ff !important;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        height: auto;
        width: 95%;
    }

    .history-main-container {
        border-radius: 12px !important;
        background-color: #eff4ff !important;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        height: auto;
    }

    .code-content {
        width: 50%;
    }

    .icon-form {
        width: 70px;
    }

    .dashboard-welcome {
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #112369;
        font-size: 20px;
    }

    .dashboard-title {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #112369;
        letter-spacing: 0.75px;
    }

    .dashboard-subtitle {
        font-family: "Work Sans", sans-serif;
        font-weight: 500;
        color: #3c3c3c;
        font-size: 14px;
        letter-spacing: 0.75px;
    }

    .dashboard-username {
        font-family: "Montserrat", sans-serif;
        font-size: 36px;
        font-weight: 600;
        color: #112369;
        margin: 0;
    }

    .dashboard-history-title {
        font-size: 26px;
    }

    .dashboard-id {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #7aa3ff;
        margin: 0;
    }

    .dashboard-bottom-title {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #112369;
        margin: 0;
    }

    .dashboard-edit {
        border: 1px solid #7aa3ff !important;
        color: #719dff;
        font-size: 14px !important;
        font-weight: 600;
        padding: 2px 10px;
        letter-spacing: 0.75px;
    }

    .card-dashboard {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 0.05em;
        background-size: cover;
        transition: background-image 0.3s ease;
        background-position: center;
    }

    .dashboard-button {
        background-image: linear-gradient(to bottom, #ff5351, #ff7a78);
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        transition: 0.2s ease-in;
    }

    .dashboard-button:hover {
        transform: scale(1, 1.1);
    }

    .icon {
        width: 120px;
        height: 96px;
        margin-bottom: 8px;
    }

    .title {
        font-size: 1.2rem; /* text-xl */
        /* width: 160px; w-40 */
        color: #112369 !important;
    }

    .title-program {
        font-size: 1.2rem; /* text-xl */
        /* width: 160px; w-40 */
        color: #112369 !important;
    }

    .uphlogo {
        width: 120px;
    }

    .uphlogotest {
        width: 120px;
    }

    .card-container {
        width: 90%;
        height: 571px;
        border-radius: 12px;
        background-color: #eff4ff;
    }

    .card-container-review {
        width: 100%;
    }

    .card-box {
        margin-right: -6rem;
        height: 425px;
        overflow-y: scroll;
        padding: 7px;
        scroll-behavior: smooth;
    }

    .card-main-bg {
        background-color: #eff4ff;
    }

    .btn-link {
        text-decoration: none;
    }

    .badge {
        padding: 8px 20px;
        background-color: #dfe9ff;
        color: #407bff;
        width: min-content;
        height: min-content;
        font-weight: 400 !important;
    }

    a {
        text-decoration: none;
        /* color: aliceblue; */
        font-weight: normal;
    }

    .a-program {
        color: #fff;
    }

    .full-width-hr-wrapper {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .full-width-hr-wrapper-form {
        margin-left: -3rem;
        margin-right: -1.5rem;
        color: #6f96ec;
        opacity: 1;
    }

    .full-width-hr-underline {
        margin-left: 0rem;
        margin-right: 0rem;
        color: #6f96ec;
    }

    hr.solid-step {
        margin: 0;
        padding: 0;
        border: 1px solid #bcd1ff;
        width: 8.5rem;
        width: 8.5rem;
    }

    hr.dashed-step {
        margin: 0;
        padding: 0;
        border: 1px dashed #407bff;
        width: 8.5rem;
        width: 8.5rem;
    }

    hr.done-step {
        margin: 0;
        padding: 0;
        border: 1px solid #407bff;
        width: 8.5rem;
    }

    .tuition-status {
        padding: 3px 16px;
        background-color: #a3a3a3;
        color: white;
        border-radius: 14px;
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }

    hr.tuition-solid-step {
        margin: 0;
        padding: 0;
        border: 1px solid #ff5351;
        width: 11rem;
    }

    hr.tuition-dashed-step {
        margin: 0;
        padding: 0;
        border: 1px dashed #ff5351;
        width: 11rem;
        opacity: 1;
    }

    hr.tuition-done-step {
        margin: 0;
        padding: 0;
        border: 1px solid #ff5351;
        width: 11rem;
        opacity: 1;
    }

    .logout-button {
        font-family: "Barlow", sans-serif;
        background-color: #ffffff75;
        border-radius: 20px;
        padding: 8px 30px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
        cursor: pointer;
    }

    .logout-icon {
        width: 17px;
        height: 17px;
    }

    .notification-icon {
        width: 19px;
        height: 21px;
        cursor: pointer;
    }

    .notification-icon:hover {
        transform: rotate(30deg);
    }

    .back-button {
        font-size: 15px;
        font-weight: 600;
        color: #7aa3ff;
    }

    .btn-primary {
        background-color: #7aa3ff !important;
        border-color: #7aa3ff !important;
    }

    .btn-primary:hover {
        background-color: #719dff !important;
    }

    .divider-item {
        margin-top: 3rem 0rem;
        padding: 6rem 0rem;
    }

    .divider-items {
        margin-top: 3rem 0rem;
        padding: 7.5rem 0rem;
    }

    .divider-itemss {
        margin-top: 3rem 0rem;
        padding: 4rem 0rem;
    }

    .btn-sign {
        padding-top: 2.3rem;
    }

    .hidden {
        display: none;
    }

    .arrow-back {
        width: 16px;
        height: 13px;
    }

    .arrow-left {
        width: 16px;
        height: 13px;
    }

    .card-container {
        overflow: visible;
    }
    /* CARD CONTENT */

    .left-content {
        width: 26rem;
    }

    .form-information {
        width: 20%;
    }

    .left-content p {
        font-weight: 700;
        color: #7aa3ff;
        font-size: 14px;
        letter-spacing: 2px;
        padding-bottom: 8px;
    }

    .left-content h3 {
        font-size: 2.25rem /* 36px */;
        line-height: 3rem /* 40px */;
        font-weight: 600;
        color: #112369;
        margin: 0;
    }

    .left-content .children {
        font-size: 1.25rem /* 20px */;
        color: #989898;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
        padding: 4px 0px;
        letter-spacing: 0px;
    }

    .left-content .children-bipa {
        font-size: 1rem;
        color: #989898;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
        padding: 4px 0px;
        letter-spacing: 0px;
    }

    hr.solid {
        border-top: 3px solid #407bff;
        opacity: 1;
        width: 70px;
    }

    hr.solid-modal {
        border-top: 1px solid #bcd1ff;
        /* width: 70px; */
    }

    hr.solid-review {
        border-top: 3px solid #bcd1ff;
        margin: 0;
    }

    /* index.html */
    .homepage-container {
        gap: 10rem !important;
        height: auto;
    }

    .graduate-logo {
        width: 208px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-login {
        border-radius: 10px;
        width: 300px;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
            rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    }

    .card-login:hover {
        transform: translate(3px, 0px);
        transition: 0.5s ease-in-out 0s;
    }

    .card-title {
        font-size: 1.25rem /* 20px */;
        line-height: 1.75rem;
        font-weight: 600;
        color: #112369;
    }

    .card-text {
        font-size: 14px /* 20px */;
        line-height: 1.2rem;
        color: #989898;
        margin-right: 7rem;
    }

    .icon-login {
        width: 40px;
    }

    .btn-outline-danger {
        border-color: #ff5351 !important;
    }
    .btn-outline-danger:hover {
        background-color: #ffffff90 !important;
        color: #ff5351;
    }

    /* NATIONALITY */
    .title {
        font-size: 1.25rem; /* text-xl */
        width: 160px; /* w-40 */
        color: #112369 !important;
    }

    /* CAMPUS */
    .campus-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px 10px;
    }

    /* field study */

    .fieldstudy-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px !important;
    }

    /* programs grid */
    .program-grid {
        display: flex;
        width: 618px;
        flex-wrap: wrap;
        height: 332px;
        gap: 5px 5px;
        flex-direction: row;
        /* grid-template-columns: 1fr 1fr; */
        /* flex-direction: row-reverse; */
        /* grid-template-rows: 1fr 1fr 1fr; */
    }

    /* PROGRAM.html */

    /* MODAL INSIDE PROGRAM.html */
    .program-title {
        font-size: 26px;
        color: #112369;
        font-weight: 300;
    }

    .program-description {
        font-family: "Work Sans", sans-serif;
        color: #231f20;
    }

    .program-subtitle {
        font-weight: 700;
        color: #264a99;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sub-program-top {
        font-family: "Work Sans", sans-serif;
        text-transform: capitalize;
        color: #33363f;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1px;
        grid-auto-flow: row;
        font-size: 16px;
    }

    .sub-program {
        font-family: "Work Sans", sans-serif;
        text-transform: capitalize;
        color: #33363f;
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 1px;
        grid-auto-flow: row;
        font-size: 16px;
    }

    .card-programmodal {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 0.05em;
        background-size: cover;
        transition: transform 0.3s ease;
        background-position: center;
        height: 445px;
        width: 225px !important;
        background-image: url("/assets/arcitecture.png") !important;
    }

    /* Entry Option */

    .modal-entry-title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #264499;
        font-size: 20px;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .first-modal-p {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5rem;
        color: #757575;
    }

    .custom-close {
        position: absolute;
        top: -10px;
        right: -10px;
        border: 1px solid #fff;
        background: none;
        font-size: 2rem;
        color: red;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        background-color: #fff;
        align-items: center;
        cursor: pointer;
        z-index: 100;
    }

    .custom-close:hover {
        color: red;
    }

    .admisison-icon {
        width: 42px;
        height: 54px;
    }

    /* PERSONALINFORMATION.HTML */
    /* based with mobile styling */

    /* REVIEW.html */

    p.form-label-review {
        margin: 0;
    }

    .form-control-review {
        border: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
    }

    .form-label-review {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #264a99;
        font-size: 12px;
    }

    .back-review-btn {
        color: #7aa3ff;
        font-weight: 600;
        font-size: 14px;
    }

    .back-review-btn:hover {
        color: #7aa3ff99;
    }

    .review-modal-title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #264a99;
        font-size: 20px;
    }

    .review-modal-subtitle {
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #999999;
        font-size: 14px;
    }

    .modal-body-review {
        padding: 2rem;
    }

    .check-icon {
        height: 44px !important;
        width: 44px !important;
    }

    /* intakeyear.html */
    .tab-icon {
        width: 37px;
        height: 41px;
        margin-right: 8px;
    }

    .tabs-header {
        background-color: #bcd1ff;
    }

    .tabs-title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #112369;
        font-size: 16px;
    }

    .tabs-subtitle {
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #5c5c5c;
        font-size: 13px;
        font-style: italic;
    }

    .card-header-tabs .nav-link.active {
        background-color: #bcd1ff !important;
        border: none;
        border-bottom: 2px solid #0051ff;
        border-radius: 0;
        color: #0051ff;
    }

    .step-icon {
        width: 20px;
        height: 20px;
    }

    .step-title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #4a4a4a;
        font-size: 24px;
    }

    .step-subtitle {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #898989;
        font-size: 12px;
        line-height: normal;
    }

    .nav-item {
        padding-right: 15px !important;
    }

    /* status history */
    .history-container {
        height: 280px;
        overflow-x: hidden;
    }

    /*custom inpu file*/
    .custom-file-input {
        color: transparent;
        font-size: 12px;
        width: 160px;
    }

    .custom-file-input::before {
        content: "Upload File";
        color: #a3a3a3;
        display: inline-block;
        background: #fff;
        padding: 2px 22px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        font-weight: 400;
        border-radius: 8px;
        border: 1px dashed #ddd;
        width: 160px;
        /* text-align: left; */
    }

    .modal-body-review-intakeyear {
        padding: 2rem 5rem 2rem 5rem;
    }

    .intake-year {
        padding: 0rem 4rem;
    }

    .intake-year-option {
        padding: 0.8rem 3rem;
    }

    .intake-year-button {
        padding: 0rem 0rem;
    }
}

/* custom width */

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

/* field with search styling */
.dropdown-content {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    /* min-width: 100%; */
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
}

.dropdown-content div {
    padding: 8px;
    cursor: pointer;
}

.dropdown-content div:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.dropdownInput {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdownList {
    position: absolute;
    /* top: 100%; */
    /* left: 0; */
    /* width: 100%; */
    border: 1px solid #ccc;
    background-color: white;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    /* Initially hidden */
}

.dropdownList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdownList li {
    padding: 8px;
    cursor: pointer;
}

.dropdownList li:hover {
    background-color: #f0f0f0;
}

.searchInput {
    width: 100%;
}

/* contact us styling */
/* Styling untuk positioning button */
#contactUsBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    z-index: 1000;
}
/* Styling card modal */
#contactUsCard {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    z-index: 1001;
    display: none; /* Mulai dalam keadaan tersembunyi */
}

.fade-in-right {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

.fade-in-bottom {
    opacity: 1;
    animation-name: fadeBottomOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

.fade-in-bottom {
    opacity: 1;
    animation-name: fadeBottomOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

.fade-in-right-delayed {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
        transform: translateX(5%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeBottomOpacity {
    0% {
        opacity: 0;
        transform: translatey(5%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeBottomOpacity {
    0% {
        opacity: 0;
        transform: translatey(5%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}