.font-italic {
    font-style: italic;
}

/* start sidebar */
/* perbaikan setelah penambahan dropdown ke tiga pada sidebar (bawakan template tidak ada dropdown ke 3) */
.modsubmenu-arrow {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #637381;
    display: inline-block;
    font-family: "font awesome 5 free";
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 9px;
    /* Mengubah nilai top untuk menaikkan posisi panah */
    right: 15px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transition: all .2s ease;
}

.modsubmenu-arrow::before {
    content: "\f105";
    font-weight: 900;
    font-family: "font awesome 5 free";
}

.modsubmenu-arrowdown {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/* end sidebar */

/* start select2 */
/* perbaikan untuk bentuk selection arrow select2 yang rusak */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #637381;
    border-width: 2px 0 0 2px;
    margin-top: 3px;
    padding: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #637381;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    height: 0;
    margin-top: 0px;
    margin-left: -10px;
    width: 0;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
}

/* perbaiki style select2 agar tampilannya seperti class form-control bootstrap */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 1rem;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: 38px;
}

/* end select2 */

/* start form input */
/* perbaiki posisi button di dalam input */
.btn-input .input-group-text {
    border-radius: 0 .35rem .35rem 0;
    height: 100%;
}

/* end form input */