/*https://www.toptal.com/developers/cssminifier*/


body {
    background-color: var(--s-c-dark);
}


.filter-label, .show-more,.show-more a,.reset-filter,.generate-content,.show-more{
    color: #fff;
}
#aifilter .ghost-button, #aiuploader  .ghost-button {
    color: #fff;
    border-color: #fff;
}

.c-text-white {
    color: #fff;
}

.show-more {
    cursor: pointer;
}
.flex-filter {
    display: flex;
}
.row-filter .col {
    margin-bottom: calc(var(--s-gutter) / 2);
   
}
.reset-col {
    /* align-items: center; */
    align-items: end;
    /* justify-content: center; */
    justify-content: end;
}
.reset-filter {
    cursor: pointer;
    margin-bottom: calc(var(--s-spacing)/2);
}

.lity {
    display: flex;
    justify-content: center;
    align-items: center;
    /*backdrop-filter: blur(24px);*/
    /*background-color: rgba(0,0,0,.7);*/
    background-color: rgba(0,0,0,.8);
    /*background: #000000;*/
}
/*@supports not (backdrop-filter: blur(24px)) {
    .lity {
        background-color: rgba(0,0,0,.9);
    }
}*/
@supports (backdrop-filter: blur(24px)) {
    .lity {
        backdrop-filter: blur(24px);
        background-color: rgba(0,0,0,.7);
    }
}

.lity-content:after {
    box-shadow: unset;
}
.lity-active body {
        overflow-y: hidden;
}
.lity-container {
    width: 100%;
}

.showdetail .wrap {
    position: relative;
    display: flex;
    justify-content: stretch;
    /* width: 100vw; */
    height: 100vh;
}
.showdetail .outer {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
}
.showdetail .main-img {
    object-fit: scale-down;
    object-position: top;
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.showdetail .main-img-inner {
    /* aspect-ratio: 1 / 1; */
    height: 90%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    /*outline: 1px solid red;*/
}
.showdetail .main-img-holder {
    user-select: none;
    /*touch-action: pan-y;*/
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
     justify-content: center; 
    align-items: center;
}
.showdetail .main-img-holder.gen {
    justify-content: flex-start;
    align-items: flex-end;
}
.showdetail .main-img-holder.gen .genlinks a {
    color: #fff;
}
.showdetail .desc-holder {
    /* flex-basis: 25vw; */
    width: 50%;
    color: #fff;
    border-left: 1px solid #fff;
    border-color: hsla(0,0%,100%,.1);
     overflow-y: auto; 
}


.main-img-tags .pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.pills span {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 5px 14px;
    margin: 3px 7px;
    opacity: 0.7;
}


.generate-content {
    /*justify-content: center;*/
    align-items: center;
    opacity: 0.5;
    pointer-events: none;
}
.generate-content.active {
    opacity: 1;
    pointer-events: all;
}
.generate-btn {
        width: 100%;
        margin: 0;
}
.filter-label {
    /* font-weight: bold; */
    margin-left: 0.7em;
}

.ai-card {
    /* overflow: hidden; */
    /* border-radius: 5%; */
}
.powermail_form .selectric,
.selectric-items .selectric-scroll,
.selectric-items {
    border-radius: 12px;
}


.img-holder {
    border-radius: 12px;
    overflow: hidden;
}
.img-glow {
    /*box-shadow: 0 0 12px 0px #ffffffb8;*/
    box-shadow: 0 0 8px 0px #4f9cb9;
}



.blink {
    margin-left: 5px;
    animation: blink 1s infinite;
}

@keyframes blink {
0%, 50% {
    opacity: 1;
}
50.1%, 100% {
    opacity: 0;
}
}

.reckitchen {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.reckitchen.full {
    width: 100%;
}
.reckitchen img {
    margin-bottom: 10px;display: block;
}
.reckitchen .textlink {
    color:#fff;
    padding-right: 24px;
}
.reckitchen a.textlink:after {
        right: 0;
    position: absolute;
    font-size: 1.2em;

    /*top: 50%;*/
    /*margin-top: -0.6em;*/

    bottom: 0.1em;
}
/* ######################################################## */
.showgenerate {
    color: #fff;
}
/* .generateloading .close {
    display:none;
}  */
.showgenerate .outer {
    justify-content: center;
}
.showgenerate .theline {
    background-color: #fff;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
}
.showgenerate .loading-img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.showgenerate .genimg {
    aspect-ratio: 1/1;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    align-content: center;

    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.showgenerate .genimg > div {
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
    aspect-ratio: 1;
}
.showgenerate img {
    cursor: pointer;
}
.showgenerate .knowledge {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.showgenerate .knowledge p {
    position: absolute;
    width: 100%;
}
/* ######################################################## */
@media screen and (max-width:1279px){
    .showdetail  {
        margin-right: 10px;
    }
    .showdetail .desc-holder {
        width: 60%;
        border: unset;
        /*overflow-y: unset;*/
    }
}
@media screen and (max-width:1023px){
    .showdetail  {
        overflow-y: auto; 
        margin-right: 20px;
            /*margin: 20px 0;*/
    }
    .showdetail .outer {
        flex-direction: column;
    }
    .showdetail .desc-holder {
        width: 100%;
        overflow-y: unset;
    }
    .showgenerate .wrap {
        display: block;
    }
}
@media screen and (max-width:767px){
    .showdetail {
         overflow-y: auto; 
         margin-right: 0;
    }
    .showdetail .outer {
        flex-direction: column;
    }
    .showdetail .main-img-holder {
        /*height: 60%;*/
    }
    .showdetail .main-img-holder.box2 {
        padding: var(--s-spacing-2) var(--s-spacing);
    }
    .showdetail .main-img {
        width: 100%;
        height: auto;
    }

    .showdetail .desc-holder {
        width: 100%;
        overflow-y: unset;
    }
    .reset-filter {
        margin-top: 2em;
        float: right;
    }
    .isMobile .reset-filter {
        margin-top: 0.5em;
    }
    .reckitchen {
        width: 100%;
        float: unset;
        padding-right: 0;
        margin-bottom: var(--s-marg-1) !important;
    }
    .powermail_form .selectric,
    .selectric-items .selectric-scroll,
    .selectric-items {
        border-radius: 8px;
    }
}
/* ######################################################## */