* {
	box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
html, body {
	min-height: 100%;
	color: #000;
}


html.isActiveFeedbackModal, html.isActiveFeedbackModal body {
    overflow-y: hidden;
}
body {
	margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    background: /*#121212*/;
    touch-action: pan-x pan-y;
    position: relative;
    overflow-x: hidden;
}
body.loading-enabled{
    overflow: hidden;
}
body, ul, ol, dl {
	margin: 0;
}
article, aside, audio,
footer, header, nav, section, video {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.btn{
    color: #000;;
}
p {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
    margin: 0;
}
.btn-fetchpay.alt {
    background: #BE0358;
    color: #fff;
}
textarea {
	resize: vertical;
}

table { border-collapse: collapse; }
td {
	padding: .5rem;
}
img {
	border: none;
	max-width: 100%;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border : 0px;
}

input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="submit"] {
	-webkit-appearance:none;
}
input {
    border-radius: 0;
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

html.landing {
    background-color: #bec0aa;
}


html.landing{
    background-image: url(assets/images/leaves_bg_dark.svg);
}

html.landing body, html.landing .container .menu-container {
    background: transparent;
}
body {
    background-image: url(assets/images/bg_leaves_light.svg);
    background-color: #f2f2f2;
}
.btn-fetchpay {
    border-radius: 70px;
    border: 0px;
    background: #fff;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.container {

    width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.menu-container {

    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@keyframes loading-inner {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .loading-inner div {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 12px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .loading-inner div {
    animation: loading-inner 1s linear infinite;
    top: 100px;
    left: 100px
  }
  .loadingInner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background:transparent;
  }
  .loading-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }
  .loading-inner div { box-sizing: content-box; }
  .loading-modal {
    flex-direction: column;
    align-content: center;
    position: fixed;
    height: 100vh;
    background-color: #0c193bd9;
    width: 100%;
    z-index: 7;
    justify-content: center;
    align-items: center;
    top: 0;
}
.loading-disabled .loading-modal{
    display: none;
}

.loading-enabled .loading-modal{
    display: flex;
}


.loading-modal p {
    text-align: center;
    color: #F79E1B;
    font-family: "Payflair Display";
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.5;
}
.header {
    text-align: center;
}


.company-logo {
    margin-top: 100px;
    max-width: 253px;
}

.header-buttons {
    padding: 0 35px;
    margin-top: 40px;
}

.header-buttons a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-decoration: none;
    background: #6d6a60;
    border-radius: 76px;
    padding: 34px;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    color: #b6b340;
    border: 1px solid #b6b340;
    font-style: normal;
}


.header-logo {
    margin-top: 30px;
    width: 170px;
}

.header .backBtn, .backBtn {
    background: #6d6a60;
    height: 45px;
    width: 45px;
    display: inline-block;
    color: #fff;
    text-indent: -9999px;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 30px;
    background-image: url(assets/images/arrow-back.svg);
    background-repeat: no-repeat;
    background-position: 14px center;
}
.feedback-modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 100vh;
    left: 0;

    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in;

    background-image: url(assets/images/bg_leaves_light.svg);
    background-color: #f2f2f2;


    height: fill-available;
    height: -webkit-fill-available;
}
.feedback-modal-inner {
    padding: 25px;
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
    /*overflow-y: scroll;*/
}

.isActiveFeedbackModal .feedback-modal {
    top: 00vh;
    pointer-events: all;
    opacity: 1;
    z-index: 999;
    overflow: scroll;
}


.single-feedback-slider {}

.feedback-slider.food {}

.feedback-silders .feedback-slider h5 {
    color: #0C193B;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 600;
}
.feedback-silders .feedback-slider p {
    font-size: 18px;
    color: #818181;
    font-weight: 500;
    margin-top: 3px;
}

.bill-container {
    padding: 0 25px;
    margin-top: 25px;
}
.bill-container .bill {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}


.bill-container .bill .bil-header {
    font-size: 14px;
    border-bottom: 1px solid #818181;
    padding-bottom: 3px;
    margin-bottom: 15px;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #0C193B;
}

.bill-container .bill .bil-items {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}

.bill-container .bill .bil-items .single-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.bill-container .bill .bil-items .single-item .qty {
    width: 20px;
}

.bill-container .bill .bil-items .single-item .item {
    width: calc(100% - 90px);
}

.bill-container .bill .bil-items .single-item .amt {
    width: 70px;
    text-align: right;
    font-weight: 600;
}

.bill-container .bill .bil-add-items {
    margin-top: 25px;
    color: #818181;
    font-weight: 600;
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.bill-container .bill .bil-add-items .single-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 6px;
}

.bill-container .bill .bil-add-items .single-item .amt {
    width: 90px;
    text-align: right;
}

.bill-container .bil-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #121212;
    font-weight: 700;
}

.bill-container .bil-footer .item {
    font-family: "Playfair Display";
    font-weight: 700;
    color: #0C193B;
    font-size: 16px;
}

.bill-container .bil-footer .amt {
    font-size: 18px;
}
.btn-container {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px;
}

.btn.btn-fetchpay-blue {
    background: #0C193B;
    color: #fff;
    padding: 16px 46px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
}


.payment-methods {
    padding: 0 25px;
    margin-bottom: 45px;
}

.payment-container p {
    margin-bottom: 25px;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #0C193B;
    font-size: 18px;
}

.method-list {}

.method-list .non-room {
    background: #fff;
    border-radius: 30px;
    display: flex;
}

.method-list .non-room .card-payment, .method-list .non-room .apple-payment {
    width: 50%;
    height: 60px;
}

.method-list .non-room .card-payment {
    background-color: #fff;
    border-radius: 30px;
    background-image: url(assets/images/card-icon-alt.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.method-list .non-room .card-payment.active{
    background-color: #0C193B;
    background-image: url(assets/images/cards-icon.svg);

}

.method-list .non-room .card-payment.style{
    background-color: #0C193B1A;
}
.method-list .non-room .apple-payment {
    background-color: #fff;
    border-radius: 30px;
    background-image: url(assets/images/apple-pay.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.method-list .non-room .apple-payment.active{
    background-color: #0C193B;
    background-image: url(assets/images/applepay_alt.svg);
}

.method-list .room.active {
    background: #0C193B;
    color: #fff;
}

.method-list .room {
    height: 60px;
    background: #fff;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #6D6D6D;
    margin-top: 20px;
    font-weight: 500;
}
.method-list .room img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.method-list .room img.dark {
    display: none;
}

.method-list .room.active img.dark {
    display: inline-block;
}
.method-list .room.active img.light {
    display: none;
}
.methodBtn{
    transition: .3s ease-in;
}

.payment-amt-container {
    background: #ffffff;
    border-radius: 32px;
    padding: 20px 13px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price-info {
    padding: 0 25px;
    margin-top: 0px;
}
.btn-single-container{
    padding: 0 25px;
}

#paymentAmt {
    background: transparent;
    text-align: center;
    border: 0;
    outline: none;
    box-shadow: 0px 0px 0px;
    color: #121212;
    font-size: 60px;
    font-weight: 700;
    box-sizing: border-box;
    width: 100%;
}

.payment-amt-container .desc {
    font-size: 18px;
    margin-top: 5px;
    text-align: left;
    margin: 0px 15px;
    border-bottom: 1px solid #81818199;
    padding-bottom: 4px;

    font-family: "Playfair Display";
    font-weight: 700;
    color: #0C193B;
}

.payment-amt-container .amt {
    margin-top: 20px;
    margin-bottom: 29px;
    position: absolute;
    background: #f1f1f1;
    padding: 14px;
    border-radius: 32px;
    top: -250px;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
    width: calc(100% - 26px);
}
.payment-amt-container.active .amt{
    opacity: 1;
    top:40px;
    pointer-events: all;
}

.room-charge-form {
    padding: 0 25px;
    padding-bottom: 50px;
    margin-top: -15px;
}
#fetchPayBtn span, #fetchPayBtnSplitPerson span, #fetchPayBtnSplitItem span {
    font-family: "Manrope";
    font-weight: 600;
}

.charge-form {}

.charge-form .form-control {
    box-shadow: 0px 0px 0px;
    border: 0px;
    width: 100%;
    padding: 12px 15px;
    border-radius: 20px;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.errorMsg.cardForm{
    margin: 0;
    font-weight: 600!important;
    color: red;
    font-size: 12px!important;
    padding-top: 7px;
    text-align: center;
    position: relative;
    top: 13px;
}
.charge-form .form-control:last-child {
    margin-bottom: 0;
}

.card-details-section form .single-field input.error,
.charge-form .form-control.error {
    border: 2px solid red;
}

.header-button-container {
    padding: 0px 25px;
}

.split-bill-container .header-btn {
    display: flex;
    background: #fff;
    border-radius: 30px;
}


.split-bill-container {
    padding: 0 25px;
    text-align: center;
}

.split-bill-container .header-btn div {
    width: 50%;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    padding: 9px;
    font-weight: 500;
    font-size: 14px;
    color: #818181;
    transition: .3s ease-in;
}
.split-bill-container .header-btn div.active {
    background: #0C193B;
    color: #fff;
    font-weight: 700;
}

.single-split {
    background: #fff;
    border-radius: 32px;
    padding: 22px 28px;
    margin-top: 28px;
    margin-bottom: 50px;
}
.single-split.overview{
    margin-top: -20px;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  .item-split-items-container .bil-items .single-item label.container-checkbox .checkmark{
    position: absolute;
    top: 0;
    left: 20px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #8181814D;
    border-radius: 6px;
  }
.item-split-items-container .bil-items .single-item label.container-checkbox  input:checked ~ .checkmark {
    background: #2DAE00;
}

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.overview-total-items {}

.overview-total-items .single-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #818181;
    padding-bottom: 5px;
}

.overview-total-items .single-item .item {
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 700;
}

.overview-total-items .single-item .amt {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
}

.overview-total-items {}

.overview-items {}

.overview-items .single-item {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
}


.overview-items .single-item .amt {
    width: 100px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.overview-items .single-item .status {
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.overview-items .single-item .name {
    width: calc(100% - 200px);
    text-align: left;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 600;
}
.overview-items.paid .single-item .name, .overview-items.paid .single-item .status, .overview-items.paid .single-item .amt {
    color: #2DAE00;
}

.overview-items.pending .single-item .name, .overview-items.pending .single-item .status, .overview-items.pending .single-item .amt {
    color: #818181;
}

.overview-items.paid {
    margin-top: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
}

.overview-items.pending {
    margin-top: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
}

.self-paying-items {
    margin-top: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
}

.self-paying-items  .single-item {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.self-paying-items  .single-item .name {
    text-align: left;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 600;
}

.self-paying-items .single-item .amt {
    width: 100px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}



.outstanding-amt {}

.outstanding-amt h5 {
    color: #818181!important;
    font-weight: 300!important;
    margin-top: 15px;
}

.outstanding-amt {}

.single-split .head {}

.outstanding-amt p {
    color: #121212;
    font-size: 26px;
    font-weight: 700;
}

.single-split .head h5 {
    font-family: "Playfair Display";
    font-size: 18px;
    color: #0C193B;
    font-weight: 700;
}

.single-split .head p {
    font-size: 12px;
    color: #818181;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 17px;
}

.single-split .split-person-name, .single-split .split-item-person-name {
    border: 0;
    background: #f2f2f2;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    padding: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}
.single-split .split-person-name.error, .single-split .split-item-person-name.error {
    border: 2px solid red;
}

.split-calculation {
    margin-top: 23px;
    padding-bottom: 27px;
    border-bottom: 1px solid #818181;
    margin-bottom: 16px;
}

.split-calculation p {
    font-size: 14px;
    color: #818181;
    font-weight: 600;
    margin-top: 15px;
}




.item-split-items-container .bil-items {
    border-top: 1px solid #81818166;
    padding-top: 12px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.item-split-items-container .bil-items .single-item {
    display: flex;
    font-size: 14px;
    color: #818181;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.item-split-items-container .bil-items .single-item .qty {
    width: 20px;
    text-align: left;
}

.item-split-items-container .bil-items .single-item .item {
    width: calc(100% - 120px);
    text-align: left;
}

.item-split-items-container .bil-items .single-item .amt {
    width: 70px;
    text-align: right;
    font-weight: 600;
}

.item-split-items-container .bil-items .single-item label.container-checkbox {
    width: 40px;
    text-align: right;
}

.split-calculation p input {
    border: 0px;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #121212;
}

.item-split-items-container .bil-items .single-item.active {
    color: #121212;
    font-weight: 700;
}


.split-pay-amt {}

.split-pay-amt h5, .item-pay-amt h5 {
    font-family: "Playfair Display";
    font-size: 18px;
    margin-bottom: 10px;
    color: #818181;
    font-weight: 500;
}

.item-pay-amt {
    border-top: 1px solid #818181;
    padding-top: 15px;
}
.split-pay-amt p, .item-pay-amt p {
    font-size: 26px;
    font-weight: 700;
    color: #121212;
}

.split-pay-amt ~ .pay-custom-amt {color: #818181;font-size: 14px;font-weight: 500;text-decoration: underline;margin-top: 24px;}

.payment-method {
    margin-top: 15px;
    padding: 25px;
}

.outstandingAmtError {
    font-size: 12px;
    color: red;
    padding: 0 10px;
    padding-top: 10px;
    display: none;
}

.split-pay-amt #customAmt {
    border: 0px;
    width: 50%;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    display: none;
    margin: 0 auto;
}
.split-pay-amt.customAmtActive #customAmt {
    display: block;
}
.split-pay-amt.customAmtActive .imPaying {
    display: none;
}
.split-pay-amt.customAmtActive {
    margin-top: 20px;
}
.payment-method p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration-line: underline;
    margin-bottom: 18px;
}
#applePayBtn {
    position: relative;
}
#applePayBtn img {
    height: 18px;
    margin-right: 2px;
}
.footer {
    text-align: center;
}

.footer img {
    height: 20px;
    margin-bottom: 25px;
    margin-top: 5px;
}


.card-details-section {
    padding: 0px 30px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-details-section > p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #0C193B;
}
.card-details-section form {
    overflow: hidden;
}

.card-details-section form .single-field {
    width: 100%;
    margin-bottom: 20px;
}

.card-details-section form .single-field label {
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 400;
    color: #828282;
    font-size: 14px;
}

.card-details-section form .single-field input {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 0px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #121212;
    border-radius: 25px;
    padding: 10px 15px;
    position: relative;
    font-weight: 600;
}
.card-details-section form .group-field .single-field {
    width: calc(50% - 7px);
}

.card-details-section form .group-field {
    display: flex;
    justify-content: space-between;
}

#cardPaymentProceedBtn {
    font-weight: 600;
    margin-top: 25px;
}
#fetchPayBtn, #fetchPayBtnSplitItem, #fetchPayBtnSplitPerson {
    background: #0C193B;
    color: #fff;
    padding: 18px;
    margin-top: 35px;
    position: relative;
    margin-bottom: 25px;
    font-family: "Playfair Display";
    font-weight:400;
}

#fetchPayBtnSplitPerson, #fetchPayBtnSplitItem{
    display: none;
}
.payment-method.not-active .btn, .payment-method.not-active .card-pay {
    opacity: .5;
    pointer-events: none;
}
.errorMsg {
    color: red;
    font-size: 12px;
}

#fetchPayBtnSplitPerson.disabled, #fetchPayBtnSplitItem.disabled {
    opacity: .5;
    pointer-events: none;
}


.celebration {
    text-align: center;
    min-height: 600px;
}

.celebration img {
    width: auto;
    height: auto;
    margin: auto;
    margin-top: -72px;
    margin-bottom: 25px;
}

.celebration-desc {
    position: absolute;
    width: 100%;
    top: 242px;
}

.celebration-desc h2 {
    color: #FFFFFFCC;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}
.celebration-desc h3 {
    font-size: 35px;
    font-weight: 700;
}

.celebration-desc .ref {
    color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 700;
}

.celebration-desc .amt {
    font-size: 70px;
    font-weight: 600;
    margin-top: 15px;
}


.customer-feedback{
    padding: 25px;
    background: #fff;
    border-radius: 32px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.customer-feedback p{
    font-size: 18px;
    font-weight: 500;
    color: #D7D7D7;
    margin-bottom: 10px
}
.feedback-slider{
    margin-bottom: 50px;
}
.feedback-slider-container{
    position: relative;
}
.feedback-slider ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 0px 13px;
    box-sizing: border-box;
    list-style: none;
    margin-top: 25px;
}

.feedback-slider input {
    width: 100%;
}
.feedback-slider ul li {
    padding: 0px 0px;
    color: #D7D7D7;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    font-family: "Playfair Display";
}

.feedback-slider ul li.active {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    font-weight: 700;
}

.feedback-slider input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #81818166;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
    margin: 0;
    margin-top: 20px;
  }



.feedback-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 38px;
    height: 38px;
    background: #0C193B;
    cursor: pointer;
    border-radius:50%;
    box-shadow: 0px 3px 6px 1px #00000033;
}


.feedback-slider input::-moz-range-thumb {
    width: 38px;
    height: 38px;
    background: #0C193B;
    cursor: pointer;
    border-radius:50%;
    box-shadow: 0px 3px 6px 1px #00000033;

}
.feedback-comment input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    background: transparent;
    box-shadow: 0px 0px 0px;
    border: 0px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #81818199;
    color: #121212;
    font-weight: 600;
}
.feedback-comment {
    margin-top: 25px;
    margin-bottom: 30px;
}
.btn-feedback {
    font-weight: 600;
    background: #0C193B;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
}
.btn-disable .btn-feedback{
    opacity: .1;
    pointer-events: none;
}


