﻿.answer {
    width: 100%;
    padding: 15px 0;
    border-bottom: 3px solid #2C3359;
}

.answer:last-of-type {
    border-bottom-width: 0;
}

.answer>div {
    display: inline-block;
}

.answer__options {
    width: 50%;
    padding: 0 15px;
    text-align: center;
}

.answer__options .option {
    width: 40%;
    margin: 0 10px;
}

.answer__question {
    width: 50%;
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
}

.answer__question__text {
    padding-bottom: 15px;
    width: 100%;
}

.answer__question .button {
    min-width: 110px;
    padding: 10px 15px;
    border-radius: 8px;
}

.button {
    display: inline-block;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    overflow: visible;
    white-space: nowrap;
}

.button__content>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
    background-size: 75%;
}

.button__loadcontent {
    display: none;
}

.button--loading {
    opacity: 0.7;
}

.button--loading .button__loadcontent {
    display: inline-block;
}

.button--loading .button__content {
    display: none;
}

.button--locked {
    background-color: #000 !important;
    background-image: url("../images/icons/svg/IconsBelia_Lock.svg");
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 60% 60%;
}

.button--locked .button__content {
    display: none;
}

.button__notification-num {
    position: absolute;
    top: -12px;
    right: -10px;
    color: #FFFFFF;
    background-color: #DC3D28;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    display: none;
}

.button--show-notification .button__notification-num {
    display: inline-block;
}

.button--color-main {
    background-color: #2C3359;
}

.button--color-red {
    background-color: #E3082C;
}

.button--categorybox-complete {
    background-color: rgba(0, 219, 146, 0.85);
    border-radius: 8px;
    display: block;
    margin: 17px;
    min-width: 170px;
}

.button--navbar {
    background-color: #E6E6E6;
    color: #2C3359;
    border-radius: 6px;
    font-weight: 800;
    font-size: 1.3rem;
    min-height: 36px;
    min-width: 65px;
}

.categorybox {
    display: inline-block;
    width: 100%;
    max-width: 385px;
    border-radius: 12px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.categorybox__header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #2C3359;
    color: #E6E6E6;
    position: relative;
}

.categorybox__header>div {
    display: inline-block;
}

.categorybox__header__name {
    float: left;
    width: 65%;
}

.categorybox__header__answered {
    float: right;
}

.categorybox__header__answered>div:last-of-type {
    display: none;
}

.categorybox__header__last-updated {
    width: 100%;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    float: right;
    position: relative;
    top: -13px;
}

.categorybox__content {
    height: calc(100% - 50px);
    background-size: 100%;
}

.categorybox__content__complete-buttons {
    display: inline-block;
}

.categorybox__content__complete-buttons a.button {
    color: #222222;
    font-weight: 600;
}

.categorybox--completed .categorybox__header {
    background-color: #00DB92;
    color: #222222;
}

.categorybox--completed .categorybox__header__answered>div:first-of-type {
    display: none;
}

.categorybox--completed .categorybox__header__answered>div:last-of-type {
    display: block;
}

.checkbox {
    display: inline-block;
}

