.merih-flex-container1 {
  display: flex;
  flex-wrap: wrap;
  background-color: white;

}

.merih-flex-container1  .merih-flex-container2  {

  background-color: #f1f1f1;
  width: 220px;
  margin: 10px;
  text-align: center;
  height:180px;
  font-size: 14px;
}


.merih-yazı-1   {
Font-family: Arial, Helvetica, sans-serif; 
font-size:14px;	
margin-top:10px;

}




.merih-aaa , .merih-bbb  {
  height: 70px;
  background: lightyellowAA;
 /*   min-width:45%; */
	margin-top:10px;
		margin-left:10px;
 /* flex-grow: 1;  */

}


@media (min-width: 992px) {
  .merih-aaa   {
min-width:45%; 
background: redAA;
}
.merih-bbb   {
min-width:15%; 
background: redAA;
}

  .merih-label1 {
 padding:0px!important;	  
 margin: auto ;
}
}

@media (min-width: 767px) {
.merih-bbb   {
min-width:25%; 
background: redAA;
}
}

@media (max-width: 766px) {
.merih-bbb   {
min-width:40%; 
background: redAA;
}
}









/* Burasi sadece input id=optionsRadios1 olan radio buttonlari secer */
/*  https://jsfiddle.net/petrabarus/pPgS7/        ilginc css kullanimi var  */
/*   input#optionsRadios1  , input#optionsRadios2 {     Also Works for #ID  */
input[name="optionsRadios1"]  , input[name="optionsRadios2"]  { 
visibility:hidden;
}

/* Labels for checked inputs */
input:checked + label {
  background-color: #b31919!important;
}


  .merih-LabelGroup1Inactive {
  color: #000000 !important;
  background-color: #f7d4d4!important;
 border-color: #f7d4d4 !important;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
    .merih-LabelGroup1Inactive:hover,
  .merih-LabelGroup1Active:hover,
.merih-LabelGroup1Active:focus,
.merih-LabelGroup1Active.focus,
.merih-LabelGroup1Active.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
  
 
  .merih-LoaderSpinner {
  position: fixed;
  top: 40%;
  left: 50%;
    width:15%;
    max-width:120px;
	min-width:90px;
    max-height:120px;
    height:15%;
  transform: translate(-50%, -50%);
 /* z-index: 9999; */
/* background-color: rgba(130,210,210,1) ; */
/* background: rgba(0,0,0,.2) ;  */

}
 
  #merih-LoaderSpinner-BackgroundOverlay {
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_overlay_text   */
  position: fixed;
 /* display: none;   Merih inline gostermeyi tercih ediyor*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 29;
  /* cursor: pointer; */
}
  
  
 #mesaj_kutusu_Box1 {
text-align: center; 
}
  
  .merih-label1 {
  width: 100%;
    margin-left: 0px;
    height: 100%;
    margin-top: 0px;
	
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
 padding:0px!important;
  margin: auto!important; ;
  }

  
    .merih-arkaplan1 {
  background-color: #f7d4d4!important;

  }

  .merih-LongButton1 {
  color: #ffffff !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);

  }

  .merih-LongButton1:hover {
  background-color: #ff6707 !important;
  border-color: #ff6707 !important;
  }



  .merih-LongButton2 {
  color: #ffffff !important;
  background-color: #f54c46 !important;
  border-color: #f54c46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);

  }

  .merih-LongButton2:hover {
  background-color: #e2140c !important;
  border-color: #e2140c !important;
  }



.merih-checkboxgroup {
  display: inline-block;
  text-align: center;
  padding: 0.5rem;
}

.merih-checkboxgroup label {
  display: inline;
  margin-top: 1rem;
      margin-left: 10px;
}

input[name="MerihCustomRadios2"] {
transform: scale(2);
}

input[name="MerihCustomRadios2"]#my_radio_button_id2 {
background-color:blue!important ;
}

input[name="MerihCustomRadios2"]:checked  + label[name="MerihCustomRadios2Label"] {
background-color:white!important ;
}


label[name="MerihCustomRadios2Label"] {
background-color: ;
}

label[name="MerihCustomRadios2Label"].active   label[name="MerihCustomRadios2Label"].focus        {
background-color:blue!important ;
}

