.status {
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    padding: 4px 12px;
}

.status.success {
    color: #005900;
    background-color: #c6ffc6;
}

.status.pending {
    color: #684000;
    background-color: #ffedc9;
}

.status.cancel {
    color: #800000;
    background-color: #b18e8e;
}

.card {
    border-radius: 2rem !important;
    padding: 12px;
}

button,
input,
textarea,
select{
    outline: none !important;
    box-shadow: none !important;
}

.nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    border: 1px solid #e82953;
    /*border-radius: 1rem;*/
    background-color: #fff;
    color: #e82953;
}

.nav-button:hover {
    color: #fff;
    background-color: #e82953;
}

.autocomplete-options {
    position: absolute;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    width: 100%;
    background: #fff;
    z-index: 1000;
    display: none;
}

.autocomplete-options .options-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.autocomplete-options .options-list li {
    padding: 0.5rem 1rem;
    border-left: 2px solid transparent;
    cursor: pointer;
    /*font-size: 14px;*/
}

.autocomplete-options .options-list li:hover,
.autocomplete-options .options-list li.selected {
    background: #eaf1f6;
    border-left: 2px solid #5a6872;
}

.recent-events {
    list-style: none;
}

.recent-events li {
    line-height: 20px;
}

.recent-events li a {
    display: block;
    text-decoration: none;
    color: #0a0a0a;
}

.recent-events li a:hover {
    color: #cd3545;
}

.review-ratings {
    font-size: 14px;
    font-weight: bolder;
}

.review-ratings .rating {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    font-family: 'Montserrat', sans-serif;
}

.review-ratings .rating .label {
    width: 60px;
    margin-right: 10px;
}

.review-ratings .progress {
    background-color: #dee2e6;
    width: 65%;
}

.review-ratings .progress .progress-bar {
    background-color: #ff991f;
    border-radius: 0.375rem;
}

.review {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    /**/
}

.review:nth-child(2){
    margin: 18px 0;
}

.review .title {
    display: inline-block;
    font-weight: bolder;
    margin:5px 0 0 8px;
}

.review img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review .action {
    display: flex;
}

.review .action .thumbs-up {
    margin-right: 48px;
}

.review .username {
    font-weight: bolder;
}

.review .info {
    display: flex;
    flex-direction: column;
}

.review .info .ui-rating-container,
.review .info .description,
.review .info .action {
    margin-bottom: 12px;
}

.ui-rating-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}

.ui-rating-container .rating {
    margin-left: 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}

.ui-rating-container .ui-rating {
    display: inline-block;
    line-height: 14px;
    margin-top: 4px;
}

.ui-rating-container .ui-rating .ui-rating-star {
    background: url("../img/rating-stars.png") repeat-x scroll 0 -100px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 14px;
    overflow: hidden;
    width: 70px;
}

