.swiper {
    width: 100%;
    height: fit-content;
    position: relative;
    margin: 0 auto;
}

.swiper3 img {
    width: 100%;
    height: fit-content;
    position: relative;
    margin: 0 auto;
    object-fit: cover;
    max-height: 400px;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
    margin: 0 3.5px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}

/* .top-padding-first {
    padding-top: 40px;
} */

.bg_header {
    background-color: #fff;
}

.bg_header.reg {
    background: #0f548b !important;
    color: white;
    justify-self: center;
    left: 0px;
}

.bg_main {
    background: #0f548b !important;
    color: white;
    justify-self: center;
    box-shadow: 0px 0px 5px 0px #0f548b;
    padding: 5px;
}

.shadow-btn {
    background: rgb(255 168 77);
    box-shadow: 0px 0px 3px 0px rgb(255 168 77);
}

.shadow-sec-btn {
    background: rgb(57 159 231);
    box-shadow: 0px 0px 3px 0px rgb(57 159 231);
}
.GameList_RBox {
    padding-right: 0px;
}

.transMsg {
    margin-top: 15%;
    height: 100%;
}

.transMsg img {
    margin: 0 auto;
    width: 20%;
    display: block;
}

.transMsg span {
    display: table;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
}

.container-box {
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    outline: none;
    padding: 1px;
    margin-top: 7.5px;
    min-height: 46px;
    background-color: #e7f1fb;
}

.container_main {
    overflow: scroll;
}

.H_S {
    height: 597px !important;
}

.form_In {
    width: 100%;
}

input.chkbox {
    -webkit-appearance: checkbox;
}

.pMail_listIn.on {
    display: block;
}

.container_main.msbox {
    position: relative;
}

.pMail_listIn {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* ตอนเปิด */
.pMail_listIn.on {
    opacity: 1;
    max-height: 1000px;
}

.image-profile,
.memberID,
.ng-binding,
.memberNum {
    position: relative;
    z-index: 1;
}

.member:before {
    z-index: 0;
}

.memberNum .t_orange {
    padding: 25px 0 25px;
}

.member-main {
    padding-top: 40px !important;
    overflow: inherit !important;
}

.bg_header_name {
    color: white;
}

.dropdown {
    border: 1px solid #ccc;
    padding: 5px;
    list-style: none;
    margin: 0;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 200px;
}

.dropdown li {
    padding: 5px;
    cursor: pointer;
}

.dropdown li:hover {
    background: #f0f0f0;
}

.pointer {
    cursor: pointer;
}

.text-none {
    text-decoration: none;
}

.circle-checkbox input[type="checkbox"] {
    display: none;
}

.circle-checkbox label {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #c4c4c4;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
    position: absolute;
    top: 7px;
    left: 0px;
}

.circle-checkbox input[type="checkbox"]:checked+label::after {
    content: "✔";
    font-size: larger;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 10px;
    height: 10px;
    color: #44acff;
}

.icon_pw {
    top: 6px;
}

.icon_pw .on {
    top: 6px;
}

.chkbox-trans {
    width: 40px !important;
    height: 40px !important;
    -webkit-appearance: auto !important;
}

.mask_all {
    display: block;
}

.mask_all.off {
    display: none;
}

.helpSelect_In.on {
    display: block !important;
}

.FAQ {
    display: none;
}

.FAQ.on {
    display: block;
}

.FAQ_listT {
    cursor: pointer;
}

.deposit_list .i-icon {
    background: url(./../assets/images/icon_i.svg) no-repeat center;
    height: 40px;
    width: 40px;
    background-size: 55% auto;
    position: absolute;
    right: 0;
    top: 0;
}

.GameList_RBox {
    padding-bottom: 10vh;
}

.btn_footer_deposit {
    margin-left: 9px !important;
}

.footer {
    left: 0;
}

.game-title {
    position: absolute;
    font-size: 0.85em;
    color: #535867;
    line-height: 1em;
    margin: 12px 0 0 15px;
    font-weight: 600;
}

.border-radius img {
    border-radius: 15px;
}

.mask_all.popup_game.on {
    display: block !important;
    transition: all 0.3s;
}

.mask_all.popup_game.on.opa {
    opacity: 1;
}

.mask_all.popup_game {
    display: none !important;
    opacity: 0;
    transition: all 0.3s;
}

.bd-game {
    border-bottom: 1px solid #0f548b;
    padding-bottom: 5px;
    height: fit-content;
}