@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Jobs page styling */
.fs-18px {
    font-size: 18px;
}

.fs-14px {
    font-size: 14px;
}

.p-25 {
    padding: 25px;
}

.dss-job-btn-solid,
.dss-job-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 45px;
}

.dss-job-btn-solid {
    border: 2px solid #cf963b;
    /* Mauritzjarl Gold/Brownish logic? Or keep Techozon blue? Techozon uses #2EA4DD. Mauritzjarl uses goldish. User said "same css". I will keep Techozon blue or try to adapt? User said "exact same copy". I will keep #2EA4DD for now unless it looks terrible. Actually Mauritzjarl theme is dark/gold. I should probably adapt colors to match Mauritzjarl? User said "same css". I will stick to blue for now as requested "same css" but maybe I should check if I should change color. "exact same copy of techozon". Okay. */
    background: #2EA4DD;
    color: #fff;
    border-radius: 5px;
}

.dss-job-btn-outline {
    border: 2px solid #2EA4DD;
    background: #fff;
    color: #2EA4DD;
    border-radius: 5px;
}

.dss-job-btn-solid:hover,
.dss-job-btn-outline:hover {
    background-color: #2991C4;
    border-color: #2991C4;
    color: #fff !important;
}

.dss-row {
    margin: 0 auto;
    padding: 51px 0px 0px 0;
    position: relative;
}

.small,
small {
    font-size: 11px;
    font-weight: 400;
    line-height: 2.4em;
}

.dss-job-bg-light {
    background-color: #74BEE325;
}

section.job-portal {
    background-color: #f8f9fa;
    /* Fallback */
    width: 100%;
    margin-top: 80px;
    /* Spacing for fixed header */
    min-height: 80vh;
}

.candidate-job-portal,
.candidate-job-portal .sub-card .job-title {
    font-family: 'Manrope', sans-serif;
}

.candidate-job-portal .sub-card .job-title {
    color: #2EA4DD;
}

.candidate-job-portal .job-title:hover {
    color: #2991C4;
}

.candidate-job-portal h2 {
    padding: 14px 0;
}

.candidate-job-portal h6 {
    padding: 7px 0;
    font-size: 0.85714286em;
    line-height: 2.166em;
    font-weight: 600;
}

.candidate-job-portal p {
    font-size: 14px;
    line-height: 25px;
    color: #646464;
}

.candidate-job-portal,
.candidate-job-portal i {
    font-size: 14px;
}

.candidate-job-portal h6:not(:last-child),
.candidate-job-portal .h6:not(:last-child) {
    margin-bottom: 0.500842105263158em;
}

.candidate-job-portal #jobSearchForm {
    border-radius: 0 6px 6px 0;
    background: #74BEE325;
}

.candidate-job-portal .input-group-text {
    border: 0;
}

.candidate-job-portal .jobs {
    font-weight: bold;
    border-radius: 6px 0 0 6px;
    padding-left: 20px;
    font-size: 17px;
    width: 100px;
    background: #74BEE325;
}

.candidate-job-portal .border-left {
    border-left: 1px solid #dee2e6 !important;
}

.candidate-job-portal .Jobs-In-Jermany {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #939393;
    margin-left: 10px;
}

.candidate-job-portal input {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: -0.03em;
    color: #757575;
    height: 50px;
    padding-left: 30px;
    border-radius: 6px;
    border: 2px solid #CFCFCF;
}

.candidate-job-portal .job-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-left: 20px;
}

.candidate-job-portal .form-control::placeholder {
    color: #666;
}

.candidate-job-portal .see {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #2EA4DD;
}

.candidate-job-portal .job-card {
    margin: 4px;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
    padding: 15px;
    background: #fff;
    cursor: pointer;
}

.candidate-job-portal .job-card.active {
    background: #74BEE325;
    border-radius: 6px;
}

.candidate-job-portal .job-card:hover {
    background: #74BEE325;
    border-radius: 8px;
}

.candidate-job-portal .sub-card {
    margin-left: 28px;
}

.candidate-job-portal .DubaiSoftwareSolutions {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #787878;
    letter-spacing: 1px;
}

.candidate-job-portal .DubaiSoftwareSolutions-d {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #787878;
    margin-top: -20px;
}

.candidate-job-portal .clock-icon {
    color: #2EA4DD;
}

.candidate-job-portal .DubaiUAE {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #7D7D7D;
    margin-top: -20px;
}

.candidate-job-portal .card-icon {
    color: dimgrey;
    line-height: 1em;
}

.candidate-job-portal .See-More-btn {
    text-align: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #2EA4DD;
    background: white;
    color: #2EA4DD;
}

.candidate-job-portal .See-More-btn:hover {
    background: #2EA4DD;
    color: white;
}

.modal#applyModal .modal-content {
    border-radius: 6px;
}

.modal#applyModal .modal-header {
    border-bottom: 1px solid #e9ecef;
}

.modal#applyModal .modal-body {
    background-color: #ffffff;
}

.shimmer {
    position: relative;
    overflow: hidden;
    background: #f6f7f8;
}

.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    animation: shimmer 1s infinite;
    transform: skewX(-20deg);
}

.shimmer-favicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #74BEE325;
    border-radius: 50%;
}

@keyframes shimmer {
    100% {
        left: 150%;
    }
}
