/*
Theme Name: TTSWP
Theme URI: http://ttswp.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: ttswp
Description: TTSWP is text-to-speech WordPress theme
Tags: responsive-layout, custom-colors, custom-menu, featured-images, theme-options
Version: 1.0
Requires at least: 5.9
Tested up to: 6.2
Stable tag: 1.0
Requires PHP: 7.4
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
  3.  CONTENT
    3.1. Blog Loop
    3.2. Archive
    3.3. 404 Page
  4.  SINGLE POST
  5.  WIDGET
  6. FOOTER
  7. AUTHOR PAGE
  8. PAGINATION
  9. LOGIN PAGE TEMPLATE
  10.  TTS
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1.  BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'Nunito Sans';
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    background-color: #FAFAFA;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

ul {
    list-style: inherit;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul ul {
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.post-content>ul,
.post-content>ol {
    margin-bottom: 20px;
}

.post-text>ul,
.post-text>ol {
    margin-bottom: 20px;
}

.post-content ul>li>ul,
.post-content ol>li>ol,
.page-content ul>li>ul,
.page-content ol>li>ol,
.comment-content ul>li>ul,
.comment-content ol>li>ol {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.11111;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.125;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    cursor: pointer;
    outline: none;
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #8C3E5E;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
    color: #333333;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
}

th {
    font-weight: bold;
    border-bottom: 2px solid;
    text-align: center;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

button {
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1.5em 0;
    padding: 0;
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F0F0F0;
    border-radius: 10px;
    position: relative;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    margin-left: 85px;
    padding-left: 10px;
    padding-right: 60px;
}
blockquote:before {
    color: #8C3E5E;
    content: "\f10e";
    font-size: 7em;
    margin-right: 0.4em;
    position: absolute;
    left: -85px;
}
blockquote p {
    font-size: 20px;
    line-height: 32px;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 0;
    justify-content: center;
    font-family: 'Nunito Sans';
}

blockquote cite {
    font-size: 16px;
    padding-bottom: 30px;
    display: block;
}

ol {
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

.post-content dl,
.comment-content dl,
.page-content dl {
    margin-bottom: 20px;
}

.post-password-form p,
.post-password-form label {
    position: relative;
}

.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    border: 0;
    border: 0;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    color: #000000;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #eee;
}

.post-password-form input[type="submit"] {
    width: 100px;
    text-align: center;
    background-color: #119e91;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    letter-spacing: 0.025em;
    width: auto;
    border: none;
    margin-top: 15px;
    border: 0;
    cursor: pointer;
    height: auto;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.post-password-form input[type="submit"]:hover {
    background-color: #8C3E5E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
    background: #dddddd;
    border-radius: 0.2rem;
}

dt {
    font-weight: 700;
}

address {
    display: block;
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

em,
q,
dfn {
    font-style: italic;
}

abbr,
acronym {
    cursor: help;
}

abbr[title] {
    text-decoration: underline dotted;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 80%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

var {
    font-style: italic;
}

.bypostauthor > .comment .comment-author cite:after {
    content: "post author";
    font-size: 14px;
    margin-left: 6px;
    color: #8C3E5E;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.wp-block-button {
    margin-bottom: 12px;
}

img.aligncenter,
img.alignnone,
figure.aligncenter,
figure.alignnone,
.wp-block-button.aligncenter,
.wp-block-button.alignnone,
.wp-block-cover.aligncenter,
.wp-block-cover.alignnone,
.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
    margin-bottom: 20px;
}

.wp-block-gallery:not(.has-nested-images).alignleft,
img.alignleft,
figure.alignleft,
.wp-block-button.alignleft,
.wp-block-cover.alignleft {
    margin: 10px 20px 20px 0;
}

.wp-block-gallery:not(.has-nested-images).alignright,
img.alignright,
figure.alignright,
.wp-block-button.alignright,
.wp-block-cover.alignright {
    margin: 10px 0 10px 20px;
    clear: both;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignnone,
.wp-block-cover.alignfull,
.wp-block-cover.alignwide {
    padding: 16px;
}

body .wp-block-image {
    margin-bottom: 20px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    padding: .44em;
    font-size: 2em;
    line-height: 1.8;
}

.post-content a.post-page-numbers:hover {
    color: #ffffff;
}

.post-content .wp-block-button__link {
    color: #ffffff;
}

.single-post-content .post-content a.post-page-numbers:hover {
    color: #000000;
}

.post-content .wp-block-button.is-style-outline>a {
    color: #000000;
}

.post-content .wp-block-button.is-style-outline>a:hover {
    color: #119e91;
}

.page-links {
    clear: both;
    margin-top: 30px;
}

.post-content .wp-block-cover p:not(.has-text-color) {
    color: #ffffff;
}

.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    margin-top: 0 !important;
    color: #ffffff;
    background-color: #333333;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #eee;
}

.gallery {
    display: inline-flex;
    margin: 0 -0.8em;
    flex-wrap: wrap;
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
}

@media (min-width: 700px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.3333%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: calc(100% / 6);
    }
    .gallery-columns-7 .gallery-item {
        max-width: calc(100% / 7);
    }
    .gallery-columns-8 .gallery-item {
        max-width: calc(100% / 8);
    }
    .gallery-columns-9 .gallery-item {
        max-width: calc(100% / 9);
    }
}

.wp-block-group__inner-container>h2 {
    font-size: 23px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
    left: 0;
    right: 0;
    line-height: 1.5;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px 120px 30px 30px;
}

.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.post-content .wp-block-cover-text a {
    color: #ffffff;
}

.page-links a,
.page-links>span {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    height: 1.8461538462em;
    line-height: 1.992308em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.page-links a {
    color: #151515;
    border-right: 0;
}

.page-links .current,
.page-links a:hover,
.page-links a:focus {
    background-color: #119e91;
    border-color: #119e91;
    color: #ffffff;
}

.post-content .page-links a {
    color: #151515;
}

.page-links>.page-links-title {
    border: 0;
    color: #000000;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
    background: transparent;
}

.wp-block-gallery {
    margin: 0 0 20px;
}

.wp-block-calendar table th {
    background-color: #119e91;
    color: #ffffff;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #000000;
}

.wp-block-calendar tbody td#today {
    color: #119e91;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: #ffffff;
}

.wp-block-audio {
    margin: 0 0 20px;
    line-height: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    color: #000000;
}

.has-background .wp-block-media-text__content {
    color: #000000;
}

pre {
    font-size: 16px;
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.6;
    margin: 1em 0;
}

figure, select {
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 2;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

.wp-caption .wp-caption-text a,
.gallery-caption a,
.entry-caption a {
    color: #ffffff;
    font-weight: 700;
}

.sticky .post-content-wrap:before {
    content: "Featured Post";
    padding: 3px 20px;
    color: #ffffff;
    background-color: #F59B41;
    position: relative;
    top: 0;
    z-index: 10;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.has-medium-font-size {
    font-size: 20px;
    margin-bottom: 0;
}

.has-large-font-size {
    font-size: 36px;
    margin-bottom: 0;
}

.wp-block-cover__inner-container strong {
    font-weight: 500;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*custom base*/

