@import "/public/assets/css/default.css";


:root {
    --nero: #222222;
    --cyber-grape-20: #ddd6e3;
    --deep-purple: #602770;
    --grey: #676767;
    --grey-light: #f6f6f9;
    --grey-light-30: #fcfcfd;
    --grey-light-50: #fafafc;
    --grey-dark: #e2e2e2;
    --violet: #9081AC;
    --violate-light: #E1DCE2;
    --purple: #691f74;
    --purple-dark: #30183f;
    --purple-light: rgba(105, 31, 116, 0.3);
    --orange: #E34B31;
    --orange-dark: #D6432A;
    --orange-light: #E34B31;
    --organge-talent: #FE3B1F;
    --oragnge-salmon: #FAD4C5;
    --blue: #0DA0BA;
    --yellow: #DB9714;
    --green: #60D3BF;
}

html * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    height: 100%;
}

body {
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    background-color: #F6F6F9;
    line-height: 1.4;
}


a {
    border: none;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

img {
    border: none;
}

.button {
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    height: 48px;
    padding: 0px 18px;
    text-align: center;
    user-select: none;
}

.button--center {
    width: 100%;
}

.button--primary {
    background-color: var(--orange);
    color: white;
}

.t-main-content {
    padding: 0 10px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 10px;
}

.button--popup {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 15px;
    display: block;
}

.t-card {
    background-color: white;
    filter: drop-shadow(0px 6px 9px rgba(23, 4, 26, 0.07));
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.t-block {
    display: block;
}

.t-h1 {
    font-weight: 900;
    font-size: 20px;
    color: #000;
    margin: 20px 10px 20px;
    word-break: break-word;
}

.t-h2 {
    font-weight: 600;
    font-size: 16px;
    color: #30183F;
    margin: 10px 10px 10px 10px;
}

a:visited .t-alternate-titles-label {
    color: #8D8096;
}

.t-alternate-titles-container {
    padding: 5px 0 5px 0;
}

.t-alternate-titles-container .t-alternate-titles:first-child {
    border: none;
}

.t-alternate-titles {
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #ECECEC;
    position: relative;
}

.t-alternate-titles:active {
    background-color: #F6F6F6;
}

.t-alternate-titles-label {
    color: #30183F;
    font-weight: 600;
    font-size: 17px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-alternate-titles-search {
    right: 25px;
    position: absolute;
    bottom: calc(50% - 9px);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
}

.t-alternate-titles-chevron {
    right: 25px;
    position: absolute;
    bottom: calc(50% - 12px);
    background-color: #F3F1F3;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 9px;
}

.card__header__title {
    color: #362046;
    font-weight: 900;
    padding-top: 19px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.input--text:hover {
    background-color: #F0F0F5;
}

input[type=text], input[type=password], input[type=email], input[type=phone], input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input--text {
    max-width: 300px;
}

.input--label {
    color: var(--nero);
    margin-bottom: 8px;
    display: -webkit-box;
    margin-left: 24px;
    margin-right: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.input--text {
    height: 48px;
    padding: 0px 24px;
    font-size: 14px;
    border-radius: 50px;
    background-color: var(--grey-light);
    border: 1px solid var(--grey-light);
    box-sizing: border-box;
}

.inputWrap {
    position: relative;
    margin-bottom: 20px;
    column-count: auto;
    text-align: center;
}

.t-tos {
    padding: 20px;
    color: #999;
}

.tos {
    border-bottom: 1px dotted #ccc;
}

.input--text {
    width: 100%;
    max-width: 300px;
}

.input--label {
    color: var(--nero);
    margin-bottom: 8px;
    display: -webkit-box;
    margin-left: 24px;
    margin-right: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.inputWrap {
    position: relative;
    column-count: auto;
    /* text-align: center; */
    /* width: 100%; */
    max-width: 300px;
    margin: 20px auto;
}

/** Jobs of the day footer */
.jobsOfTheDay__wrapper {
    left: 0;
    right: 0;
}

.t-job-salary-icon {
    position: relative;
    top: 6px;
    margin-right: 5px;
}

footer {
     color: #999 !important;
     max-width: 800px !important;
     margin: 0 auto !important;
     padding: 0 10px 10px !important;
     bottom: 0 !important;
 }

.footer--simplify {
    border-bottom: 1px dotted #ccc;
}

.form.formPopup .error-message.has--error {
    text-align: left;
}
