.dashboard
    &-page
        *
            box-sizing: border-box
        .extend-web-sidebar 
            h4
                padding-left: 0
                padding-right: 0
            ul.plugin-list-ul
                background: none
                border: 0
                li:hover
                    background: none
    &__header
        display: flex
        align-items: center
        justify-content: space-between
        border-bottom: 1px solid #ddd
        margin: 0
        .notice
            display: none
    &__lh
        display: flex
        align-items: center
    &__logo
        h1
            font-weight: bold
            font-size: 34px
            padding: 0 20px 0 0
            margin: 0
            svg
                width: 180px
                height: auto
                margin-left: 2px
    &__tabs
        ul
            padding: 0
            margin: 0
            display: flex
            align-items: center
            li
                padding: 0 32px 0 0
                margin: 0
                list-style: none
                font-size: 14px
                font-weight: bold
                > a
                    text-decoration: none
                    padding: 15px 5px
                    display: block
                    position: relative
                    &::before
                        content: ""
                        position: absolute
                        left: 50%
                        right: 50%
                        bottom: 0
                        height: 2px
                        background: #135e96
                        transition: all 0.5s
                        opacity: 0
                        visibility: hidden
                &.active
                    > a
                        &::before
                            left: 0
                            right: 0
                            opacity: 1
                            visibility: visible
    &__tab
        &_content-main
            padding: 80px 0                    
.dash-cta
    *
        box-sizing: border-box
    .row
        margin-left: -8px
        margin-right: -8px
        > div
            padding-left: 8px
            padding-right: 8px
    .callback-logo
        width: 80px
        img
            width: 100%
    .callback-text
        width: calc( 100% - 80px )
        p
            margin: 0 0 12px
            strong
                color: #000
                font-size: 14px
                span
                    color: #0f4cbb
.notice
    p
        &:last-child
            margin: 0