body {
    display: flex;
    margin: 0;
}

.wp-sidebar {
    box-sizing: border-box;
    width: 180px;
    padding: 40px;
}


/* Main CSS starts from here, Delete all above CSS*/
.ue-dashboard {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    text-decoration: none;
    background-color: #F2F3F6;
    width: 100%;
    position: relative;
}

.ue-dashboard * {
    box-sizing: border-box;
}

.ue-dashboard a {
    text-decoration: none;
    transition: all 200ms;
}

.ue-flex-center {
    justify-content: center;
    align-items: center;
}

.ue-dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: #FFF;
    padding: 20px 32px;
    width: 100%;
    position: relative;

}

.ue-header-logo {
    width: 224px;
    height: auto;
}

.ue-header-buttons {
    display: inline-flex;
    align-items: center;
    gap: 16px;

}

.ue-btn {
    display: inline-flex;
    padding: 16px 28px;
    border-radius: 8px;
    gap: 8px;
}

.ue-btn:hover {
    color: #ffffff;
    background-color: #2959F9;
}

.ue-btn img {
    width: 20px;
    height: 20px;
}

.ue-view-demo-btn {
    color: #2959F9;
    border: 1px solid #2959F9;
}

.ue-view-demo-btn svg {
    width: 20px;
    height: 20px;
    fill: #2959F9;
    transition: all 200ms;
}

.ue-view-demo-btn:hover svg {
    fill: #ffffff;
}

.ue-go-pro-btn {
    color: #FFF;
    border-radius: 8px;
    background: linear-gradient(196deg, #2959F9 20.27%, #6111DF 73.21%);
}
.ue-go-pro-btn:hover{
    background: linear-gradient(196deg, #2959F9 20.27%, #2959F9 73.21%);
}

.ue-dash-content-wrapper {
    padding: 32px;
    width: 100%;
}

.ue-content-menu {
    display: flex;
    justify-content: start;
    gap: 16px;
    padding: 14px;
    border-radius: 12px;
    background: #FFF;
    margin-bottom: 32px;
    flex-wrap: wrap
}

/* Menu Item Normal State */
.ue-menu-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 12px;
    font-size: 16px;
    color: #797B80;
    border-radius: 8px;
    transition: all 200ms;
    flex-shrink: 0;
}

.ue-menu-item svg {
    width: 24px;
    height: 24px;
    fill: #797B80;
    transition: all 200ms;
}

/* Menu Item Active State */
.ue-menu-item.ue-active {
    color: #2959F9;
    background-color: rgba(41, 89, 249, 0.04);
}

.ue-menu-item.ue-active svg {
    fill: #2959F9;
}

/* Menu Item Hover State */
.ue-menu-item:hover {
    color: #07080F;
    background: rgba(7, 8, 15, 0.02);
}

.ue-menu-item:hover svg {
    fill: #07080F;
}

.ue-dash-content {
    display: flex;
    gap: 16px;
}

.ue-content-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
}

.ue-social-content-wrapper {
    display: flex;
    gap: 16px;
    flex: 1;
}

.ue-content-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 40px 0px rgba(94, 95, 98, 0.04);
}

.ue-content-icon {
    display: flex;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    background: #F7F7FB;
}

.ue-content-icon svg {
    fill: #334BF4;
}

.ue-content-title {
    color: #07080F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.ue-social-content-wrapper .ue-content-title {
    margin-bottom: -8px;
}

.ue-content-desc {
    color: #5E5F62;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
}

.ue-content-btn {
    color: #334BF4;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    padding: 16px 34px;
    border-radius: 8px;
    width: fit-content;
    height: fit-content;
    border: 1px solid #334BF4;
    max-width: 100%;
}

.ue-content-btn:hover {
    color: #ffffff;
    background: #334BF4;
}

.ue-tutorials-header {
    display: flex;
    gap: 24px;
}

.ue-tmore-btn-1 {
    display: inline-flex;
}

.ue-tmore-btn-2 {
    display: none;
}

.ue-inner-content-wrapper-h {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 4px;
}

.ue-video-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 17px;
}

.ue-video-item {
    flex: 1;
    position: relative;
}

.ue-video-item .ue-video {
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 310/210;
    border-radius: 6px;
    background-color: #e7e7e7;

}

.ue-video-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.ue-video-overlay {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(7, 8, 15, 0.226) 11.60%, #07080fc4 94.17%), rgba(211, 211, 211, 0) 0px -7.673px / 124.39% 123.636% no-repeat;
    transition: all 200ms;
    opacity: 0.6;
}

