﻿.bg-primary {
    background-color: #ffffff !important
}

.btn-primary {
    color: #fff;
    background-color: rgb(59, 0, 188);
    border-color: rgb(59, 0, 188)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #a71a6e;
    border-color: #a71a6e;
    box-shadow: 0 0 0 .2rem rgba(208, 27, 136, .25);
    outline: none
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: rgb(59, 0, 188);
    box-shadow: 0 0 0 .2rem rgba(208, 27, 136, .25);
    outline: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgb(59, 0, 188);
    box-shadow: 0 0 0 .2rem rgba(208, 27, 136, .25);
    outline: none
}

.form-control:focus {
    border-color: rgb(59, 0, 188);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(208, 27, 136, .25)
}

a {
    transition: all 300ms ease-in-out;
    color: rgb(59, 0, 188)
}

a:hover {
    transition: all 300ms ease-in-out;
    color: #8c125c
}

.card {
    border-radius: 15px
}

.card .card-header:first-child {
    border-radius: 14px 14px 0 0
}

.btn-link {
    color: #000
}

.btn-link:hover {
    color: rgb(59, 0, 188);
    text-decoration: none
}

.my-radius {
    border-radius: 15px
}

body {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../../images/shared/bg.svg)
}

.form-group {
    margin-bottom: 1.5rem
}

.form-control {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.navbar .logo {
    height: 50px
}

.navbar .nav-link {
    color: #000000;
    text-transform: uppercase
}

.navbar .navbar-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem
}

.navbar .navbar-toggler-icon img {
    height: 30px
}

.header .banner-slider {
    margin-bottom: 0
}

.header .banner-slider .slick-slide {
    font-size: 0
}

.header .banner-slider .slick-prev,
.header .banner-slider .slick-next {
    width: 80px;
    height: 80px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.header .banner-slider .slick-prev:before,
.header .banner-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 80px
}

.header .banner-slider .slick-prev {
    right: 25px
}

.header .banner-slider .slick-prev::before {
    content: "";
    width: 80px;
    height: 80px;
    display: block
}

.header .banner-slider .slick-next {
    left: 25px
}

.header .banner-slider .slick-next::before {
    content: "";
    width: 80px;
    height: 80px;
    display: block
}

.header .banner-slider .slick-dots {
    bottom: 25px
}

.header .banner-slider .slick-dots li button:before {
    color: #fff;
    font-size: 12px
}

.upcoming {
    padding-top: 70px;
    padding-bottom: 40px
}

@media(max-width: 767px) {
    .upcoming {
        padding-top: 2rem;
        padding-bottom: 1rem
    }
}

.upcoming .title {
    font-weight: 300;
    color: rgb(59, 0, 188);
    font-size: 40px;
    text-transform: uppercase
}

.upcoming .event-img {
    margin-bottom: 2rem;
    border-radius: 15px
}

@media(max-width: 991px) {
    .upcoming .title {
        font-weight: 300;
        color: rgb(59, 0, 188);
        font-size: 25px;
        text-transform: uppercase
    }
}

.past {
    background: #eee;
    padding-top: 70px;
    padding-bottom: 40px
}

.past .title {
    font-weight: 300;
    color: rgb(59, 0, 188);
    font-size: 40px;
    text-transform: uppercase
}

.past .event-img {
    margin-bottom: 2rem;
    border-radius: 15px
}

.past .slick-slide {
    margin: 0 15px
}

.past .slick-dots li button:before {
    color: rgb(59, 0, 188);
    font-size: 12px
}

@media(max-width: 991px) {
    .past .title {
        font-weight: 300;
        color: rgb(59, 0, 188);
        font-size: 25px;
        text-transform: uppercase
    }
}

#footer {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 30px
}

@media(max-width: 991px) {
    #footer {
        min-height: 400px
    }
}

#footer .logo {
    height: 60px
}

#footer .social {
    list-style: none;
    margin-bottom: 0
}

#footer .social li {
    margin-left: 10px;
    display: inline-block
}

#footer .social a {
    border-radius: 5px;
    background: #4c4c4c;
    color: #b4b4b4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center
}

#footer .copyright {
    color: #bcbcbc
}

.internal-header {
    background: #eee
}

.internal-header .page-title {
    font-size: 40px;
    color: #666;
    text-transform: uppercase;
    padding: 40px 0;
    letter-spacing: 0px
}

@media(max-width: 767px) {
    .internal-header .page-title {
        font-size: 20px;
        letter-spacing: 0px;
        padding: 20px 0
    }
}

.data-container {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #eee
}

.event-details .event-image img {
    border-radius: 15px
}

.event-details .event-title {
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0px
}

@media(max-width: 767px) {
    .event-details .event-title {
        font-size: 20px;
        letter-spacing: 0px;
        padding: 20px 0
    }
}

.event-details .event-header {
    background: #eee
}