.ui-rating-container .ui-rating .ui-rating-star span {
    background: url("../img/rating-stars.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: auto;
}


.form-control,
.form-select{
    font-size: 12px !important;
}

.form-select:focus,
.form-control:focus {
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* Standard syntax */
    width: 18px; /* Desired width */
    height: 18px; /* Desired height */
    border-radius: 50%; /* To maintain circular shape */
    border: 2px solid #999; /* Example border */
    margin-right: 5px;
    /* Add other styling as needed for the checked state or visual appearance */
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.card-information {
    margin: 2rem 0;
    border: 1px solid #ced4da;
    padding: 1rem;
    border-radius: 0.25rem;
}
.card-information-tab {
    /*margin: 0 0 3em 0;*/
}

.card-information-tab.nav-tabs .nav-item .cartchecked {
    position: absolute;
    display: block;
    top: 5px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1rem;
    line-height: 30px;
    color: #ff2d71;
    transform: scale(0);
    transition: all .15s;
}

.card-information-tab.nav-tabs .nav-link.active{
    color: #e82953;
    background-color: #fff;
    border: 1px solid #e82953;
}

.card-information-tab.nav-tabs .payment-methods {
    width: 100px;
}

.card-information-tab.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.375rem;
}

.card-information-tab .nav-link {
    display: flex;
    align-items: center;
    color: #657789;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #657789;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.card-information-tab.nav-tabs .nav-item {
    margin: 1rem;
    position: relative;
}

.payment-methods {
    text-transform: uppercase;
    font-weight: 400;
}



img, .img {
    width: 100%;
    object-fit: cover;
    object-position:50% 50%;
    vertical-align: middle;
}

svg {
    vertical-align: middle;
}

.rating {
    width: 100%;
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
}

.star-rating {
    width: 5.8em;
    height: 16px;
    font-size: 16px;
    color: #fdbc32;
    margin: 10px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.star-rating::before {
    content: "";
    letter-spacing: 4px;
    color: #ced0d5;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span::before {
    letter-spacing: 4px;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

.rating .review {
    font-size: 16px;
    vertical-align: text-bottom;
    margin-left: 15px;
}

.form-label {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.imageView {
    z-index:-1;
    /*display:none;*/
    width:100px;
    height:100px;
    /*border:1px solid #e82953;*/
}

input, select, textarea {
    outline: none !important;
    box-shadow: none !important;
}

[hidden] {
    display: none !important;
}

::placeholder {
    color: #9f9f9f !important;
}

.price input {
    height: 38px;
    width: 100px;
    font-size: 12px;
}

.stepper .minus,
.stepper .plus{
    background-color:#fff;
    color:#657789;
}

.stepper .value{
    text-align:center;
    width:55px;
    font-size:16px;
}

.stepper .minus:hover,
.stepper .plus:hover{
    color:#fff;
    background-color:#657789;
    border-color:#657789;
}

.pointer {
    cursor: pointer;
}

.user-type {
    border: 1px solid #e82953;
    padding: 25px 15px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.user-type.active {
    background-color: #e82953;
    color: #fff;
    font-weight: bold;
}

.user-type:not(.active):hover {
    background-color: #e82953;
    color: #fff;
}

.event, .ticket {
    background-color: #fff;
    font-size: 12px;
    color: #111;
}

.event .name {
    font-weight: 500;
}

.event .name,
.event .date,
.event .price {
    color: #111;
    font-size: 13px;
}

/*.event .info .desc {
    width: 768px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.event .image {
    flex-shrink: 0;
}

/*.event:hover, .ticket:hover {
    background-color: #737373;
}*/

.event .action,
.ticket .action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.event .action:hover,
.ticket .action:hover {
    background-color: #eaf1f6;
}


table.order-summary {
    width: 100%;
    border: 1px solid #dee2e6;
    font-size: 1rem;
}

table.order-summary tfoot tr {
    background-color: #f7f8fb;
}

table.order-summary tr {
    border-bottom: 1px solid #dee2e6;
}

table.order-summary tr th {
    padding: 7px 20px;
}

table.order-summary tr td {
    padding: 17px 20px;
}

table.order-summary .product-total {
    font-size: 1.3rem;
}

table.cart {
    font-size: 0.8rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #414756;
    width: 100%;
    padding: 10px;
}

.cart_totals {
    border: 1px solid #dee2e6;
    padding: 25px;
}

table.cart thead tr th {
    padding: 14px;
    font-weight: 600;
    font-size: 14px;
    /*background-color: #000;
    color: #fff;*/
    border-bottom: 1px solid #dee2e6;
}

table.cart tbody tr:last-child {
    border-bottom: none;
}

table.cart tbody tr {
    border-bottom: 1px solid #dee2e6;
    /*background-color: #000;
    color: #fff;*/
}

table.cart tbody tr td.img,
table.cart tbody tr td.img img {
    width: 120px;
    height: 120px;
}

table.cart tbody tr td {
    vertical-align: middle;
    padding: 20px 10px;
}

table.cart tbody tr td a {
    /*color: #fff;
    font-weight: 600;*/
}

.cart-item-count {
    position: absolute;
    top: 0;
    background-color: #e82953;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 2px;
    font-size: 11px;
}

.cart-item-count .count {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-menu {
    margin-right:25px;
    width: 240px;
    max-width: 240px;
    min-height:100vh;
    /*border-right: 1px solid #dee2e6;
    border-radius: 25px;*/
    background-color: #e8edf5;
    padding-top: 5px;
}

.dashboard .tab-content #billing .card {
    height: 175px;
}

.toggle-sidebar,
.sidebar-menu .btn-close{
    display: none;
}

.web-logo {
    display: block;
}

@media screen and (max-width: 900px) {
    .event .name {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .event img {
        height: 150px;
    }
    .event .info {
        font-size: 13px;
        width: 145px;
    }

    .event .info .date,
    .event .info .location {
        font-size: 11px;
    }

    .event .info .desc {
        display: none;
    }

    .event .info .name {
        font-size: 1.25rem;
    }

    .ticket .title {
        width: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    table.cart {
        width: 100%;
        margin-bottom: 30px;
    }
    table.cart thead {
        display: none;
    }
    table.cart tbody tr {
        border-bottom: 1px solid #dee2e6;
    }
    table.cart tbody tr td {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-bottom: none;
        width: 100%;
    }
    table.cart tbody tr td.img {
        width: 100%;
    }
    table.cart tbody tr td.img img {
        width: 120px;
        height: 120px;
    }

    .transaction-summary-table thead {
        display: none;
    }

    .transaction-summary-table .id    {
        display: none;
    }

    .transaction-summary-table tbody tr {
        display: grid;
        width: 100%;
        grid-template-columns: auto 1fr auto;
        gap: 0 0.5rem;
        grid-template-areas:
                'a1 a2'
                'b1 b2';
        padding: 0.75rem 0;
        border-bottom: 1px solid #ccc;
    }

    .transaction-summary-table tbody tr td {
        border:none;
    }

    .transaction-summary-table tbody tr td:nth-child(2) {
        grid-area: a1;
        text-align: left;
    }

    .transaction-summary-table tbody tr td:nth-child(3) {
        grid-area: b1;
        text-align: left;
    }

    .transaction-summary-table tbody tr td:nth-child(4) {
        grid-area: a2;
        text-align: right;
    }

    .transaction-summary-table tbody tr td:nth-child(5) {
        grid-area: b2;
        text-align: right;
    }

    .toggle-sidebar {
        display: block;
    }

    .web-logo {
        display: none;
    }

    .sidebar-menu {
        width: 0;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.2s;
        border-radius: 0;
    }

    .sidebar-menu #myTab .nav-link {
        width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .sidebar-menu .btn-close {
        display: inline-block;
        margin: 15px 15px 5px 0;
    }

    .sidebar-menu.open {
        width: 200px;
    }
}
