.input_group {
  margin-bottom: 20px;
}

.input_group .form-label,
.form-check-label {
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 600;
}

.input_group .form-control,
.input_group .css-1z0d6xy-control-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

.form-check-input {
  border: 4px solid #0f3768 !important;
}

.input_group .form-control::placeholder,
.css-1jqq78o-placeholder {
  font-size: 14px;
}

.input_group .react-tel-input .form-control {
  width: 100%;
  height: auto;
  line-height: 22px;
}

.custom-radio-green input[type="radio"]:checked {
  background-color: green;
  border-color: green;
}

input[type="radio"]:focus {
  box-shadow: none;
}

.custom-radio-green input[type="radio"]:checked::before {
  background-color: green;
}

.custom-radio-green input[type="radio"]:checked + label::before {
  background-color: green;
  border-color: green;
}

.password_holder {
  position: relative;
}

.password_holder .eye-icc {
  position: absolute;
  top: 6px;
  right: 8px;
}

.password_holder .eye-icc .icon {
  color: #000;
  font-size: 15px;
  cursor: pointer;
}

.gray_input_group .form-control,
.gray_input_group .css-1z0d6xy-control-control,
.gray_input_group .form-control:focus {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.Otp-field-holder {
  display: flex;
  margin-bottom: 20px;
}

.Otp-field-holder .otp-field {
  margin: 0px 9px;
  width: 40px;
  height: 40px;
  padding: 3px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0px;
  color: #008e2a;
  font-weight: 700;
  font-size: 20px;
}

.Otp-field-holder .otp-field:focus {
  border-bottom: 1px solid #b7b7b7;
  color: #008e2a;
  font-weight: 700;
  font-size: 20px;
}

.Otp-field-holder input::-webkit-outer-spin-button,
.Otp-field-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Otp-field-holder input[type="number"] {
  -moz-appearance: textfield;
}

.location_input_group .input-group-text {
  background-color: #f3f3f3;
  border: none;
}

.location_input_group .form-control {
  background-color: #f3f3f3 !important;
  border: none;
}

.form-check-input:checked {
  background-color: #235da5 !important;
  border-color: #235da5 !important;
  width: 16px;
  height: 16px;
}

.price_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_section .selling_price p {
  letter-spacing: 0px;
  color: #348f2e;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.price_section .mrp {
  padding-left: 20px;
}

.price_section .mrp p {
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  margin-bottom: 0px;
  text-decoration: line-through;
  font-size: 14px;
}

.common_white_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #0000005c;
  border-radius: 5px;
  padding: 10px 15px;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.right_bottom_offcanvas {
  width: 590px;
  margin-left: auto;
  background: transparent linear-gradient(270deg, #ffffff -24%, #808080 100%)
    14% 23% no-repeat padding-box;
  height: 100% !important;
  padding: 40px 40px 20px;
}

.right_bottom_offcanvas .white_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
}

.right_bottom_offcanvas .offcanvas-header {
}

.right_bottom_offcanvas .offcanvas-header .offcanvas-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.right_bottom_offcanvas .offcanvas-header .offcanvas-title .tag_icon {
}

.right_bottom_offcanvas .offcanvas-header .icon_holder {
  width: 25px;
  height: 25px;
  background: #202020;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.right_bottom_offcanvas .offcanvas-header .icon_holder .close_icon {
  color: #ccc;
  font-size: 14px;
}

.right_bottom_offcanvas .offcanvas-body .coupon_cards_div {
  max-height: 82vh;
  overflow-y: auto;
  scrollbar-width: thin;
}

@media (min-width: 0px) and (max-width: 575px) {
  .input_group .form-label,
  .form-check-label,
  .input_group .form-control::placeholder,
  .css-1jqq78o-placeholder {
    font-size: 12px;
  }

  .input_group {
    margin-bottom: 10px;
  }

  .input_group .form-control {
    font-size: 13px;
  }

  .modal-holder .modal-header .modal-title {
    font-size: 17px;
  }

  .right_bottom_offcanvas {
    width: 100%;
    padding: 10px;
  }

  .right_bottom_offcanvas .offcanvas-header .offcanvas-title {
    font-size: 14px;
  }

  .right_bottom_offcanvas .offcanvas-header .icon_holder {
    width: 20px;
    height: 20px;
  }

  .Coupon_Card .content_text_div .main_text {
    font-size: 13px;
  }

  .Coupon_Card .content_text_div ul .point_text,
  .Coupon_Card .content_text_div .tc_div .tc_text {
    font-size: 12px;
  }

  .Coupon_Card .top_div .apply_div .Green_Btn {
    padding: 4px 5px;
  }

  .Coupon_Card .top_div .apply_div .Green_Btn {
    padding: 4px 5px;
  }

  .Coupon_Card .top_div .apply_div .Green_Btn .btn_text {
    font-size: 12px;
  }
}
