.g-recaptcha iframe {
    width: 300px;
    height: 75px;
}

.customer-service-entry-button {
    all: revert;
    height: 75px;
    width: 75px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font: 12px Lato, sans-serif;
    font-weight: bold;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9998;
}

.customer-service-lifebuoy {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.customer-service-entry-button--e-forum {
    color: #2298c4;
    border-color: #2298c4;
    background-color: white;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHN0eWxlPSItbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkuNzkgMTUuNDFjLjk1LTIuMTcuOTUtNC42NiAwLTYuODJsLTIuNzQgMS4yNGMuNiAxLjM4LjYgMi45NS4wMSA0LjM0bDIuNzMgMS4yNG0tNC4zNy0xMS4yYTguNTQgOC41NCAwIDAgMC02LjgzIDBsMS4yNCAyLjczYzEuMzktLjU5IDIuOTYtLjU5IDQuMzUuMDFsMS4yNC0yLjc0TTQuMjEgOC41OGE4LjU2NCA4LjU2NCAwIDAgMCAwIDYuODRsMi43NC0xLjI1Yy0uNi0xLjM4LS42LTIuOTYgMC00LjM1TDQuMjEgOC41OG00LjM4IDExLjIxYTguNSA4LjUgMCAwIDAgNi44My0uMDFsLTEuMjQtMi43M2E1LjUgNS41IDAgMCAxLTQuMzQuMDFsLTEuMjUgMi43M00xMiAyYTEwIDEwIDAgMCAxIDEwIDEwYTEwIDEwIDAgMCAxLTEwIDEwQTEwIDEwIDAgMCAxIDIgMTJBMTAgMTAgMCAwIDEgMTIgMm0wIDZhNCA0IDAgMCAwLTQgNGE0IDQgMCAwIDAgNCA0YTQgNCAwIDAgMCA0LTRhNCA0IDAgMCAwLTQtNHoiIGZpbGw9IiMyMjk4YzQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 4px black;
    z-index: 500000;
}

.customer-service-entry-button:focus {
    outline: none;
}

.customer-service-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px 0 14px;
    border: 1px solid green;
    border-radius: 5px;
    width: 420px;
    box-shadow: 5px 10px 18px #888888;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    z-index: 500000;
}

.customer-service-container--no-widget {
    display: block;
    justify-content: center;
    position: relative;
    padding: 30px 35px 35px 35px;
    width: 570px;
    margin: 30px auto -120px auto;
    z-index: 1;
}

.customer-service-container * {
    all: revert;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 14px;
}

.customer-service-container b {
    font-weight: 700;
}

.customer-service-container__searched-options {
    width: 100%;
    flex-direction: column;
    background: #f7f7f7;
    border-bottom: 2px solid black;
    display: none;
}

.customer-service-container__searched-options__button {
    width: 100%;
    padding: 3px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    color: black;
    cursor: pointer;
    display: none;
}

.customer-service-container__searched-options__button:focus {
    outline: none;
}

.customer-service-container__label {
    margin: 0px;
}

.customer-service-container__label--required {
    display: inline-block;
    font-size: 11px;
    margin-left: auto;
    text-align: justify;
}

.customer-service-container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-service-container__header__text {
    font-weight: bold;
    font-size: 2em;
    line-height: 30px;
    margin: 10px 0;
}

.customer-service-container__search-bar {
    border: 0;
    border-bottom: 2px solid black;
    display: flex;
    width: 100%;
    line-height: 20pt;
}

.customer-service-container__search-bar__input {
    border: 0;
    flex-grow: 1;
    font-size: 1.2em;
}

.customer-service-container--no-widget .customer-service-container__search-bar__input {
    font-size: 1.4em;
}

.customer-service-container__search-bar__input::placeholder {
    font-size: 0.6em;
    text-align: center;
    align-items: center;
}

.customer-service-container__search-bar__input:focus {
    outline: none;
}

.customer-service-container__search-bar__close {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: white;
    display: inline-block;
    cursor: pointer;
    display: none;
    position: relative;
    top: 4px;
}


.customer-service-container__search-bar__close::after,
.customer-service-container__search-bar__close::before {
    position: absolute;
    left: 9px;
    top: 3px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: red;
}

.customer-service-container__search-bar__close::after {
    transform: rotate(-45deg);
}
.customer-service-container__search-bar__close::before {
    transform: rotate(45deg);
}


