/* Root CSS for the site */
html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #333;
    font-family: Arial, sans-serif;
}

/* Login page background */
body, html {
    background-image: url('/assets/images/authbg.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Full width alert bar - global */
.alert-bar {
    background-color: #e6f7ff;
    color: #004085;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    z-index: 1000;
}

/* Label font weight - global */
body.login-page-container label {
    font-weight: normal !important;
    margin-bottom: 0 !important;
}


body.login-page .form-group {
    margin-bottom: 0rem;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background: url("../images/authbg.png") no-repeat;
    background-size: cover;
}
/* App container full width */
.app-container {
    width: 100%;
}

.my-10 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}


@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        /*border-top-right-radius: .3rem;*/
        /*border-bottom-right-radius: .3rem;*/
    }
}

.btn-bg {
    background-color: #8a5cff !important;
    color: white;
    padding: 8px;
    border-radius: 10px !important;
}

.btn-bg:hover {
    background-color: #150440 !important;
    color: white !important;
}

.auth-feature {
    background-image: url("../images/signup-feature.png");
    background-size: cover;
    background-color: #f4f6ff !important;
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

.logo-image {
    width: 150px !important;
    height: auto !important;
    margin-bottom: 20px !important;
}

.text-hed {
    line-height: 27px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.text-line {
    line-height: 25px !important;
    font-size: 16px;
}

.form-control:focus {
    border-color: #8a5cff;
    outline: 0;
    box-shadow: none;
}

.bg-blue-600 {
    background-color: rgb(37 99 235/ 1) !important;
}

.body {
    font-family: Arial, sans-serif;
}

.login-left-container {
    padding: 16px 32px;
}

.login-main-right-container {
    background: #ffffff;
}

.login-main-right-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.login-container {
    width: 62%;
}

.login-container .login-main-left-container {
    width: 52%;
}

.login-container .login-main-right-container {
    width: 48%;
}

.label {
    font-size: 17px;
}

.login-page-container {
    height: calc(100vh - 37px) !important;
}

@media only screen and (max-width: 1366px) {

    /*.login-page-container .col-lg-6 {*/
    /*    flex: 0 0 auto;*/
    /*    width: 50%;*/
    /*}*/
    .login-page-container {
        max-width: 1330px;
    }

    .login-container {
        width: 70%;
        flex: 0 0 auto !important;

    }
}

@media only screen and (max-width: 991px) {
    .card-auth {
        flex-direction: column-reverse !important;
    }

    /*.auth-feature {*/
    /*    margin-top: 15px !important;*/
    /*}*/
    .main-container-signup {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .login-container {
        width: 100%;
    }

    .login-container .login-main-left-container {
        width: 100%;
    }

    .login-container .login-main-right-container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .login-page-container {
        max-width: 100%;
        padding: 0;
    }
}

.mb-38 {
    margin-bottom: 38px !important;
}

input {
    border: 1px solid #bfbfbf;
}

.bg-gray {
    color: #bfbfbf;
}

.logo-dashboard-image {
    height: 60px !important;
    object-fit: contain !important;
}

.color-transparent {
    color: transparent;
}

.create-project-icon {
    color: #8a5cff;
}

#createProject:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    background: #8a5cff;
    color: #fff !important;
}

#createProject:hover i {
    color: #fff !important;
}

#createProjectModel .close,
#editProjectModel .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}


.my-10 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}


@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        /*border-top-right-radius: .3rem;*/
        /*border-bottom-right-radius: .3rem;*/
    }
}

.btn-bg {
    background-color: #8a5cff !important;
    color: white;
    padding: 8px;
    border-radius: 10px !important;
}

.btn-bg:hover {
    background-color: #150440 !important;
    color: white !important;
}

.auth-feature {
    background-image: url("../images/signup-feature.png");
    background-size: cover;
    background-color: #f4f6ff !important;
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

.logo-image {
    width: 150px !important;
    height: auto !important;
    margin-bottom: 20px !important;
}

.text-hed {
    line-height: 27px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.text-line {
    line-height: 25px !important;
    font-size: 16px;
}

.form-control:focus {
    border-color: #8a5cff;
    outline: 0;
    box-shadow: none;
}

.bg-blue-600 {
    background-color: rgb(37 99 235/ 1) !important;
}

.body {
    font-family: Arial, sans-serif;
}

.login-left-container {
    padding: 16px 32px;
}

.login-main-right-container {
    background: #ffffff;
}

.login-main-right-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.login-container {
    width: 62%;
}

.login-text {
    padding-top: 32px;
    padding-bottom: 43px;
}

.login-container .login-main-left-container {
    width: 52%;
}

.login-container .login-main-right-container {
    width: 48%;
}

.label {
    font-size: 17px;
}

.login-page-container {
    height: calc(100vh - 37px) !important;
}

@media only screen and (max-width: 1366px) {

    /*.login-page-container .col-lg-6 {*/
    /*    flex: 0 0 auto;*/
    /*    width: 50%;*/
    /*}*/
    .login-page-container {
        max-width: 1330px;
    }

    .login-container {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .card-auth {
        flex-direction: column-reverse !important;
    }

    /*.auth-feature {*/
    /*    margin-top: 15px !important;*/
    /*}*/
    .main-container-signup {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .login-container {
        width: 100%;
    }

    .login-container .login-main-left-container {
        width: 100%;
    }

    .login-container .login-main-right-container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .login-page-container {
        max-width: 100%;
        padding: 0;
    }
}

.mb-38 {
    margin-bottom: 38px !important;
}

input {
    border: 1px solid #bfbfbf;
}

.bg-gray {
    color: #bfbfbf;
}

.logo-dashboard-image {
    height: 60px !important;
    object-fit: contain !important;
}

.color-transparent {
    color: transparent;
}

.create-project-icon {
    color: #8a5cff;
}

#createProject:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    background: #8a5cff;
    color: #fff !important;
}

#createProject:hover i {
    color: #fff !important;
}

#createProjectModel .close,
#editProjectModel .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: unset;
    line-height: unset;
}

p {
    margin: 0;
    padding: 0;
}

.video-title h1 {
    color: #343a40;
    font-size: 1.8rem;
    padding: 15px 0px;
}

.sub-text p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #212529;
}

