/* Ã¦Â Â·Ã¥Â¼ÂÃ¦Å’â€°Ã©â€™Â® */
.animated-button {
	display: inline-block;
	animation: continuousScale 1.5s infinite;
	/* Ã¦Â·Â»Ã¥Å Â Ã¦â€”Â Ã©â„¢ÂÃ¥Â¾ÂªÃ§Å½Â¯Ã¥Å Â¨Ã§â€Â» */
	width: 85%;
	left: 7.5%;
	bottom: 10px;
	padding: 0;
	background: none;
}

.a-btns-b {
	display: none;
	color: #3c1e1e !important;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
	background: #71D957 !important;
	border-radius: 100px;
	box-sizing: border-box;
	margin-bottom: 5px;
	margin: 1px 0 !important;
}

.a-btns-k>div,
.a-btns-b>div {
	flex: 1;
}

.a-btns-k img,
.a-btns-b img {
	width: 35px;
	object-fit: contain;
	border-radius: 4px;
}

.a-btns-k {
	display: none;
	color: #3c1e1e !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	font-weight: bold;
	background: yellow !important;
	border-radius: 100px;
	box-sizing: border-box;
	margin: 1px 0 !important;
}

/* Ã¥Ë†â€ºÃ¥Â»ÂºÃ¦â€”Â Ã©â„¢ÂÃ¥Â¾ÂªÃ§Å½Â¯Ã§Å¡â€žÃ§Â¼Â©Ã¦â€Â¾Ã¥Å Â¨Ã§â€Â» */
@keyframes continuousScale {
	0% {
		transform: scale(1.0);
	}

	50% {
		transform: scale(1.05);
		/* Ã§Â¼Â©Ã¦â€Â¾Ã¨â€¡Â³ 1.1 Ã¥â‚¬Â */
	}

	100% {
		transform: scale(1.0);
	}
}

.btn11 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	z-index: 100;
	margin: 0;
	/*   background: rgba(0,0,0,0.5);*/
}

.btn12 {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	z-index: 100;
	margin: 0;
}