input {
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    border: none;
    padding: 0 15px;
}

textarea {
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    padding: 15px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

.container {
    width: 1440px;
    max-width: 100%;
}

.single-post .blog.wrapper .container {
    width: 1170px;
}

.meta-bottom {
    clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*  2.  HEADER
/*-----------------------------------------------------------------------------------*/

header#header {
    padding: 30px 0;
    position: relative;
    z-index: 100;
}

header#header .header-wrapper {
    display: flex;
    align-items: center;
}

header#header .header-wrapper .logo, header#header .header-wrapper .header-btn {
    flex: 1;
}

header#header .header-wrapper .logo img {
    max-width: 150px;
}

header#header .header-wrapper .navigation {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
header#header .header-wrapper .navigation.default {
    width: auto;
}

header#header .header-wrapper .navigation.flex-end {
    justify-content: flex-end;
}

.site-title {
    margin-bottom: 0;
    margin-right: 20px;
}

.sm-clean li {
    margin-right: 0;
}

.sm:after {
    display: none;
}

.sm-clean .sub-menu,
.sm-clean .children {
    border: 0;
    padding: 10px 0;
    border-radius: 5px !important;
    background: white;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

.sub-menu li a,
.children li a {
    padding: 10px 20px;
}

header#header .header-wrapper .sub-menu li a:hover,
header#header .header-wrapper .sub-menu li a:focus,
header#header .header-wrapper .sub-menu li a:active,
header#header .header-wrapper .sub-menu li a.highlighted,
header#header .header-wrapper .children li a:hover,
header#header .header-wrapper .children li a:focus,
header#header .header-wrapper .children li a:active,
header#header .header-wrapper .children li a.highlighted {
    color: #F59B41;
    background: transparent;
    padding: 10px 20px;
}

header#header .header-wrapper .navigation nav > ul {
    display: flex;
    justify-content: center;
    gap: 45px;
    list-style: none;
}

header#header .header-wrapper .navigation nav ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E2D;
    font-family: 'Inter';
}

header#header .header-wrapper .navigation nav ul li a:hover {
    color: #F59B41;
}

.header-avilable-chars span {
    display: block;
}

.header-avilable-chars span:first-child {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 20px;
    color: #1E1E2D;
}

.header-avilable-chars span:last-child {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #E28F20;
}


/*header#header .header-wrapper .navigation nav ul li a:hover span.sub-arrow {
    border-color: #F59B41 transparent transparent transparent;
}*/

@media screen and (min-width: 1025px) {

    .sm-clean > li > ul:before, .sm-clean > li > ul:after {
        content: '';
        position: absolute;
        top: -18px;
        left: 20px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #ffffff transparent;
    }

}

header#header .header-wrapper .header-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

header#header .header-wrapper .header-btn .btn-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 40px;
    background-color: #8C3E5E;
    border-radius: 5px;
    min-width: 120px;
    text-align: center;
}

header#header .header-wrapper .header-btn .btn-header.btn-right {
    background-color: #F59B41;
}

/*-----------------------------------------------------------------------------------*/
/*  3.  CONTENT
/*-----------------------------------------------------------------------------------*/
/* 3.1. Blog Loop */
.blog.wrapper {
    margin: 120px 0;
}
.blog-loop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: 1140px;
    margin: auto;
}

.blog-section.blog-loop.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.blog-section.blog-loop .blog-item {
    width: calc(100% /3);
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-loop .post-thumb {
    margin: 0 20px;
    line-height: 0;
    position: relative;
}
.blog-loop .post-thumb img {
    border-radius: 10px;
    width: auto;
    height: 276px;
    object-fit: cover;
}
.blog-loop .blog-item .post-meta {
    margin-bottom: 10px;
}
.blog-loop .blog-item .post-meta a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;    
    letter-spacing: 0.1em;
    text-transform: uppercase;    
    color: #8C3E5E;
}
.blog-loop .blog-item .post-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    margin-bottom: 10px;
}
.blog-loop .blog-item p {
    line-height: 180%;
    letter-spacing: 0.15px;
    color: #969696
}
.blog-loop .post-content-wrap {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 0;
    margin: 0;
    padding: 30px;
}
.blog-loop .post-content-wrap.has-thumb {
    margin-top: -120px;
    padding: 150px 30px 30px;
}
.post-content .button {
    margin-top: 10px;
    background: #8C3E5E;
    border-radius: 5px;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #8C3E5E;
    padding: 5px 20px;
}
.post-content .button:hover {
    background: transparent;
    color: #8C3E5E;
    border-color: #8C3E5E;
}

