.choices__inner{
    height: 30px;
    padding-top: 3px;
    padding-right: 7.5px;
    padding-bottom: 3px;
    padding-left: 7.5px;
}

.text-right{
    text-align: right !important;
}

.btn-icon {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: none !important;
}

.dropdown-menu {
    min-width: 100px !important;
}

.dropdown-item {
    padding: 1px 15px !important;
    font-size: 12px !important;
    color: black;
}

.form-control:focus {
    border-color: #ffffff;
    /* box-shadow: 0 0 0 0.2rem #ffffff; */
} 

a {
    color: var(--bs-green);
}

a:hover {
    color: #d63384
}

#auth #auth-right {
    background: url(../../../assets/images/4853433.png?45649b87e0b3f50bfa1372c6cdb4595f), linear-gradient(90deg, #198754, #198754);
    height: 100%
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #d63384;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #d63384
}

body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #d63384
}

body.theme-dark .form-check-input:checked {
    background-color: #d63384;
    border-color: #d63384;
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    color: var(--bs-white);
    z-index: 3
}

body.theme-dark a { color: #d63384; }

.astext {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.header100{
    vertical-align: middle;
    width: auto;
    height: 100px;
    border-radius:5%;
}

.format-angka{
    text-align: right;
}

.ck-editor__editable {
    max-height: 400px; /* Set your desired max height */
    overflow-y: auto;  /* Add vertical scroll when content exceeds the max height */
}

/* Change the background color of the selected item in the dropdown */
.select2-container--bootstrap-5 .select2-results__option--selected {
    background-color: #d63384 !important;
    color: #fff; /* Optional: To make the text color readable */
}
