/* Banner xác nhận đủ 18 tuổi */
#banner {
    background: #000000fc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    visibility: hidden;
}

.keytran-banner18 {
    color: #000000;
    background: #ffffff;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #fff;
}

#banner button {
    color: #ffffff;
    background: #000000;
    border-radius: 3px;
    border: 1px solid #FFF;
    font-size: 13px;
    margin-right: 0px;
}

/* Banner quảng cáo góc dưới bên trái */
#Keytran-banner {
    background: #37434ea1;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 300px;
    z-index: 99999;
    visibility: visible;
}

#Keytran-banner button {
    color: #fff;
    background: #00000069;
    border: 1px solid #FFF;
    font-size: 8px;
    cursor: pointer;
    position: absolute;
    right: -9px;
    top: -22px;
}
/* Banner quảng cáo 2 bên */
/* quảng cáo trên bên trái */
#keytran-quangcao1 {
    position: fixed;
    top:156px;
	left:10px;
    z-index: 9999;
	width:100%;
	max-width:150px;
}
#keytran-quangcao1 button {
	color:#fff;
    padding: 0 10px;
	right:-1em;
    top:-28px;
	font-size:10px;
    position: absolute;
    background-color: rgba(43, 43, 43, 0.8);
    border: 1px solid rgb(218, 218, 218);
}
/* quảng cáo trên bên phải */
#keytran-quangcao2 {
    position: fixed;
    top: 156px;
	right: 10px;
    z-index: 9999;
	width:100%;
	max-width:150px;
}
#keytran-quangcao2 button {
	color:#fff;
    padding: 0 10px;
	right:-1em;
    top:-28px;
	font-size:10px;
    position: absolute;
    background-color: rgba(43, 43, 43, 0.8);
    border: 1px solid rgb(218, 218, 218);
}

/* popup */
.keytran-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.keytran-popup-content {
    background: #ffffff;
    padding: 5px;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #fff;
}

.keytran-popup-close {
    position: absolute;
    top: -50px;
    right: -65px;
    color: #000000;
    font-size: 28px;
}

.keytran-popup-message,
.keytran-popup-message p {
    margin-bottom: 10px;
}

.keytran-popup-button {
    background: #446084;
    color: #fff;
    margin: 10px 20px;
    padding: 5px 20px 8px 20px;
    border-radius: 20px;
    display: block;
}