/* html{
    min-height: 100%;
    height: 100%;
}

body.full-height {
    height: 100%;
}

body.full-height .wrapper {
    height: 100%;
}

body.full-height .container-fluid {
    height: 100%;
}

body.full-height .check-email {
    height: 100%;
} */
.intl-tel-input.allow-dropdown{
    display: block;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}


h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}


h1, h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 47px;
}

.grey {
    color: #6C6C6C;
}

.black {
    color: #1C1C1C;
}

.white {
    color: #EDEDED;
}

@media (min-width: 1200px) {
    header .container,
    .privilege .container,
    .example .container,
    .consult .container,
    .numbers .container,
    .reviews .container,
    .cookies .container,
    .bread_crumbs .container,
    .documents .container,
    .news .container,
    .wide .container {
        max-width: 1340px;
    }
}

button:focus, button:active {
    box-shadow: none;
    outline: none;
}

/* --------------------------------------------- */

.wrapper.sticky {
    padding-top: 170px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
    position: relative;
}

/*.header-bg.sticky {*/
/*    padding-top: 170px;*/
/*}*/

.homepage .header-bg {
    background-image: url("../img/uirr/homepage/home top.webp");
    position: relative;
    overflow: hidden;
    z-index: 8;
    height: 643px;
    margin-top: 150px;
    background-size: cover;
}

.coming_soon .header-bg {
    background-image: url("../img/export/bg_top.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-bg {
    background-color: #FAFAFA;
    position: relative;

}

header {
    padding: 34px 10px;
    height: 150px;
    background-color: #FAFAFA;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
header .btn-register-cust a {
    color: #FAFAFA !important;
    text-decoration: none;
    background-color: transparent;
}

header .btn-login-cust a {
    color: #4DADC9 !important;
    text-decoration: none;
    background-color: transparent;
}

.system-letters {
    text-transform: uppercase;
}

.vat-country {
    display: none;
}

.mobile_menu {
    display: none;
    cursor: pointer;
}

.header-shadow {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: #FAFAFA;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /*padding: 10px 0;*/
    z-index: 999;
    background-color: #FAFAFA;
    /*box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.23);*/
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);

}

body.homepage .header-shadow,
body.coming_soon .header-shadow {
    background-color: rgba(69, 0, 255, 0.23);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.23);
}

header.sticky .header-shadow {
    background-color: #FAFAFA;
}

.btn-white {
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    border: 2px solid #EDEDED;
    color: #EDEDED;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-white:focus {
    outline: none;
}

.btn-white:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-orange {
    background-color: #389EBC;
    border: 1px solid #389EBC;
    color: #FFFFFF !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 5px;
}

.btn-orange:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-orange:focus {
    outline: none;
}

.header_menu {
    width: 500px;
    display: block;
}

/*.header_menu ul li a {*/
/*    color: #EDEDED;*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/



.header_menu ul li a {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
}

.header_menu ul li a {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
}
.header_menu ul li a:hover {
    text-decoration: none !important;
}

.header_menu-lang ul li a {
    color: #000000 !important;
    text-decoration: none;
    width: 100%;
    display: block;
}

/* .header_menu-lang ul li.active {
    border-bottom: 2px solid #5ea82b;
} */

.header_menu-lang ul {
    list-style: none;
}

.header_menu-lang ul li {
    color:#000000 !important;
    font-family: 'Raleway', sans-serif;
    position: relative;
}


.header_menu .dropdown_menu {
    cursor: pointer;
}

.scroll_down {
    cursor: pointer;
}

/* .dropdown_menu.active {
    border-bottom: 2px solid #5ea82b;
} */

.sub-menu {
    position: absolute;
    /* display: none; */
    top: 40px;
    white-space: nowrap;
}

.sub-menu li {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

.sub-menu li:hover::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    left: -34px;
    display: block;
    top: 9px;
}

.sub-menu.show {
    display: block;
}

.menu_triangle.active,
.table_triangle.active,
.faq_triangle.active {
    transform: rotate(180deg);
}

.header_menu .reg-link,
.header_menu .login {
    padding: 12px 16px;
}

.top_title {
    padding-top: 150px;
    padding-bottom: 220px;
    height: calc(100vh - 172px);
}

.top_title h1 {
    /* height: 170px; */
    /*width: 635px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 84px;
}

.top_title p {
    height: 132px;
    width: 635px;
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 33.4px;
}

.top_title .btn-orange {
    padding: 15px 40px;
    text-transform: uppercase;
}

.scroll_down {
    position: absolute;
    bottom: 45px;
    left: 50%;
}

.privilege {
    padding: 50px 0;
}

.privilege_title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}

.grey-rect {
    height: 330px;
    width: 100%;
    background-color: #EDEDED;
    margin-bottom: 40px;
    position: relative;
}

.grey-rect img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.consult {
    background-image: url('../img/export/bg_middle.png');
    background-color: #4500FF;
    padding: 170px 0;
}

.consult_title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin-top: 80px;
}

.consult .btn-orange {
    width: 278px;
    padding: 15px 0;
    margin-top: 34px;
    text-transform: uppercase;
}

.example {
    padding: 0 0 50px 0;
    background-color: #FAFAFA;
}

.numbers {
    background-color: #FAFAFA;
    padding: 50px 0 50px 0;
}

.numbers-title {
    margin-bottom: 70px;
}

.numbers_rect {
    background-color: rgba(77,173,201,0.07);
}

.code_rect {
    height: 345px !important;
}

.numbers_rect {
   height: 100%;
}

@media (max-width: 767px) {
    .icon-section2 img {
        width: 130px !important;
    }

    .code_rect {
        height: 250px !important;
    }

    #code_rect {
        width: 110px !important;
    }
}


.numbers_rect p {
    /* height: 96px; */
    /* width: 296px; */
    color: #88898E;
    /*font-family: "Maven Pro";*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.content-section2{
    padding-top: 40px;
    padding-bottom: 40px;
}
.icon-section2{
    margin-bottom: 20px;
    max-height: 76px !important;
}

.icon-section2 img {
   width: 9vw;
}

.numbers_rect__title {
    color: #2F4C5C !important;
    /*font-family: "Maven Pro";*/
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    text-align: center !important;
}

.numbers_rect__example {
    border: 4px solid #FFFFFF;
    background-color: #4500FF;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    padding: 70px 0;
}

.numbers_rect__example p {
    font-family: "Open Sans";
    font-size: 80px;
    font-weight: bold;
}

.numbers_rect__example.with-border {
    padding: 18.5px 0;
}

.rect-with-border p {
    padding-top: 44px;
}

.rect-with-border {
    height: 125px;
    width: 101px;
    margin: 0 auto;
    border: 4px solid #FFFFFF;
}

.numbers .btn-orange {
    margin-top: 60px;
    text-transform: uppercase;
}

.reviews {
    padding: 130px 0;
    background-color: #FAFAFA;
}

.reviews_photo {
    position: relative;
    height: 435px;
    width: 100%;
    background-color: #4500FF;
    margin-top: 10px;
}

.reviews_photo.default {
    height: 435px;
    background-color: inherit;
}

.reviews_photo.default img {
    position: relative;
    left: 0;
    top: 0;
}

.reviews_photo img {
    position: absolute;
    left: -10px;
    top: -10px;
}

.reviews_name {
    margin-top: 75px;
    margin-bottom: 50px;
}

.reviews_name__name {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    /*background-color: #4500FF;*/
    opacity: 1;
    margin-right: 7px;
    margin-left: 7px;

}

.carousel-indicators .active {
    /*background-color: #5ea82b;*/
    width: 14px;
    height: 14px;
}

.carousel-indicators {
    right: 133px; color: red;
}

.reviews_text {
    padding-top: 70px;
}

.quote {
    font-size: 150px;
    margin-left: -25px;
    font-style: italic;
    color: #5ea82b;
}

footer {
    padding: 50px 0;
    background-color: #ffffff !important;
}

footer a {
    color: #2F4C5C !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 14px;
}
footer .footer-infos:hover {
    text-decoration: none !important;
}

footer p {
    color: #2F4C5C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

footer a.underline {
    text-decoration: underline;
}

.cookies {
    position: fixed;
    bottom: 0;
    background-color: #2F4C5C;
    width: 100%;
    padding: 30px 0;
    z-index: 99999;
    Height: 120px;
}

.cookies .cookies_title {
    color: #1C1C1C;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.cookies .cookies_desc {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
}

.cookies .btn-orange {
    width: 142px;
    padding: 15px 0;
    text-transform: uppercase;
}

.cookies .btn-refuse {
    width: 142px;
    padding: 15px 0;
    border: 2px solid #1C1C1C;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.cookies .read_policy {
    color: #4500FF;
    font-size: 12px;
    text-decoration: underline;
}


/* ----------- */
.coming_soon .top_title {
    height: calc(100vh - 267px);
}

/* ---------- */
.bread_crumbs a {
    color: #5F5F5F;
}

.bread_crumbs a.active {
    color: #4500FF;
}


.standart h2,
.standart h3,
.standart h4,
.standart h5 {
    font-weight: bold;
}

.standart .custom_list,
.news_details .custom_list,
.overview .custom_list {
    list-style: none;
}

.standart .custom_list li,
.news_details .custom_list li,
.overview .custom_list li {
    position: relative;
    margin-bottom: 25px;
}

.standart .custom_list li::before,
.news_details .custom_list li::before,
.overview .custom_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #4500FF;
    position: absolute;
    left: -15px;
    top: 10px;
}

/* ------------- */
.document_items .grey-stick {
    height: 14px;
    width: 1px;
    border-radius: 0.5px;
    background-color: #D8D8D8;
}

