 /**
  * Css For Front section.
  */

 .wkcv_select_date {
    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;
}


.wkcv-term-popup, .wkcv-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;
}

.wkcv-popup-heading{
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

button.wkcv-hide-terms,button.wkcv-hide-policies {
    margin-left: 25px;
}

.wkcv-popup-content{
   background-color: #fff;
   margin: auto;
   padding: 15px 30px;
   min-height: 265px;
   overflow: scroll;
}

.wkcv-popup-content::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.wkcv-modal-content {
  margin: 25%;
  display: block;
  width: 80%;
  max-width: 700px;
}

.wkcv-detail-content {
  background: #fff;
  height: 450px;
  padding: 15px;
  border-radius: 15px;
  overflow-y: auto;
}

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

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

.wkcv-modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998; /* Below the modals but above the background overlay */
}

.wkcv-em {
  color: red;
}
input.wkmp_checkbox-attr {
    margin-right: 5px;
}

.wkmp-checkbox-container {
    display: flex;
}
