@font-face {
    font-family: SolaimanLipi;
    src: url("../fonts/SolaimanLipi.ttf");
}

body {
    font-family: 'Yrsa', serif, SolaimanLipi;
    font-size: 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px !important;
}

table th {
    text-align: center;
}

table, th, td {
    border: 1px solid grey;
    padding: 1px 7px;
}

.bg-first {
    background-color: #f8f9fa !important;
}

.bg-first th {
    cursor: pointer;
}

.btn-icon {
    cursor: pointer;
}

.btn-group-sm > .btn-icon {
    padding: 0px 6px !important;
    line-height: 18px;
    height: 25px;
    margin: 0px 2px;
    cursor: pointer;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 5px;
    font-size: .875rem;
    line-height: 18px;
    height: 31px;
    margin: 0px 2px;
}

.input-group-append {
    height: 31px;
}

.input-group-text, .input-daterange .daterange {
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 31px !important;
}

.custom-select-sm {
    border: 1px solid #ced4da !important;
    border-radius: 0px !important;
}

/* overlay ajax */
#transactionLoader {
    position: fixed;
    display: none;
    z-index: 1033;
    height: 2em;
    width: 7em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
#transactionLoader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

._vue-flash-msg-body {
    top: 50px !important;
}

.modal {
    overflow-y: auto !important;
}

.td-border {
    border-right: 1px solid #c4c4c4 !important;
}

.notice-div {
    display: contents;
}

.notice {
    margin-top: -17px;
    padding: 0px 0px 3px 0px;
    border: 1px solid #85c1e9;
    margin-bottom: 3px;
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .modal {
        top: 45px !important;
        z-index: 9999999999 !important;
    }
}
