@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.ttf");
}

#unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url("/img/enlarge_frame.png") no-repeat center;
}

.text-gray {
    color: #adb2b9;
}

.text-white {
    color: #fff;
}

.bg-green {
    background: #d7fe60;
}

html {
    background: #0b0a0a;
}

body {
    /* background: linear-gradient(180deg,
            rgba(67, 68, 75, 1) 90%,
            rgba(0, 0, 0, 1) 100%); */
    background-color:#111;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    /* overflow-x: hidden; */
    min-height: 100vh;
}

.display_none {
    display: none;
}

body.bg-black {
    background: #0b0a0a;
}

button:hover {
    /* box-shadow: 0px 2px 8px #888; */
    /* background-color:#CDDF44; */
}

.ri-more-2-fill {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#unity-canvas {
    width: 100% !important;
}

#unity-container {
    width: 100% !important;
}

header .top-bar {
    background: linear-gradient(198deg,
            rgba(180, 28, 199, 1) 0%,
            rgba(245, 41, 121, 1) 100%);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #fff;
    padding: 8px 35px;
}

header .top-bar span {
    font-weight: 700;
    border: 1px solid #fff;
    padding: 5px 30px;
    border-radius: 50px;
}

header .top-bar p {
    margin: 0;
    font-weight: bold;
}

header .top-bar button {
    background-color: #d7fe60;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
    font-size: 13px;
    font-family: Lato;
}

header .top-bar button:hover {
    background-color: #CDDF44;
}

header nav {
    padding: 10px 35px 6px;
    display: flex;
    align-items: center;
    background: #2B2B2B;
}

header nav.black {
    background: #0b0a0a;
    box-shadow: none;
}

header nav .frame-section {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 155px;
}

header nav .frame-section select {
    background: none;
    border: none;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
}

header nav .frame-section select:focus {
    border: none;
    outline: none;
}

header nav .frame-section select option {
    color: #000;
}

header nav .frame-change-button {
    display: flex;
    gap: 3px;
    align-items: center;
}

header nav .frame-change-button button:disabled {
    opacity: 0.5;
}

header nav .frame-left-button {
    width: 40px;
    height: 35px;
    background: #d7fe61;
    position: relative;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

header nav .frame-left-button:before {
    content: "";
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #707070;
    border-width: 3px 0 0 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 6px;
    margin: auto;
    transform: rotate(315deg);
}

header nav .frame-right-button:before {
    content: "";
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #707070;
    border-width: 3px 0 0 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
}

header nav .frame-right-button {
    width: 40px;
    height: 35px;
    background: #d7fe61;
    position: relative;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.neon {
    color: #d7fe61;
}

.inner-list-section {
    background: #1e1f22;
    padding: 15px;
    border-radius: 10px;
}

.storyboard_heading {
    color: #fff;
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
}

.see_more_btn {
    color: #d7fe61;
    padding: 12px 0 0;
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: underline;
    text-decoration: underline;
    font-weight: 600;
}

.see_more_btn:hover {
    color: #d7fe61 !important;
    opacity: .5;
}

.storyboard_wrapper.storyboard_wrapper_images {
    width: 100%;
    display: flex;
    background-color: #111;
    overflow-y: auto;
    scrollbar-width: none;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 175px;
}

.storyboard_sidebar {
    background: #313338;
    width: 100%;
    max-width: 410px;
    position: relative;
    transition: 0.5s;
}

.storyboard_sidebar-inner-content {
    padding: 20px;
    height: calc(100vh - 148px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d7fe62 #000000;
}

.storyboard_sidebar-inner-content h3 {
    color: #adb2b9;
}

.storyboard_sidebar-inner-content::-webkit-scrollbar {
    width: 8px;
}

.storyboard_sidebar-inner-content::-webkit-scrollbar-track {
    background: #000000;
}

.storyboard_sidebar-inner-content::-webkit-scrollbar-thumb {
    background: #d7fe62;
    border-radius: 50px;
}

.storyboard_sidebar-inner-content h2 {
    font-size: 27px;
    font-weight: 500;
}

.storyboard_main-content {
    scrollbar-width: thin;
    scrollbar-color: #d7fe62 #000000;
}

.left-close-btn {
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
    cursor: pointer;
}

.left-open-sidebar {
    /* transform: translateX(-100%); */
    transition: 0.5s;
    max-width: 0;
}

.right-close-btn {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    cursor: pointer;
}

.right-open-sidebar {
    transform: translateX(100%);
    transition: 0.5s;
    max-width: 0;
}

.right-open-sidebar .storyboard_sidebar-inner-content,
.left-open-sidebar .storyboard_sidebar-inner-content {
    padding: 0 !important;
}

.storyboard_main-content {
    flex: 1;
    height: calc(100vh - 110px);
    overflow-y: auto;
    transition: 0.3s;
    scroll-behavior: smooth;
    position: relative;
}

.storyboard_main-content .get_credits {
    display: flex;
    position: sticky;
    left: 73%;
    width: 210px;
    height: 55px;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.62));
    background: #2a2b2e;
    z-index: 999;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.storyboard_main-content .get_credits p {
    font-family: "Lato";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #d9d9d8;
    margin: auto;
}

.storyboard_main-content .get_credits span {
    width: 15px;
    height: 15px;
    background: #e6c537;
    background: linear-gradient(-2deg, #e6c537 0.00%, #e1f217 100.00%);
    border-radius: 50%;
    margin: auto;
}

.storyboard_main-content .get_credits .child_credit {
    width: 103px;
    height: 35px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    background: #0a0909;
    margin: auto;

    color: #fff;
}


.storyboard_main-content::-webkit-scrollbar {
    width: 8px;
}

.storyboard_main-content::-webkit-scrollbar-track {
    background: #000000;
}

.storyboard_main-content::-webkit-scrollbar-thumb {
    background: #d7fe62;
    border-radius: 50px;
}

.storyboard_main-content {
    scrollbar-width: thin;
    scrollbar-color: #d7fe62 #000000;
}

.storyboard_main-inner-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.storyboard_img-section {
    position: relative;
    margin: 20px 0 0;
    height: 660px;
}

.storyboard_img-section .storyboard_img {
    width: 100%;
}

.storyboard_img-section .storyboard_person {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    margin: auto;
    width: 100%;
    max-width: 22%;
}

.storyboard_input-section-container {
    padding: 15px;
    border-radius: 10px;
    background: #525252;
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.storyboard_input-section {
    max-width: 900px;
    margin: 0px auto 0;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.storyboard_hover-container {
    position: relative;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
}

.storyboard_hover-container .storyboard_hover-image-box>img {
    width: 30px;
    object-fit: contain;
}

.storyboard_hover-container:hover {
    background: #313338;
}

.storyboard_hover-container:hover .storyboard_hover-inner-section {
    display: block;
}

.storyboard_hover-inner-section {
    position: absolute;
    bottom: 0;
    left: calc(100% + 2px);
    min-width: 200px;
    display: block;
    background: #313338;
    padding: 12px 20px;
    color: #fff;
    transition: 0.3s;
    display: none;
}

.storyboard_hover-inner-section h4 {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 400;
}

.storyboard_hover-inner-section p,
.storyboard_hover-inner-section button {
    margin: 6px 0;
    font-size: 12px;
    font-weight: 400;
}

.storyboard_hover-inner-section p {
    color: #949494;
}

.storyboard_hover-inner-section button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    width: fit-content;
    margin-left: auto;
    display: block;
}

.storyboard_input-section>input {
    flex: 1;
    height: 45px;
    background: #fff;
    border: none;
    padding: 0px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.storyboard_input-section>input:focus {
    border: none;
    outline: none;
}

.storyboard_input-section>input::placeholder {
    color: #adb2b9;
    opacity: 1;
    /* Firefox */
}

.storyboard_input-section>input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #adb2b9;
}

.storyboard_input-section #generate_btn {
    height: 45px;
    border: none;
    background: #d7fe62;
    color: #000;
    border-radius: 10px;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.storyboard_input-section #generate_btn:hover,
.generate:hover,
.generate-active {
    background-image: linear-gradient(to bottom, #CA1A97, #530F73) !important;
    color: #FFF !important;
}

.storyboard_input-section .generate-active {
    opacity: .7;
    cursor: none;
}

.storyboard_list-section {
    margin: 15px 0 20px;
}

.storyboard_locations ul {
    padding: 0px;
    margin: 0;
    list-style: none;
    color: #fff;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.storyboard_locations ul li {
    background: #8b8889;
    color: #d7fe61;
    padding: 10px 11px;
    border-radius: 9px;
    font-size: 15px;
    cursor: pointer;
}

.storyboard_Characters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.storyboard_Characters ul li {
    width: 69px;
    height: 55px;
    cursor: pointer;
    padding: 0 2px;
    position: relative;
    margin:0;
}


.storyboard_Characters ul .character_pro:after,
.general_props ul .character_pro:after{
    content: "";
    position: absolute;
    bottom: 3px;
    right: 4px;
    width: 30px;
    height: 18px;
    background-image: url(/img/character_pro.png);
    background-size: cover;
    background-position: center;
}

.storyboard_Characters ul li img {
    /* width: 100%;
    height: auto; */
    border-radius: 5px;
    /* object-fit: cover; */
}

.storyboard_props ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 2px;
}

.storyboard_props ul.list2 {
    display: none;
    margin-top: 10px;
}


.storyboard_props ul li {
    width: 69px;
    height: 55px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
}

.storyboard_props ul li img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius:5px;
}

.storyboard_select {
    background: #d6d6d6;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    max-width: 200px;
    cursor: pointer;
}

.storyboard_select::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #000;
    border-width: 2px 2px 0 0;
    border-style: solid;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.storyboard_control-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

.storyboard_control-item {
    text-align: center;
    cursor: pointer;
}

.storyboard_item-img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2f2f;
    border-radius: 50px;
    padding: 5px;
    margin: auto;
}

.storyboard_item-img img {
    width: 80%;
    height: 80%;
}

.storyboard_control-item span {
    background: #2f2f2f;
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-radius: 10px;
    margin: 10px 0 0;
    line-height: 1;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .signup_wrpper {

        padding: 20px !important;
    }

    .signup_col_30 {
        max-width: 100% !important;
        flex: 1 1 auto;
    }

    .signup_col_70 {
        display: none !important;
    }

    .signup_wrpper form {
        /* margin-top: 75px !important; */
    }

    .signup_container {

        /* padding: 25px 15px !important; */
        padding: 45.5px !important;
    }

    .import-img-section .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .asset-import-img-section .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-inner-content {
        flex-wrap: wrap;
    }

    .nav-inner-content .right-section {
        gap: 16px !important;
        flex-wrap: wrap;
    }

    .left-section {
        margin-bottom: 12px;
    }

    .storyboard_sidebar{
        max-width: 300px !important;
        padding: 10px;
    }
    .left-open-arrow {
        left: 300px !important;
        transition: 0.5s;
        max-width: 300px !important;
    }
    .storyboard_main-content .get_credits{
        left:25%;
    }
    .right-open-arrow{
        right: 300px !important;
        transition: 0.5s;
        max-width: 300px !important;
    }
    .left-open-arrow, .right-open-arrow{
        z-index: 999;
    }
    .lens_wrap{
        margin-left: 0;
    }
    .lens_wrap span:first-child {
        margin-left: 0;
    }
    .lens_wrap div {
        width: auto;
    }
    .lens_wrap input {
        min-width: 100px;
    }
    header nav .frame-section select{
        font-size: 14px !important;
    }
    header nav .frame-right-button{
        width: 25px;
        height: 27px;
    }
    header nav .frame-left-button{
    width: 25px;
    height: 27px;
    }
    .toolbar-right-section{
        gap: 5px !important;
        margin-left: 6px;
    }
    .style_container .img_container{
        flex: 0 0 107px !important;
        height: 100px !important;
    }

    .storyboard_locations .inner-list-section .footer_btn
    {
        justify-content:start !important;
    }
    .props_btn_container .props_btn{
        margin-bottom: 10px;
    }
    #add_style_model .add_style_model{
        width: 100% !important;
    }

    #add_style_model .addStyle_body{
        flex-direction: column !important;
    }

    .advance_style .advance_style_container .upload_container{
        justify-content: center !important;
        gap: 20px !important;
    }
    .advance_style .advance_style_container .text-content {
        width: 100%;
        height: auto;
    }
    #add_style_model .add_style_model .advance_style_container .prompt-section .message-box textarea {
        width: 100% !important;
        height: auto !important;
        padding: 10px !important;
    }
    .modal.prv__modal-sec .close{
        width: 35px !important;
        height: 35px !important;
    }

    .storyboard_locations ul {
        gap: 3px !important;
    }

    #StyleRendermindTip .modal-content{
        max-width: 100% !important;
    }

    .collpase-section_long {
        width: auto !important;
    }

    .storyboard_list-section .model_style {
        /* max-width: 750px !important;  */
        width: auto !important;
    }
    .storyboard_list-section for{
        width: auto !important;
    }
}



