.text-info {
    color: var(--Blue-Ribbon-600, #0D6AFF) !important;
}

.text-danger {
    color: var(--Radical-Red-500, #F5365C) !important;
}

.text-success {
    color: var(--Apple-700, #2D6830) !important;
}

.text-success-light {
    color: var(--System-Colors-Green-400, #04CE00) !important;
}

.fs-md {
    font-size: 18px !important;
}

.badge-success {
    background-color: #9DD89F;
    color: #fff !important;
}

.badge-danger {
    background-color: #FC7088;
    color: #fff !important;
}

.btn-primary {
    border-radius: 8px;
    background: var(--Blue-Ribbon-400, #50AFFF);
    color: #FFF !important;
    /* Body/Bold */
    font-family: Carlito !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* 165% */
    padding: 16px 32px;
}

.btn-primary:hover {
    border-radius: 8px;
    background: var(--Blue-Ribbon-800, #0F44BE);
}

.btn-primary:focus {
    border-radius: 8px;
    background: var(--Blue-Ribbon-600, #0D6AFF);
}

.btn-light-primary {
    border-radius: 6px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
    box-shadow: 0px 2px 5px 0px #D9D9D9;
    color: #0D6AFF;
}

.btn-secondary {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #D9D9D9 !important;
    color: var(--French-Gray-400, #B7B7BF);
    /* Subtitle/Regular */
    font-family: Carlito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    border: none;
}

.btn-secondary:hover {
    background: var(--Blue-Ribbon-50, #EDF7FF);
    border: none !important;
    color: #0D6AFF !important;
}

.btn-secondary:focus {
    background: var(--Blue-Ribbon-50, #0D6AFF);
    border: none !important;
    color: #fff !important;
}

.btn-danger {
    border-radius: 8px;
    color: #FFF !important;
    /* Body/Bold */
    font-family: Carlito !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* 165% */
    padding: 16px 32px;
}

.btn-success {
    border-radius: 8px;
    color: #FFF !important;
    /* Body/Bold */
    font-family: Carlito !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /* 165% */
    padding: 16px 32px;
}

.btn-rect {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--Blue-Ribbon-600, #0D6AFF);
}

.btn-group-light {
    border-radius: 14.769px;
    background: var(--Neutral-Colors-200, #F8F8FF);
    min-height: 49px;
    padding: 5px 5px;
}

.btn-group-light .btn {
    color: var(--Neutral-Colors-400, #9291A5);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text single/200/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    border-radius: 13px 13px 13px 13px !important;
}

.btn-group-light .btn:hover {
    background: var(--Blue-Ribbon-800, #0F44BE);
    color: #fff;
}

.btn-group-light input:checked+.btn {
    background: var(--Neutral-Colors-Black, #1E1B39);
    color: #fff;
}

.title h2 {
    color: var(--Blue-Ribbon-700, #0A55EB);
    /* H2/Bold */
    font-family: Carlito;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.8px;
    /* 120% */
}

.card {
    box-shadow: none;
}

@media(max-width:992px) {
    .title h2 {
        font-size: 30px;
    }

    .btn-primary,
    .btn-danger,
    .btn-success {
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .title h2 {
        font-size: 25px;
    }

    .btn-primary,
    .btn-danger,
    .btn-success {
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 15px;
    }
}

@media(max-width:570px) {
    .title h2 {
        font-size: 20px;
    }

    .btn-primary,
    .btn-danger,
    .btn-success {
        font-size: 14px;
    }

    .btn-secondary {
        font-size: 14px;
    }
}

.filters .input-group {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #D9D9D9;
    border: none !important;
    min-height: 48px;
    width: fit-content;
}

.filters .input-group span {
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    border: none !important;
}

.filters .input-group input {
    color: var(--French-Gray-400, #000);
    /* Subtitle/Regular */
    font-family: Carlito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    border: none !important;
}

.filters .input-group input::placeholder {
    color: var(--French-Gray-400, #B7B7BF);
}

.filters .btn {
    min-height: 48px;
}

.dropdown-menu {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #EFEFEF;
}

.dropdown-menu .dropdown-item {
    /* Body/Bold */
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    /* 165% */
}

@media(max-width:992px) {
    .filters .input-group input {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .filters .input-group input {
        font-size: 15px;
    }

    .dropdown-menu .dropdown-item {
        font-size: 13px;
    }
}

@media(max-width:570px) {
    .filters .input-group input {
        font-size: 14px;
    }

    .filters .input-group input,
    .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    .filters .input-group {
        width: 100%;
        margin-right: 0px !important;
    }
}

/*---------------------------------
modal
*----------------------------------*/
.modal-1 .modal-content {
    border-radius: 20px;
    background: #FEFEFE;
}

.modal-1 .modal-content .btnClose {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--Radical-Red-500, #F5365C);
    margin-left: -50px;
}

.modal-1 .modal-content .btnClose i {
    font-size: 1rem;
    color: #fff;
}

.modal-1 .modal-content .modal-title {
    color: var(--Blue-Ribbon-600, #0D6AFF);
    text-align: center;
    /* H4/Bold */
    font-family: Carlito;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
}

.img-modal {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
}

.modal-fullscreen-custom {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-fullscreen-custom .modal-dialog {
    width: 100% !important;
    max-width: 95% !important;
    height: 100%;
    margin: 0;
    z-index: 0;
}

.modal-fullscreen-custom .modal-content {
    height: 95%;
}

.modal-1.fade:not(.show) {
    opacity: 0;
    display: none !important;
}

.modal-delete img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.modal-delete h5 {
    color: var(--Blue-Ribbon-700, #0A55EB);
    text-align: center;
    /* Headline/Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
}

@media(max-width:992px) {
    .modal-1 .modal-content .modal-title {
        font-size: 28px;
    }

    .modal-delete h5 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .modal-1 .modal-content .modal-title {
        font-size: 25px;
    }

    .modal-1 .modal-content .btnClose {
        width: 25px;
        height: 25px;
    }

    .modal-delete h5 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .modal-1 .modal-content .modal-title {
        font-size: 20px;
    }

    .modal-delete h5 {
        font-size: 15px;
    }
}

/*------------------------------
formulaire
-------------------------------*/
.formulaire .form-control,
.formulaire .form-select {
    border-radius: 10px;
    border: 0.5px solid var(--Blue-Ribbon-950, #11275A);
    background: #FFF;
    color: var(--French-Gray-600, #000);
    /* Body/Regular */
    font-family: Carlito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 165% */
}

.formulaire .form-control::placeholder {
    color: var(--French-Gray-600, #92909B);
}

.formulaire .form-label {
    color: var(--Blue-Ribbon-950, #11275A);

    /* Body/Bold */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
}

.formulaire .input-group {
    border-radius: 10px;
    border: 0.5px solid var(--Blue-Ribbon-950, #11275A);
    background: #FFF;
}

.formulaire .input-group input,
.formulaire .input-group span {
    border-radius: 0px 0px 0px 0px;
    border: none;
    background-color: transparent;
}

.formulaire .input-group span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulaire .dropdown .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--Blue-Ribbon-600, #0D6AFF);
    /* Body/Bold */
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    line-height: 33px;
    /* 165% */
}

@media(max-width:992px) {

    .formulaire .form-control,
    .formulaire .form-select,
    .formulaire .dropdown .dropdown-item {
        font-size: 16px;
    }

    .formulaire .form-label {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .formulaire .form-control,
    .formulaire .form-select,
    .formulaire .dropdown .dropdown-item {
        font-size: 15px;
    }

    .formulaire .form-label {
        font-size: 16px;
    }
}

@media(max-width:570px) {

    .formulaire .form-control,
    .formulaire .form-select,
    .formulaire .dropdown .dropdown-item {
        font-size: 14px;
    }

    .formulaire .form-label {
        font-size: 14px;
    }

    .btns {
        display: block !important;
    }

    .btns .btn {
        width: 100%;
        margin-right: 0px !important;
    }
}

/*------------------------------
applications
-------------------------------*/
.cardApp {
    border-radius: 20px;
    background-image: url('../../img/Group\ 308.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 335px;
    height: 100%;
    min-height: 335px;
    position: relative;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #F3F3F3;
}

.cardApp .comingBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid rgba(237, 247, 255, 0.17);
    opacity: 0.9;
    background: var(--Blue-Ribbon-50, #EDF7FF);
    backdrop-filter: blur(25px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardApp .comingBox h4 {
    color: #FF9138;
    text-align: center;
    /* H3/Bold */
    font-family: Carlito;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.8px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardApp .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardApp .card-header .box {
    display: flex;
    width: 100px;
    height: 89px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 100/89;
    border-radius: 10px;
    background: var(--Blue-Ribbon-400, #50AFFF);
    box-shadow: 0px 5px 10px 0px #D9D9D9;
    margin-bottom: 15px;
}

.cardApp .card-header p {
    color: var(--French-Gray-800, #67666D);
    text-align: center;
    /* Body/Bold */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardApp .card-body h5 {
    color: var(--Blue-Ribbon-700, #0A55EB);
    text-align: center;
    /* H4/Bold */
    font-family: Carlito;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardApp .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:992px) {
    .cardApp {
        min-height: 300px;
    }

    .cardApp .card-header .box {
        width: 90px;
        height: 79px;
    }

    .cardApp .card-header .box svg {
        width: 30px !important;
        height: 40px !important;
    }

    .cardApp .card-header p {
        font-size: 18px;
    }

    .cardApp .card-body h5,
    .cardApp .comingBox h4 {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    .cardApp {
        min-height: 280px;
    }

    .cardApp .card-header .box {
        width: 80px;
        height: 69px;
    }

    .cardApp .card-header p {
        font-size: 16px;
    }

    .cardApp .card-body h5,
    .cardApp .comingBox h4 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .cardApp .card-header .box {
        width: 70px;
        height: 59px;
    }

    .cardApp .card-header p {
        font-size: 15px;
    }

    .cardApp .card-body h5,
    .cardApp .comingBox h4 {
        font-size: 18px;
    }
}

/*----------------------------------
add file
*---------------------------------*/
.step-form .left {
    border-radius: 15px 0px 0px 15px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
}

.step-form h5 {
    color: #000;
    /* Headline/Bold */
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
}

.step-form .steps {
    display: flex;
    flex-direction: column;
}

.step-form .step {
    margin-bottom: 5px;
    transition: 0.3s;
}

.step-form .step .line {
    height: 30px;
    width: 2px;
    background-color: #E1E1E4;
    margin-left: 20px;
    margin-top: 5px;
}

.step-form .step:last-child .line {
    display: none;
}

.step-form .step.active .step-number {
    background-color: #0D6AFF;
    color: #fff;
    opacity: 1;
}

.step-form .step.active .step-label {
    color: #0D6AFF;
    font-weight: 600;
}

.step-form .step.active .line {
    background-color: #0D6AFF;
}

.step-form .step-number {
    width: 40px;
    height: 40px;
    background-color: #E1E1E4;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--French-Gray-400, #B7B7BF);
    /* Headline/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 120% */
}

.step-form .step-label {
    color: var(--French-Gray-400, #B7B7BF);
    /* Headline/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 120% */
}

.step-form .step-content {
    flex: 1;
    padding-left: 20px;
}

.step-form .step-content h6 {
    color: var(--Blue-Ribbon-700, #0A55EB);
    /* Headline/Bold */
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.step-form .step-content p {
    color: var(--French-Gray-600, #92909B);
    /* Body/Regular */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 165% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.chargement img {
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    object-fit: contain;
    flex-shrink: 0;
}

.chargement h4 {
    color: var(--Blue-Ribbon-900, #133E95);
    /* H4/Bold */
    font-family: Carlito;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
}

@media(max-width:992px) {

    .step-form h5,
    .step-form .step-content h6 {
        font-size: 20px;
    }

    .step-form .step-number {
        width: 30px;
        height: 30px;
    }

    .step-form .step-label {
        font-size: 15px;
    }

    .step-form .line {
        height: 20px;
        margin-left: 15px !important;
    }

    .step-form .step-content p {
        font-size: 18px;
    }

    .chargement img {
        max-width: 300px;
        max-height: 300px;
    }

    .chargement h4 {
        font-size: 20px;
    }
}

@media(max-width:768px) {

    .step-form h5,
    .step-form .step-content h6 {
        font-size: 18px;
    }

    .step-form .left {
        border-radius: 15px 15px 15px 15px;
    }

    .step-form .steps {
        flex-direction: row;
        max-width: 100%;
        overflow-x: auto;
    }

    .step-form .steps::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .step-form .steps::-webkit-scrollbar-thumb {
        background: #888 !important;
        border-radius: 10px;
    }

    .step-form .steps::-webkit-scrollbar-thumb:hover {
        background: #555 !important;
    }

    .step-form .steps .step {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-left: 10px;
    }

    .step-form .step-number {
        width: 30px;
        height: 30px;
    }

    .step-form .step-label {
        font-size: 15px;
        text-wrap: nowrap;
    }

    .step-form .line {
        width: 20px !important;
        height: 2px !important;
    }

    .step-form .step-content p {
        font-size: 14px;
    }

    .chargement img {
        max-width: 200px;
        max-height: 200px;
    }

    .chargement h4 {
        font-size: 18px;
    }
}

@media(max-width:570px) {

    .step-form h5,
    .step-form .step-content h6 {
        font-size: 18px;
    }

    .step-form .step-label {
        font-size: 14px;
    }

    .step-form .step-content p {
        font-size: 12px;
    }

}

/*-----------------------------
cardDoc
------------------------------*/
.cardDoc {
    width: 100%;
    border-radius: 10px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
}

.cardDoc .card-header {
    border-radius: 10px 10px 0px 0px;
    background: var(--Blue-Ribbon-200, #B9DFFF);
}

.cardDoc .card-header h5 {
    color: var(--Blue-Ribbon-600, #0D6AFF);
    /* Body/Bold */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardLimited {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #D9D9D9;
}

.cardLimited img {
    width: 80%;
    object-fit: contain;
}

.cardLimited h5 {
    color: #000;
    /* Headline/Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    margin-top: 0;
    margin-bottom: 0;
}

.cardLimited p {
    color: var(--French-Gray-800, #67666D);
    /* Body/Regular */
    font-family: Carlito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 165% */
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width:992px) {

    .cardDoc .card-header h5,
    .cardLimited h5 {
        font-size: 18px;
    }

    .cardLimited p {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .cardDoc .card-header h5,
    .cardLimited h5 {
        font-size: 16px;
    }

    .cardLimited p {
        font-size: 13px;
    }
}

@media(max-width:570px) {

    .cardDoc .card-header h5,
    .cardLimited h5 {
        font-size: 15px;
    }

    .cardLimited p {
        font-size: 12px;
    }
}

/*------------------------------
cardPayment
--------------------------------*/
.cardPayment {
    border-radius: 20px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
    height: 100%;
    width: 100%;
    min-height: 200px;
    max-width: 229px;
}

.cardPayment h5 {
    color: var(--Blue-Ribbon-900, #133E95);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.cardPayment h6 {
    color: var(--French-Gray-800, #67666D);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.cardPayment p {
    color: var(--French-Gray-600, #92909B);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width:992px) {
    .cardPayment h5 {
        font-size: 18px;
    }

    .cardPayment h6,
    .cardPayment p {
        font-size: 14px;
    }
}

/*--------------------------------
cardUpgrade
---------------------------------*/
.cardUpgrade {
    width: 100%;
    border-radius: 20px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
    background-image: url("../../img/bg-stars.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.cardUpgrade h5 {
    color: var(--French-Gray-900, #55555A);
    text-align: center;
    /* Headline/Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardUpgrade .box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #D9D9D9;
    width: 100%;
    max-width: 398px;
    height: 100%;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardUpgrade .box h6 {
    color: var(--Blue-Ribbon-600, #0D6AFF);
    text-align: center;
    /* Body/Bold */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
    margin-top: 0;
    margin-bottom: 0;
}

.cardUpgrade .box p {
    color: var(--French-Gray-950, #323135);
    text-align: center;
    /* Subtitle/Regular */
    font-family: Carlito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 0;
    margin-bottom: 1rem;
}

@media(max-width:992px) {

    .cardUpgrade h5,
    .cardUpgrade .box h6 {
        font-size: 18px;
    }

    .cardUpgrade .box p {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .cardUpgrade h5,
    .cardUpgrade .box h6 {
        font-size: 16px;
    }

    .cardUpgrade .box p {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .cardUpgrade h5,
    .cardUpgrade .box h6 {
        font-size: 15px;
    }

    .cardUpgrade .box p {
        font-size: 12px;
    }
}

/*-------------------------------------------------
cardDocument
---------------------------------------------------*/
.cardDocument {
    width: 100%;
    max-width: 290px;
    height: 100%;
    min-width: none;
    min-height: 252px;
    box-shadow: none;
}

.cardDocument .card-header {
    display: flex;
    align-items: center;
    justify-content: center;

}

.cardDocument .card-header .box {
    display: flex;
    width: 88px;
    height: 78px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--Blue-Ribbon-400, #50AFFF);
    box-shadow: 0px 5px 10px 0px #D9D9D9;
    margin-bottom: -44px;
    z-index: 1;
}

.cardDocument .card-header .box svg {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain !important;
}

.cardDocument .card-body {
    border-radius: 20px;
    background: var(--Blue-Ribbon-50, #EDF7FF);
    box-shadow: 0px 5px 10px 0px #EFEFEF;
}

.cardDocument .dropdown .btn i {
    color: #8CF;
    font-size: 1.5rem;
}

.cardDocument .card-body h5 {
    color: var(--French-Gray-900, #55555A);
    /* Headline/Bold */
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 1rem;
    text-align: center;
}

.cardDocument .card-body span {
    color: var(--French-Gray-900, #55555A);
    /* Body/Bold */
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
}

.cardDocument .card-body .progress {
    background: #fff;
}

@media (max-width:992px) {
    .cardDocument .card-header .box {
        width: 78px;
        height: 68px;
        margin-bottom: -34px !important;
    }

    .cardDocument .card-body h5 {
        font-size: 20px;
    }

    .cardDocument .card-body span {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .cardDocument .card-header .box {
        width: 68px;
        height: 58px;
        margin-bottom: -28px !important;
    }

    .cardDocument .card-body h5 {
        font-size: 18px;
    }

    .cardDocument .card-body span {
        font-size: 16px;
    }
}

@media (max-width:570px) {
    .cardDocument .card-header .box {
        width: 68px;
        height: 58px;
        margin-bottom: -28px !important;
    }

    .cardDocument .card-body h5 {
        font-size: 16px;
    }

    .cardDocument .card-body span {
        font-size: 14px;
    }
}

/*---------------------------------------
cardProfil
---------------------------------------*/
.cardProfil .card-header {
    background: var(--Blue-Ribbon-50, #EDF7FF);
    background-image: url('../../img/Group\ 15.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardProfil .card-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.cardProfil h5 {
    color: var(--Blue-Ribbon-400, #50AFFF);
    /* Headline/Bold */
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    margin-top: 0;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .cardProfil .card-header img {
        width: 55px;
        height: 55px;
    }

    .cardProfil h5 {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .cardProfil .card-header img {
        width: 50px;
        height: 50px;
    }

    .cardProfil h5 {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .cardProfil .card-header {
        flex-direction: column;
        justify-content: center;
    }

    .cardProfil h5 {
        font-size: 16px;
    }
}

/*-------------------------
cardDash
*-------------------------*/
.cardDash {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #F3F3F3;
    width: 100%;
    height: 100%;
}

.cardDash p {
    color: var(--French-Gray-400, #B7B7BF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text single/400/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash h5 {
    color: var(--Blue-Ribbon-950, #11275A);
    font-feature-settings: 'liga' off, 'clig' off;
    text-align: center;
    /* Headings/H4 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 127.273% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash .form-select {
    width: fit-content;
    border: none;
    border-radius: 20px;
    background: var(--Neutral-Colors-200, #F8F8FF);
    color: var(--Neutral-Colors-Text-Gray, #615E83);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Text single/200/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.cardDash h4 {
    color: var(--French-Gray-950, #323135);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Special Headings/Display 3 */
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 118.182% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash .card-header ul {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash .card-header ul li {
    color: var(--Neutral-Colors-Text-Gray, #615E83);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text single/200/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.cardDash ul {
    padding-left: 0px;
}

.cardDash ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cardDash ul li p {
    color: var(--French-Gray-400, #B7B7BF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text single/400/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash ul li h6 {
    color: var(--French-Gray-950, #323135);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Headings/H4 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 127.273% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDash ul li i {
    font-size: 12px;
    margin-right: 5px;
}

.cardDash small {
    color: var(--Radical-Red-500, #F5365C);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Text single/200/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.table-legend td {
    padding-left: 0px;
    border: none;
    padding-bottom: 0px;
}

.table-legend h6 {
    color: var(--French-Gray-950, #323135);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Headings/H4 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 127.273% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-legend h6 i {
    font-size: 12px;
    margin-right: 5px;
}

.table-legend p {
    color: var(--French-Gray-400, #B7B7BF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text single/400/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-legend td:last-child {
    text-align: right;
}

.lineChart {
    max-width: 120px !important;
    max-height: 80px !important;
}

.lineChart-admin {
    max-height: 300px;
    max-width: 100%;
}

.donutChart-admin {
    max-width: 162.576px;
    max-height: 162.576px;
    flex-shrink: 0;
}

.barchart-admin {
    max-width: 100% !important;
    max-height: 200px !important;
}

@media(max-width:992px) {

    .cardDash p,
    .cardDash ul li h6,
    .cardDash ul li h6,
    .cardDash .form-select,
    .cardDash .card-header ul li {
        font-size: 16px;
    }

    .cardDash h5 {
        font-size: 20px;
    }

    .cardDash h4 {
        font-size: 35px;
    }
}

@media(max-width:768px) {

    .cardDash p,
    .cardDash ul li h6,
    .cardDash ul li p,
    .table-legend h6,
    .table-legend p,
    .cardDash .form-select,
    .cardDash .card-header ul li {
        font-size: 14px;
    }

    .cardDash h5 {
        font-size: 18px;
    }

    .cardDash h4 {
        font-size: 30px;
    }

    .barchart-admin {
        width: 100% !important;
    }
}

@media(max-width:570px) {
    .cardDash {
        max-width: none;
    }

    .cardDash .form-select {
        width: 100%;
    }

    .cardDash h4 {
        font-size: 25px;
    }
}

/*----------------------------
nav tabs
-------------------------------*/
.nav-tabs {
    border: none;
    display: flex;
    align-items: start;
    justify-content: start;
}

.nav-tabs .nav-link {
    color: var(--French-Gray-500, #A5A5AF);
    text-align: center;
    /* H4/Regular */
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 120% */
    border: none;
    box-shadow: none !important;
    border-radius: 0px;
    background-color: transparent !important;
    padding-bottom: 5px;
}

.nav-tabs .nav-link.active {
    color: var(--Blue-Ribbon-600, #0D6AFF);
    font-weight: 600;
    border-bottom: 2px solid #0D6AFF;
}

@media(max-width:992px) {
    .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .nav-tabs .nav-link {
        font-size: 14px;
    }
}

/*------------------------------------
switch
--------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6BBD6E;
  transition: 0.4s;
  border-radius: 40px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 8px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.slider:after {
  content: "Accepted";
  color: white;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #FC7088;
}

input:checked + .slider:before {
  transform: translateX(60px);
}

input:checked + .slider:after {
  content: "Refused";
  left: 30%;
}


/*------------------------------------
table 1
--------------------------------------*/
.table-1 {
    width: 100%;
    background: var(--Final-background, transparent);
    border: none;
    margin-bottom: 1rem;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-1 th {
    color: #000 !important;
    /* Body/Bold */
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 165% */
    text-transform: none !important;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.table-1 th:last-child {
    text-align: right;
}

.table-1 td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--French-Gray-300, #CECFD3);
}

.table-1 td:last-child {
    text-align: right;
}

.table-1 td span {
    color: var(--French-Gray-900, #55555A);
    /* Body/Regular */
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* 165% */
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

/* Style pour Webkit (Chrome, Edge, Safari) */
.dataTables_wrapper::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.dataTables_wrapper::-webkit-scrollbar-track {
    background: var(--bs-hover) !important;
    border-radius: 10px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background: var(--bs-hover) !important;
    border-radius: 10px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--bs-focus);
}

/* Ajout d'un espace en bas pour éviter un chevauchement */
.dataTables_scrollBody {
    overflow-x: auto;
    padding-bottom: 10px;
}

@media(max-width:992px) {
    .table-1 thead th {
        font-size: 18px;
    }

    .table-1 tbody td span {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .table-1 thead th {
        font-size: 16px;
    }

    .table-1 tbody td span {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .table-1 thead th {
        font-size: 14px;
    }

    .table-1 tbody td span {
        font-size: 14px;
    }
}

/*-------------------------------
cardTop
--------------------------------*/
.cardTop {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #D9D9D9;
    width: 100%;
    height: 100%;
    min-height: 120px;
}

.cardTop h5 {
    color: var(--Blue-Ribbon-800, #0F44BE);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardTop p {
    color: var(--French-Gray-800, #67666D);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media(max-width:992px) {
    .cardTop h5 {
        font-size: 20px;
    }

    .cardTop p {
        font-size: 15px;
    }
}

@media(max-width:570px) {
    .cardTop {
        min-height: auto;
    }

    .cardTop h5 {
        font-size: 18px;
    }

    .cardTop p {
        font-size: 14px;
    }
}