.ue-video:hover .ue-video-overlay {
    opacity: 0.8;
}

.ue-video-play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    z-index: 3;
    background-color: rgba(7, 8, 15, 0.30);
    transition: all 200ms;
    pointer-events: none;
}
.ue-video:hover .ue-video-play-btn{
    background-color: rgba(7, 8, 15, 0.438);
}
.ue-video-title {
    color: #07080F;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
}

.ue-full-card.ue-content-card {
    flex-direction: row;
    gap: 45px;
    padding: 35px 24px;
    height: auto;
}

.ue-full-card .ue-content-title {
    margin-bottom: -8px;
}

.ue-full-card .ue-content-btn {
    min-width: 150px;
}

.ue-inner-section-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 1;
    flex-grow: 1;
}

.ue-inner-section-right {
    display: flex;
    width: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}

img.ue-illustration {
    max-width: 100%;
    width: 200px;
}

.ue-features-list {
    display: grid;
    justify-content: start;
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: row;
    gap: 15px;
    list-style: none;
    margin-block: 0;
    padding-inline-start: 0;
}

.ue-feature {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-style: normal;
    color: #07080F;
}

.ue-feature img {
    width: 16px;
    height: 16px;
}

.ue-sidebar {
    display: flex;
    flex-direction: column;
    width: 26%;
    height: 100%;
    gap: 16px;

}

.ue-get-pro-cta {
    position: relative;
    background-color: #000000;
    background-image: url("/assets/images/cta-bg.webp");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ue-get-pro-cta * {
    z-index: 3;
}

.ue-cta-bg-overlay {
    background: linear-gradient(210deg, #295af9fa 23.27%, #6011dff6 68.07%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ue-cta-title {
    color: #FFF;
}

.ue-get-pro-cta .ue-content-icon {
    width: 62px;
    height: 62px;
    border-radius: 50px;
    background: #FFF;
}

.ue-get-pro-cta .ue-content-icon svg {
    fill: #EB4A9F;
}

.ue-get-pro-cta .ue-content-title {
    color: FFF;
}

.ue-cta-desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -16px;
}

.ue-pro-cta-btn {
    color: #FFF;
    border-radius: 8px;
    background: #EB4A9F;
    border: none;
}
.ue-pro-cta-btn:hover {
    color: #2959F9;
    background: #ffffff;
}
.ue-inner-section-left .ue-pro-cta-btn:hover {
    color: #ffffff;
    background: #2959F9;
}

.ue-cta-features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin-block: 0;
    padding-inline-start: 0;
}

.ue-cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.ue-cta-feature img {
    width: 16px;
    height: 16px;
}

.ue-cta-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
}

.ue-cta-link:hover {
    gap: 12px;
}

.ue-cta-post-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ue-post-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ue-post {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ue-post-img {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #000000;
    object-fit: cover;
    object-position: center;
}

.ue-post-title {
    color: #07080F;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    transition: all 200ms;
}
.ue-post:hover .ue-post-title{
    color: #334BF4;
}

.ue-post-view-more {
    margin-top: 8px;
    width: 100% !important;
}


/* big landscape tablets, laptops, and desktops */
@media (max-width: 1281px) {
    .ue-dash-content {
        flex-direction: column;
    }

    .ue-sidebar {
        width: 100%;
    }

    .ue-cta-post-wrapper {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .ue-features-list {
        grid-template-columns: repeat(1, auto);
    }
}

@media (max-width:600px) {
    .ue-dash-content-wrapper {
        padding: 20px;
    }

    .ue-dash-header {
        flex-wrap: wrap;
        padding: 20px;
    }

    .ue-content-menu {
        flex-direction: column;
    }

    .ue-content-card {
        width: 100%;
    }

    .ue-full-card.ue-content-card {
        gap: 16px;
    }

    .ue-header-logo {
        width: 150px;
    }

    .ue-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .ue-header-buttons {
        gap: 10px
    }

    .ue-social-content-wrapper {
        flex-direction: column;
    }

    .ue-content-menu {
        margin-bottom: 16px;
    }

    .ue-cta-post-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .ue-tutorials-header {
        flex-direction: column;
    }

    .ue-video-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .ue-tmore-btn-1 {
        display: none;
    }

    .ue-tmore-btn-2 {
        display: inline-flex;
    }
}