@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2025 Astrolab <info@astrolab.com> and another company
*/

.mck-bg-job {
    background-image: url('../images/job.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.mck-bg-light {
    background-color: #F5F3EA;
}

.text-job-option {
    background-color: #FFFBD6;
    color: #000 !important;
}

.filter-job .input-group {
    --border-color: #b6b6b6;
    border: 2px solid var(--border-color);
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    border-radius: 50rem !important;
}

.filter-job .input-group .input-group-text {
    border: 0px !important;
    box-sizing: border-box !important;
    border-radius: 50rem !important;
    background-color: transparent !important;
}

.filter-job .input-group .input-group-text i {
    color: #b6b6b6 !important;
}

.filter-job .input-group .form-control,
.filter-job .input-group .select2-selection--single {
    border: 0px !important;
}

.filter-job .input-group .select2-selection--single {
    border-radius: 50rem !important;
}


.filter-job .input-group:focus-within {
    --border-color: var(--primary);
}

/* Details job */
.job-details p {
    font-size: 13px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 200px !important;
}

/* Apply */
.dragfile-area {
    border-right: 1px solid #00000036;
}

.drag-image:hover {
    cursor: pointer;
}

.drag-image {
    border: 0px !important;
    background-color: #C4EEE9;
    height: 250px;
    width: 350px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-image.active {
    border: 2px solid #5f5f5f;
}

.drag-image .icon img {
    width: 50px !important;
}

.drag-image h6 {
    font-size: 20px;
    font-weight: 300;
    color: #5f5f5f;
}

.drag-image span {
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
    margin: 10px 0 15px 0;
}

.drag-image button {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 300;
    border: none;
    outline: none;
    background: transparent;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.drag-image button:hover {
    background-color: #fff;
    color: red;
}

.drag-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}