* {
    -webkit-appearance: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.flex-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .flex-box input, select {
        width: 25% !important;
    }

    .flex-box label {
        text-wrap: nowrap;
        min-width: 300px;
    }

.job-form {
    width: 100%;
}

    .job-form h1 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.25px;
        line-height: 46px;
        color: #353c3e;
    }

    .job-form h3 {
        display: inline;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: -0.25px;
        color: #353c3e;
    }

    .job-form label {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.25px;
        line-height: 20px;
        color: #353c3e;
    }

    .job-form .btn {
        width: 200px;
        height: 40px;
        background-color: #fff;
        color: #353c3e;
        border: 1px solid #353c3e;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.25px;
        padding: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .job-form hr {
        height: 1px;
        width: 100%;
        margin-top: 15px;
        border: unset;
        background-color: #808080;
        display: inline-block;
    }

    .job-form p {
        font-size: 14px;
        font-weight: 400;
        color: #353c3e;
        margin-top: 15px;
    }

    .job-form strong {
        font-weight: 600;
        font-size: 15px;
        color: #353c3e;
    }

    .job-form .form-control.error {
        border: 2px solid red !important;
    }

    .job-form input[type="text"], input[type="date"], input[type="file"], input[type="number"], select {
        height: 37.5px !important;
        background-color: #fff !important;
        border: 1px solid #808080 !important;
        border-radius: 4px !important;
        width: 100% !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #808080 !important;
    }

        .job-form input[type="text"]::placeholder, select, option, input[type="date"], input[type="file"] {
            font-size: 14px !important;
            font-weight: 400 !important;
            padding-left: 5px !important;
            color: #808080 !important;
        }

.feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

    .feedback h3 {
        font-size: 36px;
        font-weight: 500;
        line-height: 48px;
    }

    .feedback p {
        font-size: 24px;
        font-weight: 400;
    }

@media only screen and (min-width: 998px) {
    .col-md-2_5 {
        width: 20%;
    }
}

@media only screen and (max-width:560px) {
    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .job-form h1 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }

    .job-form h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }

    .job-form p {
        font-size: 13px;
    }

    .job-form label {
        width: 100%;
        font-size: 13px;
    }

    .flex-box {
        flex-wrap: wrap;
    }

        .flex-box label {
            min-width: 75px;
        }

    .checkbox-inline {
        padding-left: 0 !important;
    }
}
