/* div.control{
  margin-top: 1rem;
} */
.wk-card-validity{
    float: right;
    /*color: #006bb4;*/
}
.wk-radio-btn{
  display: none;
}
.wk-radio-btn-label:hover{
    background-color: #e6f7f8;
    border: 1px solid #66b8b8;
}
#wk-giftcard-amount-box{
    margin: 1rem 0;
}
#wk-giftcard-value-input{
    width: 40%;
    float: left;
    margin-right: 5px;
}
.wk-radio-btn-label{
  border: 1px solid lightgrey;
  cursor: pointer;
  background-color: white;
  height: 3rem;
  padding: 0.5rem 1rem 0rem 1rem;
  /*display: inline-block;*/
  margin: 1rem 0.5rem 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wk-radio-btn-label:has(input[type="radio"]:checked){
  border: 1px solid #00666b;
  background-color: #00666b;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 100 !important;
}
#wk-giftcard-design-custom{
  display: none;
}
#wk-card-upload-input-labe{
  display: inline-block;
}
#wk-giftcard-custom-design-preview{
  /*background-color: #e6f7f8;*/
  background-color: white;
  display: flex;
  flex-direction: row;
  padding: 2rem;
  margin-bottom: 15px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
#wk-giftcard-preview-img > img{
  height: 80px;
  width: 100px;
}
.wk-giftcard-preview-img-detail:first-child{
  font-weight: bold;
}
#wk-giftcard-file-name{
  font-weight: lighter;
}
#wk-giftcard-file-delete{
  cursor: pointer;
}
#wk-giftcard-preview-img-details{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-left: 1.5rem;
}
#wk-giftcard-preview-btn{
  border: 1px solid #00666b;
  background-color: #00666b;
  color: white;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: unset;
}
#wk-giftcard-preview-btn:hover{
  background-color: #00666b;
  color: white;
}
.wk-giftcard-label{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
#wk-card-slider-label {
  font-size: 20px !important;
}
#wk-card-delivery-label {
  font-size: 20px !important;
}
.wk-giftcard-field{
  margin: 1rem 0;
}

#wk-giftcard-preview-modal-body{
  margin: auto;
  width: 80%;
  border-radius: 2%;
  overflow: hidden;
  border: 1px solid lightgray;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
#wk-giftcard-preview-modal-header{
  height: 2rem;
  background-color: #00666b;
}
#wk-giftcard-preview-modal-body-content{
  margin: auto;
  width: 80%;
  padding-bottom: 2rem;
}
#wk-giftcard-preview-modal-img{
  text-align: center;
  width: 100%;
}
#wk-giftcard-preview-modal-img > img{
  max-height: 300px;
}
#wk-giftcard-preview-modal > .modal-footer{
  text-align: right;
}
.wk-giftcard-modal > .modal-inner-wrap > .modal-footer{
  text-align: right;
}
#wk-giftcard-modal-preview-logo{
  text-align: center;
  padding: 1.5rem;
}
.wk-giftcard-delivery-schedule{
  margin-top: 1rem;
  display: flex;
}
.wk-giftcard-radio-label{
  cursor: pointer;
  margin: 0 1rem;
}
#wk-giftcard-deliver-schedule-inp-container > .wk-giftcard-field{
  vertical-align: top;
  display: inline-block;
}
.wk-card-value-btn-label{
  margin-top: 1rem;
}
#wk-giftcard-names-container > .wk-giftcard-field{
  vertical-align: top;
  display: inline-block;
}
._has-datepicker~.ui-datepicker-trigger{
  position: relative;
  right: 30px;
}

.giftcard_image_main {
  display: flex;
  padding: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  border: 1px dashed var(--Grays-Gray-2, #aeaeb2);
  background: #F4F4F5;
  cursor: pointer;
}
.lof-giftcard-images {
  display: none;
}
#wk-giftcard-status-check-container {
  margin-top: 25px;
}

a.wk-giftcard-option {
  display: flex;
  align-items: center;
  width: 35%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
a.wk-giftcard-option:hover,
a.wk-giftcard-option:hover span {
  text-decoration: none;
  outline: none;
}
span.wk_giftcard_delivert_circle {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.2s all;
}
a.wk-giftcard-option.active .wk_giftcard_delivert_circle {
  border-color: #000;
}
a.wk-giftcard-option.active .wk_giftcard_delivert_circle:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin: 4px auto;
  background-color: #000;
  border-radius: 50%;
}