#detailContent {
    @import 'assets/css/bootstrap.min-1.css';
}

.events button {
    color: #8896AB !important;
    background: #FFFFFF !important;
}
#btnPrice {
    background-color: var(--primary_color);
    margin-right: 5px;
    padding: 7px;
    border-radius: 5px;
    color: white;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
}
#btnPrice:active, #btnPrice:focus, #btnPrice:hover {
    color: var(--primary_color);
    background-color: white;
    border-color: var(--primary_color);
}
#price {
    border-radius: 5px;
    padding: 7px;
    background-color: var(--primary_color);
    color: white;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
}
.events button[aria-selected=true] {
    background: var(--primary_color) !important;
    color: #FFFFFF !important;
}

.Preloader {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 25;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    height: 150px;
    width: 200px;
    max-width: 200px;
}

.locaderoverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

#main_loader {
    display: none;
}

.carousel-indicators button {
    background: #FFFFFF !important;
}

.carousel-indicators button[aria-current=true] {
    background: var(--primary_color) !important;
}

.navbar-nav > .active > a {
    color: var(--primary_color);
}

.qtybtn {
    border: 1px solid #ddd !important;
    /* padding: 5px 15px; */
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
}

.lds-ripple {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    /* position: relative; */
    width: 80px;
    height: 80px;
}

#app {
    display: none;
}

.lds-ripple div {

    position: absolute;
    border: 6px solid var(--primary_color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

@media (min-width: 600px) {
    .customheight {
        height: 80vh !important;
    }
}
