#mask {
    background-color: #000;
    height: 100%;
    opacity: 0.9;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1001;
    display: none;
}
.model-buyAccountPoppup{
	z-index: 1001;background: white; overflow-y: auto; max-height: 100vh;
}
table tbody tr{
	border-top: 1px solid #bebbbb;
}

.alert-danger {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
	    padding: 5px 10px;
    margin-top: 10px;
	margin-bottom: 20px;
}


.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f; 
}
.badge-danger {
    background-color: #d9534f; 
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    color: #fff;
    border-radius: 0.25em;
}


.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    color: #fff;
    border-radius: 0.25em;
}
.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.label, sub, sup {
    vertical-align: baseline;
}
            .bbXLrA {
                border-color: #ff414100;
                background: url(/voucher3.png);
                background-size: 105% 80% !important;
                background-position: center !important;
                background-repeat: repeat;
                --tw-text-opacity: 1;
                color: white;
                font-weight: 600;
                font-size: 0.75rem;
                line-height: 1rem;
                text-align: center;
                border-width: 1px;
                border-radius: 0.125rem;
                cursor: default;
                padding-left: 0.375rem;
                padding-right: 0.375rem;
                display: inline-block;
            }
            button#user-menu-button {
    opacity: 1;
    background-color: #dc2626;
    color: white;
}

.tw-bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: red !important;
}
.tw-bg-white h3{
	color: red;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #f04c40;
    border-color: #f44336;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
      position: relative;
    display: block;
    padding: 0.7rem 0.85rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f44336;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.embed-container { position: relative; padding-bottom: 45.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media only screen and (max-width: 600px) {
.embed-container {
    position: relative;
    padding-bottom: 25.25%;
    height: 0;
    overflow: hidden;
    max-width: 50%;
}
}    



.dm-none{
	display: none;
}
.btn-dropmenu {
	position: relative;
	top: -6px;
	left: 0;
	z-index: 9999;
}
.btn-dropmenu img{
	height: 1.6rem;
    position: absolute;
    top: 16px;
    left: 9px;
	display: none;
}
.mb-ucbrowser {
    position: fixed;
    bottom: 5%;
    left: -1%;
    z-index: 6;
    max-width: 10%;
    animation: showMenuLeft 2s ease-in-out forwards;
}
@media screen and (max-width: 990px){
		
	.dm-none{
		display: block;
	}

		.btn-dropmenu img{
		display: block;
	}
		.tw-menu-left#drop-menu-mb{
		background: red;
		margin: 0;
		position: absolute;
		z-index: 999;
		left: 0;
		width: 100%;
		box-shadow: 0 0 15px 1px #000;
		display: none;
		top: 41px;
	}
	#drop-menu-mb a{
		display: block;
		border-bottom: 1px solid #232323;
		position: relative;
		height: 40px;
		line-height: 23px;
		font-size: 16px;
		color: white;
		padding: 8px 12px 8px 24px;
		margin: 0;
		text-transform: uppercase;
		text-decoration-line: none;
	}
	.drop-menu-active{
		display: block;
	}
	.tw-menu-left img.tw-h-10 {
		height: 1.8rem;
		margin-left: 2rem;
	}
	
	.mb-ucbrowser {
		max-width:23%;
		bottom: 10%;
	}
}


