.select2-container{
  width: 100%;
}
.select2-container a.select2-choice{
  height: 40px;
  padding-left: 15px;
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.select2-container-active a.select2-choice{
  border-radius: 3px 3px 0 0;
  box-shadow: none;
}
.select2-container a.select2-choice > span.select2-chosen{
  margin-top: 5px;
}
.select2-container a.select2-choice > abbr.select2-search-choice-close{
  position: absolute;
  top: 11px;
  right: 40px;
}
.select2-container a.select2-choice > abbr.select2-search-choice-close:before{
  display: block;
  content: "\f00d";
  color: #979797;
  font-size: 16px;
  font-family: 'Awesome';
  line-height: 16px;
  transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  -ms-transition:all 0.2s ease-out;
}
.select2-container a.select2-choice > abbr.select2-search-choice-close:hover:before{
  color: #333;
}
.select2-container .select2-choice .select2-arrow{
  width: 30px;
  background: none;
  border: none;
  border-radius: 0px;
}
.select2-container .select2-choice .select2-arrow b:before{
  display: block;
  content: "\f107";
  color: #979797;
  font-size: 24px;
  font-family: 'Awesome';
  line-height: 37px;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before{
  content: "\f106";
}
.select2-drop{
  padding-top: 5px;
  box-shadow: none;
}
.select2-drop-active{
  border-color: #e5e5e5;
}
.select2-search input{
  border-color: #ddd;
}
.gilaki, .button{
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-family: "NotoPenekeko";
  background-color: #2c84b6;
  border-radius: 3px;
  cursor: pointer;
  line-height: 38px;
}
.gilaki:hover, .button:hover{
  background-color: #ccc;
}
.button button{
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checker{
  float: left;
  width: 20px !important;
  height: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #efefef;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.checker:hover{
  border: 1px solid #ccc;
}
.checker span:before{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #4079a2;
  font-size: 12px;
  font-family: 'Awesome';
  text-align: center;
  content: "\f00c";
  border-radius: 10px;
  opacity: 0;
  transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  -ms-transition:all 0.2s ease-out;
}
.checker span.checked:before{
  opacity: 1;
}
.checker span.checked{
  background-color: #4079a2;
}
.checker span input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
  opacity: 0;
}
.radio{
  float: left;
  width: 20px !important;
  height: 20px !important;
  background-color: #efefef;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
.radio:hover{
  border: 1px solid #ccc;
}
.radio span{
  display: block;
  position: absolute;
  width: 6px !important;
  height: 6px !important;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 10px;
}
.radio span.checked{
  background-color: #fff;
  box-shadow: 0 0 0 7px #4079a2;
}
.radio span input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
  opacity: 0;
}
input{
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
textarea{
  width: 100%;
  height: 210px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
label{
  font-size: 12px;
  font-family: "NotoPenekeko";
  font-weight: normal;
  line-height: 1.43;
  cursor: pointer;
}