﻿:root {
    --gray-color: #545454;
    --gray-color2: #989898;
}


body {
    font-family: 'Inter', sans-serif !important;
    font-family: 'Noto Sans Thai', sans-serif !important;
}
.e-control, .e-css {
    font-family: 'Inter', sans-serif !important;
    font-family: 'Noto Sans Thai', sans-serif !important;
}

main {
    background-image: url('/images/bg-ccp.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.green-card {
    background: rgb(64,175,76);
    background: linear-gradient(180deg, rgba(64,175,76,1) 0%, rgba(154,202,60,1) 100%);
    overflow: hidden;
}

.text-gray {
    color: var(--gray-color);
}
.text-gray2 {
    color: var(--gray-color2);
}

.green-tab {
    background: rgba(115, 195, 70 , .13);
    padding: .3rem 0;
    margin : .3rem;
}