html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20231104/pngtree-plain-white-concrete-texture-as-a-background-image_13712544.png);
    background-image: url(https://scontent.fbkk3-2.fna.fbcdn.net/v/t39.30808-6/243800760_170504368590205_4613727264134886412_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=cc71e4&_nc_eui2=AeGReXf2Wk9TVP1eEKuJjOPhGn7mdJr3WocafuZ0mvdah-iyasfWo28dbwzfntP2yBZDJ25-oopOZWkWMvbdCroS&_nc_ohc=mg_m32mCy_sQ7kNvgGYri0C&_nc_zt=23&_nc_ht=scontent.fbkk3-2.fna&oh=00_AYDjXxGcbQCW9_n8xI6I-cquIwH6sdwn5nK8TbrnGsGHJg&oe=66A6E431);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    backdrop-filter: blur(4px);
    margin: 0;
    padding: 0;
}
.table-container {

    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 2);
    border-radius: 7px;
    max-width: 100%;
    overflow-x: auto;
}

.full-width-table {
    width: 100%;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table th,
    .responsive-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        background: linear-gradient(to bottom, #d0f0c0, #a8d5ba);
        font-family: 'Roboto', sans-serif;
    }

    .responsive-table th {
        background-color: #f2f2f2;
       
    }

    .responsive-table tr:nth-child(even) {
        background-color: #f9f9f9;

    }

    .responsive-table tr:hover {
        background-color: #ddd;

    }

    .responsive-table th,
    .responsive-table td {
        white-space: nowrap;
    }





.full-width-table {
    width: 100%;
}

.responsive-tabless {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-tabless th,
    .responsive-tabless td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        background: linear-gradient(to bottom, rgba(255, 183, 183, 0.5), #ffcccc);
        font-family: 'Roboto', sans-serif;
    }

    .responsive-tabless th {
        background-color: #f2f2f2;
    }

    .responsive-tabless tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .responsive-tabless tr:hover {
        background-color: #ddd;
    }

    .responsive-tabless th,
    .responsive-tabless td {
        white-space: nowrap;
    }





.full-width-table {
    width: 100%;
}

.responsive-tableeee {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-tableeee th,
    .responsive-tableeee td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        background: linear-gradient(to bottom, #cceeff, #99ccff);
        font-family: 'Roboto', sans-serif;
    }

    .responsive-tableeee th {
        background-color: #f2f2f2;
    }

    .responsive-tableeee tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .responsive-tableeee tr:hover {
        background-color: #ddd;
    }

    .responsive-tableeee th,
    .responsive-tableeee td {
        white-space: nowrap;
    }





.full-width-table {
    width: 100%;
}

.responsive-tablepart {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-tablepart th,
    .responsive-tablepart td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        background: linear-gradient(to bottom, #fffdd0, #f5f5dc);
        font-family: 'Roboto', sans-serif;
    }

.responsive-tablepart th {
    background-color: #f2f2f2;
}

.responsive-tablepart tr:nth-child(even) {
    background-color: #f9f9f9;
}

.responsive-tablepart tr:hover {
    background-color: #ddd;
}

.responsive-tablepart th,
.responsive-tablepart td {
    white-space: nowrap;
}





.container {
    margin-left:15vw;
}
.search {
    font-family: Leelawadee;
    padding: 5px;
    border: 2px solid #86b7fe;
    border-radius: 5px;
    width: 12vw;
    margin-right: 0.7vw;
}
.topper{

    width:100%;
}
.bartitle{
    font-family:Leelawadee;
}
 
.baricon {
    background-color: #198754;
    padding: 8px;
}
.barsearch {
    display: flex;
    background-color: white;
    width: 15vw;
    margin-right: 37.5vw;
}
.componentbar {
    display: flex;
    position: fixed;
}
.barsearchv2 {
    display: flex;
    background-color: white;
    width: 15vw;
}
.searchv2 {
    font-family: Leelawadee;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 12vw;
    margin-right: 1vw;
}
.iconsearchv2 {
    width: 50px;
    background-color: #198754;
}
.fancy-text {
    font-size: 1.1vw;
    font-family: Leelawadee;
    color: #000; 
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; 
}

.box {
    padding: 10px;
    border: 2px solid #000;
    margin: 10px 0;
    display: inline-block;
    background-color: #fff; 
}
.tabs {
    margin-top: 2vw;
    position: relative; 
    display: inline-block;
}

.tab-button {
    cursor: pointer;
    border: 2px solid #4CAF50;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
}
.badge {
    position: absolute;
    top: -8px;
    right: -5px;
    background-color: #FF5722;
    color: white;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    min-width: 10px;
    text-align: center;
}



.hidden {
    display: none;
}
.login-container {
    background-image: linear-gradient(to right, #9ecafd,#8eb1eb);
    background: linear-gradient(to bottom, #0099ff, #000);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 350px;
    height: 35vw;
    text-align: center;
    color: #fff;
}



.login-container h2 {
    margin: 20px 0;
    font-size: 24px;
    font-family: Leelawadee;
    color: #fff;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

    .input-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #fff;
    }

    .input-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #555;
        border-radius: 5px;
        font-size: 14px;
        background-color: white;
        color: #000;
    }

.password-wrapper {
    position: relative;
    width: 100%;
}

    .password-wrapper input {
        width: 100%;
    }

    .password-wrapper i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #000;
    }

.input-group.checkbox-group {
    display: flex;
    align-items: center;
}

    .input-group.checkbox-group input {
        width: auto;
        margin-left: 0;
    }

    .input-group.checkbox-group label {
        margin-left: 10px;
        font-size: 14px;
        color: #fff;
    }

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
-
    .login-button:hover {
        background-color: #0056b3;
    }

.required {
    color: red;
}
.logout-button {
    background-color: #f44336; 
    border: none; 
    color: white; 
    text-align: center; 
    text-decoration: none;  
    display: inline-block;  
    font-size: 16px; 
    cursor: pointer;  
    border-radius: 8px;  
}
.errmess {
    color: red;
}


.late-row {
    background-color: red;
    color: red;
}

.btn-success-active {
    background-color: #198754;
    color: white;
}
.btn-danger-active {
    background-color: #dc3545;
    color: white;
}
.btn-warning-active {
    background-color: #ffc107;
    color: white;


}

