/*=== GENERAL ===*/

.main_content_title {
	display: flex;
	align-items: center;
}

.main_content_title h1 {
	font-size: 24px;
	line-height: 24px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	color: #093F68;
}

.main_content_title .cta {
	margin-left: auto;
	background: #fff;
}

body.account .main_wrapper {
	display: flex;
}


input[type="submit"] {
	width: 100%;
	margin-top: 20px;
}

.large_block {
	background: #fff;
	border: solid 1px #DDDFE4;
	margin-top: 40px;
	border-radius: 8px;
	padding: 40px 20px;
}

.medium_block {
	background: #fff;
	border: solid 1px #DDDFE4;
	border-radius: 8px;
	max-width: 950px;
	margin: 40px auto;
	overflow: hidden;
	padding: 40px 20px;
}

.small_block {
	background: #fff;
	border: solid 1px #DDDFE4;
	border-radius: 8px;
	max-width: 600px;
	margin: 40px auto;
	padding: 40px 20px 80px;
}

.small_block .block_content {
	max-width: 370px;
	margin: 0 auto;
}

.block_title {
	font-size: 20px;
	line-height: 16px;
	color: #093F68;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 25px;
	border-bottom: solid 1px #DDDFE4;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
}

.block_title:first-child {
	margin-top: 0;
}

.block_subline {
	line-height: 22px;
	color: #A8ADB9;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.block_subline.with_illus {
	padding-top: 170px;
}

.large_block.splitted {
	display: flex;
	align-items: center;
	justify-content: center;
}

.large_block.splitted .left,
.large_block.splitted .right {
	position: relative;
	flex: 1;
	padding: 0 20px;
	box-sizing: border-box;
}

.large_block.splitted .right:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #DDDFE4;
}

.small_block .popup_intro {
	text-align: center;
}

.small_block .popup_intro .subline {
	font-family: 'sonny_regular', arial, sans-serif;
}

.status_container {
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0px;
}

.status_container .title {
	font-size: 24px;
	line-height: 24px;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	padding-top: 136px;
	position: relative;
	display: block;
}

