 input[type=date],select {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    /* -webkit-appearance: none; */
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.wk_profileupdate .wkmp_profile_input input[type=date], .wk_profileupdate .wkmp_profile_input select{
    padding: 10px;
    width: 100%;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 1px solid #d5d5d5;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
}
label[for=checked-tc] {
    display: inline-block;
}
.term-popup, .policy-popup {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;

  /* Black w/ opacity */
}
.popup-heading{
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
button.hide-terms,button.hide-policies {
    margin-left: 25px;
}
.popup-content{
   background-color: #fff;
   margin: auto;
   padding: 15px 30px;
   min-height: 265px;
   overflow: scroll;
}
.popup-content::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.modal-content {
  margin: 25%;
  display: block;
  width: 80%;
  max-width: 700px;
}
.detail-content {
  background: #fff;
  height: 450px;
  padding: 15px;
  border-radius: 15px;
  overflow-y: auto;
}

.form-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.form-checkbox input[type=checkbox]:not(:first-child) {
  margin-left: 10px;
}