/* .nav-header, .header {
    background-image: linear-gradient(180deg, #cb3398, #ef6dad 100%);
}
[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header {
    box-shadow: 7px -7px 25px #dd4894;
}
.deznav {
    background-image: linear-gradient(180deg, #ef6dad, #ffd1ff 100%);
} */

#btn-view-member,
#btn-add-member {
    margin-bottom: 8px !important;
}

/* * {
    border: 1px solid red;
} */

#modal-form-paket .modal-dialog {
    transform: none !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    cursor: pointer;
}
#text-overlay {
    position: absolute;
    top: 50%;
    left: 51%;
    font-size: 30px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.text-overlay {
    position: absolute;
    top: 40%;
    left: 50%;
}
form label.required:after {
    color: red;
    content: " *";
}
.form-control {
    border: 1px solid #dddddd;
}
.form-control.is-invalid {
    border-right: 1px #f72b50 solid !important;
}
.dataTables_length {
    margin-bottom: 0px !important;
}
.accordion-header-bg .accordion-header {
    background-color: #ef6dad;
}
.accordion-bordered .accordion__body {
    border: 1px solid #dddddd;
}
.select2-container--default .select2-selection--single {
    border-radius: 1rem;
    border: 1px solid #dddddd;
    height: 56px;
    background: #fff;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 56px;
    color: #969ba0;
    padding-left: 15px;
    min-height: 56px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 16px;
    right: 15px;
}
.select2-dropdown {
    border-color: #dddddd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddddd;
}

.pos-pin-card {
    width: 100%;
    max-width: 520px;
}

.pin-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    justify-content: center;
    margin: 24px 0;
}

.pin-input {
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid #d0d5dd;
    outline: none;
    transition: all 0.2s ease;
}

.pin-input:focus {
    border-color: #2f6fed;
    box-shadow: 0 0 0 3px rgba(47, 111, 237, 0.15);
}

@media (max-width: 991px) {
    .pin-wrapper {
        grid-template-columns: repeat(3, 1fr);
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .pin-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .pin-input {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    #btn-add-member,
    #btn-view-member {
        margin-bottom: 4px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .select2-container--default .select2-selection--single {
        height: 44px;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: 44px;
        min-height: 44px;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        top: 10px;
        right: 10px;
    }

    #btn-view-member,
    #btn-add-member {
        margin-bottom: 4px !important;
    }
}
