@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import 'intl-tel-input/build/css/intlTelInput.css';
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Lao+Looped:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    min-height: 100vh;
    font-family: 'Noto Sans Lao Looped', sans-serif !important;
    padding-bottom: 80px;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

input::-webkit-input-placeholder {
     color: black;
     opacity: 0.3;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#animal-select{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #C4980887;
    padding-left: 10px;
    font-size: 15px !important;
    align-items: center;
}

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

.menu {
    width: 20%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;

}

.navbar-bg {
    background-color: #04294C !important;
}

.text-menu {
    font-size: 10px;
    margin-top: 6px;
    font-size: 12px;
}

.menu:hover {
    cursor: pointer;
    color: rgb(255, 225, 142)
}

.active {
    color: #fdd131;
}

.menu>span>i {
    font-size: 18px;
}

.fs-18 {
    font-size: 18px;
}

.fs-15{
    font-size: 15px !important;
}

.type {
    border-radius: 18px;
    border: #283c96 solid 3px;
    background: rgb(80, 121, 255);
    background: radial-gradient(circle, rgba(80, 121, 255, 1) 0%, rgba(30, 55, 137, 1) 85%);
    color: #fff;
    cursor: pointer;
}

.numsearch {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    height: 6vh;
    border: 2px solid #C4980887;
}

