@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);
        
    }
    
    .tdWidth400{
        max-width: 150px !important;
        word-wrap: break-word;
    }
    
    .btnRegular,
.btnRegular:hover{
    padding: 10px 30px;
    margin-top: 0;
    border-radius: 5px;
    font-size: 1.000rem !important;
    line-height: 1.000rem !important;
    font-weight: 500 !important;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
    display: inline-block;
}

.btnRegular .material-symbols-outlined,
.btnRegular:hover .material-symbols-outlined{
    font-size: 1.000rem !important;
    line-height: 1.250rem !important;
}
    
}


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


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


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

