/*!
 * Paralaks v1.0 (https://www.paralaks.net)
 * Copyright 2020 The Paralaks
 */

:root {
	--bg-1: #FAFAFA;
	--bg-2: #E7EBEE;
	--bg-3: #C7C7C7;
	--bg-4: #B8B9FF;
	--bg-5: #A4A6F0;
	--bg-6: #7475FB;
	--bg-7: #686BFF;
	--bg-8: #F1F1FC;
	--bg-9: #58DB8F;
	--bg-10: #EAEAEA;
	--bg-11: #000000;
	--bg-12: #E4E2F8;
	--bg-13: #FFFFFF;
	--bg-1-hover: #686BFF;
	--bg-2-hover: #686BFF;
	--bg-3-hover: #7475FB;
	--bg-4-hover: #FFFFFF;
	--bg-5-hover: #7475FB;
	--bg-6-hover: #FFFFFF;
	--bg-7-hover: #BDBDBD;
	--bg-8-hover: #FFFFFF;
	--bg-9-hover: #FFFFFF;
	--bg-10-hover: #686BFF;
	--bg-11-hover: #7475FB;
	--bg-12-hover: #686BFF;
	--bg-13-hover: #686BFF;
	--light: rgb(73 73 73 / 10%);
	--light-hover: rgb(73 73 73 / 20%);
	--white: #fff;
	--white-hover: #F1F1FC;
	--black: #000000;
	--black-hover: #7475fb;
	--danger: #c30000;
	--danger-hover: #920000;
	--warning: #ffb700;
	--warning-hover: #ff7100;
	--success: #1ebf00;
	--success-hover: #168c00;
	--primary: #008acc;
	--primary-hover: #005f8c;
	--info: #00bdcc;
	--info-hover: #00a6b3;
	--dark: #3a3e47;
	--dark-hover: #151515;
	--gray: #848484;
	--gray-hover: #696969;
	--tx-1: #E7EBEE;
	--tx-2: #C7C7C7;
	--tx-3: #EEEEFF;
	--tx-4: #7475FB;
	--tx-5: #686BFF;
	--tx-6: #BABABA;
	--tx-7: #787878;
	--tx-8: #FFFFFF;
	--tx-9: #252525;
	--tx-10: #A4A6F0;
	--tx-11: #373866;
	--tx-12: #A4A6F0;
	--tx-1-hover: #686BFF;
	--tx-2-hover: #333333;
	--tx-3-hover: #333333;
	--tx-4-hover: #EEEEFF;
	--tx-5-hover: #EEEEFF;
	--tx-6-hover: #252525;
	--tx-7-hover: #686BFF;
	--tx-8-hover: #686BFF;
	--tx-9-hover: #FFFFFF;
	--tx-10-hover: #FFFFFF;
	--tx-12-hover: #7475FB;
}

*,*:active,*:focus, ::after, ::before {
    box-sizing: border-box;
	outline:none;
}

textarea {
  resize: none;
}

body {
	font-family: 'Poppins', sans-serif!important;
    color: var(--dark);
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

pre {
    white-space: pre-wrap;
    font-family: monospace!important;
	max-width:100%;
	overflow-x:scroll;
}

#loading {
	z-index:99999;
}

/** Yükseklik Özellikleri **/

.h-max {
	height:max-content!important;
}

.fl-height-100 {
	height:100%!important;
}

.fl-height {
	height:100vh!important;
}

.h75-height {
	height:75vh!important;
}

.hl-height {
	height:50vh!important;
}

.h29-height {
	height:29vh!important;
}

.h25-height {
	height:25vh!important;
}

.h15-height {
	height:15vh!important;
}

.mhl-height {
	min-height:50vh!important;
}

.h-auto {
	height:auto!important;
}

.h-25 {
	height:25%!important;
}

.h-50 {
	height:50%!important;
}

.h-75 {
	height:75%!important;
}

.h-100 {
	height:100%!important;
}

/** Genişlik Özellikleri **/

.wsp {
	white-space:nowrap;
}

.mw {
	max-width:100%;
}

.mw-10 {
	max-width: 83.333333%;
}

.mw-25 {
    max-width: 25vw;
    width: max-content;
}

.w-max {
	width:max-content;
}

.w-100 {
	width:100%;
}

.w-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.w-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	width: 91.666667%;
}

.w-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	width: 83.333333%;
}

.w-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	width: 75%;
}

.w-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	width: 66.666667%;
}

.w-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	width: 58.333333%;
}

.w-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
}

.w-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	width: 41.666667%;
}

.w-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
}

.w-35 {
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	width: 29%
}

.w-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
}

.w-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	width: 16.666667%;
}
.w-15 {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	width: 12.5%;
}

.w-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	width: 8.333333%;
}

.w-05 {
	-ms-flex: 0 0 6%;
	flex: 0 0 6%;
	width: 6%;
}

.w-0 {
	-ms-flex: 0 0 0;
	flex: 0 0 0;
	width: 0;
}

.width-100 {
	width: 100vw;
}

.width-95 {
	width: 95vw;
}

.width-90 {
	width: 90vw;
}

.width-85 {
	width: 85vw;
}

.width-80 {
	width: 80vw;
}

.width-75 {
	width: 75vw;
}

.width-70 {
	width: 70vw;
}

.width-65 {
	width: 65vw;
}

.width-60 {
	width: 60vw;
}

.width-55 {
	width: 55vw;
}

.width-50 {
	width: 50vw;
}

.width-45 {
	width: 45vw;
}

.width-40 {
	width: 40vw;
}

.width-35 {
	width: 35vw;
}

.width-30 {
	width: 30vw;
}

.width-25 {
	width: 25vw;
}


.width-20 {
	width: 20vw;
}

.width-15 {
	width: 15vw;
}

.width-10 {
	width: 10vw;
}

.width-5 {
	width: 5vw;
}

/** Kare Özellikleri **/

.kr-min {
	width:1vw!important;
	height:1vw!important;
}

.kr-0 {
	min-width:1.5vw!important;
	width:1.5vw!important;
	height:1.5vw!important;
}

.kr-05 {
	width:1.75vw!important;
	height:1.75vw!important;
}

.kr-1 {
	width:2vw!important;
	height:2vw!important;
}

.kr-15 {
	width:3vw!important;
	height:3vw!important;
}

.kr-2 {
	width:4vw!important;
	height:4vw!important;
}

.kr-25 {
	width:5vw!important;
	height:5vw!important;
}

.kr-3 {
	width:6vw!important;
	height:6vw!important;
}

.kr-4 {
	width:8vw!important;
	height:8vw!important;
}

.kr-5 {
	width:10vw!important;
	height:10vw!important;
}

.kr-6 {
	width:12vw!important;
	height:12vw!important;
}

.kr-7 {
	width:14vw!important;
	height:14vw!important;
}

/** Border Özellikleri **/

.border-none {
	border:unset!important;
}

.border-white {
	border-color:var(--white)!important;
}

.border-white:hover {
	border-color:var(--white)!important;
}

.border-dark {
	border-color:var(--dark)!important;
}

.border-dark:hover {
	border-color:var(--dark)!important;
}

.border-0 {
	border:unset!important;
}

.border-1 {
	border:0.1vw solid!important;
}

.border-2 {
	border:0.2vw solid!important;
}

.border-3 {
	border:0.3vw solid!important;
}

.border-4 {
	border:0.4vw solid!important;
}

.border-5 {
	border:0.5vw solid!important;
}

.border-r-0 {
	border-right:unset!important;
}

.border-l-0 {
	border-left:unset!important;
}

.border-b-0 {
	border-bottom:unset!important;
}

.border-t-0 {
	border-top:unset!important;
}

.border-r-1 {
	border-right:0.1vw solid!important;
}

.border-l-1 {
	border-left:0.1vw solid!important;
}

.border-t-1 {
	border-top:0.1vw solid!important;
}

.border-b-1 {
	border-bottom:0.1vw solid!important;
}

.border-r-2 {
	border-right:0.2vw solid!important;
}

.border-l-2 {
	border-left:0.2vw solid!important;
}

.border-t-2 {
	border-top:0.2vw solid!important;
}

.border-b-2 {
	border-bottom:0.2vw solid!important;
}

.border-r-3 {
	border-right:0.3vw solid!important;
}

.border-l-3 {
	border-left:0.3vw solid!important;
}

.border-t-3 {
	border-top:0.3vw solid!important;
}

.border-b-3 {
	border-bottom:0.3vw solid!important;
}

.border-r-4 {
	border-right:0.4vw solid!important;
}

.border-l-4 {
	border-left:0.4vw solid!important;
}

.border-t-4 {
	border-top:0.4vw solid!important;
}

.border-b-4 {
	border-bottom:0.4vw solid!important;
}

.border-r-5 {
	border-right:0.5vw solid!important;
}

.border-l-5 {
	border-left:0.5vw solid!important;
}

.border-t-5 {
	border-top:0.5vw solid!important;
}

.border-b-5 {
	border-bottom:0.5vw solid!important;
}

.br-unset {
	border-radius: 0 !important;
}

.br-min {
	border-radius: 0.3vw!important;
}

.br-0 {
	border-radius: 0.5vw!important;
}

.br-1 {
	border-radius: 1vw!important;
}

.br-2 {
	border-radius: 1.5vw!important;
}

.br-3 {
	border-radius: 2vw!important;
}

.br-4 {
	border-radius: 2.5vw!important;
}

.br-5 {
	border-radius: 3vw!important;
}

.br-6 {
	border-radius: 3.5vw!important;
}

.br-7 {
	border-radius: 4vw!important;
}

.br-8 {
	border-radius: 4.5vw!important;
}


.br-50 {
	border-radius: 50%!important;
}

.br-tl-small {
	border-top-left-radius:0.2vw!important;
}

.br-tr-small {
	border-top-right-radius:0.2vw!important;
}

.br-bl-small {
	border-bottom-left-radius:0.2vw!important;
}

.br-br-small {
	border-bottom-right-radius:0.2vw!important;
}

.br-tl-0 {
	border-top-left-radius:0.5vw!important;
}

.br-tr-0 {
	border-top-right-radius:0.5vw!important;
}

.br-bl-0 {
	border-bottom-left-radius:0.5vw!important;
}

.br-br-0 {
	border-bottom-right-radius:0.5vw!important;
}

.br-tl-1 {
	border-top-left-radius:1vw!important;
}

.br-tr-1 {
	border-top-right-radius:1vw!important;
}

.br-bl-1 {
	border-bottom-left-radius:1vw!important;
}

.br-br-1 {
	border-bottom-right-radius:1vw!important;
}

.br-tl-2 {
	border-top-left-radius:1.5vw!important;
}

.br-tr-2 {
	border-top-right-radius:1.5vw!important;
}

.br-bl-2 {
	border-bottom-left-radius:1.5vw!important;
}

.br-br-2 {
	border-bottom-right-radius:1.5vw!important;
}

.br-tl-3 {
	border-top-left-radius:2vw!important;
}

.br-tr-3 {
	border-top-right-radius:2vw!important;
}

.br-bl-3 {
	border-bottom-left-radius:2vw!important;
}

.br-br-3 {
	border-bottom-right-radius:2vw!important;
}

.br-tl-4 {
	border-top-left-radius:2.5vw!important;
}

.br-tr-4 {
	border-top-right-radius:2.5vw!important;
}

.br-bl-4 {
	border-bottom-left-radius:2.5vw!important;
}

.br-br-4 {
	border-bottom-right-radius:2.5vw!important;
}

.br-tl-5 {
	border-top-left-radius:3vw!important;
}

.br-tr-5 {
	border-top-right-radius:3vw!important;
}

.br-bl-5 {
	border-bottom-left-radius:3vw!important;
}

.br-br-5 {
	border-bottom-right-radius:3vw!important;
}
.br-br-8 {
	border-bottom-right-radius: 4.5vw!important;
}
.br-bl-8 {
	border-bottom-left-radius: 4.5vw!important;
}
.br-tr-8 {
	border-top-right-radius: 4.5vw!important;
}
.br-tl-8 {
	border-top-left-radius: 4.5vw!important;
}
.br-tl-50 {
	border-top-left-radius:50%!important;
}

.br-tr-50 {
	border-top-right-radius:50%!important;
}

.br-bl-50 {
	border-bottom-left-radius:50%!important;
}

.br-br-50 {
	border-bottom-right-radius:50%!important;
}

.br-trans {
	border-color:transparent!important
}
.br-bg-gradient {
	border-color:linear-gradient(180deg,var(--bg-7) 0,var(--bg-5) 50%);
}

.br-bg-white {
	border-color:var(--white)!important
}

.br-bg-1 {
	border-color:var(--bg-1)!important
}

.brh-bg-1 {
	border-color:var(--bg-1)!important
}

.brh-bg-1:hover, .brh-bg-1.active, .brh-bg-1:focus {
	border-color:var(--bg-1-hover)!important
}

.brh-bg-1-tr {
	border-color:transparent!important
}

.brh-bg-1-tr:hover, .brh-bg-1-tr.active, .brh-bg-1-tr:focus {
	border-color:var(--bg-1-hover)!important
}

.br-bg-2 {
	border-color:var(--bg-2)!important
}

.brh-bg-2 {
	border-color:var(--bg-2)!important
}

.brh-bg-2:hover, .brh-bg-2.active, .brh-bg-2:focus {
	border-color:var(--bg-2-hover)!important
}

.brh-bg-2-tr {
	border-color:transparent!important
}

.brh-bg-2-tr:hover, .brh-bg-2-tr.active, .brh-bg-2-tr:focus {
	border-color:var(--bg-2-hover)!important
}

.br-bg-3 {
	border-color:var(--bg-3)!important
}

.brh-bg-3 {
	border-color:var(--bg-3)!important
}

.brh-bg-3:hover, .brh-bg-3.active, .brh-bg-3:focus {
	border-color:var(--bg-3-hover)!important
}

.brh-bg-3-tr {
	border-color:transparent!important
}

.brh-bg-3-tr:hover, .brh-bg-3-tr.active, .brh-bg-3-tr:focus {
	border-color:var(--bg-3-hover)!important
}

.br-bg-4 {
	border-color:var(--bg-4)!important
}

.brh-bg-4 {
	border-color:var(--bg-4)!important
}

.brh-bg-4:hover, .brh-bg-4.active, .brh-bg-4:focus {
	border-color:var(--bg-4-hover)!important
}

.brh-bg-4-tr {
	border-color:transparent!important
}

.brh-bg-4-tr:hover, .brh-bg-4-tr.active, .brh-bg-4-tr:focus {
	border-color:var(--bg-4-hover)!important
}

.br-bg-5 {
	border-color:var(--bg-5)!important
}

.brh-bg-5 {
	border-color:var(--bg-5)!important
}

.brh-bg-5:hover, .brh-bg-5.active, .brh-bg-5:focus {
	border-color:var(--bg-5-hover)!important
}

.brh-bg-5-tr {
	border-color:transparent!important
}

.brh-bg-5-tr:hover, .brh-bg-5-tr.active, .brh-bg-5-tr:focus {
	border-color:var(--bg-5-hover)!important
}

.br-bg-6 {
	border-color:var(--bg-6)!important
}

.brh-bg-6 {
	border-color:var(--bg-6)!important
}

.brh-bg-6:hover, .brh-bg-6.active, .brh-bg-6:focus {
	border-color:var(--bg-6-hover)!important
}

.brh-bg-6-tr {
	border-color:transparent!important
}

.brh-bg-6-tr:hover, .brh-bg-6-tr.active, .brh-bg-6-tr:focus {
	border-color:var(--bg-6-hover)!important
}

.br-bg-7 {
	border-color:var(--bg-7)!important
}

.brh-bg-7 {
	border-color:var(--bg-7)!important
}

.brh-bg-7:hover, .brh-bg-7.active {
	border-color:var(--bg-7-hover)!important
}

.brh-bg-7-tr {
	border-color:transparent!important
}

.brh-bg-7-tr:hover, .brh-bg-7-tr.active {
	border-color:var(--bg-7-hover)!important
}

.br-bg-8 {
	border-color:var(--bg-8)!important
}

.brh-bg-8 {
	border-color:var(--bg-8)!important
}

.brh-bg-8:hover, .brh-bg-8.active {
	border-color:var(--bg-8-hover)!important
}

.brh-bg-8-tr {
	border-color:transparent!important
}

.brh-bg-8-tr:hover, .brh-bg-8-tr.active {
	border-color:var(--bg-8-hover)!important
}

.br-bg-9 {
	border-color:var(--bg-9)!important
}

.brh-bg-9 {
	border-color:var(--bg-9)!important
}

.brh-bg-9:hover, .brh-bg-9.active {
	border-color:var(--bg-9-hover)!important
}

.brh-bg-9-tr {
	border-color:transparent!important
}

.brh-bg-9-tr:hover, .brh-bg-9-tr.active {
	border-color:var(--bg-9-hover)!important
}

