.page-theme-viewer #genesis-content {
    padding-top: 24px;
}

.theme-viewer-items .splashecons-container {
    pointer-events: none;
}

.hover-hook.active .nav-items-container.hidden{
    display: block;
}

.theme-viewer-actions__submit{
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 15px;
    left: 50%;
    bottom: 28%;
    transform: translate(-50%);
    cursor: pointer;
}

.theme-viewer-actions__submit .circular-icon-btn svg{
    font-size: 30px;
}

.hover-hook--action:hover .nav-items-container.hidden{
    display: block;
}

.nav-edit-option--mobile-menu.nav-edit-option--theme-viewer{
    position: absolute;
    bottom: 29%;
    left: 50%;
    transform: translateX(-50%);
}

.theme-viewer-list .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 256px);
    column-gap: 54px;
    row-gap: 30px;
    margin-top: 24px;
}

.theme-viewer-assets .os-body {
    padding: 15px 15px 0 15px;
}

#theme-viewer-layout-nav .splasheo-canva {
    margin-bottom: 15px;
}

.theme-viewer-assets #theme-veiwer-aspect-ration-controller {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.theme-viewer-assets .aspect-ratio-settings-style__row:first-child,
.theme-viewer-assets .aspect-ratio-settings-style_settings,
.theme-viewer-assets .aspect-ratio-settings-style__row[data-tab-ar="rush-order"] {
    display: none;
}

.theme-viewer-assets .aspect-ratio-settings-style__row {
    display: block;
}

.container.theme-viewer-list {
    width: 910px;
}

.theme-viewer-list .grid-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.theme-viewer-globe:hover .theme-viewer-actions {
    opacity: 1;
}

.grid-item:hover .theme-viewer-actions {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000bd;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.theme-viewer-actions .title {
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-transform: capitalize;
}

.theme-viewer-items svg {
    cursor: pointer;
    font-size: 27px;
    padding: 7px;
    color: #fff !important;
}

.theme-viewer-items:hover {
    background: #7CC854;
}

.theme-viewer-items {
    border-radius: 100%;
    margin-right: 10px;
}

.theme-viewer-actions>.flex {
    margin: 23px 0 30px;
}

.theme-viewer-items #delete-outlined svg {
    font-size: 30px;
}

.theme-viewer-items:last-child {
    margin-right: 0;
}

.theme-viewer-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.64);
    opacity: 0;
    border-radius: 8px;
}

.theme-viewer-assets #credits-required {
    display: none;
}

.theme-viewer-globe {
    position: relative;
}

.theme-viewer-items #icon-plus-solid svg {
    font-size: 24px;
    padding: 0px;
    border: 2px solid #fff;
    border-radius: 100%;
}

[theme-viewer-action="theme-viewer-submit"] {
    padding: 5.9px 8px 8px;
}

@media screen and (max-width: 1042px) {
    .theme-viewer-list .grid-container {
        grid-template-columns: repeat(2, 256px);
        justify-content: space-evenly;
        justify-items: center;
        align-content: space-evenly;
        align-items: center;
    }
    .container.theme-viewer-list {
        margin: 15px 20px 0 84px;
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .container.theme-viewer-list {
        margin: 15px 20px 0 84px;
        width: 86%;
    }
}

@media screen and (max-width: 708px) {
    .theme-viewer-list .grid-container {
        grid-template-columns: repeat(1, 256px);
    }
}

@media screen and (max-width: 600px) {
    div.search-entry-container {
        border-radius: 4px;
    }
    .entry-dashboard-container .search-entry-container input {
        border-radius: 4px
    }
    #theme-viewer-layout-nav .splasheo-canva {
        margin-bottom: 0px;
    }
    .container.theme-viewer-list {
        margin: 0 auto;
        width: 100%;
    }
    .theme-viewer-list .credit-number-container {
        padding: 0;
    }
    .theme-viewer-globe {
        display: flex;
        justify-content: center;
        margin-bottom: 22px;
    }
    .theme-viewer-list .credit-number-container .filter-section {
        display: block;
        left: unset !important;
        margin: 0px;
    }
    .theme-viewer-container .btn.outline {
        border: 1px solid #7CC854;
        outline: none;
        font-size: 15px;
        border-radius: 3px;
    }
    .theme-viewer-list .grid-container {
        display: block;
        margin-top: 0px;
    }
    .theme-viewer-list .grid-container .grid-item {
        margin-top: 24px;
    }
    .theme-viewer-list {
        margin-top: -24px;
    }
    .theme-viewer-container .theme_builder_side_navigation__s1 {
        width: 33.33%;
    }
    .theme-viewer-container .mobile-hamburger-menu-canva svg,
    .theme-viewer-container .main-upload-container__grey-close-btn svg {
        font-size: 37px;
    }
    .theme-viewer-actions {
        top: 2.3px;
    }
    .theme-viewer-globe .visual-form-style {
        border-radius: 13px;
    }
    .theme-viewer-container .mobile-hamburger-menu-canva {
        top: 11px;
        z-index: 999;
    }
}

@media screen and (max-width: 577px) {
    .select-video-layout {
        top: -2px;
    }
}

@media screen and (max-width: 474px) {
    .select-video-layout {
        top: -2px;
        left: -4px;
    }

}