@media screen and (min-width: 300px) and (max-width:479px) {
    .signup_container {
        padding: 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .import-img-section .grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .asset-import-img-section .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .left-section {
        margin-bottom: 13px;
    }

    .nav-inner-content .right-section {
        flex-wrap: wrap;
    }

    .nav-inner-content {
        align-items: start !important;
        justify-content: start !important;
        flex-wrap: wrap;
    }

    .toolbar-section {
        display: flex;
        align-items: start !important;
        justify-content: start !important;
        flex-wrap: wrap;
    }

    .toolbar-section .select-box-conatiner {
        margin-right: 20px !important;
    }


    #add_style_model .addStyle_body{
        flex-direction: column !important;
    }

    #add_style_model .add_style_model{
        width: 75% !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .import-img-section .grid-container {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .asset-import-img-section .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 1200px) {
    .storyboard_main-inner-content {
        padding: 0 10px !important;
    }

    .storyboard_sidebar {
        height: 100vh;
        max-width: 350px;
        margin: 0 !important;
        border-radius: 0 !important;
        position: fixed;
        z-index: 100;
        transform: translateX(-100%);
        transition: 0.5s;
    }

   .left-sidebar {
    transform: translateX(-100%);
   }

    .left-open-sidebar {
        transform: translateX(-0%);
        z-index: 99999;
    }

    .left-open-arrow{
        left:350px;
        transition: 0.5s;
        max-width: 350px;
    }



    .right-sidebar {
        transform: translateX(100%);
        right: 0;
        z-index: 99999;
       }
    .right-open-sidebar {
        transform: translateX(0%);
        right: 0;
    }
    .right-open-arrow{
        right:350px;
        transition: 0.5s;
        max-width: 350px;
    }

    .storyboard_img-section {
        margin: 20px 0 0 !important;
    }

    .storyboard_sidebar-inner-content {
        padding: 0px 20px 20px !important;
    }

    .storyboard_control-section {
        justify-content: space-between;
        gap: 0 !important;
        position: static;
        margin: 30px auto;
        max-width: 450px;
    }

    .storyboard_input-section {
        margin: 30px auto !important;
    }

    .storyboard_item-img {
        background: #636161 !important;
    }

    .storyboard_control-item span {
        padding: 0 !important;
        background: transparent !important;
    }

    .storyboard_img-section .storyboard_img {
        height: 50vh !important;
    }

    .storyboard_img-section .storyboard_person {
        max-width: 20vh !important;
    }

    @media (orientation: landscape) {
        .storyboard_img-section .storyboard_img {
            height: 80vh !important;
        }

        .storyboard_img-section .storyboard_person {
            max-width: 35vh !important;
        }
    }
}

.storyboard_style li {
    background: none !important;
    display: flex;
    gap: 8px;
    align-items: end;
    color: #fff !important;
}

.storyboard_style li span {
    background: #8b8889;
    border-radius: 9px;
    display: block;
    width: 50px;
    height: 50px;
}

.select-box-conatiner {
    max-width: 250px;
    margin: 10px auto 10px;
}

.toolbar-section .toolbar-left-section .select-box-conatiner {
    transform: rotate(180deg);
}

.select-box-conatiner span {
    cursor: pointer;
    user-select: none;
}

.input-fillbox-wrapper {
    position: relative;
    height: 18px;
}

.input-fillbox-wrapper .input-fill-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: #697c30;
    margin: auto;
}

