@font-face {
    font-family: 'Manrope';
    src: url('Fonts/Manrope-Regular.ttf') format('truetype');
}

body {
    font-family: 'Manrope', sans-serif;
    background: #F2F4F9;
    /*custom-change*/
}

.text-result>#errorDisplay {
    display: none;
    text-align: center;
    font-size: 1vw;
    color: #dc3545;
}

.container-fluid {
    height: 100vh;
    height: 100dvh;
    height: 100lvh;
    display: flex;
    overflow: hidden;
    /*overflow-x: hidden!important;*/
}

.container-fluid aside {
    width: 262px;
    min-width: 262px;
    padding: 0 16px;
    background: #1C2434;
    z-index: 1 !important;
}

.container-fluid aside .logo {
    height: 78px;
    display: flex;
    align-items: center;
}

.container-fluid aside .logo img {
    border-radius: 8px;
    margin: 0 10px 0 0;
}

.container-fluid aside .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.container-fluid aside .logo span {
    color: #fff;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.container-fluid aside ul {
    padding: 24px 0;
}

.container-fluid aside ul li {
    padding: 8px 15px;
    border-radius: 3px;
}

.container-fluid aside ul li.active {
    background: #333A48;
}

.container-fluid aside ul li a {
    align-items: center;
    justify-content: left;
    text-decoration: none;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.container-fluid aside ul li a img {
    margin: 0 10px 0 0;
}

.container {
    max-width: unset;
}

.container .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #fff;
    height: 78px;
}

.container .top .title {
    color: #212B36;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.container .top .account {
    display: flex;
    align-items: center;
}

.container .top .account .type {
    color: #fff;
    padding: 1px 7px;
    background: linear-gradient(#009E95, #256EC3 82%, #4390EA 100%);
    /*background: linear-gradient(165deg, #4577EF 4.88%, #C05BFF 89.34%);*/
    border-radius: 4px;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 8px 0 0;
}

.container .top .account .name {
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 8px 0 0;
}

.container .top .account #profile {
    border: none;
    box-shadow: none;
}

.container .top .account img {
    /*custom-change*/
    border-radius: 24px;
    width: 48px;
    height: 48px;
}

.container .top .account ul.dropdown-menu {
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
    width: 274px;
    margin-top: 20px !important;
}

.dropdown-menu.show {
    display: grid;
    gap: 2px;
}

.container .main-container {
    padding: 24px 86px;
    background: #F2F4F9;
    height: -webkit-fill-available;
    height: -moz-available;
    overflow: auto;
}

.container .main-container span.title {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
    display: block;
}

.container .main-container .cards {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.container .main-container button.card:not(:last-child) {
    margin: 0 20px 0 0;
}

.container .main-container button.card {
    background: #fff;
    border: none;
    padding: 16px;
    flex: 1 0 0;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    height: 80px;
}

.container .main-container .card .info {
    text-align: left;
}

.container .main-container .card span.title {
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
}

.container .main-container .card span.description {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.login-container {
    background: #F2F4F9;
    width: 100%;
    height: 100vh;
    position: relative;
}

.login-container .login {
    width: 386px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.login-container .block {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    margin: 0 0 15px 0;
}

.confirmation-block .block {
    margin: 0 0 15px 0;
}

.login-container .block .logo,
.confirmation-block .block .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
}

.login-container .block .logo img {
    border-radius: 8px;
    margin: 0 4px 0 0;
}

.login-container .block .logo span {
    color: #212B36;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.login-container .block .title,
.confirmation-block .block .title {
    color: #212B36;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    margin: 0 4px 12px 4px;
}


.login-container .block .title-confirm {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 0 0 12px 0;
}

.login-container .block input {
    border-radius: 12px;
    margin-top: 12px
}

.login-container a#registration-link, 
.login-container a#forgot-password-link,
.login-container .login-link {
    margin-top: 12px;
    text-decoration: none;
    color: #6B6D80;
    font-size: 15px;
    text-align: center;
}

.login-container a#registration-link:hover, 
.login-container a#forgot-password-link:hover,
.login-container .login-link:hover {
    margin-top: 12px;
    color: #6B6D80;
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
}

.login-container #forgot-password-link span,
.login-container #registration-link span,
.login-container .login-link span {
    color: #009E95;
    text-decoration: underline;
}

.login-container a#forgot-password-link {
    text-decoration: underline;
}

.login-container .block .email-login .email-button,
.forgot-password-form #send-reset-password-email-button button,
.forgot-password-form #reset-password-button button {
    margin: 12px 0 0 0;
}



.login-container .block .email-login .email-button button,
.forgot-password-form #send-reset-password-email-button button,
.forgot-password-form #reset-password-button button {
    border-color: #009E95;
    border-radius: 12px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    width: 100%;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
}

.login-container .block .email-login .email-button button:hover,
.forgot-password-form #send-reset-password-email-button button:hover,
.forgot-password-form #reset-password-button button:hover {
    border-color: #009189;
    border-radius: 12px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    width: 100%;
    cursor: auto;
    background: linear-gradient(165deg, #009189 100%, #01B8AE 100%);
}

