:root{
    --kt-primary: rgb(51,108,122);
    --zv-secondary: #FF6700;
}

.app-sidebar {
    background-color: rgb(51,108,122) !important;
}

.app-sidebar .app-sidebar-logo {
    border-bottom: none !important;
}

.app-sidebar-menu, .app-sidebar-footer {
    background-color: rgb(33,79,90);
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
    color: #E1E1E1!important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #E1E1E1!important;
}

.menu-title {
    font-weight: 500;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom {
    color: #E1E1E1;
    background-color: rgb(121,127,162,0.33);
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom:hover:not(.btn-active) {
    color: white;
    background-color: rgba(121,127,162,0.5)!important;
}

.link-primary {
    color: rgb(51,108,122)!important;
}

.widget-slot > div {
    display: flex;
    justify-content: space-between;
}

th.fc-col-header-cell {
    background-color: var(--kt-primary);
}

th.fc-col-header-cell a {
    color: white !important;
    font-weight: bold;
}

th.fc-day-mon {
    border-radius: 5px 0 0 0;
}

th.fc-day-sun {
    border-radius: 0 5px 0 0;
}

.fc-timegrid-body {
    background-color: white;
}

table.fc-scrollgrid {
    border: none !important;
}

.fc-today-button, .fc-prev-button, .fc-next-button {
    background-color: #ededed !important;
    border-radius: 5px !important;
    color: #525252 !important;
}

.fc-button-group {
    gap: 5px;
}

.fc-bg-event.availability {
    background-color: white !important;
    opacity: 0.65 !important;
}

.fc-bg-event.unavailability {
    background-color: #eaeaea !important;
    opacity: 0.6 !important;
}

.fc-event-main {
    font-size: 9px !important;
    line-height: 11px;
    padding: 1px 2px !important;
}

.fc-event-main .event-title {
    font-size: 10px;
    font-weight: bold;
    text-overflow: ellipsis;
}

.fc-event-main .event-description {
    text-overflow: ellipsis;
}

.bg-partner-img {
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    position: relative;
}

.bg-partner-img .form-check {
    position: absolute;
    top: 10px;
    right: 10px;
}

.zv-tab {
    background-color: #fbfbfb;
    border-radius: 5px 5px 0 0;
    padding-top: 8px;
    justify-content: center;
}

.zv-tab li a {
    padding: 7px 10px !important;
    color: var(--kt-primary) !important;
}

.form-control {
    min-height: 43px;
}

.price-item {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
}

.price-item .title {
    padding-top: 2px;
}

.day_slot_halfday_config {
    color: var(--kt-input-color);
    background-color: var(--kt-input-bg);
    border: 1px solid var(--kt-input-border-color);
    box-shadow: none!important;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.475rem 0.475rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.day_slot_halfday_config .select2-selection__choice__display {
    font-size: 12px !important;
}

.day_slot_halfday_config + .widget-slot {
    border-radius: 0 0 0.475rem 0.475rem;
    border-top: 0;
}

.form-check-custom.form-check-secondary .form-check-input:checked {
    background-color: var(--zv-secondary) !important;
}

.h2-secondary h2 {
    color: var(--zv-secondary);
}

.select2-search.select2-search--inline {
    width: 100%;
}

@media (min-width: 992px) {
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
}

@media screen and (max-width: 768px) {
    #form-promotions .list-unstyled {
        width: 100%!important;
    }

    #form-events .list-unstyled {
        width: 100%!important;
    }
}
