@import 'fonts.css';

:root {
    --accent-color: #FCF7B6;
    --info-color: #0BBCD3;
    --primary-color: #31A505;
    --primary-dark-color: #247b03;
    --secondary-color: #CA9C27;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #e4e4e4;
    background-size: cover;
    font-family: FiraSans, Krasar, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-size: 110%;
}
.glass-card {
    background: rgba(255, 255, 255, 0.75);
}
.glass-sm{
    padding-right: 0;
}
.macos-header {
    background: rgb(38,138,0);
    border-bottom: 1px solid #ddd;
    padding: .8rem 2rem;
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff8f6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.direction-list:hover {
    transform: scale(1.04);
}
.direction-list {
    transition: 0.2s ease;
    border-radius: 16px;
    cursor: pointer;
}
.title {
    background: linear-gradient(45deg, #522546 5%, #88304E 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-2 {
    background: linear-gradient(to right, #82009f 0%, #5d34af 50%, #00ceab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-menu {
    background: #FFF;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(8, 27, 55, 0.2);
}
.wrap-seat {
    background: #fff;
}

.wrap-seat .flex-row div {
    padding: 0 8px 8px 0;
    min-width: 96px;
}

.wrap-seat button > i {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    background: var(--primary-color);
}

.btn.btn-lg {
    font-size: 20px;
    border-radius: 6px;
}

.btn {
    transition: background-color 0.25s ease;
}

.btn.btn-success {
    background: var(--primary-color);
}

.btn.btn-success:hover {
    background: var(--primary-dark-color);
}

.btn-outline-success {
    border-color: var(--primary-dark-color);
    color: var(--primary-dark-color);
}

.btn-outline-success:hover {
    background: var(--primary-dark-color);
}

.btn-link {
    color: var(--primary-dark-color);
}

.swal2-actions button {
    border-radius: 8px !important;
    padding: .612rem 2rem;
}

.swal2-actions button:focus {
    box-shadow: none !important;
}

.swal2-actions .swal2-confirm {
    background: var(--primary-color);
}

.swal2-container .swal2-html-container {
    font-size: 16px;
}

.swal2-container .swal2-modal {
    border-radius: 12px;
}

.__loading {
    background: rgba(51, 51, 51, 0.4);
    border-radius: 50px;
    box-shadow: none;
    left: 50%;
    margin-left: -50px;
    min-width: min-content;
    padding: 12px;
    position: fixed;
    text-transform: capitalize;
    top: 50%;
    z-index: 9999;
}

.text-small {
    font-size: 90%;
}
.datepicker td,
.datepicker th {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 60px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 16px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
    background: var(--primary-color);
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
    background: var(--secondary-color);
}
.datepicker-dropdown.datepicker-orient-left:after{
    left: 17px;
}
.cursor-link{
    cursor: pointer;
}
.select-lang:focus,
.depart-time:focus {
    cursor: pointer;
    outline: none;
}
.ml-4{
    margin-left: 4rem;
}
.depart-time:hover {
    cursor: pointer;
}

.emoji {
    font-family: "Noto Color Emoji", "Segoe UI Emoji", "Apple Color Emoji", "Twemoji", sans-serif;
}


.payment-item {
    background: white;
    border: 2px solid #eee;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 8px;
    padding: 10px;
    position: relative;
}

.payment-item.selected {
    background-color: #F6FFFB;
    border: 2px solid var(--primary-color);
}

.payment-item .media img {
    border-radius: 4px;
    height: 28px;
}

.payment-item .media-body img {
    height: 14px;
}

.payment-item .media-body h5 {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px;
}

.payment-item .media-body p {
    color: #666;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.payment-item .trailing-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
}


@media (max-width: 768px) {
    .btn-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .btn.btn-lg {
        padding: 8px 16px;
        font-size: 20px;
    }

    .wrap-seat .flex-row div {
        min-width: 86px;
    }

    .w-100-sm {
        width: 100%;
    }

    .mt-sm-1 {
        margin-top: 1rem;
    }

    .mx-4 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .depart-date,.depart-date:focus {
        width: 100%;
    }
    .glass-sm{
        padding:0;
    }
}
