.she-preset-main-raw-main {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    margin-bottom: 15px
  }
  
  .she-preset-editor-raw {
    color: #464F57;
    background: #fff;
    border: 1px solid #464F56;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400 !important;
    font-size: 13px;
    transition: all 0.3sease-in;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    border-block-end: 1px solid #464F56 !important
  }
  

  .she-preset-editor-raw:hover {
    color: #464F57
  }
  

  

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.she-wkit-cb-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.she-suport-main-wap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.she-suport-main-wap .she-support-icon-main{
    display: flex;
    border: 1px solid #FFFFFF1A;
    padding: 12px;
}

.she-suport-main-wap .she-suport-text{
    padding-bottom: 5px;
}
.she-suport-main-wap .she-support-icon{
    display: flex;
    gap: 10px;
}

.she-suport-main-wap .she-icon-list{
    display: flex;
    gap: 5px;
    align-items: center;
    border-right: 1px solid #FFFFFF1A;
}
.she-suport-main-wap .she-icon-list:last-child{
    border-right: none;
}

.she-suport-main-wap .she-icon-list img{
    width: 30px;
}

.she-suport-main-wap .she-icon-list p{
    padding: 8px;
}

.wkit-she-preset-checkbox {
    display: flex;
    gap: 15px;
}

.she-preset-checkbox-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.she-preset-label {
    margin: 0;
    color: #B1B1D9;
}

.wkit-she-preset-enable {
    display: flex;
    align-items: center;
    gap: 10px;
}

.she-pink-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #C22076;
    border-radius: 6px;
    border: 1px solid #C22076;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 25px;
    text-transform: capitalize;
    transition: 0.3s linear;
    cursor: pointer;
    gap:8px;
}

.she-design-from-scratch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
    border-radius: 6px;
    border: 1px solid #FFFFFF38;
    font-size: 14px;
    color: #FFFFFF;
    padding: 12px 25px;
    text-transform: capitalize;
    transition: 0.3s linear;
    cursor: pointer;
    gap: 8px;
}

.she-pink-btn:hover {
    background: #9B1A5E;
    border: 1px solid #9B1A5E;
    color: #FFFFFF;

}

.tp-post-comment .comment-list .comment-section-title {
    font-family: "Plus Jakarta Sans", sans-serif !important
}

#she-wdkit-elementorp .tp-main-container-preset {
    width: 60vw;
    background-color: #040483;
}

#she-wdkit-elementorp .she-popup-close {
    display: flex;
    justify-content: flex-end;
    padding: 20px 25px 0px 0px;
    cursor: pointer;
}

#she-wdkit-elementorp .she-popup-content {
    display: flex;
    flex-direction: column;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    position: relative;
    padding: 30px 50px 0;
    overflow: hidden;
    align-items: center;
    gap: 12px
}

#she-wdkit-elementorp.dialog-type-lightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

#she-wdkit-elementorp.dialog-type-lightbox .dialog-widget-content {
    top: unset !important;
    left: unset !important;
    border-radius: 10px
}

#she-wdkit-elementorp .tp-top-sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#she-wdkit-elementorp .tp-top-sections .tp-message a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    color: #fff;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: inline-block
}

#she-wdkit-elementorp .tp-top-sections .tp-message .tp-not-show-again:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

#she-wdkit-elementorp .tp-top-sections .tp-close-btn {
    cursor: pointer
}

#she-wdkit-elementorp .she-middel-sections {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#she-wdkit-elementorp .she-middel-sections .she-text-top {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

#she-wdkit-elementorp .she-middel-sections .tp-text-bottom {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px
}

#she-wdkit-elementorp .she-middel-sections .tp-learn-more-about {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

#she-wdkit-elementorp .she-middel-sections .tp-learn-more-about a {
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

#she-wdkit-elementorp .tp-wdesign-about,
#she-wdkit-elementorp .she-wdesign-install .she-enable-text,
#she-wdkit-elementorp .she-wdesign-install .tp-visit-plugin {
    line-height: 14px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: inline-block
}

#she-wdkit-elementorp .tp-top-sections .tp-message .tp-not-show-again::after,
#she-wdkit-elementorp .tp-wdesign-about::after,
#she-wdkit-elementorp .she-wdesign-install .she-enable-text::after,
#she-wdkit-elementorp .she-wdesign-install .tp-visit-plugin::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