.br-bg-10 {
	border-color:var(--bg-10)!important
}

.brh-bg-10 {
	border-color:var(--bg-10)!important
}

.brh-bg-10:hover, .brh-bg-10.active {
	border-color:var(--bg-10-hover)!important
}

.brh-bg-10-tr {
	border-color:transparent!important
}

.brh-bg-10-tr:hover, .brh-bg-10-tr.active {
	border-color:var(--bg-10-hover)!important
}

.br-bg-11 {
	border-color:var(--bg-11)!important
}

.brh-bg-11 {
	border-color:var(--bg-11)!important
}

.brh-bg-11:hover, .brh-bg-11.active {
	border-color:var(--bg-11-hover)!important
}

.brh-bg-11-tr {
	border-color:transparent!important
}

.brh-bg-11-tr:hover, .brh-bg-11-tr.active {
	border-color:var(--bg-11-hover)!important
}

.br-bg-12 {
	border-color:var(--bg-12)!important
}

.brh-bg-12 {
	border-color:var(--bg-12)!important
}

.brh-bg-12:hover, .brh-bg-12.active {
	border-color:var(--bg-12-hover)!important
}

.brh-bg-12-tr {
	border-color:transparent!important
}

.brh-bg-12-tr:hover, .brh-bg-12-tr.active {
	border-color:var(--bg-12-hover)!important
}

.br-bg-13 {
	border-color:var(--bg-13)!important
}

.brh-bg-13 {
	border-color:var(--bg-13)!important
}

.brh-bg-13:hover, .brh-bg-13.active {
	border-color:var(--bg-13-hover)!important
}

.brh-bg-13-tr {
	border-color:transparent!important
}

.brh-bg-13-tr:hover, .brh-bg-13-tr.active {
	border-color:var(--bg-13-hover)!important
}

.br-danger {
	border-color:var(--danger)!important
}

.brh-danger {
	border-color:var(--danger)!important
}

.brh-danger:hover, .brh-danger.active {
	border-color:var(--danger-hover)!important
}

.brh-danger-tr {
	border-color:transparent!important
}

.brh-danger-tr:hover, .brh-danger-tr.active {
	border-color:var(--danger-hover)!important
}

.br-warning {
	border-color:var(--warning)!important
}

.brh-warning {
	border-color:var(--warning)!important
}

.brh-warning:hover, .brh-warning.active {
	border-color:var(--warning-hover)!important
}

.brh-warning-tr {
	border-color:transparent!important
}

.brh-warning-tr:hover, .brh-warning-tr.active {
	border-color:var(--warning-hover)!important
}

.br-success {
	border-color:var(--success)!important
}

.brh-success {
	border-color:var(--success)!important
}

.brh-success:hover, .brh-success.active {
	border-color:var(--success-hover)!important
}

.brh-success-tr {
	border-color:transparent!important
}

.brh-success-tr:hover, .brh-success-tr.active {
	border-color:var(--success-hover)!important
}

.br-primary {
	border-color:var(--primary)!important
}

.brh-primary {
	border-color:var(--primary)!important
}

.brh-primary:hover, .brh-primary.active {
	border-color:var(--primary-hover)!important
}

.brh-primary-tr {
	border-color:transparent!important
}

.brh-primary-tr:hover, .brh-primary-tr.active {
	border-color:var(--primary-hover)!important
}

.br-info {
	border-color:var(--info)!important
}

.brh-info {
	border-color:var(--info)!important
}

.brh-info:hover, .brh-info.active {
	border-color:var(--info-hover)!important
}

.brh-info-tr {
	border-color:transparent!important
}

.brh-info-tr:hover, .brh-info-tr.active {
	border-color:var(--info-hover)!important
}

.br-dark {
	border-color: var(--dark)!important
}

.brh-dark {
	border-color:var(--dark)!important
}

.brh-dark:hover, .brh-dark.active {
	border-color:var(--dark-hover)!important
}

.brh-dark-tr {
	border-color:transparent!important
}

.brh-dark-tr:hover, .brh-dark-tr.active {
	border-color:var(--dark-hover)!important
}

.br-gray {
	border-color: var(--gray)!important
}

.brh-gray {
	border-color:var(--gray)!important
}

.brh-gray:hover, .brh-gray.active {
	border-color:var(--gray-hover)!important
}

.brh-gray-tr {
	border-color:transparent!important
}

.brh-gray-tr:hover, .brh-gray-tr.active {
	border-color:var(--gray-hover)!important
}

.br-white {
	border-color: var(--white)!important
}

.brh-white {
	border-color:var(--white)!important
}

.brh-white:hover, .brh-white.active {
	border-color:var(--white-hover)!important
}

.brh-white-tr {
	border-color:transparent!important
}

.brh-white-tr:hover, .brh-white-tr.active {
	border-color:var(--white-hover)!important
}

.br-light {
	border-color: var(--light)!important
}

.brh-light {
	border-color:var(--light)!important
}

.brh-light:hover, .brh-light.active {
	border-color:var(--light-hover)!important
}

.brh-light-tr {
	border-color:transparent!important
}

.brh-light-tr:hover, .brh-light-tr.active {
	border-color:var(--light-hover)!important
}

.border-tb-danger {
	border-color: var(--danger) transparent!important;
}

.border-tb-warning {
	border-color: var(--warning) transparent!important;
}

.border-tb-success {
	border-color: var(--success) transparent!important;
}

.border-tb-primary {
	border-color: var(--info) transparent!important;
}

.border-tb-info {
	border-color: var(--info) transparent!important;
}

.border-tb-dark {
	border-color: var(--dark) transparent!important;
}

.border-tb-white {
	border-color: var(--white) transparent!important;
}

.border-rl-danger {
	border-color: transparent var(--danger)!important
}

.border-rl-warning {
	border-color: transparent var(--warning)!important
}

.border-rl-success {
	border-color: transparent var(--success)!important
}

.border-rl-primary {
	border-color: transparent var(--info)!important
}

.border-rl-info {
	border-color: transparent var(--info)!important
}

.border-rl-dark {
	border-color: transparent var(--dark)!important
}

.border-rl-white {
	border-color: transparent var(--white)!important
}

/** Pozisyon Özellikleri **/

.ps-relative {
	position:relative!important;
}

.ps-fixed {
	position:fixed!important;
}

.ps-absolute {
	position:absolute!important;
}

.ps-sticky {
	position: -webkit-sticky!important;
	position:sticky!important;
	top:1vw;
}

.ps-center {
	top:50%!important;
	left:50%!important;
	transform: translate(-50%,-50%)!important;
}

.ps-center-scale {
	top:50%!important;
	left:50%!important;
	transform: translate(-50%,-50%) scale(1)!important;
}

.ps-top-center {
	top:0!important;
	left:50%!important;
	transform: translateX(-50%)!important;
}

.ps-top-right {
	top:0!important;
	right:0%!important;
}

.ps-top-left {
	top:0!important;
	left:0%!important;
}

.ps-bottom-center {
	bottom:0!important;
	left:50%!important;
	transform: translateX(-50%)!important;
}

.ps-bottom-right {
	bottom:0!important;
	right:0!important;
}

.ps-bottom-left {
	bottom:0!important;
	left:0!important;
}

.ps-left-center {
	top:50%!important;
	left:0%!important;
	transform: translateY(-50%)!important;
}

.ps-left100-center {
	top:50%!important;
	left:95%!important;
	transform: translateY(-50%)!important;
}

.ps-right-center {
	top:50%!important;
	right:0%!important;
	transform: translateY(-50%)!important;
}

.ps-right {
	right:0%!important;
}

.ps-top100-center {
	top:100%!important;
	left:50%!important;
	transform: translateX(-50%)!important;
}

.ps-top100-right {
	top:100%!important;
	right:0!important;
}

.sticky {
	position:fixed!important;
	top:0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	z-index:98;
}

/** Pozisyon Özellikleri **/

.zindex-1 {
	z-index:1;
}

.zindex-2 {
	z-index:2;
}

.zindex-3 {
	z-index:3;
}

.zindex-4 {
	z-index:4;
}

.zindex-5 {
	z-index:5;
}

.zindex-99 {
	z-index:99;
}

.zindex-999 {
	z-index:999;
}

.zindex-9999 {
	z-index:9999;
}


/** Display Özellikleri **/

.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.d-none {
	display: none;
}

.d-inline {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-grid {
	display: grid!important;
}

.d-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}

/** Flex Özellikleri **/

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-basis-0 {
	-webkit-flex-basis: 0!important;
	flex-basis: 0!important;
}

