/* 
Theme Name: Kenbi Theme
Theme URI: https://www.kenbi.de/
Description: Kenbi website theme
Author: digiUP - business solutions
Author URI: https://www.digiup.me/
Template: hello-elementor
Version: 1.0.1
Text Domain: kenbi
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.kenbi__search {
    max-width: 350px;
}

.kenbi__search input,
.kenbi__search__full input,
.kenbi__search__full select {
    border: 1px solid #BFBFBF;
    padding: 8px 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: -0.005em;

    color: #808080;
    height: 100%;
}

.kenbi__search input[type="submit"] {
    background-color: #42579D!important;
    padding: 8px 40px!important;
    margin-top: 25px;
    border: 0px solid #BFBFBF;
}

h1.job__result__title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    /* or 50px */

    letter-spacing: 0.0025em;

    color: #333333;

    text-align: center;
}

.row {
    display: flex;
}

.w50 {
    width: 50%;
    padding-right: 16px;
}

.w25 {
    width: 25%;
    padding-right: 16px;
}

.w25:last-child {
    padding-right: 0px;
}

input[type="submit"].input__submit {
    background: #00D3AF;
    box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.25);
    border-radius: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    border: 0px solid;
    width: 100%;
    color: #FFFFFF;
}

ul.offers {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

ul.offers li {
    padding: 15px 25px;
    background-color: #FAFAFA;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.job__title h3 {
    font-size: 20px;
    font-family: "Raleway";
    font-weight: 500;
    line-height: 30px;
}

.job__location {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins';
}

.job__location i {
    font-size: 12px;
    margin-right: 6px;
}

.job__link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #00D3AF;
}

.header__info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #808080;
}

.job__link {
    float: right;
    margin-top: -50px;
}

.offices h2 {
    font-family: 'Raleway'!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 36px!important;
    line-height: 140%!important;
    /* or 50px */

    letter-spacing: 0.0025em!important;

    color: #000000;

    margin-bottom: 32px;

    text-align: center;
}

.offices .row__offices__search {
    margin-bottom: 32px;
}

.offices .row__offices__search ul,
.state__jobs__links {
    list-style: none;
    padding: 0;
}

.offices .row__offices__search h3 {
    font-family: 'Raleway'!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 150%!important;
    /* identical to box height, or 36px */

    letter-spacing: 0.01em!important;

    color: #000000;
}

.offices .row__offices__search li {
    margin-right: 32px;
    display: inline-block;
}

.state__jobs__links li a,
.offices .row__offices__search li a {
    font-family: 'Poppins'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px!important;
    letter-spacing: -0.005em!important;
    text-decoration-line: underline;

    color: #00D3AF;

    margin-left: 8px;
}

.offices .row__offices__search a.nojobs {
    color: #B3B3B3;
    text-decoration: none;
    pointer-events: none;
}

/* Accordion system */
.offices__jobs__accordion .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 0px;
}

.offices__jobs__accordion .active, .accordion:hover {
  background-color: #ccc;
}

.offices__jobs__accordion .panel {
  padding: 0;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  justify-content: center;
}

.offices__jobs__accordion .panel .left {
  padding: 40px 73px;
}

.offices__jobs__accordion .panel .right  {
    padding: 40px 73px;
}

.offices__jobs__accordion .accordion {
    background: #D8F4EF;
    box-shadow: 0px 2px 4px rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    padding: 16px 73px;
}

.offices__jobs__accordion .accordion h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */

    letter-spacing: 0.01em;

    color: #000000;
}

.accordion__group {
    margin-bottom: 18px;
}

.offices__jobs__accordion .state__jobs__links li,
.offices__jobs__accordion p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;

    letter-spacing: -0.005em;

    color: #333333;

    margin-bottom: 8px;
}

.offices__jobs__accordion .state__jobs__links {
    margin-bottom: 32px;
}

.offices__jobs__accordion a {
    color: #00D3AF;
    text-decoration: underline;
}

