body {
	background: #001b49;
	font-family: Manrope, sans-serif;
	font-size: 17px;
	color: #fefefe;
	min-width: 320px;
	line-height: 1.5em;
}

/* =========main========= */
.main {
    min-height: 100vh;
    background: url('../../../img/main_bg.jpg') no-repeat center / cover;
}
.main-wrap {
    min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
}
.main-cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-blue {
	padding: 85px 15px 95px;
	background: rgba(2, 34, 79, 0.7);
	max-width: 750px;
	width: 100%;
	border-radius: 10px;
}
.main__logo {
	display: block;
	width: 44.5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}
.main__title {
	text-align: center;
	margin-bottom: 30px;
}
.main__title * {
	margin-bottom: 0;
}
.main-form {
	max-width: 480px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main-form .global-input {
	height: 60px;
}
.main-form__btn-wrap {
	text-align: center;
	margin-top: 55px;
}
.btn_main-form {
	width: 329px;
}
.btn_main-form img {
	display: inline-block;
	width: 15px;
	margin-right: 20px;
}
.main-form__register {
	margin-top: 40px;
	display: inline-block;
}
.main-bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 750px;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 20px;
}
.main-bottom-item {
	display: inline-block;
	height: 60px;
	line-height: 1em;
}
.main-bottom-item img {
	display: inline-block;
	height: 100%;
}
.full-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
	background: url('../../../img/full-height_bg.jpg') no-repeat center bottom / 100%;
}
/* =========header========= */
.header {
	background: #00163b;
	padding: 25px 0;
}
.header__logo {
	display: inline-block;
	width: 306px;
	margin-right: 15px;
}
.header__logo img {
	display: inline-block;
	width: 100%;
}
.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-column-gap: 34px;
	-moz-column-gap: 34px;
	column-gap: 34px;
	row-gap: 10px;
	line-height: 1em;
}
.header-menu a {
	color: #a5dbf7;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu a:hover {
	color: #fefefe;
}
.header-menu a svg {
	display: inline-block;
	width: 19px;
	height: auto;
	margin-right: 10px;
}
.header-menu a svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header-menu a:hover svg * {
	fill: #fefefe;
}
.header-navbar {
	padding: 0;
}
/* =========filter-manage========= */
.filter-manage {
	padding: 30px 0 50px;
}
.filter-manage__title {
	margin-bottom: 40px;
}
.filter-manage__title * {
	margin-bottom: 0;
}
.global-table {
	width: 100%;
}
.global-table th {
	font-weight: 600;
	background: #1b3461;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.filter-manage__table tr:first-child th:first-child {
	padding-right: 20px;
	padding-left: 20px;
}
.global-table__to-from {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.global-table__to-from img {
	display: inline-block;
	width: 8px;
	margin-left: 10px;
}
.filter-manage__table tr:first-child th:last-child {
	padding-right: 40px;
}
.filter-manage__setting {
	width: 20px;
}
.filter-manage__setting svg {
	display: inline-block;
	width: 100%;
	height: auto;
}
.global-table tr:nth-child(2n) td {
	background-color: #001b49;
}
.global-table tr:nth-child(2n + 1) td {
	background-color: #0e2652;
}
.global-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	word-break: break-all;
}
.filter-manage-trans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 35px;
}
.btn_filter-manage {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.filter-manage-trans__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 40px;
	width: 25px;
}
.filter-manage-trans__link svg {
	display: inline-block;
	width: 100%;
	height: auto;
}
.filter-manage__more {
	margin-top: 35px;
	width: 100%;
}
.filter-manage__more img {
	display: inline-block;
	width: 15px;
	margin-left: 20px;
}
.footer {
	padding: 30px 0;
}
.footer .main-bottom {
	max-width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.btn_filter-manage {
	margin-right: 10px;
}
/* =========transactions========= */
.transactions {
	padding: 30px 0 50px;
}
.transactions__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn_transactions {
	padding-right: 60px;
	padding-left: 60px;
}
.btn_transactions img {
	display: inline-block;
	width: 19px;
	margin-right: 20px;
}
.transactions__table th:first-child, .transactions__table td:first-child a {
	padding-left: 20px;
}
.global-back {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	font-weight: 600;
	color: #a5dbf7;
}
.global-back:hover {
	color: #fefefe;
}
.global-back svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.global-back:hover svg * {
	fill: #fefefe;
}
.global-back svg {
	display: inline-block;
	width: 13px;
	height: auto;
	margin-right: 20px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.transactions__table td {
	padding: 0;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.transactions__table td a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}
.transactions__table td a:hover {
	color: #fefefe;
}
.transactions__table tr:hover td {
	background-color: #295f86;
}
/* =========add-filter========= */
.add-filter {
	padding: 30px 0 50px;
}
.add-filter-wrap {
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.add-filter-cont {
	background: #17305d;
	padding: 35px 55px 65px;
}
.add-filter-form {
	max-width: 480px;
	width: 100%;
}
.add-filter-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 17px;
}
.select2 {
	width: 100% !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.select2 .select2-selection {
	height: 50px !important;
	border: 1px solid #00f7ff !important;
	border-radius: 5px !important;
	color: #a5dbf7 !important;
	background: transparent !important;
}
.select2-selection__rendered {
	padding-left: 20px !important;
	padding-right: 50px !important;
	height: 100% !important;
	width: 100% !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a5dbf7 !important;
}
.select2-selection__rendered span {
	color: #a5dbf7 !important;
}
.select2-selection__arrow {
	width: 50px !important;
	height: 100% !important;
}
.select2-selection__arrow b {
	border-color: #00f7ff transparent transparent transparent !important;
	border-width: 6px 5px 0 5px !important;
	margin: 0 !important;
	-webkit-transform: rotate(0deg) translate(-50%, -50%);
	-ms-transform: rotate(0deg) translate(-50%, -50%);
	transform: rotate(0deg) translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.select2.select2-container--open .select2-selection__arrow b {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
}
.select2.select2-container--open .select2-selection {
	border-radius: 5px 5px 0 0 !important;
}
.global-select-parent {
	position: relative;
}
.global-select-drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.global-select-drop .select2-container {
	position: static !important;
}
.global-select-drop .select2-dropdown {
	position: static !important;
	background: #17305d !important;
	border-color: #00f7ff !important;
}
.select2-results__options li {
	padding-left: 20px;
	color: #a5dbf7;
}
.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}
.add-filter-col .global-field {
	margin: 0;
}
.add-filter-row, .add-filter-form-bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-webkit-column-gap: 17px;
	-moz-column-gap: 17px;
	column-gap: 17px;
}
.add-filter-form-bottom {
	margin-top: 50px;
}
.btn_add-filter img {
	display: inline-block;
	width: 20px;
	margin-right: 20px;
}
.btn_add-filter2 img {
	display: inline-block;
	width: 13px;
	margin-right: 20px;
}
.global-calendar {
	background: transparent url('../../../img/anteater_svg/calendar.svg') no-repeat calc(100% - 15px) center / 19px;
}
.ui-datepicker {
	background: #17305d;
	border-color: #00f7ff !important;
}
.ui-datepicker-header {
	background: #203f77;
	border-color: #00f7ff;
}
.ui-widget-header, .ui-widget-content {
	color: #fefefe;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #fefefe;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #203f77;
	border-color: #00f7ff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #00f7ff;
}
.ui-datepicker-header .ui-state-hover {
	background-color: transparent;
	border-color: transparent;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("../../../img/ui-icons_444444_256x240.png");
}
.ui-datepicker-calendar .ui-state-hover {
	background-color: #00f7ff;
}
.main_dragon {
	background-image: url('../../../img/main_dragon_bg.jpg');
}
.main_dragon .main__logo {
	width: 53.5%;
}
.header_dragon .header__logo {
	width: 282px;
}
.full-height_dragon {
	background: url('../../../img/full-height_dragon_bg.jpg') no-repeat right bottom / 100%;
}
.file-form-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 45px;
}
.global-radio-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 10px;
}
.global-radio {
	margin: 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1em;
}
.global-radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.global-radio-left {
	width: 18px;
	height: 18px;
	border: 1px solid #fefefe;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	margin-top: 1px;
}
.global-radio input:checked + .global-radio-left {
	background: #00f7ff;
}
.global-radio input:checked + .global-radio-left::before {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #354c78;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.radio-tabs-collapse {
	display: none;
}
.radio-tabs-collapse.active {
	display: block;
}
.jq-file {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.jq-file__name {
	height: 60px;
	border: 1px solid #00f7ff;
	border-radius: 5px;
	padding-left: 20px;
	color: #fefefe;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	padding-left: 20px;
	padding-right: 165px;
}
.jq-file__browse {
	height: calc(100% - 6px);
	top: 3px;
	right: 3px;
	width: 160px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 19px;
	line-height: 1em;
	color: #fefefe;
	border-radius: 5px;
	background: #085b94 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	text-shadow: none;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #00f7ff;
}
.global-file-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.global-file-item:first-child {
	margin-top: 35px;
}
.global-file-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1em;
}
.global-file__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #78bae5;
}
.global-file__link:hover {
	color: #fefefe;
}
.global-file__link img {
	display: inline-block;
	width: 20px;
	margin-right: 15px;
}
.global-file__link span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.global-file-delete {
	display: inline-block;
	width: 23px;
	margin-left: 15px;
}
.global-file-delete img {
	display: inline-block;
	width: 100%;
}
.file-form-bottom {
	margin-top: 50px;
}
.file-form .global-field {
	margin: 0;
}
.check-form {
	max-width: 820px;
}
.check-form .global-field {
	margin: 0;
}
.check-form__text {
	line-height: 2.5em;
	margin-bottom: 40px;
}
.check-form__text span {
	font-size: 23px;
	color: #a5dbf7;
	font-weight: 700;
}
.check-form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.check-form-row .global-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.btn_check-form {
	width: 260px;
}
.btn_check-form img {
	display: inline-block;
	width: 17px;
	margin-left: 40px;
}
.global-info {
	font-weight: 700;
}
.global-info_green {
	color: #00ffa1;
}
.global-info img {
	display: inline-block;
	width: 20px;
	margin-right: 20px;
}
.check-form_info {
	margin-top: 40px;
}
.check-form-cont {
	position: relative;
}
.check-form.active form {
	position: relative;
	z-index: -1;
	opacity: 0;
}
.check-form-success {
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.check-form.active .check-form-success {
	display: block;
}
.check-form-success img {
	display: inline-block;
	width: 56px;
	margin-bottom: 50px;
}
.check-form-success__title * {
	color: #00ffa1;
}





/*Extra large devices (large desktops, 1630px and up) */
@media (max-width: 1629.5px) { 
	/* =========main========= */
	.main-form .global-input {
		height: 55px;
	}
	/* =========header========= */
	.header__logo {
		width: 260px;
	}
	/* =========filter-manage========= */
	.filter-manage__table tr:first-child th:last-child {
		padding-right: 20px;
	}
	.filter-manage__table tr:first-child th:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}
	.filter-manage-trans {
		padding-right: 13px;
	}
	/* =========transactions========= */
	.ellipsis {
		max-width: 280px;
	}
	/* =========add-filter========= */
	.header_dragon .header__logo {
		width: 260px;
	}

}

