.meena_hero {
 
        display: flex
;border-radius: 14px;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #5940F1 !important;
}
 .meena_hero-h1, .meena_hero-h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
              
      
            }
.meena_hero-h1 {
  margin-bottom: .5rem;
  font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
}
        .meena_hero-h2 {
            
      font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
        color: #fff;
    text-align: center;
}

            .meena_hero-form {
                margin-top: 32px
            }

            .meena_hero-input {
                position: relative;
            }

            .meena_hero-input .alert {
                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
                transform: translateY(calc(-100% - 5px))
            }

            .meena_hero-input .alert:after {
                content: '';
                position: absolute;
                left: 1px;
                bottom: -6px;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #ffdd57;
                clear: both
            }

.meena_hero-input-left {
    display: flex
;
    flex-direction: row;
    align-items: center;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    justify-content: space-between;
}

            .meena_hero-input .form-control {
                border: none;
                border-radius: unset;
                padding: 15px .75rem;
                font-weight: 500;
                line-height: 18px;
                padding-left: 0;
                padding-right: 0;
            }

.meena_flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .meena_icon-link {
    height: 48px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-basis: 40px;
    flex-grow: 0;
    flex-shrink: 0;
}

            .meena_hero-input-left {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0;
                background: #fff;
                border-radius: 4px;
            }

            .meena_hero-input .meena_form-control {
                border: none;
                width: 100%;
                border-radius: unset;
                padding: 15px .75rem;
                font-weight: 500;
                line-height: 18px;
                padding-left: 0;
                padding-right: 0;
            }


.meena_paste .meena_btn-paste {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 8px 8px;
    gap: 4px;
    background: #57bddf3b;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-right: 6px;
    display: flex
;
}

            .meena_btn.meena_btn-paste.active {
                background: #49495acf;
                color: #fff
            }
                .meena_paste svg{
    stroke: black;
        }
     .meena_btn.meena_btn-go {
    padding: 12px;
    gap: 10px;
    background: #53bbf7;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 1rem;
    border: none;
}

            .meena_hero-input .meena_progress-box {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #5940F1;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 100;
                gap: 8px;
                color: #fff;
                display: none
            }

            .meena_hero-input .meena_progress-box.active {
                display: flex
            }

            .meena_hero-input .meena_progress {
                width: 100%
            }

            .meena_hero-input .meena_spinner-grow {
                width: 1em;
                height: 1em
            }

            @keyframes spinner-grow {
                0% {
                    transform: scale(0)
                }

                50% {
                    opacity: 1;
                    transform: none
                }
            }

            .meena_h3, meena_h3 {
                font-weight: 600;
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 12px
            }

            @media (min-width: 1200px) {
                .meena_h3, h3 {
                    font-size: 1.75rem
                }
            }

            .meena_container{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
            @media (min-width: 576px) {
    .meena_container {

       --bs-gutter-x: 0rem;
        max-width: 540px;
    }
        .meena_hero {

    padding: 40px 0px;
}
}


.meena_download .meena_container {
    padding-bottom: 2rem;
}
.meena_download-box {
    margin-top: 8px;
}
.meena_col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.meena_row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.meena_down-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    padding: 8px;
    gap: 17px;
    background: #f5f7fa;
    border-radius: 8px;
}



.meena_btn-back.meena_btn-backpc {
    display: none;
}
.meena_btn-main.meena_btn-back {
    background: #49495a;
    -webkit-box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
    box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
}
.meena_user-fullname {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #16161D;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


            .meena_user-username {
                font-size: 12px;
                line-height: 15px;
                color: #49495a;
                margin-bottom: 8px
            }

            .meena_video-comments {
                font-size: 12px;
                line-height: 15px;
                color: #49495a;
                margin-bottom: 8px
            }

            .meena_video-views {
                font-size: 12px;
                line-height: 15px;
                color: #49495a;
                margin-bottom: 8px
            }

            .meena_video-videoshares {
                font-size: 12px;
                line-height: 15px;
                color: #49495a;
                margin-bottom: 8px
            }
.meena_btn-main {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: #0063f9;
    -webkit-box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
    box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 10px;
}
.meena_btn-main.meena_active {
    font-size: 16px;
    line-height: 19px;
    padding: 14.5px;
}
.meena_btn-main.meena_btn-secon {
    background: #00be63;
    -webkit-box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
    box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
}
.meena_btn-main.meena_btn-back {
    background: #49495a;
    -webkit-box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
    box-shadow: 0 1px 4px rgba(22, 22, 29, .32);
}
@media (min-width: 576px) {
    .meena_container {
        max-width: 540px;
    }
}



.meena_bg-success{
background: #178754;
}
  .meena_progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex
;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.meena_hero-input .meena_form-control:focus {
    border: none;
    width: 100%;
    border-radius: unset;
    padding: 15px .75rem;
    font-weight: 500;
    line-height: 18px;
    padding-left: 0;
    padding-right: 0;
    border: 0px;
    outline: 0px;
}
@media (max-width: 576px) {
    .meena_container {
        --bs-gutter-x: 0rem !important;
   
    }

    .meena_hero {
        padding: 40px 4px !important;
    }
}