.offices__jobs__accordion .panel.active {
    display: flex!important;
}

.search-inline .kenbi__search {
    display: inline-flex;
    max-width: 570px;
}

.search-inline .kenbi__search input {
    margin-right: 15px;
}

.search-inline .kenbi__search input[type="submit"] {
    margin-top: 0px;
}

.info__fill__boxes .info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;

    color: #F04F93;

    transform: rotate(-5.01deg);
    max-width: 245px;

    margin-left: -70px;
}

.info__fill__boxes {
    position: absolute;
    margin-top: -130px;
    z-index: -1;
}

.info__fill__boxes svg {
    margin-left: -50px;
    margin-top: -20px;
}

.form__search__full {
    z-index: 999;
}

.jobs__not_found {
    background: #69A8FF;
    border-radius: 4px;
    padding: 24px;
}

.jobs__not_found {
    background: #69A8FF;
    border-radius: 4px;
    padding: 24px;
    filter: drop-shadow(4px 4px 6px rgba(154, 154, 154, 0.25));
    margin-bottom: 8px;
    margin-top: 8px;
}

.jobs__not_found .subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */

    text-align: center;

    color: #333333;

    margin-bottom: 8px;
}

.jobs__not_found .subtitle.sub__white {
    color:  #fff;
}

.form__title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */

    letter-spacing: 0.01em;

    color: #303030;
    margin-bottom: 0;
}

.list__job__location {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
}

.list__job__location .elementor-icon-list-text {
    padding-left: 0;
}

.menu-items-job .elementor-icon-list-item > .elementor-icon-list-text {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.menu-items-job .elementor-icon-list-item > .elementor-icon-list-text span {
    text-decoration: underline;
    color:  #00D3AF;
}

.menu-items-job .elementor-icon-list-item > .elementor-icon-list-text .ative {
    color: #303030;
    text-decoration: none;
}

.menu-items-job .elementor-icon-list-item {
    margin-right: calc(40px/2);
    margin-left: calc(40px/2);
}

.menu-items-job {
    margin: 25px 0px 16px 0px;
}


.kenbi__search i.fa {
    position: absolute;
    margin-top: -30px;
    margin-left: 12px;
}

.search-inline .kenbi__search i.fa {
    margin-top: 12px;
    margin-left: 10px;
}

.kenbi__search__full i.fa {
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    left: 0;
}

.accordion__group button span {
    position: absolute;
    right: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: -0.005em;

    color: #D3136D;

    margin-top: -45px;
    margin-right: 75px;
}

.accordion__group .accordion .close {
    display:none;
}

.accordion__group .accordion.active .close {
    display:block;
}

.accordion__group .accordion.active .open {
    display:none;
}

#icon-container {
    width: 48px;
    transform: rotatey(180deg);
    margin-left: -100px;
    margin-top: 33px;
}
    
.offers li {

}

.buttons__offers_list #loadMore {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;

    color: #F04F93;
    margin: 17px 25px;
}

.buttons__offers_list #loadMore i {
    margin-left: 24px;
}

.search-inline .kenbi__search input[type=text] {
    min-width: 351px;
}

.state__jobs__links li a:hover, 
.offices .row__offices__search li a:hover {
    font-weight: 600!important;
}

.state__jobs__links li a.nojobs {
    pointer-events: none;
    color: #B4B4B4;
    text-decoration: none;
}

.kenbi__search__full select {
    padding: 10px 17px;
    -webkit-appearance: none;
    appearance: none;

    background-color: transparent;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1rem;
    top: 10px;
    right: 17px;
    position: absolute;
    content: url(/wp-content/uploads/2022/06/Vector-68.svg);
    z-index: -1;
}


.kenbi__search .fa-search:before {
    content: url(/wp-content/uploads/2022/07/Icon-Search-1.svg);
}

.icon__search {
    position: absolute;
    left: 15px;
    top: 15px;
}

.offers .job__link:hover {
    color: #F04F93;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:hover {
    cursor: pointer;
}