.checkbox .checkbox__checkedmark,
.checkbox>input {
    display: none;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.checkbox input:disabled+.checkbox__content {
    opacity: 0.5;
}

.checkbox input:checked+.checkbox__content .checkbox__checkedmark {
    display: inline-block;
}

.keywordsfolder__list .checkbox .checkbox__content .checkbox__checkedmark.icon-check:before {
    margin: 1px 4px !important;
}

.checkbox__content {
    text-align: center;
}

.checkbox--size1 {
    width: 20px;
    height: 20px;
    font-size: 18px;
    background-color: rgba(250, 250, 250, 0.7);
    border: 1px solid #2C3359;
    border-radius: 3px;
    line-height: 16.66667px;
}

.checkbox--size2 {
    width: 26px;
    height: 26px;
    font-size: 27px;
    background-color: rgba(250, 250, 250, 0.7);
    border: 1px solid #2C3359;
    border-radius: 3px;
    line-height: 21.66667px;
}

.checkbox input:checked+.checkbox--size1,
.checkbox input:checked+.checkbox--size2 {
    background-color: #2C3359;
    border-color: #2C3359;
}

.choice .option__content__text {
    color: #2C3359;
}

.confusedmessage {
    padding: 15px 20px;
    width: 90%;
    max-width: 700px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.confusedmessage .header {
    border-bottom-width: 2px;
    width: 100%;
    padding: 0 0 4px;
    margin: 0;
    color: #1D2326;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    text-align: center;
}

.confusedmessage .header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.confusedmessage p {
    padding-top: 15px;
}

.confusedmessage a {
    color: #0C98BC;
}

.confusedmessage__answers {
    width: 75%;
    margin: 0 auto;
}

.confusedmessage__answers td {
    padding: 8px 15px 0 0;
}

.confusedmessage__answers td:first-of-type {
    font-weight: 800;
}

.confusedmessage__note {
    padding-top: 8px;
    font-size: 14px;
}

.confusedmessage .form__buttons {
    text-align: center;
    margin-top: 20px;
}

.confusedmessage .form__buttons .button {
    margin: 10px 25px 10px 0;
    min-width: 110px;
    font-size: 15px;
    padding: 5px;
}

.demo_note {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background-color: #FF2222;
    padding: 2px;
}

.form {
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
    background-color: #E9EAEE;
    border-radius: 12px;
    padding: 15px 1%;
    font-size: 1.6rem;
    font-weight: 400;
}

.form__header {
    color: #1D2326;
    font-size: 3rem;
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.form__table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.form__table>tbody>tr>td {
    width: 50%;
    padding: 7px 2%;
}

.form__table>tbody>tr>td table {
    table-layout: fixed;
    width: 100%;
}

.form__table>tbody>tr>td table td:first-of-type {
    width: 35%;
    font-size: 1.6rem;
}

.form__table>tbody>tr>td table td:last-of-type {
    width: 65%;
}

.form__table>tbody>tr>td table td:last-of-type .input,
.form__table>tbody>tr>td table td:last-of-type .select {
    width: 100%;
}

.form__empty-cell {
    height: 10px !important;
}

.form__buttons {
    padding: 28px 0 5px;
    text-align: center;
}

.form__buttons .button {
    min-width: 130px;
    padding: 7px 20px;
}

.form__radios {
    padding: 30px 0 15px;
}

.form__radios>div {
    display: inline-block;
    vertical-align: top;
}

.form__radios>div:first-of-type {
    max-width: 70%;
}

.form__radios>div:last-of-type {
    padding-left: 20px;
    min-width: 30%;
}

.form__radios>div:last-of-type>label {
    display: block;
    padding-bottom: 10px;
}

.form__checkbox {
    padding: 10px 0;
}

.form__checkbox>span {
    vertical-align: middle;
}

.form__checkbox .checkbox {
    margin-right: 12px;
}

.form__error-msg {
    font-size: 12px;
    font-weight: 500;
    color: #ff0000;
    margin: 0;
    padding: 0;
    text-align: left;
}

.form__required::after {
    content: '*';
    font-size: 15px;
    color: #ff0000;
}

.form__required-note {
    padding-left: 10px;
    width: 100%;
    font-size: 11px;
    color: #222;
    font-weight: 300;
    text-align: left;
}

.form__required-note i {
    margin-right: 5px;
}

.form_clientcreate {
    /* width: 90%;
    margin: auto; */
    width: 100%;
}

.form_customercreate {
    max-width: 850px !important;
}

.form_customercreate__radio-group {
    width: 100%;
}

.form_customercreate__radio-group>label {
    display: inline-block;
    width: 30%;
}

.form_customercreate__radio-group>label>span {
    display: inline-block;
    margin-right: 20px;
}

.form_customercreate__radio-group>label .radio {
    display: inline-block;
}

.form_create--personal {
    display: table-row;
}

.form_create--institution {
    display: table-row;
}

.form_create--institution {
    display: none;
}

.form_login {
    max-width: 400px !important;
    padding: 15px 20px;
}

.form_login .input {
    margin-bottom: 20px;
}

.form_login>a {
    color: #2C3359;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.form_create--supplier {
    display: none;
}

.form_suppliercreate {
    max-width: 720px !important;
}

.form_suppliercreate .form__table {
    table-layout: auto;
}

.form_suppliercreate .form__table td:nth-child(1),
.form_suppliercreate .form__table td:nth-child(3) {
    width: 15%;
}

.form_suppliercreate .form__table td:nth-child(2),
.form_suppliercreate .form__table td:nth-child(4) {
    width: 35%;
}

.form_suppliercreate .form__table td[colspan="3"] {
    width: 85%;
}

.generateusername {
    padding: 10px 0;
}

.generateusername>* {
    display: inline-block;
    vertical-align: top;
}

.generateusername__note {
    width: 60%;
    font-size: 11px;
    color: #222;
    font-weight: 300;
}

.generateusername__button {
    width: 40%;
}

.generateusername__button .button {
    float: right;
    font-size: 12px;
}

.header_leftside {
    opacity: 0;
    height: 30px;
}

@media all and (max-width: 710px) {
    .header_leftside {
        display: none !important;
    }

    .keywordsfolder__header__name {
        font-size: 12px !important;
    }

    .inputcanton.popupbox ul li label {
        margin-top: 12px;
        max-width: unset !important;
        gap: 3px !important;
    }

    .inputcanton__cantons>ul>li {
        line-height: 20px !important;
    }

    .keywordsbox__words-list {
        padding: 8px 7px !important;
    }

    .inputcanton .form__buttons .button {
        min-width: 115px !important;
    }
    .keywordsfolder__list {
        padding: 0 0 0 0px !important;
    }
    .keywordsfolder__list__item{
        padding: 6px 0px 6px 0px !important;
    }
    .inputcanton__cantons>ul>li h6 {
        font-size: 12px !important; 
    }
}
/* for specific mobile devices  */
@media only screen and (max-width: 344px) and (max-height: 882px) {
    
    .keywordsbox__words-list {
        padding: 8px 0px !important;
    }
    .inputcanton__cantons>ul>li h6 {
        font-size: 12px !important; 
    }
    .form__buttons .button {
        padding: 7px 16px;
    }
  }
.header {
    width: 100%;
    margin: 30px 0%;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 900;
    padding: 3px 0px;
    color: #2C3359;
    border-bottom: 3px solid #2C3359;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.header>span {
    white-space: nowrap;
}

.header>div {
    white-space: nowrap;
}

.header .icon {
    margin: 0 3px;
}

.header_supplierprofile {
    width: 100%;
    margin: 10px auto 40px;
}

.header_supplierprofile__buttons {
    float: right;
}

.header_supplierprofile__buttons .button {
    margin-left: 10px;
    font-size: 15px;
    padding: 3px 10px;
}

.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #eee;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.icon--to-right {
    float: right;
}

.icon--to-left {
    float: left;
}

.icon-delete {
    background-image: url("../images/icons/svg/delete.svg");
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
}

.icon__exit {
    background-image: url("../images/icons/svg/Belia_Icons_Back.svg");
    font-size: 13px;
    color: #111;
    line-height: 35px;
    padding-left: 38px;
    padding-right: 15px;
    width: auto;
    background-size: 18px 18px;
    background-position: 13px;
    border-radius: 5px;
}

.icon__logout {
    background-image: url("../images/icons/svg/Belia_Icons_LogOut-main-color.svg");
}

.icon__radius {
    background-image: url("../images/icons/svg/radius.svg");
}

.icon__close {
    background-image: url("../images/icons/svg/Belia_Icons_Close.svg");
}

.icon__close2 {
    background-image: url("../images/icons/svg/Belia_Icons_Close2.svg");
}

.icon__collapse-up {
    background-image: url("../images/icons/svg/Belia_Icons_Collapse Up.svg");
}

.icon__expand-down {
    background-image: url("../images/icons/svg/Belia_Icons_Expand Down.svg");
}

.icon__editable {
    background-image: url("../images/icons/svg/Belia_Icons_Editable.svg");
}

.icon__moveable {
    background-image: url("../images/icons/svg/Belia_Icons_Moveable.svg");
    cursor: pointer;
}

.icon__moveable-small {
    background-image: url("../images/icons/svg/Belia_Icons_Moveable_small.svg");
    cursor: pointer;
}

.icon__fontsize {
    background-image: url("../images/icons/svg/Belia_Icons_FontSize.svg");
    background-size: 35%;
}

.icon__reload {
    background-image: url("../images/icons/svg/Belia_Icons_Reload.svg");
}

.icon__savepdf {
    background-image: url("../images/icons/svg/Belia_Icons_SavePDF.svg");
}

.icon__favorite {
    background-image: url("../images/icons/svg/Belia_Icons_Bookmark.svg");
}

.icon__favorite-selected {
    background-image: url("../images/icons/svg/Belia_Icons_Bookmark_Selected.svg") !important;
}

.icon__favorite-selected {
    background-image: url("../images/icons/svg/Belia_Icons_Bookmark_Selected.svg");
}

.icon__call {
    background-image: url("../images/icons/svg/Belia_Icons_Call.svg");
}

.icon__collapse {
    background-image: url("../images/icons/svg/Belia_Icons_Collapse.svg");
}

.icon__expand {
    background-image: url("../images/icons/svg/Belia_Icons_Expand.svg");
}

.icon__mail {
    background-image: url("../images/icons/svg/Belia_Icons_Mail.svg");
}

.icon__print {
    background-image: url("../images/icons/svg/Belia_Icons_Print.svg");
}

.icon__share {
    background-image: url("../images/icons/svg/Belia_Icons_Share.svg");
}

.icon__web {
    background-image: url("../images/icons/svg/Belia_Icons_Web.svg");
}

.icon__mail-2 {
    background-image: url("../images/icons/svg/Belia_Icons_Mail_2.svg");
}

.icon__key {
    background-image: url("../images/icons/svg/Belia_Icons_Key_Password.svg");
}

.icon__editable-2 {
    background-image: url("../images/icons/svg/Belia_Icons_Editable_2.svg");
}

.icon__user-unlinked {
    background-image: url("../images/icons/svg/Belia_Icons_User_Unlinked.svg");
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__unlinked {
    background-image: url("../images/icons/svg/Belia_Icons_Unlinked.svg");
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__user-linked {
    background-image: url("../images/icons/svg/Belia_Icons_User_Linked.svg");
    width: 26px !important;
    height: 26px !important;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__user-inactive {
    background-image: url("../images/icons/svg/Belia_Icons_User_Inactive.svg");
}

.icon__user-admin {
    background-image: url("../images/icons/svg/Belia_Icons_User_Admin.svg");
}

.icon__user-customer {
    background-image: url("../images/icons/svg/Belia_Icons_User_Regular.svg");
}

.icon__user-regionalmanager {
    background-image: url("../images/icons/svg/icons8-user-24.png");
}

.icon__user- {
    background-image: url("../images/icons/svg/icons8-user-24.png");
}


i.icon__user- {
    margin-left: -4px;
    padding-left: 26px;
    padding-bottom: 21px;
}

label:nth-child(2) i.icon__user-regionalmanager {
    width: 20px;
    height: 20px;
}

.icon__user-institution {
    background-image: url("../images/icons/svg/Belia_Icons_User_Institution.svg");
}

.icon__user-institutionadmin {
    background-image: url("../images/icons/svg/Belia_Icons_User_InstitutionAdmin.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__user-institutionmember {
    background-image: url("../images/icons/svg/Belia_Icons_User_InstitutionMember.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__user-employee {
    background-image: url("../images/icons/svg/Belia_Icons_User_InstitutionEmployee.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.icon__user-superadmin {
    background-image: url("../images/icons/svg/Belia_Icons_User_SuperAdmin.svg");
}

.icon__user-vendor {
    background-image: url("../images/icons/svg/Belia_Icons_User_Supplier.svg");
}

.icon__user-supporter {
    background-image: url("../images/icons/svg/Belia_Icons_User_Supporter.svg");
}

.icon__add {
    background-image: url("../images/icons/svg/Belia_Icons_add.svg");
}

.icon__add2 {
    background-image: url("../images/icons/svg/Belia_Icons_add2.svg");
}

.icon__search {
    background-image: url("../images/icons/svg/Belia_Icons_Search.svg");
}

.icon__search2 {
    background-image: url("../images/icons/svg/Belia_Icons_Search2.svg");
}

.icon__check {
    background-image: url("../images/icons/svg/check.svg");
}

.icon__filter {
    background-image: url("../images/icons/svg/filter.svg");
}

.icon__filter-active {
    background-image: url("../images/icons/svg/filter_active.svg") !important;
}

.fill_filter {
    background-image: url("../images/icons/svg/filter_active.svg");
    position: relative;
}

.fill_filter .filter_count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    text-align: center;
}

.icon__eye {
    background-image: url("../images/icons/svg/eye.svg");
}

.icon__verification-1 {
    background-image: url("../images/icons/svg/IconsBelia_Verification1.svg");
}

.icon__verification-2 {
    background-image: url("../images/icons/svg/IconsBelia_Verification2.svg");
}

.icon__verification-3 {
    background-image: url("../images/icons/svg/IconsBelia_Verification3.svg");
}

.icon__verification-4 {
    background-image: url("../images/icons/svg/IconsBelia_Verification4.svg");
}

.icon__verification-5 {
    background-image: url("../images/icons/svg/IconsBelia_Verification5.svg");
}

.icon__upload {
    background-image: url("../images/icons/svg/IconsBelia_Upload.svg");
}

.icon__download {
    background-image: url("../images/icons/svg/IconsBelia_Download.svg");
}

.icon__check-circle {
    background-image: url("../images/icons/svg/IconsBelia_CheckMark_Circle.svg");
}

.icon__link {
    background-image: url("../images/icons/svg/IconsBelia_Link.svg");
}

.icon__trash-red {
    background-image: url("../images/icons/svg/IconsBelia_TrashRed.svg");
}

.icon__locationpin {
    background-image: url("../images/icons/svg/locationpin.svg");
}

.location-icons {
    background-image: url('../images/icons/svg/locationpin-svg.svg') !important;

}

span#selected_count {
    position: absolute;
    top: -5px;
    right: 119px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    text-align: center;
}

.button--show-notification .icon__filter {
    background-image: url("../images/icons/svg/filter_active.svg");
}

.index {
    height: 100%;
    text-align: center;
}

.index:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.index>div {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.index>div {
    margin-top: -30px;
    max-width: 90%;
}

.index .header {
    border-bottom-width: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 4rem;
}

.index__buttons .button {
    min-width: 130px;
    margin: 0 15px;
}

.index h6 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

main.index_page {
    height: calc(100% - 60px);
}

.input {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    border-radius: 8px;
}

.input input,
.input textarea {
    width: 100%;
    font-size: 1.7rem;
    color: #111111;
    padding: 12px 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.input input:focus,
.input textarea:focus {
    border: 1px solid #2C3359;
}

.input input {
    height: 44px;
}

.input--has-error {
    background-color: rgba(255, 0, 0, 0.3);
}

.input--password {
    position: relative;
}

.input--password input {
    padding-right: 40px;
}

.input--password .icon__eye {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 40px;
    height: 40px;
    background-size: 80%;
}

.input--textarea-size1 {
    height: 90px;
}

.input--textarea-size2 {
    height: 180px;
}

.input--autocomplete {
    display: inline-block;
    position: relative;
}

.input--autocomplete>ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0.5rem 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    outline: 0;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

.input_captcha {
    width: 100%;
}

.input_captcha>div {
    width: 100%;
}

.input_captcha>div>* {
    display: inline-block;
}

.input_captcha>div .input {
    width: 40%;
    margin-top: 22px;
}

.input_captcha>div img {
    margin: 10px 7px;
}

.input_captcha>div .icon__reload {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-size: 70%;
    margin-top: 5px;
    cursor: pointer;
}

.input_captcha__note {
    width: 60%;
    font-size: 11px;
    color: #222;
    font-weight: 300;
}

.inputcanton {
    width: 98%;
    max-width: 700px !important;
    padding: 15px 20px;
}

.inputcanton>.header {
    margin-bottom: 20px;
}

.inputcanton>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.inputcanton__cantons {
    width: 100%;
    text-align: left;
}

.inputcanton__cantons>ul {
    display: inline-block;
    width: 47%;
    padding: 25px 0;
}

.inputcanton__cantons>ul:first-of-type {
    float: left;
}

.inputcanton__cantons>ul:last-of-type {
    float: right;
}

.inputcanton__cantons>ul>li {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.inputcanton__cantons>ul>li h6 {
    display: inline-block;
    width: calc(100% - 25px);
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.inputcanton__cantons>ul>li .icon-check {
    width: 20px;
    font-size: 20px;
    display: none;
}

.inputcanton__cantons>ul>li input:checked~.icon-check {
    display: inline-block;
}

.inputcanton .form__buttons {
    padding: 0;
}

.inputcanton .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 10px;
}

.inputicon {
    height: 45px;
    position: relative;
}

.inputicon input {
    height: 100%;
    background-color: #F1F1F1;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 12px 12px 12px 45px !important;
    border-radius: 7px;
    width: 100%;
}

.inputicon i {
    display: inline-block;
    width: 45px;
    height: 100%;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.inputimg {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.inputimg>label+div {
    display: inline-block;
}

.inputimg__preview {
    display: inline-block;
    width: 170px;
    height: 100px;
    background-color: #fcfcfc;
    border-radius: 7px;
    margin-right: 10px;
}

.inputimg__preview--empty {
    border: 2px dashed #666;
}

.inputimg .button {
    font-size: 14px;
    padding: 4px 10px;
}

.inputimg--size2 .inputimg__preview {
    width: 110px;
    height: 65px;
}

.inputimg_offer {
    margin: 40px 0 30px;
}

.inputimg_offer>label {
    position: relative;
}

.inputimg_offer>label>i {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #F2F2F2;
    background-size: 55%;
    border-radius: 3px;
}

.inputimg_offer>p {
    display: inline-block;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    white-space: pre;
    text-align: left;
}

.inputkeywords__selected {
    display: inline-block;
}

.inputkeywords__selected li {
    display: inline-block;
    margin: 8px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 8px;
    border-radius: 5px;
}

.inputkeywords__selected li h6 {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.inputkeywords__selected li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 50%;
    cursor: pointer;
}

.inputkeywords__add {
    margin-left: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #2C3359;
    background-size: 45%;
    border-radius: 6px;
    cursor: pointer;
}

.inputradius {
    font-size: 14px;
    color: #333333;
    margin-bottom: 30px;
}

.inputradius__zipcode-controllers .button {
    margin: 10px 5px 0 0;
    min-width: 110px;
    font-size: 14px;
}

.inputradius__zipcode-controllers__reset {
    min-width: 30px !important;
    float: right;
}

.inputradius__zipcode-controllers__reset1 {
    min-width: 40px !important;
    background-size: 60% !important;
    margin-left: 15px !important;
    height: 40px !important;
    float: right;
}

.inputradius__note {
    padding: 15px 0 5px;
    color: #333;
    font-size: 10px;
    font-weight: 400;
}

.inputradius__map {
    width: 100%;
    height: 180px;
    background-color: #F1F1F1;
}

.inputradius__range-slider {
    padding: 40px 15px 0;
}

.inputzipcode * {
    padding: 5px;
}

.inputzipcode form input {
    border: 1px solid black;
}

.inputzipcode form button {
    background-color: black;
    color: white;
    border-radius: 5px;
    margin: 10px;
}

.inputzipcode__map {
    width: 100%;
    height: 650px;
    border: 1px solid #555;
    margin: 0 auto;
}

.inputzipcode__map * {
    padding: 0;
}

.inputzipcode__map>* {
    border: 1px solid #aaa;
    display: inline-block;
    height: 100%;
}

.inputzipcode__map-map {
    width: calc(100% - 80px);
}

.inputzipcode__map-zipcodes {
    width: 75px;
    overflow-y: auto;
}

.inputzipcodelist__selected {
    display: inline-block;
    max-height: 125px;
    overflow-y: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.inputzipcodelist__selected li {
    display: inline-block;
    margin: 7px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 8px;
    border-radius: 5px;
}

.inputzipcodelist__selected li h6 {
    display: inline-block;
    width: 37px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.inputzipcodelist__selected li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 50%;
    cursor: pointer;
}

.inputzipcodelist__add {
    margin-left: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #2C3359;
    background-size: 45%;
    border-radius: 6px;
    cursor: pointer;
}

.keywordalias {
    width: 98%;
    max-width: 450px !important;
    padding: 15px 20px;
}

.keywordalias>.header {
    margin-bottom: 20px;
}

.keywordalias>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.keywordalias .popupbox__table td:first-of-type {
    width: 45% !important;
    font-size: 14px !important;
}

.keywordalias .popupbox__table td .input input {
    padding: 7px 10px;
    font-size: 16px;
}

.keywordalias .form__buttons {
    padding: 0;
    margin-top: 20px;
}

.keywordalias .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
}

.keywordcreate {
    width: 98%;
    max-width: 450px !important;
    padding: 15px 20px;
}

.keywordcreate>.header {
    margin-bottom: 20px;
}

.keywordcreate>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.keywordcreate .popupbox__table td:first-of-type {
    width: 35% !important;
    font-size: 14px !important;
}

.keywordcreate .popupbox__table td .input input {
    padding: 7px 10px;
    font-size: 16px;
}

.keywordcreate .form__buttons {
    padding: 0;
    margin-top: 20px;
}

.keywordcreate .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
}

.keywordsbox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}

.keywordsbox--grey {
    background-color: #F1F1F1;
}

.keywordsbox--grey .inputicon input {
    background-color: #FFF !important;
}

.keywordsbox--grey .keywordsbox__words-list {
    border-width: 0;
}

.keywordsbox__words-list {
    border-radius: 7px;
    margin: 20px 0;
    padding: 8px 10px;
    background-color: #F1F1F1;
    height: 400px;
    overflow-y: auto;
}

.keywordsfolder__header>* {
    display: inline-block;
}

.keywordsfolder__header .badge_selected__filter {
    width: 20px;
    height: 20px;
    background: url("../images/icons/svg/filter_active.svg") no-repeat center;
    background-size: contain;
    position: relative;
}

.keywordsfolder__header .badge_selected__filter .filter__count {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
}


.keywordsfolder__header__expand i {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 3px;
    font-style: normal;
    background-color: #FFF;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.keywordsfolder__header__expand i.icon-minimize {
    display: none;
}

.keywordsfolder__header__name {
    font-size: 16px;
    margin: 0 5px;
    color: #111;
    font-weight: 800;
    vertical-align: middle;
}

.keywordsfolder__header__icons>.icon__close2 {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2C3359;
    cursor: pointer;
    background-size: 50%;
}

.keywordsfolder__list {
    display: none;
    height: auto;
    padding: 0 0 0 35px;
    margin: 0;
}

.keywordsfolder__list__item {
    width: 100%;
    padding: 6px 0px 6px 6px;
    font-size: 15px;
    font-weight: 800;
    color: #222;
    line-height: 22px;
}

.keywordsfolder__list__item__alias {
    color: #AAA;
}

.keywordsfolder__list__item--type-control>span:first-of-type {
    display: inline-block;
}

.keywordsfolder__list__item--type-control .icon__filter,
.icon__filter-active {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 2px;
    border: 1px solid #777;
    background-size: 70%;
}

.keywordsfolder {
    width: 100%;
    padding: 6px 0px 6px 6px;
    font-size: 15px;
    font-weight: 800;
    color: #444;
    line-height: 22px;
}

.keywordsfolder>span:last-of-type {
    float: right;
}

.keywordsfolder>span:last-of-type span {
    color: #27B676;
    font-size: 10px;
    font-weight: 300;
    margin: 0 6px;
}

.keywordsfolder>span:last-of-type div {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    cursor: pointer;
}

.keywordsfolder__list__item--type-control>span:last-of-type {
    float: right;
}

.keywordsfolder__list__item--type-control>span:last-of-type span {
    color: #27B676;
    font-size: 10px;
    font-weight: 300;
    margin: 0 6px;
}

.keywordsfolder__list__item--type-control>span:last-of-type div {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    cursor: pointer;
}

.institution__list__item--type-check>label i.icon__link {
    display: none;
    height: 22px;
    width: 20px;
    text-align: left;
}

.institution__list__item--type-check>label i.icon__unlinked {
    display: none;
    height: 22px !important;
    width: 20px !important;
    text-align: left;
}

.institution__list__item--type-check>label input:not(:checked)~div>i.icon__unlinked {
    display: inline-block;
}

.institution__list__item--type-check>label h6 {
    width: calc(100% - 50px);
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
}

.institution__list__item--type-check>label input:checked~div>i.icon__link {
    display: inline-block;
}

.icon-synonym {
    display: inline-block;
    height: 22px !important;
    width: 20px !important;
    text-align: left;
    background-image: url("../images/icons/svg/synonym-button.svg");
    float: right;
    cursor: pointer;
}

.keywordsfolder__list__item--type-check>label i.icon-check {
    visibility: hidden;
    display: inline-block;
    height: 22px;
    width: 20px;
    text-align: left;
}

.keywordsfolder__list__item--type-check>label h6 {
    width: calc(100% - 50px);
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
}

.keywordsfolder__list__item--type-check>label input:checked~div>i.icon-check {
    visibility: visible;
}

.keywordsfolder--expanded>.keywordsfolder__list {
    display: block;
}

.keywordsfolder--expanded>.keywordsfolder__header .icon-minimize {
    display: inline-block !important;
}

.keywordsfolder--expanded>.keywordsfolder__header .icon-maximize {
    display: none !important;
}

.keywordselect {
    width: 98%;
    max-width: 550px !important;
    padding: 15px 20px;
}

.keywordselect>.header {
    margin-bottom: 20px;
}

.keywordselect>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.keywordselect__words-list {
    border: 1px solid #2C3359;
    margin: 20px 0;
    padding: 8px 10px;
    background-color: #F1F1F1;
    height: 250px;
    overflow-y: auto;
}

.keywordselect__words-list li {
    width: 100%;
    padding: 6px;
    font-size: 18px;
    font-weight: 800;
    color: #444;
    line-height: 22px;
}

.keywordselect__words-list li i {
    visibility: hidden;
    display: inline-block;
    width: 13%;
    height: 22px;
}

.keywordselect__words-list li h6 {
    width: 85%;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
}

.keywordselect__words-list li input:checked~i {
    visibility: visible;
}

.keywordselect .form__buttons {
    padding: 0;
}

.keywordselect .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    z-index: 2000;
    text-align: center;
}

.lightbox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lightbox>div {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.list_answers {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.list_answers .header {
    width: 100%;
    margin-bottom: 0;
}

.list_answers__category-description {
    width: 100%;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 3px solid #2C3359;
    color: #333;
}

.list_answers__buttons {
    padding: 30px 10px 10px;
    text-align: center;
}

.list_answers__buttons .button {
    min-width: 100px;
}

.list_categorybox {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.list_categorybox__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_categorybox__content .categorybox {
    margin: 20px;
}

.list_offers {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.list_offers>.header {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.list_offers__filter-form {
    margin-bottom: 30px;
}

.list_offers__filter-form>.inputicon {
    display: inline-block;
    margin: 10px 0px 0 0;
    float: right;
}

.list_offers__filter-form__checkbox {
    display: inline-block;
    margin: 16px 7px 0 0;
}

.list_offers__filter-form__checkbox>div {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.list_offers__filter-form__checkbox>div>div:last-of-type {
    display: none;
}

.list_offers__filter-form__checkbox>input:checked~div {
    background-color: #DC3D28 !important;
    color: #FFFFFF !important;
    border-color: #DC3D28 !important;
}

.list_offers__filter-form__checkbox>input:checked~div>div:last-of-type {
    display: block;
}

.list_offers__header__button {
    display: inline-block;
    height: 35px;
    background-color: #eee;
    cursor: pointer;
    font-size: 13px;
    color: #111;
    line-height: 35px;
    width: auto;
    border-radius: 8px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0 5px;
}

.list_offers .form__error-msg {
    font-size: 16px;
}

.list_profilesections {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 2%;
}

.list_profilesections .header {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.list_profilesections__form {
    display: inline-block;
    width: 100%;
}

.list_profilesections__form div.profilesection {
    max-width: 100%;
}

.list_profilesections__form div.profilesection .question__text {
    text-align: left;
    margin: 35px 0 10px;
}

.list_profilesections__form div.profilesection__tables>div {
    width: 50%;
    padding: 0;
}

.list_profilesections__form div.profilesection__tables>div:first-of-type {
    padding-right: 10%;
}

.list_profilesections__form div.profilesection__tables>div:last-of-type {
    padding-left: 10%;
}

.list_profilesections__form div.profilesection__tables>div:only-of-type {
    margin: 0;
    padding: 0;
}

.listmembers {
    width: 98%;
    max-width: 1200px;
    margin: 50px auto;
}

.listmembers__controllers {
    height: 30px;
}

.listmembers__controllers>.button {
    font-size: 15px;
    padding: 3px 10px;
    float: right;
}

.listmembers__members {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listmembers__members::after {
    content: "";
    flex: auto;
}

.listmembers__members>li {
    display: inline-block;
    width: 200px;
    height: 120px;
    margin: 20px 10px;
}

.listmembers__members>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #2C3359;
    background-color: #E6E6E6;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.listmembers__members>li>a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.listmembers__members>li>a>h1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.listmembers__members>li>a>h1 {
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    width: 97%;
    line-height: 28px;
}

.loggedname {
    height: 60px;
    /* width: 235px; */
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 18px;
    color: #E6E6E6;
    padding: 13px 0;
}

.loggedname>* {
    display: inline-block;
}

.loggedname__button {
    min-width: 60px;
    background-color: #E6E6E6;
    color: #2C3359;
    padding: 7px 15px;
    height: 100%;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
}

.loggedname__button::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/svg/Belia_Icons_LogOut-main-color.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.loggedname__text {
    height: 100%;
    padding: 0 5px;
    /* width: 110px; */
    color: #E6E6E6;
    cursor: pointer;
}

.loggedname__text>* {
    display: block;
    width: 100%;
}

.loggedname--main-color .loggedname__button {
    background-color: #2C3359;
    color: #E6E6E6;
}

.loggedname--main-color .loggedname__button::before {
    background-image: url("../images/icons/svg/Belia_Icons_LogOut.svg");
}

.loggedname--main-color .loggedname__text>* {
    color: #2C3359;
}

.loggedname--mobile {
    width: 100%;
    margin: 14px 10px 0;
    display: none;
}

.mailform {
    padding: 15px 20px;
    width: 90%;
    max-width: 600px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
}

.mailform .header {
    border-bottom-width: 2px;
    width: 100%;
    padding: 0 0 4px;
    margin: 0;
    color: #1D2326;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
}

.mailform .header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.mailform form {
    padding-top: 20px;
}

.mailform__table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.mailform__table td {
    padding: 0 20px 7px 0;
    vertical-align: middle;
}

.mailform__table td:first-of-type {
    width: 35%;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.mailform__table td:last-of-type {
    width: 65%;
}

.mailform__table td input,
.mailform__table td textarea {
    background-color: #F1F1F1;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 12px;
    border-radius: 7px;
    width: 100%;
}

.mailform__table td textarea {
    height: 90px;
}

.mailform .form__buttons {
    text-align: center;
    margin-top: 20px;
}

.mailform .form__buttons .button {
    margin: 10px 25px 10px 0;
    min-width: 110px;
    font-size: 15px;
    padding: 5px;
}

.membercreate {
    max-width: 680px !important;
}

.employeecreate {
    max-width: 1000px !important;
}

.usercreate {
    max-width: 850px !important;
}

.messagebox {
    text-align: left;
    width: 100%;
    max-width: 370px !important;
    padding: 20px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 5px;
}

.messagebox__msg {
    padding: 20px 0;
    font-size: 18px;
    color: #444;
    text-align: center;
}

.messagebox__buttons {
    padding-top: 5px;
    height: 40px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.messagebox__buttons .button {
    min-width: 110px;
    font-size: 15px;
    padding: 5px;
}

.msgpage {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #444;
}

.navbar {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    min-width: 340px;
    background-color: #2C3359;
    z-index: 1000;
}

.navbar>* {
    display: inline-block;
    height: 100%;
}

.navbar__logo {
    width: 20%;
    max-width: 180px;
    background-image: url("../images/icons/svg/Logo_Colored.svg");
    background-size: 60%;
}

.navbar__menu {
    float: right;
    width: 50px;
    margin: 0 2% 0 0;
    background-image: url("../images/icons/svg/Belia_Icons_Pancake_Nav.svg");
    background-size: 50%;
}

.navbar__controllers {
    float: right;
    width: auto;
    line-height: 60px;
}

.navbar__controllers>* {
    line-height: normal;
}

.navbar__controllers .button {
    padding: 7px 15px;
    margin: 0 12px;
}

.navbar__controllers .button--print {
    padding: 0;
    min-width: 35px;
}

.navbar__controllers .button--print i {
    margin: 0;
    width: 65%;
    height: 25px;
    display: inline-block;
}

.navbar__controllers .button--logout {
    padding: 0;
    min-width: 38px;
    position: relative;
    display: none;
}

.navbar__controllers .button--logout i {
    margin: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60%;
}

.navbar .loggedname {
    float: right;
}

.notification {
    display: inline-block;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    position: fixed;
    text-align: center;
    bottom: 5%;
    left: 50%;
    margin-left: -150px;
    z-index: 2300;
}

.offer {
    width: 100%;
    padding: 15px 0;
    border-bottom: 3px solid #2C3359;
}

.offer:last-of-type {
    border-bottom-width: 0;
}

.offer>div {
    display: inline-block;
    vertical-align: top;
}

.offer__side-icons {
    width: 60px;
    padding: 0 5px;
}

.offer__info {
    width: calc(100% - 60px);
}

.offer__info__header {
    font-size: 2.3rem;
    color: #333;
    font-weight: 700;
    padding-bottom: 15px;
}

.offer__info__header__verifications {
    display: inline-block;
    float: right;
}

.offer__info__header__verifications>li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.offer__info__header__verifications>li>i {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.offer__info__extended {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}

.offer__controllers td {
    padding-top: 15px !important;
}

.offer__controllers td:last-of-type .icon {
    display: none;
    margin: 0 5px;
}

.offer__controllers .icon__collapse {
    display: none;
}

.offer table td {
    padding: 5px 12px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #222;
    vertical-align: top;
}

.offer table td:first-of-type {
    width: 150px;
}

.offer__supplier-logo {
    display: inline-block;
    width: 100px;
    height: 60px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.offer__supplier-name {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.offer--expanded .offer__info__extended {
    max-height: 2000px;
}

.offer--expanded .offer__controllers td:last-of-type .icon {
    display: inline-block;
}

.offer--expanded .offer__controllers .icon__collapse {
    display: inline-block;
}

.offer--expanded .offer__controllers .icon__expand {
    display: none;
}

.offercreate {
    width: 98%;
    max-width: 800px !important;
    padding: 25px;
}

.offercreate>.header {
    margin-bottom: 20px;
}

.icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.icon__radius {
    display: inline-block;
    background-color: #F2F2F2;
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    margin-bottom: 1px;
}

.offercreate__form {
    text-align: left;
}

.offercreate__form__table {
    table-layout: auto;
    margin: 0 0 20px;
}

.offercreate__form__table td {
    font-size: 16px;
    font-weight: 800;
    padding: 7px;
}

.offercreate__form__table td .input input {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
    height: 38px;
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    padding: 10px 7px;
}

.offercreate__form__table td:nth-child(1),
.offercreate__form__table td:nth-child(3) {
    width: 14%;
}

.offercreate__form__table td:nth-child(2),
.offercreate__form__table td:nth-child(4) {
    width: 36%;
}

.offercreate__form__table td[colspan="3"] {
    width: 86%;
}

.offercreate__form__table td:nth-child(3) {
    text-align: right;
}

.offercreate__form__table td .inputimg {
    text-align: left;
}

.offercreate__form .form__buttons {
    padding: 0;
}

.offercreate__form .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 20px;
}

.offerdetails {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.offerdetails__header {
    width: 100%;
}

.offerdetails__header__icons {
    float: left;
}

.offerdetails .input input,
.offerdetails .input textarea {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
}

.offerdetails__section-header {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    margin-bottom: 6px;
}

.offerdetails__table {
    table-layout: auto;
    width: 100%;
}

.offerdetails__table td {
    padding: 7px 2%;
}

.offerdetails__table td:nth-child(1),
.offerdetails__table td:nth-child(3) {
    width: 18%;
}

.offerdetails__table td:nth-child(2),
.offerdetails__table td:nth-child(4) {
    width: 32%;
}

.offerdetails__table td[colspan="3"] {
    width: 82%;
}

.offerdetails__table td[colspan="4"] {
    width: 100%;
}

.offerdetails__table td:nth-child(3) {
    padding-left: 4%;
}

.offerdetails .form__buttons {
    padding: 0;
    margin-top: 50px;
}

.offerdetails .form__buttons .button {
    min-width: 130px;
    border-radius: 8px;
    margin: 0 20px;
}

.offerseditlist {
    width: 97%;
    max-width: 980px;
    margin: 0 auto;
}

.offerseditlist__header {
    width: 100%;
}

.offerseditlist__header__buttons {
    float: right;
    width: auto;
    position: relative;
    bottom: 5px;
}

.offerseditlist__header__buttons .button {
    margin: 10px 5px 0 0;
    min-width: 90px;
    font-size: 15px;
    padding: 2px 5px;
}

.offerseditlist__header__icons {
    float: left;
}

.offerseditlist__list>li {
    padding: 10px;
}

.offerseditlist__list>li>h1 {
    font-size: 30px;
    font-weight: 800;
    color: #333333;
    display: inline-block;
    width: 80%;
}

.offerseditlist__list>li .icon__editable {
    float: right;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 14px 12px 0;
}

.option {
    display: inline-block;
    width: 22%;
    margin: 0 1%;
    max-width: 200px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #E6E6E6;
}

.option input {
    display: none;
}

.full-width {
    width: 100% !important;
}

.option__content {
    width: 100%;
    height: 100%;
    padding: 12px 2%;
}

.option__content__icons {
    width: 100%;
    height: 50%;
    padding: 10px 0;
}

.option__content__icons>div {
    width: 100%;
    height: 100%;
}

.option__content__icons div:last-of-type {
    display: none;
}

.option__content__text {
    width: 100%;
    padding: 5px 0 0;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    max-height: 50%;
    overflow: hidden;
    line-height: 20px;
}

.option input:checked+.option__content .option__content__icons div:first-of-type {
    display: none;
}

.option input:checked+.option__content .option__content__icons div:last-of-type {
    display: block;
}

.option_placeholder {
    border: 3px #aaa dashed;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 110px;
    text-align: center;
    color: #333;
    font-weight: 800;
    min-width: 190px;
}

.pagenote {
    width: 80%;
    margin: 100px auto;
    text-align: center;
    color: #2C3359;
    font-size: 25px;
    font-weight: 800;
}

.passwordreset {
    margin-top: 50px;
}

.popupbox {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
}

.popupbox .header {
    color: #333333;
    border-bottom-width: 2px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 4px 0px;

    margin: 0;
}

.popupbox__table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.popupbox__table td {
    vertical-align: top;
    padding: 7px;
}

.popupbox__table td input,
.popupbox__table td textarea {
    background-color: #F1F1F1;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 12px;
    border-radius: 7px;
    width: 100%;
}

.popupbox__table td .select {
    height: 28px;
}

.popupbox__table td .select--multiple {
    height: 112px !important;
}

.popupbox__table td .select select {
    font-size: 1.4rem;
}

.popupbox__table td .select i {
    line-height: 23px;
    width: 35px;
}

.popupbox__table td:first-of-type {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    width: 35%;
    vertical-align: middle !important;
}

.popupbox__table td:last-of-type {
    width: 65%;
}

.printcategories {
    padding: 15px 20px;
    width: 90%;
    max-width: 500px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
}

.printcategories .header {
    border-bottom-width: 2px;
    width: 100%;
    padding: 0 0 4px;
    margin: 0;
    color: #1D2326;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
}

.printcategories .header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.printcategories__section {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #2C3359;
}

.printcategories__section--no-border {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.printcategories__section>h1 {
    font-size: 18px;
    color: #111;
    font-weight: 800;
    display: inline-block;
}

.printcategories__section>.checkbox {
    margin-right: 5px;
}

.printcategories__section__checks>li {
    margin-top: 10px;
}

.printcategories__section__checks>li>h3 {
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin-left: 5px;
}

.printcategories__section__checks>li .button__filter {
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 0;
    margin-left: 15px;
}

.printcategories__section__checks>li .button__filter .button__content>i {
    margin-left: 0;
    margin-right: 5px;
}

.printcategories__overview {
    padding: 10px 0;
}

.printcategories__overview__header>h2 {
    width: calc(100% - 30px);
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    color: #111;
    font-weight: 800;
    display: inline-block;
}

.printcategories__overview__header__icons {
    float: right;
    display: inline-block;
    width: 30px;
}

.printcategories__overview__header__icons>* {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 12px;
    cursor: pointer;
}

.printcategories__overview__header__icons .icon__collapse-up {
    display: none;
}

.printcategories__overview__list {
    display: none;
    text-align: left;
    padding: 0;
}

.printcategories__overview__list__buttons {
    padding: 5px 0;
}

.printcategories__overview__list__buttons .button {
    padding: 4px 15px;
    margin-right: 10px;
    font-size: 14px;
}

.printcategories__overview__list__sections>ul {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.printcategories__overview__list__sections>ul:first-of-type {
    border-right: 2px solid #2C3359;
}

.printcategories__overview__list__sections>ul:only-of-type {
    width: 100%;
    border-right: 0;
}

.printcategories__overview__list__sections>ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #333;
}

.printcategories .form__buttons {
    padding: 20px 0 10px;
}

.printcategories .form__buttons .button {
    min-width: 130px;
    border-radius: 7px;
    padding: 6px 8px;
}

.printcategories--expanded .printcategories__overview__header__icons .icon__collapse-up {
    display: inline-block;
}

.printcategories--expanded .printcategories__overview__header__icons .icon__expand-down {
    display: none;
}

.printcategories--expanded .printcategories__overview__list {
    display: block;
}

.printcategoriesselect {
    padding: 15px 20px;
    width: 90%;
    max-width: 500px !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
}

.printcategoriesselect .header {
    border-bottom-width: 2px;
    width: 100%;
    padding: 0 0 4px;
    margin: 0;
    color: #1D2326;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
}

.printcategoriesselect .header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.printcategoriesselect .button {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 15px;
}

.printcategoriesselect__overview h2 {
    width: calc(100% - 30px);
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: left;
    padding-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.printcategoriesselect__overview>h2 {
    width: 100%;
}

.printcategoriesselect__overview__icons {
    float: right;
    display: inline-block;
    width: 30px;
    padding-top: 20px;
}

.printcategoriesselect__overview__icons>* {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 12px;
    cursor: pointer;
}

.printcategoriesselect__overview__icons .icon__collapse-up {
    display: none;
}

.printcategoriesselect__list {
    display: none;
    text-align: left;
    padding: 25px 10px 0;
}

.printcategoriesselect__list__sections {
    padding-top: 20px;
}

.printcategoriesselect__list__sections>ul {
    display: inline-block;
    width: 48%;
    padding: 0 10px;
}

.printcategoriesselect__list__sections>ul:first-of-type {
    border-right: 2px solid #2C3359;
}

.printcategoriesselect__list__sections>ul:only-of-type {
    width: 100%;
    border-right: 0;
}

.printcategoriesselect__list__sections>ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #333;
}

.printcategoriesselect .form__buttons {
    padding-top: 30px;
}

.printcategoriesselect--expanded .printcategoriesselect__overview__icons .icon__collapse-up {
    display: inline-block;
}

.printcategoriesselect--expanded .printcategoriesselect__overview__icons .icon__expand-down {
    display: none;
}

.printcategoriesselect--expanded .printcategoriesselect__list {
    display: block;
}

.profilesection {
    width: 100%;
}

.profilesection.question {
    text-align: left;
    max-width: 95%;
    margin: 0 auto;
}

.profilesection .question__text {
    margin-bottom: 23px;
}

.profilesection .top-align {
    vertical-align: top;
}

.profilesection__tables {
    width: 100%;
    display: flex;
}

.profilesection__tables .input input {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
}

.backend_userfilterbox .input input {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
}

.profilesection__tables .radio {
    margin: 0 17px 0 0;
}

.profilesection__tables>div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.profilesection__tables>div>table {
    table-layout: fixed;
    width: 100%;
}

.profilesection__tables>div>table td {
    font-size: 1.5rem;
    color: #151515;
    padding: 10px 5px;
}

.profilesection__tables>div>table td label:last-of-type .radio {
    margin-right: 0;
}

.profilesection__checkbox-note {
    margin: 10px 0 20px;
}

.profilesection_personal .profilesection__tables>div {
    width: 50%;
    max-width: 900px;
    padding: 0;
}

.profilesection_personal .profilesection__tables>div:first-of-type {
    padding-right: 7%;
}

.profilesection_personal .profilesection__tables>div:last-of-type {
    padding-left: 7%;
}

.profilesection_personal .profilesection__tables>div>table td {
    font-size: 1.3rem;
}

.profilesection_personal .profilesection__tables>div>table td:first-of-type {
    width: 40%;
    padding: 3px 5px;
}

.profilesection_personal .profilesection__tables>div>table td:last-of-type {
    width: 60%;
}

.profilesection_personal .profilesection__tables>div>table td .select {
    width: 90%;
    height: 44px;
}

.profilesection_personal .profilesection__tables>div>table td .select i {
    line-height: 36px;
}

.profilesection_personal .profilesection__tables>div>table td .input {
    width: 90%;
}

.region-select {
    width: 100% !important;
}

.profilesection_personal .profilesection__tables>div>table td .region-select {
    width: 90% !important;
}

.profilesection_personal .profilesection__tables>div>table td .input:nth-child(2) {
    margin-top: 10px;
}

.nomargin_top {
    margin-top: 0px !important;
}

.profilesection_personal .profilesection__tables>div>table td .radio__content {
    width: 17px;
    height: 17px;
    padding: 4px;
}

.profilesection_personal .profilesection__tables>div>table td .checkbox__content {
    width: 17px;
    height: 17px;
    font-size: 16px;
    line-height: 14px;
}

.profilesection_lifesituation .profilesection__tables>div {
    width: 50%;
    max-width: 900px;
    padding: 0 2%;
}

.profilesection_lifesituation .profilesection__tables>div>table td {
    font-size: 1.3rem;
}

.profilesection_lifesituation .profilesection__tables>div>table td:first-of-type {
    width: 60%;
    padding: 3px 5px;
}

.profilesection_lifesituation .profilesection__tables>div>table td .select {
    width: 100%;
    height: 40px;
}

.profilesection_lifesituation .profilesection__tables>div>table td .select i {
    line-height: 36px;
}

.profilesection_lifesituation .profilesection__tables>div>table td .input {
    width: 100%;
}

.profilesection_lifesituation .profilesection__tables>div>table td .radio__content {
    width: 17px;
    height: 17px;
    padding: 4px;
}

.profilesection_activities .profilesection__tables>div {
    width: 50%;
    max-width: 900px;
    padding: 0 2%;
}

.profilesection_activities .profilesection__tables>div>table td {
    font-size: 1.3rem;
}

.profilesection_activities .profilesection__tables>div>table td:first-of-type {
    width: 60%;
    padding: 3px 5px;
}

.profilesection_activities .profilesection__tables>div>table td .select {
    width: 80%;
    height: 40px;
}

.profilesection_activities .profilesection__tables>div>table td .select i {
    line-height: 36px;
}

.profilesection_activities .profilesection__tables>div>table td .radio__content {
    width: 17px;
    height: 17px;
    padding: 4px;
}

.progressbar {
    width: 100%;
    max-width: 550px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -15%);
    margin: 0 auto;
}

.progressbar>div {
    display: inline-block;
}

.progressbar__bar {
    width: 80%;
    height: 23px;
    padding: 5px;
    float: left;
}

.progressbar__bar__full {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 10px;
}

.progressbar__bar__full>div {
    background-color: #F58E32;
    height: 100%;
    border-radius: 10px;
    transition: width 0.2s ease-in-out;
}

.progressbar__num {
    width: 20%;
    float: right;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.progressbar--not-fixed {
    position: static;
    transform: none;
    margin-top: 15px;
}

.question {
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.question__options {
    padding: 25px 0;
}

.question>div:not(.profilesection > div) {
    width: 100%;
}

.question__text {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    line-height: 33px;
    text-align: center;
}

.radio {
    display: inline-block;
    line-height: normal;
}

.radio__content {
    width: 21px;
    height: 21px;
    border: 1px solid #2C3359;
    border-radius: 50%;
    padding: 5px;
    font-size: 0;
}

.radio__content:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2C3359;
    border-radius: 50%;
    display: none;
}

.radio input:checked+.radio__content:after {
    display: inline-block;
}

.radio--size1 .radio__content {
    width: 18px;
    height: 18px;
    padding: 3px;
}

.rangeslider {
    display: inline-block;
    font-size: 0;
    width: 90%;
}

.rangeslider__container {
    width: 100%;
    height: 14px;
}

.rangeslider__container__limiter {
    width: 100%;
    height: 2px;
    background-color: #DFDCDC;
    position: relative;
}

.rangeslider__container__limiter__selected {
    background-color: #2C3359;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}

.rangeslider__container__limiter__handle {
    background-color: #2C3359;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 0;
    cursor: pointer;
    overflow: visible;
}

.rangeslider__container__limiter__handle>div {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    left: -60%;
    transform: translate(-50%, 0);
}

.rangeslider__container__limiter__handle--top {
    top: -15px;
}

.rangeslider__container__limiter__handle--bottom {
    bottom: -15px;
}

.rangeslider__container__limiter__handle+.rangeslider__container__limiter__handle {
    left: 14px;
}

.select {
    display: inline-block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    border: 1px solid #2C3359;
    border-radius: 5px;
}

.select select {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
    background-color: transparent;
    width: calc(100% + 30px);
    height: 100%;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.select i {
    pointer-events: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #2C3359;
    background-color: #ffffff;
}

.select--multiple {
    height: 176px !important;
}

.select--multiple select {
    width: 100%;
}

.select--multiple i {
    display: none;
}

.suppliernavmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #2C3359;
}

.suppliernavmenu__navbar .icon__close {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #F2F2F2;
    float: right;
    position: relative;
    top: 15px;
    right: 30px;
    border-radius: 4px;
    background-size: 65%;
    cursor: pointer;
}

.suppliernavmenu__menu {
    width: 100%;
    padding: 80px 20px 20px;
    text-align: center;
}

.suppliernavmenu__menu li {
    width: 100%;
    padding: 10px 0;
}

.suppliernavmenu__menu li a {
    color: #F2F2F2;
    font-size: 30px;
    font-weight: 800;
}

.suppliernavmenu__menu li a:hover {
    text-decoration: underline;
}

.institutionprofile {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.institutionprofile .input input,
.institutionprofile .input textarea {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
}

.institutionprofile__section-header {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.institutionprofile__table {
    table-layout: auto;
    width: 100%;
}

.institutionprofile__table td {
    padding: 7px 2%;
}

.institutionprofile__table td[colspan="3"] {
    width: 86%;
}

.institutionprofile__table td[colspan="4"] {
    width: 100%;
}

.institutionprofile__table td .inputimg {
    text-align: left;
}

.institutionprofile .form__buttons {
    padding: 0;
    margin: 50px 0;
}

.institutionprofile .form__buttons .button {
    min-width: 130px;
    border-radius: 8px;
    margin: 0 20px;
}

.institutionprofile.backend_popupbox {
    padding: 2%;
}

.institutionprofile__form,
.supplierprofile__form {
    text-align: left;
}

.supplierprofile {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.supplierprofile .input input,
.supplierprofile .input textarea {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
}

.supplierprofile__section-header {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 35px;
    margin-bottom: 10px;
}

.supplierprofile__table {
    table-layout: auto;
    width: 100%;
}

.supplierprofile__table td {
    padding: 7px 2%;
}

.supplierprofile__table td:nth-child(1),
.supplierprofile__table td:nth-child(3) {
    width: 14%;
}

.supplierprofile__table td:nth-child(2),
.supplierprofile__table td:nth-child(4) {
    width: 36%;
}

.supplierprofile__table td[colspan="3"] {
    width: 86%;
}

.supplierprofile__table td[colspan="4"] {
    width: 100%;
}


.supplierprofile__table td .inputimg {
    text-align: left;
}

.supplierprofile .form__buttons {
    padding: 0;
    margin: 50px 0;
}

.supplierprofile .form__buttons .button {
    min-width: 130px;
    border-radius: 8px;
    margin: 0 20px;
}

.supplierprofile.backend_popupbox {
    padding: 2%;
}

.verificationrequest {
    width: 98%;
    max-width: 550px !important;
    padding: 25px;
}

.verificationrequest>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.verificationrequest__form {
    text-align: left;
}

.verificationrequest__form>p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 20px;
    padding: 20px 0;
}

.verificationrequest__form__badges>li {
    margin-bottom: 14px;
}

.verificationrequest__form__badges>li .checkbox {
    margin-right: 13px;
}

.verificationrequest__form__badges>li>h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

.verificationrequest__form__badges>li>h4>i {
    display: inline-block;
    width: 30px;
    height: 33px;
    margin-right: 10px;
}

.verificationrequest .form__buttons {
    padding: 0;
    margin-top: 30px;
}

.verificationrequest .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
}

.zipcodesearch {
    width: 98%;
    max-width: 800px !important;
    padding: 25px;
}

.zipcodesearch>.header {
    margin-bottom: 20px;
}

.zipcodesearch>.header .icon__close {
    display: inline-block;
    background-color: #F2F2F2;
    width: 23px;
    height: 23px;
    background-size: 80%;
    border-radius: 4px;
    float: right;
}

.zipcodesearch .input input {
    background-color: #F1F1F1;
    border: 1px solid #2C3359;
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    padding: 10px 7px;
}

.zipcodesearch__table {
    margin-top: 20px;
    text-align: left;
}

.zipcodesearch__table td,
.zipcodesearch__table th {
    padding: 10px 7px;
}

.zipcodesearch__table td:first-of-type,
.zipcodesearch__table th:first-of-type {
    width: 120px;
    text-align: right;
}

.zipcodesearch__table th h3 {
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

.zipcodesearch__table th button {
    background-color: #2C3359;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 70%;
    border-radius: 3px;
}

.zipcodesearch__table td {
    font-size: 14px;
    line-height: 16px;
    color: #111;
    font-weight: 500;
}

.zipcodesearch .form__buttons {
    padding: 0;
    margin-top: 35px;
}

.zipcodesearch .form__buttons .button {
    min-width: 130px;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 20px;
}

@media all and (max-width: 550px) {
    .answer>div {
        display: block;
        width: 100%;
    }

    .answer__options {
        padding: 0 0 15px;
    }
}

@media all and (max-width: 900px) {
    .categorybox {
        max-width: 320px;
        height: 180px;
    }

    .categorybox__header {
        height: 45px;
        line-height: 45px;
    }
}

@media all and (max-width: 700px) {
    .form {
        max-width: 500px;
        padding: 4%;
    }

    .form__table {
        display: inline-block;
    }

    .form__table tbody,
    .form__table td,
    .form__table tr {
        display: inline-block;
        width: 100% !important;
        padding: 0;
    }

    .form__table>tbody>tr>td {
        padding: 0 0 17px;
    }

    .form__table>tbody>tr>td table td:first-of-type {
        padding: 0 0 5px;
    }

    .form__table>tbody>tr>td table td:last-of-type {
        padding: 0;
    }

    .form__buttons .button:only-of-type {
        width: 100%;
    }
}

@media all and (max-width: 700px) {
    .header--has-multi-icons {
        padding-top: 45px;
    }

    .header--has-multi-icons>span {
        display: inline-block;
        width: 100%;
    }

    .header--has-multi-icons .icon {
        position: relative;
        top: -45px;
    }
}

@media all and (max-width: 710px) {
    .header {
        font-size: 2rem;
        margin: 15px auto;
    }
}

@media all and (max-width: 550px) {
    .index__buttons .button {
        display: block;
        margin: 20px auto;
        max-width: 230px;
    }
}

@media all and (max-width: 1500px) {
    .list_profilesections__form div.profilesection__tables>div:first-of-type {
        padding-right: 5%;
    }

    .list_profilesections__form div.profilesection__tables>div:last-of-type {
        padding-left: 5%;
    }

    .list_profilesections__form div.profilesection__tables>div:only-of-type {
        padding-left: 0;
    }
}

@media all and (max-width: 1340px) {
    .list_profilesections__form div.profilesection__tables>div:first-of-type {
        padding-right: 2%;
    }

    .list_profilesections__form div.profilesection__tables>div:last-of-type {
        padding-left: 2%;
    }
}

@media all and (max-width: 1250px) {
    .list_profilesections__form div.profilesection__tables>div {
        width: 100%;
        max-width: 700px;
    }

    .list_profilesections__form div.profilesection__tables>div:first-of-type {
        padding-right: 0;
    }

    .list_profilesections__form div.profilesection__tables>div:last-of-type {
        padding-left: 0;
    }
}

@media all and (max-width: 710px) {
    .loggedname--mobile {
        display: block;
    }
}

@media all and (max-width: 710px) {
    .navbar__logo {
        width: 25%;
    }

    .navbar__menu {
        width: 40px;
        background-size: 60%;
    }

    .navbar__controllers {
        padding-right: 10px;
    }

    .navbar__controllers .button {
        margin: 0 5px;
    }

    .navbar .loggedname {
        display: none;
    }

    .navbar__controllers .button--logout {
        display: inline-block;
    }
}

@media all and (max-width: 700px) {
    .offer__side-icons {
        width: 50px;
    }

    .offer__info__header {
        font-size: 2rem;
    }

    .offer .offer__info__extended table tbody,
    .offer .offer__info__extended table td,
    .offer .offer__info__extended table tr,
    .offer__info__preview tbody,
    .offer__info__preview td,
    .offer__info__preview tr {
        display: inline-block;
        width: 100%;
    }

    .offer .offer__info__extended table td,
    .offer__info__preview td {
        padding: 2px 0 !important;
    }

    .offer .offer__info__extended table td:first-of-type,
    .offer__info__preview td:first-of-type {
        color: #252525;
        font-weight: 700;
        font-size: 1.7rem;
    }

    .offer .offer__info__extended table td:last-of-type,
    .offer__info__preview td:last-of-type {
        font-size: 1.6rem;
    }

    .offer .offer__info__extended table tr,
    .offer__info__preview tr {
        padding-bottom: 10px;
    }

    .offer__controllers td {
        display: inline-block;
        width: auto !important;
        padding: 0 !important;
    }

    .offer__controllers td .icon {
        margin: 0 3px;
    }
}

@media all and (max-width: 700px) {
    .option__content {
        padding: 8px 2%;
    }

    .option__content__icons {
        padding: 10px 0;
        height: 45%;
    }

    .option__content__text {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

@media all and (max-width: 960px) {
    .pagenote {
        width: 90%;
        font-size: 18px;
    }
}

@media all and (max-width: 1100px) {
    .profilesection_activities .profilesection__tables>div {
        width: 100%;
    }

    .profilesection_lifesituation .profilesection__tables>div {
        width: 100%;
    }

    .profilesection_personal .profilesection__tables>div {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0;
    }
}

@media all and (max-width: 630px) {
    .profilesection__tables>div {
        display: block;
        width: 100% !important;
        max-width: 450px;
        margin: 0 auto;
        padding: 0 2%;
    }

    .profilesection__tables>div table,
    .profilesection__tables>div tbody,
    .profilesection__tables>div td,
    .profilesection__tables>div tr {
        display: inline-block;
        width: 100% !important;
        padding: 0 !important;
    }

    .profilesection__tables>div>table tr {
        padding-bottom: 15px !important;
    }

    .profilesection__tables>div>table td {
        padding-bottom: 10px !important;
    }
}

@media all and (max-width: 480px) {
    .progressbar>div {
        display: block;
        width: 100%;
        text-align: right;
    }
}

@media all and (max-width: 710px) {
    .question__text {
        font-size: 2rem;
    }
}

.offer__info__extended table tr td:first-child {
    width: 175px;
}

.employee_name {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #2c3359;
    margin-top: 20px;
    margin-bottom: 20px;
}

.client_name,
.linked_employee_name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #2c3359;
}

.client_employee_name {
    border-bottom: 2px solid #2C3359;
    margin-top: 10px;
    padding-bottom: 10px;
}

.client_employee_name>h2>.label {
    min-width: 130px;
    display: inline-block;
}


.clientbox h1 {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #2c3359;
}

.list_clientsbox {
    margin-top: 20px;
}

.list_clientsbox__content {
    display: flex;
    flex-wrap: wrap;
}

.clientbox {
    width: 300px;
    height: 200px;
    border-radius: 20px;
    background: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    cursor: pointer;
}

.clientbox {
    flex: 0 0 80%;
    margin: auto;
    margin-top: 20px;
}

/* For viewports wider than 300px: 2 columns */
@media (min-width: 300px) {
    .clientbox {
        flex: 0 0 calc(50% - 5%);
        /* Subtract the total margin from the width */
        margin: 2.5%;
    }
}

/* For viewports wider than 500px: 3 columns */
@media (min-width: 500px) {
    .clientbox {
        flex: 0 0 calc(33.333% - 2%);
        /* Adjust the calc() to account for margins */
        margin: 1%;
    }
}

/* For viewports wider than 800px: 5 columns */
@media (min-width: 800px) {
    .clientbox {
        flex: 0 0 calc(20% - 2%);
        /* Same here, subtract margins */
        margin: 1%;
    }
}

.list_clientsbox__controllers {
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 1%;
}

@media (min-width: 300px) {
    .list_clientsbox__controllers {
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
}


@media (min-width: 500px) {
    .list_clientsbox__controllers {
        margin-right: 1%;
        margin-left: 1%;
    }
}

.progress-container {
    width: 100%;
    /* Full width of the container */
    background-color: #e0e0e0;
    /* Light grey background */
    border-radius: 10px;
    line-height: 20px;
}

.progress-bar1 {
    width: 33.33%;
    /* Represents one third of the progress */
    background-color: #ffa500;
    /* Orange color */
    text-align: right;
    /* Text aligned to the right */
    padding-right: 10px;
    /* Space before the text starts */
    line-height: 20px;
    /* Height of the progress bar */
    color: black;
    /* Color of the text */
    border-radius: 10px;
}

.progress-bar2 {
    width: 66.67%;
    /* Represents one third of the progress */
    background-color: #ffa500;
    /* Orange color */
    text-align: right;
    /* Text aligned to the right */
    padding-right: 10px;
    /* Space before the text starts */
    line-height: 20px;
    /* Height of the progress bar */
    color: black;
    /* Color of the text */
    border-radius: 10px;
}

.progress-bar3 {
    width: 100%;
    /* Represents one third of the progress */
    background-color: #ffa500;
    /* Orange color */
    text-align: right;
    /* Text aligned to the right */
    padding-right: 10px;
    /* Space before the text starts */
    line-height: 20px;
    /* Height of the progress bar */
    color: black;
    /* Color of the text */
    border-radius: 10px;
}

.dropdown-menu {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 5px;
}

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

.dropdown-menu-none {
    display: none;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

div.backend_passwordresetbox {
    width: 450px;
    background-color: #F2F2F2;
    padding: 20px 25px;
}

div.backend_passwordresetbox>h1 {
    color: #1D2326;
    font-size: 25px;
    font-weight: 800;
}

div.backend_passwordresetbox>h1 .icon__close {
    display: inline-block;
    width: 17px;
    height: 40px;
    float: right;
}

div.backend_passwordresetbox>form {
    width: 100%;
    padding: 30px 60px 0;
}

div.backend_passwordresetbox>form .input {
    margin-bottom: 15px;
}

div.backend_passwordresetbox>form .input input {
    font-size: 14px;
    color: #333333;
    padding: 22px 15px;
    border: 1px solid #2C3359;
}

div.backend_passwordresetbox>form .form__buttons {
    padding: 15px 0 10px;
}

div.backend_passwordresetbox>form .form__buttons .button {
    min-width: 120px;
    padding: 5px;
    border-radius: 5px;
}

.backend_popupbox {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: auto;
}

.select2-container {
    z-index: 99999999999999999;
}

.select2-selection {
    height: 37px !important;
    border: 1px solid !important;
}

.select2-selection__rendered {
    margin: 3px !important;
}

.assignmanager,
.assignoffer {
    width: 35%;
}

.superadmin_employee,
.customer_clientstable {
    background-color: #DDDDDD;
}