@font-face{
    font-family:"Ubuntu_Mono_700";
    font-display:swap;
    src:url("/wp-content/uploads/et-fonts/UbuntuMono-Bold.ttf") format("truetype")
}

* {
    box-sizing: border-box;
}

#service_form {
    background-color: #ffffff;
    min-width: 300px;
    width: 100%;
}

#service_form .tab {
    margin-bottom: 80px;
}

#service_form #request.tab {
    margin-bottom: 20px;
}

#service_form .download_template {
    margin: 30px 0;
}

#service_form #customer_service_group_customerNr {
    width: 50%;
}

#service_form input:not([type="checkbox"]):not([type="radio"]) {
    font-family: 'Ubuntu_700';
    color: black;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #000000;
}

#service_form input:not([type="checkbox"]):not([type="radio"])::placeholder {
    font-size: 16px;
}

#service_form #bankaccount input:not([type="checkbox"]):not([type="radio"]) {
    border-width: 2.3px;
}

#service_form input#cart_fields_group_birthdate {
    background: white;
    color: black;
    text-align: left;
}

#service_form input::placeholder {
    font-style: normal;
    font-family: 'Ubuntu_700';
    font-size: 16px;
    line-height: 21px;
    color: #888;
    opacity: 1;
}

#service_form textarea {
    font-family: 'Ubuntu_700';
    color: black;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #000000;
}

#service_form .invalid {
    border: 2px solid #E93B3B !important;
    border-radius: 8px;
}

#service_form label {
    display: none;
}

#service_form input[type="checkbox"] + label {
    display: block;
}

#service_form label ~ input[type="checkbox"] {
    display: block
}

#service_form input[type="radio"] + label {
    display: block;
}

#service_form label ~ input[type="radio"] {
    display: block
}

#service_form select.placeholder-shown {
    color: #888;
    font-size: 16px;
    font-family: 'Ubuntu_700';
    font-size: 16px;
}

#service_form select {
    display: inline-block;
    min-width: auto;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #000000;
    background-color: #ffffff;
    font-style: normal;
    font-family: 'Ubuntu_700';
    font-size: 14px;
    line-height: 21px;
}

#service_form .select option {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

select.placeholder-hidden {
    color: #000;
}

#questions_about .select-custom-swap {
    width: 100%;
}

.select-custom-swap {
    position: relative;
    width: 50%;
  }

.selected-value-swap {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #000000;
    font-family: 'Ubuntu_700';
    font-size: 16px;
    cursor: pointer;
}

.selected-value-swap::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
    border-top: 8px solid #ccc;
      border-top-color: rgb(204, 204, 204);
    border-top-color: #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.selected-value-swap.placeholder {
  color: #888;
}

.dropdown-swap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: white;
    border-radius: 8px;
    border: 2px solid #000000;
    max-height: 200px;
    overflow: auto;
}

.option-swap {
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    line-height: normal;
}

.option-swap:hover {
    background-color: #ebebeb;
    border-radius: 0px;
}

.option-swap.active:not(.placeholder) {
    padding-left: 25px;
    position: relative;
}

.option-swap.active:not(.placeholder)::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 12px;
    top: 50%;
    height: 8px;
    width: 5px;
    margin: -5px 0 0 0;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.option-swap.placeholder {
    color: #888;
}

#questions_about .option-swap.placeholder {
    color: #000;
}

#mobile_form .select-custom-swap .search-swap {
    display: block;
    width: 100% !important;
    padding: 0px 5px !important;
    height: 30px !important;
    line-height: 30px;
  }

.search-swap-wrap {
    padding: 10px;
}

.dropdown-mobil-prefix .option-swap.placeholder {
    display: none;
}

#number_transfer_previous_operator ~ .select-custom-swap{
    width: 100%;
}

#service_form button {
    display: inline-block;
    width: 230px;
    height: 50px;
    margin: 30px 0px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 16px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    border: 2px solid black; 
    transition: .2s;
    margin-left: auto;
}

#service_form button:hover {
	background: white;
    color: black;
    border: 2px solid;
    transition: .2s;
}

#service_form button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#service_form .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 24px 0;
}

#service_form .document-link {
    border-bottom: 2px solid;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    min-width: 180px;
}

#service_form .document-container {
    display: flex;
    flex-direction: column;
}

#service_form .document-container a {
    text-decoration: underline;
}

#service_form .row.checkbox {
    gap: 0px;
}

#service_form .row.checkbox.invalid {
    padding: 10px;
} 

#service_form .row.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
}

#service_form .row.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #000;
    background-color: white;
}

#service_form .row.checkbox input[type=checkbox] {
    display: none;
}

#service_form .row.checkbox label:before {
    border-radius: 3px;
}

#service_form .row.checkbox input[type=checkbox]:checked+label:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 13px;
    height: 9px;
    width: 5px;
    margin: -7px 0 0 -3px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: all 0.1s linear;
}

#service_form .row.checkbox input[type=checkbox]:checked+label:before {
    background-color: black;
}

#service_form .row-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
}

#service_form .row-radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: white;
}

#service_form .row-radio input[type=radio] {
    display: none;
}

#service_form .row-radio input[type=radio]:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    height: 12px;
    width: 12px;
    background: black;
    transform: rotate(45deg);
    transition: all 0.1s linear;
    border-radius: 10px;
}

#service_form .row-radio {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

#service_form .row-radio-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 15px 0;
}

#service_form .form_buttons {
    overflow:auto;
}

#service_form .form_buttons_group {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#service_form .error-message {
    display: none;
    background-color: #ffdddd;
    border: 2px solid #E93B3B;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#service_form input.error {
    border: 2px solid #E93B3B !important;
}

#service_form .tab_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

#service_form #questions_about select {
    color: #000;
}

#service_form #questions_about .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.document-link img {
    width: 24px;
    height: 24px;
    position: absolute;
  }