.form__submition__application input[type="file"] {
    border: 1px dashed #BFBFBF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
}

.form__submition__application .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    transition: 0.2s;
    border: 1px dashed #BFBFBF;
    box-sizing: border-box;
    border-radius: 4px;
}

.form__submition__application .fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.form__submition__application .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form__submition__application .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    &:focus {
    outline: none;
    }
}

.offices__jobs__accordion .panel .right {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.search-result__tabs__mobile .offices__jobs__accordion .accordion {

}

.search-result__tabs__mobile .accordion__group button span {
    color: #D8F4F2;
}
.search-result__tabs__mobile .accordion__group button span i {
    color: #000;
}

.search-result__tabs__mobile .offices__jobs__accordion .gmap {
    display: none;
}

.job-city-form {
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    letter-spacing: -0.005em;

    color: #4E4E4E;
}

.elementor-field-group-field_github,
.elementor-field-group-field_portfolio {
    display: none;
}

a.job__link i {
    margin-left: 16px;
}

.buttons__offers_list #loadMore {

}

.buttons__offers_list #loadMore:hover {
    cursor: pointer;
}

.offices .row__offices__search li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.005em;

    color: #333333;
}

.offers a .job__title,
.offers a .job__location {
    color: #252525;
}


@media only screen and (max-width: 600px) {
    .search-inline .kenbi__search input[type=text] {
        min-width: 220px;
    }

    .offices__jobs__accordion .accordion {
        padding: 16px 30px;
    }

    .accordion__group button span {
        margin-right: 30px;
    }

    .offices__jobs__accordion .panel .left,
    .offices__jobs__accordion .panel .right {
        padding: 40px 30px;
    }

    .offices__jobs__accordion .panel.active {
        display: inline-block!important;
    }

    .offices__jobs__accordion .panel .right  {
        padding-top: 0;
    }

    .w50 {
        width: 100%;
    }

    .search-inline .kenbi__search {
        display: inline-block;
    }

    .search-inline .kenbi__search input[type="submit"] {
        margin-top: 25px;
    }

    .search-inline .kenbi__search i.fa {
        margin-top: -30px;
    }

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

    .kenbi__search__full .w50,
    .kenbi__search__full .w25 {
        width: 100%;
        margin-bottom: 25px;
    }

    .kenbi__search__full input[type="submit"].input__submit {
        width: 100%;
    }

    .kenbi__search__full .w50, 
    .kenbi__search__full .w25 {
        padding: 0;
    }

    .job__link {
        float:  none;
        margin-bottom: 24px;
    }

    .job__title h3 {
        margin-bottom: 8px;
    }

    .job__location {
        margin-bottom: 24px;
    }

    .info__fill__boxes {
        margin-top: -150px;
        margin-left: 65px;
    }

    .search-result__tabs__mobile .offices__jobs__accordion .panel.active {
        background-color: transparent;
    }

    .kenbi__search {
        max-width: 100%;
    }

    .kenbi__search input[type="submit"] {
        width: 100%;
    }

    .offices__jobs__accordion .gmap {
        display: none;
    }

    .offices__jobs__accordion .accordion__group button span {
        color: #D8F4F2;
    }
    .offices__jobs__accordion .accordion__group button span i {
        color: #000;
    }

    .offices__jobs__accordion .accordion__group button span label {
        display: none;
    }

}


.consultation__form .actions,
.actions.float {
    margin-top: 48px;
    font-family: "Figtree", Sans-serif;

    position: fixed;
    bottom: 0;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    width: 66.66%;
    padding: 25px 75px;
    text-align-last: end;
    left:0;
    background: #ffffffcc;
}

.actions.float {
    display: block;
}

.consultation__form a.secondary {
    border-color: white;
    color: #007AFF;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background-color: transparent;
}

.consultation__form .actions button,
.actions button {
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #007AFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #007AFF;
    border-radius: 38px;
    padding: 8px 26px;
}