.btn11 .a,
.btn12 .a {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background: linear-gradient(to right, #ff7500, #e8373d);
	color: #fff;
	padding: 20px 60px;
	margin: 6px 0;
	border-radius: 50px;
	animation: switch 1.5s ease-out infinite;
	overflow: hidden;
}

.btn11 .a:hover,
.btn12 .a:hover {
	text-decoration: navajowhite
}

.line_btn {
	animation: switch 1.5s ease-out infinite;
}

@keyframes switch {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.h_box {
	height: 80px;
}

.server{
	position: fixed;
	right: 20px;
	bottom: 95px;
	width: 5vw;
	height: 5vw;
	min-width: 60px;
	min-height: 60px;
	max-width: 120px;
	max-height: 120px;
}
.server img{
	width: 100% !important;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.se_wrap1 {
		padding: 10px 0 !important;
	}

	.btn11 .a,
	.btn12 .a {
		padding: 8px 16px !important;
		font-size: 14px !important;
	}

	.h_box {
		height: 60px
	}

	.line_btn {
		font-size: 14px !important;
		padding: 15px 20px !important;
		letter-spacing: 0 !important;
	}

	.f_box {
		padding: 0 10px !important;
	}

	.f_box h1 {
		font-size: 26px !important;
	}

	.f_box h2 {
		font-size: 18px !important;
	}
}

.k-show {
	display: none;
}

/* Ã¥Å¸ÂºÃ¦Å“Â¬Ã¦Â Â·Ã¥Â¼Â */
.mgmgInput[type="text"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	flex: 1;
}

/* Ã©Â¼Â Ã¦Â â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgInput[type="text"]:hover {
	border-color: #666;
}

/* Ã¨ÂÅ¡Ã§â€žÂ¦Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgInput[type="text"]:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
	outline: none;
}
.complain{
	width: 100%;
	max-width: 400px;
	margin: 0 10px;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
.complain .in {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 14px;
}
.complain .in .label{
	width: 100px;
	text-align: center;
}
/* Ã§Â¦ÂÃ§â€Â¨Ã§Å Â¶Ã¦â‚¬ÂÃ§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgInput[type="text"]:disabled {
	background-color: #f0f0f0;
	cursor: not-allowed;
}

/* Ã¨Â¾â€œÃ¥â€¦Â¥Ã¥â€ â€¦Ã¥Â®Â¹Ã§Å¡â€žÃ©â€â„¢Ã¨Â¯Â¯Ã§Å Â¶Ã¦â‚¬Â */
.mgmgInput[type="text"].error,#complain-type.error {
	border-color: #ff0000;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

/* Ã¨Â¾â€œÃ¥â€¦Â¥Ã¥â€ â€¦Ã¥Â®Â¹Ã§Å¡â€žÃ¦Ë†ÂÃ¥Å Å¸Ã§Å Â¶Ã¦â‚¬Â */
.mgmgInput[type="text"].success {
	border-color: #00cc00;
	box-shadow: 0 0 5px rgba(0, 204, 0, 0.5);
}

/* Ã¥Å¸ÂºÃ¦Å“Â¬Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
.mgmgButton {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f90;
	/* Ã¦Â©â„¢Ã¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯ */
	color: #000;
	/* Ã¦â€“â€¡Ã¥Â­â€”Ã©Â¢Å“Ã¨â€°Â² */
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/* Ã©Â¼Â Ã¦Â â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgButton:hover {
	background-color: #ff852f;
	/* Ã©Â¼Â Ã¦Â â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â©â„¢Ã¨â€°Â² */
}

/* Ã¦Â¿â‚¬Ã¦Â´Â»Ã¯Â¼Ë†Ã§â€šÂ¹Ã¥â€¡Â»Ã¯Â¼â€°Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgButton:active {
	background-color: #cc5500;
	/* Ã¦Å’â€°Ã©â€™Â®Ã¦Â¿â‚¬Ã¦Â´Â»Ã¦â€”Â¶Ã§Å¡â€žÃ¦Â©â„¢Ã¨â€°Â² */
}
/* Ã§Â¦ÂÃ§â€Â¨Ã§Å Â¶Ã¦â‚¬ÂÃ§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
.mgmgButton:disabled {
	background-color: #f0f0f0;
	cursor: not-allowed;
}
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.popup .content .mb{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00000050;
	z-index: -1;
}
.popup .content{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Ã¥Å¸ÂºÃ¦Å“Â¬Ã¦Â Â·Ã¥Â¼Â */
.mgmgInput-container {
	display: flex;
	align-items: center;
}

/* Ã©â‚¬â€°Ã¦â€¹Â©Ã¥Å’ÂºÃ¥ÂÂ·Ã¦Â Â·Ã¥Â¼Â */
.mgmgInput-container select {
	border: 1px solid #ccc;
	padding: 5px;
	flex: 1;
	padding: 10px 20px;
	border-radius: 5px;
}

/* Ã¨Â¾â€œÃ¥â€¦Â¥Ã¦â€°â€¹Ã¦Å“ÂºÃ¥ÂÂ·Ã§Â ÂÃ¦Â Â·Ã¥Â¼Â */
.mgmgInputPhone {
	flex: 1;
	border: none;
}

/* Ã©â€â„¢Ã¨Â¯Â¯Ã§Å Â¶Ã¦â‚¬ÂÃ¦Â Â·Ã¥Â¼Â */
.mgmgInput-container.error {
	border-color: #ff0000;
}
.hidden {
    display: none;
    background-color: #f44336;
    color: white;
    text-align: center;
    padding: 15px 50px;
    position: fixed;
    top: 20px; /* Ã¨Â·ÂÃ§Â¦Â»Ã©Â¡Â¶Ã©Æ’Â¨Ã§Å¡â€žÃ¨Â·ÂÃ§Â¦Â» */
    right: 20px; /* Ã¨Â·ÂÃ§Â¦Â»Ã¥ÂÂ³Ã¨Â¾Â¹Ã§Å¡â€žÃ¨Â·ÂÃ§Â¦Â» */
    z-index: 1000;
}

.success {
    background-color: #4CAF50;
}