/*============================================================================
   #Webcms
==============================================================================*/
.wrapbox-content-account .userbox {
  max-width: 600px;
  margin: 0 auto;
  padding: 75px 20px;
  overflow-y: auto;
}
.label {
  display: inline-block;
  margin-bottom: .5rem;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
#gender {
  display: flex;
}
.userbox #gender input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  /*padding-left: 28px;*/
  margin: 0px 20px;
}
.userbox #gender input[type="radio"] {
  display: block;
}
/*.userbox #gender input[type="radio"] + label:before, .userbox #gender input[type="radio"] + label:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  border-radius: 50%;*/
/*  -moz-transition: all 0.3s ease;*/
/*  -o-transition: all 0.3s ease;*/
/*  -webkit-transition: all 0.3s ease;*/
/*  transition: all 0.3s ease;*/
/*}*/
/*.userbox #gender input[type="radio"] + label:before {*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  background: #000000;*/
/*  -moz-box-shadow: inset 0 0 0 18px #efefef;*/
/*  -webkit-box-shadow: inset 0 0 0 18px #efefef;*/
/*  box-shadow: inset 0 0 0 18px #efefef;*/
/*}*/
/*.userbox #gender input[type="radio"] + label:after {*/
/*  top: 49%;*/
/*  left: 9px;*/
/*  width: 54px;*/
/*  height: 54px;*/
/*  opacity: 0;*/
/*  background: rgba(0, 0, 0, 0.3);*/
/*  -moz-transform: translate(-50%, -50%) scale(0);*/
/*  -ms-transform: translate(-50%, -50%) scale(0);*/
/*  -webkit-transform: translate(-50%, -50%) scale(0);*/
/*  transform: translate(-50%, -50%) scale(0);*/
/*}*/