.blog-loop .post-date {
    position: absolute;
    top: 20px;
    right: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F59B41;
    border-radius: 20px 0px 0px 20px;
    padding: 5px 20px;
}

.navigation-paging.pagination {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navigation-paging.pagination {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
}
.navigation-paging.pagination .nav-previous,
.navigation-paging.pagination .nav-next {
    width: 100%;
}
.navigation-paging.pagination a {
    margin-top: 10px;
    background: #8C3E5E;
    border-radius: 5px;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #8C3E5E;
    padding: 15px 20px;
}
.navigation-paging.pagination .nav-next {
    text-align: right;
}
.navigation-paging.pagination a:hover {
    background: transparent;
    color: #8C3E5E;
    border-color: #8C3E5E;
}

/* 3.2. Archive */
.archive .page-title,
.search .page-title {
    margin-bottom: 50px;
}

.blog-loop .post.no-result {
    grid-column: span 3 / span 3;
}

/* 3.3. 404 Page */
.head404 img {
    margin: auto;
}
.content404 {
    text-align: center;
}
.content404 p span {
    display: block;
    font-weight: 600;
    font-size: 23px;
    line-height: 42px;
    color: #000000;
}
.content404 a {
    background: #8C3E5E;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
}
.error404 .heading-page.no-result.no-found {
    margin-bottom: 100px;
    margin-top: 50px;
}
.page-content {
    margin-bottom: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  SINGLE POST
/*-----------------------------------------------------------------------------------*/
.post-content-wrap {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.blog-head {
    text-align: center;
    margin-bottom: 40px;
}
.post-date {
    font-size: 23px;
    line-height: 65px;
    color: #AFAFAF;
}
.post-title {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 0;
}

.post-category a {
    font-size: 23px;
    line-height: 65px;
    text-transform: uppercase;
    color: #8C3E5E;
}
.post-thumb {
    margin-bottom: 50px;
    line-height: 0;
}

.meta-bottom ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.meta-bottom ul li {
    display: inline-block;
}

.meta-bottom {
    position: relative;
    overflow: hidden;
}

.post-nav-links {
    clear: both;
}

.single-wrapper article {
    margin-bottom: 60px;
}

/* author */
.single-post-author-block {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 40px 40px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.single-post-author-wrap {
    display: flex;
    gap: 40px;
}

.single-post-author-wrap .desc-author {
    flex: 1;
}

.single-post-author-wrap .desc-author .desc-author-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.single-post-author-wrap .desc-author .desc-author-top ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post-author-wrap .desc-author .desc-author-top ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #DEDEDE;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.single-post-author-wrap .desc-author .desc-author-top ul li a svg path {
    transition: all .3s ease-in-out;
}

.single-post-author-wrap .desc-author .desc-author-top ul li a:hover {
    background-color: #8C3E5E;
}

.single-post-author-wrap .desc-author .desc-author-top ul li a:hover svg path {
    fill: #ffffff;
}

.single-post-author-wrap .image-author {
    width: 100px;
    height: 100px;
    display: contents;
}
.single-post-author-wrap .image-author img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.desc-author a {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.desc-author p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.comments-area {
    border-top: 1px solid #E5E5E5;
    padding-top: 50px;
    margin-top: 50px;
}

.single-post-pagination {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E5E5E5;
}

.item-pagination {
    position: relative;
}
.item-pagination .image-pagination-post img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.pagination-post-wrap {
    gap: 30px;
}
.detail-pagination-post {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    padding: 0 30px;
}
.pagination-content p {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.pagination-content .pag-post-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FCBC58;
}

/* Comment */
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    width: calc(100% / 3);
    float: left;
}
.comment-form-author,
.comment-form-email {
    padding-right: 30px;
} 
.comment-form-cookies-consent {
    display: none;
}
.comment-form label {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    padding: 0;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 1px solid;
    border-color: #000000;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    outline: none !important;
}
.comment-form textarea {
    padding: 10px 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 1px solid;
    border-color: #000000;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    outline: none !important;
}
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #C8C8C8;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="email"]:hover,
.comment-form input[type="url"]:hover,
.comment-form textarea:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #8C3E5E;
}
.comment-form input[type="submit"] {
    width: 170px;
    height: 50px;
    background: #8C3E5E;
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
.comment-form input[type="submit"]:hover {
    color: #8C3E5E;
    background: #ffffff;
    border-color: #8C3E5E;
}
.comment-reply-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
}
.comment-notes {
    display: none;
}
.comment-form-comment {
    margin-bottom: 50px;
}
.comments-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 34px;
}
.comment-list {
    list-style: none;
}
.comment .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.meta-comment {
    position: relative;
}
.comment-author {
    display: flex;
    align-items: center;
}
.comment-author a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-style: normal;
}
.commentmetadata {
    position: relative;
    padding-left: 20px;
}
.commentmetadata time {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 15px;
    color: #858585;
}
.commentmetadata::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #858585;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.comment-content p {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.comment-action {
    margin-left: 70px;
}
.edit-link a {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    color: #858585;
}
.edit-link a:first-child {
    margin-right: 5px;
}
.edit-link a:hover {
    color: #000000;
}
.comment-reply-title small {
    display: block;
    margin-top: 10px;
}
.comment-list {
    margin-bottom: 60px;
}
.comment .children {
    list-style: none;
    padding-left: 67px;
    margin-top: 30px;
}
li.comment {
    margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  5.  WIDGET
/*-----------------------------------------------------------------------------------*/
.blog-sidebar {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 20px;
}
.blog-sidebar ul {
    list-style: none;
}
.blog-sidebar .widget {
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}
.blog-sidebar .widget h2 {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.blog-sidebar .widget.widget_search label {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.blog-sidebar .widget input[type="search"] {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}
.blog-sidebar .widget.widget_search button {
    background: #8C3E5E;
    border-radius: 5px;
    color: #fff;
}

.sidebar .widget ul {
    list-style: none;
    text-align: left;
}

.sidebar .widget ul,
.sidebar .widget ol {
    padding-left: 0;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    line-height: 23px;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_archive li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar .widget_archive li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul.children,
.sidebar .widget ul.sub-menu,
.sidebar .widget ul.submenu-container {
    padding-left: 10px;
    margin-top: 12px;
    flex: 100%;
}

/* recent news */
.recent-news-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.recent-blog-img {
    width: 60px;
}
.recent-blog-img img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.latest-post-wrap .blog-detail {
    width: calc(100% - 60px);
}
.latest-post-wrap .blog-detail .the-title {
    margin-bottom: 0;
}
.latest-post-wrap .the-date {
    font-size: 12px;
}

/* Newsletter */
.blog-sidebar form > div {
    display: flex;
    gap: 10px;
}

.blog-sidebar form > div p:first-child {
    width: 75%;
}

.blog-sidebar form > div p:last-child {
    width: 25%;
}

.blog-sidebar .wpcf7 form input[type="text"],
.blog-sidebar .wpcf7 form input[type="email"],
.blog-sidebar .wpcf7 form textarea,
.blog-sidebar form > div p input[type="email"] {
    background: #FFFFFF;
    border: 1px solid;
    border-color: #D6D6D6;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Quicksand';
    font-size: 12px;
    line-height: 15px;
}

.blog-sidebar .wpcf7 form input[type="text"]::placeholder,
.blog-sidebar .wpcf7 form input[type="email"]::placeholder,
.blog-sidebar .wpcf7 form textarea::placeholder,
.blog-sidebar form > div p input[type="email"]::placeholder {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #CECECE;
}

.blog-sidebar form > div p button[type="submit"] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #8C3E5E;
    border-radius: 5px;
    padding: 12px 6px;
    border: none !important;
    outline: none !important;
}

/* Contact Us */
.blog-sidebar .wpcf7 form p {
    margin-bottom: 10px;
}

.blog-sidebar .wpcf7 form input[type="submit"] {
    background: #8C3E5E;
    border-radius: 5px;
    padding: 10px 10px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/* 6. FOOTER
/*-----------------------------------------------------------------------------------*/

footer.site-footer {
    padding: 70px 0 60px;
    background-color: #161616;
    color: #ffffff;
}

footer.site-footer .copyright-text {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

footer.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.site-footer .footer-bottom .menu-footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

footer.site-footer .footer-bottom .menu-footer-bottom ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

footer.site-footer .footer-bottom .footer-social {
    margin-left: 30px;
}

footer.site-footer .footer-bottom .footer-social ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
}

footer.site-footer .footer-bottom .footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #262626;
    transition: all .3s ease-in-out;
    border-radius: 50%;
}

footer.site-footer .footer-bottom .footer-bottom-right {
    display: flex;
    align-items: center;
}

footer.site-footer .footer-bottom .footer-social ul li a:hover {
    background-color: #8C3E5E;
}

footer.site-footer .footer-top .widget-footer h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}

footer.site-footer .footer-top .widget-footer ul.menu {
    list-style: none;
    padding-left: 0;
}

footer.site-footer .footer-top .widget-footer ul.menu li {
    margin-bottom: 14px;
    line-height: 1;
}

footer.site-footer .footer-top .widget-footer ul.menu li:last-child {
    margin-bottom: 0;
}

footer.site-footer .footer-top .widget-footer ul.menu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

footer.site-footer .footer-top .widget-footer ul.menu li a:hover,
footer.site-footer .footer-bottom .menu-footer-bottom ul li a:hover {
    color: #B95A81;
}

footer.site-footer .footer-top .widget-footer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

footer.site-footer .footer-top {
    display: flex;
    gap: 70px;
    margin-bottom: 60px;
}

footer.site-footer .footer-top .footer-form {
    width: 50%;
}

footer.site-footer .footer-top .footer-widget-wrap {
    flex: 1;
}

footer.site-footer .footer-top .footer-form h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 34px;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap form > div {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 600px;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap form > div p:first-child {
    width: 70%;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap form > div p:last-child {
    width: 30%;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap form > div p label {
    width: 100%;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap input[type="email"] {
    background: #262626;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 23px 22px;
    width: 100%;
    height: auto;
}

footer.site-footer .footer-top .footer-form .form-footer-wrap button[type="submit"] {
    background: #8C3E5E;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    width: 100%;
    padding: 20px 0;
    height: auto;
    border: none !important;
    outline: none !important;
}

/*button*/

.button {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

a.button-normal {
    border: 1px solid #333;
}

.button-white {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.button-black {
    color: #ffffff;
    border: 1px solid #ffffff;
}

a.button-normal:hover {
    background-color: #8C3E5E;
    border: 1px solid #8C3E5E;
    color: #ffffff;
}

.button-white:hover {
    background-color: #8C3E5E;
    border: 1px solid #8C3E5E;
    color: #ffffff;
}

.button-black:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}


/* padding */

.more-padding {
    padding: 80px 0;
}


/*overlay*/

.overlay {
    bottom: 0px;
    left: 0px;
    padding-top: 0px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.overlay.dark {
    background: rgba(23, 25, 30, 0.6);
}


/* equal */

.equal-text {
    position: relative;
    padding: 0 100px;
}

.equal-text .vertical-center {
    position: relative;
}

.equal-text-album {
    position: relative;
    padding: 0 100px;
}

.equal-text-album .vertical-center {
    position: relative;
}

.special-buttons .btn-special {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
    font-size: 12px;
    border-radius: 0;
    margin-right: 0;
    font-weight: 600;
    width: 100%;
    height: 38px;
    outline: none;
    background: #F5F9FC;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    color: #212529;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
    box-shadow: none!important;
    outline: none!important;
}

.tts-dropdown-options .special-buttons {
    margin-bottom: 10px;
}

.tts-dropdown-options .special-buttons:last-child {
    margin-bottom: 0;
}

.special-buttons .btn-special:hover svg path, 
.special-buttons .btn-special:focus svg path {
    fill: #ffffff;
}

.tts-dropdown-options .special-buttons .btn-special {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-buttons .btn-special:hover, .special-buttons .btn-special:focus {
    background-color: #ffab00;
    color: #fff;
    border-color: #ffab00;
}
.special-buttons .dropdown-toggle::after {
    vertical-align: middle;
}
.special-buttons .dropdown-menu {
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    border: none;
    margin-top: 0;
    width: 100%;
    left: calc(100% + 10px);
    right: auto;
    top: 0;
    filter: drop-shadow(0px 9px 80px rgba(0, 0, 0, 0.2)) drop-shadow(0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035));
    min-width: auto;
    padding: 10px 0;
    border-radius: 5px;
}

.special-buttons .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: -5px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
}

.special-buttons .dropdown-item {
    padding: 0.3rem 1.5rem;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #323232;
}
.special-buttons .dropdown-item:hover, .special-buttons .dropdown-item:focus {
    color: #8C3E5E;
}

#waveform-box {
    display: none;
    background: #F3F7FA!important;
    border-radius: 10px;
    padding: 20px 20px 60px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

#waveform-box .controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    background: #FFFFFF;
    box-shadow: 0px 17px 80px rgba(0, 0, 0, 0.07), 0px 2.12866px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 50px;
    padding: 10px 15px;
}

#waveform-box div#waveform {
    background: #F3F7FA!important;
}

#waveform-box .controls .btn {
    padding: 0;
    background-color: #E9E9E9;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8C3E5E;
    font-size: 12px;
    border: 0;
    outline: 0!important;
}

#waveform-box .controls #downloadBtn.btn {
    background: #2C99FF;
    color: #FFFFFF;
}

/* single product */
.related.products {
    clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button {
    background-color: #8C3E5E;
}
.woocommerce div.product form.cart .button {
    padding: 17px 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. AUTHOR PAGE
/*-----------------------------------------------------------------------------------*/
.blog.wrapper.author-page {
    margin: 90px 0 120px;
}

.author-page-wrap .author-left{
    display: inline-block;
    width: 75%;
    padding: 0 15px;
    float: left;
}

.author-page-wrap .author-box {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 35px 37px 28px 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 0 15px 54px;
}

.author-page-wrap .author-img {
    min-width: 100px;
    width: 100px;
}

.author-page-wrap .author-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-detail-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.author-detail-top h3 {
    font-family: 'Inter';
    font-size: 23px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}

.author-detail-top .social-profiles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.author-detail-top .social-profiles li {
    display: inline-block;
}

.author-detail-top .social-profiles li:not(:last-child) {
    margin-right: 7px;
}

.author-detail-top .social-profiles li a {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #DEDEDE;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.author-detail-top .social-profiles li a svg path {
    fill: #262626;
    transition: all 0.3s ease;
}

.author-detail-top .social-profiles li a:hover {
    background: #8C3E5E;
}

.author-detail-top .social-profiles li a:hover svg path {
    fill: #ffffff;
}

.author-detail p {
    font-family: 'Nunito Sans';
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.author-bottom-detail {
    list-style: none;
    padding: 0;
    margin: 27px 0 0;
}

.author-bottom-detail li {
    display: inline-block;
    padding: 10px 10px;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    background: #8C3E5E;
    border-radius: 5px;
}

.author-bottom-detail li:not(:last-child) {
    margin-right: 10px;
}

.author-page .navigation-paging {
    margin-top: 78px;
}

.author-post-wrap .blog-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*-----------------------------------------------------------------------------------*/
/*  8. PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination-num .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-paging .disabled {
    pointer-events: none;
}

.pagination-num a {
    display: flex;
    font-family: 'Inter';
    width: 26px;
    height: 26px;
    background-color: #EAEAEA;
    color: #000000;
    border-radius: 50%;
    line-height: 23px;
    justify-content: center;
    margin-right: 4px;
    transition: all 0.3s ease;
}

.pagination-num a:hover {
    background-color: #8C3E5E;
    color: #ffffff;
}

.pagination-num .btn.current {
    margin-left: 5px;
    margin-right: 4px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    background-color: #EAEAEA;
    color: #000000;
    border-radius: 50%;
    padding: 0;
}

.pagination-num .index-of-page {
    margin-right: 9px;
}

.pagination-num .nav-count-post {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 24px;
    color: #2C2C2C;
    margin-right: 14px;
}

/* MY PROJECT */

.project-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-head-wrap .select-projects {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-head-wrap .btn-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-head-wrap .btn-options .btn-head-project {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 41px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    gap: 7px;
    font-weight: 800;
    font-size: 14px;
}

.project-head-wrap .btn-options .btn-head-project svg {
    width: 20px;
    height: 20px;
}

.modal-custom-project {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1024;
    background-color: rgba(0,0,0,0.3);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-custom-project .modal-content-project {
    max-width: 500px;
    width: 100%;
    background-color: #ffffff;
}

.modal-custom-project .modal-content-project .modal-top-cont {
    padding: 20px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-custom-project .modal-content-project .modal-top-cont h4 {
    margin-bottom: 0;
}

.close-btn-project-mod-line {
    width: 2px;
    height: 15px;
    background-color: #000;
    transform: rotate(45deg);
    border-radius: 50px;
}

.close-btn-project-mod-line:after {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #000;
    transform: rotate(-90deg);
    border-radius: 50px;
    display: block;
}

.close-btn-project-mod {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.modal-inner-cont {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.modal-inner-cont .awselect .front_face {
    padding: 9px 20px !important;
}

.modal-inner-cont .awselect .front_face {
    padding: 10.5px 20px !important;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
}

.modal-btn-cust {
    padding: 0px 20px 20px;
    text-align: left;
}

.modal-custom-project .modal-content-project p {
    padding: 10px;
    display: flex;
    gap: 13px;
    background-color: #FEF1DF;
    border-radius: 12px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.modal-custom-project .modal-content-project p svg {
    min-width: 20px;
}

.modal-btn-cust .btn-delete-project {
    padding: 9px 22px;
    height: auto;
    background: #8C3E5E;
    color: #fff;
}

.ttswp-tts-wrap .info-text-character-left {
    display: flex;
    align-items: center;
    gap: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1E1E2D;
}

.ttswp-tts-wrap table.dataTable td, 
.ttswp-tts-wrap table.dataTable th {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #DEDEDE;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
}

.ttswp-tts-wrap .table>thead>tr>th {
    border-bottom: 0;
    border-top: 1px solid #DEDEDE!important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ttswp-tts-wrap .table>tbody>tr>td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.ttswp-tts-wrap table.details-table td, table.details-table th {
    border: 0!important;
    border-bottom: 1px solid #DEDEDE!important;
    padding: 15px 0;
}

.ttswp-tts-wrap table.details-table td.details-result,
.ttswp-tts-wrap table.details-table td.details-result ~ td {
    border-bottom: 0 solid #DEDEDE!important;
    padding-top: 15px;
    padding-bottom: 0;
    vertical-align: middle;
}

.ttswp-tts-wrap table.dataTable td > .slider {
    padding-left: 40px;
}

.ttswp-tts-wrap table.dataTable td > .slider table {
    margin-bottom: 0;
}

.ttswp-tts-wrap table.details-table td.details-title {
    min-width: 150px;
}

.ttswp-tts-wrap table.dataTable {
    margin-top: 25px!important;
}

.ttswp-tts-wrap table.dataTable .result-play-proj {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #8C3E5E;
    color: #fff;
    outline: 0!important;
    border: 0!important;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 20px;
    gap: 8px;
}

.ttswp-tts-wrap div.dataTables_wrapper div.dataTables_filter input {
    padding-left: 40px;
}

.ttswp-tts-wrap .result-play-proj .stop-btn-text {
    display: none;
}

.ttswp-tts-wrap .result-play-proj.result-pause .stop-btn-text {
    display: block;
}

.ttswp-tts-wrap .result-play-proj.result-pause .play-btn-text {
    display: none;
}

.ttswp-tts-wrap .btn-group-tbl {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ttswp-tts-wrap .btn-group-tbl .btn-tbl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #2C9AFF;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.ttswp-tts-wrap .btn-group-tbl .btn-tbl.btn-danger {
    background: #FD4C4C;
}

.ttswp-tts-wrap div.dataTables_wrapper div.dataTables_info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #1E1E2D;
}

.ttswp-tts-wrap .pagination>.active>a, 
.ttswp-tts-wrap .pagination>.active>span, 
.ttswp-tts-wrap .pagination>.active>a:hover, 
.ttswp-tts-wrap .pagination>.active>span:hover, 
.ttswp-tts-wrap .pagination>.active>a:focus, 
.ttswp-tts-wrap .pagination>.active>span:focus {
    background-color: #8C3E5E;
    border-color: #8C3E5E;
}

.ttswp-tts-wrap .audio-box audio {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  9. LOGIN PAGE TEMPLATE
/*-----------------------------------------------------------------------------------*/
.tts-auth-page {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    min-height: 100vh;
    padding: 90px 0 75px;
}

.tts-auth-left {
    grid-column: span 7 / span 7;
}

.tts-auth-left img {
    display: block;
    margin: 0 auto;
}

.tts-auth-right {
    grid-column: span 5 / span 5;
}

.tts-auth-form-wrap img {
    display: block;
    width: 192px;
    margin: 0 auto 30px;
}

.tts-auth-form-wrap .auth-text1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #1E1E2D;
}

.tts-alt-auth-wrap {
    margin-top: 40px;
}

.tts-auth-spacer {
    position: relative;
    text-align: center;
}

.tts-auth-spacer::before,
.tts-auth-spacer::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - 110px);
    top: 50%;
    background-color: #DFE3E7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tts-auth-spacer::before {
    left: 0;
}

.tts-auth-spacer::after {
    right: 0;
}

.tts-auth-spacer p {
    font-size: 10.5px;
    line-height: 16px;
    text-transform: uppercase;
    color: #728096;
    margin: 0;
}

.tts-alt-login {
    padding: 18px 0 22px;
}

.tts-alt-login a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 auto;
}

.tts-form form {
    margin-top: 20px;
}

.tts-auth-input-group label {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1E1E2D;
    margin-bottom: 9px;
}

.tts-auth-input-group {
    margin-bottom: 20px;
}

.tts-auth-input-group input[type="email"],
.tts-auth-input-group input[type="password"] {
    font-family: 'Inter';
    background: #F5F9FC;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #1E1E2D;
}

/* The slider */
.tts-auth-input-group .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0;
}

/* Hide default HTML checkbox */
.tts-auth-input-group .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tts-auth-input-group .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F9FC;
    border: 1px solid #EBECF1;
    -webkit-transition: .4s;
    transition: .4s;
}

.tts-auth-input-group .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .4s;
    transition: .4s;
}

.tts-auth-input-group input:checked + .slider {
    background-color: #8C3E5E;
}

.tts-auth-input-group input:focus + .slider {
    box-shadow: 0 0 1px #8C3E5E;
}

.tts-auth-input-group input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.tts-auth-input-group .slider.round {
    border-radius: 34px;
}

.tts-auth-input-group .slider.round:before {
    border-radius: 50%;
}

.tts-auth-input-group .switcher {
    position:relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6E7687;
    gap: 11px;
}

.bot-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tts-auth-input-group .forgot-pass {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8C3E5E;
}

.tts-auth-input-group .forgot-pass:hover {
    color: #1E1E2D;
}

.tts-auth-btn-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.tts-auth-btn-wrap button[type="submit"],
.tts-auth-btn-wrap a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.tts-auth-btn-wrap button[type="submit"] {
    border: none;
    outline: none;
    cursoir: pointer;
    background: #8C3E5E;
    border-radius: 35px;
    padding: 7px 22px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.tts-auth-btn-wrap button[type="submit"]:hover {
    background: #F59B41;
}

.tts-auth-btn-wrap a {
    border: none;
    outline: none;
    cursoir: pointer;
    background: #1E1E2D;
    border-radius: 35px;
    padding: 7px 20px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.tts-auth-btn-wrap a:hover {
    background: #8C3E5E;
}

.auth-bottom-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #728096;
    margin: 0;
}

.auth-bottom-text a {
    color: #8C3E5E;
    font-weight: 600;
}

.demo-user-wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
}

.demo-user-item {
    background: #F5F5F5;
    border-radius: 12px;
    text-align: center;
    padding: 20px 20px;
}

.demo-user-item h5 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #8C3E5E;
    margin-bottom: 10px;
}

.demo-user-item .demo-detail p {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 21px;
    color: #1E1E2D;
    margin: 0;
}

.tts-auth-form-wrap {
    max-width: 520px;
    margin: 0 auto;
}

/* Login  */

.woocommerce-account .single-wrapper.login-page {
    padding: 0!important;
    background-color: #ffffff;
}

.woocommerce-account .single-wrapper.login-page .page-title-wrap {
    display: none;
}

.woocommerce-account .single-wrapper.login-page .container {
    width: 100%;
    padding: 0;
    margin: 0;
}
.theme-ttswp.woocommerce-account .login-page article {
    margin-bottom: 0;
}

.login-page .login-page-wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0 8%;
    gap: 100px;
}

.login-page .login-page-wrapper .login-left {
    flex: 1;
}

.login-page .login-page-wrapper .login-right {
    width: 500px;
}

.login-page .login-page-wrapper .login-right .form-row label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1E1E2D;
    margin-bottom: 10px;
}

.login-page .woocommerce form.login, 
.login-page .woocommerce form.register {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.login-page .login-page-wrapper .login-right .logo-login {
    text-align: center;
    margin-bottom: 30px;
}

.login-page .login-page-wrapper .login-right .logo-login img {
    margin: 0 auto;
}

.login-page .login-page-wrapper .login-right h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #1E1E2D;
    text-align: center;
    margin-bottom: 40px;
}

.login-page .login-page-wrapper .login-right h2 span {
    color: #8C3E5E;
}

.login-page .woocommerce form .form-row input.input-text, 
.login-page .woocommerce form .form-row textarea {
    background: #F5F9FC;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1E1E2D;
    padding: 12px 16px;
}

.login-page .woocommerce input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}

.login-page .woocommerce .woocommerce-form__label-for-checkbox {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6E7687!important;
    cursor: pointer;
}

.login-page .woocommerce form .form-row {
    margin-bottom: 20px;
}

.login-page .woocommerce form .form-row .woocommerce-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 23px;
    background: #8C3E5E;
    border-radius: 36px;
    color: #fff;
}

