.body_container {
	position: relative;
	min-height: 100vh;
}
.loader {
	border: 5px solid white; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	z-index: 100;
	position: fixed;
	left:48%;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.card{
    margin: 0 auto;
    float: none;
}
.circle1{
	display: inline-block;
	height: 3.5vh;
	width: 3.5vh;
	border-radius: 50%;
}
.square1{
	display: inline-block;
	width: auto;
	margin: 2px;
}
.font1{
	font-size: 2.5vh;
}
.font2{
	font-size: 2.2vh;
}
.font3{
	font-size: 1.8vh;
}
.font4{
	font-size: 1.6vh;
}
.font5{
	font-size: 1.3vh;
}
.font6{
	font-size: 1.2vh;
}

.font_big1{
	font-size: 3.8vh;
}
.font_big2{
	font-size: 3.3vh;
}

.height2{
	height: 1vh;
	position: relative;
}
.img_size_progress2{
	width: 16%;
	height: auto;
	position: absolute;
	top: -.8vh;
}
.img_size_progress3{
	width: 16%;
	height: auto;
	position: absolute;
	top: -.8vh;
	right: 0px;
}
.btn_blue{
	background-color: #0447A9;
}
.btn_white{
	background-color: white;
}
.btn_red{
	background-color: #D30024;
}
.btn_grey{
	background-color: #EBEFF2;
}
.btn_grey2{
	background-color: #FFFCFC;
}
.btn_ocean{
	background-color: #E6F5FD;
}
.font_blue{
	color: #0447A9;
}
.font_white{
	color: white;
}
.font_purple{
	color: #785DC3;
}
.font_red{
	color: #D30024;
}
.font_grey{
	color: #AAAAAA;
}

.slider {
	//width: 100%;
	margin: 0px auto;
}
.slick-slide {
	margin: 0px 2px;
}
.slick-slide img {
	width: 100%;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.filter_img{
	max-width: 90%;
	height: auto;
}
.bg1{
	background-image: url("img/background 1.png");
	//background-size: cover; 
	background-position: center; 
	//height: 100vh;
}
.margin_btn{
	margin-left: 15px; 
	margin-right: 15px; 
	margin-bottom: 10px;
}
.border_blue{
	border: 2px solid #0447A9;
}
.border1{
	border-radius: 5px;
}
.shadow_box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.img_banner1{
	max-width: 75%;
}

.stepper-wrapper {
	display: flex;
}
.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	
	@media (max-width: 768px) {
		font-size: 12px;
	}
}
.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 7px solid #ccc;
	width: 100%;
	top: 45px;
	left: -50%;
	z-index: 2;
}
.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #ccc;
	width: 100%;
	top: 45px;
	left: 50%;
	z-index: 2;
}
.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
}
.stepper-item.active {
	font-weight: bold;
}
.stepper-item.completed .step-counter {
	background-color: #0447A9;
}
.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #0447A9;
	width: 100%;
	top: 45px;
	left: 50%;
	z-index: 3;
}
.stepper-item.completed2::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid red;
	width: 50%;
	top: 45px;
	left: 50%;
	z-index: 3;
	border-radius: 25px;
}
.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}
.modal_close{
	position: absolute; 
	right: 10px; 
	top: 10px;
}
#bRedeem_yes:hover{
	background-color: blue;
}
#bRedeem_no:hover{
	background-color: red;
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 350px) {
    .modal-sm {
        max-width: 250px;
		margin: auto
    }
}

