#main {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    /* padding: 0 50px; */
    /* overflow: hidden; */
}
.logo-holder {
    margin: 0 auto;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 100px;
}
.welcome-title p {
    font-family: 'Poppins';
    text-align: center;
    font-size: 42px;
    color: #DDAA3B;
    font-weight: 700;
}
sports-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-pitch-holder {
    padding-bottom: 50px;
}
.sports-card-wrapper {
    width: 330px;
    height: 460px;
    background: white;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
}
.sports-card-wrapper > div {
    width: 100%;
    height: 70%;
}
.sports-card-wrapper > div > div {
    height: 100%;
    width: 100%;
}
.sports-card-img-wrapper {
    height: 100%;
}
.type-pitch p {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.sports-card-img-wrapper img {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.book-a-slot .app-main-wrapper{
    margin-top: 0px !important;
}
.app-main-wrapper{
    /* margin-top: 50px !important; */
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.go-back-home a {
    padding: 10px 50px;
    border: 1px solid #03ff22;
    text-decoration: none;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-top: 50px;
    color: white;
    font-weight: normal;
    background: #03ff22;
}
.payment-successful {
    flex-basis: 25%;
}
.calendar-table-holder .cart-page-item {
    flex-direction: column;
}
.sports-card-wrapper:hover{
    cursor: pointer;
}
.main-bottom-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;
    max-width: 600px;
    margin: 0 auto;
}
.unique-indoor-text p {
    font-family: 'Poppins';
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: white;
}
.treat-yourself p {
    font-family: 'Poppins';
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: white;
}
body {
    /* height: 100vh; */
    width: 100vw;
    /* overflow: hidden; */
    margin: 0;
}


/* BOOK A SLOT */
.logo-holder.book-a-slot {
    align-items: center;
    justify-content: flex-start;
    margin-left: 50px;
    margin-bottom: 0px;
}
.bas-title p {
    font-family: "Prompt";
    font-size: 42px;
    font-weight: 600;
    color: #494645;
}


/* calendar */
.table-wrapper span {
    display: block;
}
.calendar-table-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.start-time-holder .start-time {
    align-items: center;
    padding: 0 30px;
    height: 110px;
    display: flex;
}
.table-wrapper .slot {
    border: 1px solid #00000014;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    color: #494645;
    padding: 0 45px;
    cursor: pointer;
    font-size: 14px;
    height: 110px;
    display: flex;
    
}
.table-wrapper .selected-slot {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
}
.table-wrapper td {
    padding: 0 9px 18px;
}
.table-wrapper th {
    text-align: center;
}
.table-wrapper .booked-slot {
    background: rgba(0, 0, 0, 0.04);
    color: #888999;
    font-weight: 500;
    border: none;
}
.available-slot-wrapper * {
    font-family: "Poppins", sans-serif;
}
.available-slot-wrapper{
    background-color: white;
}
.slot .price {
    font-weight: 500;
}
.slot .minutes {
    font-size: 14px;
    margin-top: 2px;
}
.table-wrapper .slot-date {
    padding-bottom: 60px;
}
.start-time-title p {
    color: #494645;
    font-weight: 600;
}
.start-time-title p {
    color: #494645;
    font-weight: 600;
}
.table-wrapper .slot-date {
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    display: flex;
}
.table-wrapper .slot-date .day-name,
.table-wrapper .slot-date .calendar-date {
    color: #494645;
}
.table-wrapper .slot-date.selected-date .day-name {
    color: #DDAA3B;
}
.table-wrapper .slot-date .calendar-date {
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    margin-top: 5px;
    display: flex;
    height: 35px;
    width: 35px;
}
.table-wrapper .slot-date.selected-date .calendar-date {
    background: #DDAA3B;
    border-radius: 50%;
    color: #fff;
}
.calendar-table-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.start-time-holder {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 135px 25px 65px;
}
.start-time-holder .start-time:not(:last-child) {
    margin-bottom: 18px;
}
.todays-date {
    padding: 0 40px 0 20px;
}
span.slot-booked {
    font-weight: 500;
}
.table-wrapper th {
    padding-top: 35px;
}
.todays-date-holder {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: none;
    align-items: center;
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.right-col-booking img {
    max-width: 25px;
}
.right-col-booking {
    padding-left: 105px;
}
.table-wrapper {
    padding: 0 15px;
}
.booking-type-tab ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.booking-type-tab ul li:not(:last-child) {
    margin-right: 20px;
}
.booking-type-tab {
    padding: 25px 0 50px;
}
.booking-type-tab ul li {
    border: 2px solid rgba(73, 70, 69, 14%);
    border-radius: 30px;
    text-align: center;
    padding: 10px 25px;
    min-width: 185px;
    color: #888999;
    cursor: pointer;
}
.booking-type-tab ul li.active {
    border: 2px solid #DDAA3B;
    color: #DDAA3B;
}
.booking-type-wrapper,
.cart-container {
    /* padding: 70px 0 100px; */
}
.calendar-table-wrapper {
    display: none;
}
.latest-articles-container {
    background: #F7F7F7;
}
.article-details {
    box-shadow: 0 4px 25px 3px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px;
}
.article-excerpt p {
    color: #888999;
    font-size: 14px;
}
.article-excerpt {
    margin-top: 15px;
}
.article-title {
    margin-top: 15px;
}
.article-title p {
    text-transform: uppercase;
}
.article-title {
    max-width: 250px;
    min-height: 48px;
}
.articles-title h2 {
    text-transform: uppercase;
    color: #494645;
    font-size: 30px;
}
.articles-wrapper {
    margin-top: 70px;
}
.latest-articles-container {
    padding: 70px 0 95px;
}
.booking-container .sportsarena-widthcontainer {
    max-width: 85%;
}
.book-pitch-holder {
    /* display: flex; */
    /* background: white; */
}
.cart-container {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 50px;
    margin-left: 50px;
}
.cart-details {
    display: flex;
}
.cart-img {
    max-width: 150px;
}
.cart-info {
    padding-left: 20px;
}
.cart-info * {
    font-size: 14px;
}
.cart-top-title p {
    font-weight: 600;
}
.booking-title h2 {
    text-transform: uppercase;
    color: #494645;
    font-weight: 600;
    font-size: 24px;
}
.cart-top-title p {
    font-size: 16px;
}
.cart-item {
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 25px;
}
.cart-bottom {
    text-align: right;
    margin-top: 30px;
}
.cart-price p {
    font-weight: 500;
}
.cart-item * {
    font-family: "Poppins", sans-serif;
    color: #494645;
}
.cart-items-wrapper .cart-item:not(:last-child) {
    margin-bottom: 30px;
}
.cart-price p {
    color: #DDAA3B !important;
}
.remove-item p {
    font-size: 14px;
    color: red;
}
.cart-items-wrapper {
    padding: 0 7px 30px;
    max-height: 85vw;
    overflow: scroll;
}
.order-total-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.71);
    padding-top: 40px;
    margin-top: 50px;
}
.order-total-wrapper {
    justify-content: space-between;
    display: flex;
}
.order-total-title p {
    color: #494645;
    font-weight: 500;
}
.price-total p {
    font-weight: 500;
}
.go-to-checkout {
    text-align: center;
    margin-top: 45px;
    position: relative;
    top: -30px;
}
.go-to-checkout button {
    text-transform: uppercase;
    background: #DDAA3B;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 12px;
    width: 300px;
    border: none;
}
.book-a-slot .booking-type-title.booking-title h2 {
    font-size: 42px;
    font-family: 'Prompt';
    font-weight: 600;
}
.booking-type-tab li a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #888999;
}
.booking-type-tab li.active a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #DDAA3B;
}
.booking-type-tab li {
    background: white;
}
.cart-title.booking-title h2 {
    font-size: 28px;
    font-family: 'Prompt';
    font-weight: 600;
    color: white;
}
.cart-img {
    flex-basis: 30%;
    max-width: unset;
    width: 100%;
}
.cart-info {
    height: 100%;
    width: 100%;
    flex-basis: 50%;
}
.cart-details {
    background: white;
}
.cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-bottom {
    flex: 20%;
    padding-right: 50px;
}
.cart-item {
    padding: 0;
}
.cart-container {
    margin: 0;
    padding: 0;
}
.order-total-wrapper {
    border-color: white;
}
.order-total-title p, .price-total p {
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 23px;
}
.price-total p {
    color: white;
}
.pagetitle p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: #494645;
    margin-bottom: 50px;
    text-transform: Uppercase;
}
.calendar-table-holder .card-details {
    flex-direction: column;
}
.calendar-table-holder .cart-details {
    flex-direction: column;
    padding: 40px;
}
.calendar-table-holder .cart-img {
    width: 90%;
}
.calendar-table-holder .cart-info {
    padding: 0;
    text-align: center;
}
.calendar-table-holder .cart-bottom {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-table-holder .cart-bottom img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 5px;
}