.login-page .remember-me-forget-password {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.login-page .remember-me-forget-password > label {
    display: flex!important;
    align-items: center;
    gap: 5px;
}

.login-page .remember-me-forget-password > a {
    margin-left: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8C3E5E;

}

.login-page .form-row .text-privacy-and-policy {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #728096;
    margin-bottom: 0;
    margin-top: 12px;
}

.login-page .form-row .text-privacy-and-policy a {
    font-weight: 700;
    color: #8C3E5E;
}

.login-page .form-row .btn-submit-log-w-tab-btn {
    display: flex;
    gap: 10px;
}

.login-page .form-row .btn-submit-log-w-tab-btn .woocommerce-button ~ .woocommerce-button {
    background: #1E1E2D;
    color: #FFFFFF;
}

.login-page .tab-item-front {
    display: none;
}

.login-page .tab-item-front.login-tab {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  10.  TTS
/*-----------------------------------------------------------------------------------*/
.page-title-wrap,
.woocommerce-account .page-title-wrap {
    margin-bottom: 60px;
    padding: 90px 15px;
    background-color: #F2F2F2;
}

.page-title-wrap h1,
.woocommerce-account .page-title-wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #212529;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
    padding: 25px 20px;
    max-width: 220px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #323232;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #F69E28;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
    margin-top: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active:after {
    content: '';
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    right: -20px;
    background: #8C3E5E;
    border-radius: 20px 0px 0px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #8C3E5E;
    font-weight: 700;
}

.woocommerce-account .myaccount-body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    flex: 1;
}

.woocommerce-account .woocommerce-MyAccount-content.my-projects-acc-wrap {
    padding: 0;
    background: unset;
    box-shadow: none;
    border-radius: 0;
}

.woocommerce-account #content {
    /*padding: 0 0 100px;*/
}

