root{
   --primary-color: #3f51b5;
}
body {
    font-family: "Montserrat", sans-serif;
}

.text-bold-1 {
    font-weight: 600;
}
.no-underline{
    text-decoration: none;
    color : #0c0c0c;
}

.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-97 {
    padding-left: 97px !important;
    padding-right: 97px !important;
}
.px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.text-space {
    letter-spacing: 1px;
    line-height: 2em;
}
.text-space-1 {
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.head-image-0 {
    max-width: 600px;
}
.t-100 {
    font-size: 100px;
}
.py-8 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.py-10 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.py-15 {
    padding-top: 10em;
    padding-bottom: 10em;
}

.carousel {
    padding: 0 70px;
}
.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 10px auto 0;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.mt-n15 {
    margin-top: -16rem !important;
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(241, 244, 248, var(--bs-bg-opacity)) !important;
}
.shape-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.shape {
    pointer-events: none;
    position: absolute;
}
.text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(241, 244, 248, var(--bs-text-opacity)) !important;
}
.z-index-1 {
    z-index: 1;
}
.shape:not([class*="shape-blur"]) {
    overflow: hidden;
}
.mt-n8 {
    margin-top: -5rem !important;
}
.shape:not([class*="shape-blur"]) > * {
    transform: scale(2);
}
.shape-fluid-x > * {
    height: auto;
    width: 100%;
}
.shape-bottom > * {
    transform-origin: top center;
}
.shape > * {
    display: block;
}
.shadow-light-lg {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important;
}

.bg-service {
    background-image: url("bg/bg-service.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}
.mt-10 {
    margin-top: 5em;
}
@media (min-width: 768px) {
    .mt-md-n14 {
        margin-top: -12rem !important;
    }
    .p-50 {
        padding: 50px !important;
    }
}
@media (max-width: 769px) {
    .mt-n8 {
        margin-top: -1rem !important;
    }
}

@media (min-width: 768px) {
    .pb-md-15 {
        padding-bottom: 16rem !important;
    }
}
@media (min-width: 768px) {
    .pt-md-11 {
        padding-top: 6rem !important;
    }
    .pb-12 {
        padding-bottom: 3rem !important;
    }
}

.pb-12 {
    padding-bottom: 12rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}
.shape-blur-3 {
    left: 0;
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .mb-md-9 {
        margin-bottom: 4rem !important;
    }
}
.mb-7 {
    margin-bottom: 2.5rem !important;
}

.text-bg-success-subtle {
    --bs-bg-opacity: 0.1;
    --bs-success-bg-subtle-rgb: 66, 186, 150;
    background-color: RGBA(
        var(--bs-success-bg-subtle-rgb),
        var(--bs-bg-opacity, 0.1)
    ) !important;
    color: RGBA(var(--bs-success-bg-subtle-rgb), 1) !important;
}
.badge-rounded-circle {
    border-radius: var(--bs-border-radius-pill);
    height: calc(1em + var(--bs-badge-padding-y) * 2);
    padding-left: var(--bs-badge-padding-y);
    padding-right: var(--bs-badge-padding-y);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url(
        data:image/svg + xml;charset=utf-8,
        %3Csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3E%3Ccircler="3"fill="%23FFF"/%3E%3C/svg%3E
    );
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2.5rem;
    margin-left: -3rem;
    transition: background-position 0.15s ease-in-out;
    width: 2.5rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5rem;
}
.form-check {
    margin-bottom: 0;
}
.form-switch {
    padding-left: 3rem;
}
.form-check-dark .form-check-input {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.form-switch > .form-check-input {
    height: 1.375rem;
}
.form-check-dark.form-switch .form-check-input,
.form-check-dark.form-switch .form-check-input:focus {
    background-image: url(
        data:image/svg + xml;charset=utf-8,
        %3Csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3E%3Ccircler="3"fill="%23FFF"/%3E%3C/svg%3E
    );
}
.btn[class*="-subtle"] {
    --bs-btn-subtle-bg-opacity: 0.1;
}
.btn-primary-subtle {
    --bs-btn-bg: RGBA(var(--bs-primary-rgb), var(--bs-btn-subtle-bg-opacity));
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-bg: RGBA(
        var(--bs-primary-rgb),
        calc(var(--bs-btn-subtle-bg-opacity) * 1.5)
    );
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-active-bg: RGBA(
        var(--bs-primary-rgb),
        calc(var(--bs-btn-subtle-bg-opacity) * 1.5)
    );
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-disabled-bg: RGBA(
        var(--bs-primary-rgb),
        calc(var(--bs-btn-subtle-bg-opacity) * 1)
    );
    --bs-btn-disabled-color: var(--bs-primary);
}
.text-bg-primary-subtle {
    --bs-primary-bg-subtle-rgb: 51, 94, 234;
    --bs-bg-opacity: 0.1;
    background-color: RGBA(
        var(--bs-primary-bg-subtle-rgb),
        var(--bs-bg-opacity, 0.1)
    ) !important;
    color: RGBA(var(--bs-primary-bg-subtle-rgb), 1) !important;
}
.text-dark-subtle {
    --bs-text-opacity: 1;
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-text-opacity)
    ) !important;
}
.py-md-14 {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
}
.py-md-9 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0;
    color: var(--bs-body-color);
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.8125rem 1.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.h-100 {
    height: 100% !important;
}
.h1,
h1 {
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.h1,
h1 {
    font-size: 2.3125rem;
}

.w-cover {
    width: calc(100% + 50vw - 520px + 2.5rem);
}

/*@media (min-width: 992px)*/
/*{*/
/*    .w-cover {*/
/*        width: calc(100% + 50vw - 480px + 2.5rem);*/
/*    }*/
/*}*/

/*@media (min-width: 768px)*/
/*{*/
/*    .w-cover {*/
/*        width: calc(100% + 50vw - 360px + 2.5rem);*/
/*    }*/
/*}*/

/*@media (min-width: 576px)*/
/*{*/
/*    .w-cover {*/
/*        width: calc(100% + 50vw - 270px + 2.5rem);*/
/*    }*/
/*}*/

.bg-cover {
    background: no-repeat 50% / cover;
}
.shape-start {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.h-100 {
    height: 100% !important;
}

.shape-fluid-y > * {
    height: 100%;
    width: auto;
}
.shape-start > * {
    bottom: inherit;
    left: inherit;
    position: inherit;
    top: inherit;
    transform-origin: center right;
}
.fs-sm {
    font-size: 0.9375rem !important;
}

.fs-06 {
    font-size: 0.6rem !important;
}

.py-md-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-md-12 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.py-md-13 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.py-md-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}
.py-md-15 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}
.py-md-16 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
}