.calendar-table-holder .cart-bottom a {
    margin: 0;
    padding: 0;
}

.calendar-table-holder .cart-info p {
    margin: 5px;
}

.calendar-table-holder .cart-details {
    border-bottom: 1px solid #9D9E9F80;
    flex-basis: 25%;
    padding: 15px;
    margin: 25px;
}

.start-time-holder {
    flex-basis: 25%;
}

.calendar-table-slot {
    flex-basis: 50%;
}

/* CART */
.pagetitle p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: #494645;
    margin-bottom: 50px;
}

.cart-wrapper {
    background: white;
    padding: 30px;
}

.cart-page-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 40px;
    align-items: center;
    justify-content: space-around;
    margin-top: 45px;
}

.cart-pitch p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #494645;
}

.cart-booking-datetime p {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    color: #494645;
}

.cart-booking-price p {
    color: #494645;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
}

.cart-actions a {
    margin-right: 20px;
}
.cart-btns-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

div#add-slot a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    padding: 10px 60px;
    background: #8F8F8F;
    color: white;
    border-radius: 15px;
    text-decoration: none;
    margin: 20px;
}

button-field#checkout a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    padding: 10px 60px;
    background: #494645;
    color: white;
    border-radius: 15px;
    text-decoration: none;
    margin: 20px;
}
.button-wrapper {
    position: relative;
}

