﻿
.sel-elem {
    border-radius: 32px;
    background-color: #118ecf9e;
    padding: 0.5rem;
    color: white;
    border: black 2px solid;
}


.text-field {
    background-color: #020d1675;
    color: white;
    font-family: 'Kanit';
    font-style: italic;
    border-radius: 32px;
}



.mk-btn {
    align-items: center;
    background-color: #1aa9efa6;
    border: 0;
    border-radius: 16px;
    box-sizing: border-box;
    
    cursor: pointer;
    display: inline-flex;
    font-family: 'Kanit';
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 80px;
    overflow: hidden;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.btn-greenhover

.btn-greenHover:hover {
    background-color: #167e5a;
    color: #ffffff;
    font-size: 18px;
    border_2px: solid orange;
    /* padding: 1.5rem; */
    border: 2px solid orange;
}