.rating-ok-submitted {
    margin-top: 30px;
    text-align: center;
}

.rating-ok-submitted h5 {
    font-size: 20px;
    color: #0C193B;
    font-weight: 700;
}

.rating-ok-submitted p {
    font-size: 12px;
    font-weight: 400;
    color: #818181;
    margin-top: 2px;
    line-height: 1.5;
    padding: 0px 30px;
}

.rating-ok-submitted .share-feedback {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    justify-content: center;
}

.rating-ok-submitted .share-feedback li {
    width: calc(50% - 7px);
    background: #F2F2F2;
    border-radius: 30px;
    padding: 7px;
    padding-top: 11px;
}
.not-clickable{
    pointer-events: none;
}
.payment-success .footer {
    margin-top: 25px;
}
.loading-enabled .bill-text {
    display: none;
}
.loading-enabled.billLoading .bill-text {
    display: block;
}
.loading-enabled.billLoading .payment-text {
    display: none;
}

.loading-enabled.billLoading .loading-modal {
    background-image: url(assets/images/leaves_bg_dark.svg);
    background-color: #0C193B;
}
.payment-success .container{
    padding:0 25px;
}
.submission-info p.text-sending {
    color: #fff;
    font-family: "Manrope";
    font-weight: 400;
}
.feedback-desc {}
.feedback-silders {
    margin-top: 25px;
    padding: 0 5px;
    background: #fff;
    border-radius: 32px;
}
.feedback-comment{
    position: relative;
}
.loadingContainer{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0C193B;
    z-index: 5;
    border-radius: 3px;
    align-items: center;
}
.feedback-container.loadingInner{

}
.feedback-containert .loadingContainer{

}