.button-wrapper::after {
    content: "";
    display: block;
    background-image: url(/images/arrow-right.png);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 55px;
    z-index: 1;
    top: 7px;
    background-repeat: no-repeat;
    background-size: contain;
}
.calendar-table-holder .cart-page-item p {
    font-size: 16px !important;
}

.calendar-table-holder .cart-actions img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    object-fit: contain;
}
.start-time-holder {
    flex-basis: 10%;
}

.calendar-table-slot {
    flex-basis: 65%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.cart-summary {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow: scroll;
    max-height: 800px;
}

.cart-page-item .cart-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
}
.arrows-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 55px;
    top: 60px;
}

.calendar-table-holder {
    position: relative;
}

div#arrow-left {
    margin-right: 20px;
}

.month-booking p {
    font-family: "Poppins";
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-left: 35px;
}
.calendar-datepicker {
    position: relative;
}

input#booking-datepicker {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img#calendar-img {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* CHECKOUT */
.checkout-btns-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button-field#pay-btn {
    text-align: center;
    background: #DDAA3B;
    padding: 10px 135px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}
button-field#pay-btn a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
}
button-field#add-slot-checkout {
    background: #494645;
    padding: 10px 105px;
    border-radius: 10px;
}
button-field#add-slot-checkout a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-align: center;
}
div#pay-btn::after, #add-slot-checkout::after {
    display: none;
}
.cart-wrapper.checkout .pagetitle p {
    color: #494645;
    font-size: 42px;
    font-family: 'Poppins';
}
.cart-wrapper.checkout {
    margin-top: 70px;
    border-radius: 5px;
}
sports-card .type-pitch p {
    color: black;
    text-decoration: none;
}
.sports-card-wrapper > a {
    color: #494645;
    text-decoration: none;
    font-family: 'Poppins';
}
sports-card .sports-card-img-wrapper {
    min-height: 310px;
}
.booking-arrow:hover{
    cursor: pointer;
}
button#checkout-btn:hover {
    cursor: pointer;
}

