.ref-modal {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 3000;
}

.content-ref-modal {
	width: 100%;
	max-width: 600px;
	height: auto;
	max-height: 800px;
	margin: 0px 50px;
	padding: 20px;
	border-radius: 6px;
	background-color: #FFF;

	position: relative;
}

.close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	color: #FFF;
	background-color: #B85555;

	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}

.close-button:hover {
	background-color: #D04242;
}

.modal-title {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.select-form-login {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #D5D8D9;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
}

.input-search-partner {
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	border-radius: 4px;
	border: 1px solid #D5D8D9;
	outline: none;
	outline-style: none;
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-search-result-fixed {
	display: block;
	height: auto;
	min-height: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #999;
}

.container-search-result {
	display: none;
	height: auto;
	min-height: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #999;
}

.item-option {
	display: block;
	padding: 4px 10px;
	margin-bottom: 6px;
	border-radius: 4px;
	border: 1px solid #E9ECEF;
	background-color: #F6F7F9;

	cursor: pointer;
}

.item-option:hover {
	background-color: #EFF1F4;
}

.item-name-option {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 14px;
	color: #252627;
}

.item-category-option {
	display: block;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 14px;
}





#container-signup {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: auto;
	min-height: 400px;
}

.box-signup-flex {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	background: #E4E8E9;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-right: 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-form-signup {
	display: flex;
	width: 80%;
	flex-direction: row;
	gap: 30px;
	min-height: 440px;
}

.box-signup-left {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
}

.box-signup-left .signup-text {
	justify-content: center;
	max-width: 400px;
	font-family: 'Inter-Light', sans-serif;
	font-size: 23px;
}

.box-signup-left .bigger-text {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 36px;
	padding-bottom: 10px;
}

.box-signup-form {
	flex: 1 0 450px;
	display: flex;
	flex-direction: column;
	width: auto;
	max-width: 40%;
	min-width: 450px;
	height: auto;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-agreement {
	display: block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.box-agreement a {
	color: #1876EB;
	text-decoration: none;
}

.box-agreement a:hover {
	text-decoration: underline;
}

.checkbox {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 5px;
}

.span-flex {
	display: flex;
	flex: 1;
	height: auto;
}

.box-signup-form input[type="text"],
.box-signup-form input[type="password"] {
	width: 100%;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #D5D8D9;
	border-radius: 3px;
	outline: none;
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-signup-form input:focus {
	border: 1px solid #F8C959;
}

.box-signup-form input::placeholder {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	color: #A2A9AD00;
}

.box-signup-form button {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 3px;
	outline: none;
	color: #FFF;
	font-size: 16px;
	background-color: #20af6d;

	cursor: pointer;
}

.box-signup-form button:hover {
	background-color: #14975B;
}