.login-container .block .separation-login-provider {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 6px 0px 22px 0px;
}

.login-container .block .separation-login-provider .line-separation {
    position: absolute;
    top: 10px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
}

.login-container .block .separation-login-provider span {
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
    margin-top: 2px;
}

.login-container .block .separation-login-provider span div {
    font-size: 14px;
    text-decoration: none;
    font-stretch: normal;
    line-height: 16px;
}

.login-container .block .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #DADCE0;
    background: #FFF;
    margin: 0 0 10px 0;
}

.login-container .block .button a {
    text-decoration: none;
    color: #3C4043;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    width: 100%;
    height: 100%;
}

.login-container .block .button a svg {
    margin: 0 8px 0 0;
}

.login-container .block .checkbox {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 12px 0;
}

.form-check-input {
    margin: 0 8px 0 0;
    cursor: pointer;
}

.login-container .block .checkbox input:not(:checked) {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #F4F4F4
}

.login-container .block .checkbox label {
    color: #212B36;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.login-container .gdpr,
.confirmation-block .gdpr {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
}

.login-container .receiv-email {
    font-weight: 700;
}



.login-container .gdpr a {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.modal-header,
.modal-footer {
    border: none;
    padding: 0;
}

.modal-title {
    color: #212B36;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.modal-footer-paste-text {
    margin-top: 10px;
}

textarea.form-control {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    border: 2px solid #009E95;
    background: #fff;
    padding: 6px 17px 28px 12px;
}

.form-select,
.form-control {
    border-radius: 12px;
}

.modal-content {
    padding: 24px;
    border-radius: 24px;
}

.modal-body {
    position: relative;
    padding: 16px 0;
}

.modal-body .count {
    position: absolute;
    color: #6B6D80;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    right: 10px;
    bottom: 0px;
    /*custom-change*/
}

.modal-body .count-v2,
.modal-body .count-v2-scanned {
    position: absolute;
    color: #6B6D80;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    right: 10px;
    bottom: 0px;
    /*custom-change*/
}

textarea.form-control:focus {
    border-color: #009E95;
    box-shadow: none;
}

.modal-footer button.btn-secondary {
    border: none;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    /*background: linear-gradient(165deg, #2867FF 4.88%, #27A4FF 89.34%);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    height: 56px;
    width: auto;
    margin: 0 12px 0 0;
}

/*.modal-footer button.btn-primary {
    border: none;
    border-radius: 12px;
    background: linear-gradient(165deg, #2867FF 4.88%, #27A4FF 89.34%);
    height: 56px;
    width: auto;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 24px;
    text-decoration: none;
}*/

.feedback-button {
    border: none;
    border-radius: 12px;
    width: 100%;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    height: 50px;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    text-decoration: none;
}

.listen-button {
    border: none;
    border-radius: 12px;
    /*background: linear-gradient(165deg, #2867FF 4.88%, #27A4FF 89.34%);*/
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    height: 56px;
    width: auto;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 24px;
    text-decoration: none;
}

.listen-button:focus {
    opacity: 1;
}

.delete-button {
    border: none;
    border-radius: 12px;
    background: linear-gradient(165deg, #E24D44 100%, #E85951 100%);
    height: 56px;
    width: auto;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 24px;
    text-decoration: none;
}

.delete-button:focus {
    opacity: 1;
}

.profile a.logout {
    border: none;
    border-radius: 12px;
    /*background: linear-gradient(165deg, #2867FF 4.88%, #27A4FF 89.34%);*/
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    height: 56px;
    width: auto;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 24px;
    text-decoration: none;
    width: 290px;
    /*custom-change*/
}

.modal-header .btn-close,
.offcanvas-header .btn-close {
    background: #F2F4F9;
    border-radius: 22px;
    display: flex;
    opacity: 1;
}

.modal-header .btn-close:focus,
.offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 8px;
}

.dropdown-item:active,
.dropdown-item:hover {
    background-color: transparent;
    color: #212B36;
}

.custom-file-upload {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 16px 0;
    border: 0.8px dashed #637381 !important;
    /*custom-change*/
}

.custom-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file-upload span {
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #6B6D80;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.term-ofservice-container {
    background: #F2F4F9;
    width: 100%;
    position: relative;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.speech-container {
    background: #F2F4F9;
    width: 100%;
    position: absolute;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.speech-container .back,
.term-ofservice-container .back {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    position: absolute;
    left: 24px;
}

.speech-container .back a,
.term-ofservice-container .back a {
    text-decoration: none;
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.speech-container .back a svg {
    margin: 0 8px 0 0;
}

.speech-container .text,
.term-ofservice-container .text {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.00);
    padding: 16px;
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    min-width: 50%;
    max-width: 690px;
    height: auto;
    /*custom-change*/
    /* min-height: 100vh;*/
    /*custom-change*/
}

.speech-container .text .player,
.term-ofservice-container .text .player {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 50px;
    width: 500px;
    /*custom-change*/
}

.offcanvas.selectVoiceCanvas {
    width: 375px;
    padding: 0 7px;
    border-right: 1px solid #E0E0E0;
}

.offcanvas-header {
    padding: 16px;
}

.offcanvas-title {
    color: #212B36;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    padding: 0 7px;
}

.offcanvas-body .group {
    display: flex;
    flex-direction: column;
}

.offcanvas-body .group.bb {
    border-bottom: 1px solid #E0E0E0;
}

.offcanvas-body .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.offcanvas-body .head span {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.offcanvas-body .group .content ul {
    margin: 0;
    padding: 0;
}

.offcanvas-body .group .content ul li {
    list-style: none;
    text-align: left;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.offcanvas-body .group .content ul li.active {
    background: #F2F4F9;
    border-radius: 8px;
}

.offcanvas-body .group .content span.title {
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.offcanvas-body .group .content span.description {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.hidden-desktop {
    display: none;
}

.container .main-container p {
    color: #212B36;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0 0 20px 0;
}

/*.container .files,*/
.container .user-profile {
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    padding: 24px 86px;
    align-items: center;
    height: 100%;
    overflow: scroll
    /*  justify-content: center;
    align-items: center; */
        /*custom-change*/
}

.container .user-profile .logout-block {
    border-top: 1px solid #E0E0E0;
    padding-bottom: 80px;
}


.container .user-profile p {
    font-family: Manrope;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #212B36;
}

.container .user-profile .content {
    width: 40%;
}

.container .user-profile .content .account-form {
    padding-bottom: 30px;
}


.container .user-profile button {
    width: 100%;
    margin-top: 12px;
    height: 44px;
    line-height: 22px;
    padding: 12px 24px;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.container .user-profile label {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #1B1F3B;
}

.container .user-profile .form-control {
    padding: 0.6rem .75rem
}


.container .user-profile input {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
}

@media (max-width: 576px) {

    .smile-label {
        display: block;
    }

    .smile-state img {
        cursor: pointer;
        width: 45px !important;
        height: 45px !important;
    }
}

.content {
    position: relative;
}

.container .search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .search .search-results {
    overflow: scroll;
    height: auto;
    max-height: 400px;
    width: 100%;
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
    z-index: 11;
}

.container .search .search-results a {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
    color: #212B36;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.container .search .search-results a img {
    position: relative;
}

.container .search .search-results div span {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #212B36;
}

.container .search img {
    position: absolute;
    cursor: pointer;
}

.container .search img#search-submit {
    left: 12px;
}

.container .search img#search-reset {
    display: none;
    right: 12px;
}

.container .search input {
    height: 44px;
    width: 528px;
    border-radius: 12px;
    border: 1px solid #009E95;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #212B36;
    padding: 0 48px;
}

.files-custom {
    min-height: 100px;
}

@media (max-width: 1200px) {
    .container-fluid aside ul li a {
        /*flex-direction: column;*/
        /*custom-change*/
        width: max-content;
    }

    .container .main-container .cards {
        flex-direction: column;
    }

    .container .main-container button.card {
        min-width: -webkit-fill-available;
        min-width: -moz-available;
        /* margin: 0 0 12px 0 !important; */
    }

    .main-container.files .row .col{
        width: 100%;
    }

    .container-fluid aside ul li {
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }

    .speech-container .text,
    .term-ofservice-container .text {
        max-width: 350px;
    }

    .container .search input {
        width: auto;
    }

    .container .search {
        margin-left: 25px;
    }

    .container .user-profile .content {
        width: 100%;
    }
}



/*myfiles*/


.container.files .main,
.container.user-profile .main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.container.files .main button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #1C2434;
}

.container.files .main p,
.container.files p {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #212B36;
}

.container.files p span {
    color: #6B6D80;
}

.container.files .content .folders {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 0 0 24px;
    min-height: 90px;
}

.container.files .breadcrumb {
    margin: 0px 0px 10px 0px;
}

.container.files .back-to-folders {
    text-decoration: none;
    color: #212B36;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    display: flex;
    align-items: center;
    min-width: 75px !important;
}

.container.files .breadcrumb .back {
    background: #fff;
    border-radius: 12px;
    padding: 8px;
}

.container.files .breadcrumb .back a svg {
    margin: 1px 4px 1px 0;
}

.open-original-link {
    position: absolute;
    right: 24px;
}

.open-original-link a {
    text-decoration: none;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: #6B6D80;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.open-original-link a:hover{
    background-color: #FFF;
}

.open-original-link svg {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .text-result-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .open-original-link {
        position: relative;
    }
    .open-original-link a {
        border: none;
    }
}

@media (max-width: 500px) {
    .speech-container .back {
        left: 0;
        padding: 0;
    }
    .open-original-link {
        right: 0;
    }

    .open-original-link a {
        padding: 0;
    }
}

.container.files .title-folder {
    margin-bottom: 0 !important;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px 0px;
}

.container.files .content .folders .actions {
    position: absolute;
    right: 16px;
    top: 50px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
    z-index: 10;
    display: none;
}

.container.files .content .list .file .actions {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
    z-index: 10;
    display: none;
}

.container.files .content .folders .actions .action,
.container.files .content .list .file .actions .action {
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 8px;
    cursor: pointer;
}

.container.files .content .folders .actions .action span,
.container.files .content .list .file .actions .action span {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #212B36;
}

.container.files .content .folders .folder:not(:last-child) {
    margin: 0 0 0 0;
}

.container.files .content .folders .folder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    /*gap: 12px;*/
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    padding: 16px;
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.container.files .content .folders .folder a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.container.files .content .folders .folder p.title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #212B36;
    margin: 0;
}

.container.files .content .folders .folder p.description {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #6B6D80;
    margin: 0;
}

.container.files .content .folders .folder .folder-actions {
    cursor: pointer;
    position: absolute;
    right: 16px;
}

.container.files .content .files div {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: space-between;
}

.container.files .content .files .sort {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 18px 0px 0px;
    cursor: pointer;
}

.container.files .content .files .sort .options {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 8px;
    flex-direction: column;
    z-index: 10;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

.container.files .content .files .sort .options span {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(27, 31, 59, 0.65);
    padding: 4px 16px;
}

.container.files .content .files .sort .options .option {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #212B36;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.container.files .content .files .sort .options .option.active {
    background: #F2F4F9;
}

.container.files .content .files .sort span.title {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6B6D80;
    margin: 0;
    padding-right: 2px;
}

.container.files .content .files .sort span.description {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #212B36;
    margin-right: 2px;
}

.container.files .content .files .sort img#sort {
    margin-left: 12px;
}



/*filter*/
.container.files .content .files .filter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.container.files .content .files .filter .options-filter {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 8px;
    flex-direction: column;
    z-index: 10;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 25px 15px 0px rgba(0, 0, 0, 0.03), 0px 11px 11px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

.container.files .content .files .filter .options-filter span {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(27, 31, 59, 0.65);
    padding: 4px 16px;
}

.container.files .content .files .filter .options-filter .option {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #212B36;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.container.files .content .files .filter .options-filter .option.active {
    background: #F2F4F9;
}

.container.files .content .files .filter span.title {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6B6D80;
    margin: 0;
}

.container.files .content .files .filter span.description {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #212B36;
}

.container.files .content .files .filter img#sort {
    margin-left: 12px;
}

/*endfilter*/
.container.files .content .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
}

.container.files .content .list .file {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
}

.container.files .content .list .file div {
    display: flex;
    flex-direction: column;
}

.container.files .content .list .file a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.container.files .content .list .file p.title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #212B36;
    margin: 0;
}

.container.files .content .list .file p.description {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #6B6D80;
    margin: 0;
}

.container.files .content .list .file .file-actions {
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.container.files .content .folders .actions .action img, 
.container.files .content .list .file .actions .action img{
    width: 16px;
    height: 16px;
}

.container.files .pagination {
    padding: 15px 33px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.container.files .pagination a {
    padding: 0 12px;
    text-decoration: none;
    color: #333A48;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    height: 32px;
    display: flex;
    align-items: center;
    margin: 0px 2px;
}

.container.files .pagination a.current {
    color: #fff;
    background: #333A48;
    border-radius: 12px;
    z-index: 0;
}




@media (max-width: 1200px) {

    /*.container.files .content .files .back-to-folders {
        display: block;
    }*/

    .container.files .content .files .file-sort-by {
        display: none;
    }

    .container.files .content .files .sort {
        display: none;
    }


    .container.files .content .files .filter {
        display: none;
    }

    .container.files .content .folders .folder {
        width: 100%;
    }

    .container.files .content .list .file p.title {
        max-width: 80%;
    }
}


@media (max-width: 768px) {
    .container-fluid {
        /*custom-change*/
        height: auto;
        /*custom-change*/
        overflow-x: hidden !important;
        /*custom-change*/
    }

    /*custom-change*/

    .hidden-desktop {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .container .top .account {
        display: none;
    }

    .container-fluid aside .logo {
        display: none;
    }

    .container-fluid aside {
        position: fixed;
        bottom: 0;
        height: unset !important;
        width: 100%;
    }

    .container-fluid aside ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-top: 2px;
        /*custom-change*/
        margin-bottom: 2px;
        /*custom-change*/
    }

    .container-fluid aside ul li {
        padding: 8px 32px;
    }

    .container-fluid aside ul li.active {
        background: none;
    }

    .container-fluid aside ul li a {
        display: flex;
        flex-direction: column;
    }

    .container-fluid aside ul li.active a {
        color: #009E95;
    }

    .container .main-container span.title {
        display: none;
    }

    .container .main-container .card .info span.title {
        display: block;
    }

    .container .main-container .cards {
        flex-direction: column;
    }

    .container .main-container,
    .container .user-profile {
        padding: 24px;
        /*height: auto !important;*/
        height: 100% !important;
    }

    .container .main-container button.card {
        width: 100%;
    }

    .container .top {
        background: #F2F4F9;
        justify-content: center;
        position: fixed;
        top: 0;
        height: unset !important;
        width: 100%;
        z-index: 10;
    }

    .offcanvas.selectVoiceCanvas {
        width: 100%;
    }

    .speech-container,
    .term-ofservice-container {
        flex-direction: column;
        justify-content: start;
        /*custom-change*/
    }

    .speech-container .text,
    .term-ofservice-container .text {
        /*  min-width: unset;
            max-width: unset;*/
        min-width: 100%;
        /*custom-change*/
        /*  min-width: unset;*/
        margin: 16px 0 0;
    }

    .speech-container .back,
    .term-ofservice-container .back {
        background: transparent;
        position: relative;
    }

    .speech-container .back a,
    .term-ofservice-container .back a {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px
    }

    .logout {
        position: fixed;
        bottom: 130px;
        /*width: calc(100% - 48px);*/
        /*custom-change*/
    }

    /*.container .profile {
        flex-direction: unset;
    }*/

    .container .main-container:not(.files) p {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .container-fluid aside ul li a img {
        margin: unset;
    }

    .container .search {
        margin-left: 15px;
    }

    .container.files .pagination {
        padding: 20px 5px 15px;
    }

    .container.files .pagination a {
        padding: 0px 8px;
        font-size: 12px;
        line-height: 12px;
        height: 22px;
        margin: 0px 2px;
    }
}


/*endmyfiles*/

label.error-label {
    width: 100%;
    margin-top: 0.40rem;
    font-size: .875em;
    color: #dc3545;
    position: absolute;
}

textarea.error-label {
    border: 2px solid #dc3545 !important;
}

label.error-valid-input {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545 !important;
    position: relative;
}

input.error-valid-input,
textarea.error-valid-input {
    border: 2px solid #dc3545 !important;
}



.error-login-label,
.set-password-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.set-password-message.success {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #009E95;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgb(0 0 0 / 45%);
}

.overlay .overlay-content {
    position: absolute;
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.overlay .overlay-content .loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #009E95;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.offcanvas-body img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}




.page-link {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}

.page-link:hover {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}

.page-link:focus-visible {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}

.page-link:focus {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}

.page-link:focus-within {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}

.page-link:visited {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}

.page-link:target {
    box-shadow: none;
    background: #dee2e6;
    border-radius: 12px;
}


/* Loader 6 */
.loader-6 {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 40%);
}

.loader-6 span {
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
}

.loader-6 span::before,
.loader-6 span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    border: 2px solid #009E95;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
    animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
}

@-webkit-keyframes loader-6-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.5);
        opacity: 0;
    }
}

@keyframes loader-6-1 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1.5);
        opacity: 0;
    }
}

