.wp_prompt {

    /* width: 600px; */

    position: relative;

    font-family: Space Grotesk;;

}

.wp_prompt .inner-prompt{

    display: flex;

    gap: 13px;

    justify-content: flex-start;



}

.wp_prompt .prompt {

    /* width: 541px;

    height: 71px;

    position: relative;

    display: flex;

    align-items: center;

    background-color: #fff;

    border-radius: 14px;

    padding-left: 30px; */

    height: 71px;

    position: relative;

    display: flex;

    flex: 1;

    align-items: center;

    background-color: #fff;

    border-radius: 14px;

    padding-left: 30px;

}








.wp_prompt .prompt input.content-prompt:focus {
    color: #030014;
}
.wp_prompt .prompt input.content-prompt {

    /* width: 50%;

    height: 100%;

    background-color: transparent;

    border: none;

    outline: none;

    padding-left: 0px; */

    width: 100%;

    height: 100%;

    background-color: transparent;

    border: none;

    outline: none;

    padding-left: 0px;

    padding-right: 151px;

    flex: 1;

}



.wp_prompt .prompt > i {

    margin-right: 10px;

}







.wp_prompt .prompt .btn-generate {

    position: absolute;

    display: inline-flex;

    height: 51px;

    padding: 20px 30px;

    align-items: center;

    gap: 7px;

    border-radius: 14px;

    background:#6844ED;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    color: #fff;

}



.wp_prompt .toggle-options {

    width: 71px;

    height: 71px;

    /* line-height: 0;

    border-radius: 14px;

    background-color: #fff; */

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: stretch;

    justify-content: center;

    padding-right: 23.5px;

    padding-left: 23.5px;

    background: #fff;

    border-radius: 14px;



}



.wp_prompt .toggle-options .svg-container {

    box-sizing: border-box;

    display: flex;

    flex: 0 0 auto;

    width: 24px;

    height: 24px;

 }



.wrap_options {

    background-color: #6844ED;

    border-radius: 14px;

    position: absolute;

    top: 82px;

    z-index: 15;

    left: 0;

    right: 0;

    padding: 34px 15px 40px;

}



.wrap_options .inner-options input[type="text"] {

    appearance: none;

    width: 100%;

    margin: 0 15px;

    height: 35px;

    padding: 5px 15px;

    border-radius: 5px;

    outline: none;

    border: none;

    background: #e8ebed;

    color: #576366;

    font-size: 14px;

}



.wp_prompt .row {

    display: flex;

    justify-content: space-around;

    padding: 10px;

}



.wrap_options .inner-options {

    color: #fff;

}



.wrap_options .inner-options select {

    width: 100%;

    display: flex;

    padding: 9px 16px;

    justify-content: space-between;

    align-items: center;

    align-self: stretch;

    border-radius: 8px;

    background-color: rgba(255, 255, 255, 0.06);

    color: #fff;

}



.wrap_options .numberPhoto {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 8px;

}



.wrap_options .numberPhoto span {

    display: flex;

    padding: 9px 8px;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    flex: 1 0 0;

    background-color: rgba(255, 255, 255, 0.06);

    border-radius: 8px;

}



.image-container {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 30px;

    margin-top: 135px;

}

.image-container .image-item .image-box {

    display: flex;

    flex-direction: column;

    gap: 26px;

}



.image-container .image-item .image-box img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.image-container .image-item .image-box a {

    display: inline-flex;

    padding: 11px 28px;

    justify-content: center;

    align-items: center;

    gap: 6px;

    height: 48px;

    background-color: #3468F0;

    font-size: 16px;

    font-style: normal;

    font-weight: 700;

    line-height: 26px;

    text-transform: capitalize;

    color: #fff;

    border-radius: 8px;

    width: 160px;

    margin: 0 auto;

    cursor: pointer;

}



.image-container .image-item .image-box a:hover {

    background-color: #022274;

}



.wp_prompt .numberPhoto span.active {

    background-color: rgba(13, 17, 26, 0.41);

}



.wp_prompt #choose-tag option, 

.wp_prompt #choose-size option, 

.wp_prompt #choose-style option{

    display: flex;

    padding: 7px 16px;

    justify-content: space-between;

    align-items: center;

    align-self: stretch;

    background-color: #6844ED;

}



.wrap_options .inner-options .dropdown button {

    width: 100%;

    display: flex;

    padding: 9px 16px;

    border: none;

    outline: none;

    justify-content: space-between;

    align-items: center;

    align-self: stretch;

    border-radius: 8px;

    background-color: rgba(255, 255, 255, 0.06);

}



.wrap_options .inner-options .dropdown button:focus {

    box-shadow: none;

}



.wrap_options .inner-options .dropdown .dropdown-menu {

    inset: 0px 0px auto 0px !important;

    background-color: #6844ED;

}



.wrap_options .inner-options .dropdown .dropdown-menu .dropdown-item {

    color: #fff;

}

.wrap_options .inner-options .dropdown .dropdown-menu .dropdown-item:hover,

.wrap_options .inner-options .dropdown .dropdown-menu .dropdown-item:active {

    background-color: rgba(255, 255, 255, 0.06);

}







#generate-preloader {

    /*position: fixed;*/

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        /* background-color: rgba(218, 213, 213, 0.9); */

        background-color: transparent;

    /* background-color: rgba(3, 3, 3, 0.9); */

        display: none;

        z-index: 9999;

        opacity: 0;

        transition: opacity 0.3s ease;

        /* padding: 50px; */



}



/* #generate-preloader {

    background-image: url(../../img/preload2.gif) !important;

    background-position: center !important;

    background-repeat: no-repeat !important;

} */



.color-transparent {
    color: transparent !important;
}





#generate-preloader .preloader-spinner {

    border: 3px solid #6844ED;

    border-top: 3px solid #f3f3f3;

    border-radius: 50%;

    width: 25px;

    height: 25px;

    animation: spin 1s linear infinite;

}



@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}

@media (max-width: 1170px) {
    .wp_prompt .prompt input[type='text'] {

        overflow: hidden;

        text-overflow: ellipsis; 

        white-space: nowrap;

    }

    .wp_prompt .prompt .btn-generate {

        padding: 10px 20px; 

        font-size: 14px;

        right: 5%;

    }
}

/* @media (max-width: 991px) {

    .wp_prompt .prompt input[type='text'] {

        overflow: hidden;

        text-overflow: ellipsis; 

        white-space: nowrap;

    }

    .wp_prompt .prompt .btn-generate {

        padding: 10px 20px; 

        font-size: 14px;

        right: 5%;

    }
} */

@media (max-width: 868px) {
    .wp_prompt .prompt .btn-generate {

        padding: 10px 20px; 

        font-size: 14px;

        right: 5%;

    }
    .wp_prompt .prompt input[type='text'] {

        overflow: hidden;

        text-overflow: ellipsis; 

        white-space: nowrap;

    }
}

@media (max-width: 767px) {
    .wp_prompt .prompt .btn-generate {
        padding: 20px 30px;
        right: 20px;
    }
    .wp_prompt .prompt input.content-prompt{
        padding-right: 180px;
    }
}

@media (max-width: 576px) {

    .wp_prompt .prompt .btn-generate {

        padding: 10px 20px; 

        font-size: 14px;

        right: 5%;

    }

    .wp_prompt .prompt input[type='text'] {

        overflow: hidden;

        text-overflow: ellipsis; 

        white-space: nowrap;

    }

    .wp_prompt .prompt input.content-prompt{
        padding-right: 151px;
    }

}





















