
#order-steps {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    height: 18px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#order-steps::before {
    content: url("../assets/icon/lock.svg");
    height: 16px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

ol.order-step {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    counter-reset: li;
    list-style: none;
}

ol.order-step li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    letter-spacing: .15px;
}

ol.order-step li a {
    text-decoration: none;
    font-family: 'Rubik';
    font-size: 12px;
    font-weight: 400;
    color: #CACCCF;
    letter-spacing: .15px;
}

ol.order-step li a.active {
    color: #25282B;
}

ol.order-step li a span.order-number {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    color: #fff;
    background: #CACCCF;
    margin-right: 6px;
    padding-top: 2px;
}

ol.order-step li.active a span.order-number {
    background: #25282B;
}

ol.order-step li.active a {
    color: #25282B;
}

ol.order-step li.next{
    content: url("../assets/icon/checkout/chevron-inactive.svg");
}

ol.order-step li.next.active{
    content: url("../assets/icon/checkout/chevron-active.svg");
}

.order-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(37, 40, 43, 0.08);
    border-radius: 8px;
}

.order-card-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* font-family: Rubik; */
    padding-bottom: 14px;
    border-bottom: 1px dashed #E8E8E8;
}

.order-card-title div.d-flex {
    gap: 8px;
}

.order-card-venue-name,
.order-slot-field-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #25282B;
    /* font-family: Rubik; */
    margin-bottom: 0;
}




.order-slots {
    display: flex;
    width: 100%;
    gap: 8px;
    flex-direction: column;
}

.order-slot-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.order-schedule {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
}

.order-date {
    display: flex;
    
    justify-content: space-between;
    align-items: center;
  
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #25282B;
}

.slot-delete {
    text-decoration: none;
    font-size: 14px;
    color: #A0A4A8;
}

.order-slot-time {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #25282B;
    letter-spacing: .15px;
    gap: 8px;
}

/* .order-slot-time .slot-time{ */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* align-content: center; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
/* } */

	.order-slot-time .slot-time {
    display: flex;
    flex-direction: row; /* Keep in a row for compact layout */
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #25282B;
}

.order-slot-time-item {
    padding:6px 8px 4px;
    border-left: 4px solid #A0A4A8;
    background: #F9F9F9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-slot-time-item .slot-time, .order-slot-time-item .slot-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
    color: #25282B;
}

.free-booking {
    padding: 16px 24px !important;
}

.free-booking span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
}

.free-booking img {
    width: 24px;
    margin-right: 4px;
}

.order-slot-time ul {
    margin:0;
    padding:0;
    list-style: none;
}

.order-slot-time ul li span:first-child::before{
    content: ' â€¢ ';
}

.order-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    gap: 8px;
    padding: 0;
}

.order-card-footer a {
    display: flex;
    gap: 8px;
    color: #25282B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* font-family: 'Rubik'; */
    letter-spacing: .1px;
}

.right-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    position: relative;
}

.card-voucher, .card-detail-fee {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(37, 40, 43, 0.08);
    border-radius: 8px;
}

.card-voucher {

}

.card-detail-fee-title, .card-use-voucher-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-voucher-title::before, .card-detail-fee-title::before {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* content: url("../assets/icon/play.svg"); */
    margin-right: 10px;
}

.card-use-voucher-title::before {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* content: url("../assets/icon/voucher.png"); */
    margin-right: 10px;
}

.card-voucher-title, h3.card-detail-fee-title {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /* color: #25282B; */
    /* font-family: 'Rubik'; */
    margin-bottom: 0;
}

h3.card-use-voucher-title {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #25282B;
    /* font-family: 'Rubik'; */
    margin-bottom: 0;
}

.divider-dash {
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed #E8E8E8;
}

.voucher-form {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.voucher-form .input-group input.form-control {
    padding:8px 12px !important;
    height: 40px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.voucher-form .input-group input.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #9E0620;
}

.voucher-form .input-group input.form-control::placeholder{
    color: #E8E8E8;
}

.voucher-form .input-group .input-group-append button.btn-ayo {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.card-detail-fee-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.rental-fee-container, .discount-container, .total-price-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.rental-fee-container span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* font-family: 'Rubik'; */
    text-align: right !important;
}

.discount-container span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* font-family: 'Rubik'; */
}