@-moz-document url-prefix() {
    .input-fill-box {
        display: none;
    }
}

.select-box-conatiner .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #d7fe62;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 50px;
    margin: 0;
}

.select-box-conatiner .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
    position: relative;
    z-index: 1;
}

.select-box-conatiner .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
}

.select-box-conatiner .slider::-moz-range-progress {
    background: #697c30;
    height: 18px;
    border-radius: 50px;
}



.select-box-conatiner .slider_new {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d7fe62;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 50px;
    margin: 0;
}

.select-box-conatiner .slider_new::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
    position: relative;
    z-index: 1;
}

.select-box-conatiner .slider_new::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
}

.select-box-conatiner .slider_new::-moz-range-progress {
    background: #697c30;
    height: 18px;
    border-radius: 50px;
}
.toolbar-section .select-box-conatiner .minus1,
.toolbar-section .select-box-conatiner .plus1{
    height: 23px;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.toolbar-section .select-box-conatiner .input-fillbox-wrapper {
    height: auto;
}

.toolbar-section .select-box-conatiner .input-fillbox-wrapper .input-fill-box {
    background: #d7fe60;
    height: 10px;
}

.toolbar-section .select-box-conatiner .slider {
    background: #697c30;
}
.toolbar-section .select-box-conatiner .slider_new {
    background: #697c30;
}

.toolbar-section .select-box-conatiner .slider::-moz-range-progress {
    background: #d7fe62;
    border-radius: 50px;
    height: 18px;
}

.select-box-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 700;
    margin: 0 0 5px;
}

.collpase-section {
    padding: 0 15px;
    height: 200px;
    overflow-y: auto;
    margin: 16px 0;
    display: none;
    transition: all 0.3s ease;
}

.visible {
    display: block !important;
}

.collpase-section ul {
    justify-content: space-between;
}

.collpase-section ul li {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 49%;
    gap: 10px;
    margin: 0 0 8px;
    color: #fff;
}

.collpase-section ul li img {
    width: 100%;
    height: 121px;
    object-fit: cover;
}

.collpase-section::-webkit-scrollbar {
    width: 8px;
}

.collpase-section::-webkit-scrollbar-track {
    background: #000000;
}

.collpase-section::-webkit-scrollbar-thumb {
    background: #d7fe62;
    border-radius: 50px;
}

.collpase-section {
    scrollbar-width: thin;
    scrollbar-color: #d7fe62 #000000;
}

.inner-list-section {
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    filter: drop-shadow(5px 5px 10px #000000);
}

.storyboard_heading img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
    transform: rotate(360deg);
    transition: transform 0.2s;
}

.inner-list-section.expanded {
    max-height: 0;
    padding: 0;
}

.left-open-arrow,
.right-open-arrow {
    transform: rotate(180deg);
}

.modal.prv__modal-sec {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal.prv__modal-sec .modal-content {
    text-align: center;
    max-width: 75% !important;
    background: #313338;
    margin: auto;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    width: 100% !important;
}

.modal.prv__modal-sec .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: #0a0909;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 99999;
}

.modal.prv__modal-sec .close::before,
.modal.prv__modal-sec .close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #d7fe61;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal.prv__modal-sec .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal.prv__modal-sec .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal.prv__modal-sec .modal-inner-content {
    max-width: 850px;
    margin: auto;
    text-align: right;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 50px 0 0;
}

.modal.prv__modal-sec .modal-inner-content img {
    width: 100%;
}

.modal.prv__modal-sec .modal-inner-content label {
    color: #d7fe62;
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.modal.prv__modal-sec .modal-inner-content textarea {
    background: #1e1f22;
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    text-align: left;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    min-height: 150px;
    font-family: "HelveticaNeue";
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

.modal.prv__modal-sec .modal-inner-content textarea:focus {
    outline: none;
    border: none;
}

.modal.prv__modal-sec .modal-inner-content textarea::-webkit-scrollbar {
    display: none !important;
}

.generate,
.cancel {
    height: 45px;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.generate {
    background: #d7fe62;
    color: #000;
}

.cancel {
    background: #8d8d8d;
    color: #fff;
}

.modal-icon-box {
    /* background: #1e1f22;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 0; */
    position: relative;
}

.modal-icon-box h6 {
    right: 100%;
    top: 0;
    margin: 10px 0;
    font-size: 15px;
    color: #d7fe61;
    width: 370px;
    text-align: left;
    line-height: 1.3;
}

span.icon-box {
    width: 35px;
    height: 35px;
    display: block;
    padding: 20px;
    background: #474747;
    border-radius: 50px;
    margin: 20px 0;
}

span.icon-box img {
    width: 100%;
    height: 100%;
}


.prompt-box-chat {
    margin: 0px;
}

.prompt-box label {
    color: #fff;
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
    gap: 10px;
}

.prompt-box .progressData #progressData {
    color: #d7fe62;
}

.prompt-box label .dot-pulse {
    position: relative;
    left: -9980px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #d7fe62;
    color: #d7fe62;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
    margin-top: 5px;
}

.prompt-box label .dot-pulse::before,
.prompt-box label .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #d7fe62;
    color: #d7fe62;
}

.prompt-box label .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.prompt-box label .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}


/* projects-page-css-start */

#new-project header nav {
    background: #2b2b2b;
    box-shadow: 0px 2px 10px #000;
}

.nav-inner-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.logo-upper-content h1 {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    ;
}

.logo-upper-content h1 small {
    font-size: 15px;
    color: #ADB2B9;
    text-transform: uppercase;
}

