h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
}

input,
textarea {
	outline: none;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
	border-color: #66afe9 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

input[type="date"]::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 14px;
	height: 14px;
	background-image: url('../img/calendar.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

input[type="date"]:disabled:before {
	width: 16px;
	height: 16px;
	background-image: url('../img/disabled_calendar.svg');
}

input:-internal-autofill-selected {
	box-shadow: 0 0 0 1000px #fff inset;
}

html,
body {
	width: 100%;
	height: 100%;
}

.row>* {
	flex-shrink: unset;
}

body.modal-open {
	padding-right: 0 !important;
}

ul {
	list-style-type: none;
	margin-bottom: 0;
}

#gtx-trans {
	display: none !important;
}

p {
	margin-bottom: 0;
	word-break: break-word;
}

a {
	display: inline-block;
	color: #6936f5;
}

select {
	border: none;
}

.clear {
	clear: both;
}

.full {
	width: 100%;
}

button:focus {
	outline: none !important;
}

textarea::-webkit-scrollbar {
	width: 12px;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
}

textarea::-webkit-scrollbar-thumb {
	background-color: #273C74;
	outline: 1px solid transparent;
	border-radius: 6px;
	border: 3px solid #F5F9FE;

}

.center {
	float: none;
	margin: 0 auto;
	width: 1200px;

}

a {
	text-decoration: none !important;
}

b,
strong {
	font-weight: bold;
}

.middle {
	top: 50%;
	left: 50%;
	/* -webkit-transform: translate(-50%, -50%); */
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	/* transform: translate(-50% , -50%); */
}

.top_middle {
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.left_middle {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rel_left {
	position: relative;
	float: left;
}

.has_bg {
	background-repeat: no-repeat;
	background-position: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*
iframe {
	width: 1000px;
	height: 716px
}

@media (max-width: 1000px) {
	iframe {
		width: 800px;
		height: 716px
	}
}

@media (max-width: 900px) {
	iframe {
		width: 600px;
		height: 716px
	}
}

@media (max-width: 600px) {
	iframe {
		width: 100%;
		height: 716px
	}
}


@media (max-width: 500px) {
	iframe {
		width: 100%;
		height: 306px
	}
}

*/