.roadcube-container label {
    font-size: 18px;
  }
  .roadcube-control:not(.roadcube-control__tos) {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .roadcube-control__tos {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .roadcube-control__tos input {
    margin-right: 4px;
  }
  .roadcube-control:not(.roadcube-control__tos) label {
    margin-bottom: 8px;
  }
  .roadcube-control:not(.roadcube-control__tos) input,
  .roadcube-control:not(.roadcube-control__tos) select {
    padding: 8px;
  }
  .roadcube-control__register button {
    margin-top: 8px;
    padding: 8px 16px;
    background: skyblue;
    color: white;
  }
  /* user point */
  .roadcube-point-holder {
    display: flex;
  }
  /* show gifts */
  .roadcube-show-gifts-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
  }
  .roadcube-gift {
    display: flex;
    gap: 16px;
    padding: 16px;
    flex-direction: row;
    /* background-color: skyblue; */
    border-radius: 8px;
    align-items: center;
  }
  .roadcube-gift button {
    padding: 8px;
    border: 0px;
    color: white;
    background: black;
    cursor: pointer;
    align-self: flex-end;
    width: 160px;
    margin-top: 16px;
  }
  .roadcube-gift button:active,
  .roadcube-gift button:focus,
  .roadcube-gift button:hover {
    padding: 8px;
    border: 0px;
    outline: 1px solid black !important;
    color: black !important;
    background: white !important;
    cursor: pointer;
    align-self: flex-end;
    width: 160px;
    margin-top: 16px;
  }
  .coupon-image {
    width: 20%;
  }
  .roadcube-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .coupon-details {
    width: calc(80% - 16px);
  }
  .coupon-details p {
    margin-bottom: 0px;
  }
  #wp-submit,
  .swal2-confirm,
  .swal2-confirm:focus,
  .swal2-confirm:active {
    background-color: black !important;
    outline: 0px !important;
    border: 0px !important;
  }
  .custom-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
  }
  .custom-form input[type="text"],
  .custom-form input[type="password"],
  .custom-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
  }
  .custom-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
  .custom-form input[type="submit"]:hover {
    background-color: #005f8d;
  }
  .custom-form .forgetmenot {
    display: flex;
    align-items: center;
  }
  .custom-form .forgetmenot label {
    margin-left: 5px;
    font-weight: normal;
    color: #666;
  }
  input[type="number"] {
    text-align: initial !important;
  }
  span.badge {
    display: inline-block;
    padding: 5px;
    font-size: 0.875rem; /* Adjust as needed */
    font-weight: bold;
    color: #fff; /* Text color */
    background-color: #5dc939f7; /* Badge background color */
    border-radius: 12px; /* Rounded corners */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -11px;
  }
  button#roadcube_prev_popup,
  button#roadcube_next_popup {
    background: none;
    font-size: 21px;
    color: #8bc34a;
  }
  body input#roadcube_mobile {
    padding: 14px !important;
    text-align: left !important;
  }
  #roadcube_phone,
  #roadcube_verify_number_input,
  #roadcube_verify_code {
    margin-bottom: 8px;
  }
  #roadcube_verify_number_input,
  #roadcube_verify_btn {
    display: none;
  }
  .roadcube-gifts-holder {
    height: 300px;
    overflow-y: scroll;
  }
  .roadcube-gift {
    align-items: flex-start;
  }
  #coupondetails {
    text-align: left;
  }
  #coupondetails .heading {
    font-size: 24px;
  }
  /* span.onsale {
    background: white;
    font-weight: 600;
  } */
  nav .onsale {
    display: none;
  }
  .roadcubetranslistmessage {
    font-size: 18px;
  }
  #roadcube_send_verify_code {
    margin-top: 8px;
    border: 0px;
    background: black;
    color: white;
  }
  .register-template {
    background: black;
    color: white;
  }
  #roadcube_verify_phone {
    margin-top: 8px;
    background: black;
    color: white;
  }
  #roadcube-register-btn {
    background: black;
    color: white;
  }
  #roadcube_prev_popup {
    display: none;
  }
  #roadcube_next_popup {
    display: none;
  }
  .parentDiv {
    position: relative;
    width: max-content;
  }
  .ro-points {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 5px;
    border: 1px solid #c1baba;
    border-radius: 10px;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
  }
  .points-num {
    font-size: 27px;
    font-weight: bold;
    color: black;
    text-align: center;
  }
  .points-name {
    color: black;
    text-align: center;
  }
  .btw-line {
    width: 2px;
    height: 45px;
    background-color: #c1baba;
  }
  #roadcube_show_coupons {
    background: black;
    color: white;
    width: 220px;
  }
  .parentDiv-txt {
    color: black;
    margin-right: 41px;
    max-width: 210px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
  }
  .rc_cpn-wtn-head {
    padding: 18px;
    border: 1px solid #c1baba;
    border-radius: 10px;
  }
  .rc_ul-cpn-wtn {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: black;
  }
  .rc_li-cpn-wtn:not(:last-child) {
    border-bottom: 1px solid #c1baba;
    color: black;
    padding: 8px 0;
  }
  p.rc_cpn-wtn-p {
    margin: 0;
    font-size: 20px;
    color: black;
    font-weight: bold;
  }
  .rc_li-cpn-wtn:hover {
    transform: translateY(-2px);
    font-weight: bold;
    cursor: pointer;
  }
  .rc_cpn-error-box{
    color: white; 
    background-color: red; 
    padding: 10px; 
    margin-bottom: 10px; 
    border-radius: 4px;
  }
  .rc_li-cpn-wtn.rcactive {
    pointer-events: none;
    cursor: none;
    background-color: #24b9f3;
  }
  .rc_pnts_prev {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    color: black;
    font-size: 18px;
  }
  .rc_pro_points {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 12px;
    background-color: #f8f8f8;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 8px;
  
  }
  .rc_pro_points_single {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 12px;
    background-color: #f8f8f8;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  .rc-ref-loder {
    background-color: rgb(39 145 12);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -14px;
    transition: all 0.3s ease;
  }
  .refresh-loader {
    color: white;
    font-size: 16px;
  }
  .rc-ref-loder:hover {
    background-color: rgb(0, 150, 0); 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }