@import url('https://fonts.googleapis.com/css?family=Irish+Grover');

body {
    background-image: url('/eats/img/web/bg-fade.png');
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /* background: radial-gradient(50% 50.00% at 50% 50.00%, #FBD71C 35.36%, #F90 92.19%); */
}
main {
    flex: 1 0 auto;
}
.modal{
    background: #000000d6!important; 
    color: white!important; 
    border: 3px solid gold!important; 
    border-radius: 13px!important;
}
a {
    color: #BBA4A4 !important;
}
input{
    color:#ffffff;
}
.font-s {
    font-family: 'Irish Grover', serif;
}

.shopOpened {
    margin-bottom: 10px;
    border-bottom: 1px solid gold;
    width: 100%;
    height: 95px;
    background: linear-gradient(to top, #D9D9D900 0%, #C8FD85 100%);
    border-left: #1FC604 10px solid;
    border-radius: 0px 19px 19px 0px;
}

.shopClosed {
    margin-bottom: 10px;
    border-bottom: 1px solid gold;
    width: 100%;
    height: 95px;
    background: linear-gradient(to top, #D9D9D900 0%, #FAA4A4 100%);
    border-left: #C60404 10px solid;
    border-radius: 19px 19px 19px 19px;
}
.orderNotifier{
    position: relative;
    bottom: 15px;
    right: 15px;
    background: red;
    color: white;
    width: auto;
}
.shopBusy {
    margin-bottom: 10px;
    border-bottom: 1px solid gold;
    width: 100%;
    height: 95px;
    background: linear-gradient(to top, #D9D9D900 0%, #d67e26 100%);
    border-left: #ff8000 10px solid;
    border-radius: 19px 19px 19px 19px;
}

.shopImgContainer {
    text-align: right;
    margin-top: 5px;
    padding-top: 15px !important;
}

.shopImg {
    width: 50px;
    height: 50px;
    border-radius: 4%;
}

.shopName {
    text-align: left;
    font-size: 18px;
    padding: 0;
    color: #000;
}

.shopText {
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
    color: #000;
}

.search-area {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #D9D9D900 0%, #695C5C 100%);
    border-radius: 28px 28px 28px 28px;
    box-shadow: linear-gradient(to top, #000000 0%, #000000 100%);
}

.info-box {
    height: 200px;
    flex-shrink: 0;
    border-radius: 18px 18px 18px 18px;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
    margin: auto;
}
.info-box-open{
    border: 3px solid #09ff00;
}
.info-box-close{
    border: 3px solid #FF1C1C;
}
.info-box-busy{
    border: 3px solid #ffa200;
}
.logo-box {
    position: relative;
    top: -35px;
    flex-shrink: 0;
    border-radius: 18px 18px 18px 18px;
    margin: auto;
}

.logoImg {
    object-fit: contain;
    width: 100%px;
    height: 80px;
}

.tradingHrs {
    position: relative;
    top: -30px;
}

.menuItem {
    margin-bottom: 5px;
    border-bottom: 1px solid gold;
    width: 100%;
    height: 80px;
    border-radius: 0px 19px 19px 0px; 
    background: linear-gradient(180deg, #906400 0%, rgba(217, 217, 217, 0.00) 100%);
}

.itemImg {
    width: 50px;
    height: 50px;
    border-radius: 4%;
    padding-left: 0;
    margin-top: 5px;
}

.itemName {
    text-align: left;
    font-size: 18px;
    padding: 0;
    color: #000;
}

.storeContainer {
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.cartMainContainer {
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.checkoutMainContainer {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.buyButton {
    margin-top: 15px;
    width: auto;
    height: 30px;
    border-radius: 7px;
    border: 2px solid #000;
}
.menuItemAvailable{
    background: linear-gradient(180deg, #19B600 0%, rgba(1, 1, 1, 0.00) 100%);
}
.menuItemNotAvailable{
    background: linear-gradient(180deg, #b60000 0%, rgba(1, 1, 1, 0.00) 100%);
}
.priceTextContainer {
    margin: 10px;
    width: auto;
    height: 30px;
    border-radius: 7px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #19B600 0%, rgba(1, 1, 1, 0.00) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.footerProceedBtn {
    width: auto;
    height: 65px;
    border-radius: 13px;
    border: 2px solid #09FF5C;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(217, 217, 217, 0.00) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-right: 10px;
}

.footerProceedBtn2 {
    width: auto;
    height: 70px;
    border-radius: 13px;
    border: 2px solid #09FF5C;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(217, 217, 217, 0.00) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 40px;
    margin-right: 10px;
}
.footerProceedBtnInactive {
    width: auto;
    height: 70px;
    border-radius: 13px;
    background: linear-gradient(180deg, #424242 0%, rgba(217, 217, 217, 0.00) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 40px;
    margin-right: 10px;
}
.hasCart {
    border: 2px solid #BBBBBB !important;
}

.cartBtn {
    width: fit-content;
    height: 65px;
    border-radius: 13px;
    border: 2px solid #09FF5C;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(217, 217, 217, 0.00) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.checkout2 {
    width: 100px !important;
    height: 65px;
    border-radius: 13px;
    border: 2px solid #09FF5C;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.addCartText {
    display: grid;
}

.page-footer {
    padding: 5px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-footer2 {
    padding: 5px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 150px;
}

.cartButtons {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.quantintyMainContainer {
    margin: 10px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.quantintyMainContainer i,
.quantintyMainContainer div {
    display: inline-flex;
}

.price {
    font-size: 25px;
    text-align: left;
    padding: 0;
    color: #000;
}

.placeOrde {
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 0;
}

.chooseIng {
    border-radius: 19px;
    background: linear-gradient(180deg, #e4ab2b7a 0%, rgb(1 1 1 / 78%) 100%);
}
.menuSides,
.menuExtra,
.menuSauces,
.menuSpices {
    width: 100%;
    height: auto;
    border-radius: 0px 19px 19px 0px;
    background: linear-gradient(180deg, #906400 0%, rgba(217, 217, 217, 0.00) 100%);
}

.quantityBtn {
    width: 100%;
    height: 38px;
    flex-shrink: 0;
    border-radius: 58px;
    border: 3px solid #000;
    background: #D9D9D9;
}

.yourCartTag {
    height: 50px;
    border-radius: 19p 19px 19px 19px;
    background: linear-gradient(180deg, #ffb100 0%, rgba(217, 217, 217, 0.00) 100%);
}

.cartTag {
    font-size: 18px
}

.selectBtn {
    margin-top: 10px;
    padding: 0 !important;
    height: 50px;
    border-radius: 19px 19px 19px 19px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.selectBtn .active {
    height: 50px;
    border-radius: 19px 19px 19px 19px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #F1BB2F 0%, rgba(0, 0, 0, 0.00) 100%);
}

.theCart {
    width: 100%;
    border-radius: 19px 19px 19px 19px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}

.cartRemoveItem {
    margin: 10px;
    display: flex !important;
    justify-content: end;
}

.orderStatus {
    font-size: 14px;
    width: 211px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #000;
    background: linear-gradient(180deg, #4D9620 54.69%, rgba(217, 217, 217, 0.00) 100%);
}

.quantityContainer {
    color: #000;
    height: 40px;
    width: 100px;
    border-radius: 58px 58px 58px 58px;
    border: 3px solid #000;
    background: #D9D9D9;
}

.quantity {
    position: relative;
    top: -15px;
}

.temrs {
    border-radius: 18px 18px 18px 18px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.termsContent {
    position: relative;
    top: -35px;
}

.topTerms {
    position: relative;
    top: -35px;
    height: 67px;
    border-radius: 13px 13px 13px 13px;
    border: 2px solid #FF0909;
    background: #D9D9D9;
}

.welcome {
    margin-top: 100px;
    color: #BBA4A4;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button {
    color: #C9B6B6 !important;
}

.buttons {
    position: relative;
    top: 32vh;
}

.btnContainer {
    width: 270px;
    height: 69px;
}

.signInBtn {
    display: block;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
}

.signUpBtn {
    display: block;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.signIn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.signUp {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.topHeader {
    color: #BBA4A4;
    margin-top: 100px;
}

.signInForm {
    display: none;
    position: relative;
    top: 32vh;
}

.signInForm2 {
    display: block;
    position: relative;
    top: 20vh;
}

.inputField {
    border-bottom: 2px solid #000;
}

.signInput {
    border-bottom: none !important;
    color: #BBA4A4;
}

.signInput::placeHolder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}

.signUpOption {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.signupText {
    color: #BBA4A4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.signinText {
    color: #BBA4A4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}


.signUpForm {
    display: none;
    position: relative;
    top: 12vh;
}

.signUpForm2 {
    position: relative;
    top: 5vh;
}

.welcomeScreen {
    display: none;
    position: relative;
    top: 35vh;
}

.captionTag {
    color: #BBA4A4;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.continue {
    display: block;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.loadingTag {
    margin-top: 30vh;
    width: 100%;
    height: 251px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #E9D5D5 99.99%, rgba(217, 217, 217, 0.00) 100%);
}

.waitEmoji {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 13px;
    border: 2px solid #FDF300;
    background: linear-gradient(180deg, #D9D9D9 0%, #FDF300 73.44%);
}

.confirmEmoji {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 13px;
    border: 2px solid #1FBF05;
    background: linear-gradient(180deg, #CECECE 0%, #1FDB00 100%);
}

.declineEmoji {
    display: none;
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 13px;
    border: 2px solid #FD0909;
    background: linear-gradient(180deg, #FFF 0%, #DA0000 100%);
}

.waitText {
    position: relative;
    top: -80px;
    color: #BBA4A4;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.errorText {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.errorText {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.errorSuccess {
    font-size: 25px;
    margin-top: 30vh;
    width: 100%;
    height: 179px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: green !important;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.otpContainer {
    margin-top: 30vh;
    width: 100%;
    height: 250px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: green !important;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.otpSubmit,
#getLocationBtn {
    background: #ffffff;
    color: #000 !important;
    border-radius: 13px;
    border: 2px solid #FF9900;
}

.otpResend {
    color: #333 !important;
}

.successHeader {
    position: relative;
    top: -45px;
    width: 134px;
    height: 80px;
    border-radius: 13px;
    border: 2px solid #1FBF05;
    background: linear-gradient(180deg, #1FBF05 0%, #D9D9D9 100%);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.warningHeader {
    position: relative;
    top: -45px;
    width: 134px;
    height: 80px;
    border-radius: 13px;
    border: 2px solid #FF9900;
    background: linear-gradient(180deg, #FF9900 0%, #D9D9D9 100%);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.errorError {
    font-size: 25px;
    margin-top: 30vh;
    width: 100%;
    height: 179px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: red !important;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.errorHeader {
    position: relative;
    top: -45px;
    width: 134px;
    height: 80px;
    border-radius: 13px;
    border: 2px solid red;
    background: linear-gradient(180deg, red 0%, #D9D9D9 100%);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.saveProfile, .updateProfile {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8F8C8C 0%, rgba(217, 217, 217, 0.00) 100%);
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.waitEmoji {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-history-item {
    background: linear-gradient(180deg, #976212 -3.85%, rgba(217, 217, 217, 0.00) 96.15%);
    height: 140px;
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 20px;
}
.order-history{
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.homeContainer{
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.shopNameOrder,
.locationOrder,
.shopNameHeader {
    font-size: 16px;
}

.dateOrder {
    font-size: 14px;
}

.shopStepsHeader {
    position: relative;
    top: 8vh;
    display: flex;
    align-items: center;
}

.stepContainer {
    width: 90%;
    margin: 10% 0;
    border-radius: 13px;
    border: 2px solid #FF9900;
    background: linear-gradient(180deg, #ffffff -3.85%, rgba(0, 0, 0, 0) 96.15%);
}

#shop-image {
    display: none;
}

.image-box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 80px;
    border-radius: 13px;
    border: 2px solid #FF9900;
    background: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-text-shop {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.dot {
    width: 20px;
    height: 20px;
    margin: 10px;
    border-radius: 50%;
    border: 2px solid #FF9900;
    background: #000;
}

.active-dot {
    width: 20px;
    height: 20px;
    margin: 10px;
    border-radius: 50%;
    border: 2px solid #FF9900;
    background: #fff !important;
}
.dot-active{
    width: 7px;
    height: 7px;
    margin: 2px 10px 0px 10px;
    border-radius: 50%;
    border: 2px solid #FF9900;
    background: #fff !important;
}
.dottedProgress {
    display: flex;
    align-items: center;
    justify-content: center;

}

.shopStepsButton {
    width: 150px;
    height: 50px;
    color: #000;
    border: 2px solid #BBBBBB;
    border-radius: 13px;
    background: linear-gradient(180deg, #6A6666 -3.85%, rgba(0, 0, 0, 0) 96.15%);
}

select {
    background: #fff;
    border: 2px solid #FF9900 !important;
}

#item-description,
#item-price {
    border: 2px solid #FF9900 !important;
    background: linear-gradient(180deg, #6A6666 -3.85%, #A1A1A1 96.15%) !important;
}

#item-price {
    height: 20px;
}

.straight {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoppingHoursContainer {

    height: 140px;
    margin: 90px 5% 0px 5% !important;
    border: 2px solid #FF9900 !important;
    background: linear-gradient(180deg, #000000 0%, #666666 100%) !important;
    border-radius: 13px;
}

.imageBoxPosition {
    position: relative;
    top: -50px;
}

.shoppingHoursText {
    position: relative;
    top: -50px;
}

.item-container {
    position: relative;
    height: 130px;
    margin: 0 5% 0 5%;
    border-radius: 0 13px 13px 0;
    background: linear-gradient(180deg, #ff9100 -3.85%, rgba(255, 228, 152, 0.159) 96.15%) !important;
}

.add-menu-btn {
    margin-top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 0 0 13px 13px;
    background: linear-gradient(180deg, #ff9100 -3.85%, rgba(255, 228, 152, 0.159) 96.15%) !important;
}

.dashboardStoreContainer {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.shopMainExtrasContainer{
    width: 90%;
    background-color: #000;
    opacity: 0.6;
    padding: 10px;
}
.add-button{
    height: 30px;
    border: 1px solid #000;
    border-top-color: #ff8800 !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.step2Container {
    margin-top: 100px !important;
    width: 90%;
    margin: 10% 0;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #000000ae 99.99%, rgb(217, 217, 217) 100%);
    color: #c29d20;
}
.step2Container input{
    color: #ffffff;
}
.step2Container input::placeholder{
    color: #444444;
}

.shopHeaderBtn {
    border-bottom: #000 solid 2px;
    border-right: #000 solid 2px;
    border-left: #000 solid 2px;
    border-radius: 13px;
    height: 30px;
}

.shopHeaderBtn-active {
    background: linear-gradient(360deg, #D9D9D900 0%, #1C1212 100%);
    color: #fff;
}

.shopOrderBackground {
    background: #1C1212;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.shopSingleOrder {
    margin-top: 10px;
    color: #fff;
    background: linear-gradient(180deg, #d9d9d95d 0%, #1c1212ab 100%);
    border: #FF9900 2px solid;
    border-radius: 20px;
}

.totalPriceBtn {
    background: linear-gradient(180deg, #B65700 0%, rgba(1, 1, 1, 0) 100%);
    color: #fff !important;
    border: #000 solid 2px;
    border-radius: 7px;
    height: 30px;
    width: 60px;
}

.newOrder {
    border: #000 2px solid;
    border-radius: 50%;
    background: #ff0000;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 10px;
    right: 10px;
}

.newOrderCat {
    border: #000 2px solid;
    border-radius: 50%;
    background: #ff0000;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 10px;
}

.noteBox {
    width: 90% !important;
    height: 80px;
    border: #000 solid 2px;
    border-radius: 13px;
    background-color: #BBA4A4;
}

.orderDeclineBtn {
    border: #000 solid 2px;
    border-radius: 13px;
    width: 100px;
    height: 50px;
    background: linear-gradient(180deg, #E13131 -3.85%, rgba(217, 217, 217, 0) 96.15%);
}

.orderAcceptBtn {
    border: #000 solid 2px;
    border-radius: 13px;
    width: 100px;
    height: 50px;
    background: linear-gradient(180deg, #36D81C -3.85%, rgba(217, 217, 217, 0) 96.15%);

}

.dash-icon {
    width: 75px;
    height: 75px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: #ff8800 !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
    color: #ff8800;
    font-size: 20px;
}
.dashboardHeaderContainer{
    margin-top: 90px;
    width: 100%;
    height: 251px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.icon-heading {
    font-size: 16px;
    color: #fff;
}


.orderCardBtn,
.orderCashBtn {
    width: 150px;
    height: 70px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.cardOnline,
.cardShop {
    width: 300px;
    height: 50px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.paymentHeader {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #ffff00 0%, #666666 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paymentSuccessHeader {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00ff22 0%, #666666 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff00;
}
.paymentSuccessWaitHeader {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;    
    border-top-color: #50ff67 !important;
    background: linear-gradient(180deg, #19ff00 0%, #5da88f 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff00;
}
.paymentErrorHeader {
    position: relative;
    top: -80px;
    width: 134px;
    height: 134px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;    
    border-top-color: #ff5050 !important;
    background: linear-gradient(180deg, #ff0000 0%, #c38855 100%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paymentContent {
    position: relative;
    top: -80px;
}


.loadingTag {
    margin-top: 30vh;
    width: 100%;
    height: 251px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.cardLoadingTag {
    margin-top: 30vh;
    width: 100%;
    height: 300px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.cardLoadingTag2 {
    margin-top: 30vh;
    width: 100%;
    height: 300px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #000000bc 99.99%, rgb(217, 217, 217) 100%);
}
.addScheduleBtn{
    width: 60px!important;
    height: 251px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}

.prep-order-button {
    border: #000 solid 2px;
    border-radius: 13px;
    width: 100%;
    height: 55px;
    font-size: 22px;
    background: linear-gradient(180deg, #36D81C -3.85%, rgba(217, 217, 217, 0) 96.15%);
    color: #ffffff;

}
.orderReadyButton{
    border: #000 solid 2px;
    border-radius: 13px;
    width: 100%;
    height: 55px;
    font-size: 22px;
    background: linear-gradient(180deg, #36D81C -3.85%, rgba(217, 217, 217, 0) 96.15%);
    color: #ffffff;
}
.moreInfoBtn {
    width: 100%;
    height: 30px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}
.transparentContainer{
    width: 100%;
    height: 150px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}


.transparentContainerBTN{
    width: 40px;
    height: 50px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid black;
    border-top-color: coral !important;
    background: linear-gradient(180deg, #00000031 99.99%, rgb(217, 217, 217) 100%);
}

.emptyContainer{
    height: 60px!important;
}
.bg-light{
    background-color: #fff !important;;
}
.bg-primary{
    background: linear-gradient(180deg, #ffff00 0%, #666666 100%) !important;
}


.border-bottom{
    padding-bottom: 5px;
    border-radius: 19px;
    border-bottom: 2px solid yellow;
}


.errorMessage {
    color: #ff0000;
}

.white-border-bottom {
    border-bottom: 1px solid #fff;
}

.bottom {
    position: fixed;
    bottom: 10px;
}

.centeredVertically {
    display: flex;
    align-items: center;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: end;
}

.grey-color {
    color: #696466;
}

nav {
    position: fixed !important;
    top: 0;
    z-index: 9999;
}

.nav-wrapper ul li a {
    font-size: 22px !important;
}

.nav-wrapper {
    border-bottom: #000000 1px solid;
}

.nav-wrapper ul li i {
    font-size: 39px !important;
    margin-top: 2px;
}

span {
    color: #AD6A1C !important;
}

.loader {

    position: absolute;
    top: 50vh;
    justify-content: center;
    border: 16px solid #00000093;
    /* Light grey */
    border-top: 16px solid #26a69a;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.centeredVertically {
    display: flex;
    align-items: center;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: end;
}

.grey-color {
    color: #696466;
}

nav {
    position: fixed !important;
    top: 0;
    z-index: 99;
}

.nav-wrapper ul li a {
    font-size: 22px !important;
}

.nav-wrapper {
    border-bottom: #000000 1px solid;
}

.nav-wrapper ul li i {
    font-size: 39px !important;
    margin-top: 2px;
}

span {
    color: skyblue;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-40 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-200 {
    margin-top: 200px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}



.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 40px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ss-18 {
    font-size: 18px !important;
}


.p-10 {
    padding: 10px;
}

.p-10 {
    padding: 10px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-40 {
    padding-left: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-30 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-10 {
    padding-right: 20px !important;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px;
}

.align-right {
    float: right;
}

.align-left {
    float: left;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.bg-primary {
    background: #31081F !important;
}

.bg-secondary {
    background: #220D18 !important;
}

.bg-dark {
    background: #0F080C;
}

.bt-dark {
    border-top: 2px solid #000;
}

.text-white {
    color: #fff !important;
}

.text-span {
    color: #AD6A1C !important;
}

.text-black {
    color: #000 !important;
}

.gray-text {
    color: gray !important;
}

.col-50 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.vh-35 {
    position: absolute;
    top: 35vh;
}

.vh-10 {
    position: absolute;
    top: 10vh;
}

.bold {
    font-weight: bold;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-100 {
    margin: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-inline-flex {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.login-back-button,
.signup-back-button {
    position: relative;
    top: 1vh;
    display: flex;
    justify-content: start;
}

.border-boottom{
    margin-bottom: 5px;
    border-bottom: 2px white solid;
}
.right {
    display: flex;
    justify-content: end;
}

.left {
    display: flex;
    justify-content: start;
}

.h-70{
    height:70px!important;
}
.vh-70{
    height:70vh!important;
}
.vh-60{
    height:60vh!important;
}
.vh-50{
    height:50vh!important;
}
.vh-100{
    height:100vh!important;
}
.vh-80{
    height:80vh!important;
}
.vh-90{
    height:100vh!important;
}
@media only screen and (max-height: 750px) {

    .song-banner img {
        width: 100%;
        height: 55vh;
        object-fit: cover;
    }

    .back-to-main {
        position: relative;
        top: -350px;
    }
}