html , body {
    font-family: 'Maitree', sans-serif;
    font-size: 15px;
    height: 100%;
    margin: 0;
}
.main-content {
    font-size: 1rem;
}
.full-height {
    height: 100%;
}
.input-text-custom {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.padding-s {
    padding: 2px;
}
.checkbox-size {
    width: 18px;
    height: 18px;
    margin-top: 5px;
}
.cursor-tr {
    cursor: pointer;
}
.cursor-tr:hover {
    background: #FFFF99!important;
}
.extend-td {
    cursor: pointer;
}