.awselect .front_face>.bg {
    background-color: transparent !important;
}

img.awselect-img {
    width: 20px;
    margin-right: 5px;
    float: left;
}

.awselect .back_face ul li a {
    font-size: 13px;
}

.awselect .front_face span {
    display: flex;
}

.ttswp-tts-wrap .audio-opts {
    display: flex;
    gap: 10px;
}

.awselect .front_face {
    padding: 15px 20px !important;
}
.awselect .back_face ul li a {
    /* display: flex; */
    flex-wrap: wrap;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#preview-box {
    max-width: 50px;
}

.ttswp-tts-wrap .audio-opts > div {
    flex: 1;
}

.ttswp-tts-wrap .audio-opts input {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    height: auto;
    padding: 4.5px 20px;
}

.ttswp-tts-wrap .audio-opts input::placeholder {
    font-size: 12px;
}

.ttswp-tts-wrap .audio-opts select {
    width: 100%;
    flex: unset!important;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding: 10px 20px;
}

.ttswp-tts-wrap .audio-opts .voices {
    display: flex;
    gap: 10px;
}

.ttswp-tts-wrap .audio-opts .awselect .front_face {
    padding: 10.5px 20px !important;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
}

.ttswp-tts-wrap .audio-opts .awselect img.awselect-img {
    margin-right: 8px;
}

