.text-center {
    text-align: center !important;
}

.d-none {
    display: none!important;
}

[hidden] {
    display: none!important;
}

input[disabled] {
    cursor: not-allowed;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.cursor-pointer {
    cursor: pointer !important; 
}

.font-italic {
    font-style: italic;
}

.text-justify {
    text-align: justify;
}

.text-underline {
    text-decoration: underline;
}


/*  LANGS   */
html.fr .section_video_inner h1 {
    font-size: 38px;
}

@media (max-width: 1000px), (max-height: 800px) {
    html.fr .section_video_inner h1 {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 1.54px;
    }

}

html.es .section_video_inner h1 {
    font-size: 38px;
}

@media (max-width: 1000px), (max-height: 800px) {
    html.es .section_video_inner h1 {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 1.54px;
    }
}

html.ru .section_video_inner h1 {
    font-size: 38px;
}

@media (max-width: 1000px), (max-height: 800px) {
    html.ru .section_video_inner h1 {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 1.54px;
    }
}

html.id .section_video_inner .bgwhite_inline b {
    font-size: 13px;
}

html.fr .section_video_inner .bgwhite_inline b {
    font-size: 13px;
}

html.id .section_video_inner .gradientanim {
    font-size: 14px;
}

html.fr .section_video_inner .gradientanim {
    font-size: 14px;
}

html.es .section_video_inner .gradientanim {
    font-size: 14px;
}

html.es .section_video_inner .gradientanim {
    font-size: 14px;
}

html.tr .section_video_inner .gradientanim {
    font-size: 14px;
}

html.tr .section_video_inner .gradientanim {
    font-size: 14px;
}

html.ru .section_video_inner .gradientanim {
    font-size: 14px;
}

html.ru .section_video_inner .gradientanim {
    font-size: 14px;
}

/*Datatables fix*/
.dataTables_paginate ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dataTables_filter {
    display: none;
}
.paginate_button.page-item.previous {
    display: none;
}
.paginate_button.page-item.next {
    display: none;
}

.bw-filter {
    filter: grayscale(100%);
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.lot_item_sub_plan {
    width: 90px;
    min-width: 90px;
    height: 90px;
    background: #5AE9FF !important;
    border: 1px dashed #00ADC6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 95, 163, 0.5) !important;
    letter-spacing: 2.05714px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .lot_item_sub_plan.active {
        background: #fff !important;
        color: #005FA3 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.lot_item_circle_reverse_custom {
    width: 226px;
    justify-content: space-between;
}

@media all and (max-width:768px) {
    .lot_item_sub_plan {
        width: 70px;
        min-width: 70px;
        height: 70px;
        letter-spacing: 0;
    }
}

label.validation_error {
    display: block;
    width: 100%;
    color: #FF3A63;
    padding: 5px 0 0 0;
    text-align: left;
    font-style: italic;
}

.pagetable td {
    font-size: 24px !important;
}

.pagetable th {
    font-size: 18px !important;
}

.balances_content {
    padding-left: 10px;
    padding-right: 10px;
}

.wrp_aditem > div:nth-child(1) .aditem,
.wrp_aditem > div:nth-child(4) .aditem,
.wrp_aditem > div:nth-child(5) .aditem {
    padding-left: 0 !important;
}

.news_item_img:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.meetings_images a {
    max-width: 300px;
}

.wrp_home_video a:hover:before {
    background: rgba(5, 34, 43, 0) !important;
}

.wrp_home_video a:before {
    background: rgba(5, 34, 43, 0.15) !important;
}

.footer_phone {
    color: #FFF;
    position: relative;
    border: 1px solid #DADADA;
    border-radius: 59px;
    padding: 6px 18px 6px 54px;
    background: url(../svg/header_phone_footer.html) no-repeat 15px center;
    margin-right: 10px;
}

.footer_registration_button {
    height: 50px;
    border-radius: 30px;
    font-size: 18px;
    padding: 0 20px;
}


    .footer_registration_button img {
        max-height: 70%;
    }

.spinner_wrapper 
{
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
}

.spinner {
    height: 64px;
    width: 64px;
    border: 5px solid white;
    border-radius: 50%;
    border-top: 5px solid transparent;
    animation: rotate 1.1s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.space-around {
    justify-content: space-around;
}


@media all and (max-width: 768px) {
    #crisp-chatbox > div > a {
        bottom: 75px !important;
    }
}

button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.70;
}

.sape_item_not_active .sape_item_pr {
    background-color: #f7f7f7;
}