.feedback-container.isLoading .loadingContainer {
    display: flex;
}

.feedback-container .loadingContainer .loadingInner {
    margin: 0 auto;
}
.feedback-desc h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Playfair Display";
    color: #0C193B;
}

.feedback-desc .txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Playfair Display";
    color: #818181;
    margin-top: 3px;
}

.feedback-desc .paid-amt {
    font-size: 14px;
    color: #8E8E8E;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #81818199;
    padding-top: 15px;
}
.feedback-desc .paid-amt img {
    margin-right: 10px;
}

.receipt-section {
    box-sizing: border-box;
    margin-top: 25px;
    background: #fff;
    position: relative;
    border-radius: 32px;
    padding: 25px;
    overflow: hidden;
}
.feedback .receipt-section {
    margin-top: 75px;
}

.receipt-section p {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Playfair Display";
    color: #0C193B;
}


.receipt-form {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 3px 14px;
}

button#getReceiptBtn {
    width: auto;
    background: #0C193B;
    font-size: 12px;
    color: #fff;
    padding: 0px 30px!important;
    height: auto;
    height: 28px;
    line-height: 28px;
}
.receipt-section  input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    background: transparent;
    box-shadow: 0px 0px 0px;
    border: 0px;
    font-size: 16px;
    line-height: 1.5;
    color: #121212;
}