.ttswp-tts-wrap .audio-opts .voices #awselect_voices.awselect img.awselect-img {
    margin-top: 3px;
    object-fit: cover;
}
.ttswp-tts-wrap .audio-opts .voices #awselect_voices.awselect .current_value img.awselect-img {
    margin-top: -3px;
}

.ttswp-tts-wrap .audio-opts .voices select,
.ttswp-tts-wrap .audio-opts .voices div {
    flex: 1;
}

.ttswp-tts-wrap .audio-opts .voices button {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    outline: 0;
    padding: 9.5px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttswp-tts-wrap .audio-opts .voices button svg {
    width: 20px;
    height: 20px;
}

.ttswp-tts-wrap .audio-opts .projects {
    position: relative;
}

.ttswp-tts-wrap .audio-opts .projects label.input-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #728096;
    position: absolute;
    left: 20px;
    top: -7px;
    background-color: #fff;
    padding: 0 5px;
}

.top-project-top {
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.ttswp-tts-wrap .project-head {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 20px;
}

.ttswp-tts-wrap .projects-list {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.ttswp-tts-wrap .projects-list .dataTables_filter {
    position: relative;
}

.ttswp-tts-wrap .projects-list .dataTables_filter i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    color: #8C3E5E;
}

.ttswp-tts-wrap .select-projects .awselect .front_face {
    padding: 10.5px 20px !important;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
}

.ttswp-tts-wrap .select-projects .awselect {
    min-width: 250px;
}

.top-project-top h3 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #1E1E2D;
}