.document_items a {
    color: #4500FF;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.document_items .download_text {
    color: #6C6C6C;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

/* -------------- */
.news .news_author {
    color: #6C6C6C;
}

.news .btn-more {
    background-color: #4500FF;
    border: 1px solid #4500FF;
    text-transform: uppercase;
    padding: 2px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.page-link {
    border: none;
    padding: 5px 10px;
    color: #4500FF;
    margin-left: 5px;
    margin-right: 5px;
}

.page-item.active .page-link {
    background-color: #5ea82b;
    color: #ffffff;
}


.overview {
    background-color: #EDEDED;
    padding: 100px 0;
    margin-top: 50px;
}

.code_slider {
    padding: 50px 0;
}

.code_slider .reviews_name__name {
    line-height: 47px;
}


.code_slider .carousel-indicators {
    left: 270px;
    right: 0;
}

.code2 {
    padding: 350px 0;
    background-image: url('../img/export/bg_middle.png');
    background-color: #4500FF;
}

.code_table .nav-tabs {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 10px;
    box-sizing: border-box;
}

.code_table .top_bar {
    border-bottom: 2px solid #EDEDED;
    box-sizing: border-box;
}

.code_table .nav-tabs .nav-link {
    border-radius: 0;
    padding: 10px 0;
    margin-right: 35px;
    border-bottom: 4px solid transparent;
    color: #1C1C1C;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.code_table .nav-tabs .nav-item.show .nav-link,
.code_table .nav-tabs .nav-link.active {
    color: #1C1C1C;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-bottom: 4px solid #5ea82b;
}

.code_table .search_button {
    background-color: #EDEDED;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.code_table .filter_counts {

}

.code_table .filter_counts p {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.code_table .dropdown-toggle {
    background-color: #EDEDED;
    border-radius: 0;
    border: 1px solid #EDEDED;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 10px 10px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #EDEDED;
    border-radius: 0;
    border: 1px solid #EDEDED;
    color: #1C1C1C;
}

.code_table .dropdown-menu {
    background-color: #EDEDED;
    color: #1C1C1C;
    border-radius: 0;
    min-width: 58px;
}

.code_table .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

.code_table .dropdown-menu .dropdown-item:hover {
    background-color: #4500FF;
    color: #FFFFFF;
}

.code_table .search_field {
    border: 1px solid #4600FF;
    width: 300px;
    background-color: #ffffff;
    height: 40px;
    display: none;
}

.code_table .search_field.show {
    display: flex;
}

.code_table .search_field input:focus {
    box-shadow: none;
}

.code_table .table_one-item .owner_code {
    background-color: #4600FF;
    padding: 3px 7px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}

.code_table .table_one-item {
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 0;
}

.code_table .table_one-item .table_triangle {
    width: 13px;
    height: 13px;
    display: block;
    background-image: url('../img/homepage/down-triangle-grey.svg');
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.code_table .table_one-item .table_triangle:hover {
    background-image: url('../img/homepage/down-triangle-orange.svg');
}

.code_table .table_one-item.opened {
    background-color: rgba(241, 241, 241, 0.3);
}

.code-table_company-add-info {
    display: none;
}

.code-table_company-add-info p {
    color: #5F5F5F;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
}

.code-table_company-add-info .small_title {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}

.FAQ_item {
    background-color: #EBEBEB;
    padding: 44px 50px;
    cursor: pointer;
}

.FAQ_item.opened {
    background-color: #F8F8F8;
}

.FAQ_item .faq_stick {
    height: 12px;
    width: 40px;
    background-color: #4500FF;
}

.FAQ_item .faq_stick.opened {
    background-color: #5ea82b;
}

.FAQ_item .faq_title {
    color: #1C1C1C;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-left: 30px;
    line-height: 32px;
}

.FAQ_item .faq_triangle {
    cursor: pointer;
}

.FAQ_item .faq_desc {
    display: none;
    margin-top: 30px;
    padding: 0 70px;
}

.FAQ_item .faq_triangle {
    width: 13px;
    min-width: 13px;
    height: 13px;
    display: block;
    background-image: url('../img/homepage/down-triangle-grey.svg');
    background-position: center;
    background-size: contain;
    background-size: cover;
}

.FAQ_item .faq_triangle:hover {
    background-image: url('../img/homepage/down-triangle-orange.svg');
}


.FAQ_item .one-pdf-file {
    text-decoration: underline;
    cursor: pointer;
}

.ilu-for-dev_subtitle {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}

.homepage_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

@media (min-width: 800px) and (max-width: 992px) {
    .check-email .sign-up_input input {
        width: 100% !important;
    }
}


@media (max-width: 992px) {
    .check-email .info_content.sign-in .sign-up_input {
        width: 100%;
        margin: 20px auto;
    }

    .check-email .info_content .btn-orange,
    .check-email .info_content.sign-in .forgot-pass {
        width: 100%;
    }


    .check-email .info_content {
        width: 100% !important;
    }

    /*.header_menu {*/
    /*    display: none;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    height: 100vh;*/
    /*    background-color: #4500FF;*/
    /*    z-index: 9999;*/
    /*}*/

    .top_title {
        height: auto;
    }

    .FAQ_item .faq_desc {
        padding: 0 10px;
    }

    .FAQ_item {
        padding: 44px 20px;
    }

    .header_menu nav .header_menu__main {
        flex-direction: column;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        margin-top: 70px;
        align-items: flex-start !important;
    }

    .header_menu nav .header_menu__main li {
        margin-bottom: 20px;
    }

    .header_menu nav .header_menu__main .sub-menu {
        position: relative;
        margin-top: 20px;
        top: 0;
    }

    .header_menu .mobile_lang a {
        color: #FFFFFF;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .header_menu .mobile_lang a.active {
        background-color: #5ea82b;
        color: #ffffff;
        padding: 0 5px;
    }

    .mobile_menu {
        display: block;
    }

    .header_menu .mobile_btns {
        /* position: absolute; */
        /* bottom: 15px; */
        width: 100%;
        /*padding-top: 150px;*/
        padding-top: 30px;
        box-sizing: border-box;
    }

    .top_title h1,
    .top_title p {
        width: 100%;
    }

    .scroll_down {
        left: 15px;
    }

    .privilege,
    .consult,
    .example,
    .numbers {
        padding: 50px 0;
    }

    .example .btn-orange {
        margin: 0 auto;
        display: block;
    }

    .carousel-indicators {
        position: relative;
        justify-content: flex-start;
        margin-left: 10px;
        z-index: 10;
    }

    footer img {
        width: 80px;
    }

    .mobile_menu_container {
        flex-direction: column;
        /*height: 85vh;*/
        overflow: auto;
        display: flex;
        justify-content: space-between;
    }
}

.contact_menu_dropdown-toggle::after {
    content: none;
}


/* ------------------------ ILU CODE-------------------------- */

.sign-up_desc {
    background-color: #f8f9fa;
    padding: 50px 120px;
    color: #171717;
    padding-top: 15% !important;
}

.sign-up_desc__steps {
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 120px;
    white-space: nowrap;
}

.sign-up_desc__steps .active {
    font-weight: bold;
}

.sign-up_desc__info {
    margin-top: 125px;
}

.sign-up_desc__info .title,
.sign-up_form .title {
    font-weight: bold;
}

.sign-up_form {
    padding: 100px 0;
}

.sign-up_form form {
    width: 400px;
    margin: 85px auto;
}

.sign-up_input {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sign-up_input input,
.sign-up_input.dropdown-custom .toggle-button  {
    width: 80%;
    border: 1px solid #455C6C;
    background-color: #FCFCFC;
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    padding: 14px 15px;
    border-radius: 5px;
}

.user-signup input,
.sign-up_input.dropdown-custom .toggle-button {
    width: 80%;
    text-align: left;
    margin: 8px 0px;
}

.user-signup_data{
    margin-right: 10px;
}

.user-signup label{
    left: 0.6em;
    top: 2em;
    font-size: 0.8em;
    width: max-content;
    padding: 0px 5px;
}

.user-signup_data-names{
    display: flex;
}

.user-signup_data-names .sign-up_input{
    width: 42%;
}

.user-signup_data-names input{
    width: 90%;
}

.sign-up_input-label{
    position: relative;
    top: 1.4em;
    left: 0.8em;
    width: max-content;
    padding: 0 5px;
    line-height: 16px;
    background-color: #FCFCFC;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
}

.check-email .sign-up_input input{
    width: 70%;
}

.check-email{
    width: 50%;
}

/* .sign-up_input input:active {
    outline: none;
} */

/* .sign-up_input input:focus {
    border: 2px solid #4600FF;
    outline: none;
} */

.sign-up_input input:disabled {
    background-color: #EDEDED;

}

/* .sign-up_input::before {
    position: absolute;
    content: none;
    color: #4600FF;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    background-color: #fff;
    min-width: 40px;
    padding: 0 10px;
    text-align: center;
    left: 15px;
    top: -5px;
} */

/* .sign-up_input.active::before {
    content: attr(title);
} */

/* .sign-up_input.filled::before {
    content: attr(title);
    color: #6D7278;
    min-width: 30px;
    padding: 0 2px;
    text-align: center;
    left: 15px;
    top: -10px;
} */

.sign-up_input.active.error::before {
    color: #E02020;
}

.sign-up_input.error input,
.sign-up_input.error .toggle-button{
    border: 2px solid #E02020 !important;
    outline: none;
}

.check-email .sign-up_input.error small{
    bottom: -12px;
    right: 143px !important;
    text-align: left;
}

.sign-up_input.error small {
    color: #E02020 !important;
    position: absolute;
    bottom: -16px;
    right: 91px;
}

.sign-up_input.error label{
    color: #E02020 !important;
}

.user-signup_data-names .sign-up_input.error small{
    bottom: -25px;
    right: 20px;
}

.sign-up_input small {
    color: #6D7278;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    display: block;
    text-align: right;
    width: 70%;
}


/* Customize the label (the container) */
.container_custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-top: 30px;
    cursor: pointer;
    color: #6D7278;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_custom-checkbox a {
    color: #6D7278;
    text-decoration: underline;
}

/* Hide the browser's default checkbox */
.container_custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #433A32;
    border-radius: 2px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_custom-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_custom-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #5ea82b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign-up_form form .btn-orange {
    height: 56px;
    width: 164px;
    text-transform: uppercase;
    margin: 50px auto 15px;
    display: block;
}

.sign-up_sign-in-text {
    color: #6D7278;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

.sign-up_sign-in-text a {
    color: #000000;
    font-family: "Open Sans";
    text-decoration: underline;
}

.zip-code_form .sign-up_input:first-child {
    width: 130px;
}

.zip-code_form .sign-up_input:last-child {
    width: 260px;
}

.sign-up_form .sign-up_input.small input {
    border: 1px solid #979797;
    padding: 4px 15px;
    font-size: 12px;
}

/* .sign-up_input.dropdown-custom .toggle-button {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    padding: 14px 15px;
    text-align: left;
    cursor: pointer;
} */

.sign-up_input.filled.dropdown-custom .toggle-button {
    color: #1C1C1C;
}

.sign-up_input.dropdown-custom .toggle-button::after {
    right: 6%;
    top: 47%;
    content: "";
    position: absolute;
    border-top: .4em solid #6D7278;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.sign-up_input.dropdown-custom .dropdown-menu {
    top: 70px !important;
    width: 80%;
    border-radius: 0;
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
    max-height: 200px;
    overflow: auto;
}

.sign-up_input.dropdown-custom .dropdown-menu div {
    padding: 0 7px;
}

.sign-up_input.dropdown-custom .dropdown-menu div:hover {
    cursor: pointer;
    background-color: #EDEDED;
    color: #000000;
    box-sizing: border-box;
}

/* .sign-up_input.dropdown-custom.show .toggle-button {
    border-top: 2px solid #4600FF;
    border-left: 2px solid #4600FF;
    border-right: 2px solid #4600FF;
}

.sign-up_input.dropdown-custom.show .dropdown-menu {
    border-bottom: 2px solid #4600FF;
    border-left: 2px solid #4600FF;
    border-right: 2px solid #4600FF;
} */

.sign-up_input.dropdown-custom .toggle-button{
    position: absolute;
    top: 20px;
}

.user-signup{
    display: flex;
    position: absolute;
    z-index: 999;
    width: 50vw;
    top: 33%;
    left: 80px;

}

.user-signup_data{
    width: 50%;
}

.user-signup_id{
    width: 50%;
}

/* Customize the label (the container) */
.container_custom-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.container_custom-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_custom-radio input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_custom-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5ea82b;
}

.sign-up_form .small-desc {
    color: #6D7278;
}

.check-email, .sign-up_desc {
    background-color: #fcfcfc;
    height: 100vh;
    box-sizing: border-box;
    padding: 50px;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    max-width: 50%;
}

.title-img{
    position: absolute;
    top: 3vh;
    left: 2vw;
    z-index: 103;
}

.check-email b,
.sign-up_desc b{
    /* font-family: "Maven Pro"; */
    text-transform: uppercase;
    color: #389EBC;
    font-weight: 400;
    font-size: 1.5vw;
}

.sign-up_desc p{
    font-size: 0.8vw;
}

.check-email span.email {
    color: #5ea82b;
}

.check-email .confirmation {
    color: #1C1C1C;
}

.check-email a {
    color: #000000;
    text-decoration: underline;
}

.check-email .info_content {
    margin: 178px auto 50px;
    /* background-color: #fff; */
    padding: 50px 10px;
    box-sizing: border-box;
}

.check-email .info_content .btn-orange {
    padding: 17px 20px;
    text-transform: uppercase;
}

.check-email .info_content.sign-in .sign-up_input {
    width: 60%;
    margin: 0px auto 0px;
}

.check-email .info_content.sign-in .forgot-pass {
    width: 60%;
    margin: 0 20%;
}

.image-section{
    width: 50%;
}

@media (max-width: 800px) {
    .image-section {
        display: none;
    }

    .check-email {
        max-width: 100vw !important;
        width: 100vw !important;
        padding: 0 !important;
    }

    .signin-title {
        position: unset !important;
        width: -webkit-fill-available !important;
        text-align: center;
    }

    .signin-title h4 {
        width: 100% !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .info_content form {
        position: unset !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .check-email .sign-up_input input {
        width: 350px;
    }

    .check-email .info_content.sign-in .sign-up_input {
        width: max-content !important;
        margin: 0;
    }

    .check-email .info_content .btn-orange {
        width: 350px;
    }

    .sent-req-btn {
        width: 100% !important;
    }

    .login-action {
        flex-direction: column !important;
        padding: 0px 0px !important;
        justify-content: center !important;
        width: max-content;
    }

    .check-email b {
        font-size: 70%;
    }

    .header_menu__main {
        right: 20px !important;
    }

    .header_menu__main li {
        color: #95969B;
    }
}

.image-section .triangles{
    position: fixed;
    top: 10px;
    right: 0;
    width: 50%;
    box-shadow: 14px 0px 8px 2px rgba(0,0,0,0.4) inset;
-webkit-box-shadow: 14px 0px 8px 2px rgba(0,0,0,0.4) inset;
-moz-box-shadow: 14px 0px 8px 2px rgba(0,0,0,0.4) inset;
}

.image-section .triangles-above{
    position: fixed;
    top: -59vh;
    right: -36vw;
    width: 188vw;
    z-index: 101;
}

.image-section img{
    width: 100%;
    height: 100vh;
}

.forgot-link-section{
    text-align: right;
    width: 70%;
}

.forgot-link{
    text-decoration: none !important;
    color: #389EBC !important;
    padding: 15px 0px 15px 15px;
}

.forgot-link:hover{
    text-decoration: underline !important;
    cursor: pointer;
}

.stay-signed-in,
.terms-check_section{
    width: 48% !important;
    text-transform: uppercase;
}

.terms-check_section{
    width: 100% !important;
}

.login-action,
.signup-action{
    display: flex;
    flex-direction: column;
    padding: 0px 20%;
}

.login-action button,
.signup-action button{
    background-color: #389EBC;
    border: 1px solid #389EBC;
    width: 40%;
    border-radius: 5px;
}

.login-action p,
.signup-action p{
    text-align: left !important;
}

.signup-action{
    padding: 0;
}

.user-signup .signup-action{
    width: 100%;
    position: relative;
    top: 42px;
}

.user-signup .signup-action button{
    margin: 0;
}

.signup-action button{
    height : 50px;
    margin-top: 80px;
}

/* DASHBOARD */
.sidebar {
    background-color: #4600FF;
    min-width: 330px;
    width: 330px;
    /* height: 90vh;
    position: fixed; */
    overflow-y: auto;
    overflow-x: hidden;
    /*min-height: 90vh;*/
}

.sidebar_menu {
    list-style: none;
}

.flex-1 {
    flex: 1;
}

.sidebar_menu li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /* display: block; */
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.sidebar_menu li a {
    color: #fff;
    position: relative;
    font-family: Raleway;
    font-weight: 600;
}

.sidebar_menu li a:hover {
    text-decoration: none;
}

.sidebar_menu li.sidebar_menu__category:hover::after {
    content: none;
}

.sidebar_menu li:hover::after {
    position: absolute;
    content: '';
    height: 6px;
    width: 25px;
    background-color: #5ea82b;
    left: -40px;
    top: 9px;
}

.sidebar_menu li a.active {
    font-weight: bold;
}

.sidebar_menu li a.active::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 70px;
    background-color: #5ea82b;
    right: -206px;
    top: 9px;
}

.notifications {
    height: 20px;
    width: 20px;
    color: #EDEDED;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    background-color: #5ea82b;
    box-sizing: border-box;
    padding-top: 1px;
    margin-left: 15px;
}

.company-info .photo {
    height: 100px;
    width: 100px;
    background-color: #EDEDED;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #EDEDED;
}

.company-info .photo:hover {
    border: 2px solid #5ea82b;
}

.content {
    padding: 30px 70px;
    /* margin-left: 330px; */
}

.content .title {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
}

.content .small-title {
    color: #6D7278;
    font-size: 12px;
}

.company-desc {
    margin-top: 50px;
    color: #5F5F5F;
    font-size: 14px;
}

.company-desc .company-title {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
}

.ilu-owner {
    margin-top: 100px;
}

.title-block {
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.title-block .see-more {
    color: #5ea82b;
    font-size: 12px;
    text-decoration: underline;
}

.ilu-owner .ilu-owner_item {
    text-transform: uppercase;
    width: 180px;
    color: #4600FF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 60px;
    text-align: center;
    border: 3px solid #4600FF;
    margin-right: 40px;
    margin-bottom: 30px;
}

.pending-item {
    margin-bottom: 30px;
}

.pending-item p {
    color: #5F5F5F;
    font-size: 14px;
}

.pending-item .pending-item__code {
    height: 24px;
    width: 60px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}

.pending-item .pending-item__code.orange {
    background-color: #5ea82b;
}

.pending-item .pending-item__code.violet {
    background-color: #4600FF;
}

.pending-item .pending-item__code.black {
    background-color: #1C1C1C;
}

.btn-top-dropdown {
    background-color: #EDEDED;
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
}

.btn-top-dropdown:hover {
    background-color: #5ea82b;
    color: #fff;
}

.settings-tabs {
    margin-top: 70px;
}

.settings-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.company-settings_label {
    width: 500px;
}

.company-settings_value {
    width: 450px;
}

.company-settings_label p {
    padding: 13px 0;
    margin-bottom: 1px;
}

.company-settings_value .input {
    width: 100%;
    border: none;
    padding: 12px 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
}

.company-settings_value p {
    padding: 12px 10px;
}

.company-settings_value .input.grey {
    background-color: #EDEDED;
}

.company-settings_value .input:not([disabled]) {
    border: 1px solid #EDEDED;
}

.company-settings_value .input:not([disabled]):focus {
    border: 1px solid #4600FF;
}

.nav-tabs {
    border-bottom: 2px solid #EDEDED;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid #5ea82b;
    font-weight: bold;
    color: #1C1C1C;
    font-family: Raleway;
    padding: 7px 5px;
}

.nav-link {
    color: #1C1C1C;
    font-family: Raleway;
    padding: 7px 5px;
    margin-right: 25px;
}

.nav-link:hover {
    border: none;
    color: #1C1C1C;
}

.user_settings__desc {
    color: #5F5F5F;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.user_settings__table tr th {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: none;
    vertical-align: middle;
}

.user_settings__table tr td {
    border-top: none;
    border-bottom: 1px solid #EDEDED;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 25px 10px;
    vertical-align: middle;
}

.user_settings__table .btn-approve {
    background-color: #5ea82b;
    color: #fff;
    text-transform: uppercase;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
}

.user_settings__table .small-col {
    width: 1%;
    white-space: nowrap;
}

.btn-add-new-user {
    background-color: #5ea82b;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #5ea82b;
    margin-top: 70px;
    padding: 15px 30px;
    display: inline-block;
}

.btn-add-new-user.custom {
    margin-top: 110px;
}

@media (max-width: 1758px) {
    .btn-add-new-user.custom {
        margin-top: 52px;
    }
}

@media (max-width: 1590px) {
    .btn-add-new-user.custom {
        margin-top: 32px;
    }
}

.btn-add-new-user:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-cancel {
    padding: 15px 30px;
    margin-top: 70px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #1C1C1C;
    color: #1C1C1C;
    background-color: #fff;
}

.btn-cancel:hover {
    color: #1C1C1C;
    text-decoration: none;
}

.company-settings_value input:disabled {
    background-color: #fff;
}

.additional-btn-group {
    display: none;
}

.roles-error-title {
    color: #5ea82b;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dropdown_panel .sign-up_input {
    margin-bottom: 0;
}

.dropdown_panel .dropdown-custom .toggle-button.disabled {
    border: 1px solid transparent;
    cursor: default;
}

.dropdown_panel .dropdown-custom .toggle-button.disabled::after {
    content: none;
}

.dropdown_panel .sign-up_input .toggle-button {
    padding: 11px 15px;
    border: 1px solid #EDEDED;
}

.dropdown_panel .sign-up_input .dropdown-menu {
    top: 46px !important;
}


/* ILU OWNER */
.menu-desc {
    margin-top: 30px;
    margin-top: 50px;
}

.menu-desc_title {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Raleway;
    margin-top: 70px;
}

.menu-desc_additional {
    max-width: 900px;
}

.user_settings__table .ilu-owner_item {
    text-transform: uppercase;
    width: 180px;
    color: #4600FF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 60px;
    text-align: center;
    border: 3px solid #4600FF;
    margin-right: 40px;
    /* margin-bottom: 30px; */
}

.cancallation-request {
    margin-top: 80px;
}

.cancallation-request_title {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 15px;
}

.cancallation-request_reason {
    margin-top: 50px;
}

.cancallation-request_reason textarea {
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 15px;
}

.validity-period {
    color: #4B4B4B;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.user_settings__table .from,
.user_settings__table .to {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-right: 12px;
}

.user_settings__table .to {
    margin-left: 17px;
}

.date_from,
.date_to {
    min-width: 100px;
    display: inline-block;
    text-align: center;
}


.user_settings__table .status-circle {
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.status-circle.active {
    background-color: #6DD400;
}

.status-circle.pending {
    background-color: #F7B500;
}

.status-circle.cancelled {
    background-color: #5ea82b;
}

.ilu-owner_action-menu__dropdown {
    background-color: #EDEDED;
    border-radius: 0;
    padding: 10px 15px;
    top: 7px;
}

.ilu-owner_action-menu__dropdown::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 138px;
    position: absolute;
    top: -8px;
}

.ilu-owner_action-menu__dropdown::after {
    border-bottom: 8px solid #EDEDED;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 138px;
    position: absolute;
    top: -7px;
}

.ilu-owner_action-menu__dropdown .dropdown-item.active,
.ilu-owner_action-menu__dropdown .dropdown-item:hover {
    background-color: #5ea82b;
}

.ilu-owner_action-menu::after {
    content: none;
}

.user_settings__table.detail .pending-item__code {
    height: 24px;
    width: 60px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}

.user_settings__table.detail .pending-item__code.orange {
    background-color: #5ea82b;
}

.user_settings__table.detail .pending-item__code.violet {
    background-color: #4600FF;
}

.user_settings__table.detail .pending-item__code.black {
    background-color: #1C1C1C;
}

.progress-steps {
    margin: 70px 0;
}

.progress-steps .orange-stick {
    margin: 0 5px;
    height: 2px;
    width: 50px;
    background-color: #5ea82b;
}

.progress-steps_item {
    height: 48px;
    width: 48px;
    box-sizing: border-box;
    /* background-color: #fff; */
    color: #4600FF;
    border: 4px solid #4600FF;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    background-image: url('../img/ilu-owner/step_next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 21px;
    transform: rotate(-90deg);
}

.progress-steps_item.current {
    border: 4px solid #4600FF;
    background-color: #4600FF;
    background-image: url('../img/ilu-owner/step_white.svg');
    transform: rotate(0);
}

.progress-steps_item.done {
    border: 4px solid #5ea82b;
    background-color: #5ea82b;
    background-image: url('../img/ilu-owner/check_white.svg');
    transform: rotate(0);
}

.progress-steps_item.error {
    border: 4px solid #5ea82b;
    background-color: #5ea82b;
    background-image: url('../img/ilu-owner/delete_white.svg');
    transform: rotate(0);
}

.choose-owner .one-owner_item {
    color: #4600FF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #4600FF;
    padding: 0 15px;
    margin-right: 15px;
}

.choose-owner .one-owner_item.error {
    border: 3px solid #E02020;
}

/* .one-owner_item.btn-group {
    padding: 12.5px;
} */

.btn.focus, .btn:focus {
    box-shadow: none;
}

.one-owner_item.btn-group .btn-top-dropdown {
    font-family: Raleway;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    color: #4600FF;
    background-color: #fff;
    padding: 0 15px 0 5px;
}

.one-owner_item.btn-group .dropdown-toggle {
    font-family: Raleway;
    font-size: 20px;
    color: #6D7278;
    padding: 0 10px;
    border-left: 1px solid #EDEDED;
    height: 30px;
    margin-top: 16px;
}

.one-owner_item.btn-group .dropdown-menu {
    top: 64px !important;
    left: -2px !important;
    min-width: 103%;
    transform: translate3d(0, 0, 0) !important;
    background-color: #EDEDED;
    border-radius: 0;
    border: 2px solid #EDEDED;
    border-top: 1px solid #000;
    max-height: 375px;
    overflow: auto;
}

.one-owner_item.btn-group .dropdown-menu .dropdown-item {
    color: #4600FF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
}

.one-owner_item.btn-group .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #6c6c6c;
}

.one-owner_item.btn-group.show,
.one-owner_item.btn-group.show .btn-top-dropdown {
    background-color: #EDEDED;
    border-radius: 0;
    border: 2px solid #EDEDED;
}

.one-owner_item.btn-group.show .btn-top-dropdown:hover,
.one-owner_item.btn-group.show .dropdown-toggle:hover {
    background-color: #EDEDED;
}

.one-owner_item.btn-group.show .dropdown-toggle {
    border-left: 1px solid #fff;
}

.one-owner_item.btn-group .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #4600FF;
}

.one-owner_item.btn-group .btn-top-dropdown:hover {
    background-color: #fff;
}

.choose-owner .choose-owner_msg {
    color: #4600FF;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.choose-owner .choose-owner_msg.error {
    color: #E02020;
}

.invoice-table {
    width: 750px;
}

.invoice-table .invoice-col-title {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 45px;
}

.invoice-table .invoice-col-value {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.invoice-table .invoice-col-value .ilu-owner_item {
    text-transform: uppercase;
    width: 180px;
    color: #4600FF;
    font-family: Raleway;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 60px;
    text-align: center;
    border: 3px solid #4600FF;
    margin-top: -13px;
}

.invoice-table .row-title {
    background-color: #EDEDED;
    box-sizing: border-box;
    padding: 15px 15px;
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.invoice-table .row-title.total {
    background-color: #6C6C6C;
    color: #fff;
}

.invoice-table .additional-option .calc button {
    background-color: #D8D8D8;
    color: #fff;
    /* font-size: 36px; */
    border: 1px solid transparent;
    padding: 0 8px 7px;
    text-align: center;
    box-sizing: border-box;
    min-width: 34px;
    height: 44px;
    position: relative;
}

.invoice-table .additional-option .calc .btn_minus::after {
    content: '-';
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: -9px;
    left: 9px;
}

.invoice-table .additional-option .calc .btn_plus::after {
    content: '+';
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: -9px;
    left: 4.5px;
}

.invoice-table .additional-option .calc span {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.invoice-table .additional-option .invoice-col-value {
    min-width: 120px;
}

.invoice-table .row-title.total .invoice-col-value {
    min-width: 90px;
    color: #fff;
}

.invoice-table .additional-option .calc .calc_value {
    border: 1px solid #D8D8D8;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 5px;
    box-sizing: border-box;
    min-width: 34px;
    text-align: center;
    height: 44px;
    padding-top: 10px;
}

.invoice-table .additional-option .calc button:hover {
    background-color: #5ea82b;
}

.payment-table thead tr th {
    background-color: #D8D8D8;
    border: 1px solid #fff;
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
}

.payment-table tbody tr td {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #fff;
    border-top: 2px solid rgba(108, 108, 108, 0.3);
}

.payment-table {
    max-width: 50%;
}

.payment-table.max-width-table {
    max-width: 100% !important;
}

.payment-table tbody tr:nth-child(1) {
    background-color: #EDEDED;

}

.payment-table.max-width-table tbody tr:nth-child(even) {
    background-color: rgba(237, 237, 237, 0.3);
}

.payment-table tbody tr:last-child {
    border-top: 2px solid #6C6C6C !important;
}

.payment-table tbody tr:nth-child(2) {
    background-color: rgba(237, 237, 237, 0.3);
}

.payment-table tbody tr:nth-child(3) {
    background-color: #EDEDED;
}

.payment-table tbody tr:nth-child(4) {
    background-color: rgba(237, 237, 237, 0.3);
}

.payment-table tbody tr:nth-child(5) {
    background-color: #EDEDED;
}

/* .payment-table tbody tr:nth-child(even) {
    background-color: #EDEDED;
} */

.payment-table tbody tr.grey {
    background-color: #EDEDED;
}

.payment-table.max-width-table tbody tr.light-grey {
    background-color: rgba(237, 237, 237, 0.3) !important;
}

.payment-table tbody tr.grey td {
    border: none;
    border-top: 1px solid #6c6c6c;
}

.payment-method {
    margin-top: 50px;
}

.payment-method .payment-method_item {
    background-color: #EDEDED;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 50px;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    color: #5F5F5F;
}

.payment-method_item.checked {
    border: 1px solid #5ea82b;
}

.payment-method .payment-method_item:hover {
    cursor: pointer;
    border: 1px solid #5ea82b;
    text-decoration: none;
}

.payment-instruction .identifier {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px;
}

.payment-instruction .value {
    color: #5F5F5F;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.database-table .dropdown-custom .toggle-button {
    border: 2px solid transparent;
    /* padding-left: 40px; */
    padding: 10px 10px 10px 40px;
}

.database-table thead tr {
    background-color: #EDEDED;
}

.database-table thead tr th {
    border: 1px solid #EDEDED;
}

.database-table tbody tr td {
    border: 1px solid #EDEDED;
}

.database-table .dropdown-custom::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/ilu-owner/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    left: 8px;
    top: 13px;
    padding: 0;
    min-width: 24px;
}

.database-table .dropdown-custom {
    margin-bottom: 0;
}

.database-table .dropdown-custom .dropdown-menu .dropdown-menu__item {
    padding-left: 25px;
}

.database-table .dropdown-custom .dropdown-menu .dropdown-menu__item:hover {
    background-color: transparent;
}

.database-table .dropdown-custom .dropdown-menu .dropdown-menu__item::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/ilu-owner/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    left: 8px;
    top: 15px;
    padding: 0;
    min-width: 24px;
}

.database-table .dropdown-custom .dropdown-menu {
    top: 44px !important;
}

.database-table .pending-item__code {
    height: 24px;
    width: 60px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
    margin: 0 auto;
}

.database-table .pending-item__code.violet {
    background-color: #4600FF;
}

.database-table .select-document {
    color: #4600FF;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.database-table .document-name {
    background-color: #EDEDED;
    padding: 0 5px;
}

.database-table .delete-document {
    border: 1px solid #EDEDED;
    border-radius: 0;
}

#addCompanyLogo .modal-title {
    color: #5ea82b;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
}

.vat-table-row {
    background-color: rgba(237, 237, 237, 0.3);
    border-bottom: 1px solid #6C6C6C;
    border-top: 1px solid rgba(108, 108, 108, 0.3);
    border-left: 1px solid rgba(237, 237, 237, 0.3);
    border-right: 1px solid rgba(237, 237, 237, 0.3);
}

.vat-table-row.fee {
    border-bottom: 1px solid rgba(108, 108, 108, 0.3);
}

.action_dropdown {
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 0;
}

.action_dropdown .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #5ea82b;
}

.ilu-owner_action-menu {
    height: 24px;
    width: 24px;
    background-image: url("../img/ilu-owner/menu.svg");
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-color: #EDEDED;
    border-radius: 50%;
}

.dropdown.show .ilu-owner_action-menu {
    background-image: url("../img/ilu-owner/menu_org.svg");
}

.mobile-top-action {
    display: none !important;
}

.page-name_mobile {
    display: none;
}

.logo_mobile {
    display: inline-block;
}

/* ---------MEDIA--------- */
@media (max-width: 992px){
    .table-stickers-step3-custom thead {
        display: revert !important;
    }

    .table-stickers-step3-custom  tr {
        border-bottom: 1px solid #ededed !important;
        position: relative;
        display: revert !important;
    }

    .table-stickers-step3-custom  td {
        display: revert !important;
        flex-direction: column;
        border-bottom: 1px solid transparent !important;

    }
}
@media (max-width: 992px){
    .table-stickers-custom  thead {
        display: revert !important;
    }

    .table-stickers-custom  tr {
        border-bottom: 1px solid #ededed !important;
        position: relative;
        display: revert !important;
    }

    .table-stickers-custom  td {
        display: revert !important;
        flex-direction: column;
        border-bottom: 1px solid transparent !important;

    }
}
@media (max-width: 992px){
    .shipment_table-custom  thead {
        display: revert !important;
    }

    .shipment_table-custom tr {
        border-bottom: 1px solid #ededed !important;
        position: relative;
        display: revert !important;
    }

    .shipment_table-custom  td {
        display: revert !important;
        flex-direction: column;
        border-bottom: 1px solid transparent !important;
    }
}
@media (max-width: 991px){
    .container-owner-custom .tab-content .tab-pane .col-5{
        margin-left: 50px !important;
    }
    .container-owner-custom .tab-content .tab-pane .col-2{
        margin-left: 5px !important;
    }
    .container-owner-custom .tab-content .tab-pane .col-4{
        margin-left: 0px !important;
    }
    .container-owner-custom .tab-content .tab-pane #items{
        overflow: auto !important;
    }
}
@media (max-width: 416px){
    .footer-container-custom {
        padding-left: 38% !important;
        text-align: center !important;
    }
    .footer-div-custom {
        display: table-caption !important;
    }
}
.arianeCustom{
    text-decoration: none !important;
    cursor: auto !important;
}
.align-items-privilege-custom{
    align-items: normal!important;
}
@media (max-width: 767px){
    .docs-custom {
        width: 55% !important;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .d-md-none-custom {
        display: flex!important;
    }
}
@media (min-width: 993px) and (max-width: 1199px){
    .mobile_menu_container {
        font-size: 12px !important;
    }
    .mobile_menu_container .dropdown_menu li {
        font-size: 12px !important;
    }
    .mobile_menu_container .btn-orange {
        font-size: 12px !important;
    }
    .mobile_menu_container .btn-white {
        font-size: 12px !important;
    }
}
@media (max-width: 992px) {
    .mobile_menu {
        display: block !important;
    }
    .btn-group-profile {
        display: block !important;
    }
}
@media (min-width: 993px) {
    .flex-lg-row-custom {
        flex-direction: row !important;
    }
}
@media (max-width: 992px){
    .flex-lg-row-custom {
        flex-direction: column !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .numbers .numbers_rect .numbers_rect__example p {
        font-size: 50px !important;
    }
}
@media (max-width: 365px) {
    .numbers .numbers_rect .numbers_rect__example p {
        font-size: 55px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .consult .btn-orange {
        width: 200px !important;
    }
}
@media (max-width: 992px) {
    .sign-up_form form {
        width: 100% !important;
        padding: 0 35px;
        box-sizing: border-box;
    }
    .logo_mobile {
        display: none;
    }
    .page-name_mobile {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        padding: 30px 0;
        margin-bottom: 0;
    }
    .sidebar {
        width: auto;
        min-width: auto;
        position: relative;
        height: auto;
    }
    .sidebar_menu {
        display: none;
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #4600FF;
        width: 100%;
        left: 0;
        height: 100vh;
        padding-left: 0;
        margin-top: 0 !important;
    }
    .sidebar_menu li {
        padding-left: 65px;
    }
    .content {
        padding: 30px 15px;
        margin-left: 0;
    }
    .btn-group-profile {
        flex: 1;
    }
    .btn-dropdown-profile {
        text-align: left;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .btn-cancel,
    .btn-add-new-user {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    table thead {
        display: none;
    }

    table tr {
        border-bottom: 1px solid #ededed !important;
        position: relative;
        display: block;
    }

    table td {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid transparent !important;

    }

    .user_settings__table .ilu-owner_item {
        margin-bottom: 10px;
    }

    table td::before {
        content: attr(label);
        color: #6D7278;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        /* width: 120px;
        min-width: 120px; */
        margin-bottom: 10px;
        text-align: left;
    }

    .active-mobile {
        position: absolute;
        top: 0;
        right: 0;
    }

    .choose-owner .one-owner_item {
        padding: 0 12px;
        margin-right: 12px;
    }

    td:empty {
        display: none;
    }

    .mobile-top-action {
        display: flex !important;
    }
}


/* PAYMENT STYLES */
.group {
    background: white;
    /* box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08); */
    border-radius: 4px;
    margin-bottom: 20px;
    max-width: 715px;
}

label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    /* height: 40px; */
    line-height: 40px;
    /* margin-left: 20px; */
    display: flex;
    flex-direction: column;
}

.group label:not(:last-child) {
    /* border-bottom: 1px solid #F0F5FA; */
}

label > span {
    width: 120px;
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    /* text-align: right; */
    margin-right: 30px;
}

label > span.brand {
    width: 30px;
}

.cover-field {
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.cover-field .field {
    border: 0;
}

.field {
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
}

.field::-webkit-input-placeholder {
    color: #CFD7E0;
}

.field::-moz-placeholder {
    color: #CFD7E0;
    font-family: "Open Sans", sans-serif;
}

.hidden {
    display: none;
}

/* Buttons and links */
button {
    /* background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%; */
}

button:hover {
    filter: contrast(115%);
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    /*form {*/
    /*    width: 80vw;*/
    /*}*/

    .group {
        width: 100%;
    }
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}

/* .success,
.error {
    display: none;
    font-size: 13px;
} */

.success.visible,
.error.visible {
    display: inline;
}

.error {
    color: #E4584C;
}

.success {
    color: #666EE8;
}

.success .token {
    font-weight: 500;
    font-size: 13px;
}

/* ------------------------------------------ */


/*  ILU NUMBER */
.owner-dropdown .pending-item__container {
    box-sizing: border-box;
    padding-left: 12px;
    cursor: pointer;
}

.owner-dropdown .pending-item__code {
    color: #4600FF;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    /* line-height: 60px; */
    text-align: center;
    border: 3px solid #4600FF;
    background-color: #fff;
    width: 60px;
    padding: 0;
}

.owner-dropdown {
    min-width: 100%;
    border-radius: 0;
    background-color: #EDEDED;
}

.owner-dropdown .dropdown-item:hover {
    background-color: #4600FF;
}

.owner-dropdown .dropdown-item:hover .pending-item__code {
    border: 3px solid #fff;
    background-color: #4600FF;
    color: #fff;
}

.table_header {
    background-color: #EDEDED;
    padding: 15px 25px;
    margin-top: 50px;
}

.number_table .container_custom-checkbox {
    margin-top: -8px;
    padding-left: 0;
    margin-bottom: 0;
}

.btn-empty {
    padding: 15px 30px;
    margin-top: 70px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid transparent;
    color: #1C1C1C;
    background-color: #fff;
}

.ilu-check-number {
    border: 1px solid #6D7278;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 3px 7px;
    position: relative;
}

.ilu-check-number.important::after {
    position: absolute;
    content: '*';
    top: -3px;
    right: -16px;
    font-weight: bold;
}

.drag_and_drop {
    border: 2px dashed #5ea82b;
    border-radius: 7.5px;
    width: 90%;
    margin: 0 auto;
}

.shipment_table th:first-of-type {
    font-size: 16px;
}

.shipment_table {
    margin-top: 35px;
    margin-bottom: 30px;
    width: 100%;
}

.shipment_table th {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 12px;
    font-weight: bold;
    background-color: #6D7278;
    border: 1px solid #fff;
    padding: 15px 20px;
}

.shipment_table td:first-of-type {
    font-size: 16px;
}

.shipment_table td {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #EDEDED;
    border: 1px solid #fff;
    padding: 15px 20px;
}

.amount-stickers_dropdown {
    width: 65px;
}

.amount-stickers_dropdown .dropdown-menu {
    min-width: auto;
}

.stick-grey {
    height: 2px;
    width: 100%;
    background-color: #EDEDED;
    margin-top: 40px;
    margin-bottom: 20px;
}

.number-settings_value input {
    width: 100%;
    border: 2px solid #EDEDED;
    padding: 12px 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
}

.number-settings_value input.error {
    border: 2px solid #E02020;
    color: #E02020;
}

.number-settings_value input:focus {
    border: 2px solid #4600FF;
    box-shadow: none;
    outline: none;
}

.number-settings_value .sign-up_input.dropdown-custom .toggle-button {
    border: 1px solid #EDEDED;
}

.number-settings_value .sign-up_input.dropdown-custom.show .toggle-button {
    border-top: 2px solid #4600FF;
    border-left: 2px solid #4600FF;
    border-right: 2px solid #4600FF;
}

.number-form input.error,
.number-field.error {
    border: 2px solid #E02020;
    color: #E02020;
}

.number-form input {
    height: 44px;
    width: 34px;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    border: 2px solid #EDEDED;
    margin-right: 5px;
    border-radius: 0;
}

/* input:focus,
textarea:focus {
    outline: none;
} */

.textarea-number {
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 15px;
}

.number-of-ilu_input {
    width: 116px !important;
    margin-left: 11px;
}

.table-col-width-50 {
    width: 50px;
}

.table-col-width-100 {
    width: 100px;
}

.table-col-width-150 {
    width: 150px;
}

.content-min-height {
    min-height: 100vh;
}

.vertical-middle {
    vertical-align: middle;
}

.sticker-options-table .container_custom-checkbox {
    text-align: center;
}

/* ILU_STICKER */
.vertical-middle {
    vertical-align: middle !important;
}

.sticker-options-table .text-for-checkbox {
    text-align: center;
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
}

.sticker-options-table .container_custom-checkbox {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
}

.sticker-options-table .container_custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
}

/* .sticker-options-table .container_custom-checkbox.with-text {
    padding-left: 37px;
} */

/* .sticker-options-table .container_custom-checkbox.with-text .checkmark {
    left: 41px;
}

.sticker-options-table .container_custom-checkbox.no-text .checkmark {
    top: -21px;
    left: 72px;
} */

.sticker-options-table tbody td {
    border: 1px solid #EDEDED;
}

.sticker-options-table .tr-dark-bg {
    background-color: #D8D8D8;
    border: 1px solid #fff;
}

.sticker-options-table .tr-light-bg {
    background-color: #EDEDED;
    border: 1px solid #fff;
}

.sticker-options-table .sub-row td {
    background-color: #EDEDED;
    border-top: 2px solid rgba(108, 108, 108, 0.3);
    border-bottom: 2px solid rgba(108, 108, 108, 0.3);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.sticker-options-table .vat-row td {
    background-color: rgba(237, 237, 237, 0.3);
    border-top: 2px solid #6C6C6C;
    border-bottom: 2px solid #6C6C6C;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.sticker-options-table .total-row td {
    background-color: #EDEDED;
    border: none;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.underline {
    text-decoration: underline;
}

/*  SUPPORT  */
.pending {
    background-color: #EDEDED;
}

.support_request-form {
    width: 50%;
}

.subject-form {
    margin-top: 70px;
    margin-bottom: 70px;
}

.subject-form input {
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1C1C1C;
    height: 56px;
    box-sizing: border-box;
    padding: 0 25px;
}

.content-form {
    margin-bottom: 70px;
}

.content-form textarea {
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1C1C1C;
    box-sizing: border-box;
    padding: 15px 25px;
}

.file-form .attach-file {
    width: 100%;
    border: 2px dashed #EDEDED;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.file-form .attach-file .formats {
    color: rgba(35, 35, 39, 0.84);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.08px;
}

.file-form .attach-file .also {
    color: rgba(105, 105, 105, 0.84);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.09px;
}

.file-form .attach-file .click {
    color: #005CFF;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.09px;
    text-decoration: underline;
    margin-bottom: 0;
}

.attached-files {
    margin-bottom: 20px;
}

.attached-files .attached-file-item {
    background-color: rgba(237, 237, 237, 0.39);
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.bottom_bar {
    width: 91%;
    margin: 10px auto 0;
}

.bottom_bar .progress-bar {
    height: 4px;
    background-color: #D8D8D8;
    width: 100%;
}

.bottom_bar .progress-bar .progress-bar_done {
    height: 4px;
    width: 300px;
    background-color: #4600FF;
}

.bottom_bar .progress-percent {
    color: #4600FF;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.conversation {
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.conversation .user-msg {
    border-bottom: 2px solid #ededed;
    box-sizing: border-box;
    padding-bottom: 25px;
    margin-top: 40px;
}

.user-msg .top_info {
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(237, 237, 237, 0.3);
}

.user-msg .top_info .name {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
}

.user-msg .top_info .time {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.user-msg .top_info .status {
    color: #6D7278;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.user-msg .top_info .pending {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
}

.user-msg .top_info .subject {
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.user-msg .msg-content {
    color: #5F5F5F;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.files-in-msg .one-file {
    background-color: rgba(237, 237, 237, 0.39);
    box-sizing: border-box;
    padding: 10px 15px;
    color: #1C1C1C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.signup-title{
    position: absolute;
    top: 20vh;
    left: 80px;
    z-index: 102;
}

.signin-title{
    position: fixed;
    top: 22vh;
    left: 1vw;
    z-index: 999;
    width: 43vw;
}

.header_menu__main{
    position: fixed;
    right: 55px;
    top: 50px;
    z-index: 103;
    color: #ffff;
}

.eye-icon{
    position: absolute;
    top: 38%;
    right: 34%;
    cursor: pointer;
}

.msg-content p{
    font-size: 1vw;
}

.forgot-pass-title{
    margin: 5vh 0px;
}



/******************site uirr********************/
.homepage .numbers a:hover {
    color: #FAFAFA !important;
    text-decoration: none !important;
}
.homepage .example a:hover {
    color: #FAFAFA !important;
    text-decoration: none !important;
}

.homepage .privilege a:hover {
    color: #FAFAFA !important;
    text-decoration: none !important;
}

.homepage .code_slider a:hover {
    color: #FAFAFA !important;
    text-decoration: none !important;
}

.btn-register-cust{
    height: 50px;
    width: 115px;
    background-color: #4DADC9;
    border: none;
    /*height: 16px;*/
    /*width: 55px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;

}
.btn-login-cust{
    height: 50px;
    width: 115px;
    border: solid 1px #4DADC9;
    background-color: #FAFAFA;

    /*height: 16px;*/
    /*width: 55px;*/
    color: #4DADC9;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;

}
.logo-homepage {
    height: 82px;
    width: 171px;
}
/*.sign-up {*/
/*    height: 16px;*/
/*    width: 55px;*/
/*    color: #FAFAFA;*/
/*    font-family: "Maven Pro";*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 0;*/
/*    line-height: 17px;*/
/*}*/
.container-cust{
    margin-top: 30px;
    margin-left: 80px;
}
@media (min-width: 993px) {
    header {
        padding: 34px 85px;
        height: 150px;
        background-color: #FAFAFA;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }
    .mrg-20{
        margin-left: 20px;
    }
    .header_menu ul li.active a {
        /*border-bottom: 2px solid #5ea82b;*/
        background-image: linear-gradient(#4DADC9 0 0);
        background-position: bottom left;
        background-size: 50% 2px;
        background-repeat: no-repeat;
        padding-bottom: 2px;
        color: #4DADC9;
    }
    .header_menu ul li:hover a {
        /*border-bottom: 2px solid #5ea82b;*/
        background-image: linear-gradient(#4DADC9 0 0);
        background-position: bottom left;
        background-size: 50% 2px;
        background-repeat: no-repeat;
        padding-bottom: 2px;
        color: #4DADC9;
    }

    .header_menu ul {
        list-style: none;
    }

}
@media (min-width: 993px) and (max-width: 1340px) {
    .news-rect {
        /*height: 430px !important;*/
        /*width: 288px !important;*/
        height: 27vw !important;
        width: 26vw !important;
    }
    .numbers_rect p {
        width: auto !important;
    }
    .example_desc {
        width: auto !important;
        height: auto !important;
    }
    .example_desc_ediges {
        width: auto !important;
        height: auto !important;
    }
    .example_desc_ediges_page {
        width: auto !important;
        height: auto !important;
    }
}
@media (max-width: 992px) {

    .btn-register-cust{
        height: 40px;
        width: 73.4px;
        font-size: 11px !important;
    }
    .btn-login-cust{
        height: 40px;
        width: 73.4px;
        font-size: 11px !important;

    }
    header{
        height: 110px;
    }
    .logo-homepage {
        height: 48.91px;
        width: 102px;
    }
    .mrg-20{
        margin-left: 5px;
    }
    .header_menu {
        display: none;
        position: absolute;
        left: 0;
        top: 110px;
        width: 100%;
        height: 100vh;
        background-color: #f8f9fa;
        z-index: 9999;
    }
    .header_menu ul{
        display: block !important;
    }
    .header_menu ul li.active a {
        color: #4DADC9;
    }
    .header_menu ul li:hover a {
        color: #4DADC9;
    }

    .header_menu ul {
        margin-left: 10px;
    }
    .header_menu ul li {

        line-height: 55px;
    }
    .header_menu ul {
        list-style-type: none;
    }
    .header_menu ul li:before {
        content: '- ';
        padding-right: 15px;
        color: #4DADC9;
        font-weight: 900;
        font-size: 18px;
    }
    .copy{
        text-align: center;
        float: none !important;
        margin-right: 0 !important;
    }
    .footer-section{
        margin-bottom: 40px;
    }
    .footer-section-title{
        text-align: left !important;
    }
    .cover-about{
        height: 287px;
    }
    .example_title{

        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 28px !important;
        background-image: linear-gradient(#f8f9fa 0 0);
        background-position: bottom left;
        background-size: 14% 2px;
        background-repeat: no-repeat;
        padding-bottom: 20px !important;
    }
    .example_desc{

        /*height: 284px !important;*/
        /*width: 305px !important;*/
        width: auto !important;
        height: auto !important;
        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }
    /* .btn-homepage-cust{
        height: 40px !important;
        width: 73.4px !important;

    } */
    .btn-homepage-news-cust{
        height: 40px !important;
        width: 73.4px !important;

    }
    .about-text-section-content {
        margin: 40px 8px !important;
    }
    .cover-ediges{
        height: 287px;
    }
    .example_title_ediges{

        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 28px !important;
        background-image: linear-gradient(#2F4C5C 0 0);
        background-position: bottom center !important;
        background-size: 14% 2px;
        background-repeat: no-repeat;
        padding-bottom: 20px !important;
    }
    .example_desc_ediges{

        height: auto !important;
        width: auto !important;
        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }

    .ediges-text-section-content {
        margin: 40px 8px !important;
        float: none !important;
        text-align: center !important;
    }
    .homepage .header-bg {
        margin-top: 100px ;
        height: 438px;
    }
    .top_title {
        padding-top: 220px;
        padding-bottom: 220px;
        height: calc(100vh - 172px);
        display: flex!important;
        flex-direction: column!important;
        justify-content: space-between!important;
        align-items: center!important;

    }

    .top_title h1 {
        /* height: 62px; */
        /*width: 260px;*/
        color: #FAFAFA;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 31.12px;
        text-align: center;
    }

    .top_title p {
        height: 115px;
        width: 345px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22.5px;
        text-align: center;
    }

    .container-home2 {
        width: 90% !important;
        float: none !important;
        margin-left: 5% !important;
    }

    .news-rect {
        height: 235px !important;
        width: 100% !important;
        position: relative;
        padding: 20px !important;
    }

    .privilege{
        display: none !important;
    }

    .code_slider{
        display: block !important;
    }

    .container-home-news{
        /*width: 95%;*/
        width: 82%;
        margin-left: 9%;
    }

    .news_big_title_black{
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 28px;
        margin-left: 25px;

    }

    .btn-homepage-news-cust{
        visibility: visible !important;
    }

    .header-bg {
        background-repeat: round;
    }

    .btn-accept-cookies{
        height: 33px !important;
        width: 73.4px;
        font-size: 11px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 13px !important;
        text-align: center !important;
    }

    .btn-read-cookies{
        height: 33px !important;
        width: 73.4px;
        font-size: 11px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 13px !important;
        text-align: center !important;
    }

    .cookies .cookies_desc {
        font-size: 11px!important;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px!important;
    }

    .cookies {
        Height: 130px !important;
        text-align: center;
    }
}

.cookies a {
    color: #4DADC9;
    text-decoration: none;
    background-color: transparent;
}

#footer a:hover {
text-decoration: underline;
}

#footer h6 {
color: #2F4C5C;
font-size: 12px;
font-weight: 500;
letter-spacing: 0;
line-height: 15px;
}

.copy {
float: right;
margin-right: 80px;
color: #2F4C5C;
font-size: 12px;
}

.footer-section-title {
text-align: right;
}

.hr-cust {
border: 1px solid #2F4C5C;
margin-top: 4px;
}

.container_homepage_title {
margin-left: 5%;
}

.about-text-section {
background-color: #2F4C5C;
}

.about-text-section-content {
    margin: 61px 31px;
}

.example_title {
    color: #FFFFFF;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    background-image: linear-gradient(#f8f9fa 0 0);
    background-position: bottom left;
    background-size: 14% 2px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.example_desc {
    color: #FFFFFF;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 40px;
    /* height: 181px;
    width: 495px; */
}

.btn-homepage-cust {
    width: max-content;
    background-color: #4DADC9;
    border: none;
    /*height: 16px;*/
    /*width: 55px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;

}

.about-image-section {
    background-image: url("../img/uirr/homepage/home about uirr.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
}

.about-text-section {
    height: 512px;
}

.container-home {
    width: 82%;
    margin-left: 9%;
}

.container-home-prev {
    width: 84%;
    margin-left: 8%;
}

.container-home2 {
    /*width: 90%;*/
    /*float: right;*/
    width: 82%;
    margin-left: 9%;
}

.ediges-text-section {
    background-color: #FAFAFA;

}

.ediges-text-section-content {
    margin: 60px;
    float: right;
    text-align: right;
}

.example_title_ediges {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    background-image: linear-gradient(#2F4C5C 0 0);
    background-position: bottom right;
    background-size: 14% 2px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.example_desc_ediges {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    height: 178px;
    /* width: 495px; */
    text-align: justify;
}

.ediges-image-section {
    background-image: url("../img/uirr/homepage/home bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
}

.news-rect {
    height: 24vw;
    width: 26vw;
    background-color: #4DADC9;
    margin-bottom: 40px;
    position: relative;
    padding: 25px;

    /* height: 391px;
    width: 390px;
    background-color: #4DADC9;
    margin-bottom: 40px;
    position: relative;
    padding: 45px; */
}

@media (max-width: 1473px) {
    .news-rect {
        padding: 15px;
    }

    .btn-homepage-news-cust {
        padding: 11px 19px !important;
    }
}

@media (max-width: 1061px) {
    .news-rect{
        padding: 10px;
    }

    .news_big_title {
        font-size: 34px;
        line-height: 30px;
    }

    .news_section_content {
        line-height: 20px !important;
    }

    .btn-homepage-news-cust {
        padding: 10px 10px !important;
    }
}

@media (max-width: 1200px) {
    .news-rect {
        height: 30vw !important;
    }
}

@media (max-width: 1035px) {
    .news-rect {
        height: 32vw !important;
        padding-bottom: 20px;
    }
}

.carousel-item .news-rect {
    height: 255px !important;
}

.carousel-item .news_section_title {
    font-size: 20px !important;
}

.carousel-item .news_section_content {
    font-size: 16px !important;
}

.news_section_title {
    color: #FFFFFF !important;
    /*font-family: "Maven Pro";*/
    font-size: 2vw !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 50px !important;
}

.news_section_content {
    color: #FFFFFF !important;
    /*font-family: "Maven Pro";*/
    font-size: 1vw !important;
    letter-spacing: 0 !important;
    line-height: 24px;
}

.btn-homepage-news-cust {
    height: 50px;
    width: 115px;
    background-color: #2F4C5C;
    border: none;
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    visibility: hidden;
}

.btn-homepage-news-cust2 {
    height: 50px;
    width: 180px;
    background-color: #2F4C5C;
    border: none;
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
}

.news_big_title {
    color: #F2F2F2;
    /*font-family: "Maven Pro";*/
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    visibility: hidden;
}

.news-rect:hover .news_big_title {
    visibility: visible;
}

.news-rect:hover .btn-homepage-news-cust {
    visibility: visible;
}

.btn-homepage-news-cust:hover {
    text-decoration: none !important;
    color: #FAFAFA !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.privilege {
    display: block;
}

.code_slider {
    display: none ;
}

.privilege {
    background-color: #FAFAFA !important;
}

.code_slider {
    background-color: #FAFAFA !important;
}

.btn-accept-cookies {
    height: 50px;
    width: 115px;
    background-color: #4DADC9;
    border: none;
    /*height: 16px;*/
    /*width: 55px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;

}

.btn-read-cookies {
    height: 50px;
    width: 115px;
    border: solid 1px #4DADC9;
    background-color: #FAFAFA;

    /*height: 16px;*/
    /*width: 55px;*/
    color: #4DADC9;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
}

.content-cookies {
    padding-left: 5%;
}

/************  ediges page **** website  *********/
@media (max-width: 992px) {
    .ediges .header-bg {
        height: 432px !important;
        background-repeat: no-repeat;
        background-position: top;
    }

    .page-ediges-section-title {
        padding: 25px 0 !important;
        text-align: center;
        margin-top: 110px!important;
    }

    .page-ediges-section-title h1 {
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 31.12px !important;
    }

    .page-ediges-section-title p {
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 22.5px !important;
    }

    .content-ediges-cust {
        width: 98%;
        margin-left: 1%;
    }

    .page-ediges-section-content h1 {
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 31.12px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .page-ediges-section-content p {
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 22.5px !important;
        text-align: center !important;
    }

    .page-ediges-section-content {
        padding: 50px 0 0 0  !important;
    }

    .cover-ediges {
        height: 280px;
    }

    .example_desc_ediges_page{
        /*height: 284px !important;*/
        /*width: 305px !important;*/
        width: auto !important;
        height: auto !important;
        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }

    .ediges-text-section,
    .ediges-text-section-content {
        max-width: 100% !important;
    }
}

.ediges .header-bg {
    background-image: url("../img/uirr/ediges/ediges top.webp");
    position: relative;
    overflow: hidden;
    z-index: 8;
    height: 643px;
    background-size: cover;

}
.page-ediges-section-title {
    margin-top: 150px;
    padding: 100px 0;
    background-color: #FAFAFA;

}

.page-ediges-section-title .container-title {
    width: 82%;
    margin-left: 9%;
}

.page-ediges-section-content {
    padding: 100px 0;
    background-color: #FAFAFA;
}

.page-ediges-section-content .container-title {
    width: 82%;
    margin-left: 9%;
}

.page-ediges-section-content h1 {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    text-align: center;
    margin-bottom: 50px;
}

.page-ediges-section-content p {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26.72px;
}

.ediges .ediges-image-section {
    background-image: url("../img/uirr/ediges/ediges bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
}

.ediges .about-text-section-content {
    margin: 61px 31px;
}

.page-ediges-section-title h1 {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
}

.page-ediges-section-title p {
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33.4px;
}

.content-ediges-cust {
    width: 90%;
    margin-left: 5%;
}

.example_desc_ediges_page {
    color: #FFFFFF;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 40px;
    /* height: 178px; */
    /* width: 495px; */
}

/************  cdm page **** website  *********/
@media (max-width: 992px) {
    .cdm .header-bg {
        height: 314px !important;
        background-repeat: no-repeat;
        background-position: top;
    }

    .page-cdm-section-title {
        padding: 25px 0 !important;
        text-align: center;
        margin-top: 110px!important;
    }
    .page-cdm-section-title h1 {
        font-size: 24px!important;
        font-weight: 500!important;
        letter-spacing: 0!important;
        line-height: 31.12px!important;
    }

    .page-cdm-section-title p {
        font-size: 15px!important;
        font-weight: 500!important;
        letter-spacing: 0!important;
        line-height: 22.5px!important;
    }

    .content-cdm-cust {
        width: 98%;
        margin-left: 1%;
    }

    .page-cdm-section-content h1 {
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 31.12px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .page-cdm-section-content p {
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 15px !important;
        /* font-weight: 500 !important; */
        letter-spacing: 0 !important;
        line-height: 22.5px !important;
        text-align: center !important;
    }

    .page-cdm-section-content {
        padding: 50px 0 0 0  !important;
    }
    .cover-cdm {
        height: 280px;
    }

    .example_desc_cdm_page {
        /*height: 284px !important;*/
        /*width: 305px !important;*/
        width: auto !important;
        height: auto !important;
        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }

    .display-show-more-content {
        display: none !important;
    }

    .display-show-more-button {
        display: block !important;
    }

    .display-show-more-button-none {
        display: none !important;
    }

    .mrg-top-section {
        margin-top: 25px;
    }

    .espace-bottom {
        margin-bottom: 0px !important;
    }
}

.cdm .header-bg {
    background-image: url("../img/uirr/cdm/CDM top .webp");
    position: relative;
    overflow: hidden;
    z-index: 8;
    height: 643px;
    background-size: cover;
}

.page-cdm-section-title {
    margin-top: 150px;
    padding: 100px 0;
    background-color: #FAFAFA;
}

.page-cdm-section-title .container-title{
    width: 82%;
    margin-left: 9%;
}
.page-cdm-section-content{
    padding: 100px 0;
    background-color: #FAFAFA;

}

.page-cdm-section-content .container-title{
    width: 82%;
    margin-left: 9%;
}
.page-cdm-section-content h1{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    text-align: center;
    margin-bottom: 50px;
}
.page-cdm-section-content p{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26.72px;
}


.cdm .cdm-image-section{
    background-image: url("../img/uirr/cdm/CDM bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
}

.cdm .about-text-section-content {
    margin: 61px 31px;
}
.page-cdm-section-title h1{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
}
.page-cdm-section-title p{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33.4px;
}
.content-cdm-cust{
    width: 90%;
    margin-left: 5%;
}
.example_desc_cdm_page{
    color: #FFFFFF;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 40px;
    /* height: 178px; */
}
.display-show-more-button{
    display: none;
}
.espace-bottom{
    margin-bottom: 25px;
}

/****** News Page *** Website *********/
.news .header-bg {
    background-image: url('../img/uirr/news/news_page_background.png');
    background-size: cover;
    width: 100%;
}

.news .page-cdm-section-title {
    margin-top: 0 !important;
    padding: 50px 0 !important;
    background-color: #FFFFFF;
}

.news .page-cdm-section-title .container-title {
    width: 94%;
    margin-left: 4%;
}

.news .page-cdm-section-content {
    padding: 0 !important;
    background-color: #FFFFFF;
}

.news .page-cdm-section-content .container-title {
    border-top: 2px solid #D8D8D8;
    padding-top: 50px;
    width: 90%;
    margin-left: 5%;
}

.article-author-rect {
    padding: 25px 0;
    border-bottom: 2px solid #D8D8D8;
}

.number_rect span {
    color: #2F4C5C;
}

.number_rect h3 {
    padding: 25px 0;
}
.number_rect h3 {
    padding-top: 25px;
    color: #2F4C5C;
}

.number_rect a {
    color : #4DADC9;
    font-weight: bold;
}

.filter-input {
    background: url('../img/uirr/news/icons8-expand-arrow-50.png') no-repeat right #F2F2F2;
    border: 1px solid #4DADC9;
    color: #95969B;
    margin-left: 1%;
    margin-bottom: 25px;
    padding: 17px;
    height: 60px;
    width: 280px;
    -webkit-appearance: none;
    background-position-x: 236px;
    background-size: 27px;
}

.load-more {
    width: 15rem;
    height: 58px;
    margin: 30px 0;
}

.article_rect {
    background-size: cover;
}

.news .mrg-top-section {
    margin-bottom: 50px;
}

.news-details .header-bg {
    background-size: cover;
    width: 80%;
    /*height : 40vw !important; */
    height: 27vw !important;
}

.news-details .page-cdm-section-content {
    padding: 0 !important;
    background-color: #FFFFFF;
}

.news-content {
    width: 60%;
    padding: 2%;
}

@media (max-width: 992px) {
    .news-content {
        width: auto;
    }

    .news-content img {
        width: 100%;
        height: auto;
    }
}

.news-content p {
    font-size: 20px;
    line-height: 2;
    text-align: left !important;
}

.news-details .page-cdm-section-title {
    background-color: #FFFFFF;
}

@media (min-width: 1200px) {
    .article_rect {
        height: 21vw !important;
    }

    .news .header-bg {
        height: 33vw !important;
    }

    /* .news-details .header-bg {
        height : 27vw !important;
    } */
}

@media (min-width: 768px) {
    .article_rect {
        height: 33vw;
    }

    .news .header-bg {
        height: 54vw;
    }

    /* .news-details .header-bg {
        height: 26vw;
    } */
}

@media (max-width: 767px) {
    .article_rect {
        height: 67vw;
    }

    .news .header-bg {
        height: 54vw;
    }

    /* .news-details .header-bg {
        height: 30vw;
    } */
}

@media (max-width: 992px) {
    .news .header-bg,
    .news-details .header-bg {
        background-repeat: no-repeat !important;
    }

    .news .header-bg {
        height: 57vw;
    }
}
/*********************************************/

/************  about page **** website  *********/
@media (max-width: 992px) {
    .about .header-bg {
        height: 432px !important;
        background-repeat: no-repeat;
        background-position: top;
    }
    .page-about-section-title {
        padding: 25px 0 !important;
        text-align: center;
        margin-top: 110px!important;
    }
    .page-about-section-title h1{
        font-size: 24px!important;
        font-weight: 500!important;
        letter-spacing: 0!important;
        line-height: 31.12px!important;
    }
    .page-about-section-title p{
        font-size: 15px!important;
        font-weight: 500!important;
        letter-spacing: 0!important;
        line-height: 22.5px!important;
    }
    .content-about-cust{
        width: 98%;
        margin-left: 1%;
    }
    .page-about-section-content h1{
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 31.12px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .page-about-section-content p{
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 22.5px !important;
        text-align: center !important;

    }
    .page-about-section-content {
        padding: 50px 0 0 0  !important;
    }
    .about .cover-about{
        height: 280px;
    }

    .example_desc_about_page{

        /*height: 284px !important;*/
        /*width: 305px !important;*/
        width: auto !important;
        height: auto !important;
        color: #FFFFFF;
        /*font-family: "Maven Pro";*/
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
    }
}
.about .header-bg {
    background-image: url("../img/uirr/about/aboutuirr top.webp");
    position: relative;
    overflow: hidden;
    z-index: 8;
    height: 643px;
    background-size: cover;

}
.page-about-section-title{
    margin-top: 150px;
    padding: 100px 0;
    background-color: #FAFAFA;

}

.page-about-section-title .container-title{
    width: 82%;
    margin-left: 9%;
}
.page-about-section-content{
    padding: 100px 0;
    background-color: #FAFAFA;

}

.page-about-section-content .container-title{
    width: 82%;
    margin-left: 9%;
}
.page-about-section-content h1{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    text-align: center;
    margin-bottom: 50px;
}
.page-about-section-content p{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26.72px;
}


.about .about-image-section{
    background-image: url("../img/uirr/about/abut uirr bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
}

/* .about .about-text-section-content {
    margin: 120px 60px;
} */
.page-about-section-title h1{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
}
.page-about-section-title p{
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33.4px;
}
.content-about-cust{
    width: 90%;
    margin-left: 5%;
}
.about .example_desc_about_page{

    color: #FFFFFF;
    /*font-family: "Maven Pro";*/
    font-size: 22px;
    letter-spacing: 0;
    line-height: 40px;
    /* height: 178px; */
    /* width: 495px; */
}
/********************** privacy ***********/
@media (max-width: 992px) {
    .privacy .header-bg {
        margin-top: 100px !important;
        height: 438px;
    }
    .privacy .header-bg {
        background-image: url("../img/uirr/privacy/Privacy Policy Photo mobile.png")!important;
        position: relative;
        overflow: hidden;
        z-index: 8;
        height: 224px;
        margin-top: 150px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hr-privacy{
        visibility: hidden !important;
    }
    .presentation-privacy p {
        /*height: 132px;*/
        /*width: 635px;*/
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        width: 97%;
    }
    .presentation-privacy h6 {
        /*height: 132px;*/
        /*width: 635px;*/
        color: #2F4C5C;
        /*font-family: "Maven Pro";*/
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        font-weight: bold;
    }
    .presentation-privacy h3 {

        color: #2F4C5C;
        font-size: 24px!important;;
        font-weight: 500!important;;
        letter-spacing: 0 !important;
        line-height: 28px !important;

    }
    .update-class{
        width: 50%!important;

    }
    .top_title-privacy {

        display: flex!important;
        flex-direction: column!important;
        justify-content: space-between!important;
        align-items: center!important;

    }

    .top_title-privacy h1 {

        height: 62px;
        /*width: 260px;*/
        color: #FAFAFA;
        font-size: 24px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .top_title-privacy p {

        height: 115px;
        width: 345px;
        color: #FFFFFF;
        font-size: 18px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 24px !important;
        text-align: center !important;
    }
    .presentation-privacy {
        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }

}
.privacy .header-bg {
    background-image: url("../img/uirr/privacy/Privacy Policy img.png") ;
    position: relative;
    overflow: hidden;
    z-index: 8;
    height: 224px;
    margin-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.container_privacy_title{
    margin-left: 9%;
}
.top_title-privacy {
    padding-top: 75px;
    padding-bottom: 220px;
    height: calc(100vh - 172px);
}

.top_title-privacy h1 {
    /*height: 170px;*/
    /*width: 635px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 56px;
}

.top_title-privacy p {
    /*height: 132px;*/
    width: 635px;
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;

}
.presentation-privacy {
    margin-top: 50px;
    margin-bottom: 50px;
}
.presentation-privacy p {
    /*height: 132px;*/
    /*width: 635px;*/
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    width: 97%;
    word-break: break-word;
}
.presentation-privacy h6 {
    /*height: 132px;*/
    /*width: 635px;*/
    color: #2F4C5C;
    /*font-family: "Maven Pro";*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: bold;
    word-break: break-word;
}
.presentation-privacy h3 {

    color: #2F4C5C;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;

}
.container-privacy{
    width: 82%;
    margin-left: 9%;
}
.container-privacy2{
    padding-left: 9% ;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    background-color: #2F4C5C;
}
.hr-privacy{
    border-top: 1px solid #4DADC9 !important;
    margin-top: 0rem !important;
    width: 15%;
    visibility: visible ;
}
.white-color-text{
    color: #FFFFFF !important;
}
.font-s-14{
    font-size: 14px !important;
}
/****************contact ****************/
@media (max-width: 767px){
    .info-responsive {
        width: 55%;
        margin-left: 20%;
    }
}

@media (max-width: 992px) {
    .contact-image-section{
        background-image: url("../img/uirr/contact/Contact img desktop.webp") !important;
        background-repeat: no-repeat;
        background-size: cover;
        place-self: stretch;
        Height: 345px !important;
    }
    .contact-image-section .top_title p {

        height: 115px;
        width: 345px !important;
        color: #FFFFFF;
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0;
        line-height: 22.5px !important;
        text-align: center;
    }
    .contact-image-section .top_title  {

        padding-top: 50px !important;
    }
    .contact-image-section  .top_title h1 {

        height: 62px;
        /*width: 260px;*/
        color: #FAFAFA;
        font-size: 24px !important;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 31.12px !important;
        text-align: center;
    }
    .cover-contact-infos {
        Height: auto !important;
        padding-top: 45px;
        margin-bottom: 50px;
    }

    .contact_us__form {
        /* padding: 170px 75px; */
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        background-color: #F2F2F2;
        /*height: 890px !important;*/
        height: auto !important;
        /* height: 1030px; */
    }


}
.contact .user-signup input,
.sign-up_input.dropdown-custom .toggle-button {
    width: 80%;
    text-align: left;
    margin: 8px 0px;
}

.contact .user-signup_data{
    margin-right: 10px;
}



.contact .user-signup_data-names{
    display: flex;
}

.contact .user-signup_data-names .sign-up_input{
    width: 42%;
}

.contact .user-signup_data-names input{
    width: 90%;
}



.contact .check-email .sign-up_input input{
    width: 70%;
}

.contact .check-email{
    width: 50%;
}
.container-contact{
    margin-top: 100px;
    margin-bottom: -50px;
}
.contact-image-section{
    background-image: url("../img/uirr/contact/Contact img desktop.webp");
    background-repeat: no-repeat;
    background-size: cover;
    place-self: stretch;
    /*Height: 830px;*/
    Height: 755px;
}
.cover-contact-infos{

    /*Height: 200px;*/
    Height: 160px;
    padding-top: 27px;
}
.contact_us .grey-stick {
    width: 1px;
    background-color: #EDEDED;
}

.contact_us__form {
    /*padding: 170px 75px;*/
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 170px;
    background-color: #F2F2F2;
    height: 915px;
    /*height: 1030px;*/
}

.contact_us__form .form-control {
    border: 1px solid #4DADC9;
    background-color: #F2F2F2;
    border-radius: 7px;
    padding: 15px 15px;
    height: auto;
}

.contact_us__form .form-control::placeholder {
    color: #95969B;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.contact_us__form label{
    color: #4DADC9;
    /*font-family: "Maven Pro";*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 20px;
}

/* Customize the label (the container) */
.contact_us__form .container_custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-top: 30px;
    cursor: pointer;
    color: #4DADC9;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.contact_us__form .container_custom-checkbox a {
    color: #4DADC9;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}

/* Hide the browser's default checkbox */
.contact_us__form .container_custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.contact_us__form .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #4DADC9;
    border-radius: 2px;
    background-color: #F2F2F2;
}

/* On mouse-over, add a grey background color */
.contact_us__form .container_custom-checkbox:hover input ~ .checkmark {
    background-color: #F2F2F2;
}

/* When the checkbox is checked, add a blue background */
.contact_us__form .container_custom-checkbox input:checked ~ .checkmark {
    background-color: #F2F2F2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.contact_us__form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contact_us__form .container_custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contact_us__form .container_custom-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #4DADC9;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact_us__form textarea {
    resize: none;
    height: 100px !important;
}
.contact_us__form.active.error::before {
    color: #E02020;
}
.contact_us__form .error .checkmark {

    border: 1px solid #E02020;

}
.contact_us__form .error .container_custom-checkbox a {

    color:  #E02020;

}
.contact_us__form .error input,
.contact_us__form .error .toggle-button,
.contact_us__form .error textarea{
    border: 2px solid #E02020 !important;
    outline: none;
}

.contact_us__form .error small{
    bottom: -12px;
    right: 143px !important;
    text-align: left;
}

.contact_us__form .error small {
    color: #E02020 !important;
    /*position: absolute;*/
    /*bottom: -16px;*/
    float: right;
    /*right: 91px;*/
}

.contact_us__form .error label{
    color: #E02020 !important;
}
.contact_us__form .error .form-control::placeholder{
    color: #E02020 !important;
}
.btn-send-cust{
    height: 50px;
    width: 115px;
    background-color: #4DADC9;
    border: none;
    /*height: 16px;*/
    /*width: 55px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;

}
.cover-contact-infos h6 {
    color: #FAFAFA;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}
.cover-contact-infos a {
    color: #FAFAFA;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}
.cover-contact-infos a:hover {
    text-decoration: none;
}
.cover-contact-infos .hr-cust{
    border: 1px solid #FAFAFA;
    margin-top: 1px;
}
.contact-image-section .top_title p {
    height: 72px;
    width: 369px;
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.contact-image-section .top_title h1 {
    height: auto;
    /*width: 486px;*/
    color: #FAFAFA;
    /*font-family: "Maven Pro";*/
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 84px;
}

@media (max-width: 767px) {
    .year-filter-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #year_filter {
        width: 91%;
        background-position-x: 97%;
    }

    .news .mrg-top-section {
        margin-bottom: 0;
    }
}


@media (max-width: 1043px) {
    .check-email, .sign-up_desc {
        max-width: 100% !important;
        width: 100% !important;
        padding-top: 100px !important;
        padding: 10px;
    }

    .check-email b, .sign-up_desc b {
        font-size: 18px !important;
    }

    .sign-up_desc p ,
    .container_custom-checkbox a,
    .business-phone-msg,
    .passwd-msg {
        font-size: 12px !important;
    }

    .user-signup {
        flex-direction: column !important;
        position: unset !important;
        width: 100% !important;
    }

    .user-signup_data,
    .user-signup_id {
        width: 83%;
    }

    .signup-title {
        position: unset !important;
        margin-top: 90px !important;
    }

    .user-signup input {
        width: 100%;
        margin: 10px 0;
    }

    #phone {
        margin-left: 0 !important;
    }

    .user-signup_data-names .sign-up_input {
        width: 49%;
    }

    .user-signup_data-names {
        justify-content: space-between !important;
    }

    .sign-up_input.dropdown-custom .toggle-button {
        position: unset;
        width: 100%;
        text-align: left;
        margin: 27px 0px;
    }

    .business-phone-msg,
    .passwd-msg {
        width: 100% !important;
    }

    .eye-icon {
        right: 20px !important;
    }

    .user-signup .signup-action {
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 50px auto;
    }

    .user-signup_data-names .sign-up_input.error small, .sign-up_input small {
        width: 100% !important;
        right: 0px !important;
    }
}

@media (max-width: 800px) {
    .user-signup_data,
    .user-signup_id {
        width: 100% !important;
    }
}
