.button-icon-inside{
    display: inline-block;
    padding: 7px 5px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-icon-inside input {
    width: 80%;
}

.button-icon-inside #reset_input{
    /* font-size: 23px; */
    position: relative;
    top: 3px;
    color: #4c91e6;
}

.btn-kecil {
    padding: 3px 7px 2px 7px;
    font-size: 18px;
}


.icon-bagan-date{
    position: relative;
    display: inherit;
}

.icon-bagan-date:after {
    font-family: "Font Awesome 6 Free";
    content: "\f073";
    color: #3a95ff;
    position: absolute;
    /* top: 6px; */
    right: 10px;
    font-size: 25px;
}

.dataTables_length,
.dataTables_filter{
    display: none;
}

.collapse-cus[aria-expanded="false"] {
    background-color:#499200;
    border-color:#499200
}

.collapse-cus[aria-expanded="true"] {
    background-color:#007792;
    border-color:#007792
}

.tab-content .active{
    background: none;
}

/*  */
.select2-selection {
    height: 2.3em !important;
    padding-top: 4px;
}

.select2 {
    /* padding: 0.375rem 0.75rem !important; */
    width: 100% !important;
}

.select2-results > ul.select2-results__options {
    width: auto !important;
    min-height: auto !important;
    max-height: 75vh !important;
}