/*Body*/
body{
    font-size: 0.875rem;
}
body .btn{
    font-size: 0.875rem;
}
body .btn-sm{
    font-size: 0.75rem;
}
#toast {
    position: fixed;
    margin: 1.5rem;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(70, 70, 70, 0.6);
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
}
.btnIcon {
    cursor: pointer;
}
.form-control{
    font-size: 0.875rem
}
/*sidebar fix*/
.user-panel i{
    font-size: 2rem;
    width: 2.25rem;
    text-align: center;
    overflow: hidden;
    line-height: 2rem;
    border-radius: 50%;
}
.user-panel .username{
    text-wrap: wrap;
}
/*sidebar fix*/
/*daterangepicker custom*/
.dateRangePickor i.fa.fa-calendar {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    margin: auto 0;
    pointer-events: none;
    transform: translateY(-50%);
}
.dateRangePickor .btn-shortcut {
    font-size: 0.875em;
    border-radius: 3px;
    line-height: 1.35em;
    text-transform: uppercase;
    border: none;
    margin: 10px 2px;
    padding: 5px;
    cursor: pointer;
    background-color: #f8fafc;
    color: #66615b;
    transition: all .15s linear;
}
.dateRangePickor .form-control {
    padding-left: 1.75rem;
    font-size: 0.875rem !important;
}

/*.daterangepicker.ltr {
    margin-top: 10px;
}*/
/*daterangepicker custom*/

/*select2 fix*/
.select2.select2-container,
.select2.select2-container>.selection,
.select2.select2-container>.selection>.select2-selection {
    height: calc(2.25rem + 3px);
}

.select2.select2-container {
    min-width: 200px;
}

.select2.select2-container>.selection>.select2-selection>.select2-selection__rendered {
    height: calc(2.25rem + 2px);
    line-height: calc(2.25rem + 2px);
    margin-top: 0;
}

.select2.select2-container>.selection>.select2-selection>.select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

span.select2-selection.select2-selection--single {
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: calc(2.25rem + 2px) !important;
}
/*select2 fix end*/
.text-orange{
    color: #ca6510;
}
.pagination .page-item .page-link{
    cursor: pointer;
}

.searchClearBtn{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    right: 15px;
    height: calc(1.6em + 0.75rem);
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    line-height: calc(1.6em + .75rem);
    padding: 0 7.5px;
    color: gray;
    cursor: pointer;
}
#swal2-html-container{
    color: #f2f2f2;
}
#user_name.username{
    max-height: 1.4rem;
}
input.form-control{
    -webkit-text-security: "disc";
}
img.cashonIcon{
    width: 1rem;
    height: 1rem;
}
.brand-image.img-circle.elevation-3{
    opacity: 0.8;
}