.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.receiving-ngo-select2
    ~ .select2-container--default
    .select2-selection--single {
    height: 42px;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.receiving-ngo-select2
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px;
    font-size: 0.875rem;
}

.receiving-ngo-select2
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px;
}

.upload-container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 12px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 300px;
    position: relative;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tox-promotion,
.tox-statusbar__branding {
    display: none;
}

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

.sub-service-btn-active,
.service-btn-active {
    background: rgb(37, 99, 235) !important;
    color: white !important;
}

html[dir="rtl"] .peer:checked ~ .peer-checked\:after\:translate-x-full:after {
    --tw-translate-x: -100% !important;
}
