.chapgarchi-request-button {
    display: inline-block;
    padding: 2px 2px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.chapgarchi-request-form input{
    text-align: right;
}

.swal2-textarea {
    min-height: 100px;
    resize: vertical;
}

.swal2-input,
.swal2-textarea {
    width: 100%;
    margin: 4px 0;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.swal2-input:focus,
.swal2-textarea:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

/* Select2 Styles */
.swal2-container .select2-container {
    width: 100% !important;
    margin: 4px 0;
}

.swal2-container .select2-container--default .select2-selection--single {
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.swal2-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
    padding-left: 12px;
}

.swal2-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
}

.swal2-container .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.swal2-container .select2-container--default.select2-container--open .select2-dropdown {
    border-color: #0073aa;
}

.swal2-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0073aa;
}

.swal2-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666;
}

.swal2-container .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.swal2-container .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ddd;
    border-radius: 4px;
}

.swal2-container .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #0073aa;
    outline: none;
} 