div.skiptranslate iframe {
    display: none !important;
} 
body {
    top: 0px !important; 
    font-family: 'Noto Sans Thai Looped';
}
.superNav a {
	font-size:14px;
	font-weight:700;
}
.superNav {
	font-size:13px;
    height: 45px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #00b6f0;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #00b6f0;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: .875rem;
    color: #1e2022;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(33,50,91,.1);
    appearance: none;
    border-radius: 0.3125rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(140,152,164,.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

.invalid-feedback {
    margin-top: 0.15rem;
    font-size: .775em;
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection{
    font-size: 1rem;
    border: 0.0625rem solid rgba(33,50,91,.1);
    min-height: 3rem;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(140,152,164,.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

.select2-container--bootstrap-5 .select2-dropdown{
    border-color: rgba(140,152,164,.25);
    box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

.select2-container {
    width: 100% !important;
}

.frm-cardbody{
    background: #eeeff0;
    border-right: 2px solid #030024;
    border-left: 2px solid #0f82b6;
    border-bottom: 2px solid;
    border-radius: 0 0 10px 10px;
}

.breadcrumb-item a, .breadcrumb i{
    color: #17b7ee;
    text-decoration: none;
}
.text-red{
    color: red;
}