@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}
.fibank_PopUp_Detailed_v1 {
	width: 1100px;
	background-color: #ffffff;
	overflow: hidden;
	margin: auto;
	border: 1px solid #e5e7eb;
	box-shadow: 2px 2px 10px #004282;
}
.fibankm_PopUp_Detailed_v1 {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: none;
	border: 1px solid #e5e7eb;
	box-shadow: 2px 2px 10px #004282;
}
.fibank_Mask {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px #000000; 
	box-shadow: 0px 0px 30px 0px #000000;
}
.fibank_header {
	width: 100%;
	margin: 0 0 7.7px;
	object-fit: contain;
}
.products_div {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
p.fibank_product_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 57px 30px 57px;
	margin: 0px;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #004282;
	text-align: center;
}
p.fibankm_product_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 57px 30px 57px;
	margin: 0px;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #004282;
	text-align: center;
}
p.fibank_cart_name {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #004282;
	text-align: center;
}
.fibank_row_footer{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 15px;
}
.fibankm_row_footer{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 5px;
}
.fibank_span{
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.fibank_row_bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 15px;
	background-color: #004282;
}
.fibank_version{
	margin-left: auto;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #f3f4f6;
}
.component {
	padding: 50px 0px;
}
.componentm {
	padding: 50px 5px;
}
input[type="text"].fibank_input_text, input[type="number"].fibank_input_text{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #004282;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
}
input[type="text"].fibank_input_text:active, input[type="number"].fibank_input_text:active, input[type="text"].fibank_input_text:focus, input[type="number"].fibank_input_text:focus{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #609D9E;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
	outline: none;
}
input[type="text"].fibankm_input_text, input[type="number"].fibankm_input_text{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #004282;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
}
input[type="text"].fibankm_input_text:active, input[type="number"].fibankm_input_text:active, input[type="text"].fibankm_input_text:focus, input[type="number"].fibankm_input_text:focus{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #609D9E;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
	outline: none;
}
input[type="text"].fibank_input_text_active, input[type="number"].fibank_input_text_active{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #004282;
	background-color: white;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
}
input[type="text"].fibank_input_text_active:active, input[type="number"].fibank_input_text_active:active, input[type="text"].fibank_input_text_active:focus, input[type="number"].fibank_input_text_active:focus{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #609D9E;
	background-color: white;
	margin: 0px;
	padding: 0px 20px;
	height: 48px;
	border-radius: 12px;
	outline: none;
}
select.fibank_input_text{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	background-color: white;
	border: 1px solid #004282;
	padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 12px;
}
select.fibank_input_text:active, select.fibank_input_text:focus{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	background-color: white;
	border: 1px solid #609D9E;
	padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 12px;
	outline: none;
}
select.fibankm_input_text{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	background-color: white;
	border: 1px solid #004282;
	padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 12px;
}
select.fibankm_input_text:active, select.fibank_input_text:focus{
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	background-color: white;
	border: 1px solid #609D9E;
	padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 12px;
	outline: none;
}
.select2-container--default .select2-selection--single {
	flex: 1;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	background-color: white;
	border: 1px solid #004282;
	padding: 0px 20px;
	margin: 0px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus {
	border: 1px solid #609D9E;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding-left: 0;
	padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 10px;
}
.select2-container--default .select2-results__option--highlighted {
	background-color: #004282 !important;
	color: white !important;
}
.select2-search__field {
	border: 1px solid #004282 !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 6px 12px;
	border-radius: 8px;
}
.select2-search__field:focus {
	border-color: #609D9E !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 18px;
}
.fibank_button{
	height: 48px;
	background-color: #D8232A;
	border-radius: 12px;
	border: 0px none white;
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px 20px;
	color: #fef2f2;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.fibank_button:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.fibank_button:hover{
	color: white;
}
.fibank_button_default{
	height: 48px;
	background-color: #f3f4f6;
	border-radius: 12px;
	border: 0px none white;
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px 20px;
	color: #004282;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.fibank_button_default:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.fibank_button_default:hover{
	color: #172554;
}
.fibankm_button_default{
	height: 48px;
	background-color: #f3f4f6;
	border-radius: 12px;
	border: 0px none white;
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-left: 5px;
	padding: 0px 20px;
	color: #004282;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	width: auto !important;
}
.fibankm_button_default:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.fibankm_button_default:hover{
	color: #172554;
}
.fibank_button_second{
	height: 48px;
	background-color: #004282;
	border-radius: 12px;
	border: 0px none white;
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px 20px;
	color: #fef2f2;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.fibank_button_second:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.fibank_button_second:hover{
	color: white;
}
.fibankm_button_second{
	height: 48px;
	background-color: #004282;
	border-radius: 12px;
	border: 0px none white;
	text-align: center;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px 20px;
	color: #fef2f2;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	width: auto !important;
}
.fibankm_button_second:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.fibankm_button_second:hover{
	color: white;
}
.fibank_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.fibank_overlay.show {
	display: block;
}
.fibank_popup {
	box-sizing: border-box;
	position: fixed;
	flex-direction: column;
	width: 287px;
	height: 207px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 10px 16px 10px 16px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	gap: 10px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0588);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0588);
	box-sizing: border-box;
}
.fibank_popup > div:first-child {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	width: 255px;
	height: 187px;
	gap: 20px;
}
.fibank_popup > div:first-child > div:first-child {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	width: 255px;
	height: 129px;
	padding: 10px 0px 5px 0px;
	gap: 10px;
	font-family: Inter;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.005em;
	text-align: center;
	color: #474748;
}
.fibank_popup > div:first-child > div:last-child {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	width: 255px;
	height: 38px;
	padding: 16px 107px 16px 107px;
	gap: 0px;
	border-radius: 8px;
	background: #1264B3;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.94px;
	letter-spacing: 0.0125em;
	text-align: center;
	color: #FFFFFF;
}
.fibank_popup_ok_header {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.0025em;
	text-align: center;
	color: #303031;
}
.fibank_popup.show {
	display: flex;
}
