.datepicker {
    width: 100%;
}

/*
.select2-selection {
    height: 37px !important;
}

.select2-selection__arrow {
    top: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.45rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    top: 14px;
}
*/

::-webkit-scrollbar {
    background-color: transparent;
    height: .6em;
    width: .6em;
}
::-webkit-scrollbar-thumb {
    border-radius: .6em;
    background-color: lightgray;
}
::-webkit-scrollbar-track {
    background-color: #1e1e2d;
}


.select2-search__field {
    outline: none !important;
}

.table td,
.table th {
    vertical-align: middle;
}

.form-control[readonly] {
    background: #eeeeee;
}

@media print {
    #m_header,
    footer,
    .no-print {
        display: none !important;
    }
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #96c647;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
    color: #96c647;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #c7c7c7;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #c7c7c7;
}

#ui-datepicker-div {
    z-index: 2000 !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #272a3c38;
}
/* 
.table-responsive:last-child {
  border-bottom: 0px !important;
} */

.radio.checked, .radio:hover {
    border: 1px solid #98c946;
    color: #fff;
    background-color: #98c946;
}

.radio {
    text-align: center;
    padding: 9px 13px;
    font-size: 15px;
    min-width: 105px;
    line-height: 8px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 0;
    background-color: white;
    color: #98c946;
    border: 1px solid #98c946;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}


#datatablecontainer .table-responsive {
    padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
    .btn-group {
        display: grid;
    }
}

.anonymized {
    border: 1px solid red;
    color: red !important;
}

@media print {
    body.anonymizeMode .anonymize {
        color: transparent !important;
    }

    body.anonymizeMode .anonymizebackdrop {
        display: none;
    }
}


* {
    scrollbar-width: thin;
    scrollbar-color: rgba(155, 155, 155, 0.5) transparent;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 100%;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

/* editMode */
.editMode :is(#m_aside_left, #m_header, footer) {
    display: none;
}

@media (min-width: 1025px) {
    .editMode .m-body {
        padding-top: 0px !important;
    }
}

/* Drawer */

.drawer-footer a {
    color: #9bca4f;
    font-weight: 600;
}
.drawer-footer {
    padding: 2rem 2.25rem;
    border-top: 1px solid #F4F4F4;
}

.drawer-content {
    flex: 1 1 auto;
    padding: 2rem;
}

.drawer-header h3 {
    font-weight: 600;
}
.drawer-header {
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.25rem;
    border-bottom: 1px solid #F4F4F4;
}

.drawer.drawer-on {
    transform: none !important;
    box-shadow: var(--kt-drawer-box-shadow);
    transition: transform 0.3s ease-in-out !important;
}

.drawer.drawer-end {
    right: 0;
    transform: translateX(100%);
}

.drawer {
    display: flex;
    flex-direction: column;
    width: 900px !important;
    overflow: auto;
    z-index: 1111;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out !important;
}

@media screen and (max-width: 768px) {
    .drawer {
        width: 100vw !important;
    }
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1109;
    background-color: rgba(0, 0, 0, 0.2);
    animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

.overflowHidden {
    overflow: hidden;
}