.submenu {
    display: none;
}
.active .submenu {
    display: block;
}

.selected-menu {
    color: var(--red-color) !important;
    text-transform: uppercase;
}

.univer-img {
    max-width: 78px;
    max-height: 88px;
}

.all_republik_brand {
    max-width: 1300px;
}

.contact_form_wrapper .custom-select_dc {
    height: 38px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 15px;
    color: white;
    padding: 0 1rem;
    background-image: url(../img/arrow.svg);
    background-position: right 1rem center;
    background-size: 1em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact_form_wrapper .custom-select_dc > option, .contact_form_wrapper .custom-select_dc > option:hover {
    background-color: #000;
    cursor: pointer;
}

.check-area .checkmark:after {
    width: 4px !important;
    height: 8px !important;
}
.checkmark-radio:after {
    width: 4px !important;
    height: 8px !important;
}


.profile_wrapper input[type=password]{
    width: 320px;
    background-color: var(--bg--gray-1);
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: #fff;
    text-transform: uppercase;
}
.thumb_wrapper_profile {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-image: url(../img/bubble.svg);
    background-size: 160px;
}

.company_country_select {
    /*display: block !important;*/
    /*width: 320px;*/
    /*background-color: var(--bg--gray-1);*/
    display: none !important;
}


.alert {
    border-radius: 0px;
    border: none;
    padding: 15px;
    margin-bottom: 21px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    text-decoration: none;
    text-shadow: none;
    opacity: 0.4;
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 1600px) {
    .col_profile_right {
        margin-top: 21px;
    }
}

.profile_wrapper textarea,
.profile_wrapper input[type=text],
.profile_wrapper input[type=email],
.profile_wrapper input[type=tel] {
    text-transform: none !important;
}

.fo-form .field_wrapper {
    margin-bottom: 0px !important;
}

.fo-form .city_field {
    margin-bottom: 10px !important;
}

.inline-container {
    font-size: 0;
}

.inline-container > span {
    display: inline-block !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.hide-question {
    display: none !important;
}

div[class^='show_question'], div[class*=' show_question'] {
    display: block !important;
}

sup.required {
    font-size: 20px;
    top: -3.5px;
    color: red;
    font-weight: bold;
}

.error textarea,
.error .tox.tox-tinymce,
.error .checkmark {
    border-color:red !important;
}
.error p ,
.error .title_section ,
.error .label_txt {
    color: red !important;
}
.disabled-select_dc {
    pointer-events: none;
    opacity: 0.4;
}

.description_w span.small {
    color: #A1A1A6;
    font-size: 10px;
    display: block;
    float: right;
}

.info_participant_wrapper input[type=text],
.info_participant_wrapper input[type=email] {
    width: 100%;
    background-color: var(--bg--gray-1);
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: #fff;
}

.content_txt span{
    text-transform: none !important;
}

.popup_main_wrapper {
    width: 74%;
    position: fixed !important;
    top: 130px;
    height: calc(100vh - 200px);
    overflow-y: auto;
    &::-webkit-scrollbar {
        width: 4px;
    }
    &::-webkit-scrollbar-thumb {
        background: var(--red-color);
    }
    &::-webkit-scrollbar-track {
        background: none;
    }
}

table.leadstable {
    border: 1px solid #707070;
    border-radius: 5px;
    th {
        padding: 10px 5px;
        border-bottom: 1px solid #707070;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: var(--font-medium);
        color: #A1A1A6;
        text-align: left;
        border-right: 1px solid #707070;
        cursor: pointer;
        &:last-child {
            border-right: none;
        }
    }
    td {
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px solid #707070;
        border-right: 1px solid #707070;
        vertical-align:top;
        &:last-child {
            border-right: none;
        }
    }
    tr {
        &:last-child {
            td {
                border-bottom:none;
            }
        }
    }
    .th-sm {
        .txt-th {
            display: flex;
            align-items: center;
            justify-content: space-between;
            &:after {
                content: "";
                display: block;
                width: 12px;
                min-width: 12px;
                height: 13px;
                background-image: url(../img/sort.svg);
                background-repeat: no-repeat;
            }
        }
        &.sorting_asc {
            color: var(--red-color);
            .txt-th {
                &:after {
                    background-image: url(../img/sort_active.svg);
                }
            }
        }
    }
    .votes_wrap {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

.dataTables_filter {
    display: none !important;
}
.dataTables_info {
    display: none !important;
}

#leadTable_paginate, #dissatisfiedTable_paginate, #workshopTable_paginate {
    float: left !important;
    margin-top: 30px !important;

}

#leadTable_paginate a, #dissatisfiedTable_paginate a, #workshopTable_paginate a{
    padding: 5px !important;
    color: #fff !important;
    text-decoration: none ;

    &:hover {
        color: var(--red-color) !important;
        cursor: pointer;

    }
}

#leadTable_length , #dissatisfiedTable_length , #workshopTable_length{
    display: none !important;
}
.chosen-container-multi .chosen-choices {
    background-image: none !important;
    border-radius: 10px !important;
    padding: 4px 6px !important;
    background: #000000 !important;
    border: 1px solid #707070 !important;
}
.chosen-container .chosen-results li.highlighted {
    background: none !important;
    background-color: #484848 !important;
    color: #fff !important;
}

.chosen-container .chosen-results::-webkit-scrollbar {
    width: 4px !important;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
    background: var(--red-color) !important;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
    background: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none !important;
    box-shadow: none !important;
    color: #e3e3e3 !important;
    border: none !important;
    background: #484848 !important;
    padding: 5px 20px 5px 15px !important;
    border-radius: 15px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px !important;
    right: 4px !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
    box-shadow: none !important;
    border: none !important;
}
.choices .section_wrapper.multiple {
    padding-left: 20px;
}

.quiz_participant_wrapper .checkmark.radio {
    border-radius: 100%;
}

.quiz_participant_wrapper .check-area input[type="radio"]:checked ~ .checkmark {
    background-color: var(--dark-blue);
}

.quiz_participant_wrapper input[type="radio"], .quiz_participant_wrapper input[type="checkbox"] {
    z-index: 1;
    width: unset;
    height: unset;
    top: -10px;
    left: 0;
}

.ui-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 80px;
    overflow-y: auto;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #707070;
    display: none;
    background-color: #000000;
    font-size: 12px;
    margin-top: 5px;
    /*&.show {*/
    /*    display: block;*/
    /*}*/
    /*&::-webkit-scrollbar {*/
    /*    width: 3px;*/
    /*}*/

    /*&::-webkit-scrollbar-thumb {*/
    /*    background: #8D989F;*/
    /*    border-radius: 5px;*/
    /*}*/

    /*&::-webkit-scrollbar-track {*/
    /*    background: none;*/
    /*}*/
}

