@import "constants.css";

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    background: #e6e6e6;
    min-height: 100vh;
}

.content {
    min-height: 87vh;
}

input {
    border: 0;
    border-bottom: 1px solid var(--primaryColor);
}

.icon-style {
    font-size: 20px;
    color: var(--primaryColor);
}

.form-control-input {
    border-bottom: 1px solid var(--cadetBlueDarker4) !important;
    padding-top: 10px !important;
    width: 100%;
}

.form-control-textarea {
    border: none !important;
    border-bottom: 1px solid black !important;
    width: 100% !important;
    padding-top: 10px !important;
}

.form-control-textarea:focus-visible, .form-control-textarea:hover {
    border-bottom: 3px solid var(--primaryColor) !important;
    outline: transparent;
}

.form-control-input:focus-visible, .form-control-input:hover {
    border-bottom: 3px solid var(--primaryColor) !important;
    outline: transparent;
}


::placeholder {
    font-size: 11px;
    font-weight: 300;
}

.text-form-primary-color {
    font-weight: 350 !important;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    hyphens: auto;
}

.fs-subtitle-primary-color {
    font-weight: 350;
    font-size: 15px;
    color: var(--primaryColor);
    margin-bottom: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

.stepwizard-step.first {
    text-align: left !important;
}

.stepwizard-step.last {
    text-align: right !important;
}


.fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}


@media screen and (max-width: 600px) {
    .fieldset {
        margin: 0;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
}


.info-box {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    padding: 0.5rem;
}

.border-right {
    border-right: 1px solid #ECECEC
}

.success-card {
    background-color: var(--primaryColor);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px;
}


.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primaryColor);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

label {
    position: relative;
}

.float-label-input {
    padding: 10px 10px 5px;
}
span.float-label {
    position: absolute;
    transition: all 200ms;
    opacity: 0.5;
    left: 0px;
    padding: 10px;
    transform-origin: top left;
}

input.float-label-input:not(:placeholder-shown) + span {
    transform: translateY(-40%) scale(.75);
    opacity: 1;
    padding: 0 10px;
}
textarea.float-label-input:not(:placeholder-shown) + span {
    transform: translateY(-40%) scale(.75);
    opacity: 1;
    padding: 0 10px;
}

select.float-label-input:focus + span, select.float-label-input.has-value + span {
    transform: translateY(-40%) scale(.75);
    opacity: 1;
    padding: 0 10px;
}

.box-shade {
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, white, cadetblue);
}

.border-box {
    border: 5px solid;
    border-color: var(--primaryColor);
    margin-bottom: 5px;
}

.background-box {
    background: linear-gradient(
            to right,
            var(--primaryColor) 0%,
            var(--primaryColor) 20%,
            #fff 20%,
            var(--cadetBlueBrigter6) 100%
    );
    height: 100%;
    width: 100%;
}

.background-box-bottom {
    background: linear-gradient(
            to right,
            var(--primaryColor) 0%,
            var(--primaryColor) 20%,
            #fff 20%,
            var(--cadetBlueBrigter6) 100%
    );
    width: 100%;
}

.interest-box {
    background-color: var(--primaryColor) !important;
    color: var(--cadetBlueBrigter5) !important;
    text-align: center;
    font-weight: 550;
    border-radius: 10px;
    min-width: 130px;
    margin-right: 10px !important;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
    padding: 7px;
    font-size: 13px;
}

.primary-color-border-box {
    background-color: white;
    border-radius: 15px;
    border: 3px solid var(--primaryColor);
}

.grey-color-border-box {
    background-color: white;
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,.1);
    padding: 10px;
}

.job-info-box {
    background-color: var(--primaryColor);
    color: white;
    font-weight: normal;
}


footer {
    background: var(--cadetBlueBrigter3);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
}

select {
    background-color: white !important;
    appearance: none;
}

.hyphens-auto {
    hyphens: auto;
}

@media screen and (max-width: 575px) {
    .background-box {
        background: linear-gradient(
                to bottom,
                var(--primaryColor) 0%,
                var(--primaryColor) 25%,
                #fff 25%,
                var(--cadetBlueBrigter6) 100%
        );
        height: 100%;
        width: 100%;
    }

    .background-box-bottom {
        background: linear-gradient(
                to bottom,
                var(--cadetBlueBrigter6) 0%,
                var(--cadetBlueBrigter6) 25%,
                var(--cadetBlueBrigter6) 25%,
                var(--cadetBlueBrigter6) 100%
        );
        width: 100%;
    }

    .font-size-mobile-phone {
        font-size: 10px !important;
    }

    .font-size-title-mobile-phone {
        font-size: 13px !important;
    }


    .border-right {
        border-right: 0;
        border-bottom: 1px solid #ECECEC;
        padding: 10px;
        margin-bottom: 10px;
    }
}
