:root {
	--r1: #443b32;
	--r2: #ef1a3f;
	--r3: #f5f5f5;
}
* {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
	position: relative;
	font-family: 'Roboto';
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	width: 100%;
	min-height: 100VH;
	background-color: var(--r3);
	padding: 0;
	margin: 0;
}a {
	color: inherit;
	text-decoration: none;
}a:hover {
	color: inherit;
	text-decoration: none;
}
::-webkit-scrollbar {
	width: 12px;
}::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}::-webkit-scrollbar-thumb {
	background: var(--r1);
}::-webkit-scrollbar-track {
	background: none;
}::-webkit-scrollbar-track:hover {
	background: #DDD;
}::selection {
    background: var(--r1);
    text-shadow: none;
    color: #ffffff;
}#loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}#loading .loading {
	width: 250px;
}#page_mask {
	position: sticky;
	top: 0;
	height: 70px;
	background-color: #221e1c;
	z-index: 9;
}#load {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgb(0,0,0,.6);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}#page_win {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}


.border {
	border: 1px solid #FF0032;
}


.icon-menu {
	width: 40px;
	height: 26px;
	fill: #FFF;
	transition: 300ms all;
}





.fcl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}.fcr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}.ftr {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}.fcc {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}.flb {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbr {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}.fbl {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbc {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;	
}.frt {
	position: relative;
	display: flex;
	align-items: flex-top;
	justify-content: flex-end;	
}



.img_d {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}.img_i {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


#mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 600;
	display: flex;
	justify-content: center;
}#mask .alert {
	position: relative;
	top: 200px;
	width: 500px;
	height: min-content;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}#mask .header {
	position: relative;
	height: 64px;
	display: grid;
	grid-template-columns: auto auto;
	border-bottom: 1px solid #e3eaef;
	color: #37474f;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}#mask .content {
	position: relative;
	padding: 20px;
	font-size: 14px;
}#mask .content .loading {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}#mask .content .loading:before {
	content: "" !important;
	display: inline-block;
    width: 10px;
    height: 10px;
    border-right-color: transparent;
    vertical-align: text-bottom;
    border: 1px solid currentColor;
    border-radius: 50%;
    animation: load_spinner_anime 750ms linear infinite;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    left: 0px;
    top: calc(50% - 5px);
}#mask .content .read {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}#mask .content .read:before {
	content: "✔";
	width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}#mask .content .error {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
	color: red;
}#mask .content .error:before {
	content: "😵";
	width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    top: 0px;
}#mask .footer {
	position: relative;
	height: 54px;
	border-top: 1px solid #e3eaef;
	color: #37474f;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 12px;
	margin-right: 12px;
}#mask .footer div {
	margin-right: 10px;
}#mask .footer div:nth-last-child(1) {
	margin: 0;
}
.btn1 {
	position: relative;
	width: min-content;
	height: 43px;
	border-radius: 2px;
	white-space: nowrap;
	border: none;
	color: #FFF;
	padding: 0px 20px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}.btn1:hover {
	color: #FFF;
}.btn_icon i {
	font-size: 16px;
	width: 16px;
	margin-right: 10px;
}
.btn_evet {
	background-color: #FF5252;
}.btn_evet:hover {
	background-color: #ff3d3d;
}.btn_hayir {
	background-color: #6c757d;
}.btn_hayir:hover {
	background-color: #5a6268;
}.btn_yesil {
	background-color: #9ccc65;
}.btn_yesil:hover {
	background-color: #94b969;
}.btn_kirmizi {
	background-color: #ff5252;
}.btn_kirmizi:hover {
	background-color: #ec3131;
}.btn_sari {
	background-color: #ffba57;
}.btn_sari:hover {
	background-color: #fba529;
}