.total-price-container span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #52575C;
    letter-spacing: .1px;
}

.discount-label {
    display: flex;
    flex-direction: column;
}

.discount-label .discount-code {
    font-size: 12px;
    color: #A0A4A8;
}

.discount-total:not(a) {
    color: #00C48C;
}

/* Confirm order */
#confirm-order-modal .modal-content {
/*    max-width: 400px;*/
    border-radius: 8px;
    padding:24px;
    border: 0;
    /* font-family: 'Rubik'; */
}

#confirm-order-modal .modal-header {
    margin-bottom: 20px;
}

#confirm-order-modal .confirm-modal-title h5 {
    font-size: 18px;
}

#confirm-order-modal p {
    color: #52575C;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
}

#confirm-order-modal .modal-content .btn-ayo-white {
    color: #25282B;
}

/* Payment data */
.card-voucher > p {
    font-size: 16px;
    /* font-family: 'Rubik'; */
    color: #A0A4A8;
    font-weight: 400;
}

.card-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* font-family: 'Rubik'; */
}

.card-form input.ayo-form-input, .card-form .ayo-form-label {
    /* font-family: 'Rubik'; */
}

.card-form .create-account-checkbox input[type='checkbox'] {
    height: 16px;
    width: 16px;
    border-radius: 4px;
    -moz-outline-radius: 4px;
    border:0;
}

.card-form .note-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #F7F7F7;
    padding:10px 12px;
    border-radius: 8px;
    gap: 8px;
    align-items: flex-start;
}

.card-form .note-section .note-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-form .note-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 16px;
    color: #52575C;
    letter-spacing: .1px;
    /* font-family: 'Rubik'; */
    font-weight: 400;
    align-items: center;
}

.card-price-detail-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.card-price-detail-content .detail-price-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .15px;
}

.card-price-detail-content .detail-price-value {
    font-size: 14px;
    line-height: 20px;
	
    letter-spacing: .15px;
}

.card-voucher .card-price-discount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}

.card-voucher .card-price-discount > div {
    display: flex;
    flex-direction: column;
}

.card-voucher .card-price-discount span.voucher-code {
    color: #A0A4A8;
    font-size: 14px;
}

.card-voucher .card-price-discount span.voucher-value {
    color: #00C48C;
}

.card-voucher .total-price {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
}

.card-cancellation-policy {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #fff;
    align-items: center;
    padding:24px;
    box-shadow: 0 1px 6px rgba(37, 40, 43, 0.08);
    border-radius: 8px;
}

.card-cancellation-policy button.btn-cancellation-policy {
    padding:0;
    background: #fff;
    outline: 0;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #25282B;
}

.card-cancellation-policy button.btn-cancellation-policy span {
    font-weight: 400;
    font-size: 14px;
    /* font-family: 'Rubik'; */
    line-height: 20px;
    letter-spacing: .25px;
    color: #25282B;
}

.card-cancellation-policy button.btn-cancellation-policy span.left img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.card-cancellation-policy button.btn-cancellation-policy span.right img {
    height: 24px;
}

.tnc-and-privacy-policy {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.tnc-and-privacy-policy p {
    margin-bottom: 0;
    font-size: 12px;
    justify-content: flex-end;
    text-align: right;
    margin-left: 8rem;
    color: #52575C;
}

.tnc-and-privacy-policy p a {
    font-weight: 500;
}

#cancellation-policy-modal .modal-content {
    border:0;
    width: 577px;
    margin: 0 auto;
}

#cancellation-policy-modal .modal-body {
    padding:24px;
    border:0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.cancellation-policy-modal-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.cancellation-policy-modal-title button {
    color: #25282B;
    outline: 0;
    border:0;
    align-items: center;
}

.cancellation-policy-modal-title p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #52575C;
    margin-bottom: 0;
}

.cancellation-policy-content .policy-item {
    background: #fff;
    padding:12px 16px;
    gap: 8px;
    border:1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    height: 118px;
}

.cancellation-policy-content .policy-item p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 20px;
    /* font-family: 'Rubik'; */
    margin-bottom: 0;
}

.cancellation-policy-content .policy-item span.policy-note {
    font-weight: 500;
}