.status_container .title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 104px;
	height: 96px;
	margin-left: -52px;
	background: url(../images/illus_coins.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.status_container.failed .title:before {
	background: url(../images/illus_coins_failed.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.status_container .subline {
	line-height: 22px;
	color: #A8ADB9;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.status_container .success_action {
	display: flex;
	margin: 40px -8px 0;
}

.status_container .success_action a {
	margin: 0 8px;
	flex: 1;
}

.input_curr .active_currency {
	position: absolute;
	right: 20px;
	top: 30px;
	cursor: pointer;
	font-family: 'sonny_regular', arial, sans-serif;
	font-size: 14px;
}

.input_curr .active_currency span {
	position: relative;
	top: -10px;
}

.input_curr .active_currency img {
	padding-right: 4px;
	height: 20px;
	position: relative;
	top: 5px;
}

.input_curr.open .dropdown_currency,
.input_account.open .dropdown_bank_account {
	display: block;
}

.input_account.open .select_account::before {
	background: url(../images/icon_chevron_top_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.active_currency:before {
	top: 1px;
}

.input_curr.open .active_currency:before {
	background: url(../images/icon_chevron_top_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}


/*=== BANK CARD ITEM ===*/

.bank_card_item {
	width: 100%;
	max-width: 350px;
	height: 200px;
	background: url(../images/bank_card_bg.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	border-radius: 15px;
	padding: 40px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.bank_card_item .card_holder {
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	flex: 0 0 100%;
}

.bank_card_item .card_number {
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3px;
	flex: 0 0 100%;
	color: #B9C8D4;
	align-self: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.bank_card_item .card_number .see_number,
.bank_card_item .card_number .unsee_number {
	position: relative;
	width: 24px;
	height: 16px;
	cursor: pointer;
	margin-left: 10px;
}

.bank_card_item .card_number .see_number:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 16px;
	background: url(../images/icon_eye_open_light.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.bank_card_item .card_number .unsee_number:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 16px;
	background: url(../images/icon_eye_close_light.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.bank_card_item .card_curr {
	flex: 0 0 100%;
	align-self: flex-end;
	display: flex;
}

.bank_card_item .card_curr img {
	padding-right: 4px;
	height: 20px;
	position: relative;
	top: 5px;
}

.bank_card_item .card_curr .curr_active {
	padding-right: 30px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-left: auto;
	cursor: pointer;
}

.bank_card_item .card_curr .curr_active:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 4px;
	background: url(../images/icon_more_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	top: 50%;
	right: 0;
	margin-top: -2px;
}

.bank_card_item .card_curr .card_dropdown {
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	-webkit-box-shadow: 0 9px 28px 1px rgba(9, 63, 104, .05);
	box-shadow: 0 9px 28px 1px rgba(9, 63, 104, .05);
	position: absolute;
	right: 0;
	bottom: -40px;
	display: none;
}

.bank_card_item .card_curr.open .card_dropdown {
	display: block;
}

.bank_card_item .card_curr .card_dropdown a {
	color: #545E75;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.bank_card_item .card_curr .card_dropdown a:last-child {
	margin-bottom: 0;
}

/*=== TRADE DETAILS ===*/

.trade_detail {
	max-width: 360px;
	margin: 0 auto;
}

.trade_detail .header_trade {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #DDDFE4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.trade_detail .header_trade .title {
	font-size: 20px;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
}

.trade_detail .header_trade .download {
	margin-left: auto;
	font-size: 14px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #093F68;
	position: relative;
	padding-left: 30px;
}

.trade_detail .header_trade .download:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/icon_download_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.form_trade .input_wrapper {
	position: relative;
}

.form_trade .currency_label {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 14px;
	color: #A8ADB9;
	font-family: 'sonny_bold', arial, sans-serif;
	z-index: 10;
	font-weight: bold;
}

.form_trade .currency_label img {
	padding-right: 4px;
	height: 20px;
	position: relative;
	top: 5px;
}

.block_header {
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	color: #A8ADB9;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #DDDFE4;
}

.sidebar {
	max-width: 300px;
	width: 30%;
	background: #093F68;
	height: 100vh;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
	position: fixed;
	left: 0;
	top: 0;
}

.main_content {
	background: #F0FFFD url(../images/bg_globe_light_mob.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	min-height: 100vh;
	width: calc(100% - 300px);
	padding: 40px 20px;
	box-sizing: border-box;
	margin-left: 300px;
	position: relative;
}

.fullscreen .main_content {
	margin-left: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.fullscreen .main_content .small_block {
	width: 100%;
}

.fullscreen .main_content {
	background: #F0FFFD url(../images/bg_globe_light.svg) no-repeat center center;
	height: 100vh;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fullscreen header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	padding: 40px 100px;
	box-sizing: border-box;
	align-content: center;
	z-index: 10;
}

.fullscreen header .close {
	position: relative;
	margin-left: auto;
	width: 25px;
	height: 25px;
}

.fullscreen header .close:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../images/icon_close_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	top: 0;
	left: 0;
}

/*=== POPUP ===*/

.popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(84, 94, 117, .5);
	z-index: 100;
	justify-content: center;
	align-items: center;
	opacity: 0;
	display: none;
}

.popup.open {
	opacity: 1;
	display: flex;
}

.popup_content .close {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 18px;
	height: 18px;
	background: url(../images/icon_close_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	cursor: pointer;
}

.popup_content {
	padding: 80px 100px;
	background: #fff;
	border: solid 1px #DDDFE4;
	border-radius: 8px;
	position: relative;
	max-width: 560px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.popup_intro {
	margin-bottom: 25px;
}

.popup_intro .popup_title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #093F68;
	font-family: 'sonny_regular', arial, sans-serif;
	margin-bottom: 5px;
}

.popup_intro .subline {
	color: #A8ADB9;
	font-size: 14px;
	line-height: 18px;
}

.popup_actions {
	display: flex;
	margin: 30px -8px 0;
}

.popup_actions a {
	flex: 1;
	margin: 0 8px;
}

/*=== TABLE ===*/

.table_wrapper {
	padding: 20px 15px;
}

.table_header {
	font-family: 'sonny_regular', arial, sans-serif;
	display: flex;
}

.table_header {
	color: #A8ADB9;
	margin-bottom: 15px;
}

.table_header a {
	margin-left: auto;
	text-decoration: underline;
	color: #093F68;
}

.table_header .header_links,
.table_header .sort_links {
	margin-left: auto;
	position: relative;
}

.table_header .header_links a {
	margin-left: 40px;
}

.table .head {
	background: #CDD8E0;
	padding: 25px;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.table .head .order_icon {
	padding-right: 20px;
	position: relative;
}

.table .head .order_icon[data-step="1"]:before {
	background: url(../images/icon_reorder_dark.svg) no-repeat center center;
}

.table .head .order_icon[data-step="2"]:before {
	background: url(../images/icon_reorder_reverse_dark.svg) no-repeat center center;
}

.table .head .order_icon[data-step="0"]:before,
.table .head .order_icon:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 17px;
	background: url(../images/icon_reorder_empty_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: 0;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}

.table .line {
	padding: 15px 25px;
	border-bottom: solid 1px #DDDFE4;
	font-size: 14px;
	font-family: 'sonny_regular', arial, sans-serif;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	position: relative;
}

.table .line:last-child {
	padding: 15px 25px 0;
	border-bottom: none;
}

.table .line .currency img {
	padding-right: 4px;
	height: 20px;
	position: relative;
	top: 5px;
}

.table .line .links {
	margin-left: auto;
	width: auto;
	display: flex;
	align-items: center;
}

.table .line .link {
	margin-right: 25px;
	margin-left: auto;
	display: block;
}

.table .line .link:last-child {
	margin-right: 0;
}

.table .line .link a {
	text-decoration: underline;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	position: relative;
	padding-left: 34px;
}

.table .line .deposit a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: -3px;
	background: url(../images/icon_deposit_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.table .line .withdraw a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: -3px;
	background: url(../images/icon_withdraw_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.table .line .cancel a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: -3px;
	background: url(../images/icon_close_circle_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.table .line .download a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: -3px;
	background: url(../images/icon_download_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.table .line .show_detail a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 16px;
	background: url(../images/icon_eye_open.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.table .line .delete {
	margin: 0;
	padding-left: 25px;
	position: relative;
	font-size: 0;
}

.table .line .delete:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #DDDFE4;
	left: 0;
	top: 0;
}

.table .line .delete a {
	padding: 0;
	width: 19px;
	height: 21px;
	display: block;
}

.table .line .delete a:before {
	content: '';
	position: absolute;
	width: 19px;
	height: 21px;
	left: 0;
	top: 0;
	background: url(../images/icon_trash_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

/*=== SIDEBAR MENU ===*/

.sidebar .logo img {
	width: 100%;
	max-width: 62px;
}

.sidebar .main_menu {
	margin-top: 20px;
	display: inline-block;
}

.sidebar .main_menu li {
	margin-top: 20px;
}

.sidebar .main_menu li a:after {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: 2px;
	height: 0;
	background: transparent;
}

.sidebar .main_menu li.active a:after,
.sidebar .main_menu li a:hover:after {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #68E1FD;
}

.sidebar .main_menu li a {
	color: #fff;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}

.sidebar .main_menu li.active a {
	color: #68E1FD;
}

.sidebar .main_menu li a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
}

.sidebar .main_menu li.balance a:before {
	background: url(../images/icon_balance_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.balance.active a:before {
	background: url(../images/icon_balance_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.convert a:before {
	background: url(../images/icon_convert_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.convert.active a:before {
	background: url(../images/icon_convert_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.deposit a:before {
	background: url(../images/icon_deposit_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.deposit.active a:before {
	background: url(../images/icon_deposit_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.withdraw a:before {
	background: url(../images/icon_withdraw_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.withdraw.active a:before {
	background: url(../images/icon_withdraw_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.settlement a:before {
	background: url(../images/icon_settlement_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.settlement.active a:before {
	background: url(../images/icon_settlement_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.bank a:before {
	background: url(../images/icon_bank_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.bank.active a:before {
	background: url(../images/icon_bank_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.recipients a:before {
	background: url(../images/icon_recipients_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.recipients.active a:before {
	background: url(../images/icon_recipients_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.history a:before {
	background: url(../images/icon_history_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .main_menu li.history.active a:before {
	background: url(../images/icon_history_blue.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.sidebar .logout {
	margin-top: auto;
}

.sidebar .logout_submenu {
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	display: none;
}

.sidebar .logout_submenu li {
	margin-bottom: 15px;
	display: block;
}

.sidebar .logout_submenu li:last-child {
	margin-bottom: 0px;
}

.sidebar .logout_submenu a {
	font-size: 14px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	color: #545E75;
}

.sidebar .logout_submenu .logout_link {
	padding-top: 15px;
	border-top: solid 1px #DDDFE4;
}

.sidebar .logout.open .logout_submenu {
	display: block;
	animation: fadeIn;
	animation-duration: 0.5s;
}

.sidebar .account_user {
	cursor: pointer;
	font-size: 18px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	color: #F0FFFD;
	display: block;
	position: relative;
	padding-top: 15px;
	border-top: solid 1px #F0FFFD;
}

.sidebar .account_user:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	background: url(../images/icon_chevron_top_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: 0;
	top: 22px;
}

.sidebar .logout.open .account_user:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	background: url(../images/icon_chevron_down_light.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: 0;
	top: 22px;
}

/*=== BALANCE ===*/

.large_block.balance_block {
	padding: 0;
}

.balance_header {
	padding: 25px;
	background: #093F68 url(../images/bg_head_table.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	color: #fff;
}

.balance_header span.label {
	font-family: 'sonny_regular', arial, sans-serif;
	margin-bottom: 15px;
	display: block;
}

.balance_value {
	display: flex;
}

.balance_value .flag {
	width: 48px;
	height: 48px;
	text-align: center;
	background: #F0FFFD;
	border-radius: 50%;
	display: flex;
	font-size: 32px;
	align-items: center;
	justify-content: center;
}

.balance_value .flag img {
	height: 40px;
}

.balance_value .amount_block {
	margin-left: 15px;
}

.balance_value .amount_block span {
	display: block;
	font-size: 12px;
}

.balance_value .amount_block .amount {
	font-size: 30px;
	color: #68E1FD;
	font-family: 'sonny_regular', arial, sans-serif;
	margin-bottom: 5px;
}

.table .balance,
.table .currency {
	width: 35%;
}

/*=== CONVERT ===*/

.convert .large_block {
	overflow: initial;
}

.convert .block_title {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: none;
}

.converter_block {
	display: flex;
}

.converter_block .convert_start,
.converter_block .convert_end,
.converter_block .convert_action {
	flex: 1;
	position: relative;
}

.converter_block .convert_start:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 11px;
	background: url(../images/icon_exchange_dark.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: -45px;
	top: 23px;
}

.converter_block .convert_start {
	margin-right: 70px;
}

.converter_block .simple_select.currency_select .custom-select-trigger {
	padding-top: 0;
}

.converter_block .select_wrapper select {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.converter_block .select_label {
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: auto;
	padding-left: 84px;
	box-sizing: border-box;
	font-size: 14px;
}

.converter_block .select_block .select_label:after {
	top: 3px;
}

.converter_block input {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.convert_action {
	margin-left: 20px;
}

.convert_action .cta {
	width: 100%;
}

.convert_info {
	margin-top: 30px;
}

.convert_info div {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #DDDFE4;
}

.convert_info div:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.convert_action span {
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
}

.convert_action span.label {
	color: #A8ADB9;
}

.convert_action span.value {
	margin-left: auto;
}

.convert .popup .convert_summary {
	border-radius: 8px;
	background: #DDDFE4;
}

.convert .popup .sum_currency {
	padding: 20px;
	background: #F8F9FA;
	border: solid 1px #DDDFE4;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px;
	display: flex;
}

.convert .popup .sum_currency .currency {
	position: relative;
	top: -5px;
}

.convert .popup .sum_currency .currency img {
	padding-right: 4px;
	height: 20px;
	position: relative;
	top: 5px;
}

.convert .sum_currency div {
	display: flex;
	align-items: center;
	flex: 1;
}

.currency_from {
	position: relative;
	padding-right: 20px;
}

.currency_from:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 15px;
	background: url(../images/icon_arrow_right_grey.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: -15px;
	top: 0;
}

.currency_to {
	padding-left: 30px;
}

.convert .sum_currency span.amount {
	font-size: 18px;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}

.convert .sum_currency span.currency {
	font-size: 12px;
	font-family: 'sonny_regular', arial, sans-serif;
}

.convert .rate_block {
	padding: 15px 20px;
	display: flex;
}

.convert .rate_block .label {
	color: #A8ADB9;
	font-family: 'sonny_regular', arial, sans-serif;
}

.convert .rate_block .value {
	margin-left: auto;
	font-family: 'sonny_regular', arial, sans-serif;
}

/*=== DEPOSIT ===*/

.deposit .large_block.splitted {
	align-items: unset;
}

.deposit .deposit_from,
.deposit .deposit_to {
	max-width: 350px;
	margin: 0 auto;
}

.dropdown_bank_account {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 9px 28px 1px rgba(9, 63, 104, .05);
	box-shadow: 0 9px 28px 1px rgba(9, 63, 104, .05);
	padding: 20px;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: none;
	z-index: 10;
}

.dropdown_bank_account .account_item {
	display: flex;
	font-family: 'sonny_regular', arial, sans-serif;
	align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.dropdown_bank_account .account_name,
.dropdown_bank_account .account_no {
	cursor: pointer;
}

.dropdown_bank_account .account_item .see_account {
	width: 18px;
	height: 13px;
	margin-left: 10px;
	background: url(../images/icon_eye_close.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.dropdown_bank_account .account_item .unsee_account {
	width: 18px;
	height: 12px;
	margin-left: 10px;
	background: url(../images/icon_eye_open.svg) no-repeat center center;
	cursor: pointer;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.dropdown_bank_account .account_item .account_no {
	margin-left: auto;
}

.select_account {
	position: absolute;
	right: 20px;
	top: 30px;
	cursor: pointer;
	font-family: 'sonny_regular', arial, sans-serif;
	font-size: 14px;
}

.select_account:before {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 15px;
	height: 8px;
	background: url(../images/icon_chevron_down_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.dropdown_bank_account .add_account {
	padding-top: 15px;
	border-top: solid 1px #DDDFE4;
	text-align: right;
}

.dropdown_bank_account .add_account a {
	font-family: 'sonny_regular', arial, sans-serif;
	font-size: 14px;
	color: #A8ADB9;
	text-decoration: underline;
}

.deposit .select_wrapper select,
.withdraw .select_wrapper select {
	padding: 0 20px;
}

.deposit .select_block .select_label:after {
	top: 12px;
	right: 12px;
}

/*=== BANK ACCOUNT ===*/

.bank .block_subline.with_illus {
	margin-top: 40px;
}

.bank .block_subline.with_illus:before {
	content: '';
	position: absolute;
	background: url(../images/illus_bank_card.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 209px;
	height: 129px;
	left: 50%;
	top: 0;
	margin-left: -105px;
}

.bank .add_recipient .block_subline.with_illus:before {
	background: url(../images/illus_bank_card_business.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.bank .large_block.bank_account_block {
	padding: 0;
}

.bank .bank_card_block {
	padding: 25px 15px 0;
}

.bank .bank_card_block .list_title {
	color: #A8ADB9;
	margin-bottom: 15px;
	font-family: 'sonny_regular', arial, sans-serif;
	display: block;
}

.bank_card_block .card_list {
	display: flex;
	margin: 0 -10px;
}

.bank_card_block .bank_card_item {
	flex: 1;
	max-width: initial;
	margin: 0 10px;
}

/* BANK ACCOUNT TABLE */

.bank .table_wrapper .holder,
.bank .table_wrapper .account_no {
	width: 25%;
	min-width: 180px;
}

.bank .table_wrapper .method {
	width: 15%;
}

.bank .table_wrapper .line .links {
	margin-left: auto;
	display: flex;
}

.bank .popup .bank_card_item,
.recipients .popup .bank_card_item,
.recipients .small_block .bank_card_item {
	margin-bottom: 40px;
}

.bank .popup .bank_card_item .card_holder,
.recipients .popup .bank_card_item .card_holder,
.bank .small_block .bank_card_item .card_holder,
.recipients .small_block .bank_card_item .card_holder {
	text-align: left;
}

.bank .popup .bank_card_item .card_curr,
.bank .small_block .bank_card_item .card_curr,
.recipients .popup .bank_card_item .card_curr,
.recipients .small_block .bank_card_item .card_curr {
	justify-content: flex-end;
	font-size: 14px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
}

.bank .bank_card_added,
.recipients .bank_card_added {
	text-align: center;
}

.bank .bank_card_added .bank_card_item,
.recipients .bank_card_added .bank_card_item {
	max-width: 100%;
	margin: 40px 0;
}

.bank .bank_card_added .bank_card_item .card_curr {
	justify-content: flex-end;
}

/*=== RECIPIENTS ===*/

.recipients .block_subline.with_illus:before {
	content: '';
	position: absolute;
	background: url(../images/illus_bank_card_business.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 209px;
	height: 129px;
	left: 50%;
	top: 0;
	margin-left: -105px;
}

.recipients .bank_card_block {
	padding: 25px 15px 0;
}

.recipients .large_block.recipients_block {
	padding: 0;
}

.recipients .bank_card_block .list_title {
	color: #A8ADB9;
	margin-bottom: 15px;
	font-family: 'sonny_regular', arial, sans-serif;
	display: block;
}

.recipients .bank_card_item {
	overflow: hidden;
}

.recipients .bank_card_item .business_tag {
	width: 0;
	height: 0;
	border-top: 100px solid #68E1FD;
	border-left: 100px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.recipients .bank_card_item .business_tag span {
	color: #093F68;
	position: absolute;
	top: -70px;
	right: 0;
	font-size: 14px;
	line-height: 14px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	transform: rotate(45deg);
}

/* RECIPIENTS TABLE */

.history .table_title,
.recipients .table_title {
	position: relative;
}

.history .table_title span,
.recipients .table_title span {
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.history .table_title span:before,
.recipients .table_title span:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	background: url(../images/icon_chevron_down_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.history .table_title.open span:before,
.recipients .table_title.open span:before {
	background: url(../images/icon_chevron_top_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.history .table_title .recipients_dropdown,
.recipients .table_title .recipients_dropdown {
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0 9px 28px 1px rgba(9, 63, 104, 0.1);
	box-shadow: 0 9px 28px 1px rgba(9, 63, 104, 0.1);
	border-radius: 8px;
	min-width: 200px;
	display: none;
	z-index: 20;
}

.history .table_title.open .recipients_dropdown,
.recipients .table_title.open .recipients_dropdown {
	display: block;
}

.history .table_title .recipients_dropdown span,
.recipients .table_title .recipients_dropdown span {
	display: block;
	cursor: pointer;
	margin-bottom: 15px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	color: #545E75;
	font-size: 14px;
}

.history .table_title .recipients_dropdown span.active,
.history .table_title .recipients_dropdown span:hover,
.recipients .table_title .recipients_dropdown span.active,
.recipients .table_title .recipients_dropdown span:hover {
	color: #68E1FD;
}


.history .table_title .recipients_dropdown span:last-child,
.recipients .table_title .recipients_dropdown span:last-child {
	margin-bottom: 0px;
}

.history .table_title .recipients_dropdown span:before,
.recipients .table_title .recipients_dropdown span:before {
	display: none;
}

.recipients .table_header .filter {
	color: #093F68;
	font-family: 'sonny_regular', arial, sans-serif;
	margin-left: 5%;
}

.recipients .table_header .filter span {
	margin: 0 5px;
	cursor: pointer;
}

.recipients .table_wrapper .holder,
.recipients .table_wrapper .account_no {
	width: 20%;
	min-width: 180px;
}

.recipients .table_wrapper .method,
.recipients .table_wrapper .type {
	width: 10%;
}

.recipients .table_wrapper .line .links {
	margin-left: auto;
	display: flex;
}

/*=== HISTORY ===*/

#loader-history {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 150px;
	background: url(../images/loader_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border-radius: 8px;
	background-size: 400px;
}

.history .large_block .table {
	position: relative;
}

.history .large_block .table.loading .line {
	display: none;
}

.history .small_block .block_subline {
	position: relative;
	padding-top: 150px;
}

.history .small_block .status_container {
	padding: 40px 0 90px;
}

.history .block_subline.with_illus:before {
	content: '';
	position: absolute;
	background: url(../images/illus_history.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 189px;
	height: 110px;
	left: 50%;
	top: 0;
	margin-left: -94px;
}

/* HISTORY TABLE */

.history .header_links .label,
.history .sort_links .label {
	display: none;
	color: #A8ADB9;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.history .header_links .label:before,
.history .sort_links .label:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	background: url(../images/icon_chevron_down_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.history .header_links.open .label:before .history .sort_links.open .label:before {
	background: url(../images/icon_chevron_top_gray.svg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.history .header_links .links_dropdown span {
	margin-left: 40px;
	text-decoration: underline;
	color: #093F68;
	cursor: pointer;
}


.history .table_wrapper .time,
.history .table_wrapper .value {
	width: 20%;
	padding-right: 10px;
}

.history .table_wrapper .type,
.history .table_wrapper .status,
.history .table_wrapper .currency {
	width: 9%;
	padding-right: 10px;
}

.history .table_wrapper .value {
	text-align: right;
}

.history .table_wrapper .line .links {
	margin-left: auto;
	width: auto;
	display: flex;
}

/*=== ACCOUNT PROFILE ===*/

.profile .change_email {
	display: block;
	text-align: right;
}

.profile .change_email a {
	text-decoration: underline;
	color: #093F68;
	font-size: 12px;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
	display: inline-block;
}

.profile .small_block.emaiL_verif {
	padding: 80px 20px 240px;
}

/*=== ACCOUNT PROFILE POPUP ===*/

.bg_globe {
	display: flex;
}

.bg_globe .main_wrapper {
	align-items: center;
	justify-content: center;
	flex: 1;
}

.single_block_page_content {
	text-align: center;
}

.single_block_page_content span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #A8ADB9;
	font-family: 'sonny_regular', arial, sans-serif;
}

.single_block_page_content span.light_blue {
	color: #68E1FD;
}

.single_block_page_content a.send_again {
	margin-top: 80px;
	color: #093F68;
	font-family: 'sonny_bold', arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
}

.remember_forgot {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

a.forgot {
	font-size: 14px;
	color: #093F68;
	text-decoration: underline;
	font-family: 'sonny_regular', arial, sans-serif;
	margin-left: auto;
}

/*=== RESPONSIVE ===*/

@media screen and (min-width: 768px) {

	.sidebar .main_menu li a:after,
	.recipients .table_title .recipients_dropdown span {
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
	}
}

@media screen and (max-width: 1300px) {

	.table .line .link {
		margin-right: 10px;
	}

	.table .line .link a {
		font-size: 0;
		display: inline-block;
		height: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.sidebar {
		max-width: 250px;
	}

	.main_content {
		margin-left: 250px;
		width: 100%;
	}

	.table .line .links {
		width: 50%;
	}

	.table .line .link {
		margin-right: 0px;
	}

	.fullscreen header {
		padding: 20px 20px;
	}

	/*=== BALANCE ===*/

	.table .balance,
	.table .currency {
		width: 25%;
	}

	/*=== BANK ACCOUNT ===*/

	.bank .table_wrapper .holder,
	.bank .table_wrapper .account_no {
		width: 20%;
		min-width: initial;
	}

	.bank .table_wrapper .method {
		width: 15%;
	}

	.bank .table_wrapper .line .links {
		width: 45%;
	}

}

@media screen and (max-width: 768px) {

	header.hide_desktop {
		display: flex !important;
		align-items: center;
		z-index: 10;
	}

	.close_menu {
		display: block;
	}

	.header_logo {
		max-width: 75px;
	}

	.burger_menu {
		display: block;
	}

	h1,
	.status_container .title {
		font-size: 20px !important;
	}

	body.account .main_wrapper {
		display: flex;
		flex-direction: row-reverse;
	}

	/* SIDEBAR */

	.sidebar {
		max-width: 250px;
		position: fixed;
		width: 100%;
		z-index: 100;
		left: initial;
		right: -250px;
		display: none;
	}

	.sidebar_open .sidebar {
		right: 0;
		display: block;
		animation: fadeInRight;
		animation-duration: 0.5s;
	}

	.sidebar_open .sidebar_overlay {
		background: rgba(84, 94, 117, .5);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		/* 隐藏遮罩 */
		z-index: 99;
	}

	.sidebar_open .main_content {
		margin-right: 250px;
		position: fixed;
	}

	.sidebar .logo {
		display: none;
	}

	.sidebar .main_menu li a {
		font-size: 14px;
	}

	.sidebar .logout {
		margin-top: 15px;
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.sidebar .logout_submenu {
		padding: 15px 0;
		background: transparent;
		border-radius: 0;
		border-top: solid 1px #fff;
		display: block;
		animation: fadeInRight;
		animation-duration: 1s;
	}

	.sidebar .logout_submenu a {
		margin-bottom: 15px;
		color: #fff;
	}

	.sidebar .logout_submenu .logout_link {
		padding-top: 0;
		border-top: none;
	}

	.sidebar .account_user {
		cursor: initial;
		margin-top: auto;
	}

	.sidebar .account_user:before {
		display: none;
	}

	/* MAIN CONTENT */

	.main_content {
		margin-top: 80px;
		margin-left: 0;
		width: 100%;
		padding-top: 0;
		min-height: auto;
	}

	.large_block,
	.medium_block,
	.small_block {
		margin-top: 25px;
	}

	.table .head {
		padding: 15px;
	}

	.table_title,
	.table_header a {
		font-size: 12px;
	}

	.table .line {
		padding: 15px;
		font-size: 12px;
	}

	.show_more {
		position: absolute !important;
		right: 10px;
		top: 50%;
		margin-top: -12px;
		width: 18px !important;
		height: 24px;
		cursor: pointer;
	}

	.show_more:before {
		content: '';
		position: absolute;
		width: 18px;
		height: 4px;
		background: url(../images/icon_more_dark.svg) no-repeat center center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		top: 50%;
		left: 0;
		margin-top: -2px;
	}

	.table .line .links {
		position: absolute;
		background: #fff;
		border-radius: 8px;
		right: 0px;
		top: calc(50% + 10px);
		padding: 15px;
		display: block;
		width: auto;
		min-width: 130px;
		-webkit-box-shadow: 0 9px 28px 1px rgba(9, 63, 104, 0.1);
		box-shadow: 0 9px 28px 1px rgba(9, 63, 104, 0.1);
		display: none !important;
		box-sizing: border-box;
		max-width: 200px;
	}

	.table .line .links.open {
		display: block !important;
		z-index: 20;
	}

	.table .line .link a {
		padding-left: 0;
		text-decoration: none;
		color: #545E75;
		display: inline-block;
		font-size: 14px;
		height: auto;
	}

	.table .line .link a:before {
		display: none;
	}

	.table .line .link {
		margin-top: 15px;
	}

	.table .line .delete {
		padding-left: 0;
		margin-left: 0;
		font-size: 14px;
	}

	.table .line .delete a {
		width: auto;
	}

	.table .line .delete:before {
		display: none;
	}

	.table .line span:first-child {
		margin-top: 0px;
	}

	.table .line:last-child {
		padding: 15px 15px 0;
		border-bottom: none;
	}

	/*=== BALANCE ===*/

	.balance_header span.label {
		font-size: 14px;
		line-height: 12px;
	}

	.balance_value .flag {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}

	.balance_value .amount_block {
		margin-left: 10px;
	}

	.balance_value .amount_block .amount {
		font-size: 24px;
	}

	/*=== CONVERT TRADE SUCCESS ===*/

	.trade_detail .header_trade .title {
		font-size: 18px;
	}

	.trade_detail .header_trade a {
		font-size: 12px;
	}

	/*=== BANK ACCOUNT ===*/

	.bank .table_wrapper .holder,
	.bank .table_wrapper .account_no,
	.bank .table_wrapper .method {
		width: 30%;
		padding-right: 20px;
		box-sizing: border-box;
	}

	/*=== RECIPIENTS ===*/

	.recipients .table_header .filter {
		font-size: 12px;
	}

	.recipients .table_wrapper .holder,
	.recipients .table_wrapper .account_no,
	.recipients .table_wrapper .method {
		padding-right: 20px;
		box-sizing: border-box;
	}

	.recipients .table_wrapper .method,
	.recipients .table_wrapper .type {
		width: 20%;
	}

}

@media screen and (max-width: 480px) {

	.large_block.splitted {
		display: block;
	}

	.large_block.splitted .left,
	.large_block.splitted .right {
		padding: 0;
	}

	.large_block.splitted .right {
		margin-top: 40px;
		border-top: solid 1px #DDDFE4;
		padding-top: 40px;
	}

	.large_block.splitted .right:before {
		display: none;
	}

	.block_title {
		font-size: 18px;
	}

	/*=== BANK CARD ITEM ===*/

	.bank_card_item {
		width: 100%;
		height: 180px;
		padding: 25px 30px;
	}

	.bank_card_item .card_holder,
	.bank .popup .bank_card_item .card_curr {
		font-size: 12px;
	}

	.bank_card_item .card_number {
		font-size: 16px;
	}

	/*=== POPUP ===*/

	.popup {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.popup_content {
		padding: 60px 20px 40px;
	}

	.popup_intro .popup_title {
		font-size: 20px;
	}

	.popup_actions {
		margin-top: 30px;
	}

	/*=== TABLE ===*/

	.table_header {
		border-bottom: solid 1px #DDDFE4;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.table .head {
		display: none;
	}

	.table .line,
	.table .line span {
		display: block;
		width: 100%;
		position: relative;
	}

	.table .line span {
		margin-top: 10px;
	}

	.table .line .show_more {
		margin-top: -12px;
	}

	/*=== CONVERT ===*/

	.converter_block {
		flex-wrap: wrap;
	}

	.converter_block .convert_start {
		margin-right: 40px;
	}

	.converter_block .convert_start:before {
		right: -30px;
	}

	.converter_block .convert_action {
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.converter_block .select_wrapper select,
	.converter_block input {
		padding: 0 15px;
	}

	.converter_block .convert_start .select_wrapper select {
		padding: 0 15px 15px;
	}

	.converter_block .convert_start .select_block .select_label:after {
		top: -18px;
	}

	.converter_block .select_label {
		left: 0;
		margin-top: 10px;
		padding-left: 20px;
		font-size: 12px;
	}

	.converter_block .select_block .select_label:after {
		top: -10px;
	}

	.convert_info div {
		font-size: 14px;
	}

	.convert .rate_block {
		padding: 10px 10px 15px;
		font-size: 14px;
	}

	.convert .popup .sum_currency {
		padding: 12px 15px;
	}

	.convert .sum_currency div {
		display: block;
		text-align: left;
	}

	.convert .sum_currency span.amount {
		font-size: 16px;
		display: block;
		margin-bottom: 5px;
	}

	/*=== CONVERT TRADE SUCCESS ===*/

	.status_container {
		padding: 0;
	}

	/*=== BANK ACCOUNT ===*/

	.bank_card_block .bank_card_item {
		margin: 0;
	}

	.bank .table_wrapper .holder,
	.bank .table_wrapper .account_no {
		width: 100%;
		min-width: initial;
	}

	.bank .table_wrapper .line .links.open {
		display: block;
		width: 100%;
		max-width: 150px;
	}

	/*=== RECIPIENTS ===*/

	.recipients .table_wrapper {
		position: relative;
	}

	.recipients .table_header .filter {
		position: absolute;
		right: 15px;
		top: 40px;
		margin-left: 0;
	}

	.recipients .table_header .filter span {
		display: block;
		margin: 15px 0;
		text-align: center;
		color: #A8ADB9;
	}

	.recipients .table {
		padding-right: 30px;
	}

	.table_wrapper .holder,
	.table_wrapper .account_no {
		color: #545E75;
		font-family: 'sonny_bold', arial, sans-serif;
		font-weight: bold;
	}

	.table_wrapper .method,
	.table_wrapper .type {
		color: #A8ADB9;
		font-size: 12px;
		font-family: 'sonny_book', arial, sans-serif;
	}

	/*=== HISTORY ===*/

	.history .header_links .label,
	.history .sort_links .label {
		display: block;
		font-size: 12px;
	}

	.history .header_links .links_dropdown,
	.history .sort_links .links_dropdown {
		position: absolute;
		top: 25px;
		background: #fff;
		padding: 15px 20px;
		-webkit-box-shadow: 0 9px 28px 1px rgb(9 63 104 / 10%);
		box-shadow: 0 9px 28px 1px rgb(9 63 104 / 10%);
		border-radius: 8px;
		display: none;
		z-index: 20;
	}

	.history .header_links .links_dropdown {
		width: 100px;
		left: 0;
	}

	.history .sort_links .links_dropdown {
		width: 130px;
		right: 0;
	}

	.history .header_links.open .links_dropdown,
	.history .sort_links.open .links_dropdown {
		display: block;
	}

	.history .header_links .links_dropdown span,
	.history .sort_links .links_dropdown span {
		display: block;
		cursor: pointer;
		margin-bottom: 15px;
		font-family: 'sonny_bold', arial, sans-serif;
		font-weight: bold;
		color: #545E75;
		font-size: 14px;
		text-decoration: none;
		margin-left: 0;
	}

	.history .header_links .links_dropdown span.active,
	.history .header_links .links_dropdown span:hover,
	.history .sort_links .links_dropdown span.active,
	.history .sort_links .links_dropdown span:hover {
		color: #68E1FD;
	}

	.history .table_wrapper .line {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: initial;
	}

	.history .table_wrapper .time,
	.history .table_wrapper .value,
	.history .table_wrapper .type,
	.history .table_wrapper .status,
	.history .table_wrapper .currency {
		width: 100%;
		padding-right: 0px;
		text-align: left;
		color: #545E75;
	}

	.table_wrapper .type {
		color: #A8ADB9;
		font-size: 12px;
	}

	.history .table_wrapper .value {
		order: 1;
		font-size: 14px;
		font-family: 'sonny_bold', arial, sans-serif;
		font-weight: bold;
	}

	.history .table_wrapper .currency {
		order: 2;
		flex-basis: 60px;
		font-family: 'sonny_regular', arial, sans-serif;
	}

	.history .table_wrapper .type {
		order: 3;
		flex-basis: 50%;
		font-family: 'sonny_regular', arial, sans-serif;
	}

	.history .table_wrapper .time {
		order: 4;
		margin-top: 10px !important;
		flex-basis: 60%;
		color: #A8ADB9;
		font-family: 'sonny_book', arial, sans-serif;
	}

	.history .table_wrapper .status {
		order: 5;
		flex-basis: 40%;
		color: #A8ADB9;
		font-family: 'sonny_book', arial, sans-serif;
	}

}









/* ========== Sidebar Collapse Styles ========== */

/* Sidebar collapsed state */
body.sidebar-collapsed.account .sidebar {
	max-width: 70px !important;
	width: 70px !important;
}

body.sidebar-collapsed.account .main_content {
	margin-left: 70px !important;
	width: calc(100% - 70px) !important;
}

/* Logo in collapsed state */
body.sidebar-collapsed.account .sidebar .logo {
	text-align: center;
	padding: 20px 5px !important;
}

body.sidebar-collapsed.account .sidebar .logo img {
	max-width: 40px !important;
}

/* Menu items in collapsed state */
body.sidebar-collapsed.account .sidebar .main_menu li {
	text-align: center;
}

body.sidebar-collapsed.account .sidebar .main_menu li a {
	font-size: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	justify-content: center;
	display: flex;
}

/* Icons in collapsed state - keep them visible and centered */
body.sidebar-collapsed.account .sidebar .main_menu li a:before {
	position: static !important;
	left: auto !important;
	margin: 0 auto !important;
	display: block !important;
}

/* User menu in collapsed state */
body.sidebar-collapsed.account .sidebar .account_user {
	font-size: 20px !important;
	text-align: center;
	padding: 10px 5px !important;
}

body.sidebar-collapsed.account .sidebar .logout {
	text-align: center;
}

body.sidebar-collapsed.account .sidebar .logout_submenu {
	left: 70px !important;
	display: none !important;
}