.logo-lower-content span {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.nav-inner-content .right-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-inner-content .right-section .download_btn,
.nav-inner-content .right-section .present_btn,
.nav-inner-content .right-section .share_btn {
    border: none;
    padding: 10px 12px;
    min-width: 103px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.nav-inner-content .right-section .download_btn {
    background: #d7fe60;
}

.nav-inner-content .right-section .download_btn:hover {
    background: #CDDF44;
}

.nav-inner-content .right-section .present_btn {
    background: #000000;
    color: #fff;
}

.nav-inner-content .right-section .share_btn {
    background: #fff;
}

.nav-inner-content .right-section .present_btn:hover,
.nav-inner-content .right-section .share_btn:hover {
    opacity:.6;
}

.toolbar-section {
    background: #000;
    padding: 8px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toolbar-section .select-box-conatiner {
    max-width: 250px;
    margin: 0 !important;
    display: flex;
    gap: 10px;
    /* font-size: 22px; */
    align-items: end;
    color: #fff;
}

.toolbar-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
}

.toolbar-icon li {
    position: relative;
}

.toolbar-icon li:hover .image_title {
    display: block !important;
}

.toolbar-icon li .image_title {
    position: absolute;
    left: -70px;
    top: 120%;
    margin: auto;
    background: #d7fe62;
    color: #000;
    padding: 5px 10px;
    z-index: 100;
    border-radius: 50px;
    display: none;
    width: 115px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.toolbar-icon li img {
    width: 20px;
    height: 20px;
    color: #fff;
}

.toolbar-icon li i {
    font-size: 20px;
}

.toolbar-left-section {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.toolbar-right-section {
    display: flex;
    gap: 22px;
    color: #fff;
    align-items: center;
}

.toolbar-right-section button.Import_btn {
    background-color: #707070;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px;
    padding: 1px 10px;
    font-weight: bold;
}

.import-img-section{
    /* max-width: 1800px; */
    margin: auto;
    padding: 40px 60px;
}

.asset-import-img-section {
    margin: auto;
    padding: 10px 20px;
}

.import-img-section .grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
}

.asset-import-img-section .grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
}

.import-img-section .grid-container .grid-item {
    background-color: #333333;
    text-align: center;
    border-radius: 0 0 15px 15px;
    position: relative;
}

.import-img-section .grid-container .grid-item .status-span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    z-index: 10;
}

.import-img-section .grid-container .grid-item .img-container {
    position: relative;
    padding-top: 57%;
    width: 100%;
    overflow: hidden;
}

.import-img-section .grid-container .grid-item .full-grid-highlighted {
    border: 1.5px solid #d7fe62;
}

.import-img-section .grid-container .grid-item .border-selected {
    border: 1.5px solid #d7fe62;

    padding: 1px;
    border-radius: 0px 0px 15px 15px;
}

.import-img-section .grid-container .border-selectedAll {
    border: 1.5px solid #d7fe62;
    border-radius: 0px 0px 15px 15px;
}

.import-img-section .grid-container .grid-item .img-container img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* height: auto; */
    height: 100%;
    object-fit: cover;
}

.import-img-section .grid-container .grid-item div.count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 13px 15px;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 35px;
    border-radius: 5px;
}

#list_section .grid-container .grid-item div.count {
    margin: 15px 10px;
}

#list_section .grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.import-img-section .list-item-container .list-item-section .list-items {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 15px;
    padding: 5px;
    margin: 10px;
    border-top: 1px solid #707070;
}

.import-img-section .list-item-container .list-item-section .list-items img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
}

.import-img-section .list-item-container .list-item-section .list-items input {
    background: #333333;
    border: none;
    outline: none;
    color: #fff;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.import-img-section .list-item-container .list-item-section .list-items input::placeholder {
    color: #707070;
    font-weight: 400;
}


[contenteditable=true]:empty:not(:focus):before {
    content: attr(data-text) !important;
    color: rgb(123, 122, 122);
}

.import-img-section .list-item-container .list-item-section .list-items p {
    color: #707070;
    margin: 7px 0px;
    font-size: 16px;
    font-weight: 400;
}

.import-img-section .list-item-container .list-item-section .list-items:last-child {
    margin-bottom: 40px;
}

#list_section .add-more,
#grid_section .add-more {
    font-size: 28px;
    font-weight: 900;
    color: #d7fe60;
    background: #000;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: none;

}

#list_section .add-more-grid-item,
#grid_section .add-more-grid-item {
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280.5px;
    height: 150px;
}

#toggleaAddArtBoardButton .ri-arrow-right-s-line {
    font-size: 30px;
}

#toggleaAddArtBoardButton:hover {
    box-shadow: none !important;
}

/* projects-page-css-end */

/* table-page-css-start */

.project-table-wrapper {
    padding: 0 !important;
}

.project-table-wrapper .project-table {
    width: 100%;
    border-collapse: collapse;
    color: #000000;
    background-color: #ddd;
}

.project-table-wrapper .project-table thead tr th,
.project-table-wrapper .project-table tbody tr td {
    border: 1px solid #87898c;
    padding: 15px 20px;
    max-width: 125px;
    vertical-align: top;
    width: 150px;
}

.table-overflow {
    overflow-x: auto;
}

.project-table-wrapper .project-table tbody tr td img {
    min-width: 150px !important;
}

.project-table-wrapper .project-table tbody tr td .select-label {
    min-width: 180px !important;
}

.project-table-wrapper .project-table thead tr th,
.project-table-wrapper .project-table tbody tr td {
    max-width: fit-content !important;
}

/* .project-table-wrapper .project-table thead tr .status,
.project-table-wrapper .project-table tbody tr .status{
    max-width: 80px !important;
} */


.project-table-wrapper .project-table tbody tr td:first-child {
    max-width: fit-content !important;
    width: 80px;
}

.project-table-wrapper .project-table tbody tr td:last-child {
    max-width: fit-content !important;
    width: 350px;
}

.project-table-wrapper .project-table tbody tr td img {
    width: 100%;
}

.project-table-wrapper .project-table tbody tr td select {
    border: none;
    background: #87898c;
    padding: 12px 0px 12px 35px;
    border-radius: 50px;
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-weight: 500;
    color: #000;
}

.project-table-wrapper .project-table tbody tr td select:focus {
    outline: none;
    border: none;
}

.project-table-wrapper .project-table tbody tr td .select-label {
    position: relative;
    width: 100%;
}

.project-table-wrapper .project-table tbody tr td .select-label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    transform: rotate(45deg);
    z-index: 1;
    right: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.project-table-wrapper .project-table tbody tr td p {
    margin: 0;
    font-weight: 700;
}

.project-table-wrapper .project-table thead tr th {
    background: #d7fe60;
}

/* table-page-css-end */

/* signup-page-css-start */

.signup_container {
    background-image: url('/img/login-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 65px;
}

.signup_container .signup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.signup_container .signup_header button {
    padding: 10px 20px;
    min-width: 130px;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 20px;
    background: #d7fe60;
    font-weight: bold;
    color: #000;
}

.signup_container .signup_row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    background: #000;
    border-radius: 20px;
    min-height: calc(100vh - 130px);
    filter: drop-shadow(0px 3px 200px rgba(0, 0, 0, 0.96));
}

.signup_container .signup_row  .signup_col_30 .or_container{
    position: relative;
    width: 100%;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}


.signup_container .signup_row  .signup_col_30 .or_container .chakra-divider {
    opacity: 0.6;
    border: 0;
    border-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    border-color: #555555;
    background-color: #555555;
}

.signup_container .signup_row  .signup_col_30 .or_container .css-1elfzh3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 999rem;
    background-color: #272727;
    border: 1px solid #555555;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1;
}

.signup_container .signup_row  .signup_col_30 .or_container .chakra-text {
    font-size: calc(1rem * 0.625);
    font-weight: 500;
    line-height: 1;
    color: #ADB2B9;
}

