@media (max-width: 575.98px) {
    h1{
        font-family: 'Bai Jamjuree';
        font-size: 2rem;
        font-weight: 300;
        color: black;
        margin-bottom: 0rem;
        position: relative;
    }

    h1 img{
        height: 34px;
        width: auto;
        display: inline-block;
        margin-right: 10px;
        vertical-align: text-top;
    }
    
    .btnSmall,
    .btnRegular,
    .btnLarg{
        width: 100% !important;
        text-align: center;
    }
}


@media (max-width: 767.98px) {
    
    .table th,
    .table td,
    .table tbody td a,
    .table tbody td a:horver{
        font-size: 0.875rem !important;
        
    }

    .table tbody td .material-symbols-outlined{
        font-size: 1rem !important;
    }
    
    .table thead tr th,
    .table tbody tr td{
        white-space: nowrap;
    }
    
    .table thead tr th:nth-child(2),
    .table tbody tr td:nth-child(2){
        position: sticky;
        left: -12px;
        background-color: var(--white);
    }
    
}


@media (max-width: 991.98px) {
    
}


@media (max-width: 1199.98px) {
    
}


@media (max-width: 1399.98px) {
    
}

