@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600&display=swap');

* {
    font-family: 'Kanit', sans-serif;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    background-color: rgb(228, 228, 228);
    height: 100vh;
}

.container {
    background-color: rgb(255, 255, 255);
    max-width: 1280px;
    width: 100%;
    /* height: 100%; */
    /* min-height: 90vh; */
    margin: auto;
    padding: 0;
    flex-grow: 1;
}

.sec-container {
    padding: 3rem 1rem;
    /* height: 100vh; */
}

nav {
    /* padding: 1rem; */
    /* background-color: #b92525; */
    background-color: #3d3d3d;
    /* background-color: #237b8e; */
}

span.line {
    display: inline-block;
}

.content {
    padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    /* position: fixed; */
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
    padding-top: 102px;
}

.navbar {
    /* background-color: #b92525; */
}

.logo img {
    height: 55px;
}

.banner img {
    width: 100%;
}

.run_content {
    margin: 0;
    padding: 0;
    /* margin-bottom: 15px; */
    background-color: rgb(255, 255, 255);
}

.info_content {
    padding: 3rem 1rem;
}

.info_content h3 {
    text-align: center;
}

.info_detial {
    padding: 2rem 5rem;
}

.btn_registration {
    display: flex;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 2rem !important; */
    padding: 0rem;
    font-size: 18px;
}

.btn_registration .btn-r {
    font-size: 22px;
}

.btn_registration .btn {
    min-width: 120px;
    font-size: 22px;
        width: 220px;
}

.flag-btn img {
    width: 20px;
}

.btn-add {
    background: #b80a0a;
    color: #fff;
}

.btn-add:hover {
    background: #8e0f0f;
    color: #fff;
}

/* footer {
    background-color: rgb(41, 41, 41);
    color: rgb(255, 255, 255);
    padding: 1rem 1rem;
    bottom: 0;
    align-items: end;
} */

/* run register page */
.run_register_content {
    padding: 0.5rem 3rem 3rem 3rem;
}

.run_register_content form {
    font-size: 18px;
}

.input_info {
    display: flex;
    gap: 20px;
    justify-content: center;
    text-align: left;
    margin-top: 1.5rem;
    /* padding-left: 5PX; */
}

.input_item {
    width: 100%;
}

.input_item input {
    width: 100%;
}

.input_box {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
}

.card-body .card-title {
    text-align: center;
    font-size: 28px;
    /* padding-top: 0.5rem; */
}

.card-text {
    font-size: 24px;
    margin-bottom: 0rem;
}

.card {
    /* height: auto; */
    margin: auto;
    min-height: 380px;
}

.splide__slide img {
    width: 100%;
    /* height: 520px; */
    /* object-fit: cover; */
}

/* Start VIP BIB */
.otp-field {
    display: flex;
}

.otp-field input {
    width: 42px;
    height: 38px;
    font-size: 28px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #D3D3D1;
    /* background: #21232d; */
    /* font-weight: bold; */
    /* color: #fff; */
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #b80a0a;
    box-shadow: 0 0 2px 2px #b80a0a6a;
}

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}

/* End VIP BIB */

.table-paid-list thead {
    text-align: center;
}

.table-paid-list tbody {
    text-align: center;
}

.table {
    overflow-x: auto;
    width: 100%;
    margin: 1rem 0;
}

@media screen and (max-width: 400px) {

    /* body {
        height: 100%;
    } */

    /* .container {
        d
        height: 100vh;
    } */

    .card {
        margin: auto;
        min-height: 200px;
    }

    .btn_registration {
        display: flex;
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0rem;
        font-size: 18px;
    }
}

.card-body {
    margin: auto;
    text-align: center;
    flex: 0 0 auto;
}

.card-body i {
    font-size: 60px;
    font-weight: bold;
    /* color: green; */
    color: #0d6efd;
    margin: auto;
}

/* .p_icon {
    border: 5px solid green;
    border-radius: 160px;
    margin: auto;
} */

.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    /* padding: 13px 18px; */
    border-radius: 60px;
    font-size: 15px;
    text-align: center;
    /* margin: auto; */
}

.btn-circle.btn-xl i {
    font-size: 45px;
    font-weight: 800;
    color: black;
}

.btn-bottom {
    padding: 0.5rem 2rem;
}

.input_info {
    display: flex;
    flex-wrap: wrap;
}

.input_item {
    flex: auto;
    width: 300px;
}

.pay_container {
    text-align: center;
    padding-top: 2rem;
}


.pay_container h2 {
    font-size: 22px;
}

.pay_container .img_pay {
    max-width: 250px;
    margin: auto;
}

@media (max-width: 1280px) {


    .banner img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .run_register_content {
        padding: 3rem 1rem;
    }

    .input_info {
        flex-direction: column;
    }

    .input_item {
        width: 100%;
    }

    /* .splide__slide img {
        height: 360px;
    } */
}

.header-index {
    text-align: center;
    margin-bottom: 40px;
    color: #0c7ae1;
}

.pay_status_box {
    height: auto;
    /* margin-top: 4rem; */
    padding: 3rem;
}

.pay_status_item {
    width: 290px;
    height: auto;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: auto;
    /* background-color: #0c7ae1; */
    border-radius: 8px;
    padding: 2rem 1rem;
    /* color: white; */
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.run_register_container {
    padding: 0rem 2rem 2rem 2rem;
}


.run_register_container2 {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.alert-content {
    /* margin: 0 1rem; */
    z-index: -1;
}

.img-promo {
    display: flex;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.modal-body .shirt_style_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: auto;
}

.shirt_style_content img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 315px) {
    .pay_status_item {
        width: 100%;
    }
}

@media (max-width: 456px) {

    .info_detial {
        padding: 1.5rem 1rem
    }

    .run_register_content {
        padding: 0rem 1rem;
    }
}