/*.col-sm{
    margin: 1px -7px !important;
    padding: 1px !important;
}*/
.form-check-inline {
    width: 100%;
}
.form-check-inline input[type="radio"]{
    display: none;
}

.form-check-inline input[type="radio"] + label {
    background-color: transparent;
    color: rgb(0, 0, 0) !important;
    border: 2px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: 400 !important;
}

.form-check-inline input[type="radio"]:checked + label {
    border: 2px solid;
    background-color: #fff;
    color: #595959 !important;
}
.btn-outline-warning{
    border-color: #f9b234 !important;
    border: 2px solid !important;
    color: #f9b234 !important;
    font-weight: bolder !important;
    border-radius: 5px !important; 
    background-color: transparent !important;
    width: 100% !important;
}

.col-12 img{
   border-radius: 6px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 7px 6px -6px #777;
    margin-bottom: 9px;
}

.btn-outline-warning:hover{
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
    width: 100% !important;

}

.inputtutarstil{
    background-color: transparent !important;
    border: #f9b234 2px solid !important;
    color: rgb(0, 0, 0) !important;
    border-radius: 5px !important;
    width: 100%;
    font-weight: 400 !important;
    height: 62%;
    outline: none !important
}


.inputtutarstil:focus{
    background-color: #fff !important;
    border: #000 2px solid !important;
    color: #000 !important;
    border-radius: 5px !important;
    width: 100%;
    font-weight: bold;
    height: 62%;
    outline: none !important;
}
.inputtutarstil::-webkit-input-placeholder{
    color: rgb(0, 0, 0) ;
}
.inputtutarstil::-moz-placeholder{
    color: rgb(0, 0, 0) ;
}
.inputtutarstil:-ms-input-placeholder{
    color: rgb(0, 0, 0) ;
}
.inputtutarstil::-ms-input-placeholder{
    color: rgb(0, 0, 0) ;
}
.inputtutarstil::placeholder{
    color: rgb(0, 0, 0) ;
}

.form-check-label{
    color:#f9b234 !important;
    font-weight: 400;
}

.boyut input[type="radio"] + label{
    width: 100% !important;
}

.container{
   	background-color: #f9b234;
    border: 1px solid #f9b234;
	min-height: 500px;
    border-radius: 15px;
}

.col-6{
    margin: 3px 0;
}

.col-12 {
    margin: 3px 0;
}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.col label{
    color:black !important;
}

.col-6 h3{
    color: black;
    text-align: center;
}
.col-12 h5{
    color: black;
    text-align: center;
}
.col-12 h6{
    color: black;
    text-align: center;
}


.genel .form-check-inline {
    width: 100%;
}
.genel .form-check-inline input[type="radio"]{
    display: none;
}

.genel .form-check-inline input[type="radio"] + label {
    background-color: transparent;
    color: rgb(255, 255, 255) !important;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold !important;
}

.genel .form-check-inline input[type="radio"]:checked + label {
    border: 2px solid;
    background-color: #fff;
    color: #66615f !important;
}
.genel .btn-outline-warning{
    border-color: #fff !important;
    border: 2px solid !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 5px !important; 
    background-color: transparent !important;
    width: 100% !important;


}

.genel .btn-outline-warning:hover{
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    width: 100% !important;

}

.genel .inputtutarstil{
    background-color: transparent !important;
    border: #fff 2px solid !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 100%;
    font-weight: bold !important;
    height: 99%;
    outline: none !important
}


.genel .inputtutarstil:focus{
    background-color: #fff !important;
    border: #000 2px solid !important;
    color: #000 !important;
    border-radius: 5px !important;
    width: 100%;
    font-weight: bold;
    height: 99%;
    outline: none !important;
}
.genel .inputtutarstil::-webkit-input-placeholder{
    color: rgb(255, 255, 255) !important;
}
.genel .inputtutarstil::-moz-placeholder{
    color: rgb(255, 255, 255) !important;
}
.genel .inputtutarstil:-ms-input-placeholder{
    color: rgb(255, 255, 255) !important;
}
.genel .inputtutarstil::-ms-input-placeholder{
    color: rgb(255, 255, 255) !important;
}
.genel .inputtutarstil::placeholder{
    color: rgb(255, 255, 255) !important;
}

.genel .form-check-label{
    color:black !important;
    font-weight: bold;
}

.genel .boyut input[type="radio"] + label{
    width: 100% !important;
}

.genel .container{
    background-color:#f9b234;
    border-radius: 15px;
}

.genel .col-6{
    margin: 3px 0;
}

.genel .col-12 {
    margin: 3px 0;
}

.genel input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.genel .col label{
    color:white !important;
}

.genel .col-6 h3{
    color: white;
    text-align: center;
}

.duzen {
    text-align: center;
}

.duzen .form-check-input{
	width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-left: -21px;
}

.donate-card .btn-outline-warning{
	margin-top: 15px;
	color: #fff!important;
	border: 2px solid #fff !important;
	opacity: .7;
}

.donate-card .btn-outline-warning:hover,
.donate-card .btn-outline-warning:focus {
	opacity: 1;
	background: transparent!important;
}

.donate-card .inputtutarstil{
	border: rgb(255 255 255 / .6) 2px solid !important;
    color: #000000 !important;
	background: #fff !important;
}
