@media (min-width: 992px) {
    .content {
        padding: 1.5rem 1.5rem 0.75rem;
    }
}

.table.table-lock-width th, .table.table-lock-width td {
    min-width: 140px;
}

.table th, .table td {
    text-align: center;
}

.table th.w-small, .table td.w-small {
    min-width: 90px;
}

.table th.w-medium, .table td.w-medium {
    min-width: 130px;
}

.table th.w-large, .table td.w-large {
    min-width: 210px;
}

.card-header {
    border-color: var(--bs-border-color);
    background-color: #fdfdfd;
}
table tbody {
    max-height: 100%;
    max-width: 100%;
    width: 100%;

}
.datatable-wrapper .datatable-container {
    overflow: auto;
    scrollbar-width: thin;
}

.sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link svg {
    fill: rgba(233, 236, 239, 0.1);
}

.sidebar-link svg {
    fill: rgba(233, 236, 239, 0.0);
}
/*.card-header .card-title {
    background-color: whitesmoke;
    /*background-color: #f2f5fb;*/
    /*padding: 4px;
    margin-right: 12px;
    box-shadow: 0 0 1px grey;
}*/
input, select {
    border: 1px solid #cecece;
}
input:focus, select:focus {
    border: 1px solid grey;
    outline: 0;
}
.flatpickr-day{
    border-radius: 2px;
}
.sidebar-brand > span {
    border-bottom: 3px solid #3b7ddd;
    padding-bottom: 10px;
}
td.actions .dropdown-item {
    padding: 0.1rem 0.5rem;
}
td.actions .dropdown-item .feather {
    width: 14px;
    height: 14px;
    vertical-align: text-bottom !important;
}
td.actions .dropdown-item .dropdown-divider {
    margin: 0.2rem;
}
td.actions .dropdown-item .dropdown-menu {
    padding: 0.2rem 0;
}
.btn .feather {
    margin-bottom: 1px;
    transition-duration: 0.5s;
}
.btn .feather {
    transition-duration: 0.5s;
}
.btn:hover .feather {
    transform: rotate3d(720, 360, 360, 360deg);
}

/* toggle switcher */
.toggle-button-cover {
    /*display: table-cell;*/
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

.toggle-button-cover .knobs,
.toggle-button-cover .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-button-cover .button {
    position: relative;
    width: 84px;
    height: 26px;
    overflow: hidden;
    margin: 0 auto;
}

.toggle-button-cover .button.r,
.toggle-button-cover .button.r .layer {
    border-radius: 100px;
}

.toggle-button-cover .button.b2 {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 #c5d6d6;
}

.toggle-button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.toggle-button-cover .knobs {
    z-index: 2;
}

.toggle-button-cover .layer {
    width: 100%;
    /*background-color: #ebf7fc;*/
    background-color: #ebfcf2;
    transition: 0.3s ease all;
    z-index: 1;
}

.toggle-button-cover #button-16 .knobs:before {
    content: "ON";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 38px;
    height: 19px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 3px 3px;
    /*background-color: #3b7ddd;*/
    /*background-color: #38cf5b;*/
    background-color: #1cbb8c;
    border-radius: 2px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.toggle-button-cover #button-16 .checkbox:active + .knobs:before {
    width: 46px;
}

.toggle-button-cover #button-16 .checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

.toggle-button-cover #button-16 .checkbox:checked + .knobs:before {
    content: "OFF";
    left: 42px;
    /*background-color: #f44336;*/
    background-color: #dc3545;
}

.toggle-button-cover #button-16 .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

.badge {
    font-size: 100%;
    border-radius: 0.1rem;
}

.marked .badge {
    position: absolute;
    right: 3px;
    top: 32px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 4px 3px 3px;
}
