@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BangrLab.Web/Components/Layout/LandingLayout.razor.rz.scp.css */
/* _content/BangrLab.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/BangrLab.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/BangrLab.Web/Components/Pages/Admin/AdminUsersOverview.razor.rz.scp.css */
/* Ensure all the flags are the same size, and centered */
.flag[b-n16vk4nrv6] {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
}
/* _content/BangrLab.Web/Components/Pages/Admin/WhitelistOverview.razor.rz.scp.css */
/* Ensure all the flags are the same size, and centered */
.flag[b-vfz39sho7w] {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
}
/* _content/BangrLab.Web/Components/Pages/Dashboard.razor.rz.scp.css */
*[b-fm5e04okoo] {
    font-family: "Poppins", sans-serif;
}

body[b-fm5e04okoo] {
    color: white;
    background-color: #0b1727;
}
/** CUSTOM THINGS */

.dashbody[b-fm5e04okoo] {
    margin: 0;
    box-sizing: border-box;
}

    .dashbody p[b-fm5e04okoo] {
        margin: 3px;
    }

/* fonts & text */

.project-main-name-txt[b-fm5e04okoo] {
    font-size: 25px;
    margin: 0;
}

.project-name-txt[b-fm5e04okoo] {
    font-size: 20px;
    margin: 0;
}

.headline1[b-fm5e04okoo] {
    font-size: 45px;
    font-weight: 700;
}

.headline2[b-fm5e04okoo] {
    font-size: 35px;
}

.headline3[b-fm5e04okoo] {
    font-size: 30px;
}

.undertext1[b-fm5e04okoo] {
    font-size: 20px;
    font-weight: 300;
}

.undertext2[b-fm5e04okoo] {
    font-size: 15px;
    font-weight: 200;
}

.bangrgreen[b-fm5e04okoo] {
    color: #bdff31;
}

/* boxes */

.main-dashboard-box[b-fm5e04okoo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 8px;
}

.banner-box[b-fm5e04okoo] {
    border: #050910 solid 2px;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 5px;
}

.main-project-box[b-fm5e04okoo] {
    background-color: #050910;
    border-radius: 5px;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 15px;
}

.main-shill-box[b-fm5e04okoo] {
    background-color: #060e17;
    border-radius: 5px;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 15px;
}

.highlight-box[b-fm5e04okoo] {
    background-color: #050910;
    padding: 10px;
    border-radius: 10px;
}