.consultation__form .actions button:disabled,
.consultation__form .actions button[disabled],
.actions button[disabled],
button:disabled {
    border: 0px solid #E6E0E0;
    background: #EDEDED;
    color: #b3b3b3;
    display: inline-block;
    font-weight: 600;
}

.consultation__form {
    font-family: Figtree;
    padding-bottom: 50px;
}

.consultation__form .form__content {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.15px;

    display: flex;
    flex-direction: column;
    gap:20px;
}

.consultation__form .row {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.consultation__form .row.terms {
    flex-direction: row;
    color: #262626;
    /* medium 14 */
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.15px;
}

.consultation__form .row .side-by-side {
    display: flex;
    flex-direction: row;
    gap:24px;
}

.consultation__form .row div {
    width: 100%;
}

.consultation__form .row .side-by-side div {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.consultation__form .row .side-by-side div.radio__option {
    flex-direction: row;
}

.consultation__form .radio__option {
    border-radius: 8px;
    border: 2px solid #EDEDED;
    padding: 16px 20px;
    min-width: 215px;
}

.consultation__form .radio__option label {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.2px;
    margin-left: 8px;
}

.consultation__form .row label {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.2px;
}

.consultation__form select {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.2px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 2px solid #EDEDED;
}

.consultation__form textarea,
.consultation__form input[type='text'],
.consultation__form input[type='password']  {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.2px;

    border-radius: 4px;
    border: 2px solid #EDEDED;
    padding: 12px 16px;
    width: 100%;
}

@media (max-width: 767px) {
    .consultation__form .actions,
    .actions.float {
        width: 100%;
        background-color: hsl(0deg 0% 100% / 70%);
        padding: 10px 25px;
        z-index: 99;

        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 22px 65px;
        align-items: center;
    }

    .consultation__form .form__content {
        padding: 0px 30px;
        margin-bottom: 60px;
    }

    .consultation__form .row .side-by-side {
        flex-direction: column;
    }

    .consultation__form .row.terms {
        vertical-align: top;
    }

    .container_notifications {
        float: right;
        position: fixed;
        right: initial;
        bottom: 0;
    }



}

.form__matchmaker .overline {
    color: #18191F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.progress__bar {
    margin-top: 24px;
    margin-bottom: 32px;
}

.progress__bar {
    height: 7px;
    background-color: #E9F1F6;
}
.progress__bar::before {
    content: '';
    display: flex;
    justify-content: end;
    width: calc(var(--percent) * 1%);
    height: 100%;
    background: #69A8FF;
    white-space: nowrap;
}

.progress__bar.completed::before {
    content: '';
    display: flex;
    justify-content: end;
    width: calc(var(--percent) * 1%);
    height: 100%;
    background: #71FFCA;
    white-space: nowrap;
}

#form__step1,
#form__step2,
#form__step3,
#form__stepvalidate {
    margin-top: 48px;
}

.subtitle {
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    letter-spacing: 0.2px!important;
}

.form__matchmaker label {
    margin-bottom: 4px;
}

.form__matchmaker .row {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.form__matchmaker .column__25 {
    width: 25%;
}

.form__matchmaker .column__33 {
    width: 33%;
}

.column__75 {
    width: 75%;
}

.form__matchmaker .column__50 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-60 {
    margin-top: 60px;
}

.form__matchmaker select {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #212121;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px 10px 16px;
}

.form__matchmaker input:disabled,
.form__matchmaker select:disabled {
    background-color: #FAFAFA!important;
}

.form__matchmaker .actions {
    margin-top: 48px;
}

a.secondary {
    background-color: white;
    border-color: white;
    color: #007AFF;
    margin-right: 24px;
}

a.secondary:hover {
    opacity: 1;
    border-color:#007AFF;
    background-color: white;
    color:#007AFF;
}

.form__matchmaker .option {
    padding: 16px 14px;
    border-radius: 8px;
    border: 1px solid #E9F1F6;
    width:100%;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.form__matchmaker .option label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #212121;
}

.form__matchmaker .option input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
    margin-right: 10px;
}

.form__matchmaker button:disabled {
    opacity:0.7;
}

.form__matchmaker label.error {
    color: #d3136d;
    display:block;
}

.form__matchmaker .option.disabled {
    opacity:0.3;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 325px;
    background-color: #212121;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 26px 26px 26px 37px;
    position: absolute;
    z-index: 1;
    bottom: -400%;
    left: 400%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -10px;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #212121 transparent transparent transparent;
    transform: rotate(90deg);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.header {
    margin-top:14px;
}

.header .line__one {
    display: flex;
    gap:16px;
    margin-bottom: 8px;
}

.header .line__one .age {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.header .line__one .chip {
    border-radius: 5px;
    padding: 4px 10px;
    background-color: #DAE9FF;

    color: var(--blue-regular, #007AFF);

    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.header .line__two ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap:24px;
    color: #666;

    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;
}

.legend {
    margin-bottom: 16px;
    margin-top: 24px;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;

    color:#666;
}

.map {
    margin-top: 24px;
    margin-bottom: 16px;
}

.actions__box {
    padding: 24px;
    border: 1px solid #DAE9FF;
    border-radius:8px;
}

.actions__box h4 {
    color: #474D66;
    /* H4 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.25px;
}

.actions__box #buttons,
.actions__box #form__rejects {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.actions__box .accept {
    background: #009A6B;
    border-color: #009A6B;
    width: 100%;
}

.actions__box .reject {
    background: #DA2C2C;
    border-color: #DA2C2C;
    width: 100%;
}

.actions__box .accept:hover {
    color: #009A6B;
    background-color: white;
}

.actions__box .reject:hover {
    color: #DA2C2C;
    background-color: white;
}

@media screen and (max-width: 600px) {
    .form__matchmaker .column__25,
    .form__matchmaker .column__50 {
        width:100%;
    }

    .form__matchmaker .row {
        flex-direction: column;
    }

    .tooltip .tooltiptext {
        left: -275px;
    }

    .tooltip .tooltiptext::after {
        display:none;
    }

    .column__75,
    .form__matchmaker .column__33 {
        width:100%;
    }
}

/* matchmaking form  */
.form__matchmaker .row label {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.form__matchmaker input[type=date],
.form__matchmaker input[type=email],
.form__matchmaker input[type=number],
.form__matchmaker input[type=password],
.form__matchmaker input[type=search],
.form__matchmaker input[type=tel],
.form__matchmaker input[type=text],
.form__matchmaker input[type=url],
.form__matchmaker select,
.form__matchmaker textarea {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #212121;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px 10px 16px;
}

.form__matchmaker button,
.form__matchmaker input[type="button"],
.form__matchmaker input[type="submit"],
.form__matchmaker .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #007AFFB0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #007AFFB0;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 36px 10px 36px;
}

.form__matchmaker .option label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #212121;
}

.form__matchmaker .terms label {
    font-family: Figtree;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
}

.form__matchmaker .terms a,
.consultation__form .row.terms a {
    color: #007aff;
}

.consultation__form .row.terms p {
    margin-bottom: 0px;
}

.form__matchmaker.step__account,
.form__matchmaker.step__phone__validation {
    font-family: Figtree;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.40px;
    text-align: left;
    color: #5a5a5a;
}

.form__matchmaker .step__account__content,
.form__matchmaker .step__code__content {
    max-width: 580px;
}

.form__matchmaker .step__account__content h2,
.form__matchmaker .step__code__content h2 {
    font-family: Figtree;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.15px;
    color: #262626;
}


.form__matchmaker #resend_clock {
    font-size: 16px;
}

.form__matchmaker {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    .form__plz form .flex__fields {
        flex-direction: column;
    }

    .form__plz form input,
    .form__plz form button {
        width: 100%!important;
    }

    .nobgimg {
        background-image: none!important;
    }

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