.event-details .google-maps {
    border: 1px solid #eee;
    border-radius: 15px;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.event-details .google-maps iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.event-details .owner-logo {
    max-width: 200px
}

.event-details .brief {
    padding-right: 30px
}

.event-details .prices .data-container {
    line-height: 1.8
}

.page-header {
    background: #eee
}

.page-header .title {
    font-size: 40px;
    color: #666;
    text-transform: uppercase;
    padding: 40px 0;
    letter-spacing: 0px
}

@media(max-width: 767px) {
    .page-header .title {
        font-size: 20px;
        letter-spacing: 0px;
        padding: 20px 0
    }
}

.steps {
    width: 500px
}

@media(max-width: 991px) {
    .steps {
        background: rgba(0, 0, 0, .1);
        width: 100%;
        padding: 1rem 2rem
    }
}

.steps .steps-container {
    margin: 0;
    padding: 0;
    counter-reset: step
}

.steps .steps-container li {
    list-style-type: none;
    width: calc(100% / 3);
    float: right;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d
}

.steps .steps-container li::before {
    width: 12px;
    height: 12px;
    content: counter(step);
    counter-increment: step;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #7d7d7d;
    font-size: 0;
    z-index: 2;
    position: relative
}

.steps .steps-container li::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #7d7d7d;
    top: 5px;
    right: -50%;
    z-index: 1
}

.steps .steps-container li:first-child:after {
    content: none
}

.steps .steps-container li.active {
    color: rgb(59, 0, 188)
}

.steps .steps-container li.active:before {
    border-color: rgb(59, 0, 188);
    background: rgb(59, 0, 188)
}

.steps .steps-container li.active+li:after {
    background-color: rgb(60, 0, 188)
}

.steps .steps-container li.visited {
    color: rgb(208 186 255)
}

.steps .steps-container li.visited:before {
    border-color: rgb(208 186 255);
    background: rgb(208 186 255)
}

.steps .steps-container li.visited+li:after {
    background-color: rgb(208 186 255)
}

.combodate {
    display: block
}

.combodate select {
    float: right;
    text-transform: capitalize
}

.combodate select.day {
    border-radius: 0 .25rem .25rem 0 !important;
    -webkit-appearance: none;
    width: calc(100% / 3) !important;
    margin-left: -1px
}

.combodate select.month {
    border-radius: 0 !important;
    -webkit-appearance: none;
    width: calc(100% / 3) !important;
    margin-left: -1px
}

.combodate select.year {
    border-radius: .25rem 0 0 .25rem !important;
    -webkit-appearance: none;
    width: calc(100% / 3) !important
}

.cart .cart-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #eee;
    border-radius: 15px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    background: #f8f8f8
}

.cart .cart-row:last-child {
    margin-bottom: 0
}

.cart .cart-row:last-child {
    background: #eee
}

.cart .cart-row .close {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%
}

.payment-icons img {
    height: 24px
}

.history {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem
}

.history:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.dates-times {
    text-align: center
}

.dates-times .dates-row {
    overflow-y: auto;
    white-space: nowrap;
    padding: 5px
}

.dates-times .dates-row::-webkit-scrollbar {
    height: 0px !important;
    background: transparent
}

.dates-times .dates-row::-webkit-scrollbar-thumb {
    background: transparent
}

.dates-times .dates-row .date {
    display: inline-block;
    margin: 0 .5rem 1rem .5rem;
    padding: .5rem .5rem;
    border: 1px solid #eee;
    color: #333;
    text-decoration: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    transition: all 300ms ease-in-out
}

.dates-times .dates-row .date.active,
.dates-times .dates-row .date:hover {
    color: rgb(59, 0, 188);
    box-shadow: 0 0 3px 0 rgb(59, 0, 188);
    transition: all 300ms ease-in-out
}

.dates-times .dates-row .date.disable,
.dates-times .dates-row .date.disable:hover {
    color: #ccc;
    box-shadow: 0 0 3px 0 #ccc;
    transition: all 300ms ease-in-out;
    cursor: default
}

.dates-times .dates-row .date>div {
    text-align: center
}

.dates-times .dates-row .date .month {
    font-size: 8px
}

.dates-times .dates-row .date .day {
    font-size: 20px
}

.dates-times .dates-row .date .day-name {
    font-size: 12px;
    text-transform: uppercase
}

.dates-times .times-row {
    overflow-y: auto;
    white-space: nowrap;
    padding: 5px
}

.dates-times .times-row::-webkit-scrollbar {
    height: 0px !important;
    background: transparent
}

.dates-times .times-row::-webkit-scrollbar-thumb {
    background: transparent
}

.dates-times .times-row .time {
    display: inline-block;
    margin: 0 .5rem .5rem .5rem;
    padding: .5rem 1rem;
    border: 1px solid #eee;
    color: #333;
    text-decoration: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    transition: all 300ms ease-in-out
}

.dates-times .times-row .time.active,
.dates-times .times-row .time:hover {
    color: rgb(59, 0, 188);
    box-shadow: 0 0 3px 0 rgb(59, 0, 188);
    transition: all 300ms ease-in-out
}

