@import url("/css/onsenui-core.min.css");
@import url("./ionicons/css/ionicons.min.css");
@font-face {
    font-family: "my_cap";
    src: url('/fonts/caps.ttf') format("truetype")
}
.up {
    text-transform: uppercase;
    font-family: "my_cap"
}
.tabbar__label, .list-title, .text-input__label, .toolbar__title, .toolbar-button, .list-header,.list-item, .button {
    font-family: "my_cap" !important;
    text-transform: uppercase;
    /* color: #000; */
}
.list-item .text-input {
    display: block;
}
.list-item__center {
    overflow: hidden;
}
.list-item__center div {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.tabbar--material__border{
    display: none !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.hide{
    display: none;
}
@media (orientation: portrait) {
    .portrait {
        display: block;
    }
    .landscape {
        display: none;
    }
}
@media (orientation: landscape) {
    .portrait {
        display: none;
    }
    .landscape {
        display: block;
    }
}
.__list .list-item .ons-icon {
    color: #a31545;
}
.list{
    width: 100%;
}
.cards  .icon{
    display: block;
    width: 100%;
    text-align: center;
}
.card ons-list-item .left{
    width: 50px;
    display: flex;
    justify-content: center;
}
.card .icon .in{
    background: #dbdbdb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
    box-shadow: 0 0 5px 0px #939598;
}
.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.card_contain{
    width: 100%;
    /* height: 210px; */
}
.cards ons-card {
    padding-bottom: 0;
    display: flex;
    flex: 1 0 25%;
    min-height: 400px;
    min-width: 300px;
    flex-wrap: wrap;
    justify-content: center;
    background: #fafafa;
}

@media (max-width: 1175px) {
    .cards ons-card {
        flex: 1 1 50%;
    }
}


.cards .chart_container {
    position: relative;
    text-align: center;
    /* width:350px; */
    margin: auto;
    /* height: fit-content; */
}
rate{
    padding: 3px 5px;

    margin: 3px;
    height: 31px;
    display: block;
    font-size: 16px;
    line-height: 35px;
    background: #fff;
}
.rate{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.rate .star {
    padding: 7px 0;
    background: #e8f3ff;
    color: #71b8ff;
    flex: 1;
    outline: solid 1px #ffffff;
    margin: 1px 0;
}
.rate:hover .star{
    background: #0a7c88;
    cursor: pointer;
    color: #ffffff;
}
.rate .star.active{
    background: #045a61;
    color: #ffffff;
    font-weight: bold;
}
.rate .star:hover ~ .star{
    background: #e8e8e8;
    color: #b9b9b9;
    cursor: pointer;
}
.reserve-filter {
    display: flex;
    flex-wrap: nowrap; /* Ensure items stay on one line by default */
    justify-content: space-between;
    gap: 5px;
    margin: 5px;
}

.reserve-filter .reserve-filter-item {
    flex: 1 1 16%; /* Allocate space for 6 items in one line */
    min-width: 130px;
    height: 30px;
    opacity: 0.8;
    font-size: 12px;
    line-height: 25px;
    background: #58595B;
}
.reserve-filter .reserve-filter-item.active {
    opacity: 1;
}

@media (max-width: 1175px) {
    .reserve-filter {
        flex-wrap: wrap;
    }

    .reserve-filter .reserve-filter-item {
        flex: 1 1 30%;
    }
}

.alert-dialog {
    width: 80%;
    min-width: 200px;
    max-width: 800px;
}




