.btn_upload
  {
    padding: 22px 30px !important;
    border-radius: 30px !important;
    color: white !important;
    margin: auto !important;
    width: 200px !important;
  }
	a
	{
		color: #1E1E1E;
	}   #form-foto-box-image {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 20px;
    background-position: center center;
    background-size: cover;
    /* background-image: url(../img/photo-empty-js.png); */
    background-image: url(https://www.karirpad.com/assets/img/icon-profile-eng.png);
}#form-foto-button {
    padding: 12px 75px;
    border: 1px solid #e9e9e9;
    background-color: #FFF;
    color: #ed1768;
    font-family: 'SF UI Text';
    font-size: 14px;
    margin-left: 38px;
    margin-top: 10px;
}
#photo {
    visibility: hidden;
}
hr
{
  border-bottom: 2px solid lightgrey;
  margin: 20px 0px 20px 0px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #ced4da;
  color: #666 !important;
  padding: 5px 5px 4px 0px !important;
  margin: 3px 0 !important;
  height: 40px !important;
  border-radius: .25rem!important;
  font-size: 14px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1rem;
	padding-left: 0.9rem;
}

.datepicker {
	padding: 0.375rem 0.75rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 !important;
}

input[type='number'] {
	-moz-appearance: textfield;
}

@media only screen and (max-width: 600px) {
  .checkbox-label-custom {
    display: inline-grid;
  }
}