﻿﻿#main-navbar-collapse ul {
    margin-left: 0px !important;
}

[v-cloak] {
    display: none;
}

.icon-calendar {
    padding-right: 20px;
    background: url(/pics/calendar-check.svg) no-repeat scroll 98% center transparent;
}

.pointer {
    cursor: pointer;
}

.drop-down-ul {
    position: absolute;
    z-index: 999;
}

.btnShow {
    color: #fff;
    background-color: #0d6efd;
}

#mobile-user-menu-group a {
    color: #9198a5;
}

    #mobile-user-menu-group a:hover {
        color: #fff;
    }

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 100% 100%;
}

.card .card-header {
    align-items: center;
}

#IdentityRolesWrapper .row, #IdentityUsersWrapper .row {
    width: 100%;
}

#IdentityRolesWrapper .card-header, #IdentityUsersWrapper .card-header {
    margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_info {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: var(--bs-gray-700);
    padding: 1.65rem 0;
}

table.dataTable tbody tr th .btn, table.dataTable tbody tr td .btn {
    padding: 0.675rem 0.95rem !important;
    font-size: 1rem;
}

.dataTables_scrollBody .table > tbody {
    vertical-align: middle
}

.dataTables_scrollHead .table > thead {
    color: var(--bs-text-gray-400);
    text-align: left;
    font-weight: 600;
}

.link-secondary {
    color: var(--bs-gray-700) !important;
}

    .link-secondary:hover {
        color: var(--bs-text-primary) !important;
    }

.card-style {
    background-color: #f8f8f8;
    border: 0;
    height: 33rem;
    border-radius: 3%
}

.nav-item .nav-link:hover {
    cursor: pointer;
}

/*大屏自适应*/

@media (min-width: 576px) {
    .wr-sm-500 {
        width: 38.4rem !important;
    }
}

@media (min-width: 768px) {
    .wr-md-40 {
        width: 3.0rem !important;
    }

    .hr-md-40 {
        height: 3.0rem !important;
    }

    .wr-md-600 {
        width: 46.1rem !important;
    }
}

@media (min-width: 992px) {
    .wr-lg-200 {
        width: 15.3rem !important;
    }

    .wr-lg-300 {
        width: 23rem !important;
    }

    .wr-lg-500 {
        width: 38.4rem !important;
    }
}

@media (min-width: 1902px) {
    :root {
        --bs-app-header-height: 5.3rem;
        --bs-app-header-height-actual: 5.3rem;
        --bs-app-header-height: 5.3rem;
        --bs-app-header-height-actual: 5.3rem;
        --bs-app-sidebar-width: 20.3rem;
        --bs-app-sidebar-width-actual: 20.3rem;
    }

    [data-kt-app-sidebar-minimize=on] {
        --bs-app-sidebar-width: 5.7rem;
    }

    .app-container {
        padding-left: 2.3rem !important;
        padding-right: 2.3rem !important;
    }

    .container{
        max-width:101.5rem;
    }

    .hr-30 {
        height: 2.3rem !important;
    }

    .wr-30 {
        width: 2.3rem !important;
    }

    .wr-150 {
        width: 11.5rem !important;
    }

    .mhr-450 {
        max-height: 34.6rem !important;
    }

    .modal {
        --bs-modal-width: 38.4rem;
        --bs-modal-padding: 1.75rem;
        --bs-modal-margin: 0.5rem;
    }

    .menu-item .menu-link .menu-arrow {
        width: 0.8rem;
        height: 0.8rem;
    }

    .card .card-header {
        min-height: 5.3rem;
    }

    #toastr-container > div {
        width: 23rem;
    }

    .tooltip{
        --bs-tooltip-max-width:15.3rem
    }

    .stepper.stepper-pills {
        --bs-stepper-pills-size: 3rem;
    }

    .select2-container--bootstrap5 .select2-dropdown .select2-results__options {
        max-height: 19.2rem;
    }
}