﻿/*nie wimbledon*/
.plk-dd-inprogess > * {
    pointer-events: none;
}

.plk-dd-dropzone {
    min-height: 50px;
}

.plk-dd-spacing {
    height: 10px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.6;
        animation: blinker 1s linear infinite;
    }

.plk-dd-dragged-over-denied {
    background-color: red;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-in-transit {
    opacity: 0;
}

    .plk-dd-in-transit > div {
        opacity: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-flex .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.9;
        animation: blinker 1s linear infinite;
    }

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

    .plk-flex .plk-dd-in-transit > div {
        background-color: orangered;
    }

.plk-dd-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bell-ring {
    display: inline-block !important;
    transform-origin: top center !important;
    animation: bellSwing 1s ease-in-out 3 !important;
}

@keyframes bellSwing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(20deg);
    }

    20% {
        transform: rotate(-18deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-12deg);
    }

    50% {
        transform: rotate(8deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    70% {
        transform: rotate(3deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90%,100% {
        transform: rotate(0deg);
    }
}

.ri-notification-3-line:hover {
    display: inline-block !important;
    transform-origin: center !important;
    animation: shake 0.4s ease-in-out !important;
}

@keyframes shake {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(1px, -1px) rotate(-5deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(4deg);
    }

    75% {
        transform: translate(1px, -1px) rotate(-3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.drag-item {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
    cursor: grab;
    user-select: none;
    transition: background 0.2s;
}

    .drag-item:hover {
        background: #e9ecef;
    }

.bootstrap-select-clone::part(input),
.bootstrap-select-clone .rz-dropdown,
.bootstrap-select-clone .rz-multiselect,
.bootstrap-select-clone .rz-inputtext {
    height: 38px !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236b7280' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

    .bootstrap-select-clone::part(input):focus,
    .bootstrap-select-clone::part(input):focus-visible,
    .bootstrap-select-clone::part(input):active,
    .bootstrap-select-clone .rz-dropdown:focus,
    .bootstrap-select-clone .rz-dropdown:focus-visible,
    .bootstrap-select-clone .rz-multiselect:focus,
    .bootstrap-select-clone .rz-inputtext:focus,
    .bootstrap-select-clone .rz-inputtext:focus-visible,
    .bootstrap-select-clone input:focus,
    .bootstrap-select-clone input:focus-visible {
        border-color: #ced4da !important;
        outline: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .bootstrap-select-clone::part(clear),
    .bootstrap-select-clone .rz-chip-remove,
    .bootstrap-select-clone .rz-multiselect .rz-chip {
        display: none !important;
    }

.bootstrap-select-clone .rz-placeholder {
    color: #6c757d !important;
}

.widget-icon.mdi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px;
    height: 24px;
    line-height: 1 !important;
}

    .widget-icon.mdi::before {
        line-height: 1 !important;
        font-size: 24px !important;
    }

.topnav {
    z-index: 5000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
}

    .topnav .navbar,
    .topnav .navbar-nav,
    .topnav .nav-item,
    .topnav .dropdown {
        overflow: visible !important;
    }

    .topnav .dropdown-menu {
        position: absolute !important;
        z-index: 99999 !important;
    }

.table thead th,
.sticky-md-top,
.dept-limits-table .table thead th {
    z-index: 1 !important;
}

@media (max-width: 991.98px) {
    .ParkLiveAccreditations-mobile-nav,
    .ParkLiveAccreditations-mobile-nav > .container-fluid,
    .ParkLiveAccreditations-mobile-nav .navbar {
        height: auto !important;
        max-height: none !important;
        background-color: #29355f !important;
        overflow: visible !important;
    }

        .ParkLiveAccreditations-mobile-nav #topnav-menu-content.show,
        .ParkLiveAccreditations-mobile-nav #topnav-menu-content.collapsing {
            width: 100% !important;
            height: auto !important;
            max-height: calc(100dvh - 60px) !important;
            overflow-x: hidden !important;
            overflow-y: auto !important;
            background-color: #29355f !important;
            padding-bottom: 20px !important;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
        }

        .ParkLiveAccreditations-mobile-nav .navbar-nav {
            width: 100% !important;
            height: auto !important;
            max-height: none !important;
            background-color: #29355f !important;
        }

        .ParkLiveAccreditations-mobile-nav .nav-item,
        .ParkLiveAccreditations-mobile-nav .nav-link {
            width: 100% !important;
        }

        .ParkLiveAccreditations-mobile-nav .nav-link {
            white-space: normal !important;
        }
}

/* Kalendarz nad górnym menu */
.rz-datepicker-popup,
.rz-popup {
    z-index: 100000 !important;
}

thead.sticky-md-top {
    z-index: auto !important;
}

/* Wymuszenie z-index:auto dla sticky headerów tabel */
html body .main-layout.wrapper .content-page table.table > thead.table-primary.sticky-md-top {
    z-index: auto !important;
}

<style >
.mds-page {
    max-width: 100%;
}

.mds-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.summary-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
}

.summary-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 21px;
}

    .summary-icon.booked {
        background: #eef4ff;
        color: #4c6fff;
    }

    .summary-icon.free {
        background: #ecfdf3;
        color: #168653;
    }

    .summary-icon.time {
        background: #fff7e8;
        color: #d97706;
    }

.summary-label {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.summary-value {
    margin-top: 1px;
    color: #172033;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.booking-board {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.slot-card {
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
}

.slot-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .15s ease;
}

    .slot-header:hover {
        background: #fafbfc;
    }

.slot-time {
    display: flex;
    align-items: center;
    gap: 13px;
}

.time-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #eef4ff;
    color: #4c6fff;
    font-size: 21px;
}

.slot-time-value {
    color: #172033;
    font-size: 17px;
    font-weight: 700;
}

    .slot-time-value span {
        margin: 0 4px;
        color: #98a2b3;
    }

.slot-subtitle {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 12px;
}

.slot-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

    .slot-badge.booked {
        background: #eef4ff;
        color: #4c6fff;
    }

    .slot-badge.free {
        background: #ecfdf3;
        color: #168653;
    }

    .slot-badge.full {
        background: #fef3f2;
        color: #d92d20;
    }

.slot-chevron {
    margin-left: 8px;
    color: #98a2b3;
    font-size: 22px;
}

.slot-content {
    padding: 0 22px 22px;
    border-top: 1px solid #f0f2f5;
}

.available-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 62px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f5;
}

.available-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.available-bays {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bay-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 11px;
    border: 1px solid #cdebdc;
    border-radius: 7px;
    background: #f2fbf6;
    color: #168653;
    font-size: 12px;
    font-weight: 700;
    transition: all .15s ease;
}

    .bay-button:hover {
        border-color: #168653;
        background: #168653;
        color: #fff;
    }

.no-bays {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #d92d20;
    font-size: 12px;
    font-weight: 600;
}

.booking-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 10px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.booking-count {
    display: grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-radius: 20px;
    background: #f2f4f7;
    color: #667085;
    font-size: 11px;
}

.booking-list {
    border: 1px solid #eaecf0;
    border-radius: 10px;
    overflow: hidden;
}

.booking-row {
    display: grid;
    grid-template-columns: minmax(190px, 1.4fr) minmax(125px, .8fr) minmax(150px, 1fr) minmax(190px, 1.25fr) minmax(150px, .9fr) 80px;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f2f5;
    transition: background .15s ease;
}

    .booking-row:last-child {
        border-bottom: 0;
    }

    .booking-row:hover {
        background: #fafbfc;
    }

.driver-column {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.driver-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: #4c6fff;
    font-size: 12px;
    font-weight: 700;
}

.driver-name {
    overflow: hidden;
    color: #172033;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
}

.secondary {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 11px;
    line-height: 1.4;
}

.plate {
    display: inline-block;
    padding: 4px 7px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    color: #172033;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    white-space: nowrap;
}

.field-label {
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.field-value {
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    text-overflow: ellipsis;
}

.scan-status {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

    .scan-status.scanned {
        color: #168653;
    }

    .scan-status.waiting {
        color: #98a2b3;
    }

.action-column {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.row-action {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #e4e7ec;
    border-radius: 7px;
    background: #fff;
    color: #667085;
    font-size: 17px;
    transition: all .15s ease;
}

    .row-action:hover {
        border-color: #b8c5ff;
        background: #f5f7ff;
        color: #4c6fff;
    }

    .row-action.delete:hover {
        border-color: #fecdca;
        background: #fef3f2;
        color: #d92d20;
    }

.booking-note {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: -3px 0 0 46px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f8f9fb;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.empty-bookings {
    padding: 35px;
    border: 1px dashed #d0d5dd;
    border-radius: 10px;
    color: #98a2b3;
    text-align: center;
}

    .empty-bookings strong,
    .empty-bookings span {
        display: block;
    }

    .empty-bookings strong {
        margin-top: 8px;
        color: #344054;
    }

    .empty-bookings span {
        margin-top: 3px;
        font-size: 12px;
    }

.empty-icon {
    font-size: 27px;
}

@@media (max-width: 1200px) {
    .booking-row {
        grid-template-columns: minmax(180px, 1.3fr) minmax(120px, .8fr) minmax(140px, 1fr) minmax(180px, 1.2fr) 80px;
    }

    .scan-column {
        display: none;
    }
}

@@media (max-width: 900px) {
    .mds-summary {
        grid-template-columns: 1fr;
    }

    .slot-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-header-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .booking-row {
        grid-template-columns: 1fr auto;
    }

    .vehicle-column,
    .company-column,
    .contact-column,
    .scan-column {
        display: block;
        grid-column: 1;
        margin-left: 46px;
    }

    .action-column {
        grid-column: 2;
        grid-row: 1;
    }

    .booking-note {
        grid-column: 1 / -1;
        margin-left: 46px;
    }
}

@@media (max-width: 600px) {
    .slot-content {
        padding: 0 14px 14px;
    }

    .slot-header {
        padding: 15px;
    }

    .available-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-badge {
        font-size: 11px;
    }

    .booking-row {
        padding: 13px;
    }

    .vehicle-column,
    .company-column,
    .contact-column,
    .scan-column,
    .booking-note {
        margin-left: 0;
    }

    .driver-avatar {
        display: none;
    }
}

</style >



.mds-calendar {
    width: 100%;
}

/* ===== TOP TOOLBAR ===== */

.calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid var(--ct-gray-300);
    border-radius: 12px;
}

.calendar-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar-nav-btn {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ct-gray-300);
    border-radius: 8px;
    background: #fff;
    color: var(--ct-gray-dark);
    font-size: 20px;
    transition: .15s ease;
}

    .calendar-nav-btn:hover {
        border-color: var(--ct-primary);
        color: var(--ct-primary);
        background: var(--ct-gray-100);
    }

.calendar-month {
    min-width: 230px;
    text-align: center;
}

    .calendar-month h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .calendar-month small {
        color: var(--ct-gray-600);
    }

.calendar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== SUMMARY ===== */

.calendar-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.calendar-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--ct-gray-300);
    border-radius: 10px;
}

.calendar-stat-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--ct-gray-100);
    color: var(--ct-primary);
    font-size: 19px;
}

