* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.banner_container{
    text-align: center;
    width: 100%;
    height: auto;
    border-style: solid;
    border-radius: 50px 50px 50px 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin: auto;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.banner_container_col1{
    text-align: center;
    width: 40%;
    height: auto;
    float: left;
    margin: auto;
}

.banner_container_col2{
    text-align: center;
    width: 60%;
    height: auto;
    left: 30%;
    float: left;
    margin-top: 15px;
}

.banner_divider_head{
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner_divider_row_image{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner_divider_row_company{
    border-top: 4px solid rgb(170, 36, 92);
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    margin-bottom: 20px;
}

.banner_divider_row_name{
    border-top: 2px solid rgb(170, 36, 92);
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner_divider_row_mobile{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner_image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}


.banner_caption{
    font-size: 24px;
    font-weight: 600;
    color: rgb(170, 36, 92);
}

@media only screen and (max-width: 600px) {
    .banner_caption{
        font-size: 20px;
        font-weight: 600;
        margin: auto;
        color: rgb(170, 36, 92);
    }
}

.banner_label{
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: rgb(170, 36, 92);
}

.banner_label:hover{
    font-size: 20px;
    color: blue;
}

#banner_label_name{
    font-size: 22px;
    font-weight: 400;
    color: rgb(170, 36, 92);
}
@media only screen and (max-width: 600px) {
    .banner_label{
        color: rgb(170, 36, 92);
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }
    .banner_label:hover{
        font-size: 16px;
        color: blue;
    }
}

.banner_phone_icon{
    width: 34px;
    height: 60px;
    text-align: center;
    background-image: url('https://shop.onlyq.eu/wp-content/plugins/ksauth/images/KS_ICON/green/Phone.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
}

.banner_mail_icon{
    width: 60px;
    height: 45px;
    text-align: center;
    background-image: url('https://shop.onlyq.eu/wp-content/plugins/ksauth/images/KS_ICON/green/Mail.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
}

.formbold-mb-5 {
    margin-bottom: 20px;
}
.formbold-pt-3 {
    padding-top: 12px;
}
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formbold-form-wrapper {
    margin: 0 auto;
    width: 100%;
}
.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}
.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 12px 10px 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}
.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.form_hide {
    display: none;
}
.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: green;
    color: white;
    width: 100%;
    cursor: pointer;
}
.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-checkbox-label {

    cursor: pointer;
    user-select: none;
    line-height: 24px;
    color: #536387;
}

.formbold-relative {
    position: relative;
}

.formbold-checkbox-wrapper.agb {
    font-size: 13px;
}

.formbold-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
}

.formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.formbold-checkbox-inner {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
}
.formbold-opacity-0 {
    opacity: 0;
}
.formbold-stroke-current {
    stroke: #ffffff;
    z-index: 999;
}
#supportCheckbox:checked ~ div span {
    opacity: 1;
}
#supportCheckbox:checked ~ div {
    background: #6a64f1;
    border-color: #6a64f1;
}
.hidden {
    display: none;
}
.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}
.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.w-full {
    width: 100%;
}
@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
    .sm\:w-one-third {
        width: 33%;
    }
    .sm\:w-two-third {
        width: 67%;
    }
}
.currencyinput {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    background: #f7f7f7;
    border-radius: 4px 0 0 4px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.inputcontainer {
    position: relative;
}
.inputcontainer.currency {
    display: flex;
}

.inputcontainer.currency .formbold-form-input {
    border-radius: 0 6px 6px 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    margin-right: 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.user-downline-selection {
    list-style: none !important;
    padding: 0 !important;;
    margin-bottom: 30px;
}

.user-downline-selection li {
    padding: 4px;
}

.btn-container {
    position: relative;
    display: blocklock;
}
#submitbtn:disabled + .btn-overlay {
    display: block;
}
.btn-overlay {
    text-align: center;
    padding-top: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.7;
    pointer-events: none;
    border-radius: 6px;
}


.woocommerce-billing-fields input:disabled {
    color: grey !important;
    background: white !important;
}

.woocommerce-billing-fields .disabledhint {
    font-size: 13px;
    color: white;
    background-color: #AA245C;
    padding: 3px;
}