.flex-basis-auto {
	-webkit-flex-basis: auto!important;
	flex-basis: auto!important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.flex-align-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.flex-align-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.flex-align-end {
    -ms-flex-align: start!important;
    align-items: flex-end!important;
}

.flex-align-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.flex-justify-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.flex-justify-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.flex-justify-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.flex-justify-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.flex-justify-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.flex-place-start {
    -ms-place-content: flex-start!important;
    place-content: flex-start!important;
}

.flex-0 {
	flex:1;
}

.flex-1 {
	flex:1;
}

.flex-2 {
	flex:2;
}

.flex-3 {
	flex:3;
}

.flex-4 {
	flex:4;
}

.flex-5 {
	flex:5;
}

.flex-6 {
	flex:6;
}

.flex-7 {
	flex:7;
}

.flex-8 {
	flex:8;
}

.flex-9 {
	flex:9;
}

.flex-10 {
	flex:10;
}

.flex-11 {
	flex:11;
}

.flex-12 {
	flex:12;
}

/** Hizalama Özellikleri **/

.float-left {
    float: left!important;
}

.float-lg-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.float-lg-right {
    float: right!important;
}

.text-center {
    text-align: center!important;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-justify {
	text-align: justify!important;
}

/** Yazı Özellikleri **/

.td-none {
    text-decoration: none!important;
}

.td-line {
	text-decoration: line-through;
}

.td-underline {
	text-decoration: underline;
}

.tt-upper {
    text-transform:uppercase!important;
}

.font-bold {
    font-weight: bold!important;
}

.font-800 {
    font-weight: 800!important;
}

.font-700 {
    font-weight: 700!important;
}

.font-600 {
    font-weight: 600!important;
}

.font-500 {
    font-weight: 500!important;
}

.font-400 {
    font-weight: 400!important;
}

.font-300 {
    font-weight: 300!important;
}

.font-200 {
    font-weight: 200!important;
}

.font-100 {
    font-weight: 100!important;
}

.font-normal {
    font-weight: normal!important;
}

.font-italic {
	font-style: italic!important;
}

.tx-1 {
	color:var(--tx-1)!important
}

.txh-1 {
	color:var(--tx-1)!important
}

.txh-1:hover, .txh-1.active {
	color:var(--tx-1-hover)!important
}

.tx-2 {
	color:var(--tx-2)!important
}

.txh-2 {
	color:var(--tx-2)!important
}

.txh-2:hover,.txh-2.active {
	color:var(--tx-2-hover)!important
}

.tx-3 {
	color:var(--tx-3)!important;
}

.txh-3 {
	color:var(--tx-3)!important
}

.txh-3:hover, .txh-3.active {
	color:var(--tx-3-hover)!important
}

.tx-4 {
	color:var(--tx-4)!important
}

.txh-4 {
	color:var(--tx-4)!important
}

.txh-4:hover, .txh-4.active {
	color:var(--tx-4-hover)!important
}

.tx-5 {
	color:var(--tx-5)!important
}

.txh-5 {
	color:var(--tx-5)!important
}

.txh-5:hover, .txh-5.active {
	color:var(--tx-5-hover)!important
}

.tx-6 {
	color:var(--tx-6)!important
}

.txh-6 {
	color:var(--tx-6)!important
}

.txh-6:hover, .txh-6.active {
	color:var(--tx-6-hover)!important
}

.tx-7 {
	color:var(--tx-7)!important
}

.txh-7 {
	color:var(--tx-7)!important
}

.txh-7:hover, .txh-7.active {
	color:var(--tx-7-hover)!important
}

.tx-8 {
	color:var(--tx-8)!important
}

.txh-8 {
	color:var(--tx-8)!important
}

.txh-8:hover, .txh-8.active {
	color:var(--tx-8-hover)!important
}

.tx-9 {
	color:var(--tx-9)!important
}

.txh-9 {
	color:var(--tx-9)!important
}

.txh-9:hover, .txh-9.active {
	color:var(--tx-9-hover)!important
}

.tx-10 {
	color:var(--tx-10)!important
}

.txh-10 {
	color:var(--tx-10)!important
}

.txh-10:hover, .txh-10.active {
	color:var(--tx-10-hover)!important
}

tx-11 {
	color:var(--tx-11)!important;
}

.txh-11 {
	color:var(--tx-11)!important;
}
.tx-12 {
	color:var(--tx-12)!important
}

.txh-12 {
	color:var(--tx-12)!important
}

.txh-12:hover, .txh-12.active {
	color:var(--tx-12-hover)!important
}

.lt-0 {
	letter-spacing: 0vw;
}

.lt-1 {
	letter-spacing: 0.01vw;
}

.lt-2 {
	letter-spacing: 0.02vw;
}

.lt-3 {
	letter-spacing: 0.03vw;
}

.lt-4 {
	letter-spacing: 0.04vw;
}

.lt-5 {
	letter-spacing: 0.05vw;
}

.lt-6 {
	letter-spacing: 0.06vw;
}

.lt-7 {
	letter-spacing: 0.07vw;
}

.lt-8 {
	letter-spacing: 0.08vw;
}

.lt-9 {
	letter-spacing: 0.09vw;
}

.tx-light {
	color:var(--light)!important
}

.txh-light {
	color:var(--light)!important
}

.txh-light:hover {
	color:var(--light-hover)!important
}

.tx-white {
	color:var(--white)!important
}

.txh-white {
	color:var(--white)!important
}

.txh-white:hover {
	color:var(--white-hover)!important
}

.tx-black {
	color:var(--black)!important
}

.txh-black {
	color:var(--black)!important
}

.txh-black:hover {
	color:var(--black-hover)!important
}

.tx-danger {
	color:var(--danger)!important
}

.txh-danger {
	color:var(--danger)!important
}

.txh-danger:hover {
	color:var(--danger-hover)!important
}

.tx-warning {
	color:var(--warning)!important
}

.txh-warning {
	color:var(--warning)!important
}

.txh-warning:hover {
	color:var(--warning-hover)!important
}

.tx-success {
	color:var(--success)!important
}

.txh-success {
	color:var(--success)!important
}

.txh-success:hover {
	color:var(--success-hover)!important
}

.tx-primary {
	color:var(--primary)!important
}

.txh-primary {
	color:var(--primary)!important
}

.txh-primary:hover {
	color:var(--primary-hover)!important
}

.tx-info {
	color:var(--info)!important
}

.txh-info {
	color:var(--info)!important
}

.txh-info:hover {
	color:var(--info-hover)!important
}

.tx-dark {
	color:var(--dark)!important
}

.txh-dark {
	color:var(--dark)!important
}

.txh-dark:hover {
	color:var(--dark-hover)!important
}

.tx-gray {
	color:var(--gray)!important
}

.txh-gray {
	color:var(--gray)!important
}

.txh-gray:hover {
	color:var(--gray-hover)!important
}

/** Arkaplan Özellikleri **/

.bg-1 {
	background-color:var(--bg-1)!important;
}

.bgh-1 {
	background-color:var(--bg-1)!important;
}

.bgh-1:hover, .bgh-1.active {
	background-color:var(--bg-1-hover)!important;
}

.bgh-1-tr {
	background-color:transparent!important
}

.bgh-1-tr:hover, .bgh-1-tr.active {
	background-color:var(--bg-1)!important;
}

.bg-2 {
	background-color:var(--bg-2)!important;
}

.bgh-2 {
	background-color:var(--bg-2)!important;
}

.bgh-2:hover, .bgh-2.active {
	background-color:var(--bg-2-hover)!important;
}

.bgh-2-tr {
	background-color:transparent!important
}

.bgh-2-tr:hover, .bgh-2-tr.active {
	background-color:var(--bg-2)!important;
}

.bg-3 {
	background-color:var(--bg-3)!important;
}

.bgh-3 {
	background-color:var(--bg-3)!important;
}

.bgh-3:hover, .bgh-3.active {
	background-color:var(--bg-3-hover)!important;
}

.bgh-3-tr {
	background-color:transparent!important
}

.bgh-3-tr:hover, .bgh-3-tr.active {
	background-color:var(--bg-3)!important;
}

.bg-4 {
	background-color:var(--bg-4)!important;
}

.bgh-4 {
	background-color:var(--bg-4)!important;
}

.bgh-4:hover, .bgh-4.active {
	background-color:var(--bg-4-hover)!important;
}

.bgh-4-tr {
	background-color:transparent!important
}

.bgh-4-tr:hover, .bgh-4-tr.active {
	background-color:var(--bg-4)!important;
}

.bg-5 {
	background-color:var(--bg-5)!important;
}

.bgh-5 {
	background-color:var(--bg-5)!important;
}

.bgh-5:hover, .bgh-5.active {
	background-color:var(--bg-5-hover)!important;
}

.bgh-5-tr {
	background-color:transparent!important
}

.bgh-5-tr:hover, .bgh-5-tr.active {
	background-color:var(--bg-5)!important;
}

.bg-6 {
	background-color:var(--bg-6)!important;
}

.bgh-6 {
	background-color:var(--bg-6)!important;
}

.bgh-6:hover, .bgh-6.active {
	background-color:var(--bg-6-hover)!important;
}

.bgh-6-tr {
	background-color:transparent!important
}

.bgh-6-tr:hover, .bgh-6-tr.active {
	background-color:var(--bg-6)!important;
}

.bg-7 {
	background-color:var(--bg-7)!important;
}

.bgh-7 {
	background-color:var(--bg-7)!important;
}

.bgh-7:hover, .bgh-7.active {
	background-color:var(--bg-7-hover)!important;
}

.bgh-7-tr {
	background-color:transparent!important
}

.bgh-7-tr:hover, .bgh-7-tr.active {
	background-color:var(--bg-7)!important;
}

.bg-8 {
	background-color:var(--bg-8)!important;
}

.bgh-8 {
	background-color:var(--bg-8)!important;
}

.bgh-8:hover, .bgh-8.active {
	background-color:var(--bg-8-hover)!important;
}

.bgh-8-tr {
	background-color:transparent!important
}

.bgh-8-tr:hover, .bgh-8-tr.active {
	background-color:var(--bg-8)!important;
}

.bg-9 {
	background-color:var(--bg-9)!important;
}

.bgh-9 {
	background-color:var(--bg-9)!important;
}

.bgh-9:hover, .bgh-9.active {
	background-color:var(--bg-9-hover)!important;
}

.bgh-9-tr {
	background-color:transparent!important
}

.bgh-9-tr:hover, .bgh-9-tr.active {
	background-color:var(--bg-9)!important;
}

.bg-10 {
	background-color:var(--bg-10)!important;
}

.bgh-10 {
	background-color:var(--bg-10)!important;
}

.bgh-10:hover, .bgh-10.active {
	background-color:var(--bg-10-hover)!important;
}

.bgh-10-tr {
	background-color:transparent!important
}

.bgh-10-tr:hover, .bgh-10-tr.active {
	background-color:var(--bg-10)!important;
}

.bg-11 {
	background-color:var(--bg-11)!important;
}

.bgh-11 {
	background-color:var(--bg-11)!important;
}

.bgh-11:hover, .bgh-11.active {
	background-color:var(--bg-11-hover)!important;
}

.bgh-11-tr {
	background-color:transparent!important
}

.bgh-11-tr:hover, .bgh-11-tr.active {
	background-color:var(--bg-11)!important;
}

.bg-12 {
	background-color:var(--bg-12)!important;
}

.bgh-12 {
	background-color:var(--bg-12)!important;
}

.bgh-12:hover, .bgh-12.active {
	background-color:var(--bg-12-hover)!important;
}

.bgh-12-tr {
	background-color:transparent!important
}

.bgh-12-tr:hover, .bgh-12-tr.active {
	background-color:var(--bg-12)!important;
}

.bg-13 {
	background-color:var(--bg-13)!important;
}

.bgh-13 {
	background-color:var(--bg-13)!important;
}

.bgh-13:hover, .bgh-13.active {
	background-color:var(--bg-13-hover)!important;
}

.bgh-13-tr {
	background-color:transparent!important
}

.bgh-13-tr:hover, .bgh-13-tr.active {
	background-color:var(--bg-13)!important;
}

.bg-white {
	background-color:var(--white)!important
}

.bgh-white {
	background-color:var(--white)!important
}

.bgh-white:hover, .bgh-white.active {
	background-color:var(--white-hover)!important;
}

.bgh-white-tr {
	background-color:transparent!important
}

.bgh-white-tr:hover, .bgh-white-tr.active {
	background-color:var(--white)!important;
}

.bg-light {
	background-color:var(--light)!important;
}

.bgh-light {
	background-color:var(--light)!important;
}

.bgh-light:hover, .bgh-light.active {
	background-color:var(--light-hover)!important;
}

.bgh-light-tr {
	background-color:transparent!important
}

.bgh-light-tr:hover, .bgh-light-tr.active {
	background-color:var(--light)!important;
}

.bg-black {
	background-color:var(--black)!important
}

.bgh-black {
	background-color:var(--black)!important
}

.bgh-black:hover, .bgh-black.active {
	background-color:var(--black-hover)!important;
}

.bgh-black-tr {
	background-color:transparent!important
}

.bgh-black-tr:hover, .bgh-black-tr.active {
	background-color:var(--black)!important;
}

.bg-danger {
	background-color:var(--danger)!important;
}

.bgh-danger {
	background-color:var(--danger)!important;
}

.bgh-danger:hover, .bgh-danger.active {
	background-color:var(--danger-hover)!important;
}

.bgh-danger-tr {
	background-color:transparent!important;
}

.bgh-danger-tr:hover, .bgh-danger-tr.active {
	background-color:var(--danger)!important;
}

.bg-warning {
	background-color:var(--warning)!important
}

.bgh-warning {
	background-color:var(--warning)!important
}

.bgh-warning:hover, .bgh-warning.active {
	background-color:var(--warning-hover)!important;
}

.bgh-warning-tr {
	background-color:transparent!important;
}

.bgh-warning-tr:hover, .bgh-warning-tr.active {
	background-color:var(--warning)!important;
}

.bg-success {
	background-color:var(--success)!important
}

.bgh-success {
	background-color:var(--success)!important
}

.bgh-success:hover, .bgh-success.active {
	background-color:var(--success-hover)!important;
}

.bgh-success-tr {
	background-color:transparent!important;
}

.bgh-success-tr:hover, .bgh-success-tr.active {
	background-color:var(--success)!important;
}

.bg-primary {
	background-color:var(--primary)!important
}

.bgh-primary {
	background-color:var(--primary)!important
}

.bgh-primary:hover, .bgh-primary.active {
	background-color:var(--primary-hover)!important;
}

.bgh-primary-tr {
	background-color:transparent!important;
}

.bgh-primary-tr:hover, .bgh-primary-tr.active {
	background-color:var(--primary)!important;
}

.bg-info {
	background-color:var(--info)!important
}

.bgh-info {
	background-color:var(--info)!important
}

.bgh-info:hover, .bgh-info.active {
	background-color:var(--info-hover)!important;
}

.bgh-info-tr {
	background-color:transparent!important;
}

.bgh-info-tr:hover, .bgh-info-tr.active {
	background-color:var(--info)!important;
}

.bg-dark {
	background-color:var(--dark)!important
}

.bgh-dark {
	background-color:var(--dark)!important
}

.bgh-dark:hover, .bgh-dark.active {
	background-color:var(--dark-hover)!important;
}

.bgh-dark-tr {
	background-color:transparent!important;
}

.bgh-dark-tr:hover, .bgh-dark-tr.active {
	background-color:var(--dark)!important;
}

.bg-gray {
	background-color:var(--gray)!important
}

.bgh-gray {
	background-color:var(--gray)!important
}

.bgh-gray:hover, .bgh-gray.active {
	background-color:var(--gray-hover)!important;
}

.bgh-gray-tr {
	background-color:transparent!important;
}

.bgh-gray-tr:hover, .bgh-gray-tr.active {
	background-color:var(--gray)!important;
}


.bg-gradient {
	background: linear-gradient(180deg,var(--bg-7) 0,var(--bg-5) 50%);
}

.bg-gradient-2 {
	background: linear-gradient(135deg,var(--bg-12) 0,var(--bg-1) 85%) fixed;
}

.bg-gradient-3 {
	background: linear-gradient(135deg,var(rgb(104,107,255)) 0,var(rgba(104,107,255,0.6)) 85%) fixed;
}


.gr-text-1 {
	background: -webkit-linear-gradient(#7475fb, #b8b9ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg-trans {
    background: rgba(49, 49, 49, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.bg-transparent {
	background-color:transparent!important
}
.bg-dark {
	filter: brightness(50)!important;
}
.bg-fill-white{
	fill: white!important;
}
.bg-fill-purple{
	fill: #686BFF!important;
}

.bgr-light {
	background: rgb(255,255,255)!important;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%)!important;
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%)!important;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--white)fff",endColorstr="#f9f9f9",GradientType=1)!important;
}

.an-danger {
	animation: danger-animation 2s linear infinite;
}

.an-warning {
	animation: warning-animation 2s linear infinite;
}

.an-primary {
	animation: primary-animation 2s linear infinite;
}

.an-info {
	animation: info-animation 2s linear infinite;
}

.an-success {
	animation: success-animation 2s linear infinite;
}

.an-dark {
	animation: dark-animation 2s linear infinite;
}

.an-gray {
	animation: gray-animation 2s linear infinite;
}

@keyframes success-animation {
	0% {
		background-color: var(--success);
	}
	50% {
		background-color: var(--success-hover);
	}
	100% {
		background-color: var(--success);
	}
}

@keyframes primary-animation {
	0% {
		background-color: var(--primary);
	}
	50% {
		background-color: var(--primary-hover);
	}
	100% {
		background-color: var(--primary);
	}
}

@keyframes info-animation {
	0% {
		background-color: var(--info);
	}
	50% {
		background-color: var(--info-hover);
	}
	100% {
		background-color: var(--info);
	}
}

@keyframes danger-animation {
	0% {
		background-color: var(--danger);
	}
	50% {
		background-color: var(--danger-hover);
	}
	100% {
		background-color: var(--danger);
	}
}

@keyframes warning-animation {
	0% {
		background-color: var(--warning);
	}
	50% {
		background-color: var(--warning-hover);
	}
	100% {
		background-color: var(--warning);
	}
}

@keyframes dark-animation {
	0% {
		background-color: var(--dark);
	}
	50% {
		background-color: var(--dark-hover);
	}
	100% {
		background-color: var(--dark);
	}
}

@keyframes gray-animation {
	0% {
		background-color: var(--gray);
	}
	50% {
		background-color: var(--gray-hover);
	}
	100% {
		background-color: var(--gray);
	}
}
/** Zoom Özellikleri **/

.zoomh-05{
	transition: transform .2s;
}

.zoomh-05:hover{
	transform: scale(1.05);
}

.zoomh-01{
	transition: transform .2s;
}

.zoomh-01:hover{
	transform: scale(1.01);
}
.zoomh-4{
	transition: transform .2s;
}

.zoomh-4:hover{
	transform: scale(4);
}

/** Gölge Özellikleri **/


.sh-unset {
	box-shadow: unset!important;
}

.sh-0 {
    box-shadow: 0 0.3vw 0.4vw -0.5vw rgba(0, 0, 0, 0.25)!important;
}

.sh-1 {
	box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.1)!important;
}

.sh-2 {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25)!important;
}

.sh-3 {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10)!important;
}

.sh-4 {
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.10)!important;
}

.sh-5 {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05)!important;
}

.sh-6 {
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.10)!important;
}

.sh-7 {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10)!important;
}

.shb-0-eski {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0.1vw 0.1vw, rgba(0, 0, 0, 0.3) 0px 0.1vw 0.2vw -0.1vw, rgba(84, 84, 84, 0.2) 0.2vw 0.2vw 0.2vw inset;
}

.shb-0 {
	box-shadow: rgba(17, 17, 17, 0.4) 0px 0.1vw 0.1vw, rgba(15, 15, 15, 0.3) 0px 0.5vw 0.5vw -0.2vw, rgba(84, 84, 84, 0.2) 0.2vw 0.2vw 0.2vw inset;
}

.shw-0 {
    box-shadow: 0.2vw 0.2vw 0.5vw -0.25vw rgba(255, 255, 255, 0.5);
}

.shwh-0:hover, .shwh-0.active {
    box-shadow: 0 0.3vw 0.5vw -0.25vw rgba(255, 255, 255, 0.5);
}

.shwh-1:hover, .shwh-1.active {
	box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}

/** Geçiş Özellikleri Özellikleri **/

.tr-0 {
	transition:all 0.25s ease;
}

.tr-1 {
	transition:all 0.5s ease;
}

.tr-2 {
	transition:all 0.75s ease;
}

.tr-3 {
	transition:all 1s ease;
}

/** Animasyonlar Özellikleri **/

.rotate {
	transform: rotate(0deg);
}

.rotate:hover {
	transform: rotate(360deg);
}

.rotate-inf {
	animation: rotate 1.2s linear infinite;
	top: 50%;
	left: 50%;
}

.rotate-flex-inf {
	animation: rotate-flex 1.2s linear infinite;
}