.partner-box[b-fm5e04okoo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-box[b-fm5e04okoo] {
    background-color: #060e17;
    border: #050910 solid 2px;
    border-radius: 5px;
    max-width: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding: 15px;
}

/*  buttons */

.bangr-btn0[b-fm5e04okoo] {
    width: 200px;
    font-size: 20px;
    color: #0b1727;
    border: 3px solid #0b1727;
    background-color: #bdff31;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
}

.bangr-btn1[b-fm5e04okoo] {
    width: 200px;
    font-size: 20px;
    color: white;
    border: 3px solid #3dc000;
    background-color: #0b1727;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
}

.bangr-btn1-max[b-fm5e04okoo] {
    width: 300px;
    font-size: 30px;
}

.bangr-btn2[b-fm5e04okoo] {
    width: 200px;
    font-size: 20px;
    color: white;
    border: #303b49 solid 3px;
    background-color: #0b1727;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
}

    .bangr-btn0:hover[b-fm5e04okoo],
    .bangr-btn1:hover[b-fm5e04okoo],
    .bangr-btn2:hover[b-fm5e04okoo] {
        opacity: 0.8;
        scale: 1.1;
    }

@media (min-width: 768px) {
}

/* links*/

.text-link[b-fm5e04okoo] {
    cursor: pointer;
}

    .text-link:hover[b-fm5e04okoo] {
        opacity: 0.9;
    }
/* images */

.main-project-img[b-fm5e04okoo] {
    width: 200px;
    padding: 15px;
}

.partner-project-img[b-fm5e04okoo] {
    width: 90px;
    padding: 5px;
}

.social-icon-dashboard[b-fm5e04okoo] {
    width: 40px;
}

    .social-icon-dashboard:hover[b-fm5e04okoo] {
        opacity: 0.9;
        scale: 1.1;
    }

.chain-icon-dashboard[b-fm5e04okoo] {
    width: 30px;
}
/* _content/BangrLab.Web/Components/Pages/ImageEditorTest.razor.rz.scp.css */
body[b-11m9lsbpq1] {
    background-color: #ac7cae !important; /* Replace this with your desired hex code */
}
/* _content/BangrLab.Web/Components/Pages/Memeboss.razor.rz.scp.css */
.imagecontainer[b-mbxjgiuwe4] {
    position: relative;
    display: inline-block;
}

    .imagecontainer img[b-mbxjgiuwe4] {
        display: block;
    }

    .imagecontainer .framecounter[b-mbxjgiuwe4] {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .imagecontainer .colorwheel[b-mbxjgiuwe4] {
        position: absolute;
        top: 16px;
        left: 10px;
    }

    .imagecontainer .presetname[b-mbxjgiuwe4] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: calc(8px + .4vw);
    }


.statustext[b-mbxjgiuwe4] {
    font-weight: bold;
    color: white;
    /* Text Shadow Property */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
/* _content/BangrLab.Web/Components/Pages/Personal/Profile.razor.rz.scp.css */
.imagecontainer[b-vqnxfr2yob] {
    position: relative;
    display: inline-block;
}

/*    .imagecontainer img {
        display: block;
    }

    .imagecontainer .framecounter {
        position: absolute;
        top: 10px;
        right: 10px;
    }
*/
    .imagecontainer .assetname[b-vqnxfr2yob] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        /*font-size: 1.2vw;*/
        font-size: calc(8px + .4vw);
    }
/* _content/BangrLab.Web/Components/Pages/Tenants/CommunityContent/CommunityContent.razor.rz.scp.css */
.btn-outline-primary:hover[b-sfc88kmyyj] {
    background-color: unset !important;
}


.glightbox > img[b-sfc88kmyyj] {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CommunityContent/MyUploads.razor.rz.scp.css */
.btn-outline-primary:hover[b-jhhzlmz5rm] {
    background-color: unset !important;
}

.qgprvwimg[b-jhhzlmz5rm] {
    height: 3rem;
    margin: auto;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CommunityContent/MyUploads2.razor.rz.scp.css */
.btn-outline-primary:hover[b-bwloixfx6j] {
    background-color: unset !important;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CommunityVideos/MyVideoUploads.razor.rz.scp.css */
.btn-outline-primary:hover[b-60pwa5srk9] {
    background-color: unset !important;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CreatorContent/CreatorContent.razor.rz.scp.css */
.btn-outline-primary:hover[b-3arshv3aio] {
    background-color: unset !important;
}


.glightbox > img[b-3arshv3aio] {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CreatorContent/ManageCreatorContent.razor.rz.scp.css */
.btn-outline-primary:hover[b-blc6s3v780] {
    background-color: unset !important;
}
/* _content/BangrLab.Web/Components/Pages/Tenants/CreatorTools.razor.rz.scp.css */
.resultcontainer[b-zjot3xq1g8] {
    position: relative;
    display: inline-block;
}

    .resultcontainer img[b-zjot3xq1g8] {
        display: block;
    }

    .resultcontainer .fa-download[b-zjot3xq1g8] {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .resultcontainer .framecounter[b-zjot3xq1g8] {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

.groupimagecontainer[b-zjot3xq1g8] {
    position: relative;
    display: inline-block;
}

    .groupimagecontainer img[b-zjot3xq1g8] {
        display: block;
    }

    .groupimagecontainer .presetname[b-zjot3xq1g8] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
    }
/* _content/BangrLab.Web/Components/Shared/AssetRenderingPresetPicker.razor.rz.scp.css */
.imagecontainer[b-yqegupe3g0] {
    position: relative;
    display: inline-block;
}

    .imagecontainer img[b-yqegupe3g0] {
        display: block;
    }

    .imagecontainer .framecounter[b-yqegupe3g0] {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .imagecontainer .colorwheel[b-yqegupe3g0] {
        position: absolute;
        top: 16px;
        left: 10px;
    }

    .imagecontainer .presetname[b-yqegupe3g0] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: calc(8px + .4vw);
    }
/* _content/BangrLab.Web/Components/Shared/AudioBeatsPicker.razor.rz.scp.css */
.imagecontainer[b-tpnpmck6f7] {
    position: relative;
    display: inline-block;
}

    .imagecontainer img[b-tpnpmck6f7] {
        display: block;
    }

    .imagecontainer .framecounter[b-tpnpmck6f7] {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .imagecontainer .presetname[b-tpnpmck6f7] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: calc(8px + .4vw);
    }
/* _content/BangrLab.Web/Components/Shared/ImageOverlaysPicker.razor.rz.scp.css */
.imagecontainer[b-j17dl1xioz] {
    position: relative;
    display: inline-block;
}

    .imagecontainer img[b-j17dl1xioz] {
        display: block;
    }

    .imagecontainer .framecounter[b-j17dl1xioz] {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .imagecontainer .presetname[b-j17dl1xioz] {
        position: absolute;
        bottom: 10px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        font-size: calc(8px + .4vw);
    }
/* _content/BangrLab.Web/Components/Shared/LoadingElement.razor.rz.scp.css */
.loading-wrapper[b-vv91usyrg9] {
     position: relative;
     display: block;
     flex-basis: 100%;
     flex-grow: 0;
     flex-direction: column;
 }

.loading[b-vv91usyrg9] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}

.loading-content[b-vv91usyrg9] {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
}

.loading-textcontent[b-vv91usyrg9] {
    position: relative;
    margin: auto;
    top: 10%;
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    z-index: 101;
    text-align: center;
}
/* _content/BangrLab.Web/Components/Widgets/LatestCommunityContentWidget.razor.rz.scp.css */
/*swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.swiper[b-lv4bocwiom] {
    width: 100%;
    height: 100%;
}

.swiper-slide[b-lv4bocwiom] {
    overflow: hidden;
}

.swiper .swiper-zoom-container > img[b-lv4bocwiom] {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
