.vrc-curconv-wrap {
	max-width: 400px;
}
.vrccurconvcontainer {
	display: flex;
}
.vrc_converting {
	display: inline-block;
	background: url('./images/converting.gif');
	min-width: 50px;
	min-height: 8px;
}
.vrccurconv-flag {
	display: inline-block;
	padding: 0 5px 0;
	position: relative;
}
.vrccurconv-menu {
	margin-left: auto;
	overflow: hidden;
	min-width: 100px;
}
#modcurconvsel {
	width: auto !important;
}
#vrccurconv-flag-symb {
	display: none;
}
div#flag-trigger .custom-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	width: auto;
	height: 34px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 18px;
	cursor: pointer;
	box-sizing: border-box;
}
.vrccurconv-code {
	font-family: "Poppins", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #111;
	line-height: 1;
	text-transform: uppercase;
}
.vrccurconv-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 72px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 6px 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.vrccurconv-dropdown .currency-option {
	cursor: pointer;
	padding: 8px 14px;
	transition: background 0.15s ease;
}
.vrccurconv-dropdown .currency-option:hover {
	background: rgba(191, 24, 22, 0.07);
}
.vrccurconv-dropdown .currency-option .vrccurconv-code {
	display: block;
}