.withdrawal-module {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 20px 50px;
    font-family: 'open_sansregular', sans-serif;
    color: #000;
}
.withdrawal-module *,
.withdrawal-module *:before,
.withdrawal-module *:after {
    box-sizing: border-box;
}

.withdrawal-module .main-bar {
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 2px solid #07b8d2;
}
.withdrawal-module .main-bar h1 {
    margin: 0;
    font-size: 26px;
    color: #07b8d2;
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sansbold', sans-serif;
}


.withdrawal-module .text-center { text-align: center; }
.withdrawal-module .d-block { display: block; }
.withdrawal-module .mx-auto { margin-left: auto; margin-right: auto; }
.withdrawal-module .mt-3 { margin-top: 16px; }
.withdrawal-module .mt-4 { margin-top: 28px; }
.withdrawal-module .mb-3 { margin-bottom: 18px; }
.withdrawal-module .mb-4 { margin-bottom: 24px; }
.withdrawal-module .col-12,
.withdrawal-module .col-lg-8 { width: 100%; }
.withdrawal-module .text-dark { color: #000; }

.withdrawal-module .col-12.mb-4 {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.withdrawal-module .edit-link {
    margin-top: 10px;
    font-size: 12px;
}

.withdrawal-module .withdrawal_form {
    background: #fff;
    border: 1px solid #e2e4e6;
    border-radius: 4px;
    padding: 26px 28px 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.withdrawal-module .heading-form {
    margin: 0 0 16px;
    padding-bottom: 8px;
    font-size: 17px;
    color: #07b8d2;
    text-transform: uppercase;
    font-family: 'open_sansbold', sans-serif;
    border-bottom: 1px solid #e5e5e5;
}
.withdrawal-module .heading-form:first-child { margin-top: 0; }

.withdrawal-module .form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #555;
}

.withdrawal-module .form-control {
    display: block;
    width: 100%;
    padding: 9px 11px;
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.withdrawal-module textarea.form-control {
    min-height: 110px;
    resize: vertical;
}
.withdrawal-module .form-control:focus {
    border-color: #07b8d2;
    box-shadow: 0 0 0 2px rgba(7, 184, 210, 0.18);
}
.withdrawal-module .form-control::placeholder { color: #9a9a9a; }
.withdrawal-module input[type="file"].form-control {
    padding: 7px 11px;
    background: #fafafa;
    cursor: pointer;
}

.withdrawal-module .form-control.error { border-color: #c0392b; }
.withdrawal-module small.error {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
    color: #c0392b;
}

.withdrawal-module .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}
.withdrawal-module .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #07b8d2;
    cursor: pointer;
}
.withdrawal-module .form-check-label {
    font-size: 14px;
    cursor: pointer;
}

.withdrawal-module .nice_checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.withdrawal-module .nice_checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: #07b8d2;
    cursor: pointer;
    flex: 0 0 auto;
}
.withdrawal-module .nice_checkbox label {
    flex: 1;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
}
.withdrawal-module .nice_checkbox small.error { flex-basis: 100%; }

.withdrawal-module .std_btn {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 30px;
    font-size: 14px;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #07b8d2;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color .15s ease;
}
.withdrawal-module .std_btn:hover { background: #059bb1; }
.withdrawal-module .std_btn span { color: #fff; }

@media (max-width: 760px) {
    .withdrawal-module { padding: 20px 14px 40px; }
    .withdrawal-module .withdrawal_form { padding: 20px 16px 24px; }
    .withdrawal-module .main-bar h1 { font-size: 22px; }
    .withdrawal-module .std_btn { width: 100%; text-align: center; }
}