/*Extra large devices (large desktops, 1430px and up) */
@media (max-width: 1429.5px) { 
	body {
		font-size: 16px;
	}
	/* =========main========= */
	.main-form .global-input {
		height: 50px;
	}
	/* =========header========= */
	.header-menu {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	.header-menu a svg {
		width: 16px;
	}
	/* =========filter-manage========= */
	.btn_filter-manage {
		padding-right: 10px;
		padding-left: 10px;
	}
	/* =========transactions========= */
	.ellipsis {
		max-width: 210px;
	}
	/* =========add-filter========= */
	.jq-file__name {
		height: 55px;
	}
	.jq-file__browse {
		font-size: 17px;
	}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) {
	body {
		font-size: 15px;
	}
	/* =========main========= */ 
	.main {
		background-image: url('../../../img/main_bg2.jpg');
	}
	.main-form .global-input {
		height: 45px;
	}
	/* =========header========= */
	.header__logo {
		width: 200px;
	}
	.header .navbar-toggler {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 43px;
		height: 32px;
		position: relative;
	}
	.header .navbar-toggler[aria-expanded='true'] span:nth-child(2) {
		display: none;
	}
	.header .navbar-toggler[aria-expanded='true'] span:first-child {
		position: absolute;
		left: 0;
		top: 13px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .navbar-toggler[aria-expanded='true'] span:last-child {
		position: absolute;
		left: 0;
		bottom: 14px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header .navbar-toggler span {
		display: block;
		width: 100%;
		height: 2px;
		background: #a5dbf7;
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
	.header .navbar-collapse {
		position: absolute;
		z-index: 2;
		width: calc(100% + 30px);
		left: -15px;
		top: calc(100% + 25px);
		background: #00163b;
	}
	.header-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 15px 25px;
		font-size: 19px;
	}
	.header-menu li {
		width: 100%;
		text-align: right;
	}
	.header-menu li a {
		padding: 5px 0;
	}
	/* =========filter-manage========= */
	.global-table-wrap {
		overflow: auto;
	}
	.global-table {
		min-width: 1100px;
	}
	.global-table tr:last-child .global-collapse__drop {
		bottom: calc(100% + 10px);
		top: auto;
	}
	/* =========transactions========= */
	.transactions__table th:first-child, .transactions__table td:first-child a {
		padding-left: 15px;
	}
	.btn_transactions {
		padding-right: 40px;
		padding-left: 40px;
		margin-left: auto;
		margin-top: 25px;
	}
	.btn_transactions img {
		width: 15px;
		margin-right: 15px;
	}
	.transactions__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	/* =========add-filter========= */
	.global-back svg {
		width: 9px;
	}
	.add-filter .global-back {
		margin-top: 15px;
		margin-left: auto;
	}
	.select2 .select2-selection {
		height: 45px !important;
	}
	.select2-selection__rendered {
		padding-left: 15px !important;
		padding-right: 40px !important;
	}
	.select2-selection__arrow b {
		border-width: 5px 4px 0 4px !important;
	}
	.select2-selection__arrow {
		width: 40px !important;
	}
	.select2-results__options li {
		padding-left: 15px;
	}
	.main_dragon {
		background-image: url('../../../img/main_dragon_bg2.jpg');
	}
	.header_dragon .header__logo {
		width: 230px;
	}
	.jq-file__name {
		height: 50px;
	}
	.jq-file__browse {
		font-size: 16px;
	}
	.global-radio-left {
		width: 16px;
		height: 16px;
		margin-top: 0;
		margin-right: 15px;
	}
	.global-file__link img {
		width: 13px;
	}
	.global-file-delete {
		width: 20px;
	}
	.jq-file__name {
		padding-left: 15px;
	}
	.btn_check-form {
		width: 195px;
	}
	.btn_check-form img {
		width: 15px;
		margin-left: 20px;
	}
	.check-form__text span {
		font-size: 19px;
	}
	.global-info img {
		margin-right: 10px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	/* =========main========= */
	.main-blue {
		padding: 30px 15px;
	}
	.main__logo {
		width: 70%;
		margin-bottom: 30px;
	}
	.main__title {
		margin-bottom: 15px;
	}
	.global-field__title {
		margin-bottom: 10px;
	}
	.global-field {
		margin-bottom: 20px;
	}
	.main-form__btn-wrap {
		margin-top: 30px;
	}
	.btn_main-form {
		width: 290px;
	}
	.main-form__register {
		margin-top: 30px;
	}
	.main-bottom-item {
		height: 50px;
	}
	/* =========header========= */
	.header__logo {
		width: 170px;
	}
	.header {
		padding: 15px 0;
	}
	.header .navbar-toggler {
		width: 36px;
		height: 30px;
	}
	.header .navbar-toggler[aria-expanded="true"] span:first-child {
		top: 12px;
	}
	.header .navbar-collapse {
		top: calc(100% + 15px);
	}
	.header-menu {
		font-size: 17px;
	}
	/* =========filter-manage========= */
	.filter-manage__more img {
		width: 12px;
		margin-left: 10px;
	}
	.global-table th {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 1em;
	}
	.global-table td {
		line-height: 1.2em;
	}
	.global-collapse__menu a {
		padding: 5px 0;
	}
	.global-collapse-body {
		padding: 10px 15px;
	}
	.filter-manage-trans__link {
		height: 30px;
		width: 20px;
	}
	.btn_filter-manage {
		min-height: 30px;
		font-size: 14px;
	}
	/* =========transactions========= */
	.btn_transactions {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 15px;
	}
	.btn_transactions img {
		width: 13px;
		margin-right: 10px;
	}
	.mt-5 {
		margin-top: 1rem !important;
	}
	.global-back svg {
		width: 10px;
		margin-right: 10px;
	}
	.transactions {
		padding: 30px 0;
	}
	.filter-manage__title {
		margin-bottom: 25px;
	}
	/* =========add-filter========= */
	.add-filter-cont {
		padding: 0;
		background: transparent;
	}
	.btn_add-filter img {
		width: 16px;
		margin-right: 10px;
	}
	.btn_add-filter2 img {
		width: 11px;
		margin-right: 10px;
	}
	.add-filter-form-bottom {
		margin-top: 30px;
	}
	.global-calendar {
		background: transparent url('../../../img/anteater_svg/calendar.svg') no-repeat calc(100% - 10px) center / 16px;
	}
	.select2 .select2-selection {
		height: 40px !important;
	}
	.select2-selection__rendered {
		padding-left: 15px !important;
		padding-right: 40px !important;
	}
	.select2-selection__arrow b {
		border-width: 5px 4px 0 4px !important;
	}
	.select2-selection__arrow {
		width: 40px !important;
	}
	.main_dragon .main__logo {
		width: 70%;
	}
	.header_dragon .header__logo {
		width: 200px;
	}
	.full-height_dragon {
		background-size: 150%;
	}
	.file-form-col {
		row-gap: 30px;
	}
	.global-file-item:first-child {
		margin-top: 20px;
	}
	.jq-file__name {
		height: 45px;
	}
	.jq-file__browse {
		font-size: 15px;
		width: 120px;
	}
	.jq-file__name {
		padding-right: 125px;
	}
	.global-radio-left {
		margin-top: 0;
		margin-right: 10px;
	}
	.check-form__text span {
		font-size: 17px;
	}
	.check-form__text {
		line-height: 1.7em;
	}
	.check-form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.check-form-row .global-input {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	.btn_check-form {
		width: 100%;
	}
	.global-info img {
		width: 18px;
	}
	.check-form-success img {
		width: 45px;
		margin-bottom: 30px;
	}

}