.btn-sendfriend {
    font-weight: 500 !important;
    color: #fff !important;
    background: #F1C44E !important;
    width: 100%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.btn-pay {
    position: relative;
    font-size: 18px !important;
    color: #fff !important;
    background: #F1C44E !important;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.shadowbottom {
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.icon-type {
    width: 5rem;
    height: 3rem;
}

.shadowx {
    box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.20) !important;
}

.addtocart {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.card {
    width: 100% !important;
    padding: 10px !important;
    margin-top: 15px;
    border-radius: 8px !important;
    color: #000 !important;
    background: rgba(217, 217, 217, 0.7) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 8px !important;
}

.card img {
    border-radius: 8px !important;
    /* width: 100% !important; */
}

.event-img {
    width: 100% !important;
    border-radius: 8px !important;
    padding: 0;
}

.bg-blue {
    background-color: #04294D !important;
}

.page-item {
    cursor: pointer !important;
}

.fs-10 {
    font-size: 12px !important;
}

#form1 {
    font-size: larger;
    border-radius: 8px;
}

#loadMore {
    background-color: #04294D !important;
    color: #FFB906 !important;
    border: none !important;
    height: 40px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #17161800, #e5c24c);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

.btn-blue {
    background-color: #04294D !important;
    border: none !important;
    border-radius: 15px;
    padding: 10px;
    color: #FFB906 !important;
    text-align: center;
}

::-webkit-scrollbar {
    display: none;
}

.loginForm {
    display: flex;
    align-items: center;
    height: 80vh;
    padding: 0 15px;
}

.event-card {
    background-color: aliceblue;
}

.txt-alert {
    color: rgb(240, 37, 37);
}

.container-payment {
    padding: 10px !important;
    margin-top: 15px !important;
    border-radius: 8px !important;
    color: #fff !important;
}

.card-header {
    text-align: center;
}

.card-footer {
    text-align: center;
}

.form-payment {
    text-align: center;
    font-size: 20px !important;
}

.btn-payment {
    margin-top: 2rem;
}

.glow {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    color: #4e0237;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 20px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 30px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.li-lottery {
    list-style: none;
}

.event-number {
    background-color: #FFDB7C !important;
    border-radius: 25px !important;
    font-size: 12px !important;
}

.event-number.selected {
    background-color: #1D3E5E !important;
    background-image: url('/images/icon/lottery-yellow.png') !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #ffffff00 !important;
}

.safe-card {
    background: #1D3E5E !important;
    border-radius: 8px;
    padding: 10px !important;
}

.safe-card-header {
    text-align: left !important;
    font-size: 1.5rem;
    color: #FFB906 !important;
}

.safe-card-footer {
    font-size: 12px !important;
}

.safe-card-footer p {
    font-size: 16px !important;
    color: #FFB906 !important;
}

.text-small {
    font-size: 12px !important;
}

.btn-event {
    background: -webkit-linear-gradient(280deg, #FFDB7C, #FBF5B7, #B38728);
    color: black !important;
    border-radius: 8px !important;
}

.text-gold {
    background: -webkit-linear-gradient(#B38728, #FBF5B7, #B38728);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-safe {
    background-color: #D9D9D9 !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 0px 30px 0px !important;
    margin: 15px;
}

.btn-summary {
    background-color: #F5C637 !important;
}

.serach-title {
    line-height: 39px;
    color: #F5C637;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-shadow {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btn-clear {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: #dc3545 2px solid !important;
    width: 100%;
    font-size: 15px !important;
    color: #dc3545 !important;
}

.btn-set {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #1D3E5E !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* width: calc(100% / 4) !important; */
    border-radius: 1px solid !important;
    border-color: #FBF5B7 !important;
    color: #FBF5B7 !important;
    font-size: 15px !important;
}


.btn-search {
    font-size: 15px !important;
    color: #000 !important;
    background: linear-gradient(180deg, #BF953F, #FBF5B7, #AA771C) !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.add-card {
    background-color: #F1C44E !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
    margin-top: 10px !important;
}

.card-lotto {
    box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.75);
}


.navbar-icon {
    width: 25px !important;
    height: 25px !important;
}

.header-icon {
    width: 48px !important;
    height: 48px !important;
}

.navbar-icon-lotto {
    width: 45px;
    height: 45px;
}

.navbar-lotto {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #04294D;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    margin-bottom: 10px;
    justify-content: end;
    align-items: center;
}

.tel-select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 12px !important;
}

.card-grey {
    background-color: #DEDEDE !important;
    border: none !important;
    color: #04294C !important;
}

.line-blue {
    background-color: #04294C !important;
}

.total-hilight {
    background: rgba(67, 127, 185, 0.8);
    border-radius: 25px !important;
    color: #F5C637;
    padding: 10px;
}

.profile-background {
    background-color: #F1C44E !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    height: 130px;
    width: 100%;
}

.profile-component {
    border-radius: 10px !important;
}

.file-submit {
    width: 100%;
}

.nav-head {
    background: linear-gradient(180deg, #F1C44E 0%, rgba(255, 255, 255, 0) 100%);
}

.logo {
    width: 100px;
    padding: 10px 0px 20px 0px;
}

.i-cart {
    width: 80px !important;
}

.i-giftcart {
    width: 60px !important;
}

.i-debitcard {
    width: 70px !important;
}

.i-safebox {
    width: 70px !important;
}

.i-ticket {
    width: 28px !important;
}

.i-lottoevent {
    width: 60px !important;
    padding-bottom: 10px;
}

.profile-card {
    background-color: #FFFF !important;
    border: none !important;
    color: #04294C !important;
}

.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    border: 7px solid #F1C44E;
}

.profile-container {
    margin-top: -60px;
    margin-bottom: 20px;
}

.text-yellow {
    color: #dba400 !important;
}

.hide {
    display: none;
}

.custom-shape-divider-top-1685134931>svg>path {
    fill: #ffffff71;
}

#addcart .modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50% !important;
    margin: 0 auto !important;
}

:root {
    --swiper-pagination-bottom: auto;
    --swiper-pagination-top: -4px;
}

.card-lotto-type{
    position:absolute;
    display:block;  
    height:100%;
    width:20%;
    top:0px;
    left:0px;
    z-index:999;
    border-radius: 0.3rem 0 0 0.3rem;
}

.tag-warp{
    position:relative;
    margin:auto;
}

.card-lotto-type p:nth-child(1){
    font-size: 15px;
    font-weight: 800;
}

.card-lotto-type p:nth-child(2){
    font-size: 10px;
    font-weight: 800;
}

.card-lotto-type p:nth-child(3){
    font-size: 15px;
    font-weight: 800;
}

.card-lotto-type p:nth-child(4){
    font-size: 8px;
    font-weight: 800;
}

.ready-sell{
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(40deg);
    align-self: center;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bolder;
    width: 100%;
    opacity: 0.75;
}