/** ajax loading **/
.container-loader{
	position: relative;
	margin: 50px 0 90px 0;
}
.loader {
	 margin: 0 auto;
	 width: 60px;
	 height: 50px;
	 text-align: center;
	 font-size: 10px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateY(-50%) translateX(-50%);
}
 .loader > div {
	 height: 100%;
	 width: 8px;
	 display: inline-block;
	 float: left;
	 margin-left: 2px;
	 -webkit-animation: delay 0.8s infinite ease-in-out;
	 animation: delay 0.8s infinite ease-in-out;
}
 .loader .bar1 {
	 background-color: #754fa0;
}
 .loader .bar2 {
	 background-color: #09b7bf;
	 -webkit-animation-delay: -0.7s;
	 animation-delay: -0.7s;
}
 .loader .bar3 {
	 background-color: #90d36b;
	 -webkit-animation-delay: -0.6s;
	 animation-delay: -0.6s;
}
 .loader .bar4 {
	 background-color: #f2d40d;
	 -webkit-animation-delay: -0.5s;
	 animation-delay: -0.5s;
}
 .loader .bar5 {
	 background-color: #fcb12b;
	 -webkit-animation-delay: -0.4s;
	 animation-delay: -0.4s;
}
 .loader .bar6 {
	 background-color: #ed1b72;
	 -webkit-animation-delay: -0.3s;
	 animation-delay: -0.3s;
}
 @-webkit-keyframes delay {
	 0%, 40%, 100% {
		 -webkit-transform: scaleY(0.05);
	}
	 20% {
		 -webkit-transform: scaleY(1);
	}
}
 @keyframes delay {
	 0%, 40%, 100% {
		 transform: scaleY(0.05);
		 -webkit-transform: scaleY(0.05);
	}
	 20% {
		 transform: scaleY(1);
		 -webkit-transform: scaleY(1);
	}
}

/** end ajax loading **/
/** pop **/


.pop-accept {
     display: none; 
}

.form-accept .close {
    position: absolute;
    right: -60px;
    top: 0px;
    cursor: pointer;
    width: 40px
}

.form-accept .close:hover {
    opacity: 1;
    transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
    transform: scale(0.95);
}

.form-accept .close:before,
.form-accept .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 2.5vw;
    width: 0.35vw;
    background-color: #fff;
    border-radius: 0.5vw;
}

.form-accept .close:before {
    transform: rotate(45deg);
}

.form-accept .close:after {
    transform: rotate(-45deg);
}

.form-accept {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 442px;
    height: auto;
    color: #909090;
    z-index: 999999;
    border-radius: 12px;
    padding: 24px 0px;

}



.form-accept h2 {
    margin: 24px 0;
}

.form-accept--detail {
    border-radius: 4px;
    width: 90%;
    margin: 0;
    text-align: left;
    position: relative;
}

.form-accept--detail h4 {
    margin: auto;
    margin-bottom: 17px;
    color: #535353;
    font-weight: 500;
    text-align: center;
}

.form-accept--detail ul {
    padding: 0;
    margin: 0;
}

.pop-accept .btn-accept button {
    background-color: #0E3EDA;
    width: 100%;
    padding: 12px 0;
    outline: unset;
    border: unset;
    border-radius: 6px;
}
.pop-accept .btn-accept button:hover{
    filter: brightness(1.2);
    cursor: pointer;
}
.pop-accept .btn-accept button a {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.pop-accept .input-disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 4px;
    height: 42px;
    padding: 0 12px;
    margin-top: 16px;
}

.pop-accept .input-disabled p {
    margin: unset;
}

.pop-accept .input-disabled input {
    border-color: unset;
    border: unset;
    background: unset;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: right;
}

.pop-accept  .input-disabled input::-webkit-input-placeholder {
    font-weight: 700;
}

.pop-accept  .input-disabled input.color-blue{
    color: #0E3EDA;
	font-weight:bold;
}
.pop-accept .form-accept .bold{
    font-weight: 700;
    color: #1a1a1a;
}
.pop-accept .input-username label{
    display: block;
}
.pop-accept .input-username{
    border: 2px solid #f2f2f2;
    border-radius: 16px;
    padding: 16px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 28px;
}
.pop-accept .input-username input{
    border: 2px solid #f2f2f2;
    border-radius: 12px;
    width: 95%;
    height: 38px;
    padding: 0 8px;
    margin-top: 16px;
}
@media (max-width: 460px) {
    .form-accept{
        width: 90%;
    }

    .form-accept .close {
        position: absolute;
        right: 0px;
        top: 12px;
        cursor: pointer;
        width: 40px;
    }
    
    .form-accept  .close:before,
    .form-accept  .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 24px;
        width: 3px;
        background-color: #868686;
        border-radius: 0.5vw;
    }
}