.loader-6 span::after {
    -webkit-animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
    animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
}

@-webkit-keyframes loader-6-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
    }
}

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
    }
}

.toast-container {
    z-index: 11;
    top: 5%;
}

.toast-container .toast {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    color: #212B36;
    border-radius: 16px;
    padding: 0px 16px;
}

.toast-container .toast .toast-body {
    display: flex;
    align-items: center;
    padding: 0.90rem;
}

.toast-container .toast p {
    margin: 0px 0px 0px 10px !Important;
}

.page-link:focus {
    z-index: 0 !important;
}


.feedback, .account-deletion, .password-box {
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.smile-state img {
    cursor: pointer;
    width: 69px;
    height: 69px;
}


.content-lazy-load {
    position: relative;
    border-radius: 4px;
    background: white;
    overflow: hidden;
}

.title-stripe {
    width: 50%;
    margin: 3px 0px 16px 0px;
    padding: 4px;
}

.stripe-7 {
    width: 7%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}

.stripe-40 {
    width: 40%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}

.stripe-30 {
    width: 30%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}

.stripe-20 {
    width: 20%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}

.long-stripe-100 {
    width: 100%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}

.long-stripe-80 {
    width: 80%;
    padding: 1px;
    margin: 0px 4px 3px 0px;
    display: inline-block;
}


.loading-stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 75%);
    background-size: 200% 100%;
    animation: stripe 1.5s infinite linear;
}