.video-wrapper .iframe-video {
    margin-top: 50px;
}

.iframe-video iframe {
    display: block;
    width: 100%;
    height: 650px;
}

.faq-title h3 {
    color: #343a40;
    font-size: 1.8rem;
    padding: 30px 0px;
    text-align: center;
    text-transform: capitalize;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: #343a40;
    background-color: unset;
    box-shadow: unset;
}

.accordion-header {
    background-color: #fff;

    border-radius: 10px;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
}

/* .accordion-item {
    background-color: unset;
    border: unset;
} */

.accordion-body {
    color: #212529;
}

.accordion {
    background-color: #fff;
    border-radius: 10px;
    border-top: 3px solid #8a5cff;
}

.faq-wrapper {
    padding-bottom: 100px;
}

@media(max-width:767px) {
    .accordion-button {
        font-weight: 600;
        font-size: 16px;
    }

    .sub-text p {
        font-size: 1rem;
    }
}

@media (max-width: 1365px) {
    .iframe-video iframe {
        height: 600px;
    }
}

@media (max-width: 1199px) {
    .iframe-video iframe {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .iframe-video iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .iframe-video iframe {
        height: 300px;
    }

    .video-wrapper .iframe-video {
        margin-top: 30px;
    }

    .accordion-button {
        padding: 15px;
    }

    .faq-wrapper {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .faq-wrapper {
        padding-bottom: 20px;
    }

    .accordion-body {
        padding: 0rem 1.25rem 1rem;
    }
}

@media (max-width: 480px) {
    .iframe-video iframe {
        height: 250px;
    }

    .video-wrapper .iframe-video {
        margin-top: 20px;
    }

    .faq-title h3 {
        padding: 20px 0px;
    }
}

@media (max-width: 320px) {
    .iframe-video iframe {
        height: 190px;
    }
}

.main-card-start {
    justify-content: center;
}

.Plans-title {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

/* 1card */
.pricing-page .plans .section_main_title {
    font-size: 38px;
    color: #343a40;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricing-page .plans div.title span {
    color: #343a40;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 30px;
}

.pricing-page .plans .free-plan-cont .header-2 {
    background-color: #596377;
    border-radius: 10px 10px 0 0;
    height: 6px;
    color: #fff;
    position: relative;
    z-index: 10;
    font-weight: 500;
}


.pricing-page .plans .parent {
    background: #fff;
    border-radius: 10px;
    padding: 35px 20px 20px;
    min-height: 100%;
    box-shadow: 0 1px 4px 0 rgb(75 72 117 / 8%);
    border: solid 1px #e6e8ee;
    padding-bottom: 0;
}

.pricing-page .plans .parent .title {
    color: #343a40;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
}

.pricing-page .plans .parent .title-description {
    color: #343a40;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 27px;
    display: inline-block;
}

.pricing-page .plans .parent .price {
    color: #343a40;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0;
}

.pricing-page .plans .parent .price-description {
    color: #343a40;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
}

.pricing-page .plans .free-plan-cont .parent a {
    background: #343a40;
    border: 2px solid #343a40;
    color: #fff;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pricing-page .plans .free-plan-cont .parent a:hover {
    background-color: #fff;
    color: #343a40;
    border: 2px solid #343a40;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: unset;
    box-shadow: unset;
}

.pricing-page .plans .parent span.devider {
    display: inline-block;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pricing-page .plans .parent ul {
    list-style: none;
    margin-left: 18px;
    margin-top: 10px;
}

.pricing-page .plans ul {
    margin: 0;
    padding: 0;
}

.pricing-page .plans .parent ul li {
    color: #343a40;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
}

.pricing-page .plans .parent ul li small {
    color: #737373;
}

.pricing-page .plans .parent ul li::before {
    background-color: #343a40;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -18px;
    position: absolute;
    top: 5px;
    width: 6px;
}

.pricing-page .plans .parent span.devider {
    display: inline-block;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pricing-page .plans .parent ul {
    list-style: none;
    margin-left: 18px;
    margin-top: 10px;
}

.pricing-page .plans .parent ul li {
    color: #343a40;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
}

.pricing-page .plans .free-plan-cont .parent {
    position: relative;
    top: -6px;
}




/* card-two */
/* .pricing-page .plans .most-popular-cont {
    margin-top: -23px;
    } */
.pricing-page .plans .header {
    background-color: #8A5CFF;
    border-radius: 10px 10px 0 0;
    height: 36px;
    color: #fff;
    position: relative;
    padding: 5px 20px;
    text-align: center;
    z-index: 10;
    font-weight: 500;
}

.most-popular-cont .header {
    margin-top: -23px;
}

.pricing-page .plans .parent.most-popular {
    border: 3px solid #8A5CFF;
    position: relative;
    top: -12px;
}

.pricing-page .plans .parent .price del {
    color: #c4c4c4;
    font-size: 22px;
    font-weight: 400;
}

.pricing-page .plans .most-popular-cont a {
    background: #8A5CFF;
    border: 2px solid #8A5CFF;
    color: #fff;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pricing-page .plans .most-popular-cont a:hover {
    background-color: #150440;
    border: 2px solid #150440;
}


/* audiobook-section-start */
.plans.section_con {
    padding-bottom: 50px;
}

.pricing-page .audiobook .section_main_title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 26px;
    color: #343a40;
    line-height: 1.33;
}

.pricing-page .audiobook .parent {
    padding: 30px 60px;
    border-radius: 16px;
    margin-bottom: 60px;
    color: #343a40;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgb(75 72 117 / 8%);
    border: solid 1px #e6e8ee;
}

.pricing-page .audiobook .parent h3 {
    color: #343a40;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.pricing-page .audiobook .parent ul {
    list-style: none;
    padding-left: 0;
}

.pricing-page .audiobook .parent ul li {
    position: relative;
    color: #343a40;
    margin-bottom: 12px;
    padding-left: 20px;
}

.pricing-page .audiobook .parent ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #8A5CFF;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.pricing-page .audiobook .parent h2 {
    color: #343a40;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 8px;
}

.pricing-page .audiobook .parent span {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}

.pricing-page .audiobook .parent a {
    background-color: #8A5CFF;
    color: #fff !important;
    border-radius: 10px;
    width: 200px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease;
    border: 2px solid #8A5CFF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pricing-page .audiobook .parent a:hover {
    background-color: #150440;
    border: 2px solid #150440;
}

.pricing-page .audiobook .parent .api-doct-file a {
    background-color: unset;
    border-radius: unset;
    width: unset;
    font-weight: unset;
    font-size: unset;
    margin-top: unset;
    transition: unset;
    border: unset;
    text-decoration: none;
    color: #007bff !important;

}

/* still-questions-section-start */
.still-questions.section_con {
    padding-bottom: 100px;
}

.infomatic .still-questions .section_main_title,
.pricing-page .still-questions .section_main_title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 26px;
    color: #111;
    line-height: 1.33;
}

.still-questions span {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #343a40;
}

.still-questions span a {
    text-decoration: none;
}

.most-popular .main-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body#text-to-speech-page {
    background: transparent;
    background-color: #fff;
    overflow-x: hidden;
}
.language-select-box .form-select {
    font-family: nunito, segoe ui, Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 13px;
    color: #212529;
    border-radius: 12px;
}
.language-select-box .form-control {
    font-family: nunito, segoe ui, Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 13px;
    color: #212529;
    border-radius: 12px;
}
.language-select-box .generate-btn {
    background: #150440;
    font-size: 13px;
    font-weight: 400;
    font-family: nunito, segoe ui, Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px;
}
.language-select-box .sign-up-btn {
    background: #8a5cff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 12px;
    font-family: nunito, segoe ui, Tahoma, Geneva, Verdana, sans-serif !important;
}
#generate-voice .font-select-btn {
    min-width: auto;
}
a {
    text-decoration: none !important;
}
/* Sidebar open/close for tablet and mobile */
@media (max-width: 991px) {
    .sidebar-open .content-wrapper {
      margin-left: 250px !important;
    }
  }
/* responsive */
@media (max-width: 767px) {
    .pricing-page .audiobook .parent {
        padding: 30px 20px;
    }

    .Plans-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pricing-page .audiobook {
        padding: 50px 0 0;
    }

    .pricing-page .plans .free-plan-cont {
        padding-bottom: 50px;

    }

    .pricing-page .audiobook .parent {
        margin-bottom: 0px;
    }

    .still-questions.section_con {
        padding-top: 50px;
    }

    .still-questions.section_con {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .Plans-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pricing-page .audiobook {
        padding: 20px 0 0;
    }

    .pricing-page .audiobook .section_main_title {
        text-align: center;
    }

    .still-questions.section_con {
        padding-top: 20px;
    }

    .still-questions.section_con {
        padding-bottom: 20px;
    }
}

/* Privacy Policy H1 Styling */
.crikk-heading {
    font-weight: 500;
    line-height: 27px;
    color: #3E3E3E;
}
#createAudioModal .modal-title {
    display: none;
}
#createAudioModal .modal-header {
  border-bottom: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}