.audio-types #audio-format {
    display: flex;
    align-items: center;
}

#audio-format .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #8C3E5E;
    top: 4px;
    height: 15px;
    width: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
    margin: 0;
}

#audio-format .input-control:checked {
    background-color: #8C3E5E;
    color: #FFF;
    transition: all 0.2s;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#audio-format .input-control:checked::before {
    position: absolute;
    left: 5px;
    top: 3px;
    content: "⅃";
    transform: rotate(40deg);
    font: 9px / 1 "Open Sans", sans-serif;
}

#audio-format .label-control {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.8;
    cursor: pointer;
}

#audio-format .input-control:checked + .label-control {
    color: #8C3E5E;
}

.audio-types {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-types .special-buttons .btn-special {
    background: #F59B41;
    border-radius: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    min-width: 130px;
    outline: none;
    height: 45px;
    margin: 0;
    border: 0;
    text-align: center;
}

.audio-types .special-buttons#sub-box .btn-special {
    background: #ECECEC;
    color: #212529;
    box-shadow: unset;
}

.audio-types .tts-dropdown-on-top {
    display: flex;
    gap: 10px;
}

.ttswp-tts-wrap .textarea-text {
    border: 1px solid #ebecf1;
    position: relative;
    padding: 15px 15px 0;
    border-radius: 5px;
}

.ttswp-tts-wrap .textarea-text textarea.form-control {
    height: auto;
    background: #F5F9FC;
    border-radius: 5px;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    min-height: 300px;
}

#textarea-settings {
    padding: 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#textarea-settings .character-counter {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #728096;
}

#textarea-settings .clear-button {
    font-size: 10px;
}

#textarea-settings .clear-button button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #728096;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
}

.ttswp-tts-wrap .card-footers {
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.ttswp-tts-wrap .card-footers button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 40px;
    background-color: #8C3E5E;
    border-radius: 5px;
    min-width: 140px;
    text-align: center;
    border: 0;
    margin: 0 3px;
}

.ttswp-tts-wrap .card-footers > #process,
.ttswp-tts-wrap .card-footers > #process2 {
    display: none;
}

.ttswp-tts-wrap .card-footers  #process img,
.ttswp-tts-wrap .card-footers  #process2 img {
    max-width: 30px;
    margin: 0 auto;
}

.ttswp-tts-wrap .card-footers button#synthesize-text {
    background-color: #F59B41;
}

.tts-control-content-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.tts-control-content-wrapper .tts-dropdown-options {
    width: 132px;
}

.tts-control-content-wrapper div#textarea-container {
    flex: 1;
}