span.policy-note.policy-grey {
    color: #A0A4A8;
}

span.policy-note.policy-green {
    color: #00C48C;
}

span.policy-note.policy-yellow {
    color: #FCB145;
}

span.policy-note.policy-red {
    color: #F44335;
}

.cancellation-policy-content .col-md-6:not(:nth-child(1), :nth-child(2)) {
    margin-top: 24px;
}

/* Finished transaction */
.transaction-note {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.transaction-note h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #25282B;
}

.transaction-note p {
    font-size: 16px;
    color: #52575C;
}

.booking-summary {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 8px rgba(37, 40, 43, 0.06);
    border-radius: 8px;
    padding: 16px 24px;
    gap: 22px;
}

.booking-summary-content {
    display: flex;
    flex-direction: row;
    gap: 37px;
    justify-content: space-between;
}

.booking-summary-content div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.booking-summary-content div span:first-child {
    /* font-family: 'Rubik'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #A0A4A8;
}

.booking-summary-content div span:last-child {
    font-size: 16px;
    color: #25282B;
}

.vertical-divider-dash {
    width: 1px;
    border-left: 1px dashed #E8E8E8;
}

.booking-schedule-card,
.payment-summary-card{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(37, 40, 43, 0.06);
    border-radius: 4px;
}

.booking-schedule-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.booking-schedule-title h3::before,
.payment-summary-title h3::before{
    content: url("../assets/icon/play.svg");
    margin-right: 10px;
}

.booking-schedule-title h3,
.payment-summary-title h3{
    font-size: 18px;
    font-weight: 500;
    color: #25282B;
    margin-bottom: 0;
    /* font-family: 'Rubik'; */
    line-height: 20px;
}

.booking-schedule-title p {
    margin-bottom: 0;
    /* font-family: 'Rubik'; */
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .25px;
    color: #A0A4A8;
}

.booking-schedule-detail {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 100%;
}

.booking-schedule-detail .venue-detail{
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 4px;
}

.booking-schedule-detail .venue-detail .venue-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #25282B;
}

.booking-schedule-detail .venue-detail .venue-address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    isolation: isolate;
    align-items: center;
    padding: 8px 16px 8px 12px;
    border-radius: 8px;
    background-size: contain;
    background: #f9f9f9 url("../assets/img/map_mask.png") no-repeat right center;
}

.booking-schedule-detail .venue-detail .venue-address p {
    font-size: 14px;
    font-weight: 400;
    color: #52575C;
    line-height: 18px;
}

.booking-slots {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.booking-slot-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding:0;
    order: 2;
}

.booking-slot-item h4.field-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .1px;
    color: #25282B;
    margin-bottom: 0;
}

.booking-slot-item .slot-date {
    display: flex;
    flex-direction: column;
    border-left: 4px solid #A0A4A8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 8px 10px;
    background: #f9f9f9;
}

.booking-slot-item .slot-date ul.slot-add-on {
    /*display: none;*/
    padding:0;
    margin-left: 1rem;
    margin-bottom: 0;
}

.payment-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.payment-details .total-rental-fee,
.payment-details .total-service-fee,
.voucher,
.payment-details .total-payment {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    color: #52575C;
}

.payment-details .total-rental-fee-value,
.payment-details .total-service-fee-value,
.payment-details .total-payment-value{
    font-weight: 500;
}

.total-rental-fee .field-slot-price,
.total-service-fee .addon-price{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin:0;
    padding:0;
}

.total-rental-fee .field-slot-price li span:first-child::before,
.total-service-fee .addon-price li span:first-child::before {
    content: url('../assets/icon/play-transparan.svg');
    margin-right: 10px;
}

.total-rental-fee .field-slot-price li span:last-child,
.total-service-fee .addon-price li span:last-child {
    color: #25282B;
}

.divider-block {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E8E8E8;
}

.action-group {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.action-group p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #A0A4A8;
    align-items: center;
    text-align: center;
}

.form-check-input:checked {
    background-color: #9E0620 !important;
    border-color: #9E0620 !important;
    box-shadow: none !important;
}
#scrollbar-style::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #E8E8E8;
}

#scrollbar-style::-webkit-scrollbar
{
    width: 12px;
    background-color: #E8E8E8;
}

