input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0 !important;
}

.career-details input,
.career-details textarea,
.career-details text,
.career-details select,
.career-details date,
.career-details file {
    background-color: rgb(230, 230, 230, 0.6);
    padding-left: 2rem;
    border-radius: 10px;
    font-size: 12px;
}

.career-details .num {
    background-color: rgb(230, 230, 230, 0.6);
    padding-left: 5rem;
    border-radius: 10px;
    font-size: 12px;
}

.career-details .default-button {
    padding: 0.5rem 3rem !important;
}

.font-heading-63 {
    font-family: RedHatDisplay bold !important;
    font-size: 46px !important;
}

.font-subheading {
    font-family: RedHatDisplay !important;
    font-size: 14px !important;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.scrollbar {
    height: 450px;
    overflow: auto;
    width: 45%;
}

.wp-block-columns {
    display: flex;
    justify-content: space-between;
}

.careers-content label {
    font-family: RedHatDisplay !important;
    font-size: 12px;
}

.position,
.name,
.gender,
.bday,
.age,
.address,
.email,
.web,
.age,
.num {
    padding: 3px;
    height: 40px;
    width: 100%;
    border: 0;
    border-radius: 10px;
}

.col-2 {
    position: absolute;
    height: 40px;
    width: 4.5rem;
    padding: 0.6rem;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
    background-color: #e8e8e8;
    z-index: 1;
}

/* 
.num {
    padding: 0 5rem;
    height: 40px;
    width: 105%;
    margin-bottom: 6px;
    border: 0;
    border-radius: 10px;
} */

.resume {
    padding-top: 8px;
    font-size: 16px;
    height: 40px;
    width: 100%;
}

.cover {
    padding: 0.8rem;
    max-height: 100px;
    min-height: 40px;
    width: 100%;
    border: 0;
    border-radius: 10px;
}

.remarks {
    padding: 0.8rem;
    max-height: 100px;
    min-height: 40px;
    width: 100%;
    border: 0;
    border-radius: 10px;
}

.button {
    padding: 1rem 2rem;
}

.career-details .button {
    padding-left: 1rem !important;
}

/* RESPONSIVE CAREER MOB */


@media only screen and (max-width: 962px) and (min-width: 360px) {
    .career-details {
        padding: 10px 40px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 10px !important;
    }

    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 4rem !important;
        border-radius: 10px;
    }

    .text-blue {
        font-size: 40px !important;
    }

    .text-green {
        font-size: 40px !important;
    }

    .text-black {
        font-size: 10px !important;
    }

    .scrollbar {
        margin-left: 0.5rem !important;
        height: 100%;
        overflow: none;
        padding: 0 0.5rem;
        width: 125%;
        /* scrollbar-width: none; */
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 35px;
        width: 105%;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .col-2 {
        position: absolute !important;
        height: 33px;
        min-width: 3.5rem !important;
        padding: 0.6rem;
        margin-top: 30.8px;
        font-size: 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    .resume {
        padding: 10px;
        width: 105%;
    }

    .cover {
        width: 105%;
    }

    .remarks {
        width: 105%;
    }

    .career-details .button {
        padding-left: 1rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .text-blue,
    .text-green {
        font-size: 40px !important;
    }

    .font-subheading {
        font-family: RedHatDisplay !important;
        font-size: 16px !important;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 14px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 14px !important;
        padding-left: 3.5rem;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 45px;
        width: 100% !important;
    }

    /* .num {
        width: 126%;
    } */
    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 6rem !important;
        border-radius: 10px;
    }

    .col-2 {
        position: absolute;
        height: 43px;
        width: 6rem !important;
        padding: .7rem;
        padding-left: 1.3rem;
        /* margin-left: 2%; */
        font-size: 14px;
        margin-top: 32px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    .cover {
        width: 100% !important;
    }

    .remarks {
        width: 100% !important;
    }

    .resume {
        padding-top: 10px;
        height: 45px;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 961px) {

    .text-blue,
    .text-green {
        font-size: 60px !important;
    }

    .font-subheading {
        font-family: RedHatDisplay !important;
        font-size: 22px !important;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 18px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 18px !important;
        padding-left: 3.5rem;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 55px;
        width: 100% !important;
    }

    /* .num {
        width: 126%;
    } */

    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 7rem !important;
        border-radius: 10px;
    }

    .col-2 {
        position: absolute;
        height: 53px;
        width: 6rem !important;
        padding: .8rem;
        padding-left: 1.5rem;
        /* margin-left: 2%; */
        font-size: 18px;
        margin-top: 36px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .cover {
        width: 100% !important;
    }

    .remarks {
        width: 100% !important;
    }

    .resume {
        padding-top: 11px;
        height: 55px;
        width: 100% !important;
    }

    .career-details .default-button {
        padding: 0.6rem 4rem !important;
    }
}

@media only screen and (min-width: 1780px) {
    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 5rem !important;
        border-radius: 10px;
    }

    .col-2 {
        position: absolute !important;
        height: 40px;
        width: 10%;
        /* margin-left: 2.2%; */
        border-radius: 10px 0 0 10px;
        padding: 0.6rem;
        font-size: 13px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    /* .num {
        margin-left: .1rem !important;
        width: 126%;
        padding: 0 5rem !important;
    } */

}

@media only screen and (max-width: 1023px) and (min-width: 962px) {
    .font-subheading {
        font-size: 10px !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .font-heading-63 {
        font-family: RedHatDisplay bold !important;
        font-size: 30px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 8px;
        height: 30px;
    }

    .scrollbar {
        height: 330px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .career-details .num {
        font-size: 9px;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 9px !important;
    }

    .col-2 {
        position: absolute;
        height: 30px;
        width: 4rem;
        padding: 0.6rem;
        padding-left: 1.2rem;
        /* margin-left: 4%; */
        font-size: 9px;
        margin-top: 29px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    /* .num {
        padding: 0 5rem;
        height: 40px;
        width: 133%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 7px;
        font-size: 16px;
        height: 30px;
        width: 100%;
    }

    .cover,
    .remarks {
        min-height: 60px;
    }

    .default-button {
        font-size: 10px !important;
    }

    .career-details .button {
        padding-left: 1rem !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .font-subheading {
        font-size: 12px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 8px;
    }

    .scrollbar {
        height: 330px;
    }

    .font-heading-63 {
        font-family: RedHatDisplay bold !important;
        font-size: 34px !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .position {
        margin-bottom: 0px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .career-details .num {
        font-size: 9px;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 9px;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 33px;
    }

    .col-2 {
        position: absolute;
        height: 31px;
        width: 4rem;
        padding: 0.6rem;
        padding-left: 1.1rem;
        /* margin-left: 4%; */
        font-size: 9px;
        margin-top: 30px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    /* .num {
        padding: 0 5rem;
        height: 33px;
        width: 131%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 7px;
        font-size: 16px;
        height: 30px;
        width: 100%;
    }

    .default-button {
        font-size: 10px !important;
    }

    .career-details .button {
        padding-left: 1rem !important;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1280px) {

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 10px;
    }

    .career-details .num {
        font-size: 10px;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 10px;
    }

    .scrollbar {
        height: 390px;
    }

    .font-heading-63 {
        font-family: RedHatDisplay bold !important;
        font-size: 38px !important;
    }

    .font-subheading {
        font-family: RedHatDisplay !important;
        font-size: 14px !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 35px;
    }

    .col-2 {
        position: absolute;
        height: 34px;
        width: 4rem;
        padding: 0.6rem;
        /* margin-left: 2.8%; */
        font-size: 10px;
        margin-top: 30px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    /* 
    .num {
        padding: 0 5rem;
        height: 37px;
        width: 128%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 8px;
        font-size: 16px;
        height: 35px;
        width: 100%;
    }

    .default-button {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1366px) {

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        font-size: 10px;
    }

    .career-details .num {
        font-size: 10px;
    }

    .font-heading-63 {
        font-family: RedHatDisplay bold !important;
        font-size: 46px !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .scrollbar {
        height: 400px;
    }

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 10px;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 35px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .col-2 {
        position: absolute;
        height: 33.5px;
        width: 4rem;
        padding: 0.6rem;
        /* margin-left: 2.5%; */
        font-size: 10px;
        margin-top: 30px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    /* .num {
        padding: 0 5rem;
        height: 37px;
        width: 128%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 8px;
        font-size: 16px;
        height: 35px;
        width: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 16px;
    }

    .font-subheading {
        font-family: RedHatDisplay !important;
        font-size: 20px !important;
    }

    .font-heading-63 {
        font-family: RedHatDisplay bold !important;
        font-size: 58px !important;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 3rem;
        border-radius: 10px;
        font-size: 16px;
    }

    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 6rem !important;
        border-radius: 10px;
        font-size: 16px;
    }

    .scrollbar {
        height: 550px;
        overflow: auto;
        width: 45%;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 50px;
    }

    .col-2 {
        position: absolute;
        height: 48px;
        width: 5rem;
        padding: 0.8rem;
        /* margin-left: 2%; */
        margin-top: 33px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    /* .num {
        padding: 0 5rem;
        height: 52px;
        width: 125%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 10px;
        font-size: 16px;
        height: 50px;
        width: 100%;
    }
}

@media only screen and (min-width: 2200px) {

    .careers-content label {
        font-family: RedHatDisplay !important;
        font-size: 18px;
    }

    .career-details input,
    .career-details textarea,
    .career-details text,
    .career-details select,
    .career-details date,
    .career-details file {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 3rem;
        border-radius: 10px;
        font-size: 18px;
    }

    .career-details .num {
        background-color: rgb(230, 230, 230, 0.6);
        padding-left: 7rem !important;
        border-radius: 10px;
        font-size: 18px;
    }

    .scrollbar {
        height: 630px;
        overflow: auto;
        width: 45%;
        padding: 0 0.5rem;
    }

    .position,
    .name,
    .gender,
    .bday,
    .age,
    .address,
    .email,
    .web,
    .age,
    .num {
        height: 60px;
    }

    .col-2 {
        position: absolute;
        height: 58px;
        width: 6rem;
        padding: 1rem;
        /* margin-left: 2%; */
        margin-top: 35.5px;
        border-radius: 10px 0 0 10px;
        background-color: #e8e8e8;
        z-index: 1;
    }

    p,
    p b {
        font-size: 18px !important;
    }

    /* .num {
        padding: 0 5rem;
        height: 62px;
        width: 125%;
        margin-bottom: 6px;
        border: 0;
        border-radius: 10px;
    } */

    .resume {
        padding-top: 13px;
        font-size: 16px;
        height: 60px;
        width: 100%;
    }
}