.ctn-wrapp .post-meta {
    position: absolute;
    top: 4px;
}
.ctn-wrapp article {
    position: relative;
}
.ctn-wrapp .post-meta a {
    padding: 5px 10px;
    background-color: #3249fd !important;
    color: #fff;
    font-family: 'Oswald Regular', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
}
div#blog_sect {
    display: none;
}
.calendar-grid {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}
.button_accepter.participe-active{
    background-color: #27ae60;
    gap: 10px;
}
.participe-active img {
    height: 20px !important;
    width: 20px !important;
}
.calendar-days-header {
    display: grid;
    grid-template-columns: 60px repeat(7, 1fr);
    background: #f8f9fa;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.calendar-days-header > div {
    padding: 5px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.calendar-row {
    display: grid;
    grid-template-columns: 60px repeat(7, 1fr);
    min-height: 20px;
}

.time-col {
    background: #fafafa;
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: 11px;
    padding: 2px;
    border-bottom: 1px solid #eee;
}

.calendar-cell {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    min-height: 20px;

    position: relative;
}

.calendar-cell.selected {
    outline: 2px solid #ff9800;
}

.current-slot {
    background: #cce5ff;
}

.marron{
    background-color:#895129;
    border-bottom: 0;
}
.event-block.marron{
    z-index: 1;
}
/* Exemple de couleurs dynamiques */
.rouge{
    background-color: #FF1100; 
    border-bottom: 0;
}
.event-block.rouge{
    z-index: 1;
}
.Vert{
    background-color: #27ae60; 
    border-bottom: 0;
}
.event-block.Vert{
    z-index: 1;
}
.bleu{
    background-color: #2980b9;
    border-bottom: 0; 
}
.event-block.bleu{
    z-index: 1;
}
.Orange{
    background-color: #f76e00;
    border-bottom: 0; 
}
.event-block.Orange{
    z-index: 1;
}
.purple{
    background-color: #9D00FF;
    border-bottom: 0;
}
.event-block.purple{
    z-index: 1;
}
.rose{
    background-color: pink;
    border-bottom: 0;
}
.event-block.rose{
    z-index: 1;
}
.violet{
    background-color: #8138bd ;
    border-bottom: 0;
}
.event-block.violet{
    z-index: 1;
}
.Jaune{
    background-color: #FFDE21;
    border-bottom: 0;
}
.event-block.Jaune{
    z-index: 1;
}
.event-block {
    font-family: 'Heebo Medium',Helvetica,Arial,Lucida,sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
}
.event-time {
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    text-align: left;
}
.event-title {
  line-height: 27px;
  text-align: center;
}
.event-hour{
    text-align: center;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 20px;
}
.sect-inf img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.sect-inf p {
    padding: 0;
    width: 100%;
    text-align: left;
    color: #FF1100 ;
}
.sect-inf{
    display: flex;
    /* height: 100%; */
    height: 456px;
}
.lab-txt {
    display: flex;
    gap: 10px;
    align-items: start;
    text-align: start;
}
.lab-txt span {
    font-weight: 600;
    font-family: 'Oswald Bold', Helvetica, Arial, Lucida, sans-serif;
}
button.button_accepter {
    color: #fff;
    border: none;
    font-family: 'Oswald Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-transform: uppercase;
}
.ct-img p {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #ff1100;
    display: flex;
    flex-direction: column;
    border-radius: 100%;
    padding: 0;
    line-height: 19px;
    font-family: 'Oswald Bold',Helvetica,Arial,Lucida,sans-serif;
    align-items: center;
    justify-content: center;
}
#prevWeek,#nextWeek{
    background-color: transparent;
    color: #fff;
    border: none;
    font-family: 'Oswald Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    border-radius: 20px;
    background: url('/wp-content/uploads/2025/09/arrow-next-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3249fd;
    background-size: 9px;
    border: 2px solid #1b2d5b;
}
#prevWeek {
  transform: rotate(-180deg) !important;
}
.calendar-cell.rm-bt {
  border-bottom: none;
}
.m-btn {
    width: 100%;
    margin: 10px 0;
}
.m-btn button{
    background-color: #ff1100;
}
/* Fond du popup (overlay) */
.popup {
    display: none; /* caché par défaut */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* semi-transparent */
    justify-content: center;
    align-items: center;
}
a.nav-link.text-decoration-none.uwp-account-privacy {
    display: none;
}
#compte_user input, #compte_user textarea{
    border-radius: 0;
}
/* Contenu du popup */
body #popup div.popup-content {
    background-color: #fff;
    width: 862px;
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50% , -50%) !important;
    /* height: 456px; */
}
.ct-img {
    width: 40%;
    height: 100%;
    position: relative;
}
.ct-txt {
    width: 60%;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 14px;
    padding: 0 20px;
}
.ct-txt h2 {
    color: #000;
    padding: 20px 0;
}
.ct-txt ul li {
    font-family: sans-serif;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ct-txt ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
.ct-txt ul li img {
    width: 24px;
    height: 20px;
}
/* Bouton de fermeture */
.close {
    position: absolute;
    top: -32px;
    right: 0px;
    font-size: 38px;
    cursor: pointer;
    color: #ffffff;
}
.contenue_connexion {
    position: fixed;
    z-index: 1;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-sect-user-activite {
    width: 100%;
    position: relative;
}
.item-activite {
    width: 350px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#compte_user .item-activite h3 {
    text-align: center;
    color: #ffffff !important;
    padding-bottom: 20px !important ;
}
.item-activite img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 15px;
}
.calendar-wrapper {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 6px 13px 4px;
    border: 1px #1d2e5c solid;
}
.calendar-wrapper:hover {
    box-shadow: 11px 16px 23px 14px;
}

/* tabs compte */

    .tab-menu {
        display: flex;
        list-style: none;
        padding: 50px 0 !important;
        margin: 20px 0;
        justify-content: center;
    }

    .tab-menu li {
        padding: 5px 20px;
        cursor: pointer;
        background: #eee;
        margin-right: 5px;
    }

    .tab-menu li.active {
        background: #F76E00;
        color: #fff;
    }
    .tab-menu li{
        background-color: #333333;
        color: #fff;
    }
    .tab-content {
        display: none;
        padding: 25px 0;
    }
    .tab-content.active {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .item-activite {
        border: 1px solid #ddd;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

h1.entry-title.main_title {
    text-align: center;
    font-weight: bold;
    font-size: 46px;
}
/*#login*/ .card-title.text-center.mb-4 {
  font-size: 28px;
  font-family: 'Oswald bold';
  font-weight: bold;
  text-align: start !important;
  color: #000;
}
#login #username {
  width: 564px;
}
#login .input-group {
  width: 564px !important;
}
#login .btn.btn-primary.w-100.text-uppercase.uwp_login_submit {
  width: 564px !important;
  border-radius: 0;
  height: 48px;
  background-color: #F76E00;
  border: none;
}
#login .btn.btn-primary.w-100.text-uppercase.uwp_login_submit:hover{
    box-shadow: none;
}
#login .card.mx-auto.container-fluid.p-0.border-0 {
  width: 564px;
  margin-left: 0 !important;
}
#login #username:focus, #login #password:focus ,.form-check-input.c-pointer:focus,.bsui .form-control:focus{
  box-shadow: none !important;
  outline: none !important;
  border-color: #000 !important;
} 
#login .uwp-remember-me.custom-checkbox.mb-3 {
  display: none;
}
.uwp-forgot-form .uwp-footer-link.float-end {
  display: none;
}
.uwp-forgot-form #email {
  border-radius: 0;
}
#login a.d-block.text-center.mt-2.small.uwp-forgot-password-link, #login .uwp-footer-link.d-inline-block a ,
.modal-dialog.modal-dialog-centered .uwp-footer-link.d-inline-block a,
.modal-dialog.modal-dialog-centered a.d-block.text-center.mt-2.small.uwp-forgot-password-link{
    font-family: 'Oswald Bold',sans-serif;
    font-size: 20px;
}
#login .uwp-footer-link.float-end{
  position: absolute;
  top: 19px;
  right: -20px;
}
.modal-dialog.modal-dialog-centered .uwp-footer-link.float-end{
  position: absolute;
  top: 40px;
  right: 50px;
}
#login button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit,
.modal-dialog.modal-dialog-centered button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit{
    background-color: #3993d5 !important;
    font-family: 'Oswald Bold', sans-serif;
    text-transform: lowercase !important;
    font-size: 18px;
}
#login button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit::first-letter, 
.modal-dialog.modal-dialog-centered button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit::first-letter{
    text-transform: uppercase !important;
}
#login .uwp-footer-link.d-inline-block,.modal-dialog.modal-dialog-centered .uwp-footer-link.d-inline-block {
    position: absolute;
    right: -20px;
    bottom: 0;
}
.modal-dialog.modal-dialog-centered .uwp-footer-link.d-inline-block {
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.modal-content .uwp-footer-link.float-end{
    top: 40px;
    right: 20px;
}
.modal-content .btn-close {
  margin-top: -74px !important;
  margin-right: -35px !important;
}
#register .card-title.text-center.mb-4 {
  font-size: 24px;
  font-family: 'Oswald bold';
  font-weight: bold;
}
#register #username {
  /* width: 564px; */
}
#register .input-group {
  /* width: 564px !important; */
}
#register .btn.btn-primary.w-100.text-uppercase.uwp_login_submit {
  width: 390px !important;
  border-radius: 0;
  height: 48px;
  background-color: #F76E00;
  border: none;
}
#register .btn.btn-primary.w-100.text-uppercase.uwp_login_submit:hover{
    box-shadow: none;
}
#register .card.mx-auto.container-fluid.p-0.border-0 {
  width: 564px;
  margin-left: 0 !important;
}
#register #username:focus, #register #password:focus ,.form-check-input.c-pointer:focus,.bsui .form-control:focus{
  box-shadow: none !important;
  outline: none !important;
  border-color: #000 !important;
} 
#register .btn.btn-primary.w-100.text-uppercase.uwp_register_submit {
  width: 100% !important;
}
#register .d-block.text-center.mt-2.small.uwp-login-link {
    text-align: right !important;
    font-family: 'Oswald Bold', sans-serif;
    font-size: 20px;
}