.title_vcr{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.btn_warning{
	background-color: #FFE2E4;
}
.font_red2{
	color: #D30024;
}
.rounded_top{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.padd_input{
	padding: .375rem .2rem;
}
.padd_input2{
	padding: .375rem .4rem;
	background-color: white;
}
.no_border_left{
	border-left: 0;
}
.font_green{
	color: #008000;
}

.tnc_scroll{
	width: auto; 
	max-height: 30vh; 
	overflow: auto; 
	font-size: .8rem;
}

.paging_no_back{
	--bs-pagination-bg: transparent;
	--bs-pagination-border-width: 0;
}

.div_relative{
	position: relative;
}
.icon_lelang{
	position: absolute; 
	z-index: 98; 
	right: 0px; 
	max-width: 18%;
}
.plus_image {
	right: 15%;
	top: 50%;
	position: absolute;
	z-index: 99;
}

.category_active{
	background-color: #0447A9;
	color: white;
}
.category_off{
	background-color: white;
	color: #0447A9;
}
.title_category{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.img_balepoin{
	max-width: 40%;
}
.div_text_fs{
	position: absolute; 
	margin-left: 60px; 
	margin-bottom: 50px;
}
.border_1 {
    border: 2px solid #0447A9;
}
.img_banner2{
	max-width: 80%;
}
.img_banner3{
	max-width: 85%;
}
.img_banner4{
    max-width: 97%;
}
.img_banner5{
	max-width: 30%;
}
.icon_lelang2{
    position: absolute;
    z-index: 98;
    right: 0px;
    max-width: 20%;
}
.color_btn{
	color: #2262BA;
}
.color_grey{
	color: #A3A3A3;
}
.color_grey2{
	color: #7E7E7E;
}
.border_grey{
	border: 1px solid #F3F3F3;
}
.border_grey2{
	border: 1px solid #A3A3A3;
}
.border_blue2{
	border: 1px solid #2262BA;
}
.border_blue3{
	border: 2px solid #2262BA;
}
.border_blue4{
	border-top: 1px solid #9FC0EC;
	border-bottom: 1px solid #9FC0EC;
	border-left: 1px solid #9FC0EC;
	border-right: 0;
}
.border_blue5{
	border-top: 1px solid #9FC0EC;
	border-bottom: 1px solid #9FC0EC;
	border-right: 1px solid #9FC0EC;
	border-left: 0;
}
.btn_blue2{
	background-color: #2262BA;
}
.back_grey{
	background-color: #e6e1e1;
}
.back_grey2{
	background-color: #F3F3F3;
}
.progress, .progress-stacked {
    --bs-progress-height: .7rem;
	width: 95%; 
}
.back_progress{
	background-color: #1E86FF;
}
.width_btn{
	min-width: 140px;
}
.width_btn2{
	min-width: 90px;
}
.back_close{
	background-color: #D7E3FD;
}
.back_seablue{
	background-color: #F5FAFF;
}
.back_seablue2{
	background-color: #E2EDFF;
}
.btn_cat_active{
	background-color: #2262BA;
	color: white;
}
.btn_cat{
	background-color: white;
	color: #2262BA;
}
.dropdown-toggle::after{
	content: none;
}
.back_special{
	background-color: #DFE9F5;
}
.modal-content.modal_bottom {
    position: absolute;
	bottom: 0px;
    top: auto;
    right: auto;
    left: auto;
}
.modal-dialog2 {
	position: fixed;
	top: auto;
	right: auto;
	left: auto;
	bottom: 0;
	min-width: 100%;
	margin: 0;
}
.modal-content{
	border: none;
	border-radius: 0;
}
.bottom-center {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	border-radius: 8px;
}
.bottom-center2 {
	position: fixed;
	bottom: 10px;
	left: 50%;
	right: 25%;
	transform: translateX(-50%);
	padding: 10px 20px;
	border-radius: 8px;
}
.bottom-center2:hover {
	background-color: #0088FF;
	color: white;
}
.border_modal{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.modal_close2 {
    position: absolute;
    left: 10px;
    top: 10px;
}
.modal_scrolling{
	overflow: scroll; 
	max-height: 70%;
}
#modal_vcr{
	overflow: scroll; 
	min-height: 50%;
}
.w_70 {
    min-width: 95% !important;
}
.btn_choose:hover{
	background-color: #2262BA;
	color: white;
}
.btn_choose2:hover{
	background-color: #2262BA;
	color: white;
}
.close_lelang {
    right: 1%;
	top: -2vh;
    position: absolute;
    z-index: 99;
	background-color: #D9D9D9;
}
.no_bg{
	background: transparent !important;
    border: none !important;
    box-shadow: none !important;  
}
.img_merchant{
	max-width: 70%;
}
.img_merchant2{
	max-width: 50%;
}
.img_qrcode{
	width: 25%;
}
.form-control::placeholder {
	color: #2262BA;
	opacity: 1;
}
.dots_red{
	display: inline-block
	border-radius: 50%
	width: 50%
	background-color: red;
	height: 15px
	width: 15px
	margin: 0 2px;
}
.color_red{
	color: #FE0000;
}
.tnc_overflow{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.choose_filter_date:hover{
	background-color: #2262BA;
	color: white;
}
.color_red2{
	color: #D30024;
}
.back_pink{
	background-color: #FFE2E4
}
.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 10px solid #ccc;
	width: 100%;
	top: 45px;
	left: -50%;
	z-index: 2;
}
.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 10 solid #ccc;
	width: 100%;
	top: 45px;
	left: 50%;
	z-index: 2;
}
.hide_pop{
    display: none !important;
}
.popover{
	border-radius: 10px;
	z-index: 800;
	border: none;
	background-color: white;
}
.popover-body{
	padding: 8px;
}
.btn_search{
	background-color: white;
}
.btn_search:hover{
	border-top: 1px solid #9FC0EC;
	border-bottom: 1px solid #9FC0EC;
	border-right: 1px solid #9FC0EC;
	border-left: 0;
}
.btn_choose:hover{
	background-color: #0088FF;
	color: white;
}
.blelang_detail:disabled, .blelang_detail:active{
	border: none;
}
.back_pink2{
	background-color: #FFD9D9;
}
.title_vcr2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.btn_redeem:hover{
	background-color: #0088FF;
	color: white;
}