.signup_col_30 {
    /* max-width: calc(1rem * 26.25); */
    width: calc(1rem * 29.25);
    /* height: 100%; */
    display: flex;
    /* align-items: center; */
    background: #272727;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.signup_col_70 {
    /* width: calc(100% - 600px); */
    /* height: 100%; */
    background-image: url('/img/login-img.jpg');
    background-size: cover;
    background-position: center;
    flex-grow: 1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.signup_wrpper {

    margin: 0 auto;
    width: 100%;
    padding: 1.5rem 3.5rem;
}

.signup_wrpper h4 {
    font-size: 30px;
    color: #d7fe62;
    margin: 25px 0;
    line-height: 1;
    font-weight: 600;
}

.signup_wrpper p {
    color: #adb2b9;
    font-size: 16px;
    font-weight: 500;
}

.signup_wrpper form .form_group {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.signup_wrpper form .form_group label {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.signup_wrpper form .form_group input,
.signup_wrpper form .form_group select {
    display: block;
    padding: 10px 40px;
    color: #fff !important;
    border: none;
    background-color: #000 !important;
    margin: 0px 0px 10px 0px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    height: 55px;
}

.signup_wrpper form .form_group input:focus,
.signup_wrpper form .form_group select:focus {
    outline: none;
    border: none;
}

.signup_wrpper form .form_group_checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 0 0 20px;
}

.signup_wrpper form .form_group_checkbox .input_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.signup_wrpper form .form_group_checkbox .input_checkbox label {
    cursor: pointer;
    font-size: 16px;
}

.signup_wrpper form .form_group_checkbox .custom-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid #d7fe60;
    border-radius: 4px;
}

.signup_wrpper form .form_group_checkbox .custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.signup_wrpper form .form_group_checkbox .custom-checkbox input:checked {
    accent-color: #d7fe60;
    opacity: 1;
}

.signup_wrpper form .form_group_checkbox p {
    margin: 0;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.signup_wrpper form button {
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    background: #d7fe60;
    cursor: pointer;
    color: #000;

}

.signup_wrpper form .next_btn {
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 12px;
    /* font-weight: 700; */
    font-size: 21px;
    background: #d7fe60;
    cursor: pointer;
    color: #000;

}

.signup_wrpper form .google_login{
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 12px;
    /* font-weight: 700; */

    font-size: 16px;
    background: #d7fe60;
    cursor: pointer;
    text-decoration: none;
}

.signup_wrpper form .google_btn {
    display: flex;
    background: #504F4F;
    gap: 10px;
    color: #fff;
    margin: 20px 0;
}

.signup_wrpper form .google_btn img {
    width: 20px;
}

.signup_wrpper form p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
}

.signup_wrpper form p a {
    color: #ADB2B9;
    font-size: 16px;
    font-weight: 600;
}

.signup_wrpper form a.neon {
    color: #d7fe62;
    text-decoration: underline;
}

.signup_wrpper form .or_divider {
    color: #adb2b9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0;
    font-size: 14px;
}

.signup_wrpper form .or_divider::after {
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #adb2b9;
    width: 40%;
    right: 0;
}

.signup_wrpper form .or_divider::before {
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #adb2b9;
    width: 40%;
    left: 0;
}

/* signup-page-css-end */

/* verify-page-css-end */

.signup_verify-section img {
    width: 100%;
    max-width: 280px;
}

.signup_verify-section h2 {
    font-size: 22px;
    color: #fff;
    margin: 25px 0;
}

.signup_verify-section p {
    max-width: 440px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}

.signup_verify-section p a {
    color: #d7fe60;
    text-decoration: none;
}

/* verify-page-css-end */

/* image-page-css-start */

.image_container {
    display: flex;
    min-height: calc(100vh - 109px);
    background: #43444b;
}

.image_container_content {
    width: 70%;
}

.image_container_sidebar {
    width: 30%;
    background: #2b2b2b;
}

.image_container_inner-content,
.image_container_inner-sidebar {
    padding: 20px;
}

.image_container_inner-sidebar .list-item-container {
    padding: 10px 0 0;
}

.image_container_inner-sidebar .list-item-container .list-item-section .list-items:first-child {
    border-top: none;
}

.image_container_inner-sidebar .list-item-container .list-item-section .list-items {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 15px;
    padding: 10px;
    margin: 10px;
    border-top: 1px solid #707070;
}

.image_container_inner-sidebar .list-item-container .list-item-section .list-items img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
}

.image_container_inner-sidebar .list-item-container .list-item-section .list-items input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.image_container_inner-sidebar .list-item-container .list-item-section .list-items p {
    color: #707070;
    margin: 7px 0px;
    font-size: 16px;
    font-weight: 400;
}

.image_container_inner-content .image_container_banner {
    width: auto;
    display: block;
    margin: 30px auto 0;
    height: 645px;
}

.image_container_inner-content .image_container_edit_list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    font-family: "HelveticaNeue";
}

.image_container_inner-content .image_container_edit_list li {
    background: #333333;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    cursor: pointer;
    color: #d7fe61;
}

/* image-page-css-end */

/* comment-page-css-start */

.comment_sidebar {
    padding: 0 !important;
}

.comment_container {
    font-family: "HelveticaNeue";
}

.comment_container_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d7fe60;
    font-weight: 700;
    padding: 0px 20px;
    margin: 20px 0 0;
}

.comment_container_header .icn{
    display: flex;
    gap:10px;
}

.comment_container_header p {
    font-size: 11px;
    margin: 0;
}

.comment_container_list {
    height: calc(100vh - 290px);
    padding: 20px;
    overflow-y: auto;
}

.comment_container_list_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
}

.comment_container_list_item.reply_msg {
    max-width: 90%;
    margin-left: auto;
}

.comment_container_list_item>img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.comment_container_list_item .comment_container_comment_text {
    flex: 1;
}

.comment_container_list_item .comment_container_inner-text {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.comment_container_list_item .comment_container_inner-text h3 {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.comment_container_list_item .comment_container_inner-text p {
    margin: 5px 0;
    font-size: 13px;
}

.comment_container_list_item .comment_container_inner-text img {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

.comment_container_list_item .comment_container_comment_text span {
    color: #ccc;
    display: inline;
    margin: 5px 0 0;
    font-size: 10.5px;
}

.comment_reply_box {
    background: #cecece;
    padding: 15px 20px;
}

.comment_reply_box .comment_reply_box_inner_content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment_reply_box .comment_reply_box_inner_content>img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.comment_reply_box .comment_reply_box_inner_content .comment_reply_box_wrapper {
    flex: 1;
    position: relative;
}

.comment_reply_box .comment_reply_box_inner_content .comment_reply_box_wrapper textarea {
    width: 100%;
    resize: none;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 15px;
    height: 45px;
    font-family: "lato";
    width: 100%;
    box-sizing: border-box;
}

.comment_reply_box .comment_reply_box_inner_content .comment_reply_box_wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

/* comment-page-css-end */

/* header-dropdown-start */

.header_dropdown-section {
    position: relative;
    cursor: pointer;
}

.header_dropdown_more_list {
    display: none;
    position: absolute;
    border-radius: 15px;
    right: 0px;
    top: 140%;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
    z-index: 1000;
    background: #2b2b2b;
    width: 250px;
}

.header_dropdown_more_list .profile_list {
    padding: 5px 25px;
    margin: 25px 20px;
    background: #000;
    list-style: none;
    color: #adb2b9;
    border-radius: 10px;
}

.header_dropdown_more_list .profile_list li a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 8px 0;
    cursor: pointer;
    text-decoration: none;
}

.header_dropdown_more_list a.logout {
    display: block;
    color: #000;
    background: #d7fe60;
    padding: 12px 72px;
    margin: 0px 25px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.header_dropdown_more_list a.logout:hover {
    opacity: .7;
}

/* header-dropdown-end */

#project-tiles .artBoardBox {
    height: 300px;
}


/* modal-css-start  */

.project_modal {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000085;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out, z-index 0s 0.5s ease-in-out;
    cursor: pointer;
}

.project_modal-close:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #d7fe60;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    transform: rotate(45deg);
}

.project_modal-close:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #d7fe60;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
}

.project_modal--is-open {
    z-index: 100;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    display: block !important;
}

.project_modal__content {
    position: relative;
    max-width: 550px;
    margin: 100px auto 0;
    border-radius: 20px;
    width: 90%;
    background: #313338;
    z-index: 13;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
}

.project_modal__content_body,
.project_modal__content_footer {
    padding: 20px 30px;
}

