.r2m2booking_alertmsg{
color: red;
font-size: 1.2em;
font-weight: bold;
}

.bluevm_code_input {
    display: inline-block!important;
}

.bluevm_code_button {
    margin-left: 5px!important;
    background-color: #0b79d1;
    padding: 5px 10px!important;
    color: white!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    box-shadow: 1px 1px 0 rgb(167 166 166)!important;
    font-weight: bold!important;
}

.bluevm_code_button:hover {
    box-shadow: 1px 1px 0 rgb(167 166 166)!important;
    transition: 1s ease!important;
    padding: 7px 12px!important;
}


.flatpickr-calendar {
    width: auto;
}

.event_date_star {
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 3px;
    left: calc(50% - 1.5px);
    content: " ";
    display: block;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #FC0;
    border-left: 0.3em solid transparent;
    font-size: 6px;
}
    
.event_date_star:before, .event_date_star:after {
    content: ''; 
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;
    transform: rotate(-35deg);
}

.event_date_star:after {  
    transform: rotate(35deg);
}
  


.r2m2booking_extrasdiv_label {
    margin-top: 20px;
    font-weight: bold;
}

.wp-post-image, .woocommerce img, .woocommerce-page img {
    border-radius: 10px;  
}

.product_meta {
    display: none;
}



.r2m2booking_add_to_cart_button{
background-color: #eee;
}

.r2m2booking_booking_picker_wrap{
width:100%;
}

.single-product form.cart input {
width: auto !important;
}

.r2m2booking_booking_alertmsg{
color: white;
font-weight: bold;
background-color: red;
}

.r2m2booking_datepicker  {
    min-width: 250px;  
}

.r2m2booking_booking_details{
font-weight: bold;
}


.r2m2booking_finaltotals{
    background: #398AB9;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 10px 1px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 1px 2px 1px #afafaf;
}


.r2m2booking_qty_label{
font-weight: bold;
}

#r2m2booking_qtybox {
    min-width: 100px;
}

.r2m2booking_totalsdiv{
font-weight: bold;
    background: #f9f9f9;
    border: 2px solid rgb(221, 221, 221)!important;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    margin-bottom: 10px;
    margin-right: 10px;

}

#r2m2booking_extrasdiv{
font-weight: bold;
    background: #f9f9f9;
    border: 2px solid rgb(221, 221, 221)!important;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.r2m2booking_subtotal, .r2m2booking_deposit, .r2m2bookinging_price {
    margin: 0; 
}

.r2m2_price {
    color: #ffffff!important;
    font-weight: bold!important;
    font-size: 1em!important;
}

.r2m2booking_submit_p {
    text-align: center;
}

#r2m2booking_submit {
    background-color: #0b79d1;
    color: white!important;
    border-radius: 5px !important;
    box-shadow: 1px 1px 0 rgb(167 166 166)!important;
    width: 100%;
    max-width: 300px;
    line-height: 1.5;
    float: none;
}

#r2m2booking_submit:hover {
    transform: scale(1.05)!important;
    transition: 1s ease!important;
}

.extraoptions{
cursor: pointer;
}

#bluevm_code_label {
    color: red;
    font-size: .8em;
}




.cal_tooltip {
    color: #FC0;
  }
  
  .cal_tooltip .cal_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #3a3a3a;
    text-align: center;
    border-radius: 6px;
    padding: 0px 4px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
  }

  .cal_tooltip .cal_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fffbfb transparent transparent transparent;
  }

  
  .cal_tooltip:hover .cal_tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .flatpickr-innerContainer, .flatpickr-days {
    overflow: visible;
}

#myaccountorders_table {
    font-weight: bold;
    border-radius: 5px;
}

#myaccountorders_table .dtr-data {
    width: 100%;
    min-width: 200px;
    max-width: 600px;
    background-color: #ffffff;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    box-shadow: 2px 2px 4px #888888;
    display: block;
}

.r2m2_myaccount_orders_buttondiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    max-width: 300px;
}

.r2m2_myaccount_orders_detailbutton {
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    border-radius: 5px;
    padding: 2px 2px;
    text-align: center;
}

.r2m2_myaccount_orders_detailbutton:hover {
    background: #135e96;
    border-color: #135e96;
}

.r2m2_myaccount_orders_modifybutton {
  cursor: pointer;
    width: 100%;
    max-width: 140px;
    background: #F44336;
    border-color: #F44336;
    color: #fff;
    border-radius: 5px;
    padding: 2px 2px;
    text-align: center;
    margin: auto;
}

.r2m2_myaccount_orders_modifybutton:hover {
    background: #e72a1d;
    border-color: #e72a1d;
}

.modifystatus_div {
  color: #F44336;
  text-align: center;
}

#request_popup_message_label {
  font-size: 0.9em;
}

#request_popup_action {
  cursor: pointer;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #8c8c8c;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px #a1a0a0;
  color: #323232;
}

#request_popup_message {
  width: 100%;
  resize: none;
  border-width: 1px;
  border-style: solid;
  border-color: #8c8c8c;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px #a1a0a0;
  color: #323232;
}

#loading_overlay{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.loading_spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.loading_spinner .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

/* popup styles */
  .popup_back {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0px;
    top: 0px; 
  }

  .popup_content {
    position: absolute;
    width: 96%;
    max-width: 420px;
    min-height: 150px;
    max-height: 98vh;
    background-color: #ffffff;
    display: flex;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .popup_div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    align-items: center;
  }

  .popup_title {
    flex: 1;
    margin-bottom: 5px;
  }

  .popup_header {
    text-align: center;
    width: 100%;
    font-size: 1.2em;
  }
  .popup_textarea {
    width: 98%;
    height: 80px;
    font-size: 1.2em;
  }

  .popup_button_div {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
  }

  .popup_save_button, .popup_cancel_button {
    border-width: 0px;
      font-weight: bold;
      font-size: 1em;
      padding: 10px 15px 10px 15px;
      border-radius: 10px;
      cursor: pointer;
      color: white;
      background-color: #F14433;
      width: 40%;
      max-width: 200px;
      height: 40px;
      display: inline-flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      transition: all .3s ease-in-out;
      margin-top: 10px;
  }

  .popup_save_button {
    background-color: #26A301;
  }

  .popup_save_button i, .popup_cancel_button i {
    margin-right: 10px;
  }

  .popup_save_button:hover, .popup_cancel_button:hover, .popup_search_button:hover {
    transform: scale(1.05);
  }
/* popup styles */

/* confirm popup */
  #confirm_popup {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 45%);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  }

  .confirm_popup_content {
    position: absolute;
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #b0b0b0;
    box-shadow: 2px 2px 3px 0px #bfbfbf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #confirm_popup_msg {
    margin: 10px 5px 20px 5px;
    font-size: 1.2em;
  }

  .confirm_button_div {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }

  .confirm_save_button, .confirm_cancel_button {
    border-width: 0px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-color: #F14433;
    width: 40%;
    max-width: 200px;
    height: 40px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .confirm_save_button i, .confirm_cancel_button i {
  margin-right: 10px;
  }

  .confirm_save_button {
    background-color: #26A301;
  }

  .confirm_cancel_button {
      background-color: #F14433;
  }

  .confirm_save_button:hover, .confirm_cancel_button:hover {
  transform: scale(1.05); 
  }
/* confirm popup */

@keyframes sp-anime {
    100% { transform: rotate(360deg); }
}