﻿/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);*/

body {
    background-color: #5388c0;
    width: 100%;
    max-width: 1980px;
    max-height:1080px;
    
}

div.table-title {
    display: none;
    margin: auto;
    max-width: 600px;
    width: 100%;
}


.table-title h3 {
    color: #fafafa;
    font-style: normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}


/*** Table Styles **/

.table-fill {
    background: white;
    border-collapse: collapse;
    height: 500px;
    margin: 0 5px 0 0;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

.table-fill2 {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 0px;
    margin: 0 5px 0 0;
    padding: 0px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color: #D5DDE5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 20px;
    font-weight: 100;
    padding: 15px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
th1 {
    color: #D5DDE5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 35px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
    th:first-child {
        border-top-left-radius: 3px;
    }

    th:last-child {
        border-top-right-radius: 3px;
        border-right: none;
    }

tr {
    border-top: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

    tr:hover td {
        background: #ff0000;
        color: #FFFFFF;
        border-top: 1px solid #ff0000;
    }

    tr:first-child {
        border-top: none;
    }

    tr:last-child {
        border-bottom: none;
    }

 
    tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }



    td:last-child {
        border-right: 0px;
    }

th.text-left {
    text-align: left;
    font-size: 50px;
}



th.text-center {
    text-align: center;
    font-weight: 100;
}
th.text-left1 {
    text-align: left;
    font-size: 50px;
}

th.text-center1 {
    text-align: center;
    font-weight: 100;
}
.design {
    text-align: center;
    color: black;
    background-color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 15px;
}


.design1 {
    text-align: center;
    color: black;
    background-color: #ff0000;
    font-size: 40px;
    font-weight: 700;
    padding: 15px;
}
.design2 {
    width: 100%; /* กำหนดให้กว้างเท่ากับขนาดหน้าจอ */
    text-align: center;
    color: black;
    background-color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 15px 10px;
    margin: auto;
    max-width: 1980px;
    min-width: 220px;
}

p {
    text-align: center;
}

.h1Style {
    font-size: 40px;
    color: white;
    font-weight: bold;
}
.center {
    margin: 0;
    top: 50%;
    left: 50%;
}
.footer-bottom {
    font-size: 70px;
    text-align: center;
    margin:0 0 0 0;
    color: white;
}

.text1 {
    text-align: center;
    /*margin: 20px;*/ /* Adjust margin as needed */
}

    .text_p {
        font-size: 40px; /* Adjust font size as needed */
        font-weight: bold;
        color: white; /* Adjust text color as needed */
    }



