@charset "UTF-8";

:root {
    --ct-logo-lg-height: 24px !important;
    --ct-logo-sm-height: 24px !important;
    --ct-menu-item-padding-y: 10.235px !important;
}

html[data-bs-theme=dark] .auth-brand .logo-light {
    display: block;
}

html[data-bs-theme=dark] .auth-brand .logo-dark {
    display: none;
}

[v-cloak] {
    display: none !important;
}

.z-index-17000 {
    z-index: 17000 !important;
}

.img-max-width-100 img {
    max-width: 100% !important;
    height: auto !important;
}


.vh-75 {
    height: 75vh !important;
}


.date-begin::after {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 44px;
    top: 0;
    content: "起始日";
    font-size: 14px;
    color: #6c757d;
}


.date-end::after {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 44px;
    top: 0;
    content: "终止日";
    font-size: 14px;
    color: #6c757d;
}