.dates-times .times-row .time.disable,
.dates-times .times-row .time.disable:hover {
    color: #ccc;
    box-shadow: 0 0 3px 0 #ccc;
    transition: all 300ms ease-in-out;
    cursor: default
}

.main-btn-action {
    margin-bottom: 1.5rem
}

@media(max-width: 991px) {
    .main-btn-action {
        margin-bottom: 0rem
    }

    .main-btn-action>.mobile-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1030;
        padding: 1rem;
        width: 100%;
        background: #fff;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
    }
}

.number_ticket {
    vertical-align: top
}

.number_ticket .input-number-decrement,
.number_ticket .input-number-increment {
    border: 1px solid rgb(59, 0, 188);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    transition: all 100ms ease-in-out;
    cursor: pointer
}

.number_ticket .input-number-decrement:hover,
.number_ticket .input-number-increment:hover {
    transition: all 100ms ease-in-out;
    color: rgb(59, 0, 188)
}

.number_ticket .input-number-decrement:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top
}

.number_ticket .input-number-increment:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top
}

.number_ticket .input-number {
    text-align: center;
    background: transparent
}

.number_ticket .input-number::-webkit-inner-spin-button,
.number_ticket .input-number ::-webkit-outer-spin-button {
    display: none
}

.cart-row.disabled,
.cart-row.sold-out {
    color: #999
}

.cart-row.disabled .button,
.cart-row.sold-out .button {
    border: 1px solid #999 !important;
    pointer-events: none
}

.cart-row.disabled .button:hover,
.cart-row.sold-out .button:hover {
    color: #999
}

.cart-row.disabled input,
.cart-row.sold-out input {
    color: #999;
    pointer-events: none
}

.cart-row.sold-out:after {
    content: "نفذت";
    color: red;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(78, 78, 78, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase
}

.cart-row.max-limit:after {
    content: "تجاوزت الحد الأقصى";
    color: red;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(78, 78, 78, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase
}

.wallet .wallet__card {
    min-height: 324.12px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 35px
}

@media(max-width: 1546px) {
    .wallet .wallet__card {
        padding: 20px
    }
}

@media(max-width: 767px) {
    .wallet .wallet__card {
        min-height: 174.7px;
        padding: 13px
    }
}

.wallet .wallet__card .data__qr {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%
}

.wallet .wallet__card .data__qr .qr {
    width: 150px;
    padding: 12px;
    border-radius: 11.26px;
    background: #fff;
    height: fit-content
}

@media(max-width: 1450px) {
    .wallet .wallet__card .data__qr .qr {
        width: 140px
    }
}

@media(max-width: 767px) {
    .wallet .wallet__card .data__qr .qr {
        width: 86.7px;
        padding: 6px
    }
}

.wallet .wallet__card .data__qr .qr img {
    width: 100%;
    height: 100%
}

.wallet .wallet__card .data__qr .data {
    text-align: right
}

.wallet .wallet__card .data__qr .data .title {
    font-size: 20px;
    color: #fff
}

.wallet .wallet__card .data__qr .data .amount {
    margin-top: 30px;
    font-size: 20px;
    color: #d6d6d6
}

@media(max-width: 767px) {
    .wallet .wallet__card .data__qr .data .amount {
        font-size: 12px
    }
}

.wallet .wallet__card .data__qr .data .amount .price {
    font-size: 40px;
    color: #fff
}

@media(max-width: 1639px) {
    .wallet .wallet__card .data__qr .data .amount .price {
        font-size: 35px
    }
}

@media(max-width: 1430px) {
    .wallet .wallet__card .data__qr .data .amount .price {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .wallet .wallet__card .data__qr .data .amount .price {
        font-size: 25px
    }
}

.wallet .wallet__card .data__qr .data .amount .currency {
    padding-left: .25rem
}

.wallet .content {
    max-height: 351px;
    overflow-y: auto;
    padding-right: .5rem;
    direction: ltr
}

.wallet .content::-webkit-scrollbar {
    width: 3px
}

.wallet .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d6d6d6
}

.wallet .content::-webkit-scrollbar-thumb {
    background-color: #acacac
}

.wallet .content .item {
    border-radius: 15px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 13px 23px;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.wallet .content .item:not(:last-child) {
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .wallet .content .item {
        padding: 11px
    }
}

.wallet .content .item .title__date .title {
    font-weight: 600;
    margin-bottom: 14px
}

@media(max-width: 767px) {
    .wallet .content .item .title__date .title {
        font-size: 14px
    }
}

.wallet .content .item .title__date .date {
    direction: rtl;
    text-align: right
}

@media(max-width: 767px) {
    .wallet .content .item .title__date .date {
        font-size: 12px
    }
}

.wallet .content .item .status {
    font-weight: bold;
    font-size: 14px;
    text-align: left
}

@media(max-width: 767px) {
    .wallet .content .item .status {
        align-self: flex-end
    }
}

.wallet .content .item .status.text-danger {
    color: #ff3e3e
}

.wallet .content .item .status.text-success {
    color: #69c44f
}

/*# sourceMappingURL=style.min.css.map */