﻿img{width:auto;}
 

.btn{border-radius:0;}
btn:focus{box-shadow:none !important;}
input.form-control,select.form-control,tagify .form-control{border-radius:0;}
input:focus{border-color:#d5af37 !important; box-shadow:none !important;}

.control-label{color:#686868;font-weight:600;}

:root{
--r1:#3d4e50;
--r2:#d5af37;
}

.btn-kaydet{background-color: #d4ae35;color: #fff;}
.btn-ekle{background-color: #3d4e50;
color: #fff;
}




.checkbox.c1-style{}
.checkbox.c1-style span{cursor:pointer;background-color: #919191;width: 35px;height: 15px;display: inline-block;border-radius: 10px;position:relative;}
.checkbox.c1-style span:after{position: absolute;transition-duration:.5s; content: "";height: 10px;width: 10px;background-color: #fff;border-radius: 50%;top: 2px;left: 9%;}
.checkbox.c1-style input{display:none;}
.checkbox.c1-style input:checked + span{    background-color: #3d4e50;}
.checkbox.c1-style input:checked + span:after{ left:60%;}





.bg_resim{background-size: contain;background-repeat:no-repeat;background-position:center;background-color:#fff;}



.select2.select2-container--default .select2-selection--single {
   
border-color:#ced4da;
border-radius: 0;height:auto;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow { 
top: 7px; 
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px;
}



#sidebar{display: flex;
 padding: 15px 3px;
flex-direction: column;
border: 1px solid #e3e3e3; 
}
#sidebar a{color: #585858;
font-weight: 500;text-decoration:none;
font-size: 17px;padding: 2px 10px;
margin-bottom: 8px;}
#sidebar a.active{background-color: #3d4e50;
color: #fff;
}
#sidebar a:hover
{color:#d5af37;}



.text-content h1{font-size: 25px;}


