﻿.button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonf {
    background-color: #FFF2D9; /* Green */
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.buttonfH {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button1mobile {
    background-color: white;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    color: black;
}

    .button1mobile:hover {
        background-color: #04AA6D;
        color: white;
    }

.button1 {
    background-color: white;
    color: black;
}

    .button1:hover {
        background-color: #04AA6D;
        color: white;
    }

.button1f {
    background-color: #FFF2D9;
    color: black;
}

    .button1f:hover {
       /* background-color: #04AA6D;*/
        color:brown;
        font-weight:bold;
    }

.button2 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

    .button2:hover {
        background-color: #008CBA;
        color: white;
    }

.button3 {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
}

    .button3:hover {
        background-color: #f44336;
        color: white;
    }

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

    .button4:hover {
        background-color: #e7e7e7;
    }

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

    .button5:hover {
        background-color: #555555;
        color: white;
    }
.buttonH {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.buttonH:hover {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.text-hover {
    color: white; /* สีปกติ */
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

    .text-hover:hover {
        color: #E1BEE7; /* สีเมื่อชี้เมาส์ */
    }