.content-text {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Animation for loading stripes */
@keyframes stripe {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

/* Reveal content text */
.content.loaded .loading-stripes {
    display: none;
}

.content.loaded .content-text {
    opacity: 1;
}

/* Simulate "loading" effect without JavaScript */
@media (prefers-reduced-motion: no-preference) {
    .content {
        animation: reveal 0.5s ease-in-out forwards;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.error-container {
    text-align: center;
    margin-top: 15%;
    padding: 30px 0px;
}

.file-upload-hint {
    font-size: 15px;
    color: #6B6D80;
}

/* Ensure #textDisplay does not go under the fixed player and is scrollable if content is long */
#textDisplay {
    /* max-height: calc(100vh - 220px); */
    max-height: calc(100vh - 150px);
    /* Adjust 220px if your player is taller/shorter */
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 24px;
    padding-bottom: 40px;
    /* Optional: space above the player */
}

@media (max-width: 768px) {
    #textDisplay {
        padding-bottom: 120px;
    }
}

.player-with-selects {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 100;
    width: auto;
    gap: 24px;
}

.player-with-selects .audio-player {
    margin: 0;
}

.player-selects {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.player-selects select {
    width: 140px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #3498DB;
    background: #fff;
    color: #212B36;
    font-size: 15px;
    cursor: pointer;
}

/* Player Update */
.text-result {
    position: relative;
}

.text-result::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -27.12%, #FFFFFF 76.74%);
    bottom: 80px;
    height: 40px;
}

.controls div.f {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
}

.controls div.f .filter-item{
    margin-left: 0;
    margin-right: 0;
}

.controls .play-control-buttons{
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
}

.controls div.l {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-end;
}

.player .controls .show-regenerate-button,
.player .controls .mode-button,
.player .controls .speed-button,
.player .controls .download-audio-button {
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgba(224, 224, 224, 0.2) ;
    text-align: center;
    height: 28px;
    width: 47px;
}

.player .controls .mode-button,
.player .controls .download-audio-button {
    width: 45px;
    margin-left: 10px;
}

.player .controls .show-regenerate-button {
    width: 45px;
    margin-right: 10px;
}

.player .controls .show-regenerate-button svg {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
}

.player .controls .mode-button {
    margin-left: 28px;
}

@media (max-width: 768px) {
    .player .controls .mode-button,
    .player .controls .speed-button,
    .player .controls .download-audio-button{
        width: 35px;
    }

    .player .controls .mode-button,
    .player .controls .download-audio-button {
        margin-left: 5px;
    }

    .player .controls .mode-button {
        margin-left: 18px;
    }
}

.speech-container .text .player {
    width: 100%;
    min-width: 50%;
    max-width: 690px;
    bottom: 20px;
}

.speech-container .text .player .audio-player {
    max-width: 100%;
}

@media (max-width: 768px) {
    .speech-container .text .player {
        max-width: calc(100% - 20px);
    }
}

.range-control-buttons {
    background-color: #1C2434;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px;
}

.range-control-buttons.no-buttons .range-control-buttons-inner {
    min-width: 156px;
}

.range-control-buttons-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Chrome, Safari, Edge, Opera */
.range-control-buttons input::-webkit-outer-spin-button,
.range-control-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.range-control-buttons input[type=number] {
  -moz-appearance: textfield;
}

.range-control-buttons .range-control-value {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    min-width: 82px;
    flex-wrap: wrap;
    padding-bottom: 2px;
}


.range-control-buttons.pitch-controls .range-control-value {
    min-width: 106px;
}

.range-control-buttons .range-control-value input,
.range-control-buttons .range-control-value select,
.range-control-buttons .range-control-value .value {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

.range-control-buttons .range-control-value select {
    background: transparent;
    border: none;
}

.range-control-buttons .range-control-value input {
    display: none;
}

.range-control-buttons .range-control-value .label {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #6B6D80;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.range-control-buttons .range-control-button {
    width: 48px;
    height: 44px;
    background: #1C2434;
    border: 1px solid rgba(224, 224, 224, 0.2);
    border-radius: 6px;
}

@media (max-width: 768px) {
    .range-control-buttons .range-control-button {
        width: 38px;
        height: 34px;
    }
    .range-control-buttons .range-control-button svg {
        width: 22px;
        height: 22px;
    }
}

.range-control-buttons .range-control-button:hover {
    opacity: 0.8;
}

.speech-container .text .player .mode-controls,
.speech-container .text .player .speed-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: -8px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.speech-container .text .player .mode-controls {
    left: 10px;
}

.speech-container .text .player .speed-controls {
    right: 10px;
}

.speech-container .text .player .speed-controls.active,
.speech-container .text .player .mode-controls.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%);
}

.play-control-buttons {
    display: flex;
    align-items: center;
}

.play-control-buttons .play-button {
    margin: 0px 32px;
}

@media (max-width: 768px) {
    .play-control-buttons .play-button {
        margin: 0px 10px;
    }
}

.play-control-buttons .play-forward-button {
    text-align: center;
    position: relative;
}

.play-control-buttons .play-forward-button svg {
    display: block;
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .play-control-buttons .play-forward-button svg {
        width: 14px;
        height: 14px;
    }
}

.play-control-buttons .play-forward-button span {
    display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1081px) {
    .show-regenerate-button {
        display: none;
    }
}


/* Fixed Regenerate button at bottom right */
#regenerateBtn {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 2000;
    padding: 14px 28px;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(40, 103, 255, 0.15);
    cursor: pointer;
    transition: background-color 1s;
}

