main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease;
}


.tab-container{
    border-radius: 4px;
}
.tab-menu ul{
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.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;
}
.tab-menu ul li a.active-a{
    background-color: #588d7d;
    color: #ffffff;
}
.tab{
    display: none;
}
.tab h2{
    color: rgba(0,0,0,.7);
}
.tab p{
    color: rgba(0,0,0,0.6);
    text-align: justify;
}
.tab-active{
    display: block;
}


.user-card
{
    display: flex;
    justify-content: start;
    align-items: start;
}
.user-icon{
    color: white!important;
    border-radius: 50%;
    font-size: 50px;
    background: rgba(0,0,0,0.2);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-name{
    margin-left: 1rem;
}
.user-name h2, h3
{
    font-weight: 700;

}


.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_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;
    background-color: white;;

}
@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;
}
.bg-gray {
    background-color: #E9ECEF;
}
.badge-soft-warning{
    background-color: #ffcf33;
    color: #b26500;
    vertical-align: middle;
    padding: .5rem 1rem;
}
.badge-soft-success{
    background-color: #91ff35;
    color: #00a152;
    vertical-align: middle;
    padding: .5rem 1rem;
}
.badge-soft-primary{
    background-color: #33bfff;
    color: #2a3eb1;
    vertical-align: middle;
    padding: .5rem 1rem;
}
.badge-soft-danger{
    background-color: #ff4569;
    color: #ab003c;
    vertical-align: middle;
    padding: .5rem 1rem;
}
.text-red{
    color: #8e0615!important;
}