.calendar-stat-value {
    color: var(--ct-gray-dark);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.calendar-stat-label {
    margin-top: 4px;
    color: var(--ct-gray-600);
    font-size: 11px;
}

/* ===== BOOKING LINK ===== */

.booking-url {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border: 1px solid var(--ct-gray-300);
    border-radius: 9px;
    background: var(--ct-gray-100);
    font-size: 12px;
}

    .booking-url i {
        color: var(--ct-primary);
        font-size: 17px;
    }

    .booking-url a {
        overflow: hidden;
        color: var(--ct-primary);
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* ===== CALENDAR GRID ===== */

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid var(--ct-gray-300);
    border-left: 1px solid var(--ct-gray-300);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.weekday {
    padding: 11px 8px;
    border-right: 1px solid var(--ct-gray-300);
    border-bottom: 1px solid var(--ct-gray-300);
    background: var(--ct-gray-100);
    color: var(--ct-gray-700);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
}

    .weekday.weekend {
        color: var(--ct-primary);
    }

.calendar-cell {
    min-height: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 9px;
    border-right: 1px solid var(--ct-gray-300);
    border-bottom: 1px solid var(--ct-gray-300);
    background: #fff;
    transition: background .15s ease;
}

    .calendar-cell:hover:not(.empty-cell) {
        background: var(--ct-gray-100);
    }

    .calendar-cell.weekend-cell {
        background: var(--ct-gray-100);
    }

    .calendar-cell.today-cell {
        box-shadow: inset 0 0 0 2px var(--ct-tertiary);
    }

.empty-cell {
    background: var(--ct-gray-100);
    opacity: .55;
}

/* ===== DAY HEADER ===== */

.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.day-number {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ct-gray-300);
    color: var(--ct-gray-dark);
    font-size: 12px;
    font-weight: 700;
}

    .day-number.today {
        background: var(--ct-tertiary);
        color: #fff;
    }

    .day-number.weekend {
        background: var(--ct-primary);
        color: #fff;
    }

.today-label {
    color: var(--ct-tertiary);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ===== DAY DATA ===== */

.day-content {
    flex: 1;
    cursor: pointer;
}

.slot-count {
    margin-bottom: 8px;
    color: var(--ct-gray-dark);
    font-size: 13px;
    font-weight: 700;
}

.day-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.day-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--ct-gray-100);
    color: var(--ct-gray-600);
    font-size: 10px;
}

    .day-stat strong {
        color: var(--ct-gray-dark);
        font-size: 11px;
    }

    .day-stat.booked i {
        color: var(--ct-primary);
    }

    .day-stat.scanned i {
        color: var(--ct-tertiary);
    }

    .day-stat.free i {
        color: var(--ct-primary);
    }

.no-slots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 60px;
    color: var(--ct-gray-500);
    font-size: 11px;
}

/* ===== DAY ACTIONS ===== */

.day-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid var(--ct-gray-200);
}

.day-action {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--ct-gray-500);
    font-size: 16px;
    transition: .15s ease;
}

    .day-action:hover {
        background: var(--ct-gray-200);
        color: var(--ct-primary);
    }

    .day-action.primary {
        color: var(--ct-primary);
    }

/* ===== RESPONSIVE ===== */

@@media (max-width: 1200px) {
    .calendar-cell {
        min-height: 155px;
    }

    .day-stat {
        padding: 3px 5px;
    }
}

@@media (max-width: 900px) {
    .calendar-summary {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .calendar-navigation,
    .calendar-actions {
        justify-content: center;
    }

    .calendar-grid {
        min-width: 900px;
    }

    .calendar-scroll {
        overflow-x: auto;
        border-radius: 10px;
    }
}

@@media (max-width: 600px) {
    .calendar-summary {
        grid-template-columns: 1fr 1fr;
    }

    .calendar-stat {
        padding: 11px;
    }

    .calendar-stat-icon {
        display: none;
    }
}

