/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
        background-color: transparent;
    }
}
/* ============ small devices .end// ============ */

.login-form {
    min-height: calc( 100vh - 56px );
    background-color: #eee;
}

.hide {
    display: none;
}


.block_ui {
    position:fixed;
    z-index:999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.6);
}

#menu-tree .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: 0;
}

#menu-tree .card {
    height: 100%;
}

.dropdown-content {
    padding: 0;
    list-style: none;
    display: none;
    padding: 16px 0;
}

.dropdown-content li {
    display: inline-block;
    width: 100%;
}

.dropdown-content li.is-active-child {
    display: block !important;
    width: 100%;
}

.dropdown-content li a {
    width: 100%;
    margin-bottom: 16px;
}

.btn.dropdown-toggle-1,
.is-active-child > .dropdown-toggle-2 {
    width: auto;
}
#menu-tree a.btn {
    position: relative;
    padding-right: 50px;
}

#menu-tree a.btn svg {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.readonly-select {
    pointer-events: none;
    background-color: #f5f5f5;
}
/* #menu-tree .dropdown-menu:hover > .dropdown-menu { 
      display: none;
} */

.collapse-fudbaleri .select2-container {
    display: block;
}

.row--chart h3 {
    text-align: center;
}