* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    background: #f3f9f9;
}

a {
    text-decoration: none;
    color: #0b6cb1;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    
}

#divMain{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    justify-content: center;
    margin:15px 15px 15px 15px;
    padding: 10px;
    background:#D6EAF8;
    margin:auto;

}

.main{
  margin-top: 20px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  border: 1px solid gray;
  justify-content: center;
  margin:15px 15px 15px 15px;
  padding: 10px;
  margin:auto;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 5px;
  background: #d0f59e;

}

input[type=text], select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 13px;
    margin-top: 4px;

  }

  .inputx {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 13px;
    margin-top: 4px;
  }

  .radio-group {
    display: flex;
    flex-direction: column;  
    margin-bottom: 13px;
    margin-top: 7px;
    cursor: pointer;
    text-align: center;
    border-bottom: 3px solid #D6EAF8;
  
  }

  .radio-group:hover {
    border-bottom: 3px solid #336ea2;
  }


  .line {
    height: 10px;
    border-bottom: 1px solid #93b7d7;
    opacity: 0.6;
    margin-bottom: 10px;
  }


  .prevbox {
    width: 100%;
    height: auto;
    background: #D6EAF8;
    border: 1px solid #93b7d7;
  }



  label {
    text-align: left;
    opacity: 0.9;
    font-size: 0.9rem;
    margin-left: 1px;
    opacity: 0.9;
  }
  
  .bold {
    font-weight: bold;
  }



  .ulket {
    display: flex;
  }

  .buttontype {
    display: flex;
  }


  

  .bosluk1 {
    width: 10px;
  }
  
  .col-50 {
    width: 50%;
  }

  .col-33 {
    width: 33%;
    justify-content: center;
    align-items: center;
  }

  /* buttons */
.btn {
  display: flex;
  flex-direction: column;   
  padding:  0.5rem 2rem;
  border-radius: 5px;
  letter-spacing: 0.5px;
  border: 0.5px solid #336ea2;    
  height: 50px;
  justify-content: center;   
  align-items: center;   
  width: 100%;
  font-size: 1rem;


}


.btn-primary {
  background: #FFC900;
  border: 0.5px solid #A58200;    
  box-shadow: 2px 2px 2px #A58200; 
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff;
}

.btn-primary:hover {
  background: #ffc800cd;
  border: 0.5px solid #878683;
  box-shadow: 2px 2px 2px #A58200; 
  cursor: pointer;
}

.counter_view_main {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  flex-direction: row;  


}

.counter_view {
  padding: 5px;
  width: 50%;
  margin-top: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
}

.gnrcheckbox {
  display:flex;
  margin: 3px auto;
  padding: 3px;
  margin-left: 50px;
}

.gnrcounter {
  justify-content: center !important;    
  width: 140px !important;
  height: auto !important;
  align-items: center !important; 
  text-align: center !important;   
  font-size: 0.7rem !important; 
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 3px !important;
  line-height: 1rem !important;
  background: #E8FFB7;
  color: #243400;
  border: 1px solid gray !important;
  border-radius: 7px !important;
  margin: 2px auto !important;
}

.gnrcounter-bold {
  font-weight: bold !important;
  font-size: 0.8rem !important;
}

.gnrcounter-ahref {
  padding: 2px !important;
  border-top: 1px solid #000000 !important;
  margin-top: 3px !important;
}
