.tab {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #130342;
    text-decoration: none;
}
.tab:hover span {
    background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transition: 0.2s;
}
.tab.active span {
    background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
hr {
    border: 1px solid #eef5fc !important;
}

.profile img.profile-picture {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.title-photo {
    font-size: 16px;
    font-weight: 600;
    color: #130342;
}
.photo-description {
    color: #868AA5 !important;
    font-weight: 550 !important;
    font-size: 15px !important;
    margin-top: 5px;
}
.upload {
    cursor: pointer;
}
.upload:hover {
    color: dodgerblue;
}
.score {
    color: dodgerblue !important;
    font-weight: 800 !important;
    font-size: 24px !important;
}
.score-title {
    text-align: center;
    color: #130342 !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}
.input-small {
    height: 36px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
}
.download-justif {
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    padding-bottom: 2px;
}
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: white !important;
    font-size: 12px;
}

.stepper-item.active .step-xname {
    font-weight: bold;
    color: #130342 !important;
}
.stepper-item {
    color: #868AA5;
}

.stepper-item.completed .step-counter {
    background-color: dodgerblue;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid dodgerblue;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.step-name {
    color: #868AA5;
    font-weight: 550 !important;
    font-size: 15px !important;
}
h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #606489 !important;
}

.form label {
    font-size: 15px !important;
    margin-top: 8px;
}

.form {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.score-container {
    background: #F9FAFB;
    margin-top: 20px !important;
    line-height: 15px;
    height: 100px !important;
}
.score-type {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}
.score-list .title {
    color: #130342 !important;
    font-weight: 550 !important;
    font-size: 14px !important;
}
.score-list {
    background: #F9FAFB;
    border-radius: 3px;
    margin-top: 15px;
}
.exchanges a {
    text-decoration: none;
    color: dodgerblue;
}
.download-justif {
    background: dodgerblue !important;
    color: white !important;
    font-weight: bold !important;
    border: none !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}
.orange {
    color: orange;
}
.green {
    color: #ADEBB3;
}
.document label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer;
}
.document a.show-file {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: black;
}
.document a.delete {
    font-size: 12px;
    color: #868AA5 !important;
}
a.accept-document, a.refuse-document {
    display: inline-block;
}
.document-action-container {
    line-height: 65px;
}
a.accept-document {
    color: #ADEBB3;
}
a.refuse-document {
    color: red;
}
