﻿/*===================== CUSTOM STYLE =======================
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}



.list-group-item.disabled {
  background-color: #f6f5f5;
}

/*Events page*/

.fully-booked, .fully-booked h4, .fully-booked p, .fully-booked div {
    color: #cbcbcb;
}

/*end of events page*/
/* Booking modal -------------------------------------*/
.h-blue {
    color: #49bff5;
    margin-bottom: 5px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 500
}

::placeholder {
    font-size: 18px;
    color: #ddd
}

.textmuted {
    color: #ddd
}


.outline-none {
    outline: none
}

.container {
    box-shadow:none !important;
}

.priceCategorySection{
    padding-bottom: 10px;
}

.desc-text {
    color: #212020;
    font-size: 16px;
}
.nowrap{
    white-space:nowrap;
}

.ticket-title {
    font-size: 16px;
    font-weight:bold;
}

.ticket-price-small {
    font-size: 14px;
}
/* Booking modal end-------------------------------------*/
/* Shopping Cart start-------------------------------------*/
.event-order-dt {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.event-order-dt-content {
    width: 100%;
}


.cart-price {
    white-space: nowrap;
    font-size: 1.1rem;
}

.cart-remove-btn {
    text-align: right;
    display: block;

}

.event-order-dt-content {
    margin-left: 0px; 
}

.btn-remove {
    background-color: #d8d1d1;
    color: #2e2c2c;
    padding: 0.375rem 0.75rem;
}
/* Shopping Cart end-------------------------------------*/
img.datatrans-logo {
    max-width: 120px;
    margin-left:10px;
}

img.stripe-logo {
    max-width: 120px;
    margin-left: 10px;
}
/*Progress steps start*/

.shopping-progress-bar {   
    width: 100%;
    position: relative;
}

    .shopping-progress-bar .shopping-progress-bar-row {
    
    }

        .shopping-progress-bar .shopping-progress-bar-row .step {
            /*display: table-cell;*/
            text-align: center;
            position: relative;
            vertical-align: middle;
            width: 25%;
        }


            .shopping-progress-bar .shopping-progress-bar-row .step .btn {
                background-color: #F1F1F1;
                /*outline: 10px solid #ffffff;*/
            }

            .shopping-progress-bar .shopping-progress-bar-row .step .btn-circle {
                display: inline-block;
                cursor: auto;
                width: 56px;
                height: 56px;                
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 1.33;
                border-radius: 50%;
            }

        .shopping-progress-bar .shopping-progress-bar-row .step-active .btn {
            border: 0;
            background-color: #e07305;
        }

            .shopping-progress-bar .shopping-progress-bar-row .step-active .btn span {
                font-weight: 400;
                color: #FFF;
            }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.shopping-progress-bar .shopping-progress-bar-row:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #F1F1F1;
}

.shopping-progress-bar .shopping-progress-bar-row .step .btn:focus {
    outline: 10px solid #FFF !important;
    outline-offset: 0 !important;
}

/* xs */
@media (max-width: 767px) {

    .shopping-progress-bar .shopping-progress-bar-row:before {
        top: 18px;
    }

    .shopping-progress-bar .shopping-progress-bar-row .step {
        width: 50%;
    }

        .shopping-progress-bar .shopping-progress-bar-row .step .btn-circle {
            width: 36px;
            height: 36px;
            padding: 2px 9px;
            font-size: 16px;
            font-size: 1rem;
        }

        .shopping-progress-bar .shopping-progress-bar-row .step .btn {
            outline: 5px solid #ffffff;
        }
}

/*Progress steps end*/

/*Booking Result*/

* {
    padding: 0;
    margin: 0
}


.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

/*Booking Result end*/

.event-list {
    display: flex;
    flex-direction: column;
    
}

.event-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.event-card:hover {
        background: #f9fbff;
        border-color: #007bff;
        transform: translateY(-2px);
    }

.event-time {
    font-size: 1.2rem;
    font-weight: bold;
    color: #524e4e;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 100px;
}

.event-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.event-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.event-card.limited {
    border-left: 5px solid #dc3545;
}