#scrollbar-style::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CACCCF;
}

.divided {
    background: url("../assets/icon/dashed-divider.png") no-repeat center center;background-size: 97%;
    margin-bottom: 8px;
}

.divided span {
  background: white;
  padding: 0 5px;
}

.divided span:last-of-type {
  float: right;
}

.divided-grey {
    background: url("../assets/icon/dashed-divider-grey.png") no-repeat center center;background-size: 97%;
    margin-bottom: 8px;
}

.divided-grey span {
  background: white;
  padding: 0 5px;
}

.divided-grey span:last-of-type {
  float: right;
}

.input-code-voucher::placeholder {
    color: #CACCCF !important;
}

.side-voucher {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer
}

.card-use-voucher-title img {
    width:24px;
    height:24px;
    margin-right:12px
}

.chevron-active {
    width:16px;
    height:16px;
    float:right;
    margin-top:4px
}

#text-voucher-detail {
    color: #A0A4A8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.text-payment-rule {
    color: #52575C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.price-payment-rule {
    color: #25282B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.info-payment-rule {
    color: #A0A4A8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.red-info-payment-rule {
    color:#F44335;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    display:none
}

.cancellation-policy-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer
}

.modal-header-voucher {
    border-bottom: 0px !important;
    margin-bottom: -16px;
}

#voucher-search {
    padding: 16px 16px 0px 16px
}

#input-code-voucher {
    border-radius: 8px 0px 0px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    padding: 12px 8px;
    color: #25282B;
    box-shadow: none
}

#apply-code-voucher {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    background-color: #CACCCF;
    border-radius: 0px 8px 8px 0px;
}

#voucher-selected {
    padding: 16px 16px 16px 16px;
    display: flex;
    justify-content: space-between;
    display: none;
}

#voucher-selected .image-discount {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

#voucher-code-selected {
    color: #25282B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.75px;
}

#voucher-discount-selected {
    color: #25282B;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px
}

.img-remove-voucher {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    cursor: pointer;
}

.list-vouchers {
    padding:16px 16px 16px 16px;
    overflow-y: scroll;
    height: 300px;
    background-color: #f8f8f8;
    border-top: 1px solid #E8E8E8;
}

.bg-voucher-eligible {
    border-radius: 8px;
    background: url("../assets/icon/bg-voucher-red.png") right top no-repeat;
    background-size: 100px;
    background-color: #FFFFFF;
    border: 0 !important;
}