.modal-title {
  font-family: 'Oswald bold' !important;
}
.bsui .btn-primary {
    border-radius: 0 !important;
    height: 48px;
    background-color: #3249FD !important;
    border: none !important;
}

.contenue_connexion .card.mx-auto.container-fluid.p-0.border-0 {
  padding: 20px !important;
}
.contenue_connexion .card-body {
  margin: -10px !important;
}
.contenue_connexion .modal-header {
  padding: 0 10px !important;
}
.contenue_connexion{
    width: 510px;
}
/* Desktop (par défaut) */
.calendar-days-header,
.calendar-row {
    display: grid;
    grid-template-columns: 35px repeat(7, 1fr);
}

.calendar-days-header div {
    white-space: nowrap;  /* empêche le retour à la ligne */
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.txt-day {
  /* text-overflow: ellipsis !important; */
  overflow: hidden;
}
#compte_user .col-lg-3.h-100.height-auto.px-0 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 20px;
    overflow: hidden;
}
#compte_user .bsui .bg-light{
    background-color: #ffffff !important;
}
#compte_user .d-flex.justify-content-center.flex-column.align-items-center {
    display: flex;
    flex-direction: row !important;
    justify-content: start !important;
    padding: 0 20px;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
}
#compte_user .card.shadow-0.border-0.mw-100.bg-transparent {
    width: 70px;
}
#compte_user .card-body.mt-xl-0.pt-0 {
    padding: 0;
}
#compte_user a {
    color: #1F2937;
    font-family: 'Libre Franklin',sans-serif;
    font-size: 16px;
    font-weight: 100 !important;
}
#compte_user .d-flex.justify-content-center.flex-column.align-items-center:after {
    content: '';
    width: calc( 100% - 40px );
    height: 1px;
    background-color: #eee !important;
    position: absolute;
    top: 100%;
}
#compte_user .d-flex.justify-content-center.nav.mt-0 {
    margin-bottom: 25px !important;
}
#compte_user .ps-lg-4.ps-sm-0.h-100.pt-5.pb-lg-0.pb-3 {
    padding: 20px 50px !important;
    width: 566px;
}
#compte_user .main-sect-user-activite::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eee;
}
span.close.btr {
    color: grey;
    background-color: #eee;
    border-radius: 100%;
    padding: 0 4px;
}
.popup-content.ctr {
    width: 400px !important;
    border-radius: 20px;
}
.sect-inf2 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect-inf2 img {
  height: 40px !important;
  width: 40px !important;
}
.popup-content .sect-inf2 p{
    color: #000000;
}
#popup .modal-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}
.item-activite .footer {
    height: 90px;
    /* background-color: #F76E00; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
}
.item-activite ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.item-activite{
    color: #202020;
}
.item-activite ul li img {
    height: 20px;
    width: 24px;
    margin-bottom: 0;
    /* filter: invert(54%) sepia(36%) saturate(6949%) hue-rotate(4deg) brightness(99%) contrast(106%); */
}
.item-activite ul li{
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
}
.item-activite p {
    padding: 0;
    color: #ffffff;
}
#compte_user .uwp-account-account img {
    filter: brightness(0%) saturate(0%);
}
#compte_user .nav-link.active img {
  filter: brightness(0%) saturate(100%) invert(100%);
}
#compte_user h3 {
    font-family: 'Oswald Bold';
    color: #000000;
    font-weight: 400 !important;
    font-size: 32px;
    margin-bottom: 0 !important;
}
#compte_user a.nav-link.active {
    background-color: #3249FD;
    color: #ffffff !important;
    position: relative;
}
#compte_user a.nav-link.active::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 50%;
    background: url('/wp-content/uploads/2025/09/arrow-next-white.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

input#username {
    border-radius: 0;
}
.mb-3.uwp-password-wrap {
    border-radius: 0 !important;
}
input#password {
    border-radius: 0;
}
span.input-group-text.top-0.end-0.c-pointer.px-3 {
    border-radius: 0;
}
.popup-content.ctr .modal-title{
    text-align: center;
    width: 100%;
    color: #202020;
}
.popup-content.ctr .btn-close {
  position: absolute;
  right: 0;
  font-size: 24px !important;
  top: -21px;
  filter: brightness(1) invert(1);
}
.popup-content.ctr .uwp-remember-me.custom-checkbox.mb-3 {
  display: none;
}
.popup-content.ctr .card.mx-auto.container-fluid.p-0.border-0{
    border-radius: 0;
    padding: 35px !important;
}
.popup-content.ctr .d-block.text-center.mt-2.small.uwp-register-link{
    color: #FF1100;
    text-align: left !important;
}
.popup-content.ctr .d-block.text-center.mt-2.small.uwp-register-link span{
    color: #666;
}
.popup-content.ctr .uwp-footer-link.float-end{
    display: none;
}
.uwp-registration-form input {
  border-radius: 0 !important;
}
.modal-content .card.mx-auto.container-fluid.p-0.border-0 {
  border-radius: 0;
  padding: 30px !important;
}
.btn.btn-primary.w-100.text-uppercase.uwp_register_submit {
  background-color: #3993d5 !important;
  font-family: 'Oswald Bold', sans-serif;
  text-transform: lowercase !important;
  font-size: 18px;
}
.btn.btn-primary.w-100.text-uppercase.uwp_register_submit::first-letter{
    text-transform: uppercase !important;
}
.uwp-registration-form.uwp_form {
  text-align: center;
}
.modal-content .d-block.text-center.mt-2.small.uwp-login-link {
  justify-content: left !important;
  display: flex !important;
  font-family: 'Oswald Bold', sans-serif;
  font-size: 20px;
  color: #FF1100;
}
.uwp-remember-me.custom-checkbox.mb-3 {
  display: none;
}
body .modal-content .uwp_register_submit {
  width: auto !important;
}
.lieu {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lieu img {
    width: 24px !important;
    height: 20px !important;
}
.ct-txt ul li img {
    width: 18px;
    height: 18px;
    margin-top: -1px;
}
.ctn-wrapp {
    margin-top: 60px;
}
.ctn-wrapp a img{
    width: 540px;
}
.ctn-wrapp h2 a {
    color: #1b2d5b;
}
.ctn-wrapp h2{
    margin: 14px 0 !important;
}
.ctn-wrapp .more-link{
    text-transform: uppercase;
    color: #F76E00 !important;
}
.event-pagination-container {
    position: relative;
}

.event-pagination-outer .prev-event,
.event-pagination-outer .next-event {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}
/* Flèche gauche */
.event-pagination-outer .prev-event {
    background-image: url("/wp-content/uploads/2025/09/arrow-prev-white.svg");
}
/* Flèche droite */
.event-pagination-outer .next-event {
    background-image: url("/wp-content/uploads/2025/09/arrow-next-white.svg");
}


/* Tablette */
/* @media (max-width: 980px) {
    .calendar-days-header,
    .calendar-row {
        grid-template-columns: 80px repeat(3, 1fr); /* 3 jours visibles */
    /*}

    .calendar-days-header div:not(.time-col):not(.active-day) {
        display: none; 
    }

    .calendar-cell {
        min-height: 40px;
        border: 1px solid #eee;
        font-size: 13px;
    }

    .event-block {
        font-size: 12px;
        padding: 5px;
    }
} */
@media(max-width:880px){
    body #popup div.popup-content {
        width: 100%;
    }
}
@media(max-width:768px){
    #login .uwp-footer-link.float-end,#login .uwp-footer-link.d-inline-block{
        right: 20px;
    }
    #login #username {
        width: 100%;
    }
    #login .input-group {
        width: 100% !important;
    }
    #login .card.mx-auto.container-fluid.p-0.border-0 {
        width: 100%;
    }
    #login .btn.btn-primary.w-100.text-uppercase.uwp_login_submit{
        width: 100% !important;
    }
    #login .card-title.text-center.mb-4 {
        font-size: 28px;
    }
    #register .card-title.text-center.mb-4 {
        font-size: 36px;
    }
    #register .btn.btn-primary.w-100.text-uppercase.uwp_register_submit {
        width: 100% !important;
    }
    .popup-content {
        width: 90%;
        max-height: 90vh;
        font-size: 14px;
    }
    .popup-content img {
        width: 100%;
        height: 214px;
    }
    .calendar-header {
        justify-content: space-between;
        padding: 20px 0;
        gap: 10px;
    }
    body #popup div.popup-content {
        width: 90%;
        height: fit-content;
    }
    .sect-inf {
        flex-direction: column;
        height: auto;
    }
    .ct-img {
        width: 100%;
    }
    .ct-txt {
        width: 100%;
        padding-bottom: 25px;
    }
    #compte_user .ps-lg-4.ps-sm-0.h-100.pt-5.pb-lg-0.pb-3{
        width: 100%;
        padding: 20px 0 !important;
    }
    #compte_user .container.h-100 {
        padding-top: 20px !important;
    }
    #currentWeek {
        font-size: 18px;
    }
    .flt.active {
        position: absolute;
        z-index: 1000;
        left: 0;
        padding: 20px;
        border-radius: 5px;
        top: 20px;
        width: 100px !important;

    }
}
@media(max-width:658px){
    .event-pagination-outer {
        flex-direction: column;
        width: 100% !important;
        gap: 0 !important;
        line-height: 13px;
    }
}
/***********ajouter-tft******/
 @media(max-width:550px){
    .event-time{
        flex-direction: column !important;
    }
    .event-hour {
        line-height: 20px;
    }
} 
@media(max-width:450px){
    .popup-content.ctr {
        width: calc(100% - 55px) !important;
    }
}
@media(max-width:374px){
    .modal-title {
        margin-left: -30px;
    }
    .popup-content.ctr .modal-title{
        margin-left: 0;
    }
    .modal-dialog.modal-dialog-centered .uwp-footer-link.float-end{
        right: 20px;
    }
    .card-title.text-center.mb-4 {
        font-size: 20px !important;
        margin-left: -10px !important;
    }
    #register .card-title.text-center.mb-4{
        font-size: 20px !important;
    }
    #login .uwp-footer-link.float-end {
        right: 10px;
        top: 10px;
    }
}
