@keyframes rotate {
	0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes rotate-flex {
	0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/** Overflow Özellikleri **/

.h, .ov-h {
	overflow:hidden!important;
}

.ov-xh {
	overflow-x:hidden!important;
}

.ov-xs {
	overflow-x:scroll!important;
}

.ov-yh {
	overflow-y:hidden!important;
}

.ov-ys {
	overflow-y:scroll!important;
}

/** Yazı Boyut Özellikleri **/

.line-none {
	line-height:0!important;
}

.size-small {
	font-size: 0.5vw!important;
}

.line-small {
	line-height:1vw!important;
}
.size-06 {
	font-size: 0.6vw!important;
}

.size-0 {
	font-size: 0.75vw!important;
}

.line-0 {
	line-height:1.5vw!important;
}

.size-1 {
	font-size: 0.9vw!important;
}

.line-1 {
	line-height:1.8vw!important;
}

.size-15 {
	font-size: 1vw!important;
}

.line-15 {
	line-height:2vw!important;
}

.size-2 {
	font-size: 1.25vw!important;
}

.line-2 {
	line-height:2.5vw!important;
}

.size-3 {
	font-size: 1.5vw!important;
}

.line-3 {
	line-height:3vw!important;
}

.size-4 {
	font-size: 1.75vw!important;
}

.line-4 {
	line-height:3.5vw!important;
}

.size-5 {
	font-size: 2vw!important;
}

.line-5 {
	line-height:4vw!important;
}

.size-6 {
	font-size: 2.25vw!important;
}

.line-6 {
	line-height:4.5vw!important;
}

.size-7 {
	font-size: 2.5vw!important;
}

.line-7 {
	line-height:5vw!important;
}

.size-8 {
	font-size: 2.75vw!important;
}

.line-8 {
	line-height:5.5vw!important;
}

.size-9 {
	font-size: 3vw!important;
}

.line-9 {
	line-height:6vw!important;
}

/** Opacity Özellikleri **/

.op-0 {
	opacity:0;
}

.oph-0:hover {
	opacity:0;
}

.ophh-0 {
	opacity:0;
}

.ophh-0:hover {
	opacity:1;
}

.op-25 {
	opacity:0.25;
}

.oph-25:hover {
	opacity:0.25;
}

.ophh-25 {
	opacity:0.25;
}

.ophh-25:hover {
	opacity:1;
}

.op-50 {
	opacity:0.5;
}

.oph-50:hover {
	opacity:0.5;
}

.ophh-50 {
	opacity:0.50;
}

.ophh-50:hover {
	opacity:1;
}

.op-75 {
	opacity:0.75;
}

.oph-75:hover {
	opacity:0.75;
}

.ophh-75 {
	opacity:0.75;
}

.ophh-75:hover {
	opacity:1;
}

.op-90 {
	opacity:0.90;
}

.oph-90:hover {
	opacity:0.90;
}

.ophh-90 {
	opacity:0.90;
}

.ophh-90:hover {
	opacity:1;
}

.op-1 {
	opacity:1 !important;
}

.oph-1:hover {
	opacity:1;
}

/** Arkaplan Resim Özellikleri **/

.bg-cover {
	background-size:cover!important;
}

.bg-contain {
	background-size:contain!important;
}

.bg-center {
	background-position:center!important;
}

.bg-center-top {
	background-position:center top!important;
}

.bg-center-bottom {
	background-position:center bottom!important;
}

.bg-norepeat {
	background-repeat:no-repeat!important;
}

/** Buton Özellikleri **/

.cursor {
	cursor:pointer!important;
}

.btn-group {
	position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn {
	border:unset;
	background:unset;
	padding:0;
	cursor:pointer;
}

.btn:disabled,button:disabled,
.btn[disabled],button[disabled]{
	opacity:0.5;
	cursor:no-drop!important;
}

/** Padding Özellikleri **/

.p-small {
    padding: 0.25vw!important;
}

.gap-min {
	gap: 0.25vw!important;
}

.gap-1 {
	gap: 0.5vw!important;
}

.gap-2 {
	gap: 1vw!important;
}

.gap-25 {
	gap: 1.25vw!important;
}

.gap-3 {
	gap: 1.5vw!important;
}

.gap-4 {
	gap: 2vw!important;
}

.gap-5 {
	gap: 2.5vw!important;
}

.gap-6 {
	gap: 3vw!important;
}

.p-1 {
    padding: 0.5vw!important;
}

.p-15 {
	padding: 0.75vw!important;
}

.p-2 {
    padding: 1vw!important;
}

.p-25 {
    padding: 1.25vw!important;
}

.p-3 {
    padding: 1.5vw!important;
}

.p-4 {
    padding: 2vw!important;
}

.p-5 {
    padding: 2.5vw!important;
}

.p-6 {
    padding: 3vw!important;
}

.p-7 {
    padding: 3.5vw!important;
}

.p-8 {
    padding: 4vw!important;
}

.pr-1 {
    padding-right: 0.5vw!important;
}

.pr-15 {
	padding-right: 0.75vw!important;
}

.pl-1 {
    padding-left: 0.5vw!important;
}

.pr-small {
	padding-right: 0.25vw!important;
}

.pl-small {
	padding-left: 0.25vw!important;
}

.pt-small {
	padding-top: 0.25vw!important;
}

.pb-small {
	padding-bottom: 0.25vw!important;
}

.pt-1 {
    padding-top: 0.5vw!important;
}

.pb-1 {
    padding-bottom: 0.5vw!important;
}

.pr-2 {
    padding-right: 1vw!important;
}

.pl-2 {
    padding-left: 1vw!important;
}

.pt-2 {
    padding-top: 1vw!important;
}

.pb-2 {
    padding-bottom: 1vw!important;
}

.pr-3 {
    padding-right: 1.5vw!important;
}

.pl-3 {
    padding-left: 1.5vw!important;
}

.pt-3 {
    padding-top: 1.5vw!important;
}

.pb-3 {
    padding-bottom: 1.5vw!important;
}

.pr-4 {
    padding-right: 2vw!important;
}

.pl-4 {
    padding-left: 2vw!important;
}

.pt-4 {
    padding-top: 2vw!important;
}

.pb-4 {
    padding-bottom: 2vw!important;
}

.pr-5 {
    padding-right: 2.5vw!important;
}

.pl-5 {
    padding-left: 2.5vw!important;
}

.pt-5 {
    padding-top: 2.5vw!important;
}

.pb-5 {
    padding-bottom: 2.5vw!important;
}

.pr-6 {
    padding-right: 3vw!important;
}

.pl-6 {
    padding-left: 3vw!important;
}

.pt-6 {
    padding-top: 3vw!important;
}

.pb-6 {
    padding-bottom: 3vw!important;
}

.pr-7 {
    padding-right: 3.5vw!important;
}

.pl-7 {
    padding-left: 3.5vw!important;
}

.pt-7 {
    padding-top: 3.5vw!important;
}

.pb-7 {
    padding-bottom: 3.5vw!important;
}

.pr-8 {
    padding-right: 4vw!important;
}

.pl-8 {
    padding-left: 4vw!important;
}

.pt-8 {
    padding-top: 4vw!important;
}

.pb-8 {
    padding-bottom: 4vw!important;
}

.p-0 {
    padding: 0!important;
}

.pr-0 {
    padding-right: 0!important;
}

.pl-0 {
    padding-left: 0!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

/** Margin Özellikleri **/

.m-auto {
	margin: 0 auto;
}

.m-0 {
    margin: 0!important;
}

.mr-0 {
    margin-right: 0!important;
}

.ml-0 {
    margin-left: 0!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.m-1 {
    margin: 0.5vw!important;
}

.m-2 {
    margin: 1vw!important;
}

.m-3 {
    margin: 1.5vw!important;
}

.m-4 {
    margin: 2vw!important;
}

.m-5 {
    margin: 2.5vw!important;
}

.m-6 {
    margin: 3vw!important;
}

.m-7 {
    margin: 3.5vw!important;
}

.m-8 {
    margin: 4vw!important;
}

.mr-1 {
    margin-right: 0.5vw!important;
}

.mr-15 {
	margin-right: 0.75vw!important;
}

.ml-1 {
    margin-left: 0.5vw!important;
}

.ml-15 {
	margin-left: 0.75vw!important;
}

.mt-1 {
    margin-top: 0.5vw!important;
}

.mt-15 {
	margin-top: 0.75vw!important;
}

.mb-1 {
    margin-bottom: 0.5vw!important;
}

.mb-15 {
	margin-bottom: 0.75vw!important;
}

.mr-2 {
    margin-right: 1vw!important;
}

.ml-2 {
    margin-left: 1vw!important;
}

.mt-2 {
    margin-top: 1vw!important;
}

.mb-2 {
    margin-bottom: 1vw!important;
}

.mr-3 {
    margin-right: 1.5vw!important;
}

.ml-3 {
    margin-left: 1.5vw!important;
}

.mt-3 {
    margin-top: 1.5vw!important;
}

.mb-3 {
    margin-bottom: 1.5vw!important;
}

.mr-4 {
    margin-right: 2vw!important;
}

.ml-4 {
    margin-left: 2vw!important;
}

.mt-4 {
    margin-top: 2vw!important;
}

.mb-4 {
    margin-bottom: 2vw!important;
}

.mr-5 {
    margin-right: 2.5vw!important;
}

.ml-5 {
    margin-left: 2.5vw!important;
}

.mt-5 {
    margin-top: 2.5vw!important;
}

.mb-5 {
    margin-bottom: 2.5vw!important;
}

.mr-6 {
    margin-right: 3vw!important;
}

.ml-6 {
    margin-left: 3vw!important;
}

.mt-6 {
    margin-top: 3vw!important;
}

.mb-6 {
    margin-bottom: 3vw!important;
}

.mr-7 {
    margin-right: 3.5vw!important;
}

.ml-7 {
    margin-left: 3.5vw!important;
}

.mt-7 {
    margin-top: 3.5vw!important;
}

.mb-7 {
    margin-bottom: 3.5vw!important;
}

.mr-8 {
    margin-right: 4vw!important;
}

.ml-8 {
    margin-left: 4vw!important;
}

.mt-8 {
    margin-top: 4vw!important;
}

.mb-8 {
    margin-bottom: 4vw!important;
}

/** Form Özellikleri **/

.focusable input:focus, .focusable select:focus, .focusable textarea:focus {
	border-color: var(--dark)!important;
}

.form-group {
	position:relative;
}

.form-group label {
	display:inline-block;
	margin-bottom:0.5vw;
}

.form-group select {
	display: none;
}

.select {
	position: relative;
	display: inline-block;
	width:100%;
}

.select-trigger {
	position: relative;
	display: block;
	font-weight: 100;
	cursor: pointer;
}

.search-trigger .search-input {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	border: unset;
	height: 100%;
	width: 65%;
	box-shadow: unset!important;
}

.select.open .search-trigger .search-input {
	display:block;
}

.select .search-trigger span {
	opacity:1;
}

.select.open .search-trigger span {
	opacity:0;
}

.select-trigger:before {
	position: absolute;
	display: block;
	content: "";
	width: 0.1vw;
	height: 100%;
	top: 0;
	right: 5vw;
	border-right: 0.1vw solid rgba(199, 209, 214, 0.5);
	transition: all 0.35s ease-out;
	transform-origin: 50% 0;
}

.select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 1vw;
    height: 1vw;
    top: 50%;
    transform: translate(calc(-50% - 0.25vw), calc(-50% - 0.25vw)) rotate(45deg);
    right: 1.25vw;
    margin-top: 0;
    border-bottom: 0.1vw solid rgba(199, 209, 214, 0.5);
    border-right: 0.1vw solid rgba(199, 209, 214, 0.5);
    transition: all 0.35s ease-out;
}

.smallarrow.select-trigger:before {
	right: 2.5vw;
}

.smallarrow.select-trigger:after {
    width: 0.75vw;
    height: 0.75vw;
    right: 0.25vw;
}

.select.open .select-trigger:after {
	transform: translate(calc(-50% - 0.25vw), calc(-50% + 0.25vw)) rotate(-135deg);
}

.select-options {
	position: absolute;
	display: block;
	top: 110%;
	left: 0%;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	background: var(--white);
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	border: 0;
	z-index:99999999999999;
	max-height:40vh!important;
	overflow:hidden!important;
	overflow-y:auto!important;
}

.select.open .select-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-box-shadow: 0 0.4vw 0.5vw -0.5vw rgba(0, 0, 0, 0.75);
	box-shadow: 0 0.4vw 0.5vw -0.5vw rgba(0, 0, 0, 0.75);
}

.multiselect::-webkit-scrollbar {
    width: 0.2vw;
    height: 0.2vw;
}

.multiselect::-webkit-scrollbar-track {
    border-radius: 0;
	background: transparent
}

.multiselect::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--dark)
}

.multiselect::-webkit-scrollbar-thumb:window-inactive {
	background: transparent
}

.select .select-options::-webkit-scrollbar {
    width: 0.25vw;
    height: 0.25vw;
}

.select .select-options::-webkit-scrollbar-track {
    border-radius: 0
}

.select .select-options::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--dark)
}

.select .select-options::-webkit-scrollbar-thumb:window-inactive {
	background: var(--dark)
}

.light-scroll::-webkit-scrollbar {
    width: 0.1vw;
    height: 0.1vw;
}

.light-scroll::-webkit-scrollbar-track {
    border-radius: 0
}

.light-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--light)
}

.light-scroll::-webkit-scrollbar-thumb:window-inactive {
	background: var(--light)
}

.reverse {
    top:auto;
    bottom:100%;
}

.option-hover:before {
	background: #f9f9f9;
}

.select-option {
	position: relative;
	display: block;
	padding: 0 2vw;
	cursor: pointer;
	transition: all 0.05s ease-in-out;
    border-bottom: 1px solid rgba(37, 37, 37, 0.1);
}

.select-options .select-option:last-child {
	border-bottom:unset;
}

.select-option:hover,
.select-option.selection {
	color: var(--white);
	background-color: var(--dark);
}



/**

input[type=checkbox], input[type=radio] {
	position:absolute;
	opacity: 0;
	float: left;
}

input[type=checkbox] + label, input[type=radio] + label {
    position: relative;
    margin-left: 2vw;
	line-height:2vw;
}

input[type=checkbox] + label::before, input[type=radio] + label::before {
    content: '\e906';
	font-family: evkal !important;
    position: absolute;
    width: 1.2vw;
    height: 1.2vw;
	justify-content: center;
	align-content: center;
	align-items: center;
    left: -1.73vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: transparent;
    border: 0.1vw solid;
	border-color:var(--dark);
    border-radius: 0.3vw;
}

.check-white input[type=checkbox] + label::before, .check-white input[type=radio] + label::before {
    border-color: var(--white);
}

input[type=checkbox] + label::after, input[type=radio] + label::after {
    content: '\e907';
    font-family: evkal !important;
    position: absolute;
    height: 1.75vw;
    width: 1.75vw;
    display: -webkit-flex;
    display: flex;
    top: 50%;
	left:-2vw;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    z-index: 1;
    color: var(--dark);
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
}

.check-white input[type=checkbox] + label::after, .check-white input[type=radio] + label::after {
    color: var(--white);
}

input[type=checkbox]:checked + label::after, input[type=radio]:checked + label::after {
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}

**/

/** Düzen Özellikleri **/