/**************************mes styles*****************************/
select[name="currency"] {
    height: 35px;
    width: 90px;
    border-color: rgb(236, 236, 236);
    border-radius: 0.4rem;
    padding: 0 2px;
}

select[name="currency"]:focus {
    outline: none;
}

.navbar__user__avatar {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.navbar__user__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid blue;
}

.navbar__user__informations {
    position: absolute;
    top: 60px;
    right: -121px;
    z-index: 20;
    background-color: rgb(251, 251, 251);
    padding: 25px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 0.6rem;
    width: 280px;
    visibility: hidden;
}

.navbar__user__informations div + div {
    margin-top: 15px;
}

.navbar__user__informations.active {
    visibility: visible;
}

.navbar__user__informations::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 130px;
    height: 20px;
    width: 20px;
    background-color: rgb(251, 251, 251);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px;
    rotate: 45deg;
    z-index: 25;
}

.navbar__user__informations .showMore {
    text-align: center;
}

.navbar__user__informations .showMore a {
    text-decoration: none;
}

.information__item {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}

.information__item .information__icon {
    width: 20px;
    height: 20px;
}

.information__item .information__icon img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.card__dashboard {
    /*display: flex;*/
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.card__dashboard .card__item {
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
        rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 0.6rem;
    color: white;
}

.card__item__one__child {
    display: flex;
    justify-content: space-between;
}

.eyeIcon {
    display: none;
}

.eyeIcon.active {
    display: block;
}

.eyeIconSlash.active {
    display: none;
}

.card__dashboard .one {
    background-color: #d9afd9;
    background-image: linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%);
}