.receipt-btn {
    margin-top: 35px;
}

.receipt-btn .btn-fetchpay {
    padding: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.errorMsg {
    margin: 0;
    font-weight: 400!important;
    color: red;
    font-size: 13px!important;
    padding-top: 7px;
}
.receipt-btn .btn {
    font-weight: 700;
}

.receipt-inner .dl-receipt {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    text-decoration: underline;
    padding-left: 15px;
    margin-top: 15px;
}

.receipt-section p.errorMsg {
    color: red;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 500!important;
    padding-left: 15px;
}
#makeAnotherPayment {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}

#makeAnotherPayment a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.submission-info {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0c193b;
    left: 0;
    top: 0;
    border-radius: 32px;
    padding: 25px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
.submission-info .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.submission-info .text {
    margin-top: -10px;
    color: #fff;
}
.feedback-slider-container.done * {
    opacity: 0;
    pointer-events: none;
}
.done .submission-info, .feedback-slider-container.done .submission-info *{
    opacity: 1;
    pointer-events: all;
}
.seprated {
    background: #fff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    position: relative;
}
.receipt-inner{
    position: relative;
    margin-top: 15px;
}
.receipt-section.done .receipt-inner .submission-info ~ * {
    opacity: 0;
    pointer-events: none;
}

.feedback-container {
    background: #fff;
    padding: 25px;
    border-radius: 32px;
    margin-top: 25px;
}

.feedback-container h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Playfair Display";
    color: #0C193B;
}