.project_modal__content_footer {
    background: #2b2d31;
    border-radius: 0 0 10px 10px;
}

.project_modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #0a0909;
    border-radius: 50px;
}

.project_modal__content .user-info-card {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    flex: 1;
}

.project_modal__content .user-info-card img {
    width: 47px;
    height: 47px;
    object-fit: cover;
    border-radius: 50px;
}

.project_modal__content .user-info-card .user-info-detail h4,
.project_modal__content .user-info-card .user-info-detail p {
    margin: 0;
}

.project_modal__content .user-info-card .user-info-detail p {
    background: #d7fe62;
    padding: 0px 10px;
    border-radius: 50px;
    display: block;
    width: fit-content;
    font-size: 14px;
    color: #000;
    margin: 5px 0 0 !important;
}

.project_modal__content .divider-line {
    background: #707070;
    height: 1px;
    width: 100%;
    display: block;
}

.project_modal__header h1 {
    color: #d7fe62;
    font-size: 27px;
    margin: 0 0 10px;
    position: relative;
}

.project_modal__header h6 {
    display: block;
    margin: 0 0 20px;
    color: #adb2b9;
    font-size: 17px;
}

.project_modal__share-section {
    margin: 20px 0 0;
}

.project_modal__share-section h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #adb2b9;
    font-size: 18px;
    text-transform: uppercase;
}

.project_modal__share-section h1 span {
    text-transform: capitalize;
    text-decoration: underline;
}

.project_modal__share-section .url_section {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #1e1f22;
    border-radius: 8px;
    color: #adb2b9;
    font-size: 12px;
}

.project_modal__share-section .url_section img {
    filter: grayscale(1);
}

.project_modal__content .toggle_switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
    margin: 0 !important;
}

.project_modal__content .toggle_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.project_modal__content .toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

.project_modal__content .toggle_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background-color: #1c1d1f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.project_modal__content .toggle_switch input:checked+.toggle_slider {
    background-color: #d7fe60;
}

.project_modal__content .toggle_switch input:focus+.toggle_slider {
    box-shadow: 0 0 1px #d7fe60;
}

.project_modal__content .toggle_switch input:checked+.toggle_slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}

