@import url(tools.css);
.bodyLogin {
    background-color: var(--bgColor);
}
.box-login {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.box-login .box {
    width: 350px;
    background-color: var(--blanc);
    padding: 30px;
    border-radius: 4px;
    border: var(--border);
    box-shadow: 0px 0px 1px #8e8a8a1e;
}
.box-login .box .title {
    float: left;
    width: 100%;
    font-size: 30px !important;
    text-align: center;
    color: var(--bleu2);
    position: relative;
}
.box-login .box .fix {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(104, 104, 104);
    font-size: 13px;
}
.box-login .box .title::after {
    content: "prestataires";
    position: absolute;
    top: 30px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 13px;
}
.box-login .box .errorLogin {
    font-size: 13px;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: var(--rouge) !important;
}
.box-login .box .loginForm {
    float: left;
    width: 100%;
}
.box-login .box .loginForm .bx {
    width: 100%;
    float: left;
}
.box-login .box .loginForm .third {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
}
.box-login .box .loginForm .third span {
    float: left;
    margin-left: 5px;
    font-size: 13px;
    color: var(--grisNoir);
}
.box-login .box .loginForm .first {
    margin-bottom: 10px;
}
.box-login .box .loginForm .fourth {
    text-align: center;
    margin-top: 20px;
}
.box-login .box .loginForm .fourth span {
    font-size: 13px;
    color: var(--grisNoir);
}
.box-login .box .loginForm .fourth a {
    font-size: 13px;
    
}
.box-login .box .loginForm .bx label {
    float: left;
    width: 100%;
    font-size: 13px;
    color: var(--grisNoir);
    padding-left: 5px;
    margin-bottom: 5px;
}
.box-login .box .loginForm .bx input[type=checkbox] {
    float: left;
    height: 15px;
    width: 15px;
}
.box-login .box .loginForm .bx .inputField {
    width: 95%;
    height: 45px;
    border-radius: 4px;
    border: var(--border);
    font-size: 13px;
    padding-inline: 2.5%;
    outline-color: var(--bleu);
}
.box-login .box .loginForm .bx .inputField::placeholder {
    font-size: 13px;
    color: var(--grisP);
}
.box-login .box .loginForm .bx button {
    width: 100%;
    height: 45px;
    border-radius: 26px;
    background-color: var(--vert);
    border: 1px solid var(--vert);
    color: var(--blanc);
    font-weight: 600;
    margin-top: 20px;
}
.box-login .box .loginForm .bx .text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: var(--grisNoir);
}
.box-login .box .loginLoad {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-login .box .loginLoad div {
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent #cfcdcd #cfcdcd #cfcdcd;
    border-radius: 100%;
    animation: load 2s infinite linear;
}
.box-login .load {
    display: none;
}
.navP {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #3c6bc3;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.navP .box {
    width: 80%;
}
.navP .box h1 {
    float: left;
    color: white;
    padding-left: 50px;
}
.navP .box .right {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navP .box .right a {
    color: var(--blanc);
    font-weight: 600;
    margin-right: 30px;
    text-decoration: none;
    font-size: 16px;
}
.navP .box .right img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.account {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    margin-top: 75px;
    margin-bottom: 20px;
}
.account .group {
    width: 70%;
}
.account .group .title {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.account .group .title div {
    float: right;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: var(--rouge);
}
.account .group .title button {
    float: right;
    height: 45px;
    padding-inline: 30px;
    background-color: #6bcec5;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    color: var(--blanc);
    margin-left: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.176);
}
.account .group .bx {
    background : #b5cbf4;
    width: 100%;
    padding: 20px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.098);
 }
 .account .group .changS {
    background-color: rgba(255, 235, 85, 0.737);
    margin-bottom: 20px;
    margin-top: 10px;
 }
 .account .group .changS h3 {
    color: var(--rouge);
 }
 .account .group .bx h3 {
    border-bottom: 1px solid #425b89;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.account .group .bx p {
    float: left;
    margin-top: 10px;
}
 .account .group .bx2 {
    background : white;
    width: 100%;
    padding: 20px;
    float: left;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.098);
 }
 .account .group .bx2 .head {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
    padding-top: 10px;
 }
 .account .group .bx2 h4 {
    position: absolute;
    left: 10px;
 }
 .account .group .bx2 button {
    float: left;
    padding-inline: 20px;
    height: 25px;
    height: 35px;
    border: 1px solid #425b89;
    background-color: white;
    color: #425b89;
    font-weight: 800;
 }
 .account .group .bx2 .today {
    background-color: #425b89;
    color: white;
    border-radius: 4px 0px 0px 4px;
 }

 .account .group .bx2 .last{
    border-radius: 0px 4px 4px 0px;
 }
 .account .group .bx2 .bloc {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
 }
 .account .group .bx2 .bloc .img {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    background-color: #f4d3d0;
    padding: 20px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account .group .bx2 .bloc .img img {
    width: 80px;
    height: 80px;
    float: left;
}
 .account .group .bx2 .bloc .group {
    width: 100%;
 }
 .account .group .bx2 .bloc .card {
    width: 20%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
 }
 .account .group .bx2 .bloc p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgb(146, 146, 146);
    font-weight: 600;
    font-size: 15px;
 }
 .account .group .bx2 .bloc h5 {
    float: left;
    width: 100%;
    text-align: center;
    color: var(--rouge);
 }
 .account .group .title {
    color:  #425b89;
}
.selectServices {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.274);
    display: none;
    justify-content: center;
    align-items: center;
}
.selectServices .box {
    width: 400px;
    background-color: var(--blanc);
    border-radius: 4px;
    padding: 20px;
}
.selectServices .box h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #425b89;
}
.selectServices .box select {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 45px;
    padding-inline: 10px;
    font-weight: 800;
    border-radius: 4px;
    background-color: var(--blanc);
    border: 1px solid gray;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.selectServices .box option {
    font-weight: 800;
    color: gray;
}
.selectServices .box button {
    padding-inline: 100px;
    height: 50px;
    background-color: var(--vert);
    border: none;
    color: var(--blanc);
    border-radius: 30px;
    font-weight: 800;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.account .regist {
    float: left;
    width: 100%;
    background-color: var(--blanc);
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.098);
    border-radius: 10px;
}
.account .regist h1 {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
}
.account .regist div {
    float: left;
    display: block;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}
.account .regist div h3 {
    float: left;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    color: rgb(84, 84, 84);
}
.account .regist div h4 {
    float: left;
    font-size: 12px;
    width: 100%;
    color: rgb(139, 139, 139);
    margin-top: 10px;
    font-weight: 400;
}

.choixAncien {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 100000;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.208);
}
.choixAncien .box {
    width: 350px;
    background-color: var(--blanc);
    padding: 40px;
    border-radius: 10px;
}
.choixAncien .patient {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #425b89;
    color: var(--blanc);
    font-size: 25px;
}
.choixAncien label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.choixAncien input {
    width: 90%;
    padding-inline: 5%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgb(192, 192, 192);
    outline-color: #425b89;
    font-size: 15px;
    font-weight: 500;
}
.choixAncien .btn {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 35px;
}
.choixAncien .btn2 {
    padding-inline: 50px;
    height: 45px;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 30px;
    border: none;
    background-color: #3c6bc3;
    color: var(--blanc);
    font-weight: 800;
}
.choixAncien .xxT {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.choixAncien .xxT div {
    border: 1px solid rgb(221, 220, 220);
    width: 50%;
}
.choixAncien .xxT span {
    margin-inline: 10px;
}
.choixAncien h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #425b89;
}
.choixAncien p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.choixAncien .error {
    font-size: 15px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 500;
    color: var(--rouge);
    margin-bottom: 10px;
}
.account .formulaire {
    width: 60%;
    background-color: var(--blanc);
    padding: 20px;
    margin-top: 20px;
    display: block;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 10px;
}
.account .formulaire h1 {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #425b89;
}
.account .formulaire .long {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.account .formulaire .long span {
    position: absolute;
    right: 10px;
    top: 30px;
    font-weight: 600;
    font-size: 13px;
}
.account .formulaire input {
    width: 95%;
    float: left;
    padding-inline: 10px;
    height: 40px;
    font-size: 15px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(104, 104, 104);
    border-radius: 4px;
    outline-color: #425b89;
}
.account .formulaire .xt {
    width: 45%;
    float: left;
    padding-inline: 5%;
    height: 38px;
    font-size: 15px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(104, 104, 104);
    border-radius: 4px;
    margin-right: 1%;
    outline-color: #425b89;
}
.account .formulaire .court p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account .formulaire .tx {
    width: 45%;
    float: left;
    padding-inline: 5%;
    margin-left: 1%;
    height: 40px;
    font-size: 15px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(104, 104, 104);
    border-radius: 4px;
    outline-color: #425b89;
}
.account .formulaire .xdiv {
    display: flex;
    justify-content: left;
    align-items: center;
}
.account .formulaire .xdiv label {
    width: auto;
    margin-top: 15px;
}
.account .formulaire .xdiv input{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 15px;
}
.account .formulaire textarea {
    width: 96%;
    float: left;
    padding-inline: 1%;
    padding-top: 1%;
    margin-bottom: 1%;
    height: 100px;
    font-size: 16px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(104, 104, 104);
    border-radius: 4px;
    outline-color: #425b89;
    resize: none;
}
.account .formulaire input[type=datetime-local]{
    background-color: var(--blanc);
}
.account .formulaire select {
    width: 100%;
    float: left;
    padding-inline: 5%;
    height: 40px;
    font-size: 15px;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 4px;
    color: rgb(104, 104, 104);
    outline-color: #425b89;
    background-color: var(--blanc);
}
.account .formulaire .court {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account .formulaire .court span {
    position: absolute;
    right: 10px;
    top: 30px;
    font-weight: 600;
    font-size: 13px;
}
.account .formulaire .court .pt {
    font-size: 10px;
    top: 35px;
}
.account .formulaire .court div{
    float: left;
    width: 48%;
    position: relative;
}
.account .formulaire .court div:nth-child(1){
    margin-right: 1%;
}
.account .formulaire .court div:nth-child(2){
    margin-left: 1%;
    float: right;
}
.account .formulaire label {
    float: left;
    width: 100%;
    color: rgb(104, 104, 104);
    font-weight: 500;
    font-size: 15px;
}
.account .formulaire button {
    padding-inline: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    margin-top: 10px;
    border: none;
    background-color: var(--vert);
    color: var(--blanc);
    font-weight: 600;
    font-size: 17px;
    outline: none;
    border-radius: 30px;
}
.account .formulaire .radio {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    margin-top: 15px;
}
.account .formulaire .radio label {
    float: left;
    width: 280px;
    font-size: 16px;
}
.account .formulaire .radio input {
    width: 20px;
    height: 20px;
}
.choixAncien .h1 {
    color: var(--vert);
    font-size: 30px;
    margin-bottom: 20px;
    float: left;
    margin-top: 20px;
}
.choixAncien svg {
    fill: var(--vert);
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#consultex {
    float: left;
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-inline: 50px;
    font-size: 15px;
    background-color: #425b89;
    border: none;
    height: 40px;
    border-radius: 20px;
    color: var(--blanc);
    font-weight: 800;
}
.account .hconsult {
    width: 80%;
    background-color: var(--blanc);
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}
.account .hconsult h1 {
    font-size: 20px;
    float: left;
    width: 100%;
}
.account .hconsult table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.account .hconsult table th {
    text-align: center;
    color: rgb(254, 115, 0);
    font-weight: 800;
    padding: 10px;
}
.account .hconsult table td {
    color: gray;
    font-weight: 600;
    padding: 10px;
}
.account .hconsult table tr {
    border-bottom: 1px solid rgb(191, 191, 191);
}
.account .hconsult table tr:nth-child(even){
    background-color: rgba(227, 227, 227, 0.79);
}
.account .hconsult table .tfirst {
background-color: #33495f !important;
}
.account .table {
    float: left;
    width: 100%;
}
.account .hconsult input {
    width: 280px;
    height: 35px;
    padding-inline: 10px;
    outline-color: var(--bleu);
    font-size: 16px;
    display: block;
    float: left;
    border-radius: 4px;
    border: 1px solid gray;
}
.account .hconsult #selectServ {
    display: block;
    padding-inline: 20px;
    height: 40px;
    margin-top: 50px;
    border-radius: 30px;
    background-color: #3c6bc3;
    color: var(--blanc);
    font-weight: 800;
    border: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.374);
    margin-bottom: 20px;
}
.account .hconsult button {
    background-color: var(--rouge);
    padding-inline: 5px;
    border: none;
    padding: 5px;
    border-radius: 4px;
    color: var(--blanc);

    font-weight: 800;
}
.account .hconsult .texte {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.account .hconsult .texte .itm {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 5px;
}
.account .hconsult .texte .itm h2 {
    font-size: 16px;
    float: left;
    margin-left: 10px;
}
.account .hconsult .texte .itm p {
    font-size: 16px;
    float: left;
}
.account .cartalogue {
    float: left;
    width: 100%;
}
.account .cartalogue div {
    background-color: #f5f4f6;
    width: auto;
    float: left;
    height: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 20px;
    margin-inline: 5px;
    color: rgb(45, 45, 45);
    padding: 8px;
    margin-bottom: 5px;
}
.account .cartalogue .active {
    background-color: #33495f;
    color: var(--blanc);
}
#newPati {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background-color: var(--vert);
    color: var(--blanc);
    border: none;
    margin-top: 30px;
    font-weight: 800;
}
.account .hconsult .newVisite {
    float: right;
    padding-inline: 50px !important;
    background-color: #3c6bc3 !important;
    height: 45px !important;
    border-radius: 30px !important;
    margin-bottom: 0 !important;
}
#btnScan {
    height: 45px;
    display: block;
    float: right;
    margin-top: 30px;
    font-weight: 800;
    color: gray;
    border: none;
    color: #3c6bc3;
    background-color: #3c6bc317;
    border: 1px solid #3c6bc3;
    width: 100px;
    font-size: 10px;
    margin-left: 4px;
}
#infoFiche {
    width: 100%;
    position: relative;
    margin-top: 10px;
    float: left;
}
#infoFiche svg {
    width: 24px;
    fill: gray;
    height: 24px;
}
#infoFiche p {
    float: left;
    width: 80%;
    position: absolute;
    background-color: var(--blanc);
    left: 30px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.301);
    padding: 10px;
    top: 0px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: none;
    color: rgb(57, 57, 57);
    z-index: 10000;
}
#maixx {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    position: relative;
}
#maixx span {
    position: absolute;
    top: 10px;
}
.crobox {
    float: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.425);
    z-index: 10000000;
}
.crobox .bx {
    width: 400px;
    background-color: var(--blanc);
    padding: 20px;
    overflow: auto;
    height: 80%;
}
.crobox .bx h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #3c6bc3;
}
.crobox .bx .long {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.crobox .bx .court {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crobox .bx .court div {
    width: 50%;
}
.crobox .bx .court div:nth-child(1){
    margin-right: 5px;
}
.crobox .bx .court div:nth-child(2){
    margin-left: 5px;
}
.crobox .bx label {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 3px;
}
.crobox .bx div input {
    float: left;
    height: 30px;
    border: 1px solid rgb(215, 215, 215) !important;
    border-radius: 4px;
    outline-color: #3c6bc3;
}
.crobox .bx div select {
    float: left;
    height: 30px;
    border: 1px solid rgb(215, 215, 215) !important;
    border-radius: 4px;
    outline-color: #3c6bc3;
}
.crobox .bx .court input {
    padding-inline: 5px;
    width: 180px;
}
.crobox .bx .court select {
    padding-inline: 5px;
    width: 180px;
}
.crobox .bx .long select {
    padding-inline: 5px;
    width: 380px;
}
.crobox .bx .long input {
    padding-inline: 5px;
    width: 380px;
}
.crobox .bx textarea {
    float: left;
    width: 380px;
    height: 130px;
    resize: none;
    border: 1px solid rgb(215, 215, 215) !important;
    border-radius: 4px;
    outline-color: #3c6bc3;
    padding: 5px;
}
.crobox .bx .text {
    height: 40px;
}
.crobox .bx .txt {
    height: 70px;
}
.crobox .bx .long button {
    width: 45%;
    font-size: 13px;
    height: 40px;
    border-radius: 30px;
    color: var(--blanc);
    font-weight: 800;
    border: none;
    outline: none;
    margin-top: 20px;
    float: left;
}
.crobox .bx .long .imp {
    background-color: #3c6bc3;
}
.crobox .bx .long .on {
    background-color: var(--vert);
}
.crobox .bx .long button:nth-child(1){
    margin-right: 10px;
}
.crobox .bx .line {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.crobox .bx .line div {
float: left;
width: auto;
height: 20px;
display: flex;
justify-content: left;
align-items: center;
margin-right: 10px;
}
.crobox .bx .line input {
    float: left;
    width: 14px;
    height: 14px;
}
.crobox .bx .line span {
    float: left;
    font-size: 13px;
    margin-left: 5px;
}
.crobox .bx .annuler {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.crobox .bx .annuler button {
    float: right;
    font-size: 13px;
    height: 30px;
    padding-inline: 20px;
    border-radius: 30px;
    border: 1px solid #3c6bc3;
    color: #3c6bc3;
    font-weight: 800;
    background-color: var(--bgColor);
}



