/*Tounament*/
.checkin-section{
    padding-top: 12%;
}
.checkin-section .banner {
    text-align: center;
}

.checkin-section .banner img {
    width: 100%;
}

.tour-wrap-all {
    background: url("../images/checkin/bg.jpg") no-repeat center top;
}

.tour-wrap {
    padding-top: 20px;
}

.token {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

button.btn-token {
    border-radius: 8px;
    padding: 9px 0px;
    width: 230px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #d17a22;
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    border: none;
}

.wrap-btn {
    border-radius: 10px;
    padding: 4px;
}

.check-in {
    background: url("../images/common/tournament/line.png")no-repeat center top;
}

.check-iteam ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.check-iteam ul li a {
    display: flex;
    flex-direction: column;
}

.check-iteam ul img {
    /* height: 145px; */
    background: #dbe9fe;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
}

.check-iteam {
    position: relative;
}

.check-iteam ul li a p {
    color: #585555;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #fff;
    color: #ffa466;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
}

.tour-logo img {
    height: 250px;
    margin: 0px auto;
    display: block;
}

.pop-tour {
    position: relative;
}

.btn-reward {
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -45px;
}

.reward-btn {
    padding: 3px;
    border-radius: 8px;
}

button.btn-wrad {
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    color: #fff;
    font-size: 30px;
    padding: 4px 40px;
    border-radius: 35px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    text-shadow: 0 2px 2px #00000082;
}

.check-iteam ul li.active a p {
    color: #fff;
    background: #ffa466;
}

.check-iteam ul li.active a img {
    background: #ffffff;
}

.modal-dialog.tour-pop {
    max-width: 380px;
}

.tour-btn {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    padding-bottom: 145px;
    flex-wrap: wrap;
}

.bd-out {
    width: 100%;
    max-width: 230px;
    flex: 1;
}

button.btn-how {
    color: #fff;
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    border-style: solid;
    /* border-image: radial-gradient(rgb(221 167 65), rgb(246 220 115)) 1; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 16px;
    border: none;
}

.modal-dialog.tnc-pop {
    padding: 2px;
    border-radius: 10px;
    max-width: 685px;
}

.tnc-pop .modal-body {
    background: #260e0f;
    color: #fff;
    border-radius: 10px;
    padding: 25px 50px;
}

.tnc-pop .modal-header {
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    position: relative;
    justify-content: center;
    padding: 10px;
}

.tnc-tour {
    padding: 15px;
}

.tnc-ttl {
    text-align: center;
    font-size: 25px;
    background: linear-gradient(180deg, #ffc299 0%, #ffa466 95%);
    text-shadow: 0 0 4px #000000de;
    font-weight: 700;
}

.tnc-content {
    margin-top: 20px;
    color: #6c7ba8;
    font-weight: 500;
}

.tnc-pop button.close {
    border: none;
    background: none;
    color: #fff;
    position: absolute;
    font-size: 30px;
    right: 5px;
    top: 5px;
}

.tnc-pop .modal-content {
    background: url("../images/checkin/bg.jpg") no-repeat center top;
    color: #fff;
    border-radius: 10px;
    background-size: cover;
    border: 2px solid #ffa466;
}

.tour-pop .modal-content {
    background: none;
    border: none;
}

.pop-tour .close {
    float: right;
    border: none;
    background: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.tour-pop .modal-header {
    border: none;
}

.tour-pop .modal-header .close {
    float: right;
    border: none;
    background: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}