.project_modal__content .inline-button-section {
    display: flex;
    margin: 20px 0;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.project_modal__content .inline-button-section p {
    display: flex;
    gap: 10px;
}

.project_modal__content .account_solid_btn {
    padding: 9px 37px;
    margin: 0 2px;
    border-radius: 13px;
    font-size: 16px;
    background: #d7fe60;
    color: #000;
    margin-left: auto;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.project_modal__content .account_solid_btn.disable_btn {
    background: #87898c;
    color: #d7fe60;
}

.project_modal__content .list__item_section {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.project_modal__content .list__item_section li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    color: #adb2b9;
    font-size: 18px;
}

.project_modal__content .list__item_section li.upper_case_text {
    text-transform: uppercase;
}

/* modal-css-end  */

/* Download Dropdown Css Start */
.downlosad-dropdown {
    position: relative;
    overflow: visible;
}

.downlosad-dropdown .dropdown-list .back-btn-container .back-btn {
    min-width: 50px;
    height: 50px;
    background: #d7fe60;
    border-radius: 100px;
}

.project_modal_grid-container .text-color-box {
    position: relative;
    top: -28px;
}

.downlosad-dropdown .dropdown-list .back-btn-container .back-btn svg {
    position: relative;
    left: 20px;
    right: 0;
}

.downlosad-dropdown .dropdown-list,
.downlosad-dropdown .other_download_dropdown {
    width: 450px;
    box-shadow: 0px 5px 5px #0000005a;
    position: absolute;
    padding: 10px 20px 25px;
    z-index: 5;
    background: #313338;
    border-radius: 10px;
    right: 0px;
    top: -3px;
}

.downlosad-dropdown .dropdown-list li {
    padding: 20px 0px;
    border-bottom: 1px solid #707070;
}

.downlosad-dropdown .dropdown-list .dropdown-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.downlosad-dropdown .dropdown-list .dropdown-items .items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.downlosad-dropdown .dropdown-list .dropdown-items .items span svg {
    width: 35px;
    height: 35px;
}

.downlosad-dropdown .dropdown-list .dropdown-items .items span img {
    width: 28px;
}

.downlosad-dropdown .dropdown-list .dropdown-items .items span {
    font-size: 18px;
    color: #fff;
    font-family: "Lato";
    font-weight: 600;
}

.highlighted,
.other-drodown-show {
    display: none;
}

.pdf_download .project_modal__content {
    max-width: 1050px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal__header h6 {
    color: #ffffff;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
    margin-top: 30px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-3 {
    background: #0a0909;
    padding: 15px;
    max-width: 100%;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-3 .img-container {
    width: 170px;
    height: 120px;
    margin-bottom: 15px;
    position: relative;
}

.pdf_download .footer__text_img {
    position: absolute;
    bottom: 0;
    background: #0000007d;
    width: 100%;
    padding: 2px 10px;
    color: #d7fe60;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-3 .img-container img {
    width: 100%;
    height: 100%;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-3 .top-space {
    margin-top: 25px;
    margin-bottom: 0px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .form-item {
    background-color: #0a0909;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .form-item img {
    width: 40px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .form-label {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .form-item .form-select {
    flex-grow: 1;
    background-color: #0a0909;
    color: #d7fe60;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 {
    display: grid;
    grid-template-columns: 250px 130px 110px 110px;
    grid-gap: 15px;
    margin-top: 15px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 .col .form-item {
    padding: 10px 10px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 .col .form-item .form-control {
    width: 100%;
    background-color: #0a0909;
    color: #d7fe60;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 .col .form-item {
    justify-content: space-between;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 .col .form-item span.bg-color {
    width: 33px;
    height: 33px;
    background: #ffffff;
    border-radius: 100px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-2 .col .form-item span.text-color {
    width: 33px;
    height: 33px;
    background-color: #0a0909;
    border: 1px solid #d7fe60;
    border-radius: 100px;
}

.import-img-section .grid-container .frame-items-btn {
    background-color: #333333;
    text-align: center;
    border-radius: 0 0 0px 0px;
    position: relative;
    height: 100%;

}

.import-img-section .grid-container .frame-items-btn .add-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 15px;
}

.pdf_download .project_modal__content .project_modal__content_body .project_modal_grid-container .col-9 .row-3 .container {
    text-align: center;
    display: inline-block;
}

.pdf_download .input_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 10px 0;
    color: #ADB2B9;
}

.pdf_download .custom-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid #d7fe60;
    border-radius: 4px;
}

.pdf_download .custom-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    accent-color: #d7fe60;
}

.pdf_download .custom-checkbox input:checked {
    opacity: 1;
}

.pdf_download .footer-section-border {
    width: 100%;
    height: 50px;
    border: 2px solid #d3f961;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
}

.footer-section-border-logo {
    padding: 10px;
    border: 2px solid #d3f961;
    margin: 0 0 10px;
}

.pdf_download .footer-section-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    color: #d3f961;
}

.pdf_download .footer-section-btn span {
    text-decoration: underline;
}

.pdf_download .footer-section-btn button {
    background-color: #ADB2B9;
    border-radius: 5px;
    border: 1px solid #ADB2B9;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none !important;
}

.pdf_download .footer-section p {
    color: #ADB2B9;
    font-size: 16px;
}

.pdf_download .project_modal__content_footer {
    display: flex;
    align-items: center;
}

.pdf_download .footer-inline-text {
    flex: 1;
    color: #d3f961;
}

.pdf_download .footer-inline-text h1 {
    font-size: 19px;
}

.pdf_download .footer-inline-text p {
    font-size: 11px;
}

.pdf_download .footer-btn-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pdf_download .account_solid_btn {
    border: none;
    padding: 12px 20px;
    min-width: 130px;
    margin: 0 2px;
    border-radius: 10px;
    font-size: 14px;
    background: #d7fe60;
    width: fit-content;
    margin-left: auto;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.pdf_download .account_outline_btn {
    border: 1px solid #d7fe60;
    padding: 12px 20px;
    min-width: 130px;
    margin: 0 2px;
    border-radius: 10px;
    font-size: 14px;
    background: transparent;
    color: #d7fe60;
    width: fit-content;
    margin-left: auto;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.other_dropdown-inner-container .other_dropdownheader {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #707070;
}

.other_dropdown-inner-container .other_dropdownheader span {
    display: block;
    width: 100%;
    text-align: center;
    color: #d7fe60;
    font-size: "Lato";
    font-weight: 700;
    font-size: 22px;
}

.other_dropdown-inner-container .other_dropdownheader .back-btn-container .back-btn {
    min-width: 40px;
    height: 40px;
    width: 40px;
    background: #d7fe60;
    border-radius: 100px;
    padding: 12px 15px;
}

.other_dropdown-inner-container .other_dropdown-inner-content {
    padding: 20px 20px;
}

.other_dropdown-inner-container .other_dropdown-inner-content .btn_disabled {
    background: #707070;
    color: #d7fe60;
    ;
    width: 100%;
    font-size: "Lato";
    font-weight: 400;
    font-size: 18px;
}

.other_dropdown-inner-container .other_dropdown-inner-content p {
    margin: 20px 0px;
    color: #707070;
    font-size: "Lato";
    font-weight: 600;
    font-size: 17px;
}

.other_dropdown-inner-container .other_dropdown-inner-content p span {
    color: #d7fe60;
    ;
}

.other_dropdown-inner-container .other_dropdown-inner-content .btn_solid_theme {
    width: 100%;
    font-size: "Lato";
    font-weight: 600;
    font-size: 18px;
    background: #d7fe60;
    color: #070707
}

div.project_modal-3 .project_modal_grid-container form .col-md-12 .title {
    margin-top: 0px;
}

div.project_modal-3 .project_modal_grid-container form .col-md-12 .desc {
    /* z-index: 999; */
    font-size: 18px;
    color: #ADB2B9;
    ;
}

.project_modal-4 .layout-modal-body {
    background: transparent;
}

.project_modal-4 .project_modal__content {
    background-color: transparent;
}

.project_modal-4 .project_modal__content .project_modal-close {
    background-color: #000;
    box-shadow: 1px 3px 14px #d7fe60;
    top: 10px;
}

.project_modal-4 .layout-modal-body .project_modal_grid-container {
    width: 100%;
    position: relative;
    padding-top: 58%;
}

.project_modal-4 .layout-modal-body .project_modal_grid-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.newly-created-project {
    border: 2px solid #d7fe61;
}

/* .new-modal .modal-content .footer-bar {
    margin-top: 15px;
    display: flex;
    gap: 20px;
} */


/* .new-modal .modal-content #closeNewProject {
    background-color: #fff;
    color: rgba(0, 0, 0, 1)
} */

.new-modal .modal-content .footer-bar .bg-neon {
    display: inline-block;
}

.new-modal .modal-content .footer-bar button {
    margin: 0px 10px;
    color: #000;
}

.new-modal .modal-content .footer-bar .bg-neon-outline {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
}

.img-fade-out {
    filter: brightness(0.5);
}

.modal {
    z-index: 10000 !important;
}

.fade-out-svg {
    filter: opacity(0.5);
}


.header_dropdown_more_list .account-email {
    display: block;
    font-weight: 500;
    color: #d7fe60;
    padding: 25px 25px 0px 30px;
    word-break: break-all;
}

.custom-h {
    height: 30px;
    background: #d7fe60;
    border-radius: 5px !important;
    display: block;
    fill: #000 !important;
}

.bg-type-primary {
    --tw-bg-opacity: 1;
    background-color: #d7fe60;
}

.hover-shdow-none:hover {
    box-shadow: none !important;
    margin-left: 5px !important;
}

.custom-flex-1 {
    flex: 1;
}

.styled-select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative;
    width: 100%;
}

.styled-select-container:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(138deg);
    z-index: 2;
    position: absolute;
    top: -14px;
    bottom: 0;
    margin: auto;
    right: 13px;
}

.styled-select-container {
    position: relative;
}

.input__inside__btn {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.input__inside__btn input {
    flex: 1;
    height: 45px;
    background: #fff;
    border: none;
    padding: 0px 20px;
    font-size: 16px;
    border-radius: 10px;
    padding-left: 55px !important;
}

.input__inside__btn input:focus {
    border: none;
    outline: none;
}

.upload__btn__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-backdrop-container {
    display: none;
    position: absolute;
    /* right: 0; */
    bottom: 100%;
    width: 220px;
    height: auto;
    background-color: #000000;
    border-radius: 24px;
    padding: 15px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 50%);
    color: #86878B;
}

.upload-backdrop-btn {
    padding: 5px;
    border-radius: 50%;
}

.upload-backdrop-container ul li svg {
    width: 20px;
    height: 20px;
}

.upload-backdrop-container ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload__btn__wrapper:hover .upload-backdrop-container {
    display: block;
}

.upload-backdrop-container li {
    cursor: pointer !important;
    line-height: 33px;
    border-radius: 10px;
    padding: 5px 10px;
}

.upload-backdrop-container li:hover {
    background: #d7fe60;
    color: #000000;
}


.redirect__div li:hover {
    background: #d7fe60;
    color: #000000;
    border-radius: 15px;
}

.redirect_footer {
    padding: 22px 7px;
    background: #2b2d31;
    align-items: center;
}

.modalcolosebtnart {
    width: 39px;
    height: 39px;
    background-color: #d7fe62 !important;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-color-custom {
    color: #adb2b9 !important;
}

/* .redirect_footer {
    display: flex;

    justify-content: space-between;
    color: #fff;
    margin: 0 0 20px;
} */
.redirect_footer .input_checkbox {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.redirect_footer .custom-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid #d7fe60;
    border-radius: 4px;
}

.redirect_footer .custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.redirect_footer .custom-checkbox input:checked {
    accent-color: #d7fe60;
    opacity: 1;
}

.silder__container {
    width: 100%;
    border-radius: 11px;
    background: #000000;
    background: linear-gradient(90deg, #000000 56%, #7c7c7c 100%);
    margin: 50px 0;
    padding: 20px;
}

.silder__container .select-box-conatiner {
    width: 100% !important;
}

.silder__container .pose__image {
    width: 100%;
    height: 140px;
    display: block;
    margin: 30px auto;
    object-fit: contain;
}

.open__pose__heading {
    color: #B8B9B4;
    font-size: 18px;
}


/* Props Style */
.props_btn_container{
    padding: 0px 0px 10px 0px;
}
.props_btn_container .props_btn{
    background: #8B8889;
    padding: 2px 10px;
    border-radius: 6px;
    color: #cdff72;
    gap: 10px;
}

.props_btn_container .props_btn svg{
    display: inline;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}

.my_props_container .my_props{
    display: flex;
    gap: 10px;
    padding: 11px 0px
}


.my_props_container .my_props li{

    background-color: #878484;
}

.my_props_container .my_props button:hover{
    box-shadow: none;
}
.my_props_container .my_props .props_image_active{
    border: 1px solid red;
}

.props_btn_con{
    display: flex;
    justify-content: space-between;
}


.props_btn_con .props_small_btn{
    cursor: pointer !important;;
}

.hint_text {
    /* display: none; */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}

.hint_textshow {
    display: block;
    opacity: 1;
    transform: translateX(-10px); /* Adjust as needed */
}

.my_props_container .my_props li,
.general_props li{
    position: relative;
}
.my_props_container .my_props .image_remove_btn,
.general_props  .image_remove_btn{
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    z-index: 999999999999;
    color: #fff;
    top: -11px;
    left: -10px;
    border-radius: 50%;
    padding: 0px;
    display: inline;
    align-items: center;
    text-align: center;
    /* justify-items: center; */
    /* font-size: 20px; */

}

.style_remove__btn{
    left: 25px !important;
}


.my_props_container .my_props_footer p,
.general_props .general_props_footer p{
   color: #8B8889;
}

.my_props_container .my_props_footer p span, .my_props_container .my_props_footer a,
.general_props .general_props_footer p span, .general_props .general_props_footer a
{
    color: #d7fe61 ;
}

.my_props_container .my_props_footer
 {
    display: flex;
    justify-content: space-between;
}

.general_props .general_props_footer{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.my_props .img_container, .general_props .img_container{
    width: 66px;
    height: 54px;
    border-color: #707070;
    border-width: 2px;
    border-style: dashed;
    border-radius: 12px;
    /* align-content:center; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
    overflow: hidden;
}


.style_container .img_container {
    width: 100%;
    height: 121px;
    border-color: #707070;
    border-width: 2px;
    border-style: dashed;
    border-radius: 12px;
    /* align-content: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 122px;
    overflow: hidden;
    cursor: pointer;
}

#MyPropsModel  .modal-content{
    max-width: 500px;
    background: #313338;
    color: #fff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

#MyPropsModel  .modal-content .modal-body svg{
    margin: auto;
}

#MyPropsModel  .modal-content .modal-body h1{
    font-size: 20px !important;
    padding-top: 22px;
    text-transform: capitalize;
    line-height: 28px;
}
#MyPropsModel  .modal-content .modal-body h1 span{
    color: #d7fe61;
}


#MyPropsModel  .modal-content .close{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

#MyPropsModel  .modal-content .close::after , #MyPropsModel  .modal-content  .close::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #d7fe61;
    top: 50%;
    left: 50%;
}

#MyPropsModel  .modal-content  .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#MyPropsModel  .modal-content .close::after{
    transform: translate(-50%, -50%) rotate(-45deg);

}

#MyPropsModel h1{
    color: #cdff72;
}

#MyPropsModel .modal-body .file_name_box{
    width: 100%;
    /* height: 100px; */
    background: #1E1F22;
    border-radius: 10px;
    padding: 17px 21px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    /* justify-content: space-evenly; */
}

#MyPropsModel .modal-body .file_name_box .name_box{
    padding: 10px;
}

#MyPropsModel .modal-body .file_name_box .name_box_first{
    Width: 107px;
    /* Height: 95px; */
    background: #5B5C5F;
    border-radius: 10px;
    padding: 10px;

}


#MyPropsModel .modal-body .file_name_box .name_text {
    padding: 0 0 0 15px;
}

#MyPropsModel .modal-body .file_name_box .name_text p{
    color: #fff ;
}

#MyPropsModel .modal-body .file_name_box .name_box  .img_container {
    width: 85px;
    height: 66px;
    border-color: #707070;
    border-width: 2px;
    border-style: dashed;
    border-radius: 12px;
    /* align-content:center; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
    overflow: hidden;
}



#MyPropsModel .modal-body .cancel_btn {
    background-color: #8d8d8d !important;
    color: #fff;
    border: #8d8d8d !important;
}


#MyPropsModel .modal-body .submit_btn {
    background-color: #d7fb60 !important;
    border: #d7fb60 !important;
    color: #000000;
}




#MyPropsModel .modal-body .upload-image-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#MyPropsModel .modal-body .upload-image-btn input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* Props Style */





.DeleteMyPropsModel  .modal-content{
    max-width: 500px;
    background: #313338;
    color: #fff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

.DeleteMyPropsModel  .modal-content .modal-body svg{
    margin: auto;
}

.DeleteMyPropsModel  .modal-content .modal-body h1{
    font-size: 20px !important;
    padding-top: 22px;
    text-transform: capitalize;
    line-height: 28px;
}
.DeleteMyPropsModel  .modal-content .modal-body h1 span{
    color: #d7fe61;
}


.DeleteMyPropsModel  .modal-content .close{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.DeleteMyPropsModel  .modal-content .close::after , .DeleteMyPropsModel  .modal-content  .close::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #d7fe61;
    top: 50%;
    left: 50%;
}

.DeleteMyPropsModel  .modal-content  .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.DeleteMyPropsModel  .modal-content .close::after{
    transform: translate(-50%, -50%) rotate(-45deg);

}

.DeleteMyPropsModel h1{
    color: #cdff72;
}

.DeleteMyPropsModel .modal-body .cancel_btn {
    background-color: #8d8d8d !important;
    color: #fff;
    border: #8d8d8d !important;
}


.DeleteMyPropsModel .modal-body .submit_btn {
    background-color: #d7fb60 !important;
    border: #d7fb60 !important;
    color: #000000;
}

.DeleteMyPropsModel .modal-body .modal-body_container {
   padding: 30px;
}

.DeleteMyPropsModel .modal-body .modal-body_container p{
    padding: 25px;
}



.DeleteMyPropsModel .modal-body .MyPropsModel_footer{
    display: flex;
    justify-content: center;
    text-align: center;
}

.RendermindTip .modal-body h1{
    color: #d7fb60;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 26px;
}

.RendermindTip .modal-body p{
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.RendermindTip .model-footer .got_it{
    background-color:#d7fb60 ;
    color: #000000;
    padding: 7px 33px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 50px;
}


.RendermindTip .model-footer .input_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    cursor: pointer;
    padding: 17px;
}


.RendermindTip .model-footer .input_checkbox label {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}


.RendermindTip .model-footer .input_checkbox .custom-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid #d7fe60;
    border-radius: 4px;
}


.RendermindTip .model-footer .input_checkbox .custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.RendermindTip .model-footer .input_checkbox .custom-checkbox input:checked {
    accent-color: #d7fe60;
    opacity: 1;
}

.RendermindTip .modal-body .style_list{
    display: flex;
    flex-direction: column;
    color: #d7fe60;
    align-items: flex-start;
    gap: 5px;
    padding: 13px 0 0 77px;
    position: relative;
    justify-content: center;

}
.RendermindTip .modal-body .style_list span:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    left: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}


.character_btn_class{
    position: relative;
    background: none  !important;
    border:2px solid #d7fe60 !important;
}
.character_btn_class .character_lock_count{
    position: absolute;
    right: 9px;
    background: #d410f1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    bottom: 32px;
    font-size: 15px;
}


#add_style_model .add_style_model{
    width: 60% ;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#add_style_model .add_style_model .advance_style_container .prompt-section .message-box textarea{
    /* width: auto !important;; */
    height: auto;
    padding: 20px;
}


 .styled-select-container-new{
    position: relative;
}
 .styled-select-container-new .styled-select{
    background: #272727 !important;
    border: 1px solid #C6C6C6 !important;
    color: #CECDCB !important;

}


 .styled-select-container-new svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}


 .styled-select-container-new .styled-select_new { /*container for custom dropdown arrow*/
    -webkit-appearance: none;
    -moz-appearance: window;
    /* padding: 2px 50px 2px 2px; */
    border: none;
    background-image: url("/img/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    width: 100%;
    cursor: pointer;
    background-color: #272727 !important;
    border: 1px solid#CECDCB !important;

  }
  .import-img-section .grid-container .grid-item .img-container video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