@media (max-width: 1080px) {
    #regenerateBtn {
        bottom: 118px;
        display: none;
    }

    #regenerateBtn.active{
        display: block;
    }
}

#regenerateBtn:hover {
    background: linear-gradient(165deg, #00bbb2 100%, #00dacf 100%);
}

/* Click to Read */

.click-to-read-button {
    position: fixed;
    z-index: 99;
    transition: 0.2s;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: white;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #212B36;
    padding: 17px 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    min-width: 247px;
    user-select: none;
}

.click-to-read-button:hover .txt,
.click-to-read-button:hover .icon {
    opacity: 0.8;
}

.click-to-read-button .txt {
    padding-right: 50px;
    transition: 0.2s;
}

.click-to-read-button .icon {
    transition: 0.2s;
    width: 16px;
    height: 16px;
}

.click-to-read-button .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.click-to-read-button.hide {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 768px) {
    .click-to-read-button {
        padding: 10px 12px;
        min-width: 192px;
    }

    .click-to-read-button .txt {
        padding-right: 10px;
    }
}

#email-auth-form {
    display: flex;
    flex-direction: column;
}

/* segmented-voices */
.segmented-voices {

}

.segmented-voices .bb{
    border-bottom: 1px solid #E0E0E0;
}

.segmented-voices-inner {
    
}

