/* thai */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    src: url(../fonts/Prompt/Prompt-Regular.ttf?t=1501841394106) format("truetype");
}

body {
    font-family: "Prompt", serif !important;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.width-full {
    width: 100%;
}

.display-inline {
    display: inline!important;
}

.display-none {
    display: none;
}

.flex {
    display: flex;
}

.flex-row {
    /* flex-direction: row; */
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-grow {
    flex-grow: 1;
}

.flex-none {
    flex: none;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.col-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

.p-8 {
    padding: 32px;
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-8 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.py-24 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.m-1 {
    margin: 1px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.gap-8 {
    gap: 32px;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.shadow-top {
    box-shadow: 0 -5px 5px -5px #a9a9a9;
}

.shadow-right {
    box-shadow: 5px 0 5px -5px #a9a9a9;
}

.shadow-bottom {
    box-shadow: 0 5px 5px -5px #a9a9a9;
}

.shadow-left {
    box-shadow: -5px 0 5px -5px #a9a9a9;
}

.shadow-all {
    box-shadow: 0 0 5px #a9a9a9;
}

.cursor-pointer {
    cursor: pointer;
}

.v-align-top {
    vertical-align: top;
}

.v-align-bottom {
    vertical-align: bottom;
}

.v-align-middle {
    vertical-align: middle;
}

.text-xs {
    font-size: 12px;
    line-height: 16px;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.text-base {
    font-size: 16px;
    line-height: 24px;
}

.text-lg {
    font-size: 18px;
    line-height: 28px;
}

.text-xl {
    font-size: 20px;
    line-height: 28px;
}

.text-2xl {
    font-size: 24px;
    line-height: 32px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.text-line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.text-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.text-line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.text-line-clamp-1-nodot {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
}

.form-check-input:focus {
    border-color: #f2f3f5;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    background-color: #f7f7f7;
    border-color: #f2f3f5;
}

.form-check-input:checked {
    background-color: #4099ff;
    border-color: #4099ff;
}

.bg-gray-50 {
    background-color: rgb(249 250 251);
}

.bg-gray-100 {
    background-color: rgb(243 244 246);
}

.bg-gray-200 {
    background-color: rgb(229 231 235);
}

.bg-gray-300 {
    background-color: rgb(209 213 219);
}

.bg-gray-400 {
    background-color: rgb(156 163 175);
}

.bg-gray-500 {
    background-color: rgb(107 114 128);
}

.bg-gray-600 {
    background-color: rgb(75 85 99);
}

.bg-gray-700 {
    background-color: rgb(55 65 81);
}

.bg-gray-800 {
    background-color: rgb(31 41 55);
}

.bg-gray-900 {
    background-color: rgb(17 24 39);
}

.bg-red-50 {
    background-color: rgb(254 242 242);
}

.bg-red-100 {
    background-color: rgb(254 226 226);
}

.bg-red-200 {
    background-color: rgb(254 202 202);
}

.bg-red-300 {
    background-color: rgb(252 165 165);
}

.bg-red-400 {
    background-color: rgb(248 113 113);
}

.bg-red-500 {
    background-color: rgb(239 68 68);
}

.bg-red-600 {
    background-color: rgb(220 38 38);
}

.bg-red-700 {
    background-color: rgb(185 28 28);
}

.bg-red-800 {
    background-color: rgb(153 27 27);
}

.bg-red-900 {
    background-color: rgb(127 29 29);
}

.bg-orange-50 {
    background-color: rgb(255 247 237);
}

.bg-orange-100 {
    background-color: rgb(255 237 213);
}

.bg-orange-200 {
    background-color: rgb(254 215 170);
}

.bg-orange-300 {
    background-color: rgb(253 186 116);
}

.bg-orange-400 {
    background-color: rgb(251 146 60);
}

.bg-orange-500 {
    background-color: rgb(249 115 22);
}

.bg-orange-600 {
    background-color: rgb(234 88 12);
}

.bg-orange-700 {
    background-color: rgb(194 65 12);
}

.bg-orange-800 {
    background-color: rgb(154 52 18);
}

.bg-orange-900 {
    background-color: rgb(124 45 18);
}

.bg-yellow-50 {
    background-color: rgb(254 252 232);
}

.bg-yellow-100 {
    background-color: rgb(254 249 195);
}

.bg-yellow-200 {
    background-color: rgb(254 240 138);
}

.bg-yellow-300 {
    background-color: rgb(253 224 71);
}

.bg-yellow-400 {
    background-color: rgb(250 204 21);
}

.bg-yellow-500 {
    background-color: rgb(234 179 8);
}

.bg-yellow-600 {
    background-color: rgb(202 138 4);
}

.bg-yellow-700 {
    background-color: rgb(161 98 7);
}

.bg-yellow-800 {
    background-color: rgb(133 77 14);
}

.bg-yellow-900 {
    background-color: rgb(113 63 18);
}

.bg-green-50 {
    background-color: rgb(240 253 244);
}

.bg-green-100 {
    background-color: rgb(220 252 231);
}

.bg-green-200 {
    background-color: rgb(187 247 208);
}

.bg-green-300 {
    background-color: rgb(134 239 172);
}

.bg-green-400 {
    background-color: rgb(74 222 128);
}

.bg-green-500 {
    background-color: rgb(34 197 94);
}

.bg-green-600 {
    background-color: rgb(22 163 74);
}

.bg-green-700 {
    background-color: rgb(21 128 61);
}

.bg-green-800 {
    background-color: rgb(22 101 52);
}

.bg-green-900 {
    background-color: rgb(20 83 45);
}

.bg-green-950 {
    background-color: rgb(5 46 22);
}

.bg-lime-50 {
    background-color: rgb(247 254 231);
}

.bg-lime-100 {
    background-color: rgb(236 252 203);
}

.bg-lime-200 {
    background-color: rgb(217 249 157);
}

.bg-lime-300 {
    background-color: rgb(190 242 100);
}

.bg-lime-400 {
    background-color: rgb(163 230 53);
}

.bg-lime-500 {
    background-color: rgb(132 204 22);
}

.bg-lime-600 {
    background-color: rgb(101 163 13);
}

.bg-lime-700 {
    background-color: rgb(77 124 15);
}

.bg-lime-800 {
    background-color: rgb(63 98 18);
}

.bg-lime-900 {
    background-color: rgb(54 83 20);
}

.bg-cyan-50 {
    background-color: rgb(236 254 255);
}

.bg-cyan-100 {
    background-color: rgb(207 250 254);
}

.bg-cyan-200 {
    background-color: rgb(165 243 252);
}

.bg-cyan-300 {
    background-color: rgb(103 232 249);
}

.bg-cyan-400 {
    background-color: rgb(34 211 238);
}

.bg-cyan-500 {
    background-color: rgb(6 182 212);
}

.bg-cyan-600 {
    background-color: rgb(8 145 178);
}

.bg-cyan-700 {
    background-color: rgb(14 116 144);
}

.bg-cyan-800 {
    background-color: rgb(21 94 117);
}

.bg-cyan-900 {
    background-color: rgb(22 78 99);
}

.bg-sky-50 {
    background-color: rgb(240 249 255);
}

.bg-sky-100 {
    background-color: rgb(224 242 254);
}

.bg-sky-200 {
    background-color: rgb(186 230 253);
}

.bg-sky-300 {
    background-color: rgb(125 211 252);
}

.bg-sky-400 {
    background-color: rgb(56 189 248);
}

.bg-sky-500 {
    background-color: rgb(14 165 233);
}

.bg-sky-600 {
    background-color: rgb(2 132 199);
}

.bg-sky-700 {
    background-color: rgb(3 105 161);
}

.bg-sky-800 {
    background-color: rgb(7 89 133);
}

.bg-sky-900 {
    background-color: rgb(12 74 110);
}

.bg-blue-50 {
    background-color: rgb(239 246 255);
}

.bg-blue-100 {
    background-color: rgb(219 234 254);
}

.bg-blue-200 {
    background-color: rgb(191 219 254);
}

.bg-blue-300 {
    background-color: rgb(147 197 253);
}

.bg-blue-400 {
    background-color: rgb(96 165 250);
}

.bg-blue-500 {
    background-color: rgb(59 130 246);
}

.bg-blue-600 {
    background-color: rgb(37 99 235);
}

.bg-blue-700 {
    background-color: rgb(29 78 216);
}

.bg-blue-800 {
    background-color: rgb(30 64 175);
}

.bg-blue-900 {
    background-color: rgb(30 58 138);
}

.bg-purple-50 {
    background-color: rgb(250 245 255);
}

.bg-purple-100 {
    background-color: rgb(243 232 255);
}

.bg-purple-200 {
    background-color: rgb(233 213 255);
}

.bg-purple-300 {
    background-color: rgb(216 180 254);
}

.bg-purple-400 {
    background-color: rgb(192 132 252);
}

.bg-purple-500 {
    background-color: rgb(168 85 247);
}

.bg-purple-600 {
    background-color: rgb(147 51 234);
}

.bg-purple-700 {
    background-color: rgb(126 34 206);
}

.bg-purple-800 {
    background-color: rgb(107 33 168);
}

.bg-purple-900 {
    background-color: rgb(88 28 135);
}

.bg-pink-50 {
    background-color: rgb(253 242 248);
}

.bg-pink-100 {
    background-color: rgb(252 231 243);
}

.bg-pink-200 {
    background-color: rgb(251 207 232);
}

.bg-pink-300 {
    background-color: rgb(249 168 212);
}

.bg-pink-400 {
    background-color: rgb(244 114 182);
}

.bg-pink-500 {
    background-color: rgb(236 72 153);
}

.bg-pink-600 {
    background-color: rgb(219 39 119);
}

.bg-pink-700 {
    background-color: rgb(190 24 93);
}

.bg-pink-800 {
    background-color: rgb(157 23 77);
}

.bg-pink-900 {
    background-color: rgb(131 24 67);
}

/**** border color ****/
/* .bg-gray-50 {
    background-color: rgb(249 250 251);
}

.bg-gray-100 {
    background-color: rgb(243 244 246);
}

.bg-gray-200 {
    background-color: rgb(229 231 235);
}

.bg-gray-300 {
    background-color: rgb(209 213 219);
}

.bg-gray-400 {
    background-color: rgb(156 163 175);
}

.bg-gray-500 {
    background-color: rgb(107 114 128);
}

.bg-gray-600 {
    background-color: rgb(75 85 99);
}

.bg-gray-700 {
    background-color: rgb(55 65 81);
}

.bg-gray-800 {
    background-color: rgb(31 41 55);
}

.bg-gray-900 {
    background-color: rgb(17 24 39);
}
*/
.border-red-50 {
    border-color: rgb(254 242 242)!important;
}

.border-red-100 {
    border-color: rgb(254 226 226)!important;
}

.border-red-200 {
    border-color: rgb(254 202 202)!important;
}

.border-red-300 {
    border-color: rgb(252 165 165)!important;
}

.border-red-400 {
    border-color: rgb(248 113 113)!important;
}

.border-red-500 {
    border-color: rgb(239 68 68)!important;
}

.border-red-600 {
    border-color: rgb(220 38 38)!important;
}

.border-red-700 {
    border-color: rgb(185 28 28)!important;
}

.border-red-800 {
    border-color: rgb(153 27 27)!important;
}

.border-red-900 {
    border-color: rgb(127 29 29)!important;
}
/*
.bg-orange-50 {
    background-color: rgb(255 247 237);
}

.bg-orange-100 {
    background-color: rgb(255 237 213);
}

.bg-orange-200 {
    background-color: rgb(254 215 170);
}

.bg-orange-300 {
    background-color: rgb(253 186 116);
}

.bg-orange-400 {
    background-color: rgb(251 146 60);
}

.bg-orange-500 {
    background-color: rgb(249 115 22);
}

.bg-orange-600 {
    background-color: rgb(234 88 12);
}

.bg-orange-700 {
    background-color: rgb(194 65 12);
}

.bg-orange-800 {
    background-color: rgb(154 52 18);
}

.bg-orange-900 {
    background-color: rgb(124 45 18);
}

.bg-yellow-50 {
    background-color: rgb(254 252 232);
}

.bg-yellow-100 {
    background-color: rgb(254 249 195);
}

.bg-yellow-200 {
    background-color: rgb(254 240 138);
}

.bg-yellow-300 {
    background-color: rgb(253 224 71);
}

.bg-yellow-400 {
    background-color: rgb(250 204 21);
}

.bg-yellow-500 {
    background-color: rgb(234 179 8);
}

.bg-yellow-600 {
    background-color: rgb(202 138 4);
}

.bg-yellow-700 {
    background-color: rgb(161 98 7);
}

.bg-yellow-800 {
    background-color: rgb(133 77 14);
}

.bg-yellow-900 {
    background-color: rgb(113 63 18);
}

.bg-lime-50 {
    background-color: rgb(247 254 231);
}

.bg-lime-100 {
    background-color: rgb(236 252 203);
}

.bg-lime-200 {
    background-color: rgb(217 249 157);
}

.bg-lime-300 {
    background-color: rgb(190 242 100);
}

.bg-lime-400 {
    background-color: rgb(163 230 53);
}

.bg-lime-500 {
    background-color: rgb(132 204 22);
}

.bg-lime-600 {
    background-color: rgb(101 163 13);
}

.bg-lime-700 {
    background-color: rgb(77 124 15);
}

.bg-lime-800 {
    background-color: rgb(63 98 18);
}

.bg-lime-900 {
    background-color: rgb(54 83 20);
}

.bg-cyan-50 {
    background-color: rgb(236 254 255);
}

.bg-cyan-100 {
    background-color: rgb(207 250 254);
}

.bg-cyan-200 {
    background-color: rgb(165 243 252);
}

.bg-cyan-300 {
    background-color: rgb(103 232 249);
}

.bg-cyan-400 {
    background-color: rgb(34 211 238);
}

.bg-cyan-500 {
    background-color: rgb(6 182 212);
}

.bg-cyan-600 {
    background-color: rgb(8 145 178);
}

.bg-cyan-700 {
    background-color: rgb(14 116 144);
}

.bg-cyan-800 {
    background-color: rgb(21 94 117);
}

.bg-cyan-900 {
    background-color: rgb(22 78 99);
}

.bg-sky-50 {
    background-color: rgb(240 249 255);
}

.bg-sky-100 {
    background-color: rgb(224 242 254);
}

.bg-sky-200 {
    background-color: rgb(186 230 253);
}

.bg-sky-300 {
    background-color: rgb(125 211 252);
}

.bg-sky-400 {
    background-color: rgb(56 189 248);
}

.bg-sky-500 {
    background-color: rgb(14 165 233);
}

.bg-sky-600 {
    background-color: rgb(2 132 199);
}

.bg-sky-700 {
    background-color: rgb(3 105 161);
}

.bg-sky-800 {
    background-color: rgb(7 89 133);
}

.bg-sky-900 {
    background-color: rgb(12 74 110);
}

.bg-blue-50 {
    background-color: rgb(239 246 255);
}

.bg-blue-100 {
    background-color: rgb(219 234 254);
}

.bg-blue-200 {
    background-color: rgb(191 219 254);
}

.bg-blue-300 {
    background-color: rgb(147 197 253);
}

.bg-blue-400 {
    background-color: rgb(96 165 250);
}

.bg-blue-500 {
    background-color: rgb(59 130 246);
}

.bg-blue-600 {
    background-color: rgb(37 99 235);
}

.bg-blue-700 {
    background-color: rgb(29 78 216);
}

.bg-blue-800 {
    background-color: rgb(30 64 175);
}

.bg-blue-900 {
    background-color: rgb(30 58 138);
}

.bg-purple-50 {
    background-color: rgb(250 245 255);
}

.bg-purple-100 {
    background-color: rgb(243 232 255);
}

.bg-purple-200 {
    background-color: rgb(233 213 255);
}

.bg-purple-300 {
    background-color: rgb(216 180 254);
}

.bg-purple-400 {
    background-color: rgb(192 132 252);
}

.bg-purple-500 {
    background-color: rgb(168 85 247);
}

.bg-purple-600 {
    background-color: rgb(147 51 234);
}

.bg-purple-700 {
    background-color: rgb(126 34 206);
}

.bg-purple-800 {
    background-color: rgb(107 33 168);
}

.bg-purple-900 {
    background-color: rgb(88 28 135);
}

.bg-pink-50 {
    background-color: rgb(253 242 248);
}

.bg-pink-100 {
    background-color: rgb(252 231 243);
}

.bg-pink-200 {
    background-color: rgb(251 207 232);
}

.bg-pink-300 {
    background-color: rgb(249 168 212);
}

.bg-pink-400 {
    background-color: rgb(244 114 182);
}

.bg-pink-500 {
    background-color: rgb(236 72 153);
}

.bg-pink-600 {
    background-color: rgb(219 39 119);
}

.bg-pink-700 {
    background-color: rgb(190 24 93);
}

.bg-pink-800 {
    background-color: rgb(157 23 77);
}

.bg-pink-900 {
    background-color: rgb(131 24 67);
} */
/****border color****/

.rounded-none {
    border-radius: 0px;
}

.rounded-sm {
    border-radius: 2px;
}

.rounded {
    border-radius: 4px;
}

.rounded-md {
    border-radius: 6px;
}

.rounded-lg {
    border-radius: 8px;
}

.rounded-10 {
    border-radius: 10px!important;
}

.rounded-xl {
    border-radius: 12px;
}

.rounded-2xl {
    border-radius: 16px;
}

.rounded-3xl {
    border-radius: 24px;
}

.rounded-full {
    border-radius: 9999px;
}

.border-top-none {
    border-top: none;
}

.card {
    margin-bottom: 0px !important;
}

.card-header {
    padding: 10px
}

.base-input {
    width: 100%;
    border: 1px solid #f2f3f5;
    border-radius: 10px;
    padding: 12px 15px;
}

.base-input-group {
    position: relative;
}

.base-input-group-text-r {
    width: 100%;
    border: 1px solid #f2f3f5;
    border-radius: 10px;
    padding: 12px 50px 12px 15px;
}

.base-input-group-action {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
}

.base-input:focus,
.base-input-group-text-r:focus {
    outline: 1px solid #000000;
}

.card-box {
    border: 1px solid #f2f3f5;
    border-radius: 10px;
    padding: 10px;
}

.card-box-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.card-box-action {
    padding-top: 3px;
}

/* select:read-only */
input:read-only {
    background-color: #ededed;
    border-color: #e6e6e6;
    color: #a9a9a9;
}

select:disabled{
    background-color: #ededed;
    border-color: #e6e6e6;
    color: #a9a9a9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.text-sky-50 {
    color: rgb(240 249 255);
}

.text-sky-100 {
    color: rgb(224 242 254);
}

.text-sky-200 {
    color: rgb(186 230 253);
}

.text-sky-300 {
    color: rgb(125 211 252);
}

.text-sky-400 {
    color: rgb(56 189 248);
}

.text-sky-500 {
    color: rgb(14 165 233);
}

.text-sky-600 {
    color: rgb(2 132 199);
}

.text-sky-700 {
    color: rgb(3 105 161);
}

.text-sky-800 {
    color: rgb(7 89 133);
}

.text-sky-900 {
    color: rgb(12 74 110);
}

.text-red-50 {
    color: rgb(254 242 242);
}

.text-red-100 {
    color: rgb(254 226 226);
}

.text-red-200 {
    color: rgb(254 202 202);
}

.text-red-300 {
    color: rgb(252 165 165);
}

.text-red-400 {
    color: rgb(248 113 113);
}

.text-red-500 {
    color: rgb(239 68 68);
}

.text-red-600 {
    color: rgb(220 38 38);
}

.text-red-700 {
    color: rgb(185 28 28);
}

.text-red-800 {
    color: rgb(153 27 27);
}

.text-red-900 {
    color: rgb(127 29 29);
}

.text-green-50 {
    color: rgb(240 253 244);
}

.text-green-100 {
    color: rgb(220 252 231);
}

.text-green-200 {
    color: rgb(187 247 208);
}

.text-green-300 {
    color: rgb(134 239 172);
}

.text-green-400 {
    color: rgb(74 222 128);
}

.text-green-500 {
    color: rgb(34 197 94);
}

.text-green-600 {
    color: rgb(22 163 74);
}

.text-green-700 {
    color: rgb(21 128 61);
}

.text-green-800 {
    color: rgb(22 101 52);
}

.text-green-900 {
    color: rgb(20 83 45);
}

.text-green-950 {
    color: rgb(5 46 22);
}

.w-3 {
    width: 12px;
}

.h-3 {
    height: 12px;
}

.w-5 {
    width: 20px ;
}

.h-5 {
    height: 20px ;
}

.w-8 {
    width: 32px ;
}

.h-8 {
    height: 32px ;
}

.w-12 {
    width: 48px ;
}

.h-12 {
    height: 48px ;
}

.w-16 {
    width: 64px ;
}

.h-16 {
    height: 64px ;
}

.founded-full {
    border-radius: 9999px;
}

.ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity));
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border {
    border-width: 1px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.submit-btn {
    background-color: rgb(56, 119, 148);
    color: rgb(255 255 255);
    border-radius: 12px;
    cursor: pointer;
    padding: 8px 16px;
}

.submit-btn:hover,
.submit-btn:disabled {
    background-color: rgba(56, 119, 148, .6);
}

.btn-blank {
    cursor: pointer;
}

.btn-blank:hover {
    text-decoration: underline;
}

.underline {
    text-decoration-line: underline;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.underline-offset-8 {
    text-underline-offset: 8px;
}