.card__dashboard .indentity {
    background-color: #3c5265;
    background-image: linear-gradient(271deg, #343a40 0%, #1972f5 100%);
}

.card__dashboard .indentity-pending {
    background-color: #3c5265;
    background-image: linear-gradient(271deg, #343a40 0%, #ead70e 100%);
}

.card__dashboard .two {
    background-color: #8bc6ec;
    background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}

.card__dashboard .three {
    background-color: #8ec5fc;
    background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.card__dashboard .four {
    background-color: #74ebd5;
    background-image: linear-gradient(90deg, #74ebd5 0%, #9face6 100%);
}

.card__statistic__number {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    margin-top: 30px;
    justify-content: space-between;
}

.card__statistic__number p {
    font-weight: bold;
    font-size: 1.5rem;
}

.card__statistic__number img {
    margin-top: -15px;
    width: 100px;
}


.cardInput {
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
    width: 210px;
    margin-top: 20px;
}

.tableInformation {
    background-color: white;
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: 0.6rem;
    border: 1px solid rgba(233, 233, 233, 0.715);
    margin-bottom: 50px;
}

.tableHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    /*padding: 0px 25px;*/
}

.tableHead p {
    color: #0c6efd;
    font-weight: 700;
}

.tableHead select {
    height: 35px;
    width: 90px;
    border-color: rgb(255, 253, 253);
    padding: 0 2px;
}

.tableHead select:focus {
    outline: none;
}

.tableIndex {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

.tableIndex thead tr {
    background-color: rgb(246, 246, 246);
}

.tableIndex thead tr th,
.tableIndex tbody tr td {
    padding: 15 10;
    border-bottom: 0.5px solid rgb(234, 234, 234);
}

select[name="filter"] {
    border-radius: 0.3rem;
}

/* cette parte concerne la creation des cartes */
.btnCreateCard {
    background-color: blue;
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnCreateCard button {
    border: 0;
    background-color: transparent;
    color: white;
    font-weight: bold;
}

/* cette partie concerne recharge */

.withdrawalBtn {
    background-color: blue;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 0.4rem;
}

.withdrawalBtn button {
    border: 0;
    background-color: transparent;
    color: white;
    font-weight: bold;
}

/* cette partie concerne le navbar */

a.nav-style::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 0;
    height: 2px;
    width: 5%;
    background-color: blue;
    border-radius: 50px;
    transform: scaleX(0);
    transition: 0.2s linear;
}

a.nav-style:hover::before {
    transform: scaleX(1);
}

/************************status**********************/

.statusTerminé, .badge.success {
    color: green;
    background-color: #f0f0f0;
    padding: 3px 0px;
    border-radius: 0.3rem;
    text-align: center;
    width: auto;
    font-weight: 600;
}

.statusEchoué {
    color: red;
    background-color: #f0f0f0;
    padding: 3px 0px;
    border-radius: 0.3rem;
    text-align: center;
    width: 80px;
    font-weight: 600;
}

.statusEnCours {
    color: orange;
    background-color: #f0f0f0;
    padding: 3px 0px;
    border-radius: 0.3rem;
    text-align: center;
    width: 80px;
    font-weight: 600;
}

/* *********************************************************************** */
.showMore__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.color__three {
    padding: 20px 30px;
    margin: 0 auto;
    color: white;
}

.input-box,
.email_tel {
    width: 530px;
}

.color__three label {
    font-size: 16px;
    margin-bottom: 5px;
    color: black;
}

.input-box input {
    width: 100%;
    height: 45px;
    border: none;
    border: 2px solid rgb(153, 152, 152);
    border-radius: 5px;
    background-color: transparent;
    font-size: 16px;
    padding-left: 15px;
}

input[type="file"] {
    background-color: transparent;
    font-size: 16px;
    color: black;
    border: none;
    border-radius: 0;
    padding-left: 0px;
}

.input-box input:focus {
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}

.formes h1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
}

.envoyer button {
    font-weight: bold;
    border: none;
    font-size: 17px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: white;
    background-color: blue;
    padding: 10px;
}

.formes {
    margin: 50px 0;
    border-radius: 0.6rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
        rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.formulaire {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 996px) {
    .accordion {
        flex-direction: column;
    }

    .navbar__user__informations::before {
        visibility: hidden;
    }

    .navbar__user__informations {
        position: relative;
        top: 0;
        right: 0;
        background-color: transparent;
    }

    .navbar__user__informations {
        display: none;
    }

    .user__avatar__parent {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .navbar__user__informations.active {
        visibility: visible;
        display: block;
    }
}

@media (max-width: 660px) {
    .input-box,
    .email_tel,
    .competence-box {
        width: 400px;
    }
    .email_tel .input-box input {
        width: 190px;
        background-color: rgba(255, 255, 255, 0.193);
    }
    .competence-box .input-box input {
        width: 190px;
        background-color: rgba(255, 255, 255, 0.193);
    }
}

@media (max-width: 550px) {
    .input-box,
    .email_tel,
    .competence-box {
        width: 300px;
    }
    .email_tel .input-box input {
        width: 140px;
        background-color: rgba(255, 255, 255, 0.193);
    }
}

@media (max-width: 430px) {
    .formes {
        padding: 25px 0;
    }
    .input-box,
    .email_tel {
        width: 250px;
    }
    .email_tel .input-box input {
        width: 110px;
        background-color: rgba(255, 255, 255, 0.193);
    }
}

/********************************************************/
.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}

.account-settings .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}

.account-settings .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #0c6efd;
}

.account-settings .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}

.account-settings .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}

.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}

.account-settings .about h5 {
    margin: 0 0 15px 0;
    color: #007ae1;
}

.account-settings .about p {
    font-size: 0.825rem;
}

.form-control {
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.825rem;
    background: #ffffff;
    color: #2e323c;
}

.cardes {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

input[type="file"] {
    opacity: 100% !important;
    z-index: 2 !important;
}

#dragdropzone {
    border: 1px dashed blue;
    background-color: #F1F7FE;
    text-align: center;
    padding: 25px !important;
    cursor: pointer;
    position: relative;
    border-radius: 5%;
    margin:auto;
}

#dragdropzone .dropzone-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#dragdropzone i {
    font-size: 48px;
    color: #888;
}

#dragdropzone p {
    font-size: 16px;
    margin-top: 10px;
    color: #888;
}

#dragdropzone.active {
    border-color: #3498db;
    background-color: #ecf0f1;
}