.feedback-container p {
    font-size: 12px;
    color: #818181;
    font-weight: 500;
}
.feedback-items {
        margin-top: 15px;
}

.feedback-items .single-item {
    display: flex;
    justify-content: space-between;
    background: #F2F2F2;
    padding: 8px 12px;
    border-radius: 25px;
    margin-top: 8px;
    margin-bottom: 9px;
    color: #121212;
    align-items: center;
}

.feedback-items .single-item .name {
    font-weight: 600;
    font-size: 14px;
}

.feedback-items .single-item .rating {
    font-weight: 700;
    font-size: 18px;
}

.tip-amount-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 35px;
    margin-bottom: 35px;
}

.tip-amount-list li {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    border: 2px solid #81818166;
    line-height: 88px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    transition: .3s ease;
    color: #818181;
}
.tip-amount-list li.active {
    background: #0C193B;
    border-color: #0C193B;
    color: #fff;
}
.cstm-amt {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    cursor: pointer;
}
.feedbac-sumbit-btn .btn-fetchpay {
    background: #0C193B;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 50px;
}
.feedbac-sumbit-btn .btn-fetchpay.disabled {
    pointer-events: none;
    opacity: .5;
}
#btnModalSubmission{}
.btn-feedback.disabled{
    opacity: .5;
    pointer-events: none;
}

.menuLoader{

    width: 100%;
    border: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.feedback-comment-form {
    padding: 0 20px;
    text-align: center;
    margin-top: 15px;
}

.feedback-comment-form textarea {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    border-radius: 8px;
    height: 65px;
    padding: 10px 15px;
}
.feedback-comment-form textarea:focus,
.feedback-comment-form textarea:focus-visible{
    border: 0px;
    outline: none;
}
button.btn.btn-feedback-comment {
    background: #0C193B;
    color: #fff;
    padding: 10px 25px;
    border: 0;
    border-radius: 25px;
    margin-top: 10px;
    box-shadow: 0px 0px 0px;
}
button.btn.btn-feedback-comment.disabled {
    opacity: .5;
    pointer-events: none;
}
#pdf-viewer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pdf-page-canvas {
    display: block;
    margin: 0px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}



.feedback-comment textarea {
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #F2F2F2;
    resize: none;
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
    height: 130px;
}
.feedback-comment textarea:focus,
.feedback-comment textarea:focus-visible{
    border: 0px;
    outline: none;
}
.p25{
    padding: 25px;
}

@media screen and (max-width: 499px) {
    .container{
        width:100%
    }
}