/* PAYMENT POPUP */
checkout-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ebebebed;
    display: none;
}
.pay-popup-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.pay-popup-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.payment-popup-title p {
    color: #494645;
    font-family: 'Poppins';
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}
.payment-options-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mastercard, .juice, #cash {
    background: white;
    width: 350px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}
.mastercard {
    margin-right: 10px;
}
.juice {
    margin-left: 10px;
}
.mastercard:hover, .juice:hover, #cash {
    cursor: pointer;
}
div#close-btn p {
    color: #494645;
    font-family: 'Poppins';
    text-transform: uppercase;
    background: #DDAA3B;
    padding: 15px 80px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
}
div#close-btn p:hover, div#next-btn:hover{
    cursor: pointer;
}
div#next-btn p {
    color: #494645;
    font-family: 'Poppins';
    text-transform: uppercase;
    background: #DDAA3B;
    padding: 15px 80px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
}
.popup-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#close-btn {
    margin-right: 10px;
}
div#next-btn {
    margin-left: 10px;
}
div#cash {
    margin-left: 10px;
}
.payment-active {
    border: 2px solid #DDAA3B !important;
}

.thank-you-main-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.thank-you-inner {
    width: 730px;
    height: 960px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.payment-successful p {
    font-family: 'Poppins';
    color: #494645;
    text-align: center;
}
.payment-successful p:first-child {
    font-size: 40px;
    font-weight: 600;
}
processing-payment {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.payment-processing-popup-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.payment-processing-popup-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebebed;
}

.payment-processing-popup {
    background: white;
    padding: 60px;
    width: 730px;
    height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.padel-tennis-asset {
    position: absolute;
    bottom: -4px;
    left: -40px;
}
.payment-processing-title p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 42px;
    color: #494645;
}
div#add-slot:after {
    display: none;
}
.payment-processing-title {
    flex-basis: 25%;
}
processing-payment{
    display: none;
}
.payment-failed-btn a {
    padding: 10px 20px;
    background: #ff1e00;
    text-decoration: none;
    color: white;
    font-family: 'Poppins';
}
.payment-failed-btn {
    margin-top: 30px;
}
a.cancel-payment {
    padding: 20px 70px;
    text-transform: uppercase;
    text-decoration: none;
    background: #DDAA3B;
    font-size: 20px;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
}

.slot-long-term-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
    background: #0000008a;
}

.slot-long-term-popup-wrapper {
    position: fixed;
    height: 250px;
    background: white;
    width: 500px;
    box-shadow: 0px 1px 2px #0000004a;
    top: 370px;
}

.slot-popup-inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    position: relative;
}

div#main {
    position: relative;
}

.slot-popup-title p {
    font-size: 18px;
    font-family: 'Prompt';
    font-weight: 600;
    color: #494645;
    margin-bottom: 40px;
    margin-top: 0;
}

.slot-booking-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .slot-booking-options input{
    opacity: 0;
    position: absolute;
top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */
.slot-booking-options li {
    position: relative;
    margin: 10px;
}
.slot-booking-options li {
    border: 1px solid #DDAA3B;
    padding: 5px 15px;
    font-family: 'Prompt';
    text-decoration: none;
    color: #484645;
    cursor: pointer;
}
.payment-timer {
    position: relative;
    top: -70px;
}
p#countdown-display {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: bold;
}
sports-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    background: #000000cc;
    display:none;
}
.soccer-arena-loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.login-form form label {
    font-family: 'Poppins';
    font-weight: 600;
    color: #484645;
    font-size: 23px;
    text-align: center;
}
.login-form {
    width: 30%;
}
.login-form form input {
    height: 25px;
}
.login-form button {
    margin-top: 20px;
    border: 1px solid #e2a628;
    background: #e2a628;
    padding: 10px;
    font-family: 'Poppins';
    color: white;
    font-size: 16px;
}
.slot-booking-options li{
    user-select: none;
}