.status .form-group{
    margin-bottom: 0rem !important;
}
.form-group{
    margin-bottom: 2rem;
    margin-top: 0rem !important;
}
.form-control {
    height: 37px !important;
}
label.control-label {
    padding-bottom: 8px;
}
.select2-container--krajee-bs5 .select2-selection--single {
    border-radius: 7px;
    height: 37px;
}

.bg-soft-primary {
    background-color: rgb(222 222 254 / 50%) !important;
    color: #5c5ffb !important;
    border: 1px solid rgba(92 95 251 / 15%);
}

.bg-soft-success {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%);
}
.bg-soft-danger {
    background-color: rgb(255 216 224 / 50%) !important;
    color: #fe3464 !important;
    border: 1px solid rgb(254 52 100 / 15%);
}
.bg-brown{
    background-color: rgba(241, 241, 241,1);
}
.bg-brown-hover:hover{
    background-color: rgba(241, 241, 241,0.5) !important;
}
.bg-brown-hover:hover .bg-light-hover{
    background-color: #fff !important;
}
.bg-light-hover:hover{
    background-color: #fff !important;
}
.brown-border-left{
    border-left: 1px solid #f1f1f1;
}
.brown-border-right{
    border-right: 1px solid #f1f1f1;
}
.hover-opacity-100:hover{
    opacity:1 !important;
}
.bg-white-hover:hover{
    background-color: rgba(246, 246, 246, 0.5) !important;
}

.bg-success-hover:hover .bg-soft-success{
    background-color: rgba(20, 135, 84, 1) !important;
    color: #fff !important;
    border: 1px solid rgba(0 159 103 / 50%);
}
.bg-danger-hover:hover .bg-soft-danger{
    background-color: rgba(220, 53, 69, 1) !important;
    color: #fff !important;
    border: 1px solid rgb(254 52 100 / 50%);
}
.bg-primary-hover:hover .bg-soft-primary{
    background-color: rgba(92, 96, 245, .88) !important;
    color: #fff !important;
    border: 1px solid rgba(92 95 251 / 50%);
}
.bg-primary-hover:hover .pulsating-dot-primary{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
.pulsating-dot-primary {
    width: 3px;
    height: 3px;
    background-color: #5C76F5;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 4px;
    vertical-align: middle;
    margin-top:-2px;
}
.bg-success-hover:hover .pulsating-dot-success{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
.bg-danger-hover:hover .pulsating-dot-danger{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}

.pulsating-dot-success {
    width: 3px;
    height: 3px;
    background-color: #198754;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 5px;
    margin-top:-2px;
    vertical-align: middle;
}
.pulsating-dot-danger {
    width: 3px;
    height: 3px;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 5px;
    margin-top:-2px;
    vertical-align: middle;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid #cbd5e0;
    background-color: #f9fafb;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:hover {
    border-color: #94a3b8;
}

input[type="checkbox"]:checked {
    background-color: #2563eb;
    border-color: #2563eb;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.917L5.724 10.5L15 1.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.7rem;
}

.circle {
    min-width: 35px;
    height: 30px;
    border-radius: 7px;
    display: inline-block;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 11px;
}

.filter-badge p {
    border-bottom: 1px solid transparent;
}
.filter-badge:hover{
    cursor: pointer;
}
.strike-red {
    position: relative;
}
.strike-red::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid red;
    transform: translateY(-50%);
}

.accordion-button:focus {
    border-color: rgba(134 183 254 / 0%) !important;
}
.page-level-menu{
    display:none !important;
}
.navbar.navbar-dark{
    background-color: transparent !important;
    border-bottom:1px solid rgba(0 0 0 / 6%) !important;;
}
.breadcrumb {
    background-color: transparent !important;
}
.breadcrumb.my-auto.bg-nav{
    background-color: transparent !important;
}
.bg-nav{
    background-color: transparent !important;
}
.breadcrumb .bg-nav{
    background-color: transparent !important;
}
.breadcrumb li a{
    color:#000 !important;
}
.breadcrumb li a:hover{
    color:#000 !important;
}
.breadcrumb li .breadcrumb-item.active{
    color:#000 !important;
}
.breadcrumb-item.active.bg-nav {
    color:#000 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.75) !important;
}

.nav-item .text-white{
    color:#000 !important;
}
.nav-link img{
    background: #000;
    border-radius: 50%;
}
.breadcrumb-item.bg-nav + .breadcrumb-item.bg-nav::before {
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-nav .nav-item.my-auto:first-child {
    display: none;
}

#sidebar-wrapper-level2{
    /*height: calc(100vh - 48px) !important;*/
    overflow:scroll !important;
    padding-bottom:50px;
}
.inner-content{
    height: calc(100vh - 80px) !important;
    overflow:auto !important;
}
#content{
    height: calc(100vh - 80px) !important;
    overflow:hidden !important;
}

#wrapper-level2{
    height: calc(100vh - 80px) !important;
    overflow:hidden !important;
}
.my-45{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.footer{
    background-color: transparent !important;
    border-top: 2px solid  #e8eaec !important;
}
.footer p strong{
    font-weight: 500 !important;
    opacity: 0.25;
}
.footer p span{
    opacity: 0.25;
}

.footer:hover p span{
    opacity: 1;
}
.footer:hover p strong{
    opacity: 1;
}
.footer .log-foot{
    opacity: 0.25;
}
.footer:hover .log-foot{
    opacity: 1;
}

body{
    overflow: hidden !important;
}
.inner-content{
    margin-top: 0px !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E") !important;*/
}
.select2-search__field {
    height: 37px !important;
}
.keyboard a {
    padding: 10px !important;
}
.btn.show {
    background-color: #fff !important;
}
.keyboard .dropdown-item:active {
    background-color: rgb(235 235 235 / 80%) !important;
    color:#000 !important;
}
.font_controls{
    border-bottom: 1px solid #d8d8d8 !important;
}
.keyboard .dropdown-item:hover{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#sidebar-wrapper-level2 {
    min-height: calc(100vh - 76px) !important;
    max-height: calc(100vh - 76px) !important;
}

#sidebar-wrapper-level2 {
    overflow-y: auto;
}
#sidebar-wrapper-level2::-webkit-scrollbar {
    width: 3px !important;
}
#sidebar-wrapper-level2::-webkit-scrollbar-track {
    background: transparent;
}
#sidebar-wrapper-level2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}
#sidebar-wrapper-level2:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
}
.inner-content{
    overflow-x: hidden !important;
}