html,
body {
    min-height: 100%;
}

body {
    height: auto !important;
}
.selectable-icon > * {pointer-events: none;}
.selectable-icon:hover{ cursor: pointer; color:tomato !important;}
span.selectable-icon:hover{background-color: tomato !important;}
span.selectable-icon:hover > *{color: white !important;}

/* Video Background Header - document top background, not viewport-fixed */
.app-root,
#kt_app_root,
.app-page,
#kt_app_page {
    position: relative;
}

.app-header-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.app-header-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 350px;
    transform: translate(-50%, -50%) scale(2.5);
    pointer-events: none;
    z-index: 1;
}

.app-header-video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(40, 42, 54);
    background: -moz-linear-gradient(35deg, rgba(40, 42, 54, 1) 0%, rgba(40, 42, 54, 1) 45%, rgba(40, 42, 57, 0.773546918767507) 100%);
    background: -webkit-linear-gradient(35deg, rgba(40, 42, 54, 1) 0%, rgba(40, 42, 54, 1) 45%, rgba(40, 42, 57, 0.773546918767507) 100%);
    background: linear-gradient(35deg, rgba(40, 42, 54, 1) 0%, rgba(40, 42, 54, 1) 45%, rgba(40, 42, 57, 0.773546918767507) 100%);
    opacity: 0.95;
    z-index: 2;
}

#kt_app_header,
.app-header {
    position: relative;
    z-index: 30;
}

.app-header .menu-sub,
.app-header-menu .menu-sub-lg-dropdown,
.app-header-menu .menu-sub-dropdown {
    z-index: 35;
}

#kt_toolbar,
#kt_content_container,
#kt_app_footer,
.app-wrapper,
#kt_app_wrapper {
    position: relative;
    z-index: 1;
}

/* Header Navigation Menu */
.app-header-menu .menu-link {
    cursor: pointer;
}

.app-header-menu .menu-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.app-header-menu .menu-arrow {
    color: white;
}