.segmented-voices-inner.open .segmented-head .icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.segmented-head {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #212B36;
}

.segmented-head .icon {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.segmented-head .icon:before,
.segmented-head .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background-color: #6B6D80;
    border-radius: 2px;
    transition: 0.2s;
}

.segmented-head .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.segmented-content .content{

}

.segmented-content li {
    flex-direction: row !important;
    align-items: center;
}

.segmented-content li .txt{
    max-width: calc(100% - 30px);
}

.segmented-content li .title{
    font-size: 15px;
    line-height: 16px;
}

.segmented-content li .description{
    color: #6B6D80;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.voice-search-input {
    position: relative;
}

.voice-search-input input{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #6B6D80;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    width: 100%;
    padding: 9px 14px;
}

.voice-search-input svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;

}

.offcanvas-body .group .content ul li.hide{
    display: none;
}

/* */

.modal-footer .filter-item {
    margin: .25rem;
    width: auto;
    background: #1C2434;
    border-radius: 12px;
    overflow: hidden;
    height: 56px;
    padding: 16px;
    cursor: pointer;
}

.modal-footer .filter-item .flag {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.modal-footer .filter-item .flag::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
}

.modal-footer .filter-item .master {

}

.modal-footer .filter-item .master .text-player {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-footer .filter-item .master .badge {
    background: transparent;
    border: none;
    padding: 0;
}

.modal-footer .filter-item:hover {
    opacity: 0.7;
}

.offcanvas-home{
    z-index: 9999;
}

.offcanvas-home .backdrop{
    display: block;
    position: absolute;
    background: #00000029;
    width: 100vw;
    height: 100%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.offcanvas-home.show .backdrop{
    opacity: 1;
    visibility: visible;
}


@media (max-width: 768px) {
    .offcanvas-home .backdrop {
        display: none;
    }
}
.file-upload-hint {
    font-size: 15px;
    color: #6B6D80;
}

/* Ensure #textDisplay does not go under the fixed player and is scrollable if content is long */
#textDisplay {
    max-height: calc(100vh - 220px);
    /* Adjust 220px if your player is taller/shorter */
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 24px;
    /* Optional: space above the player */
}

.player-with-selects {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 100;
    width: auto;
    gap: 24px;
}

.player-with-selects .audio-player {
    margin: 0;
}

.player-selects {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.player-selects select {
    width: 140px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #3498DB;
    background: #fff;
    color: #212B36;
    font-size: 15px;
    cursor: pointer;
}

/* Fixed Regenerate button at bottom right */
#regenerateBtn {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 2000;
    padding: 14px 28px;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(40, 103, 255, 0.15);
    cursor: pointer;
    transition: background-color 1s;
}

#regenerateBtn:hover {
    background: linear-gradient(165deg, #00bbb2 100%, #00dacf 100%);
}

/* Click to Read */

.click-to-read-button {
    position: fixed;
    z-index: 99;
    transition: 0.2s;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: white;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #212B36;
    padding: 17px 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    min-width: 247px;
    user-select: none;
}

.click-to-read-button:hover .txt,
.click-to-read-button:hover .icon {
    opacity: 0.8;
}

.click-to-read-button .txt {
    padding-right: 50px;
    transition: 0.2s;
}

.click-to-read-button .icon {
    transition: 0.2s;
    width: 16px;
    height: 16px;
}

.click-to-read-button .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.click-to-read-button.hide {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 768px) {
    .click-to-read-button {
        padding: 10px 12px;
        min-width: 192px;
    }

    .click-to-read-button .txt {
        padding-right: 10px;
    }
}

/* segmented-voices */
.segmented-voices {

}

.segmented-voices .bb{
    border-bottom: 1px solid #E0E0E0;
}

.segmented-voices-inner {

}

.segmented-voices-inner.open .segmented-head .icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.segmented-head {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #212B36;
}

.segmented-head .icon {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.segmented-head .icon:before,
.segmented-head .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background-color: #6B6D80;
    border-radius: 2px;
    transition: 0.2s;
}

.segmented-head .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.segmented-content .content{

}

.segmented-content li {
    flex-direction: row !important;
    align-items: center;
}

.segmented-content li .txt{
    max-width: calc(100% - 30px);
}

.segmented-content li .title{
    font-size: 15px;
    line-height: 16px;
}

.segmented-content li .description{
    color: #6B6D80;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.voice-search-input {
    position: relative;
}

.voice-search-input input{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #6B6D80;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    width: 100%;
    padding: 9px 14px;
}

.voice-search-input svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;

}

