﻿@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy/Gilroy-Bold.eot') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Bold.svg') format('svg'), url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Medium.svg') format('svg'), url('../fonts/Gilroy/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-Light.svg') format('svg'), url('../fonts/Gilroy/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy/Gilroy-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'HeroNew-Regular';
    src: url('../fonts/HeroNew/HeroNew-Regular.woff2') format('woff2'), url('../fonts/HeroNew/HeroNew-Regular.eot') format('embedded-opentype'), url('../fonts/HeroNew/HeroNew-Regular.svg') format('svg'), url('../fonts/HeroNew/HeroNew-Regular.ttf') format('truetype'), url('../fonts/HeroNew/HeroNew-Regular.woff') format('woff');
}

body {
    color: #9AAC3E;
    font-family: 'Gilroy-Medium';
    background: url('../img/BodyBg.jpg') repeat-y top center;
    background-size: 100%;
    padding: 2%;
    width: 100%;
    min-height: 100vh;
}

img {
    max-width: 100%;
}

.BgWhiteRght {
    background-color: rgba(255,255,255,.7);
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    min-height: 92vh;
}

.BgWhiteleft {
    background-color: rgba(255,255,255,.4);
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

@media (min-width:1541px) {
    .BgLogin {
        background: url('../img/GirisBg.png') no-repeat bottom right;
        background-size: 100%;
        min-height: 92vh;
    }
}

@media (max-width:1540px) {

    .BgLogin {
        background: url('../img/GirisBg.png') no-repeat bottom right;
        background-size: 84%;
        min-height: 92vh;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #9AAC3E;
    font-family: 'Gilroy-Bold';
    font-weight: lighter;
}

.Font50 {
    font-size: 45px;
}

.LgFthr {
    position: absolute;
    left: 5%;
    bottom: 5%;
    max-width: 250px;
}

.LgEys input[type="checkbox"] {
    height: 37px;
    width: 50px;
    opacity: 0;
    z-index: 1;
    position: relative;
}

.txtMrg {
    position: absolute;
    right: 15px;
    z-index: 0;
}

.Wt50 {
    width: 50px;
    padding: 0px !important;
}

.BtnGiris {
    border: 2px solid #D2DE91;
    border-radius: 500px;
    background-color: #D2DE91;
    padding: 7px 17px;
    margin-top: 30px !important;
}

.SifremiUnuttum {
    float: right;
    margin-top: 40px;
    text-decoration: underline !important;
}

.pdAll20 {
    padding: 3%;
    background-color: white;
    margin: 0px auto;
    width: 95vw;
    min-height: 90vh;
    border-radius: 20px;
}

.MenuIcon {
    padding-right: 10px;
    margin-top: -5px;
}

.MenuHome {
    border: 1px solid var(--unnamed-color-027ea3);
    background: #F9FDFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #027EA3;
    border-radius: 15px;
}

.MenuBg {
    background: url('../../dist/img/icons/MenuArrowDown.png') right 15px center no-repeat;
    margin-bottom: 10px;
}

li.active > .MenuBg {
    background: url('../../dist/img/icons/MenuArrowUp.png') right 15px center no-repeat;
}

.MnBl {
    border: 1px solid #027EA3;
    opacity: 0.5;
    height: 10PX;
    display: block;
    width: 1px;
    float: left;
    margin-right: 21px;
    margin-left: 7px;
    margin-top: -7px;
}

    .MnBl i {
        width: 4px;
        height: 4px;
        background: #027EA3 0% 0% no-repeat padding-box;
        opacity: 0.5;
        display: block;
        float: left;
        margin-top: 18px;
        margin-left: -2px;
    }

.sidebar-nav ul li a:hover .MnBl i {
    background: #d57f1e 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
}

.owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
}

.owl-dots {
    display: none;
    visibility: hidden;
}

.OnIzleme {
    width: 100%;
    height: 70vh;
    padding: 0px;
    margin: 0px;
    border: none;
}

.BntSil {
    background: #E88383 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 10px;
}

.BtnEkle {
    background: transparent linear-gradient(180deg, #0886AC 0%, #006180 100%) 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 10px;
}

.BtnDuzenle {
    background: #A5CE8B 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 10px;
}

.Hgh25 {
    height: 20px;
}

.BtnUyari {
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 13px/16px 'HeroNew-Regular';
    letter-spacing: -0.26px;
    color: #B5B5B5;
    opacity: 1;
    margin-left: 15px;
}

.Bnr {
    text-align: center;
}

    .Bnr input[type=checkbox] {
        height: 31px;
        width: 30px;
        margin-top: 0px;
        z-index: 1;
        position: relative;
        opacity: 0;
        margin-left: 20px;
        cursor: pointer;
    }



    .Bnr[type="checkbox"]:checked + label,
    .Bnr[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        z-index: 0;
    }

        .Bnr [type="checkbox"]:checked + label:before,
        .Bnr [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: -26px;
            top: 9px;
            width: 18px;
            height: 18px;
            border: 1px solid #027EA3;
            border-radius: 100%;
            background: #FDFDFD;
        }

        .Bnr [type="checkbox"]:checked + label:after,
        .Bnr [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: url('../img/Btn/ChkOk.png');
            background-size: cover;
            position: absolute;
            left: -24px;
            top: 12px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .Bnr [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .Bnr [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.Validators {
    color: #ef5350 !important;
    font-weight: bold;
    font-size: 15px;
}

.txtLeft {
    text-align: left;
}

.maxH200 {
    max-height: 200px;
}

.TxtKat {
    text-align: center;
    font-size: 25px;
}

option {
    font-family: 'Gilroy-Medium' !important;
}

.maxH20Auto {
    max-height: 200px;
    width: auto !important;
    margin: 0px auto;
}

.BorderNone {
    border: none;
}

.prevImg {
    max-height: 100px;
    border-radius: 10px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.RbtUrunTuru td {
    padding-right: 15px;
}

.Kullanici {
    background-color: #f9f8ec;
    padding: 3%;
    border-radius: 15px;
    border: 1px solid;
    margin-bottom: 15px;
    width: 98%;
}

    .Kullanici h6 {
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: lighter;
        line-height: 25px;
    }

.Hgh20 {
    height: 20px;
}

.BntSilLst {
    background: #E88383 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 5px;
}



.BtnDuzenleLst {
    background: #A5CE8B 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 5px;
}

.KatList {
    padding: 10px 10px 10px 0px;
    margin: 10px 10px 10px 0px;
    font: normal normal normal 16px/23px 'HeroNew-Regular';
    letter-spacing: -0.38px;
    color: #027EA3;
}

    .KatList:hover {
        color: #d57f1e;
    }

.KatLsAtv {
    color: #d57f1e !important
}

.MxW320 {
    max-width: 320px;
}

.BtnRig {
    float: right;
    padding: 10px 27px;
}

.marginDiv {
    margin: 10% 10%;
    width: 80%;
    margin-bottom: 0px;
}
.Min19 {
    height: 19px;
    margin-top: -3px;
}