.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'sans-serif', sans-serif;
}
.tab-container{
    margin: 2rem 4rem;
    padding: 3rem;
    border-radius: 4px;
}
.tab-menu{}
.tab-menu ul{
    margin: 0;
    padding: 0;
}
.tab-menu ul li{
    list-style-type: none;
    display: inline-block;
}
.tab-menu ul li a{
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    background-color: #b4cbc4;
    padding: 7px 25px;
    border-radius: 4px;
    transition: 1s ease;
}
.tab-menu ul li a:hover{
    background-color: #588d7d;
    color: #ffffff;
}
.tab-menu ul li a.active-a{
    background-color: #588d7d;
    color: #ffffff;
}
.tab{
    display: none;
}

.tab p{
    color: rgba(0,0,0,0.6);
    text-align: justify;
}
.tab-active{
    display: block;
}
.main-box
{
    background: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0px 10px 40px rgb(18 42 96 / 10%);
}
.main-box-header{
    box-shadow: 0px 10px 40px rgb(18 42 96 / 10%);
    padding: 2rem;
}
.main-box-body{
    /*box-shadow: 0px 10px 40px rgb(18 42 96 / 10%);*/
    padding: 2rem 0;
}
.products
{
    padding: 2rem;
}
.client-div
{
    margin-top: 2rem;
    padding: 2rem;

}
.tarif{
    padding: 2rem;

}

.product-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #edf2f9!important;
    padding: 0 2rem;
}
.product-body
{
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0, 0.1);*/
}
.product-footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.header-right{
    display: flex;
    justify-content: end;
    align-items: center;
}
.body-right{
    display: flex;
    justify-content: end;
    align-items: center;
}
.content-div{
    padding: 1rem 2rem;
    font-weight: bold;
    min-width: 200px;
}
.product-name{
    border-bottom: 3px solid #EE7D18;

}
.product-name-div{
    display: inline-block;
    margin-bottom: 1rem;
}
h3
{
    font-weight: bold;
    /*color: rgba(0,0,0,0.4);*/
    margin: 0;
}
h3 span{
    font-size: 16px;
}

.duration-block
{
    display: block;
    font-weight: bold !important;

}

.text-center{
    text-align: center!important;
}
.tarif-duration
{
    margin-top: 1rem;

}
.border-left
{
    border-left: 0.3px solid rgba(0,0,0,0.2);
}
.font-weight-bold
{
    font-weight: bold;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.tarif-childs
{
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.3px solid rgba(0,0,0,0.1);
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.payments{
    margin-top: 2rem;

    padding: 2rem;

}
h5{
    margin: 0 !important;
}
.payment-date{
    padding-top: 2rem;
}
.monthly{
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.client-body{
    padding: 1rem 0;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);

}

.ml-2{
    margin-left: 1rem;
}
.complate
{
    margin-top: 2rem;
    text-align: right;
}
.int-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}
.comments{
    margin: 2rem 0;
    padding: 1rem 2rem;

}
.card{
    display: block;
    padding: 1rem;
}
.card_client{
    margin: 10px 0;
}
.client-all-cards
{
    display: flex;
    align-items: center;
    justify-content: start;
}
.card-a{
    color: rgba(0,0,0,0.65);
}
.margin-0{
    margin: 0;
}
.show_spinner{
    display: none !important;
}
.name_client{
    margin: 10px 0;
}
.neo-shadow{
    border-radius: 20px;
    box-shadow:  5px 5px 37px #e8e8e8,
    -5px -5px 37px #ffffff;
}
.neo-shadow-not-border{
    border-radius: 5px;
    box-shadow:  5px 5px 37px #e8e8e8,
    -5px -5px 37px #ffffff;
}
@keyframes ldio-pedkv33cehj {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 36px;
        left: 36px;
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}
.ldio-pedkv33cehj div {

    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-pedkv33cehj 1s cubic-bezier(0,0.2,0.8,1) infinite;
}
.ldio-pedkv33cehj div:nth-child(1) {
    border-color: #1100ff;
    animation-delay: 0s;
}
.ldio-pedkv33cehj div:nth-child(2) {
    border-color: #ff6f00;
    animation-delay: -0.5s;
}
.loadingio-spinner-ripple-iqqcbi0s3h9 {
    width: 200px;
    height: 200px;
    z-index: 1000;
    display: inline-block;
    overflow: hidden;
    opacity: 1!important;

}
.ldio-pedkv33cehj {
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */

}
.ldio-pedkv33cehj div {
    box-sizing: content-box;
}

.full_screen{
    position: absolute;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*background: rgba(108,111,117,0.4);*/
    /*opacity: 0.2;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-status{
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 0.3px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}
.my-3{
    margin: 20px 0;
}

.btn-akts{
    padding: 1rem 2rem;
    border: .5px solid rgba(0,0,0,0.3);
    border-radius: 15px;
}

.btn-change-months
{
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #ffffff;
    border: .5px solid rgba(0,0,0,.2);
}
.fa-check-circle{
    font-size: 20px;
}
.text-success1 {
    color: #00d97e!important;
}
.text-circle{
    font-size: 20px;
    color: rgba(0,0,0,0.2);
}
.check-button{
    cursor: pointer;
}
.d-none{
    display: none;
}
.btn-save-month{
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #ffffff;
    border: .5px solid rgba(0,0,0,.2);
}