.bg-voucher-eligible .text-one {
    color: #25282B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.bg-voucher-eligible .text-two {
    color: #52575C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}

.bg-voucher-eligible .modal-detail-voucher {
    color: #52575C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    cursor:pointer
}

.bg-voucher-eligible .modal-detail-voucher img {
    height: 16px; 
    width:16px
}

.divided .left, .divided-grey .left {
    height: 20px;
    width: 12px;
    border-radius: 0 10px 10px 0;
    background-color: #f8f8f8;
    margin-left: -16px;
}

.divided .right, .divided-grey .right {
    height: 20px;
    width: 12px;
    border-radius: 10px 0 0 10px;
    background-color: #f8f8f8;
    margin-right: -16px;
    float: right;
}

.span-voucher-code {
    color: #25282B;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    float:left;
}

.span-voucher-use {
    color: #9E0620;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
    float:right;
    cursor:pointer
}

.use-voucher {
    color: #9E0620;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
    float:right;cursor:pointer
}

.text-ineligible-voucher {
    color: #52575C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.vouchers-ineligible {
    border-radius: 8px;
    background: url("../assets/icon/bg-voucher-grey.png") right top no-repeat;
    background-size: 100px;
    border: 0 !important;
}

.row-vouchers-ineligible .text-one {
    color: #A0A4A8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.row-vouchers-ineligible .text-two {
    color: #A0A4A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}

.row-vouchers-ineligible .text-three {
    color: #A0A4A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.voucher-code-ineligible {
    color: #A0A4A8;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;float:left;
}

.voucher-use-ineligible {
    color: #A0A4A8;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
    float:right;
}

.back-detail-voucher {
    width:20px;
    height:20px;
    cursor:pointer
}

.div-modal-detail-voucher {
    padding:16px 16px 16px 16px;
}

.div-modal-detail-voucher .text-one {
    color: #25282B;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.div-modal-detail-voucher .text-two {
    color: #52575C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}

.div-modal-detail-voucher .text-three {
    color: #52575C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    cursor:pointer
}

.box-code-voucher-detail {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px dashed #CACCCF;
    background-color: #FFFFFF;
    color: #25282B;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.2px;
    cursor: auto !important
}

.list-vouchers-detail {
    overflow-y: scroll;
    max-height: 200px;
}

.list-vouchers-detail .title {
    color: #25282B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.list-vouchers-detail .ol {
    padding-left: 18px;
    color: #52575C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    margin-top: 12px;
}

.list-vouchers-detail-ineligible .title {
    color: #25282B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.list-vouchers-detail-ineligible .ol {
    padding-left: 18px;
    color: #52575C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    margin-top: 12px;
}

.modal-content-cancellation .modal-header-c {
    border-bottom: 0px !important;
    margin-bottom: -16px;
}

.modal-content-cancellation .modal-body-c {
    padding:16px !important
}

.modal-content-cancellation .introduction {
    color:#52575C;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.modal-content-cancellation .box-rp {
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding: 12px 16px;
    min-height: 110px;
    margin-bottom: 16px;
}

.modal-content-cancellation .text-rp {
    color: #25282B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.modal-content-cancellation .box-p {
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding: 12px 16px;
    min-height: 110px;
    margin-bottom: 16px;
}

.modal-content-cancellation .p-p {
    color: #25282B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}

@media (min-width: 1440px) {
    .list-vouchers {
        height: 450px;
    }
}

@media (max-width: 768px) {
    body {
        margin:0 32px !important;
    }

    ol.order-step li a {
        font-size: 12px;
    }

    ol.order-step li a span.order-number {
        width: 20px;
        height: 20px;
        color: #fff;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

    .order-card-venue-name, .order-slot-field-name {
        font-size: 16px;
    }

    .venue-rating, .venue-city{
        font-size: 12px;
        align-items: center;
    }

    .order-schedule{
        font-size: 14px;
    }

    .order-card-footer a {
        font-size: 14px;
    }

    .card-voucher-title, h3.card-detail-fee-title {
        font-size: 16px;
    }

    .rental-fee-container span, .discount-container span {
        font-size: 14px;
    }

    .discount-container .discount-total {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    /* Payment info */
    .card-voucher p,
    .create-account-checkbox label,
    .card-price-detail-content .detail-price-label,
    .card-price-detail-content .detail-price-value
    {
        font-size: 14px;
    }

    .card-voucher .card-price-discount {
        font-size: 14px;
    }

    .card-voucher .card-price-discount span.voucher-code {
        font-size: 12px;
    }
    .card-voucher .total-price {
        font-size: 14px;
    }

    .card-cancellation-policy button.btn-cancellation-policy span.left img {
        width: 24px;
        height: 24px;
    }
    .card-cancellation-policy button.btn-cancellation-policy span.left span {
        font-size: 14px;
    }
    .card-cancellation-policy button.btn-cancellation-policy span.right img {
        height: 24px;
    }
    .tnc-and-privacy-policy p {
        width: 100%;
        flex: 18;
        font-size: 11px;
        margin-left: 0;
    }

    /* Finished payment */
    .transaction-note h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .transaction-note p {
        font-size: 14px;
    }

    .booking-summary-content div span:first-child {
        font-size: 12px;
    }
    .booking-summary-content div span:last-child {
        font-size: 14px;
    }
    .booking-schedule-title h3,
    .payment-summary-title h3 {
        font-size: 16px;
    }

    .booking-schedule-title p {
        font-size: 14px;
    }
    .booking-schedule-detail .venue-detail .venue-name,
    .booking-slot-item h4.field-name, .payment-details span {
        font-size: 14px;
    }
    .booking-schedule-detail .venue-detail .venue-address p,
    .booking-schedule-detail .venue-detail .venue-address a,
    .booking-slot-item .slot-date{
        font-size: 13px;
    }
    .action-group {
        max-width: 480px;
        margin:0 auto;
    }
    .action-group p {
        font-size: 12px;
    }
    .modal-dialog-voucher, .modal-dialog-voucher-detail, .modal-dialog-cancellation {
        margin: 0px !important;
        position:fixed !important;
        top:auto;
        right:auto;
        left:auto;
        bottom:0 !important;
    }
    .modal-content-cancellation .box-rp {
        min-height: 0;
    }
    .modal-content-cancellation .box-p {
        min-height: 0;
    }
    .modal-content-cancellation .text-rp {
        font-size: 12px;
        margin-bottom: 0;
    }
    .modal-content-cancellation .p-p {
        font-size: 12px;
        margin-bottom: 0;
    }
    #text-discount-detail {
        text-align: right;
    }
    .modal-payment-progress p {
        font-size: 14px;
        width: 65%;
    }
}

.order-step-name-mobile, .cancellation-mobile-text{
    display: none;
    visibility: hidden;
    appearance: none;
}

@media (max-width: 425px) {
    body {
        margin:0 24px !important;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    main {
        margin-top: 0;
    }

    header {
        box-shadow: none;
        margin-bottom: 16px;
    }

    #order-steps::before {
        height: 18px;
        width: 8.5px;
    }

    ol.order-step {
        gap: 14px;
    }

    .order-step li a {
        display: flex;
        flex-direction: row;
        font-size: 12px;
    }

    .order-step-name, .btn-cancellation-policy .cancellation-desktop-text{
        display: none;
        visibility: hidden;
        appearance: none;
    }

    .order-step-name-mobile {
        margin-left: 4px;
    }

    .order-step-name-mobile, .cancellation-mobile-text{
        display: flex;
        visibility: visible;
        appearance: initial;
    }

    .left-section {
        margin-bottom: 24px;
    }

    /* Payment */
    .btn-cancellation-policy span.left {
        display: flex;
        flex-direction:  row;
    }

    .tnc-and-privacy-policy p {
        font-size: 14px;
        text-align: left;
        padding-right: 2rem;
        line-height: 22px;
        font-weight: 400;
        color: #52575C;
    }

    #cancellation-policy-modal {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #cancellation-policy-modal .modal-dialog {
        max-width: 100%;
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
    }

    #cancellation-policy-modal .modal-dialog-centered {
        align-items: flex-end;
        margin:0;
    }

    #cancellation-policy-modal .modal-dialog .modal-content {
        border-radius: 12px 12px 0 0;
        border: 0;
    }

    #cancellation-policy-modal .cancellation-policy-modal-title h5 {
        line-height: 1.7;
    }

    #cancellation-policy-modal .row {
        gap:12px;
        margin-top:12px;
    }
    .cancellation-policy-content .col-md-6,
    .cancellation-policy-content .col-md-6:not(:nth-child(1), :nth-child(2)) {
        margin-top: 0;
    }
    .cancellation-policy-content .policy-item {
        height: auto;
    }
    .cancellation-policy-content .policy-item p {
        font-size: 15px;
        max-width: 320px;
    }

    /* Make modal shows from the bottom */
    .animate-bottom {
        position: relative;
        animation: animatebottom 0.5s;
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    /* Finished payment */
    .transaction-note h3 {
        font-size: 18px;
    }
    .transaction-note p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .25px;
    }
    .booking-summary-content {
        display: flex;
        flex-direction: column;
        gap:12px;
    }
    .vertical-divider-dash {
        width: 100%;
        border-bottom: 1px dashed #E8E8E8;
    }
    .action-group p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.1px;
    }
}

/* spinner Loading */
#loading-modal .modal-content {
    border-radius: 8px;
    border: 1px solid #fff;
}

#loading-modal .modal-body .modal-payment-progress {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#loading-modal .modal-body .modal-payment-progress p {
    margin-left: 80px;
    width: 75%;
    margin-top: 8px;
    margin-bottom: 0;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*conic-gradient(from 180deg at 50% 50%, #9E0620 0deg, rgba(158, 6, 32, 0) 360deg)*/
.spinner {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #9E0620 94%, #0000) top/9px 9px no-repeat,
    conic-gradient(#0000 30%, #9E0620);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}


@media (min-width: 768px) {
    #confirm-order-modal .modal-content {
        max-width: 400px;
    }
}
