.Minor_nominee_alert {
    color: var(--cta-blue, #3857FF);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 167%;
    margin-top: -40px;
}

.Nominee_details_header {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
}

.Nominee_details_sub_header {
    margin-top: -15px;
    margin-bottom: 40px;
    color: var(--grey-66, #666);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
}

.Add_new_nominee_body {
    padding-bottom: 50px;
}

.Add_nominee_button {
    margin-top: 30px;
}

.Guardian_address_container {
    margin-top: 30px;
}

.Skip_nominee_button {
    color: var(--cta-blue, #3857FF);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.5%; /* 137.5% */
    cursor: pointer;
    /* margin-top: 250px; */
}

.Body.Nominee_body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-bottom: 5vh;
    align-items: center;
}

@media (min-width : 768px) {
    .Skip_nominee_button {
        margin-top: 140px;
    }
}