#container-image {
    background-image: linear-gradient(to right, rgba(226, 0, 26, 0.7), rgba(226, 0, 26, 0.5));
}

input.invalid,
select.invalid {
    border-color: rgba(226, 0, 26, 0.7);
}

.tab {
    display: none;
}

button {
    background-color: rgb(226, 0, 26);
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    cursor: pointer;
    border-radius: 3px;
}

button:focus {
    outline: none !important;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #424242;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: rgb(226, 0, 26);
}

.btn-upload {
    color: #fff;
    background-color: rgb(226, 0, 26);
    border-radius: 3px;
}

.btn-upload:hover {
    color: #fff;
    opacity: 0.8;
}

#validate-icon {
    color: rgb(226, 0, 26);
}

.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
}

.drop-zone.dragover {
    border-color: rgb(226, 0, 26);
    background: #fff5f5;
}

.drop-zone-content {
    color: #555;
}

.drop-zone-file {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

#member-info {
    background: #f8f9fa;
}

.review-candidate {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    overflow: hidden;
    border: 1px solid #e4e6ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(27, 31, 36, 0.06);
}

.review-candidate-info {
    padding: 20px 22px;
}

.review-position {
    display: inline-block;
    margin-bottom: 10px;
    color: #df0a22;
    font-size: 1rem;
    font-weight: 700;
}

.review-member {
    margin-bottom: 16px;
    color: #25282d;
    font-size: 1.05rem;
    font-weight: 600;
}

.review-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.review-contact span {
    display: grid;
    grid-template-columns: 20px 1fr;
    color: #50545b;
    font-size: .88rem;
}

.review-contact i {
    grid-row: span 2;
    margin-top: 3px;
    color: #df0a22;
}

.review-contact b {
    color: #24272c;
    font-size: .74rem;
    text-transform: uppercase;
}

.review-document {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 18px;
    border-left: 1px solid #eceef1;
    background: #faf7f7;
    text-align: center;
}

.review-document-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    color: #df0a22;
    font-size: 1.45rem;
    box-shadow: 0 3px 12px rgba(223, 10, 34, .12);
}

.review-document-details {
    width: 100%;
    margin-bottom: 12px;
}

.review-document-details small,
.review-document-details span {
    display: block;
    color: #7a7e85;
    font-size: .73rem;
}

.review-document-details strong {
    display: block;
    overflow: hidden;
    margin: 3px 0;
    color: #26292e;
    font-size: .86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-dossier {
    width: 100%;
    border: 1px solid #df0a22;
    background: transparent;
    color: #df0a22;
    font-size: .84rem;
    font-weight: 600;
}

.preview-dossier:hover {
    background: #df0a22;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .review-candidate {
        grid-template-columns: 1fr;
    }

    .review-document {
        border-top: 1px solid #eceef1;
        border-left: 0;
    }

    .review-contact {
        grid-template-columns: 1fr;
    }
}