.offcanvas-body .group .content ul li.hide{
    display: none;
}

/* Plans and subscriptions */

#subscriptions-container {
    height: calc(100vh - 140px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 24px;
    padding-bottom: 80px;
    background: #F2F4F9;
}

#subscriptions-container div.divider {
    border-bottom: 1px solid #E0E0E0;
    height: 1px;
    margin: 24px 0;
    width: 100%;
}

/* Current Subscription Info */
.current-subscription-info {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.subscription-title {
    color: #212B36;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.subscription-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.subscription-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subscription-item h4 {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.subscription-item span {
    color: #212B36;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.status-badge {
    background: #E8F5E8;
    color: #2E7D32;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: fit-content;
}

.usage-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usage-bar {
    width: 100%;
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.usage-progress {
    height: 100%;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Plan Offers Section */
.plan-offers-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plans-title {
    color: #212B36;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.plan-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

/* Plan Cards */
.plan-card {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #E0E0E0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-card:hover {
    border-color: #009E95;
    box-shadow: 0px 8px 32px 0px rgba(0, 158, 149, 0.15);
    transform: translateY(-2px);
}

.plan-header {
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%);
    padding: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.plan-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-name {
    color: #212B36;
    font-family: Manrope;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.plan-price {
    color: #009E95;
    font-family: Manrope;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
}

.price-period {
    color: #6B6D80;
    font-size: 16px;
    font-weight: 500;
}

.plan-body {
    padding: 24px;
    flex-grow: 1;
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F2F4F9;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-label {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.feature-value {
    color: #212B36;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.addons-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.addons-title {
    color: #212B36;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.addons-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #F8F9FA;
    border-radius: 8px;
}

.addon-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.addon-type {
    color: #212B36;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.addon-amount {
    color: #6B6D80;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.addon-cost {
    color: #009E95;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.plan-footer {
    padding: 24px;
    border-top: 1px solid #E0E0E0;
    background: #F8F9FA;
}

.plan-subscribe-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(165deg, #009E95 100%, #01B8AE 100%);
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease;
}

.plan-subscribe-btn:hover {
    background: linear-gradient(165deg, #00bbb2 100%, #00dacf 100%);
    transform: translateY(-1px);
    box-shadow: 0px 4px 16px 0px rgba(0, 158, 149, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
    #subscriptions-container {
        padding: 16px;
    }
    
    .subscription-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .plan-offers-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .current-subscription-info,
    .plan-header,
    .plan-body,
    .plan-footer {
        padding: 16px;
    }
    
    .plan-name-price {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Addon History and Purchase Button Styles */
.addon-history-item {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 8px;
}

.addon-history-item .addon-dates {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.addon-history-item .addon-dates small {
    color: #6c757d;
    font-size: 0.875rem;
}

.addon-purchase-btn {
    border: 2px solid #007bff;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.addon-purchase-btn:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.addon-purchase-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

.addon-purchase-btn .addon-purchase-indicator {
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.addon-purchase-btn:hover .addon-purchase-indicator {
    border-top-color: rgba(255, 255, 255, 0.3);
}

.addon-purchase-btn .addon-purchase-indicator span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #007bff;
}

.addon-purchase-btn:hover .addon-purchase-indicator span {
    color: #fff;
}

.no-addons-message {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

.no-addons-message p {
    margin: 0;
}

/* Addons Row Flexbox Layout */
.addons-row {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    align-items: flex-start;
}

.addon-history-column {
    flex: 0 0 75%;
    min-width: 0; /* Prevent flex items from overflowing */
}

.addon-available-column {
    flex: 0 0 25%;
    min-width: 0; /* Prevent flex items from overflowing */
}

/* Enhanced addon section spacing */
.addons-section {
    margin-top: 0; /* Reset since we handle spacing in addons-row */
}

.addons-section:first-of-type {
    margin-top: 0; /* Reset since we handle spacing in addons-row */
}

.addons-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

/* Responsive adjustments for addon sections */
@media (max-width: 768px) {
    .addons-row {
        flex-direction: column;
        gap: 20px;
        margin-top: 24px;
    }
    
    .addon-history-column,
    .addon-available-column {
        flex: 1 1 100%;
    }
    
    .addon-item {
        margin-bottom: 12px;
    }
    
    .addon-purchase-btn {
        width: 100%;
    }
    
    .addons-title {
        font-size: 1.1rem;
    }
}