.myr-booking {
    padding: 10% 5%;
    background-color: #fbfbfb;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.myr-booking .bg {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 108%;
    height: 108%;
    background-size: cover;
    background-position: center;
    filter: blur(3px) brightness(0.5);
    z-index: 0;
}

.myr-booking .title {text-align: center;font-size: 24px;z-index: 999;position: relative;}
.myr-booking.has_bg .title {color: #FFF}

.myr-booking form {
    z-index: 99;
}

.myr-booking form .msg {
    padding: 5px 10px;
    background-color: #f9f9f9;
    color: #8e8e8e;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    z-index: 99;
    position: relative;
}

.myr-booking a {color: inherit}

.myr-booking form .msg.success {
    background-color: #4CAF50;
    color: #FFF;
}

.myr-booking form .msg.danger {
    background-color: #E91E63;
    color: #FFF
}

.myr-booking form .small-text {
    font-size: 13px;
    line-height: 1;
    text-align: justify
}
.myr-booking.has_bg form .small-text {
  color: #FFF
}

.myr-booking form {
    width: 400px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.myr-booking form label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
}

.myr-booking form label input, 
.myr-booking form label textarea, 
.myr-booking form label select {
    width: 100%;
    border: none;
    background-color: #ececec;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 10px;
    box-shadow: none;
    height: 34px;
}

.myr-booking form label textarea {
    resize: vertical;
    min-height: 70px;
    padding: 10px
}

.myr-booking form label.submit input {
    margin-top: 5px;
    background-color: #696969;
    color: #FFF;
    padding: 0;
}

.myr-booking.has_bg .name, 
.myr-booking.has_bg .small {
    color: #fff;
}

.myr-booking form label.submit input {
    background-color: #4CAF50
}

.set_days {color: #777777; text-align: center; margin: 0 0 10px 0; line-height: 1.1; margin: 10px 0 0 0}
.set_days .set_day {margin: 5px; cursor: pointer; padding: 5px;background: #ececec;border-radius: 10px;}
.set_days .set_day .slot {font-weight: 800; font-size: 20px}
.set_days .set_day .date {font-size: 10px}
.has_bg .set_days {color: #fff}
.has_bg .set_days .set_day {margin: 1px;cursor: pointer;padding: 5px 2px;background: rgba(255, 255, 255, 0.15);border-radius: 10px;}






.invoice {
  margin: 12px 0 12px 0;
  border: 1px dashed #cacaca;
  min-height: 50px;
  position: relative;
  border-radius: 10px;
  padding: 15px 0;
  background: #f5f5f5;
  font-family: 'Verdana', 'sans-serif';
}

.invoice p {
  font-size: 12px;
}

.invoice:after,
.invoice:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  border: 1px dashed #cacaca;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  background: #FFF;
  bottom: -12px;
  margin-left: -12px;
  left: 50%;
}

.invoice:before {
  bottom: auto;
  top: -12px;
  margin-left: -12px;
  transform: rotate(225deg)
}

.invoice .value {
  float: right;
  font-style: oblique
}

.invoice .value.large {
  display: block;
  float: none;
}

.invoice .voce {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
}

.invoice .voce:last-child {
    border-bottom: none
}

.inside .invoice h2 {
    text-align: center;
    font-weight: 800;
    
}

.invoice .voce.key-note .value {
    font-weight: 800;
}