.customer-service-container__zoom-icon {
    width: 23px;
    height: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTc2LjI5MiAxNzYuMjkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzYuMjkyIDE3Ni4yOTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjQuMDI3LDQ2LjMzM2MtNC4zMiwxNi4xMjUtMi4xMDMsMzIuOTY4LDYuMjQ0LDQ3LjQyNmMxMS4xMzIsMTkuMjgxLDMxLjg5MiwzMS4yNTksNTQuMTc4LDMxLjI1OWM4LjQxMSwwLDE2Ljc0NS0xLjcyOSwyNC40NzQtNS4wM2wzMi41MDcsNTYuMzAzbDEyLjk5LTcuNWwtMzIuNTA4LTU2LjMwNWMxMS4xNzQtOC4zNTMsMTkuMTktMjAuMTE3LDIyLjg1Ni0zMy44MDJjNC4zMi0xNi4xMjUsMi4xMDMtMzIuOTY4LTYuMjQ0LTQ3LjQyNkMxMjcuMzkzLDExLjk3OCwxMDYuNjMzLDAsODQuMzQ3LDBDNzMuNDM1LDAsNjIuNjQ3LDIuODk5LDUzLjE0OCw4LjM4M0MzOC42OSwxNi43MywyOC4zNDksMzAuMjA4LDI0LjAyNyw0Ni4zMzN6IE04NC4zNDcsMTVjMTYuOTQ0LDAsMzIuNzI3LDkuMTA0LDQxLjE4OCwyMy43NTljNi4zNDQsMTAuOTg4LDguMDI5LDIzLjc4OSw0Ljc0NSwzNi4wNDRjLTMuMjgzLDEyLjI1NS0xMS4xNDMsMjIuNDk5LTIyLjEzMSwyOC44NDJjLTcuMjIyLDQuMTY5LTE1LjQxNiw2LjM3My0yMy42OTksNi4zNzNjLTE2Ljk0NCwwLTMyLjcyNy05LjEwNC00MS4xODgtMjMuNzU5Yy02LjM0NC0xMC45ODgtOC4wMjktMjMuNzg4LTQuNzQ1LTM2LjA0M0M0MS44MDEsMzcuOTYsNDkuNjYsMjcuNzE3LDYwLjY0OCwyMS4zNzNDNjcuODcsMTcuMjA0LDc2LjA2NCwxNSw4NC4zNDcsMTV6Ii8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;

}


.customer-service-container__button {
    border-radius: 5px;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25pt;
    cursor: pointer;
    padding: 7px 10px;
}

.customer-service-container__category-group .customer-service-container__button {
    padding-top: 0;
    padding-bottom: 0;
}

.customer-service-container__button--secondary {
    color: grey;
    width: 93%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 15pt;
    background: whitesmoke;
    border: 1px solid green;
    min-height: 2.5em;
}
.customer-service-container__button__text {
    font-size: 1.3em;
    margin: 5px 0 5px 0;
    color: white;
}

.customer-service-container__button__arrow {
    font-size: 2.4em;
    font-weight: 700;
}

.customer-service-container__button--secondary .customer-service-container__button__arrow {
    font-size: 1.3em;
}

.customer-service-container__button__exit {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    position: relative;
    border: 0;
    background: white;
    cursor: pointer;
}
.customer-service-container__button__exit::after,
.customer-service-container__button__exit::before {
    position: absolute;
    left: 17px;
    top: 2px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
}

.customer-service-container__button__exit::after {
    transform: rotate(-45deg);
}
.customer-service-container__button__exit::before {
    transform: rotate(45deg);
}


.customer-service-container__button__back {
    font-size: 2.4em;
    border: 0;
    background: white;
    display: inline-block;
    cursor: pointer;
}

.customer-service-container__mainCategories {
    display: flex;
    flex-direction: column;
}

.customer-service-container__input-fields {
    display: none;
    flex-direction: column;
}

.customer-service-container__input-fields__input {
    margin-bottom: 10px;
    height: 2.4em;
    border: 1px solid gainsboro;
    border-radius: 5px;
    background: whitesmoke;
}

.required:after {
    content: " *";
    color: red;
}

textarea.customer-service-container__input-fields__input {
    height: auto;
    resize: none;
}

#cs-form-spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 2em;
}

.customer-service-container button:focus {
    outline: none;
}

.customer-service-container__flex {
    display: flex;
    width: 90%;
    align-items: right;
    margin-bottom: 10px;
    margin-left: auto;
}

.customer-service-container__asterix {
    color: red;
    padding-right: 5px;
}

#cs-form-error, #cs-form-validation {
    color: red;
    font-weight: bold;
    margin-bottom: 14px;
    display: none;
}

#cs-form-new {
    display: none;
    background: red;
    width: 100%;
}

.customer-service-container__empty-block {
    height: 15px;
}

.customer-service-container.full-height-on-mobile {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    bottom: 0;
    right: 0;
    overflow-y: scroll;
}


.customer-service-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi4wMSAxMUg0djJoMTIuMDF2M0wyMCAxMmwtMy45OS00eiIvPjwvc3ZnPg==);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.customer-service-arrow--left::after,
.customer-service-arrow-black--left::after {
    transform: rotate(-180deg);
}

.customer-service-arrow-black::after {
    content: "";
    display: block;
    width: 34px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzNiM2IzYiIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi4wMSAxMUg0djJoMTIuMDF2M0wyMCAxMmwtMy45OS00eiIvPjwvc3ZnPg==);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

@media(orientation: landscape) and (max-height: 700px) {
    .customer-service-container {
        overflow-y: hidden;
        right: 0;
        bottom: 0;
    }
}

@media(max-width: 767px) {
    .customer-service-entry-button {
        width: 60px;
        height: 60px;
        font-size: 10px;
        right: 15px;
        bottom: 15px;
    }
    .customer-service-container {
        height: auto;
        overflow-x: hidden;
    }

    .customer-service-container__button--secondary {
        height: auto;
    }

    .customer-service-container.full-height-on-mobile {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
}

@media(max-width: 500px) {
    .customer-service-container {
        width: 100%;
        bottom: 0;
        right: 0;
    }
}