@media (min-width: 1024px) {



	.ps-lg-absolute {
		position:absolute!important;
	}

	.ps-lg-center {
		top:50%!important;
		left:50%!important;
		transform: translate(-50%,-50%)!important;
	}

	.ps-lg-sticky {
		position: -webkit-sticky!important;
		position:sticky!important;
		top:1vw;
	}

	.h-lg-100 {
		min-height:100vh;
	}

	.h-lg-75 {
		min-height:75vh;
	}

	.h-lg-65 {
		min-height:65vh;
	}

	.h-lg-50 {
		min-height:50vh;
	}

	.h-lg-40 {
		min-height:40vh;
	}

	.h-lg-35 {
		min-height:35vh;
	}

	.h-lg-30 {
		min-height:30vh;
	}

	.h-lg-25 {
		min-height:25vh;
	}

	.h-lg-20 {
		min-height:20vh;
	}

	.h-lg-15 {
		min-height:15vh;
	}

	.h-lg-auto {
		min-height:auto;
	}

	.hm-lg-100 {
		max-height:100vh;
	}

	.hm-lg-75 {
		max-height:75vh;
	}

	.hm-lg-50 {
		max-height:50vh;
	}

	.hm-lg-40 {
		max-height:40vh;
	}

	.hmv-lg-40 {
		height:15vw;
	}

	.hm-lg-35 {
		max-height:35vh;
	}

	.hm-lg-30 {
		max-height:30vh;
	}

	.hm-lg-25 {
		max-height:25vh;
	}

	.hm-lg-20 {
		max-height:20vh;
	}

	.hm-lg-15 {
		max-height:15vh;
	}

	.hm-lg-10 {
		max-height:10vh;
	}

	.hm-lg-5 {
		max-height:5vh;
	}

	.hm-lg-auto {
		max-height:unset;
	}

	.lg-none {
		display:none!important;
	}

	.grid-lg-25 {
		grid-template-columns: repeat(25, 1fr)
	}

	.grid-lg-9 {
		grid-template-columns: repeat(9, 1fr)
	}

	.grid-lg-8 {
		grid-template-columns: repeat(8, 1fr)
	}

	.grid-lg-7 {
		grid-template-columns: repeat(7, 1fr)
	}

	.grid-lg-6 {
		grid-template-columns: repeat(6, 1fr)
	}

	.grid-lg-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.grid-lg-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.grid-lg-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.grid-lg-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.grid-lg-1 {
		grid-template-columns: repeat(1, 1fr)
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.flex-lg-1 {
		flex:1;
	}

	.flex-lg-2 {
		flex:2;
	}

	.flex-lg-3 {
		flex:3;
	}

	.flex-lg-4 {
		flex:4;
	}

	.flex-lg-5 {
		flex:5;
	}

	.flex-lg-column {
		flex-direction:column;
	}

	/** Padding Large Özellikleri **/

	.p-lg-1 {
		padding: 0.5vw!important;
	}

	.p-lg-2 {
		padding: 1vw!important;
	}

	.p-lg-25 {
		padding: 1.25vw!important;
	}

	.p-lg-3 {
		padding: 1.5vw!important;
	}

	.p-lg-4 {
		padding: 2vw!important;
	}

	.p-lg-5 {
		padding: 2.5vw!important;
	}

	.p-lg-6 {
		padding: 3vw!important;
	}

	.p-lg-7 {
		padding: 3.5vw!important;
	}

	.p-lg-8 {
		padding: 4vw!important;
	}

	.pr-lg-1 {
		padding-right: 0.5vw!important;
	}

	.pl-lg-1 {
		padding-left: 0.5vw!important;
	}

	.pt-lg-1 {
		padding-top: 0.5vw!important;
	}

	.pb-lg-1 {
		padding-bottom: 0.5vw!important;
	}

	.pr-lg-2 {
		padding-right: 1vw!important;
	}

	.pl-lg-2 {
		padding-left: 1vw!important;
	}

	.pt-lg-2 {
		padding-top: 1vw!important;
	}

	.pb-lg-2 {
		padding-bottom: 1vw!important;
	}

	.pr-lg-3 {
		padding-right: 1.5vw!important;
	}

	.pl-lg-3 {
		padding-left: 1.5vw!important;
	}

	.pt-lg-3 {
		padding-top: 1.5vw!important;
	}

	.pb-lg-3 {
		padding-bottom: 1.5vw!important;
	}

	.pr-lg-4 {
		padding-right: 2vw!important;
	}

	.pl-lg-4 {
		padding-left: 2vw!important;
	}

	.pt-lg-4 {
		padding-top: 2vw!important;
	}

	.pb-lg-4 {
		padding-bottom: 2vw!important;
	}

	.pr-lg-5 {
		padding-right: 2.5vw!important;
	}

	.pl-lg-5 {
		padding-left: 2.5vw!important;
	}

	.pt-lg-5 {
		padding-top: 2.5vw!important;
	}

	.pb-lg-5 {
		padding-bottom: 2.5vw!important;
	}

	.pr-lg-6 {
		padding-right: 3vw!important;
	}

	.pl-lg-6 {
		padding-left: 3vw!important;
	}

	.pt-lg-6 {
		padding-top: 3vw!important;
	}

	.pb-lg-6 {
		padding-bottom: 3vw!important;
	}

	.pr-lg-7 {
		padding-right: 3.5vw!important;
	}

	.pl-lg-7 {
		padding-left: 3.5vw!important;
	}

	.pt-lg-7 {
		padding-top: 3.5vw!important;
	}

	.pb-lg-7 {
		padding-bottom: 3.5vw!important;
	}

	.pr-lg-8 {
		padding-right: 4vw!important;
	}

	.pl-lg-8 {
		padding-left: 4vw!important;
	}

	.pt-lg-8 {
		padding-top: 4vw!important;
	}

	.pb-lg-8 {
		padding-bottom: 4vw!important;
	}

	.p-lg-0 {
		padding: 0!important;
	}

	.pr-lg-0 {
		padding-right: 0!important;
	}

	.pl-lg-0 {
		padding-left: 0!important;
	}

	.pt-lg-0 {
		padding-top: 0!important;
	}

	.pb-lg-0 {
		padding-bottom: 0!important;
	}
}

@media (max-width: 1024px) {

	.float-md-left {
		float: left!important;
	}

	.float-md-right {
		float: right!important;
	}

	.ps-md-sticky {
		position: -webkit-sticky!important;
		position:sticky!important;
		top:1vw;
	}

	.h-md-100 {
		min-height:100vh;
	}

	.h-md-75 {
		min-height:75vh;
	}

	.h-md-50 {
		min-height:50vh;
	}

	.h-md-25 {
		min-height:25vh;
	}

	.h-md-auto {
		min-height:auto;
	}

	.hm-md-100 {
		max-height:100vh;
	}

	.hm-md-75 {
		max-height:75vh;
	}

	.hm-md-50 {
		max-height:50vh;
	}

	.hm-md-25 {
		max-height:25vh;
	}

	.hm-md-15 {
		max-height:15vh;
	}

	.hm-md-10 {
		max-height:10vh;
	}

	.hm-md-5 {
		max-height:5vh;
	}

	.hm-md-auto {
		max-height:unset;
	}

	.md-none {
		display:none!important;
	}

	.grid-md-6 {
		grid-template-columns: repeat(6, 1fr)
	}

	.grid-md-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.grid-md-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.grid-md-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.grid-md-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.grid-md-1 {
		grid-template-columns: repeat(1, 1fr)
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.flex-md-1 {
		flex:1;
	}

	.flex-md-2 {
		flex:2;
	}

	.flex-md-3 {
		flex:3;
	}

	.flex-md-4 {
		flex:4;
	}

	.flex-md-5 {
		flex:5;
	}

	.flex-md-column {
		flex-direction:column;
	}

	.mw-25 {
		max-width: 60vw;
		width: max-content;
		left: 50%!important;
		transform: translateX(-50%);
	}

	.float-sm-left {
		float: left!important;
	}

	.float-sm-right {
		float: right!important;
	}

	.ps-top100-center {
		top:100%!important;
		left:-40%!important;
		transform:unset!important;
	}

	.flex-m-align-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.flex-m-align-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.flex-m-align-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.flex-m-justify-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.flex-m-justify-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.flex-m-justify-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.flex-m-justify-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.flex-m-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.text-m-center {
		text-align:center!important;
		float:unset!important;
	}

	.text-m-left {
		text-align:left!important;
		float:left!important;
	}

	.text-m-right {
		text-align:right!important;
		float:right!important;
	}

	.ps-sm-sticky {
		position: -webkit-sticky!important;
		position:sticky!important;
		top:1vw;
	}

	.sticky {
		position:fixed!important;
		top:0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
		z-index:98;
	}

	.h-sm-100 {
		min-height:100vh;
	}

	.h-sm-75 {
		min-height:75vh;
	}

	.h-sm-50 {
		min-height:50vh;
	}

	.h-sm-45 {
		min-height:45vh;
	}

	.h-sm-40 {
		min-height:40vh;
	}

	.h-sm-35 {
		min-height:35vh;
	}

	.h-sm-30 {
		min-height:30vh;
	}

	.h-sm-25 {
		min-height:25vh;
	}

	.h-sm-20 {
		min-height:20vh;
	}

	.h-sm-15 {
		min-height:15vh;
	}

	.h-sm-10 {
		min-height:10vh;
	}

	.h-sm-5 {
		min-height:5vh;
	}

	.h-sm-auto {
		min-height:auto;
	}

	.hm-sm-100 {
		max-height:100vh;
	}

	.hm-sm-75 {
		max-height:75vh;
	}

	.hm-sm-50 {
		max-height:50vh;
	}

	.hm-sm-35 {
		max-height:32vh;
	}

	.hm-sm-30 {
		max-height:30vh;
	}

	.hm-sm-25 {
		max-height:25vh;
	}

	.hm-sm-15 {
		max-height:15vh;
	}

	.hm-sm-10 {
		max-height:10vh;
	}

	.hm-sm-5 {
		max-height:5vh;
	}

	.hm-sm-auto {
		max-height:unset;
	}

	.sm-none {
		display:none!important;
	}

	.sm-w-100 {
		width:100%!important;
	}

	.grid-sm-10 {
		grid-template-columns: repeat(10, 1fr)
	}
	.grid-sm-8 {
		grid-template-columns: repeat(8, 1fr)
	}

	.grid-sm-6 {
		grid-template-columns: repeat(6, 1fr)
	}

	.grid-sm-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.grid-sm-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.grid-sm-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.grid-sm-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.grid-sm-1 {
		grid-template-columns: repeat(1, 1fr)
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.flex-sm-1 {
		flex:1;
	}

	.flex-sm-2 {
		flex:2;
	}

	.flex-sm-3 {
		flex:3;
	}

	.flex-sm-4 {
		flex:4;
	}

	.flex-sm-5 {
		flex:5;
	}

	.flex-sm-column {
		flex-direction:column;
	}

	input[type=checkbox] + label, input[type=radio] + label {
		margin-left: 2.5vw;
		line-height: 6.5vw;
	}

	input[type=checkbox] + label::before, input[type=radio] + label::before {
		left: -1.5vw;
		width: 5.75vw;
		height: 5.75vw;
		top:2.25vw;
		border: 0.75vw solid;
		border-color:var(--dark);
		border-radius: 0.75vw;
	}

	input[type=checkbox] + label::after, input[type=radio] + label::after {
		left: -1.5vw;
		height: 5.75vw;
		width: 5.75vw;
		top:2.25vw;
		font-size: 3vw;
	}
}

@media (max-width : 1024px) {

	/** Kare Özellikleri **/

	.kr-min {
		width:1.5vw!important;
		height:1.5vw!important;
	}

	.kr-0 {
		width:3vw!important;
		height:3vw!important;
	}

	.kr-05 {
		width:4vw!important;
		height:4vw!important;
	}

	.kr-1 {
		width:5vw!important;
		height:5vw!important;
	}

	.kr-15 {
		width:6vw!important;
		height:6vw!important;
	}

	.kr-2 {
		width:7vw!important;
		height:7vw!important;
	}

	.kr-3 {
		width:9vw!important;
		height:9vw!important;
	}

	.kr-4 {
		width:11vw!important;
		height:11vw!important;
	}

	.kr-5 {
		width:20vw!important;
		height:20vw!important;
	}

	.kr-6 {
		width:25vw!important;
		height:25vw!important;
	}

	.kr-7 {
		width:30vw!important;
		height:30vw!important;
	}

	/** Yazı Boyut Özellikleri **/

	.size-small {
		font-size: 1vw!important;
	}

	.line-small {
		line-height:1.25vw!important;
	}

	.size-0 {
		font-size: 1.25vw!important;
	}

	.line-0 {
		line-height:2.5vw!important;
	}

	.size-05 {
		font-size: 1.35vw!important;
	}

	.size-1 {
		font-size: 1.5vw!important;
	}

	.line-1 {
		line-height:3vw!important;
	}

	.size-15 {
		font-size: 1.5vw!important;
	}

	.line-15 {
		line-height:3vw!important;
	}

	.size-2 {
		font-size: 1.75vw!important;
	}

	.line-2 {
		line-height:3.5vw!important;
	}

	.size-3 {
		font-size: 2vw!important;
	}

	.line-3 {
		line-height:4vw!important;
	}

	.size-4 {
		font-size: 2.25vw!important;
	}

	.line-4 {
		line-height:4.5vw!important;
	}

	.size-5 {
		font-size: 2.5vw!important;
	}

	.line-5 {
		line-height:5vw!important;
	}

	.size-6 {
		font-size: 2.75vw!important;
	}

	.line-6 {
		line-height:5.5vw!important;
	}

	.size-7 {
		font-size: 3vw!important;
	}

	.line-7 {
		line-height:6vw!important;
	}

	.size-8 {
		font-size: 3.25vw!important;
	}

	.line-8 {
		line-height:6.5vw!important;
	}

	.size-9 {
		font-size: 3.5vw!important;
	}

	.line-9 {
		line-height:7vw!important;
	}

	/** Border Özellikleri **/

	.border-0 {
		border:unset!important;
	}

	.border-1 {
		border:0.2vw solid!important;
	}

	.border-2 {
		border:0.3vw solid!important;
	}

	.border-3 {
		border:0.4vw solid!important;
	}

	.border-4 {
		border:0.5vw solid!important;
	}

	.border-5 {
		border:0.6vw solid!important;
	}

	.border-r-1 {
		border-right:0.2vw solid!important;
	}

	.border-l-1 {
		border-left:0.2vw solid!important;
	}

	.border-t-1 {
		border-top:0.2vw solid!important;
	}

	.border-b-1 {
		border-bottom:0.2vw solid!important;
	}

	.border-r-2 {
		border-right:0.3vw solid!important;
	}

	.border-l-2 {
		border-left:0.3vw solid!important;
	}

	.border-t-2 {
		border-top:0.3vw solid!important;
	}

	.border-b-2 {
		border-bottom:0.3vw solid!important;
	}

	.border-r-3 {
		border-right:0.4vw solid!important;
	}

	.border-l-3 {
		border-left:0.4vw solid!important;
	}

	.border-t-3 {
		border-top:0.4vw solid!important;
	}

	.border-b-3 {
		border-bottom:0.4vw solid!important;
	}

	.border-r-4 {
		border-right:0.5vw solid!important;
	}

	.border-l-4 {
		border-left:0.5vw solid!important;
	}

	.border-t-4 {
		border-top:0.5vw solid!important;
	}

	.border-b-4 {
		border-bottom:0.5vw solid!important;
	}

	.border-r-5 {
		border-right:0.6vw solid!important;
	}

	.border-l-5 {
		border-left:0.6vw solid!important;
	}

	.border-t-5 {
		border-top:0.6vw solid!important;
	}

	.border-b-5 {
		border-bottom:0.6vw solid!important;
	}
	.br-min {
		border-radius: 0.3vw!important;
	}
	.br-0 {
		border-radius: 0.5vw!important;
	}

	.br-1 {
		border-radius: 1vw!important;
	}

	.br-2 {
		border-radius: 1.5vw!important;
	}

	.br-3 {
		border-radius: 2vw!important;
	}

	.br-4 {
		border-radius: 2.5vw!important;
	}

	.br-5 {
		border-radius: 3vw!important;
	}

	.br-8 {
		border-radius: 4.5vw!important;
	}

	.br-tl-0 {
		border-top-left-radius:1vw!important;
	}

	.br-tr-0 {
		border-top-right-radius:1vw!important;
	}

	.br-bl-0 {
		border-bottom-left-radius:1vw!important;
	}

	.br-br-0 {
		border-bottom-right-radius:1vw!important;
	}

	.br-tl-1 {
		border-top-left-radius:1.5vw!important;
	}

	.br-tr-1 {
		border-top-right-radius:1.5vw!important;
	}

	.br-bl-1 {
		border-bottom-left-radius:1.5vw!important;
	}

	.br-br-1 {
		border-bottom-right-radius:1.5vw!important;
	}

	.br-tl-2 {
		border-top-left-radius:2vw!important;
	}

	.br-tr-2 {
		border-top-right-radius:2vw!important;
	}

	.br-bl-2 {
		border-bottom-left-radius:2vw!important;
	}

	.br-br-2 {
		border-bottom-right-radius:2vw!important;
	}

	.br-tl-3 {
		border-top-left-radius:2.5vw!important;
	}

	.br-tr-3 {
		border-top-right-radius:2.5vw!important;
	}

	.br-bl-3 {
		border-bottom-left-radius:2.5vw!important;
	}

	.br-br-3 {
		border-bottom-right-radius:2.5vw!important;
	}

	.br-tl-4 {
		border-top-left-radius:3vw!important;
	}

	.br-tr-4 {
		border-top-right-radius:3vw!important;
	}

	.br-bl-4 {
		border-bottom-left-radius:3vw!important;
	}

	.br-br-4 {
		border-bottom-right-radius:3vw!important;
	}

	.br-tl-5 {
		border-top-left-radius:3.5vw!important;
	}

	.br-tr-5 {
		border-top-right-radius:3.5vw!important;
	}

	.br-bl-5 {
		border-bottom-left-radius:3.5vw!important;
	}

	.br-br-5 {
		border-bottom-right-radius:3.5vw!important;
	}
	.br-br-8 {
		border-bottom-right-radius: 5vw!important;
	}
	.br-bl-8 {
		border-bottom-left-radius: 5vw!important;
	}
	.br-tr-8 {
		border-top-right-radius: 5vw!important;
	}
	.br-tl-8 {
		border-top-left-radius: 5vw!important;
	}

	.br-trans {
		border-color:transparent!important
	}

	.br-bg-1 {
		border-color:var(--bg-1)!important
	}

	.brh-bg-1 {
		border-color:var(--bg-1)!important
	}

	.brh-bg-1:hover, .brh-bg-1.active {
		border-color:var(--bg-1-hover)!important
	}

	.brh-bg-1-tr {
		border-color:transparent!important
	}

	.brh-bg-1-tr:hover, .brh-bg-1-tr.active {
		border-color:var(--bg-1-hover)!important
	}

	.br-bg-2 {
		border-color:var(--bg-2)!important
	}

	.brh-bg-2 {
		border-color:var(--bg-2)!important
	}

	.brh-bg-2:hover, .brh-bg-2.active {
		border-color:var(--bg-2-hover)!important
	}

	.brh-bg-2-tr {
		border-color:transparent!important
	}

	.brh-bg-2-tr:hover, .brh-bg-2-tr.active {
		border-color:var(--bg-2-hover)!important
	}

	.br-bg-3 {
		border-color:var(--bg-3)!important
	}

	.brh-bg-3 {
		border-color:var(--bg-3)!important
	}

	.brh-bg-3:hover, .brh-bg-3.active {
		border-color:var(--bg-3-hover)!important
	}

	.brh-bg-3-tr {
		border-color:transparent!important
	}

	.brh-bg-3-tr:hover, .brh-bg-3-tr.active {
		border-color:var(--bg-3-hover)!important
	}

	.br-bg-4 {
		border-color:var(--bg-4)!important
	}

	.brh-bg-4 {
		border-color:var(--bg-4)!important
	}

	.brh-bg-4:hover, .brh-bg-4.active {
		border-color:var(--bg-4-hover)!important
	}

	.brh-bg-4-tr {
		border-color:transparent!important
	}

	.brh-bg-4-tr:hover, .brh-bg-4-tr.active {
		border-color:var(--bg-4-hover)!important
	}

	.br-bg-5 {
		border-color:var(--bg-5)!important
	}

	.brh-bg-5 {
		border-color:var(--bg-5)!important
	}

	.brh-bg-5:hover, .brh-bg-5.active {
		border-color:var(--bg-5-hover)!important
	}

	.brh-bg-5-tr {
		border-color:transparent!important
	}

	.brh-bg-5-tr:hover, .brh-bg-5-tr.active {
		border-color:var(--bg-5-hover)!important
	}

	.br-bg-6 {
		border-color:var(--bg-6)!important
	}

	.brh-bg-6 {
		border-color:var(--bg-6)!important
	}

	.brh-bg-6:hover, .brh-bg-6.active {
		border-color:var(--bg-6-hover)!important
	}

	.brh-bg-6-tr {
		border-color:transparent!important
	}

	.brh-bg-6-tr:hover, .brh-bg-6-tr.active {
		border-color:var(--bg-6-hover)!important
	}

	.br-bg-7 {
		border-color:var(--bg-7)!important
	}

	.brh-bg-7 {
		border-color:var(--bg-7)!important
	}

	.brh-bg-7:hover, .brh-bg-7.active {
		border-color:var(--bg-7-hover)!important
	}

	.brh-bg-7-tr {
		border-color:transparent!important
	}

	.brh-bg-7-tr:hover, .brh-bg-7-tr.active {
		border-color:var(--bg-7-hover)!important
	}

	.br-bg-8 {
		border-color:var(--bg-8)!important
	}

	.brh-bg-8 {
		border-color:var(--bg-8)!important
	}

	.brh-bg-8:hover, .brh-bg-8.active {
		border-color:var(--bg-8-hover)!important
	}

	.brh-bg-8-tr {
		border-color:transparent!important
	}

	.brh-bg-8-tr:hover, .brh-bg-8-tr.active {
		border-color:var(--bg-8-hover)!important
	}

	.br-bg-9 {
		border-color:var(--bg-9)!important
	}

	.brh-bg-9 {
		border-color:var(--bg-9)!important
	}

	.brh-bg-9:hover, .brh-bg-9.active {
		border-color:var(--bg-9-hover)!important
	}

	.brh-bg-9-tr {
		border-color:transparent!important
	}

	.brh-bg-9-tr:hover, .brh-bg-9-tr.active {
		border-color:var(--bg-9-hover)!important
	}

	.br-bg-10 {
		border-color:var(--bg-10)!important
	}

	.brh-bg-10 {
		border-color:var(--bg-10)!important
	}

	.brh-bg-10:hover, .brh-bg-10.active {
		border-color:var(--bg-10-hover)!important
	}

	.brh-bg-10-tr {
		border-color:transparent!important
	}

	.brh-bg-10-tr:hover, .brh-bg-10-tr.active {
		border-color:var(--bg-10-hover)!important
	}

	.br-bg-11 {
		border-color:var(--bg-11)!important
	}

	.brh-bg-11 {
		border-color:var(--bg-11)!important
	}

	.brh-bg-11:hover, .brh-bg-11.active {
		border-color:var(--bg-11-hover)!important
	}

	.brh-bg-11-tr {
		border-color:transparent!important
	}

	.brh-bg-11-tr:hover, .brh-bg-11-tr.active {
		border-color:var(--bg-11-hover)!important
	}

	.br-bg-12 {
		border-color:var(--bg-12)!important
	}

	.brh-bg-12 {
		border-color:var(--bg-12)!important
	}

	.brh-bg-12:hover, .brh-bg-12.active {
		border-color:var(--bg-12-hover)!important
	}

	.brh-bg-12-tr {
		border-color:transparent!important
	}

	.brh-bg-12-tr:hover, .brh-bg-12-tr.active {
		border-color:var(--bg-12-hover)!important
	}

	.br-bg-13 {
		border-color:var(--bg-13)!important
	}

	.brh-bg-13 {
		border-color:var(--bg-13)!important
	}

	.brh-bg-13:hover, .brh-bg-13.active {
		border-color:var(--bg-13-hover)!important
	}

	.brh-bg-13-tr {
		border-color:transparent!important
	}

	.brh-bg-13-tr:hover, .brh-bg-13-tr.active {
		border-color:var(--bg-13-hover)!important
	}

	.br-danger {
		border-color:var(--danger)!important
	}

	.brh-danger {
		border-color:var(--danger)!important
	}

	.brh-danger:hover, .brh-danger.active {
		border-color:var(--danger-hover)!important
	}

	.brh-danger-tr {
		border-color:transparent!important
	}

	.brh-danger-tr:hover, .brh-danger-tr.active {
		border-color:var(--danger-hover)!important
	}

	.br-warning {
		border-color:var(--warning)!important
	}

	.brh-warning {
		border-color:var(--warning)!important
	}

	.brh-warning:hover, .brh-warning.active {
		border-color:var(--warning-hover)!important
	}

	.brh-warning-tr {
		border-color:transparent!important
	}

	.brh-warning-tr:hover, .brh-warning-tr.active {
		border-color:var(--warning-hover)!important
	}

	.br-success {
		border-color:var(--success)!important
	}

	.brh-success {
		border-color:var(--success)!important
	}

	.brh-success:hover, .brh-success.active {
		border-color:var(--success-hover)!important
	}

	.brh-success-tr {
		border-color:transparent!important
	}

	.brh-success-tr:hover, .brh-success-tr.active {
		border-color:var(--success-hover)!important
	}

	.br-primary {
		border-color:var(--primary)!important
	}

	.brh-primary {
		border-color:var(--primary)!important
	}

	.brh-primary:hover, .brh-primary.active {
		border-color:var(--primary-hover)!important
	}

	.brh-primary-tr {
		border-color:transparent!important
	}

	.brh-primary-tr:hover, .brh-primary-tr.active {
		border-color:var(--primary-hover)!important
	}

	.br-info {
		border-color:var(--info)!important
	}

	.brh-info {
		border-color:var(--info)!important
	}

	.brh-info:hover, .brh-info.active {
		border-color:var(--info-hover)!important
	}

	.brh-info-tr {
		border-color:transparent!important
	}

	.brh-info-tr:hover, .brh-info-tr.active {
		border-color:var(--info-hover)!important
	}

	.br-dark {
		border-color: var(--dark)!important
	}

	.brh-dark {
		border-color:var(--dark)!important
	}

	.brh-dark:hover, .brh-dark.active {
		border-color:var(--dark-hover)!important
	}

	.brh-dark-tr {
		border-color:transparent!important
	}

	.brh-dark-tr:hover, .brh-dark-tr.active {
		border-color:var(--dark-hover)!important
	}

	.br-gray {
		border-color: var(--gray)!important
	}

	.brh-gray {
		border-color:var(--gray)!important
	}

	.brh-gray:hover, .brh-gray.active {
		border-color:var(--gray-hover)!important
	}

	.brh-gray-tr {
		border-color:transparent!important
	}

	.brh-gray-tr:hover, .brh-gray-tr.active {
		border-color:var(--gray-hover)!important
	}

	.br-white {
		border-color: var(--white)!important
	}

	.brh-white {
		border-color:var(--white)!important
	}

	.brh-white:hover, .brh-white.active {
		border-color:var(--white-hover)!important
	}

	.brh-white-tr {
		border-color:transparent!important
	}

	.brh-white-tr:hover, .brh-white-tr.active {
		border-color:var(--white-hover)!important
	}

	.br-light {
		border-color: var(--light)!important
	}

	.brh-light {
		border-color:var(--light)!important
	}

	.brh-light:hover, .brh-light.active {
		border-color:var(--light-hover)!important
	}

	.brh-light-tr {
		border-color:transparent!important
	}

	.brh-light-tr:hover, .brh-light-tr.active {
		border-color:var(--light-hover)!important
	}

	.border-tb-danger {
		border-color: var(--danger) transparent!important;
	}

	.border-tb-warning {
		border-color: var(--warning) transparent!important;
	}

	.border-tb-success {
		border-color: var(--success) transparent!important;
	}

	.border-tb-primary {
		border-color: var(--info) transparent!important;
	}

	.border-tb-info {
		border-color: var(--info) transparent!important;
	}

	.border-tb-dark {
		border-color: var(--dark) transparent!important;
	}

	.border-tb-white {
		border-color: var(--white) transparent!important;
	}

	.border-rl-danger {
		border-color: transparent var(--danger)!important
	}

	.border-rl-warning {
		border-color: transparent var(--warning)!important
	}

	.border-rl-success {
		border-color: transparent var(--success)!important
	}

	.border-rl-primary {
		border-color: transparent var(--info)!important
	}

	.border-rl-info {
		border-color: transparent var(--info)!important
	}

	.border-rl-dark {
		border-color: transparent var(--dark)!important
	}

	.border-rl-white {
		border-color: transparent var(--white)!important
	}

	/** Gap Özellikleri **/

	.gap-min {
		gap: 0.5vw!important;
	}

	.gap-1 {
		gap: 1vw!important;
	}

	.gap-2 {
		gap: 1.5vw!important;
	}

	.gap-25 {
		gap: 1.75vw!important;
	}

	.gap-3 {
		gap: 2vw!important;
	}

	.gap-4 {
		gap: 2.5vw!important;
	}

	.gap-5 {
		gap: 3vw!important;
	}

	.gap-6 {
		gap: 3.5vw!important;
	}

	/** Padding Özellikleri **/

	.p-small {
		padding: 0.5vw!important;
	}

	.p-1 {
		padding: 1vw!important;
	}

	.p-15 {
		padding: 1.25vw!important;
	}

	.p-2 {
		padding: 1.5vw!important;
	}

	.p-25 {
		padding: 1.75vw!important;
	}

	.p-3 {
		padding: 2vw!important;
	}

	.p-4 {
		padding: 2.5vw!important;
	}

	.p-5 {
		padding: 3vw!important;
	}

	.p-6 {
		padding: 3.5vw!important;
	}

	.p-7 {
		padding: 4vw!important;
	}

	.p-8 {
		padding: 4.5vw!important;
	}

	.pr-small {
		padding-right: 0.5vw!important;
	}

	.pl-small {
		padding-left: 0.5vw!important;
	}

	.pt-small {
		padding-top: 0.5vw!important;
	}

	.pb-small {
		padding-bottom: 0.5vw!important;
	}

	.pr-1 {
		padding-right: 1vw!important;
	}

	.pr-15 {
		padding-right: 1.5vw!important;
	}

	.pl-1 {
		padding-left: 1vw!important;
	}

	.pt-1 {
		padding-top: 1vw!important;
	}

	.pb-1 {
		padding-bottom: 1vw!important;
	}

	.pr-2 {
		padding-right: 1.5vw!important;
	}

	.pl-2 {
		padding-left: 1.5vw!important;
	}

	.pt-2 {
		padding-top: 1.5vw!important;
	}

	.pb-2 {
		padding-bottom: 1.5vw!important;
	}

	.pr-3 {
		padding-right: 2vw!important;
	}

	.pl-3 {
		padding-left: 2vw!important;
	}

	.pt-3 {
		padding-top: 2vw!important;
	}

	.pb-3 {
		padding-bottom: 2vw!important;
	}

	.pr-4 {
		padding-right: 2.5vw!important;
	}

	.pl-4 {
		padding-left: 2.5vw!important;
	}

	.pt-4 {
		padding-top: 2.5vw!important;
	}

	.pb-4 {
		padding-bottom: 2.5vw!important;
	}

	.pr-5 {
		padding-right: 3vw!important;
	}

	.pl-5 {
		padding-left: 3vw!important;
	}

	.pt-5 {
		padding-top: 3vw!important;
	}

	.pb-5 {
		padding-bottom: 3vw!important;
	}

	.pr-6 {
		padding-right: 3.5vw!important;
	}

	.pl-6 {
		padding-left: 3.5vw!important;
	}

	.pt-6 {
		padding-top: 3.5vw!important;
	}

	.pb-6 {
		padding-bottom: 3.5vw!important;
	}

	.pr-7 {
		padding-right: 4vw!important;
	}

	.pl-7 {
		padding-left: 4vw!important;
	}

	.pt-7 {
		padding-top: 4vw!important;
	}

	.pb-7 {
		padding-bottom: 4vw!important;
	}

	.pr-8 {
		padding-right: 4.5vw!important;
	}

	.pl-8 {
		padding-left: 4.5vw!important;
	}

	.pt-8 {
		padding-top: 4.5vw!important;
	}

	.pb-8 {
		padding-bottom: 4.5vw!important;
	}

	.p-0 {
		padding: 0!important;
	}

	.pr-0 {
		padding-right: 0!important;
	}

	.pl-0 {
		padding-left: 0!important;
	}

	.pt-0 {
		padding-top: 0!important;
	}

	.pb-0 {
		padding-bottom: 0!important;
	}

	/** Padding Medium Özellikleri **/

	.p-md-1 {
		padding: 0.75vw!important;
	}

	.p-md-2 {
		padding: 1.5vw!important;
	}

	.p-md-25 {
		padding: 1.75vw!important;
	}

	.p-md-3 {
		padding: 2vw!important;
	}

	.p-md-4 {
		padding: 2.5vw!important;
	}

	.p-md-5 {
		padding: 3vw!important;
	}

	.p-md-6 {
		padding: 3.5vw!important;
	}

	.p-md-7 {
		padding: 4vw!important;
	}

	.p-md-8 {
		padding: 4.5vw!important;
	}

	.pr-md-1 {
		padding-right: 0.75vw!important;
	}

	.pl-md-1 {
		padding-left: 0.75vw!important;
	}

	.pt-md-1 {
		padding-top: 0.75vw!important;
	}

	.pb-md-1 {
		padding-bottom: 0.75vw!important;
	}

	.pr-md-2 {
		padding-right: 1.5vw!important;
	}

	.pl-md-2 {
		padding-left: 1.5vw!important;
	}

	.pt-md-2 {
		padding-top: 1.5vw!important;
	}

	.pb-md-2 {
		padding-bottom: 1.5vw!important;
	}

	.pr-md-3 {
		padding-right: 2vw!important;
	}

	.pl-md-3 {
		padding-left: 2vw!important;
	}

	.pt-md-3 {
		padding-top: 2vw!important;
	}

	.pb-md-3 {
		padding-bottom: 2vw!important;
	}

	.pr-md-4 {
		padding-right: 2.5vw!important;
	}

	.pl-md-4 {
		padding-left: 2.5vw!important;
	}

	.pt-md-4 {
		padding-top: 2.5vw!important;
	}

	.pb-md-4 {
		padding-bottom: 2.5vw!important;
	}

	.pr-md-5 {
		padding-right: 3vw!important;
	}

	.pl-md-5 {
		padding-left: 3vw!important;
	}

	.pt-md-5 {
		padding-top: 3vw!important;
	}

	.pb-md-5 {
		padding-bottom: 3vw!important;
	}

	.pr-md-6 {
		padding-right: 3.5vw!important;
	}

	.pl-md-6 {
		padding-left: 3.5vw!important;
	}

	.pt-md-6 {
		padding-top: 3.5vw!important;
	}

	.pb-md-6 {
		padding-bottom: 3.5vw!important;
	}

	.pr-md-7 {
		padding-right: 4vw!important;
	}

	.pl-md-7 {
		padding-left: 4vw!important;
	}

	.pt-md-7 {
		padding-top: 4vw!important;
	}

	.pb-md-7 {
		padding-bottom: 4vw!important;
	}

	.pr-md-8 {
		padding-right: 4.5vw!important;
	}

	.pl-md-8 {
		padding-left: 4.5vw!important;
	}

	.pt-md-8 {
		padding-top: 4.5vw!important;
	}

	.pb-md-8 {
		padding-bottom: 4.5vw!important;
	}

	.p-md-0 {
		padding: 0!important;
	}

	.pr-md-0 {
		padding-right: 0!important;
	}

	.pl-md-0 {
		padding-left: 0!important;
	}

	.pt-md-0 {
		padding-top: 0!important;
	}

	.pb-md-0 {
		padding-bottom: 0!important;
	}

	/** Margin Özellikleri **/

	.m-1 {
		margin: 1vw!important;
	}

	.m-2 {
		margin: 1.5vw!important;
	}

	.m-3 {
		margin: 2vw!important;
	}

	.m-4 {
		margin: 2.5vw!important;
	}

	.m-5 {
		margin: 3vw!important;
	}

	.m-6 {
		margin: 3.5vw!important;
	}

	.m-7 {
		margin: 4vw!important;
	}

	.m-8 {
		margin: 4.5vw!important;
	}

	.mr-0 {
		margin-right: 0!important;
	}

	.ml-0 {
		margin-left: 0!important;
	}

	.mt-0 {
		margin-top: 0!important;
	}

	.mb-0 {
		margin-bottom: 0!important;
	}

	.mr-1 {
		margin-right: 1vw!important;
	}

	.mr-15 {
		margin-right: 1.5vw!important;
	}

	.ml-1 {
		margin-left: 1vw!important;
	}

	.ml-15 {
		margin-left: 1.5vw!important;
	}

	.mt-1 {
		margin-top: 1vw!important;
	}

	.mt-15 {
		margin-top: 1.5vw!important;
	}

	.mb-1 {
		margin-bottom: 1vw!important;
	}

	.mb-15 {
		margin-bottom: 1.5vw!important;
	}

	.mr-2 {
		margin-right: 1.5vw!important;
	}

	.ml-2 {
		margin-left: 1.5vw!important;
	}

	.mt-2 {
		margin-top: 1.5vw!important;
	}

	.mb-2 {
		margin-bottom: 1.5vw!important;
	}

	.mr-3 {
		margin-right: 2vw!important;
	}

	.ml-3 {
		margin-left: 2vw!important;
	}

	.mt-3 {
		margin-top: 2vw!important;
	}

	.mb-3 {
		margin-bottom: 2vw!important;
	}

	.mr-4 {
		margin-right: 2.5vw!important;
	}

	.ml-4 {
		margin-left: 2.5vw!important;
	}

	.mt-4 {
		margin-top: 2.5vw!important;
	}

	.mb-4 {
		margin-bottom: 2.5vw!important;
	}

	.mr-5 {
		margin-right: 3vw!important;
	}

	.ml-5 {
		margin-left: 3vw!important;
	}

	.mt-5 {
		margin-top: 3vw!important;
	}

	.mb-5 {
		margin-bottom: 3vw!important;
	}

	.mr-6 {
		margin-right: 3.5vw!important;
	}

	.ml-6 {
		margin-left: 3.5vw!important;
	}

	.mt-6 {
		margin-top: 3.5vw!important;
	}

	.mb-6 {
		margin-bottom: 3.5vw!important;
	}

	.mr-7 {
		margin-right: 4vw!important;
	}

	.ml-7 {
		margin-left: 4vw!important;
	}

	.mt-7 {
		margin-top: 4vw!important;
	}

	.mb-7 {
		margin-bottom: 4vw!important;
	}

	.mr-8 {
		margin-right: 4.5vw!important;
	}

	.ml-8 {
		margin-left: 4.5vw!important;
	}

	.mt-8 {
		margin-top: 4.5vw!important;
	}

	.mb-8 {
		margin-bottom: 4.5vw!important;
	}

	/** GÃ¶lge Özellikleri **/

	.sh-0 {
		box-shadow: 0 0.5vw 0.6vw -0.5vw rgba(0, 0, 0, 0.75);
	}

	/** Form Özellikleri **/

	.form-group {
		/**margin-bottom:1.5vw;**/
	}

	.form-group label {
		margin-bottom:1vw;
	}

	.search-trigger .search-input {
		display:none;
		position: absolute;
		left: 0;
		top: 0;
		background: transparent;
		border: unset;
		height: 100%;
		width: 65%;
		box-shadow: unset!important;
	}

	.select.open .search-trigger .search-input {
		display:block;
	}

	.select .search-trigger span {
		opacity:1;
	}

	.select.open .search-trigger span {
		opacity:0;
	}

	.select-trigger:before {
		width: 0.2vw;
		right: 8vw!important;
		border-right: 0.2vw solid rgba(199, 209, 214, 0.5);
	}

	.select-trigger:after {
		width: 2vw!important;
		height: 2vw!important;
		transform: translate(calc(-50% - 0.5vw), calc(-50% - 0.5vw)) rotate(45deg);
		right: 1.5vw!important;
		border-bottom: 0.2vw solid rgba(199, 209, 214, 0.5);
		border-right: 0.2vw solid rgba(199, 209, 214, 0.5);
	}

	.smallarrow.select-trigger:before {
		right: 6.5vw !important;
	}

	.smallarrow.select-trigger:after {
		width: 2.25vw !important;
		height: 2.25vw !important;
		right: 0.5vw !important;
	}

	.select.open .select-trigger:after {
		transform: translate(calc(-50% - 0.5vw), calc(-50% + 0.5vw)) rotate(-135deg);
	}

	/** Kare Özellikleri **/

	.kr-min {
		width:3.5vw!important;
		height:3.5vw!important;
	}

	.kr-0 {
		width:6vw!important;
		height:6vw!important;
	}

	.kr-05 {
		width:7vw!important;
		height:7vw!important;
	}

	.kr-1 {
		width:8vw!important;
		height:8vw!important;
	}

	.kr-15 {
		width:9vw!important;
		height:9vw!important;
	}

	.kr-2 {
		width:10vw!important;
		height:10vw!important;
	}

	.kr-3 {
		width:12vw!important;
		height:12vw!important;
	}

	.kr-4 {
		width:21vw!important;
		height:21vw!important;
	}

	.kr-5 {
		width:30vw!important;
		height:30vw!important;
	}

	.kr-6 {
		width:35vw!important;
		height:35vw!important;
	}

	.kr-7 {
		width:40vw!important;
		height:40vw!important;
	}

	/** Yazı Boyut Özellikleri **/

	.size-small {
		font-size: 2.5vw!important;
	}

	.line-small {
		line-height:3vw!important;
	}

	.size-0 {
		font-size: 3vw!important;
	}

	.line-0 {
		line-height:6vw!important;
	}

	.size-1 {
		font-size: 3.25vw!important;
	}

	.line-1 {
		line-height:6.5vw!important;
	}

	.size-15 {
		font-size: 3.25vw!important;
	}

	.line-15 {
		line-height:6.5vw!important;
	}

	.size-2 {
		font-size: 3.5vw!important;
	}

	.line-2 {
		line-height:7vw!important;
	}

	.size-3 {
		font-size: 3.75vw!important;
	}

	.line-3 {
		line-height:7.5vw!important;
	}

	.size-4 {
		font-size: 4.25vw!important;
	}

	.line-4 {
		line-height:8.5vw!important;
	}

	.size-5 {
		font-size: 4.75vw!important;
	}

	.line-5 {
		line-height:9.5vw!important;
	}

	.size-6 {
		font-size: 5.25vw!important;
	}

	.line-6 {
		line-height:10.5vw!important;
	}

	.size-7 {
		font-size: 5.5vw!important;
	}

	.line-7 {
		line-height:11vw!important;
	}

	.size-8 {
		font-size: 5.75vw!important;
	}

	.line-8 {
		line-height:11.5vw!important;
	}

	.size-9 {
		font-size: 6vw!important;
	}

	.line-8 {
		line-height:12vw!important;
	}

	/** Border Özellikleri **/

	.border-white {
		border-color:var(--white)!important;
	}

	.border-white:hover {
		border-color:var(--white)!important;
	}

	.border-dark {
		border-color:var(--dark)!important;
	}

	.border-dark:hover {
		border-color:var(--dark)!important;
	}

	.border-0 {
		border:unset!important;
	}

	.border-1 {
		border:0.2vw solid!important;
	}

	.border-2 {
		border:0.3vw solid!important;
	}

	.border-3 {
		border:0.4vw solid!important;
	}

	.border-4 {
		border:0.5vw solid!important;
	}

	.border-5 {
		border:0.6vw solid!important;
	}

	.border-r-1 {
		border-right:0.2vw solid!important;
	}

	.border-l-1 {
		border-left:0.2vw solid!important;
	}

	.border-t-1 {
		border-top:0.2vw solid!important;
	}

	.border-b-1 {
		border-bottom:0.2vw solid!important;
	}

	.border-r-2 {
		border-right:0.3vw solid!important;
	}

	.border-l-2 {
		border-left:0.3vw solid!important;
	}

	.border-t-2 {
		border-top:0.3vw solid!important;
	}

	.border-b-2 {
		border-bottom:0.6vw solid!important;
	}

	.border-r-3 {
		border-right:0.4vw solid!important;
	}

	.border-l-3 {
		border-left:0.4vw solid!important;
	}

	.border-t-3 {
		border-top:0.4vw solid!important;
	}

	.border-b-3 {
		border-bottom:0.8vw solid!important;
	}

	.border-r-4 {
		border-right:0.5vw solid!important;
	}

	.border-l-4 {
		border-left:0.5vw solid!important;
	}

	.border-t-4 {
		border-top:0.5vw solid!important;
	}

	.border-b-4 {
		border-bottom:1vw solid!important;
	}

	.border-r-5 {
		border-right:0.6vw solid!important;
	}

	.border-l-5 {
		border-left:0.6vw solid!important;
	}

	.border-t-5 {
		border-top:0.6vw solid!important;
	}

	.border-b-5 {
		border-bottom:1.2vw solid!important;
	}

	.br-min {
		border-radius: 0.3vw!important;
	}
	.br-0 {
		border-radius: 1.5vw!important;
	}

	.br-1 {
		border-radius: 2vw!important;
	}

	.br-2 {
		border-radius: 2.5vw!important;
	}

	.br-3 {
		border-radius: 3vw!important;
	}

	.br-4 {
		border-radius: 3.5vw!important;
	}

	.br-5 {
		border-radius: 4vw!important;
	}

	.br-8 {
		border-radius: 5.5vw!important;
	}

	.br-tl-0 {
		border-top-left-radius:1.5vw!important;
	}

	.br-tr-0 {
		border-top-right-radius:1.5vw!important;
	}

	.br-bl-0 {
		border-bottom-left-radius:1.5vw!important;
	}

	.br-br-0 {
		border-bottom-right-radius:1.5vw!important;
	}

	.br-tl-1 {
		border-top-left-radius:2vw!important;
	}

	.br-tr-1 {
		border-top-right-radius:2vw!important;
	}

	.br-bl-1 {
		border-bottom-left-radius:2vw!important;
	}

	.br-br-1 {
		border-bottom-right-radius:2vw!important;
	}

	.br-tl-2 {
		border-top-left-radius:2.5vw!important;
	}

	.br-tr-2 {
		border-top-right-radius:2.5vw!important;
	}

	.br-bl-2 {
		border-bottom-left-radius:2.5vw!important;
	}

	.br-br-2 {
		border-bottom-right-radius:2.5vw!important;
	}

	.br-tl-3 {
		border-top-left-radius:3vw!important;
	}

	.br-tr-3 {
		border-top-right-radius:3vw!important;
	}

	.br-bl-3 {
		border-bottom-left-radius:3vw!important;
	}

	.br-br-3 {
		border-bottom-right-radius:3vw!important;
	}

	.br-tl-4 {
		border-top-left-radius:3.5vw!important;
	}

	.br-tr-4 {
		border-top-right-radius:3.5vw!important;
	}

	.br-bl-4 {
		border-bottom-left-radius:3.5vw!important;
	}

	.br-br-4 {
		border-bottom-right-radius:3.5vw!important;
	}

	.br-tl-5 {
		border-top-left-radius:4vw!important;
	}

	.br-tr-5 {
		border-top-right-radius:4vw!important;
	}

	.br-bl-5 {
		border-bottom-left-radius:4vw!important;
	}

	.br-br-5 {
		border-bottom-right-radius:4vw!important;
	}
	.br-br-8 {
		border-bottom-right-radius: 5.5vw!important;
	}
	.br-bl-8 {
		border-bottom-left-radius: 5.5vw!important;
	}
	.br-tr-8 {
		border-top-right-radius: 5.5vw!important;
	}
	.br-tl-8 {
		border-top-left-radius: 5.5vw!important;
	}

	.br-trans {
		border-color:transparent!important
	}

	.br-bg-1 {
		border-color:var(--bg-1)!important
	}

	.brh-bg-1 {
		border-color:var(--bg-1)!important
	}

	.brh-bg-1:hover, .brh-bg-1.active {
		border-color:var(--bg-1-hover)!important
	}

	.brh-bg-1-tr {
		border-color:transparent!important
	}

	.brh-bg-1-tr:hover, .brh-bg-1-tr.active {
		border-color:var(--bg-1-hover)!important
	}

	.br-bg-2 {
		border-color:var(--bg-2)!important
	}

	.brh-bg-2 {
		border-color:var(--bg-2)!important
	}

	.brh-bg-2:hover, .brh-bg-2.active {
		border-color:var(--bg-2-hover)!important
	}

	.brh-bg-2-tr {
		border-color:transparent!important
	}

	.brh-bg-2-tr:hover, .brh-bg-2-tr.active {
		border-color:var(--bg-2-hover)!important
	}

	.br-bg-3 {
		border-color:var(--bg-3)!important
	}

	.brh-bg-3 {
		border-color:var(--bg-3)!important
	}

	.brh-bg-3:hover, .brh-bg-3.active {
		border-color:var(--bg-3-hover)!important
	}

	.brh-bg-3-tr {
		border-color:transparent!important
	}

	.brh-bg-3-tr:hover, .brh-bg-3-tr.active {
		border-color:var(--bg-3-hover)!important
	}

	.br-bg-4 {
		border-color:var(--bg-4)!important
	}

	.brh-bg-4 {
		border-color:var(--bg-4)!important
	}

	.brh-bg-4:hover, .brh-bg-4.active {
		border-color:var(--bg-4-hover)!important
	}

	.brh-bg-4-tr {
		border-color:transparent!important
	}

	.brh-bg-4-tr:hover, .brh-bg-4-tr.active {
		border-color:var(--bg-4-hover)!important
	}

	.br-bg-5 {
		border-color:var(--bg-5)!important
	}

	.brh-bg-5 {
		border-color:var(--bg-5)!important
	}

	.brh-bg-5:hover, .brh-bg-5.active {
		border-color:var(--bg-5-hover)!important
	}

	.brh-bg-5-tr {
		border-color:transparent!important
	}

	.brh-bg-5-tr:hover, .brh-bg-5-tr.active {
		border-color:var(--bg-5-hover)!important
	}

	.br-bg-6 {
		border-color:var(--bg-6)!important
	}

	.brh-bg-6 {
		border-color:var(--bg-6)!important
	}

	.brh-bg-6:hover, .brh-bg-6.active {
		border-color:var(--bg-6-hover)!important
	}

	.brh-bg-6-tr {
		border-color:transparent!important
	}

	.brh-bg-6-tr:hover, .brh-bg-6-tr.active {
		border-color:var(--bg-6-hover)!important
	}

	.br-bg-7 {
		border-color:var(--bg-7)!important
	}

	.brh-bg-7 {
		border-color:var(--bg-7)!important
	}

	.brh-bg-7:hover, .brh-bg-7.active {
		border-color:var(--bg-7-hover)!important
	}

	.brh-bg-7-tr {
		border-color:transparent!important
	}

	.brh-bg-7-tr:hover, .brh-bg-7-tr.active {
		border-color:var(--bg-7-hover)!important
	}

	.br-bg-8 {
		border-color:var(--bg-8)!important
	}

	.brh-bg-8 {
		border-color:var(--bg-8)!important
	}

	.brh-bg-8:hover, .brh-bg-8.active {
		border-color:var(--bg-8-hover)!important
	}

	.brh-bg-8-tr {
		border-color:transparent!important
	}

	.brh-bg-8-tr:hover, .brh-bg-8-tr.active {
		border-color:var(--bg-8-hover)!important
	}

	.br-bg-9 {
		border-color:var(--bg-9)!important
	}

	.brh-bg-9 {
		border-color:var(--bg-9)!important
	}

	.brh-bg-9:hover, .brh-bg-9.active {
		border-color:var(--bg-9-hover)!important
	}

	.brh-bg-9-tr {
		border-color:transparent!important
	}

	.brh-bg-9-tr:hover, .brh-bg-9-tr.active {
		border-color:var(--bg-9-hover)!important
	}

	.br-bg-10 {
		border-color:var(--bg-10)!important
	}

	.brh-bg-10 {
		border-color:var(--bg-10)!important
	}

	.brh-bg-10:hover, .brh-bg-10.active {
		border-color:var(--bg-10-hover)!important
	}

	.brh-bg-10-tr {
		border-color:transparent!important
	}

	.brh-bg-10-tr:hover, .brh-bg-10-tr.active {
		border-color:var(--bg-10-hover)!important
	}

	.br-bg-11 {
		border-color:var(--bg-11)!important
	}

	.brh-bg-11 {
		border-color:var(--bg-11)!important
	}

	.brh-bg-11:hover, .brh-bg-11.active {
		border-color:var(--bg-11-hover)!important
	}

	.brh-bg-11-tr {
		border-color:transparent!important
	}

	.brh-bg-11-tr:hover, .brh-bg-11-tr.active {
		border-color:var(--bg-11-hover)!important
	}

	.br-bg-12 {
		border-color:var(--bg-12)!important
	}

	.brh-bg-12 {
		border-color:var(--bg-12)!important
	}

	.brh-bg-12:hover, .brh-bg-12.active {
		border-color:var(--bg-12-hover)!important
	}

	.brh-bg-12-tr {
		border-color:transparent!important
	}

	.brh-bg-12-tr:hover, .brh-bg-12-tr.active {
		border-color:var(--bg-12-hover)!important
	}

	.br-bg-13 {
		border-color:var(--bg-13)!important
	}

	.brh-bg-13 {
		border-color:var(--bg-13)!important
	}

	.brh-bg-13:hover, .brh-bg-13.active {
		border-color:var(--bg-13-hover)!important
	}

	.brh-bg-13-tr {
		border-color:transparent!important
	}

	.brh-bg-13-tr:hover, .brh-bg-13-tr.active {
		border-color:var(--bg-13-hover)!important
	}

	.br-danger {
		border-color:var(--danger)!important
	}

	.brh-danger {
		border-color:var(--danger)!important
	}

	.brh-danger:hover, .brh-danger.active {
		border-color:var(--danger-hover)!important
	}

	.brh-danger-tr {
		border-color:transparent!important
	}

	.brh-danger-tr:hover, .brh-danger-tr.active {
		border-color:var(--danger-hover)!important
	}

	.br-warning {
		border-color:var(--warning)!important
	}

	.brh-warning {
		border-color:var(--warning)!important
	}

	.brh-warning:hover, .brh-warning.active {
		border-color:var(--warning-hover)!important
	}

	.brh-warning-tr {
		border-color:transparent!important
	}

	.brh-warning-tr:hover, .brh-warning-tr.active {
		border-color:var(--warning-hover)!important
	}

	.br-success {
		border-color:var(--success)!important
	}

	.brh-success {
		border-color:var(--success)!important
	}

	.brh-success:hover, .brh-success.active {
		border-color:var(--success-hover)!important
	}

	.brh-success-tr {
		border-color:transparent!important
	}

	.brh-success-tr:hover, .brh-success-tr.active {
		border-color:var(--success-hover)!important
	}

	.br-primary {
		border-color:var(--primary)!important
	}

	.brh-primary {
		border-color:var(--primary)!important
	}

	.brh-primary:hover, .brh-primary.active {
		border-color:var(--primary-hover)!important
	}

	.brh-primary-tr {
		border-color:transparent!important
	}

	.brh-primary-tr:hover, .brh-primary-tr.active {
		border-color:var(--primary-hover)!important
	}

	.br-info {
		border-color:var(--info)!important
	}

	.brh-info {
		border-color:var(--info)!important
	}

	.brh-info:hover, .brh-info.active {
		border-color:var(--info-hover)!important
	}

	.brh-info-tr {
		border-color:transparent!important
	}

	.brh-info-tr:hover, .brh-info-tr.active {
		border-color:var(--info-hover)!important
	}

	.br-dark {
		border-color: var(--dark)!important
	}

	.brh-dark {
		border-color:var(--dark)!important
	}

	.brh-dark:hover, .brh-dark.active {
		border-color:var(--dark-hover)!important
	}

	.brh-dark-tr {
		border-color:transparent!important
	}

	.brh-dark-tr:hover, .brh-dark-tr.active {
		border-color:var(--dark-hover)!important
	}

	.br-gray {
		border-color: var(--gray)!important
	}

	.brh-gray {
		border-color:var(--gray)!important
	}

	.brh-gray:hover, .brh-gray.active {
		border-color:var(--gray-hover)!important
	}

	.brh-gray-tr {
		border-color:transparent!important
	}

	.brh-gray-tr:hover, .brh-gray-tr.active {
		border-color:var(--gray-hover)!important
	}

	.br-white {
		border-color: var(--white)!important
	}

	.brh-white {
		border-color:var(--white)!important
	}

	.brh-white:hover, .brh-white.active {
		border-color:var(--white-hover)!important
	}

	.brh-white-tr {
		border-color:transparent!important
	}

	.brh-white-tr:hover, .brh-white-tr.active {
		border-color:var(--white-hover)!important
	}

	.br-light {
		border-color: var(--light)!important
	}

	.brh-light {
		border-color:var(--light)!important
	}

	.brh-light:hover, .brh-light.active {
		border-color:var(--light-hover)!important
	}

	.brh-light-tr {
		border-color:transparent!important
	}

	.brh-light-tr:hover, .brh-light-tr.active {
		border-color:var(--light-hover)!important
	}

	.border-tb-danger {
		border-color: var(--danger) transparent!important;
	}

	.border-tb-warning {
		border-color: var(--warning) transparent!important;
	}

	.border-tb-success {
		border-color: var(--success) transparent!important;
	}

	.border-tb-primary {
		border-color: var(--info) transparent!important;
	}

	.border-tb-info {
		border-color: var(--info) transparent!important;
	}

	.border-tb-dark {
		border-color: var(--dark) transparent!important;
	}

	.border-tb-white {
		border-color: var(--white) transparent!important;
	}

	.border-rl-danger {
		border-color: transparent var(--danger)!important
	}

	.border-rl-warning {
		border-color: transparent var(--warning)!important
	}

	.border-rl-success {
		border-color: transparent var(--success)!important
	}

	.border-rl-primary {
		border-color: transparent var(--info)!important
	}

	.border-rl-info {
		border-color: transparent var(--info)!important
	}

	.border-rl-dark {
		border-color: transparent var(--dark)!important
	}

	.border-rl-white {
		border-color: transparent var(--white)!important
	}

	/** Gap Özellikleri **/

	.gap-min {
		gap: 0.5vw!important;
	}

	.gap-1 {
		gap: 1.5vw!important;
	}

	.gap-2 {
		gap: 2vw!important;
	}

	.gap-25 {
		gap: 2.25vw!important;
	}

	.gap-3 {
		gap: 2.5vw!important;
	}

	.gap-4 {
		gap: 3vw!important;
	}

	.gap-5 {
		gap: 3.5vw!important;
	}

	.gap-6 {
		gap: 4vw!important;
	}

	/** Padding Özellikleri **/

	.p-small {
		padding: 0.75vw!important;
	}

	.p-1 {
		padding: 1.5vw!important;
	}

	.p-15 {
		padding: 1.75vw!important;
	}

	.p-2 {
		padding: 2vw!important;
	}

	.p-25 {
		padding: 2.25vw!important;
	}

	.p-3 {
		padding: 2.5vw!important;
	}

	.p-4 {
		padding: 3vw!important;
	}

	.p-5 {
		padding: 3.5vw!important;
	}

	.p-6 {
		padding: 4vw!important;
	}

	.p-7 {
		padding: 4.5vw!important;
	}

	.p-8 {
		padding: 5vw!important;
	}

	.pr-1 {
		padding-right: 1.5vw!important;
	}

	.pr-15 {
		padding-right: 2.25vw!important;
	}

	.pl-1 {
		padding-left: 1.5vw!important;
	}

	.pr-small {
		padding-right: 0.75vw!important;
	}

	.pl-small {
		padding-left: 0.75vw!important;
	}

	.pt-small {
		padding-top: 0.75vw!important;
	}

	.pb-small {
		padding-bottom: 0.75vw!important;
	}

	.pt-1 {
		padding-top: 1.5vw!important;
	}

	.pb-1 {
		padding-bottom: 1.5vw!important;
	}

	.pr-2 {
		padding-right: 2vw!important;
	}

	.pl-2 {
		padding-left: 2vw!important;
	}

	.pt-2 {
		padding-top: 2vw!important;
	}

	.pb-2 {
		padding-bottom: 2vw!important;
	}

	.pr-3 {
		padding-right: 2.5vw!important;
	}

	.pl-3 {
		padding-left: 2.5vw!important;
	}

	.pt-3 {
		padding-top: 2.5vw!important;
	}

	.pb-3 {
		padding-bottom: 2.5vw!important;
	}

	.pr-4 {
		padding-right: 3vw!important;
	}

	.pl-4 {
		padding-left: 3vw!important;
	}

	.pt-4 {
		padding-top: 3vw!important;
	}

	.pb-4 {
		padding-bottom: 3vw!important;
	}

	.pr-5 {
		padding-right: 3.5vw!important;
	}

	.pl-5 {
		padding-left: 3.5vw!important;
	}

	.pt-5 {
		padding-top: 3.5vw!important;
	}

	.pb-5 {
		padding-bottom: 3.5vw!important;
	}

	.pr-6 {
		padding-right: 4vw!important;
	}

	.pl-6 {
		padding-left: 4vw!important;
	}

	.pt-6 {
		padding-top: 4vw!important;
	}

	.pb-6 {
		padding-bottom: 4vw!important;
	}

	.pr-7 {
		padding-right: 4.5vw!important;
	}

	.pl-7 {
		padding-left: 4.5vw!important;
	}

	.pt-7 {
		padding-top: 4.5vw!important;
	}

	.pb-7 {
		padding-bottom: 4.5vw!important;
	}

	.pr-8 {
		padding-right: 5vw!important;
	}

	.pl-8 {
		padding-left: 5vw!important;
	}

	.pt-8 {
		padding-top: 5vw!important;
	}

	.pb-8 {
		padding-bottom: 5vw!important;
	}

	.p-0 {
		padding: 0!important;
	}

	.pr-0 {
		padding-right: 0!important;
	}

	.pl-0 {
		padding-left: 0!important;
	}

	.pt-0 {
		padding-top: 0!important;
	}

	.pb-0 {
		padding-bottom: 0!important;
	}

	/** Grid Özellikleri **/

	.grid-lg-25 {
		grid-template-columns: repeat(25, 1fr);
	}

	/** Padding Özellikleri **/

	.p-sm-1 {
		padding: 1.5vw!important;
	}

	.p-sm-2 {
		padding: 2vw!important;
	}

	.p-sm-25 {
		padding: 2.25vw!important;
	}

	.p-sm-3 {
		padding: 2.5vw!important;
	}

	.p-sm-4 {
		padding: 3vw!important;
	}

	.p-sm-5 {
		padding: 3.5vw!important;
	}

	.p-sm-6 {
		padding: 4vw!important;
	}

	.p-sm-7 {
		padding: 4.5vw!important;
	}

	.p-sm-8 {
		padding: 5vw!important;
	}

	.pr-sm-1 {
		padding-right: 1.5vw!important;
	}

	.pl-sm-1 {
		padding-left: 1.5vw!important;
	}

	.pt-sm-1 {
		padding-top: 1.5vw!important;
	}

	.pb-sm-1 {
		padding-bottom: 1.5vw!important;
	}

	.pr-sm-2 {
		padding-right: 2vw!important;
	}

	.pl-sm-2 {
		padding-left: 2vw!important;
	}

	.pt-sm-2 {
		padding-top: 2vw!important;
	}

	.pb-sm-2 {
		padding-bottom: 2vw!important;
	}

	.pr-sm-3 {
		padding-right: 2.5vw!important;
	}

	.pl-sm-3 {
		padding-left: 2.5vw!important;
	}

	.pt-sm-3 {
		padding-top: 2.5vw!important;
	}

	.pb-sm-3 {
		padding-bottom: 2.5vw!important;
	}

	.pr-sm-4 {
		padding-right: 3vw!important;
	}

	.pl-sm-4 {
		padding-left: 3vw!important;
	}

	.pt-sm-4 {
		padding-top: 3vw!important;
	}

	.pb-sm-4 {
		padding-bottom: 3vw!important;
	}

	.pr-sm-5 {
		padding-right: 3.5vw!important;
	}

	.pl-sm-5 {
		padding-left: 3.5vw!important;
	}

	.pt-sm-5 {
		padding-top: 3.5vw!important;
	}

	.pb-sm-5 {
		padding-bottom: 3.5vw!important;
	}

	.pr-sm-6 {
		padding-right: 4vw!important;
	}

	.pl-sm-6 {
		padding-left: 4vw!important;
	}

	.pt-sm-6 {
		padding-top: 4vw!important;
	}

	.pb-sm-6 {
		padding-bottom: 4vw!important;
	}

	.pr-sm-7 {
		padding-right: 4.5vw!important;
	}

	.pl-sm-7 {
		padding-left: 4.5vw!important;
	}

	.pt-sm-7 {
		padding-top: 4.5vw!important;
	}

	.pb-sm-7 {
		padding-bottom: 4.5vw!important;
	}

	.pr-sm-8 {
		padding-right: 5vw!important;
	}

	.pl-sm-8 {
		padding-left: 5vw!important;
	}

	.pt-sm-8 {
		padding-top: 5vw!important;
	}

	.pb-sm-8 {
		padding-bottom: 5vw!important;
	}

	.pr-sm-9 {
		padding-right: 8vw!important;
	}

	.pl-sm-9 {
		padding-left: 8vw!important;
	}

	.pt-sm-9 {
		padding-top: 8vw!important;
	}

	.pb-sm-9 {
		padding-bottom: 8vw!important;
	}

	.p-sm-0 {
		padding: 0!important;
	}

	.pr-sm-0 {
		padding-right: 0!important;
	}

	.pl-sm-0 {
		padding-left: 0!important;
	}

	.pt-sm-0 {
		padding-top: 0!important;
	}

	.pb-sm-0 {
		padding-bottom: 0!important;
	}

	/** Margin Özellikleri **/

	.m-1 {
		margin: 1.5vw!important;
	}

	.m-2 {
		margin: 2vw!important;
	}

	.m-3 {
		margin: 2.5vw!important;
	}

	.m-4 {
		margin: 3vw!important;
	}

	.m-5 {
		margin: 3.5vw!important;
	}

	.m-6 {
		margin: 4vw!important;
	}

	.m-7 {
		margin: 4.5vw!important;
	}

	.m-8 {
		margin: 5vw!important;
	}

	.mr-0 {
		margin-right: 0!important;
	}

	.ml-0 {
		margin-left: 0!important;
	}

	.mt-0 {
		margin-top: 0!important;
	}

	.mb-0 {
		margin-bottom: 0!important;
	}

	.mr-1 {
		margin-right: 1.5vw!important;
	}

	.mr-15 {
		margin-right: 2.25vw!important;
	}

	.ml-1 {
		margin-left: 1.5vw!important;
	}

	.ml-15 {
		margin-left: 2.25vw!important;
	}

	.mt-1 {
		margin-top: 1.5vw!important;
	}

	.mt-15 {
		margin-top: 2.25vw!important;
	}

	.mb-1 {
		margin-bottom: 1.5vw!important;
	}

	.mb-15 {
		margin-bottom: 2.25vw!important;
	}

	.mr-2 {
		margin-right: 2vw!important;
	}

	.ml-2 {
		margin-left: 2vw!important;
	}

	.mt-2 {
		margin-top: 2vw!important;
	}

	.mb-2 {
		margin-bottom: 2vw!important;
	}

	.mr-3 {
		margin-right: 2.5vw!important;
	}

	.ml-3 {
		margin-left: 2.5vw!important;
	}

	.mt-3 {
		margin-top: 2.5vw!important;
	}

	.mb-3 {
		margin-bottom: 2.5vw!important;
	}

	.mr-4 {
		margin-right: 3vw!important;
	}

	.ml-4 {
		margin-left: 3vw!important;
	}

	.mt-4 {
		margin-top: 3vw!important;
	}

	.mb-4 {
		margin-bottom: 3vw!important;
	}

	.mr-5 {
		margin-right: 3.5vw!important;
	}

	.ml-5 {
		margin-left: 3.5vw!important;
	}

	.mt-5 {
		margin-top: 3.5vw!important;
	}

	.mb-5 {
		margin-bottom: 3.5vw!important;
	}

	.mr-6 {
		margin-right: 4vw!important;
	}

	.ml-6 {
		margin-left: 4vw!important;
	}

	.mt-6 {
		margin-top: 4vw!important;
	}

	.mb-6 {
		margin-bottom: 4vw!important;
	}

	.mr-7 {
		margin-right: 4.5vw!important;
	}

	.ml-7 {
		margin-left: 4.5vw!important;
	}

	.mt-7 {
		margin-top: 4.5vw!important;
	}

	.mb-7 {
		margin-bottom: 4.5vw!important;
	}

	.mr-8 {
		margin-right: 5vw!important;
	}

	.ml-8 {
		margin-left: 5vw!important;
	}

	.mt-8 {
		margin-top: 5vw!important;
	}

	.mb-8 {
		margin-bottom: 5vw!important;
	}

	.mr-sm-0 {
		margin-right:0!important;
	}

	.ml-sm-0 {
		margin-left:0!important;
	}

	.mt-sm-1 {
		margin-top:2.5vw!important;
	}

	.mb-sm-1 {
		margin-bottom:2.5vw!important;
	}

	.mb-sm-2 {
		margin-bottom:4vw!important;
	}

	/** Gölge Özellikleri **/

	.sh-0 {
		box-shadow: 0 0.5vw 0.6vw -0.5vw rgba(0, 0, 0, 0.5);
	}

	/** Form Özellikleri **/

	.form-group {
		/** margin-bottom:2vw; **/
	}

	.form-group label {
		margin-bottom:1.5vw;
	}

	.search-trigger .search-input {
		display:none;
		position: absolute;
		left: 0;
		top: 0;
		background: transparent;
		border: unset;
		height: 100%;
		width: 65%;
		box-shadow: unset!important;
	}

	.select.open .search-trigger .search-input {
		display:block;
	}

	.select .search-trigger span {
		opacity:1;
	}

	.select.open .search-trigger span {
		opacity:0;
	}

	.select-trigger:before {
		width: 0.3vw;
		right: 12vw!important;
		border-right: 0.3vw solid rgba(199, 209, 214, 0.5);
	}

	.select-trigger:after {
		width: 3vw!important;
		height: 3vw!important;
		transform: translate(calc(-50% - 0.75vw), calc(-50% - 0.75vw)) rotate(45deg);
		right: 2vw!important;
		border-bottom: 0.3vw solid rgba(199, 209, 214, 0.5);
		border-right: 0.3vw solid rgba(199, 209, 214, 0.5);
	}

	.smallarrow.select-trigger:before {
		right: 6.5vw !important;
	}

	.smallarrow.select-trigger:after {
		width: 2.25vw !important;
		height: 2.25vw !important;
		right: 0.5vw !important;
	}

	.select.open .select-trigger:after {
		transform: translate(calc(-50% - 0.75vw), calc(-50% + 0.75vw)) rotate(-135deg);
	}

	.sm-mt-1 {
		margin-top:2vw;
	}

	button.ml-1, button.ml-2, button.ml-3, button.ml-4, button.ml-5 {
		margin-left:unset!important;
	}

	button.mr-1, button.mr-2, button.mr-3, button.mr-4, button.mr-5 {
		margin-right:unset!important;
	}

	.border-m-none {
		border:unset!important;
		border-radius:unset!important;
	}

	.m-m-auto {
		margin:0 auto;
		float:unset!important;
	}

	.m-m-0 {
		margin-right:0!important;
		margin-left:0!important;
	}

	.m-m-t-0 {
		margin-top:0!important;
		margin-bottom:0!important;
	}

	.p-m-0 {
		padding-right:0!important;
		padding-left:0!important;
	}

	.sh-sm-none {
		box-shadow:unset!important;
	}
}