<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.stgHeader {
    border-bottom: 3px solid #f0ad4e !important;
}

.stgHeader {
    border-bottom: 3px solid #428bca;
    margin: 30px 0 10px;
}

.form-group {
    margin-top: 8px;
}

.control-label, .alert {
    direction: ltr;
}

.form-control {
    text-align: left !important;
}


.m-t-b-10 {
    margin: 10px 0px !important;
}

.separator {
    margin-top: 25px;
    height: 2px;
    background-image: linear-gradient( 90deg, rgba(0,128,128,0) 12%, #f0ad4e 55%, rgba(0,128,128,0) 86%);
}

.padding-0 {
    padding: 0px !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.inquiry {
    width: 100%;
    display: block;
}

.title-form {
    font-family: Lalezar !important;
    font-size: 50px;
    color: #FF8F00;
    text-shadow: 0px 0px 2px black;
}

.background-form {
    /*background: url('/Themes/Elements/hiring/img/hiringBackground.jpg');*/
    height: 500px;
}

.inquiry-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0000007d;
    min-height: 320px;
    border-radius: 25px;
    margin-top: 51px;
    border: solid 7px #bbbbbb;
}

    .inquiry-box input {
        width: 250px !important;
        text-align: center !important;
    }

    .inquiry-box h3 {
        color: white !important;
        text-shadow: 0px 0px 5px black;
        margin-bottom: 15px;
        text-align:center;
    }

.box-end-hiring {
    position: relative;
    z-index: 999;
    top: 22%;
}

.hiring-inquiry-context {
    height: 570px;
}

    .hiring-inquiry-context img {
        position: absolute;
        top: 10%;
        width: 95%;
        height: auto;
    }

.m-t-10 {
    margin-top: 10px;
}


@media screen and (max-width: 500px) {
    .hiring-inquiry-context img {
        top: 20%;
    }

    .inquiry-box {
        margin-top: 0px;
    }

    .box-end-hiring {
        top: 5%;
    }
}
</pre></body></html>