body, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

body {
    overflow: auto;
}

#team-dashboard {
    --header-height: 80px;
    --drawer-navigation-expanded-width: 240px;
    --drawer-navigation-collapsed-width: 60px;

    height: 100%;
    font-family: var(--smart-font-family);
    box-sizing: border-box;
}

.overflow-hidden {
    overflow: hidden;
}

h1 {
    font-size: 1.9rem;
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    font-weight: 400;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

#start-demo-window {
    --smart-window-default-width: 80px;
    --smart-window-default-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: var(--smart-border-radius);
}

#start-demo-window .smart-content {
    padding: 0;
}

#start-demo-window smart-button {
    width: 100%;
    height: 100%;
    border: none;
}

.bs-styles-applied smart-drop-down-list div[class^=smart-]:not(.smart-alert) {
    line-height: 1.3;
}

.demo-loading {
    opacity: 0;
}

@media (min-device-width: 480px) {
    h1 {
        font-size: 1.4rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.2rem;
        font-weight: 200;
    }

    h3 {
        font-size: 1.1rem;
        font-weight: 200;
    }

    .vl {
        border-left: 1px solid #FFFFFF;
        height: 25px;
        margin: 6px 15px;
    }
}

@media (min-device-width: 840px) {
    h1 {
        font-size: 1.7rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.7rem;
        font-weight: 200;
    }

    h3 {
        font-size: 1.4rem;
        font-weight: 400;
    }
}

@media (max-device-width: 480px) {
    h1 {
        font-size: 1.3rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.1rem;
        font-weight: 200;
    }

    h3 {
        font-size: 1rem;
        font-weight: 200;
    }

    .vl {
        border-left: 1px solid #FFFFFF;
        height: 18px;
        margin: 6px 10px;
    }
}