@font-face {
    font-family: "kanit" ;
    src: url("../font/Kanit-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

:root {
    --white-100: rgba(255, 255, 255, 1);
    --white-90: rgba(255, 255, 255, 0.9);
    --white-60: rgba(255, 255, 255, 0.6);
    --white-38: rgba(255, 255, 255, 0.38);

    --black-text: #1F2123;
    --black-100: rgba(0, 0, 0, 1);
    --black-87: rgba(0, 0, 0, 0.87);
    --black-60: rgba(0, 0, 0, 0.6);
    --black-38: rgba(0, 0, 0, 0.38);
}

body {
    font-family: "kanit" !important;
}

.text-white {
    color: var(--white-100)
}

.text-black {
    color: var(--black-text)
}

.page-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 50px;
    text-transform: capitalize;
}

.card-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 44px;
    text-transform: capitalize;
    transition: all 0.3s;
}

.card-title:hover::before {
    content: "";
    color: #FFB612;
    background: #FFB612;
    width: 8px;
    height: 100%;
    margin-right: 12px;
    padding: 4px;
}

.content-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 36px;
    text-transform: capitalize;
}

.content-sub-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 36px;
    text-transform: capitalize;
    text-align: start;
}

.content-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
}

.page-title-section {
    padding-top: 24px;
    padding-bottom: 76px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.7deg, #216E99 0.57%, #7ED193 98.71%);
}

.card {
    padding: 24px;
    border: none;
    height: 100%;
}

.area {
    border-radius: 12px;
    padding: 16px;
}

.bg-blue-screen {
    background: #F4F4F6;
}

.clickable {
    cursor: pointer;
}
.rounded {
    border-radius: 12px !important;
}
.img-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 40% !important;
}

.image-main {
    width: 700px !important;
    height: 500px !important;
}

.image-list {
    width: 180px !important;
    height: 100px !important;
}

.center {
    text-align: center !important;
}

.image-7d {
    width: 350px !important;
    height: 300px !important;
}