body .quick-acces{
    padding-top: 59px;
    margin-bottom: 80px !important;
}
#quick-access {
    border: solid 1px #F5F5F5;
    box-shadow: 0 0 20px #19346729;
    border-radius: 17px;
    margin: 0px 20%;
    padding: 14px 15px 0;
}
#quick-access .title_block_main{
    margin: 0 0 22px 0 !important;
}
#quick-access #image-form{
    position: absolute;
    left: -120px;
    top: 69px;
}
#recharge_facture_tab {
    border-bottom: none;
    margin-top: 1rem;
    padding:  1rem 0 0;
}
#recharge_facture_tab .nav-item {
    padding: 0 15px;
    margin: 0 !important;
    min-width: 180px;
    text-align: center;
}
#recharge_facture_tab .nav-item:not(:first-of-type){
    border-left: solid 1px #19346729;
}
#recharge_facture_tab .nav-item .nav-link {
    background-color: #fff !important;
    font-weight: 900;
    font-size: 18px;
    border: none;
    transition: none !important;
    font-size: 21px !important;
    color: #221E20;
    padding-bottom: 1rem !important;
    border-bottom: solid 2px transparent;
    display: block;
    width: 100%;
}
#recharge_facture_tab .nav-item .nav-link.active {
    border-bottom: solid 2px #ed1c24;
    color: #ed1c24 !important;
}
#recharge_facture_tab .nav-item .nav-link.active img {
    filter: invert(21%) sepia(80%) saturate(6355%) hue-rotate(349deg) brightness(104%) contrast(100%);
}
#recharge_facture_tab .nav-item .nav-link img {
    margin-right: 10px;
    width: 20px;
    height: auto;
}
#quick-access li a span {
    font: normal normal 600 14px / 17px Rubik;
}

