html.wp-toolbar:has(.solace_page_dashboard-starter-templates) {
    padding-top: 0;
}

body.solace_page_dashboard-starter-templates {

    #adminmenumain,
    #wpadminbar {
        display: none;
    }

    #wpcontent,
    #wpfooter {
        margin-left: 0;
        padding-left: 0;
    }

    #wpbody-content {
        padding-bottom: 0;
    }

    #wpfooter {
        display: none;
    }

    #update-nag,
    .update-nag {
        display: none;
    }

    .wrap {
        >nav .mycontainer{
            padding: 0;
        }

        nav {
            .mycontainer {
               .box-menu {
                    ul {
                        li.active::after {
                            content: none;
                        }
                    }
               }
            }
        }

        section.start-templates {
            .skeleton {
                position: relative;
            }
            
            .skeleton::before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                aspect-ratio: 1;
                border-radius: 50%;
                animation: loaderAnimation 1s infinite linear alternate;
                position: absolute;
                left: 49%;
                top: 370px;
                z-index: 2;
            }

            @keyframes loaderAnimation {
                0%  {box-shadow: 20px 0 #000, -20px 0 #0002; background: #000; }
                33% {box-shadow: 20px 0 #000, -20px 0 #0002; background: #0002; }
                66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002; }
                100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000; }
            }            

            .content-top {
                max-width: $max_width;
                margin: 0 auto;
                position: relative;

                .mycontainer {
                    background: #000f44;
                    border-radius: 12px;
                    padding: 34px 37px;
                    margin-bottom: 28px;
                    position: relative;
                    z-index: 2;

                    .boxes {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: space-between;
                        width: 100%;

                        .col1 {
                            display: none;
                        }

                        .col2 {
                            
                            h2 {
                                margin: 0;
                                color: #fff;
                                font-family: Poppins;
                                font-size: 30px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: normal;

                                span {
                                    color: #FF8E00;
                                }
                            }
                        }

                        .col3 {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: space-between;

                            select {
                                min-width: 130px;
                                border-radius: 100px;
                                background: #000f44;
                                border: 1px solid #D3D3D3;
                                color: #fff;
                                font-family: Poppins;
                                font-size: 15px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                background-size: 16px 16px;
                                background-position: right 17px top 55%;
                                padding: 10px 17px;
                            }

                            .dropdown1 {
                                position: relative;
                                display: none;

                                select {
                                    margin-right: 6px;
                                    height: 43px;
                                }

                                &::before {
                                    content: url(../images/starter-templates/arrow-down-alt.png);
                                    position: absolute;
                                    right: 25px;
                                    bottom: 13px;
                                }
                            }

                            .dropdown3 {
                                position: relative;
                                display: none;

                                select {
                                    height: 43px;
                                }

                                &::before {
                                    content: url(../images/starter-templates/arrow-down-alt.png);
                                    position: absolute;
                                    right: 20px;
                                    bottom: 12px;
                                }
                            }

                            .filter-license {
                                position: relative;

                                select {
                                    height: 43px;
                                    background: #000f44 url(../images/starter-templates/arrow-down-alt.png) no-repeat right 12px top 55%;
                                }
                            }
                        }
                    }
                }

                img.decor1 {
                    position: absolute;
                    right: -50px;
                    bottom: 12px;
                    z-index: 1;
                }
            }

            .content-main {
                max-width: $max_width;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                gap: 35px;
                padding-bottom: 90px;

                aside {
                    width: 353px;
                    height: 100%;
                    position: relative;
                    position: -webkit-sticky;
                    position: sticky;
                    top: 0;                    

                    .mycontainer {
                        background: #fff;
                        border-radius: 12px;
                        margin: 0 auto;
                        padding: 25px;
                        position: relative;
                        z-index: 2;

                        span.title {
                            display: block;
                            color: #000;
                            font-family: Poppins;
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                        }

                        span.desc {
                            display: block;
                            color: #000;
                            font-family: Poppins;
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                        }

                        .box-search {
                            margin-top: 23px;
                            position: relative;
                            border-bottom: 1px solid #EAEAEA;
                            padding-bottom: 33px;
                            margin-bottom: 33px;

                            input {
                                width: 290px;
                                width: 100%;
                                height: 40px;
                                border-radius: 100px;
                                border: 1px solid #D3D3D3;
                                color: #B2B2B2;
                                color: #000;
                                font-family: Poppins;
                                font-size: 15px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                padding: 10px 23px;
                            }

                            .box-btn {
                                button {
                                    border: none;
                                    background: rgba(0, 0, 0, 0);
                                    display: flex;
                                    flex-wrap: wrap;
                                    align-items: center;
                                    justify-content: center;
                                    padding: 10px 2px;
                                    position: absolute;
                                    top: 2px;
                                    // left: 250px;
                                    right: 20px;
                                    cursor: pointer;
                                }
                            }
                        }

                        span.cat {
                            display: block;
                            margin-bottom: 24px;
                            color: #000;
                            font-family: Poppins;
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                        }

                        form {
                            .box-checkbox {
                                input {
                                    width: 16px;
                                    height: 16px;
                                    flex-shrink: 0;
                                    border-radius: 5px;
                                    border: 1px solid #707070;
                                    background: #FFF;
                                    margin-right: 14px;
                                }

                                label {
                                    color: #000;
                                    font-family: Poppins;
                                    font-size: 15px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: 40px;
                                }
                            }
                        }
                    }

                    img.decor2 {
                        position: absolute;
                        right: -12px;
                        bottom: -6px;
                        z-index: 2;
                    }            

                    img.decor3 {
                        position: absolute;
                        left: -30px;
                        bottom: -20px;
                        z-index: 2;
                        z-index: 1;
                    }           

                    img.decor4 {
                        position: absolute;
                        left: -140px;
                        bottom: -30px;
                        z-index: 1;
                    }                    
                }

                main {
                    width: calc(100% - 353px - 35px);

                    .mycontainer {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        justify-content: flex-start;
                        gap: 25px;
                        background: #f1f1f1;

                        .demo {
                            cursor: pointer;
                            width: calc(32.6% - 17px);
                            width: calc(33.33% - 17px);
                            margin-bottom: 10px;

                            .box-image {
                                img {
                                    width: 100%;
                                    border-radius: 15px;
                                    box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.24);
                                    transform: translateY(0);
                                    transition: all 0.3s ease-out;

                                    &:hover {
                                        transform: translateY(3px);
                                        box-shadow: none;
                                    }
                                }
                            }

                            .box-content {
                                .top-content {
                                    display: flex;
                                    flex-wrap: wrap;
                                    justify-content: space-between;
                                    align-items: center;
                                    gap: 10px;
                                    margin: 8px 0 0;
                                    margin: 8px 0;
                                    position: relative;

                                    span.title {
                                        display: block;
                                        text-align: left;
                                        color: #000;
                                        font-family: Poppins;
                                        font-size: 16px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 28px;
                                        padding-right: 60px;
                                        padding-right: 120px;
                                    }

                                    span.label-recommended {
                                        display: block;
                                        text-align: center;
                                        color: #fff;
                                        font-family: Poppins;
                                        font-size: 12px;
                                        font-style: normal;
                                        font-weight: 600;
                                        line-height: 22px;
                                        background: linear-gradient(45deg, #000f44, #ff8e00);
                                        padding: 0 8px;
                                        border-radius: 20px;
                                        position: absolute;
                                        right: 0;
                                        top: 0;
                                    }                                    

                                    span.label {
                                        display: block;
                                        text-align: center;
                                        color: #fff;
                                        font-family: Poppins;
                                        font-size: 12px;
                                        font-style: normal;
                                        font-weight: 600;
                                        line-height: 22px;
                                        background: #000f44;
                                        padding: 0 8px;
                                        border-radius: 20px;
                                        width: 45px;
                                        position: absolute;
                                        right: 0;
                                        top: 0;

                                        &.pro {
                                            background: #ff8f00;
                                            color: #fff;
                                        }
                                    }
                                }

                                .bottom-content {
                                    p {
                                        font-family: Poppins;
                                        font-size: 12px;
                                        font-weight: 400;
                                        line-height: 1.4em;
                                        letter-spacing: 0em;
                                        margin: 0;
                                    }
                                }
                            }
                        }
                    }

                    .box-load-more {
                        margin: 60px 0 20px;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;

                        button {
                            position: relative;
                            border: none;
                            cursor: pointer;
                            padding: 10px 30px;
                            background: #ff8f00;
                            color: #fff;
                            font-family: Poppins;
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            border-radius: 20px;
                            display: block;
                            text-decoration: none;
                            text-align: center;
                            transition: width 1s ease, padding-right 1s ease;


                            .box-bubble {
                                dotlottie-player {
                                    display: none;
                                    width: 130px;
                                    height: 130px;
                                    position: absolute;
                                    top: -69px;
                                }
                            }

                            &.active {
                                display: block;

                                .circle {
                                    display: inline-block;
                                    width: 10px;
                                    height: 10px;
                                    border-radius: 10px;
                                    background-color: #fff;
                                    margin-left: 3px;
                                }

                                .box-bubble {
                                    margin-left: 10px;
                                    position: relative;
                                    bottom: 8px;

                                    .circle:nth-last-child(1) {
                                        animation: animationLoadMore 0.6s 0.1s linear infinite;
                                    }

                                    .circle:nth-last-child(2) {
                                        animation: animationLoadMore 0.6s 0.2s linear infinite;
                                    }

                                    .circle:nth-last-child(3) {
                                        animation: animationLoadMore 0.6s 0.3s linear infinite;
                                    }
                                }

                                @keyframes animationLoadMore {
                                    0% {
                                        transform: translate(0, 0);
                                    }

                                    50% {
                                        transform: translate(0, 10px);
                                    }

                                    100% {
                                        transform: translate(0, 0);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        footer.bottom {
            padding-left: 0;
            left: 0;
        }
    }
}

@media only screen and (max-width: 1300px) {
    body.solace_page_dashboard-starter-templates .wrap {

        section.start-templates {
            .content-top {
                .mycontainer {
                    // height: 118px;

                    .boxes {
                        flex-direction: column;
                        gap: 15px;

                        .col1 {
                            display: none;
                        }
                    }
                }

                img.decor1 {
                    // bottom: 85px;
                }
            }
        }
    }
}

@media only screen and (max-width: 1200px) {
    body.solace_page_dashboard-starter-templates .wrap {
        padding-bottom: 100px;

        section.start-templates {
            overflow: hidden;

            .content-top {
                .mycontainer {
                    .boxes {
                        flex-direction: column;

                        .col3 {
                            margin-top: 12px;
                            gap: 15px;
                        }
                    }
                }

                img.decor1 {
                    bottom: 121px;
                    bottom: 48px;
                }
            }

            .content-main {
                main {
                    .mycontainer {
                        .demo {
                            width: calc(50% - 17px);
                        }
                    }
                }
            }
        }

        section.start-templates .content-top {
            padding: 12px 0;
        }

        section.start-templates .content-main {
            padding: 12px 0;

            main {
                .mycontainer {
                    .demo {
                        img {
                            height: 363px;
                        }
                    }
                }
            }
        }
    }

}

@media only screen and (max-width: 992px) {
    body.solace_page_dashboard-starter-templates .wrap {

        section.start-templates {
            .content-main {
                aside {
                    width: 100%;
                }

                main {
                    width: 100%;

                    // .mycontainer {
                    //     .demo {
                    //         img {
                    //             height: 414px;
                    //         }
                    //     }
                    // }

                    img.decor1 {
                        bottom: 121px;
                        bottom: 88px;
                    }
                }
            }
        }
    }

    body.solace_page_dashboard-starter-templates .wrap section.start-templates .content-top {
        .mycontainer {
            height: 165px;
            height: 90px;
            height: auto;
            text-align: center;
        }


        img.decor1 {
            bottom: 168px;
            bottom: 93px;
            bottom: 40px;
        }        
    }
}

@media only screen and (max-width: 768px) {
    body.solace_page_dashboard-starter-templates .wrap {

        section.start-templates {
            .content-main {
                main {
                    .mycontainer {
                        .demo {
                            img {
                                height: auto;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media only screen and (max-width: 580px) {
    body.solace_page_dashboard-starter-templates .wrap section.start-templates .content-top {
        .mycontainer {
            height: auto;
        }


        img.decor1 {
            bottom: 208px;
            bottom: 161px;
        }        
    }
}

@media only screen and (max-width: 480px) {
    body.solace_page_dashboard-starter-templates .wrap {
        padding-bottom: 150px;

        section.start-templates {
            .content-main {
                main {
                    .mycontainer {
                        .demo {
                            width: 100%
                        }
                    }
                }
            }
        }
    }
}