.ui-menu-item {
    padding: 5px 10px;
    cursor: pointer;
}
.ui-menu-item:hover {
        background-color: #2b2f31;
    }

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    word-wrap: break-word;
    width: 0;
}
.error {
    color: red;
    font-size: 12px;
}
.error ul {
    list-style-type: none;
    margin-left: 5px;
    margin-bottom: 5px;
}

.register_rules  .valid {
    color: green;
}

.home_select_profile .custom-select_dc {
    width: 100% !important;
}
#login-error {
    margin-left: 5px;
    margin-bottom: 5px;
    color: red;
    font-size: 12px;
}
.sp_profile_info .info_wrap .g_details {
    margin-top: 10px;
    margin-bottomgi: 10px;
}
.sp_profile_info .info_wrap .g_details > p .title_g {
    font-size: 14px;
    color: #A1A1A6;
}

.thmbuser {
    border: 2px solid #4e5058 !important;
}
.events_wrapper .event_card .thumbnail_wrapper img {
    object-fit: unset !important;
}
.events_wrapper .event_card .thumbnail_wrapper{
    border: 2px solid #4e5058 !important;
}
.sp_profile_wrapper .sidebar_sp_profile .sp_profile_info .thumb_wrapper  {
    object-fit: unset !important;
    border: 2px solid #4e5058 !important;

}
.sp_profile_wrapper .sidebar_sp_profile .sp_profile_info .thumb_wrapper img {
    object-fit: unset !important;
}

.brand_item_wrapper {
    color: #0478ff;
}

.focused-text {
    color: #ffffff !important;
}

/*.intro_details .thumb {*/
/*    border: 2px solid #4e5058 !important;*/

/*}*/

.simple-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: 5px;
    top: 8px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkArrow {
    position: absolute;
    top: 4px;
    left: 0;
    border: solid var(--dark-blue);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.checkArrow:after {
    content: "";
    position: absolute;
}

.check-area input:not(:checked) ~ .checkArrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.check-area input:checked ~ .checkArrow {
    top: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.list_inscription_table_wrapper table#sheets_table .company_profile .company_thumb_profile img {
    width: 50px !important;
    height: 50px !important;
}

.main_header_wrapper .header_content .brand img {
    width: unset !important; ;
    height: 60px;
}
.img-home-page {
    width: unset !important; ;
    height: 60px !important;
}

.table-bordered>tbody>tr>td.no-bordor-btm {
    border-bottom: 0;
}
.table-bordered>tbody>tr>td.no-bordor-top {
    border-top: 0;
}

 span.back a {
    margin-top: 10px;
    text-decoration: none;
    color: var(--blue) !important;
}
.inscription_form_wrapper .inscription_form_col .section_wrapper textarea {
    height: 160px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--bg--gray-1);
    border: none;
    font-size: 12px;
    font-weight: var(--font-medium);
    color: #fff;
}
.arrow {
    border: solid #e72a3d;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transition: all 0.3s;
    margin-right: 5px;
}
.js-open-choices.open .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.js-open-choices {
    cursor: pointer;
    transition: all 0.3s;
}

.js-open-choices:hover {
    opacity: 0.8;
}

.js-hidden-choices {
    display: none;
}

.js-hidden-choices.open {
    display: block !important;
}
.image-section .imageWrapper {
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
}
.image-section .imageWrapper img {
    object-fit: cover;
    height: 100%;
}

.d-block {
    display: block !important;
}

.intro_detail_link {
    text-decoration: none !important;
}

.intro_detail_link h5 {
    color: #FFFFFF;
}
.intro_detail_link:hover h5  {
    color: var(--red-color);
}
.image-section .imageWrapper {
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
}
.image-section .imageWrapper img {
    object-fit: cover;
    height: 100%;
}
.details_company_wrapper .row_input {
 display: block;
}
.chosen-container-multi.error .chosen-choices {
    border: 1px solid red !important;
}
.chosen-container-multi.error .chosen-choices li.search-field input[type="text"] {
    color: red !important;
}

.footer .univer-img {
    max-width: 65px;
}
.footer {
    padding: 50px 20px 20px;
}
.note-editor.note-frame {
    background: #000;
    border-color: #707070;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px 1px;
}


.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text] {
    background-image: url(../front/js/chosen_v1.8.7/chosen-sprite.png) !important;
}