.table-service-prices {

}

.table-service-prices tr td input, .table-service-prices tr td select {
    height: auto;
    margin-right: 5px;
}

.table-service-prices .table-service-prices-item {
    display: flex;
}

.table-service-prices .table-service-prices-item .table-service-prices-inputs {
    width: 100%;
    display: flex;
}

.table-service-prices .table-service-prices-item .table-service-prices-actions {
    display: flex;
    flex-direction: column;
    width: 40px;
}

.table-service-prices .table-service-prices-item .table-service-prices-actions .btn {
    min-height: 32px;
}

.table-service-prices .table-service-prices-actions .none {
    display: none;
}


.table-service-prices tr.tr-service td {
    background: #f6efef;
}

.table-service-prices tr td {
    transition: all 0.2s;
}

.table-service-prices tr td.active {
    background: rgb(93 255 93 / 20%);
}

.container-rules {
    margin-top: 65px;
}

.container-rules .container-rules-title {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.container-rules .container-rules-item {
    position: relative;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.container-city-services {
    display: flex;
    flex-wrap: wrap;
}

.container-city-services .container-city-services-item {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 225px;
    height: 110px;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.25);
}

.container-city-services .container-city-services-item:hover .lazyload {
    transform: scale(1.1);
}

.container-city-services .container-city-services-item .lazyload {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.2s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.container-city-services .container-city-services-item .lazyload:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #333;
    border-radius: 16px;
}

.container-city-services .container-city-services-item span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    transition: all 0.2s;
}

.container-city-services .container-city-services-item small {
    color: #e0e0e0;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.container-city-services .container-city-services-item small {
    color: #fff;
    z-index: 1;
}

.container-pax-reservation .btn {
    margin-top: 10px;
    width: 100%;
}

table .service-destination i {
    font-size: 23px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

table .notif-warning {
    animation: zoom-in-zoom-out 1s ease infinite;
}

.service-list-date {
    color: #878282;
    font-size: 16px;
}

.service-list-date b {
    font-size: 25px;
    font-weight: bold;
}

.service-top-calendar {
    display: flex;
    margin-bottom: 20px;
    box-shadow: 5px 5px 13px -2px #ddd;
}

.service-top-calendar .service-top-calendar-direction {
    width: 100px;
    font-size: 26px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    color: #878282;
    transition: all 0.2s;
    cursor: pointer;
}

.service-top-calendar .service-top-calendar-item {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    padding: 14px;
    color: #878282;
    transition: all 0.2s;
    cursor: pointer;
}

.service-top-calendar .service-top-calendar-item .service-top-calendar-item-date .bold {
    font-size: 24px;
}

.service-top-calendar .service-top-calendar-item:hover, .service-top-calendar .service-top-calendar-item.active, .service-top-calendar .service-top-calendar-direction:hover {
    background: var(--main-primary-color);
    color: #fff;
}

.service-top-picker {
    font-size: 16px;
    margin: 0 15px;
    margin-bottom: 12px;
}

.service-top-picker input {
    border: none;
    background: transparent;
    font-size: 18px;
    color: #878282;
    font-weight: bold;
}


@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.3, 1.3);
      color: rgb(240, 162, 60);
    }
    100% {
      transform: scale(1, 1);
    }
}

table.table-assistance tr td {
    font-size: 13px;
    color: #B3B2B2;
    padding: 10px;
}

table.table-assistance tr td .bold {
    color: #777;
    font-size: 14px;
}

table.table-assistance tr td div.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr.line-grey td {
    background: #f4f4f4 !important;
}