#recharge_facture_tab .tooltiptext {
    color: #000 !important;
    width: 101px !important;
    left: 26% !important;
    font-family: 'Rubik';
    font-weight: 700;
    background: #FFD100 !important;
    border: solid 2px #FFD100 !important;
    text-align: center;
    border-radius: 20px;
    padding: 2.5px 0;
    position: absolute;
    font-size: 11px;
    z-index: 1;
    bottom: calc( 100% + 9px );
}
#recharge_facture_tab .tooltiptext::after {
    position: absolute;
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #FFD100 !important;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
}
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease-out infinite;
}
@keyframes zoom-in-zoom-out{
    0%
    {
        transform:scale(1,1)
    }
    50%
    {
        transform:scale(1.1,1.1)
    }
    100%
    {
        transform:scale(1,1)
    }
}
.valide-page{
    cursor: pointer;
}
/** tab content **/
#myTabContent .tab-pane:not(.active){
    display: none;
}
#myTabContent .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
#myTabContent .fade.in {
    opacity: 1;
}
#myTabContent .tab-pane{
    min-height: 132px;
}
.tab-content.recharge-facture-content .body-content {
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
}
.recharge-facture-content .block-input input {
    border: solid 1px #E0E0E0 !important;
    border-radius: 4px !important;
    background: rgb(249, 249, 249) !important;
    width: 70% !important;
    font: 12px Rubik;
    height: 51px;
    color: rgb(85, 89, 92) !important;
    padding: .5rem 1rem;
    outline: none !important;
}
.recharge-facture-content .block-input input:focus,
.recharge-facture-content .block-input input:-internal-autofill-selected{
    color: rgb(85, 89, 92) !important;
    background: rgb(249, 249, 249) !important;
}
.recharge-facture-content .block-input input.error{
    border-color: #ed1c24 !important;
}
.recharge-facture-content .block-input .btn-primary,
.popup-quick-access .btn-primary{
    /*position: absolute;*/
    margin-left: 30px;
    height: 80%;
    padding: .5rem 1.5rem;
    border-radius: 40px;
    font-weight: 600;
    font-family: 'Rubik';
    font-size: 14px;
    color: #fff;
    background-color: #ed1c24;
    border-color: transparent;
    transition: 0.3s ease;
}
.recharge-facture-content .block-input .btn-primary:hover,
.popup-quick-access .btn-primary:hover{
    color: #fff;
    background-color: #000;
    border-color: transparent;
}
.recharge-facture-content .block-input small {
    font-weight: 400;
    min-height: 30px;
}
.block-input-text-infos{
    min-width:425px;
    text-align: left;
}
.block-input-text-infos p{
    font-size: 70%;
    font-family: sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 5px 0 0;
}
/** start popup quic access */
.popup-quick-access{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background:rgba(0,0,0,.5);
    transition: all 0.4s ease;
    z-index: 100000000;
    visibility: hidden;
    opacity: 0;
}
.popup-quick-access.show{
    visibility: visible;
    opacity: 1;
}
.popup-quick-access>.content{
    max-width: 600px;
    margin: 30px auto;
    position: relative;
    width: 100%;
    border: 2px solid #ced4da;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    outline: 0;
    padding: 15px;
}
.popup-quick-access>.content .titre{
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
}
.popup-quick-access>.content .titre-options {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px;
    margin: 50px 0 20px;
}
.popup-quick-access>.content .list-options{
    padding: 0 20px;
}
.popup-quick-access>.content .list-options>div{
    margin-bottom: 1rem;
}
.popup-quick-access>.content .list-options>div label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.popup-quick-access>.content .list-options>div label span {
    color: #212529;
}
.popup-quick-access .btn-primary{
    margin: 50px auto 0;
    display: block;
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 944px) and (max-width: 1053px) { 
    #quick-access {
        margin: 0 6%;
    }
}
@media (min-width: 1053px) and (max-width: 1495px) { 
    #quick-access {
        padding: 3px 15px 0;  
    }
    #recharge_facture_tab .tooltiptext {
        padding: 0px 0;
        width: 100px !important;
        bottom: calc(100% + 2px);
    }
}
@media (min-width: 1053px) and (max-width: 1632px) { 
    #recharge_facture_tab .nav-item{
        min-width: 162px;
    }
    #recharge_facture_tab .nav-item .nav-link{
        padding-top: 8px;
    }
}
@media (min-width: 1632px) and (max-width: 1800px) { 
    .recharge-facture-content .block-input .btn-primary{margin-left: 0;}
}
@media(min-width:992px) and (max-width:1645px){
    .recharge-facture-content .block-input .btn-primary{
        position: absolute;
        right: 0px;
        margin-left: 0;
    }
}
@media(min-width:992px) and (max-width:1363px){
    #quick-access{
        margin: 1px 10%;
    }
}
@media (max-width: 991.98px) { 
    #quick-access #image-form{
        display: none;
    }
    #quick-access{
        margin: 0 10%;
    }
    .tab-content.recharge-facture-content .body-content .block-input{
        width: 70%; 
    }
    .recharge-facture-content .block-input .btn-primary{
        margin-left: 6px;
    }
}
/* Small devices (landscape phones, less than 768px)*/
@media (min-width:576px) and (max-width:768px) { 
    #quick-access {
        width: 80% !important;
        margin: 0 10% !important;
    }
}
@media (max-width:768px) { 
    #quick-access{
        box-shadow: none;
        border: none;
        width: 100%;
        margin: 0;
    }
    body .quick-acces{
        margin-bottom: 0px !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #myTabContent .tab-pane {
        min-height: auto;
    }
    .tab-content.recharge-facture-content .body-content .block-input{
        width: 100%;
        min-width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    #recharge_facture_tab{
        margin: 0;
        padding: 0;
    }
    #recharge_facture_tab .nav-item{
        min-width: fit-content !important;
        padding: 0px 5px;
    }
    #recharge_facture_tab .nav-item .nav-link{
        font-size: 13px !important;
        padding: 0 4.5px !important ;
        font-weight: 700;
        font-family: sans-serif;
    }
    .recharge-facture-content .block-input input{
        width: 65%!important;
        height: 35px;
    }

    .quick-acces .title_block_main{
        font-weight: 700 !important;
    }
    #recharge_facture_tab .tooltiptext{
        width: 40px !important;
        bottom: 100% !important;
        padding: 0px 0;
        font-size: 10px;
        height: 17px;
    }
    #recharge_facture_tab .tooltiptext::after{
        display: none;
    }
    .hidden-md-down{
        display: none !important;
    }
    #recharge_facture_tab .nav-item .nav-link img{
        width: 13.17px;
        margin-right: 0px;
    }
    .tab-content.recharge-facture-content .body-content {
        padding-top: 0.5rem !important;
        margin-top: 4px;
    }
    .recharge-facture-content .block-input .btn-primary {
        margin-left: 9px;
        height: 35px;
        padding: 0.35rem 1.05rem;
        font-weight: 400;
    }
    #quick-access li a span{
        font-family: sans-serif;
        font-weight: 700;
    }
    @keyframes zoom-in-zoom-out{
        0%
        {
            transform:scale(1,1)
        }
        50%
        {
            transform:scale(1.1,1.1)
        }
        100%
        {
            transform:scale(1,1)
        }
    }
    .popup-quick-access{
        padding: 20px;
    }
    .popup-quick-access>.content .list-options,
    .popup-quick-access>.content .titre-options {
        padding: 0 0px;
    }
    .popup-quick-access>.content .titre-options{
        margin: 20px 0 20px;
    }
    .popup-quick-access>.content .list-options>div label{
        font-size: 14px;
        padding: 10px 10px;
    }
    .popup-quick-access .btn-primary {
        margin: 35px auto 0;
    }
}