#she-wdkit-elementorp .tp-wdesign-about:hover::after,
#she-wdkit-elementorp .she-wdesign-install .she-enable-text:hover::after,
#she-wdkit-elementorp .she-wdesign-install .tp-visit-plugin:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

#she-wdkit-elementorp .she-image-sections {
    display: flex;
    width: 60vw;
    height: 20vw;
    position: relative;
    background-image: url(../images/banner/wdkit-frame.png);
    background-size: cover
}

#she-wdkit-elementorp .she-wdesign-install .she-wkit-publish-loader {
    justify-content: center;
    align-items: center
}

#she-wdkit-elementorp .she-wdesign-install .she-wkit-publish-loader .she-wb-loader-circle {
    display: none;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 16px;
    border-top: 4px solid #ffffff59;
    height: 16px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

/** Controller logo */
.elementor-control-section_sticky_header_effect::before{
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    top: 13px;
    right: 20px;
    background-image: url(../../assets/svg/navbox/SHE-1.svg);
    background-position: center center;
    background-size: cover;
    z-index: 1;
    display: flex;
    border-radius: 12px;
}

/** Tosse Message */
.she-custom-editor-notice{position:fixed;bottom:20px;right:20px;background:#fff;padding:15px 20px;box-shadow:0 2px 10px rgb(0 0 0 / .2);z-index:99999;max-width:490px;font-family:sans-serif;font-size:14px;color:#333;border-radius:6px;height:145px}.she-custom-editor-close{position:absolute;top:10px;right:15px;font-size:16px;cursor:pointer}.she-toss-sections-first{display:flex;align-items:center;justify-content:flex-end;padding-bottom:5px}.she-toss-sections-middeal{display:flex;align-items:center;gap:5px}.she-toss-middeal-text{font-family:var(--e-a-font-family);font-size:17px;color:#1A1A1A;font-weight:500}.she-toss-sections-end{display:flex;justify-content:flex-end;line-height:1.4;text-align:justify;padding-right:16px;font-family:var(--e-a-font-family)}.she-toss-sections-end span{padding-left:37px;font-weight:400;line-height:22px;font-family:var(--e-a-font-family);color:#666}.she-toss-sections-end span strong{color:#1A1A1A}.she-custom-editor-icon{display:flex;align-items:center;font-size:20px;margin-right:8px;vertical-align:middle}.she-custom-editor-notice{opacity:0;transform:scale(.9);transition:all 0.4s ease}.she-custom-editor-notice.she-show-animate{opacity:1;transform:scale(1)}.she-custom-editor-notice.she-hide-animate{opacity:0;transform:scale(.9)}
/** Deocde Button */
.she-discord-box-control{display:flex;flex-direction:column;margin-top:15px;color:#ccc;border-radius:5px;gap:10px}.she-discord-box{display:flex;flex-direction:column;background:var(--e-a-bg-default);padding:20px 10px;border-radius:8px;border:1px solid var(--e-a-bg-active)}.she-discord-box-content p{color:var(--e-a-color-txt);margin:0 0 10px;font-weight:400;font-style:italic;font-size:12px;line-height:21px}.she-discord-strong{color:var(--e-a-color-txt-accent)}.she-request-box-button{padding:12px 10px;background:#edb6f7;color:#0F0F10;text-align:center;border-radius:5px}.she-request-box-button:hover{background:#d99df0;color:#0F0F10;border-block-end-color:unset!important;border-block-end-color:transparent!important}.she-discord-box-button{font-size:12px;font-weight:400;font-style:italic;color:#edb6f7;text-decoration:none;position:relative;display:inline-block;border-block-end: 0px dotted transparent !important;}.she-discord-box-button:hover{text-decoration:none;border:none!important;color:var(--e-a-color-primary-bold);border-block-end: 1px dotted transparent;border-block-end-color:transparent!important}.she-discord-box-button::after{content:'';position:absolute;left:7px;bottom:-4px;height:1px;width:98px;background:#edb6f7}

@media (max-width:768px) {
    #she-wdkit-elementorp .she-middel-sections .tp-text-bottom {
        font-size: 10px
    }

    #she-wdkit-elementorp .she-middel-sections .she-text-top {
        font-size: 15px
    }
}

@media (max-width:480px) {
    .she-middel-sections .tp-text-bottom {
        font-size: 9px
    }

    #she-wdkit-elementorp .she-wdesign-install {
        padding: 6px 12px
    }
}