* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    width: 100%;
}

header {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    justify-content: center;
    align-items: center;
    background-color: #fde5ff;
}

.logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dd3446;
}

.logo img {
    background-size: cover;
    padding: 5px;
}

.ig-size {
    padding: 5px;
    width: 58px;
}

.logo-footer {
    position: absolute;
    background-color: #672c87;
    height: 70px;
    width: 100%;
    left: 0;
    display: flex;
    font-family: 'Kanit', sans-serif;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 375px) {
    .logo-footer {
        font-size: 14px;
    }
}

.content {
    display: flex;
    font-family: 'Kanit', sans-serif;
    align-items: stretch;
    justify-content: space-around;
    padding: 20px 0;
    margin: 0 5px;
}

@media screen and (max-width: 900px) {
    .content {
        flex-direction: column;
        align-items: center;
    }
}

.navicon {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: #d6aaf5;
    border: 1px solid #694887;
    border-radius: 10px 10px 0 0; 
    width: 100%;
    text-align: center;
    
}

.check-wrapper {
    display: flex;
    justify-content: center;
    margin: 5px;
    width: 600px;
    max-width: 100%;
    font-size: clamp(14px, 2.5vw, 20px);
    border: 1px solid #988e9c;
    border-radius: 10px 10px 0 0; 
}

@media screen and (max-width: 768px) {
    .check-wrapper {
        margin: 10px 0;
    }
}

.mycheckboxid {
    width: 100%;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
}

input.check-box {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    transform : scale(1.5)

}

.mycheck {
    margin: 0 10px;
    padding: 5px;   
    font-size: 16px;

}

.star-number {
    display: flex;
    align-items: center;
}

u {
    margin-right: 20px;
}

.end-number {
    justify-content: end;

}

.pading {
    padding: 10px;
}

.min {
    align-items: center;
    border: 1px solid #988e9c;
    border-radius: 10px 10px 0 0; 
    width: 600px;
    max-width: 100%; 
    margin: 5px;
}

.min .h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
    color: #dd3446;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .min {
        margin: 10px 0;
    }
}

@media screen and (max-width: 500px) {
    .min .h2 {
        font-size: 34px;
        padding: 10px;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    display: inline-table;
    font-family: 'Kanit', sans-serif;
    color: #000;
}

tr {
    display: table-row;
}

th, td {
    display: table-cell;
    border: 1px solid #000;
    padding: 3px 6px;
}

th {
    background-color: #e3c7f7;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

td {
    text-align: center;
}

.flex {
    padding: 5px ;
}

.nav {
    padding: 5px 0;
    font-size: 18px;
    background-color: #28ccff;
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-align: center;
}

.syringe {
    background-color: #d1eaef;
    width: 300px;
    max-width: 100%;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 24px);
    padding: 10px;
}

/* .nav {
    background-color: #d1eaef;
    width: 300px;
    max-width: 100%;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 24px);
    margin: 5px;
} */



/* .syringe {
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: #28ccff;
    color: #fff;
    width: 100%;
    text-align: center;
} */

.lb-box {
    border: 1px solid #988e9c;
    padding: 5px;
    margin: 0 70px;
    height: 40px;
    background-color: #fff;
}

.contar-two {
    display: flex;
}

.btn-area {
    display: flex;
    margin-top: 50px;
    width: 100%;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    font-size: 22px;
    color: #fff;
    background-color: #dd3446;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 5px  #000;
    font-family: 'Kanit', sans-serif;
}

/* .box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7e3e98;
} */

.box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;   
}

.boxi-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 10px;
}

footer {
    letter-spacing: 1px;
    display: flex;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #672c87;
    text-align: center;
    padding: 30px 0;
}

hr {
    background-color: #206f3b;
    height: 1px;
    border: 0;
    width: 100%;
}

.h {
    display: flex;
    width: 30%;
    color: #a569ac;
    border: 4px solid #a569ac;
    border-radius: 10px;
}

h1 {
    font-size: clamp(24px, 2.5vw, 40px); 
}

p {
    display: block;
    color: #008000;
    font-size: 16px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
}

