#tts_button_should_float {
margin: 0;
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-radius: 8px;
border: 1px solid #dee2e6 !important;
}
.tts__position-relative svg {
vertical-align: middle;
font-size: 2rem;
}
.tts__d-flex {
display: flex !important;
}
.tts__position-relative {
position: relative !important;
}
.tts__gap-3 {
gap: 1rem !important;
}
.tts__justify-content-between {
justify-content: space-between !important;
}
.tts__align-items-center {
align-items: center !important;
}
.tts__position-relative {
position: relative !important;
}
.tts__px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.tts__mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.tts__ps-3 {
padding-left: 1rem !important;
}
.tts__shadow-custom {
box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
rgba(17, 17, 26, 0.1) 0px 0px 8px;
border-radius: 8px;
}
.tts__custom-hover:hover {
background-color: #f2f2f2;
cursor: pointer;
}
.tts__audio-controls {
display: grid;
grid-template-columns: 1fr 30fr 1fr;
gap: 20px;
align-items: center;
}
.tts__progress {
background-color: #e1e1e1;
}
.tts__cursor-pointer {
cursor: pointer;
}
.tts__audio-progress {
height: 5px;
margin-top: 3px;
}
.tts__audio-progress .progress-bar {
background-color: black;
}
.tts__custom-position2 {
position: fixed;
bottom: 3%;
left: 5%;
width: 455px;
}
.tts__adjusted-position {
position: relative;
top: -300px;
width: 300px;
height: 300px;
overflow: scroll;
}
.tts__adjusted-position1 {
position: relative;
top: -300px;
width: 300px;
height: 70px;
overflow: hidden;
}
.tts__adjusted-position1 {
position: relative;
top: -300px;
width: 300px;
height: 70px;
overflow: hidden;
}
.tts__custom-font-size {
font-size: 10px;
}
.tts__custom-content {
padding: 10px;
background-color: whitesmoke;
cursor: pointer;
}
.tts__custom-content:hover {
background-color: rgb(113, 113, 108);
color: rgb(242, 243, 243);
}
.tts__verticle-align {
transform: rotate(90deg);
}
.tts__normal-background {
background-color: rgb(94, 222, 94);
}
.tts__fast-background {
background-color: rgb(255, 136, 0);
}
.tts__very-fast-background {
background-color: rgb(240, 14, 14);
}
.tts__slow-background {
background-color: rgb(145, 158, 44);
}
.tts__audio-time-start,
.tts__audio-time-end {
white-space: nowrap;
} .tts__custom-position_bottom_right,
.tts__custom-position_bottom_left,
.tts__custom-position_bottom_center,
.tts__custom-position_bottom_fixed {
position: fixed;
bottom: 3%;
width: 455px;
z-index: 9999;
border-radius: 2px;
overflow: visible !important;
}
.tts__custom-position_bottom_right {
right: 5%;
}
.tts__custom-position_bottom_left {
left: 5%;
}
.tts__custom-position_bottom_center {
left: 50%;
transform: translateX(-50%);
}
.tts__custom-position_bottom_fixed {
right: 5%;
left: 5%;
margin: 0 auto;
}
@media (max-width: 575.98px) {
.tts__custom-position_bottom_right {
right: 1%;
width: 98%;
}
.tts__custom-position_bottom_left {
left: 1%;
width: 98%;
}
.tts__custom-position_bottom_center {
left: 1%;
right: 1%;
width: 98%;
transform: none;
}
.tts__custom-position_bottom_fixed {
left: 1%;
right: 1%;
width: 98%;
margin: 0;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.tts__custom-position_bottom_right {
right: 2%;
width: 380px;
}
.tts__custom-position_bottom_left {
left: 2%;
width: 380px;
}
.tts__custom-position_bottom_center {
left: 50%;
width: 380px;
transform: translateX(-50%);
}
.tts__custom-position_bottom_fixed {
left: 2%;
right: 2%;
width: calc(100% - 4%);
margin: 0 auto;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.tts__custom-position_bottom_right {
right: 2%;
width: 420px;
}
.tts__custom-position_bottom_left {
left: 2%;
width: 420px;
}
.tts__custom-position_bottom_center {
left: 50%;
width: 420px;
transform: translateX(-50%);
}
.tts__custom-position_bottom_fixed {
left: 2%;
right: 2%;
width: calc(100% - 4%);
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.tts__custom-position_bottom_right {
right: 5%;
width: 455px;
}
.tts__custom-position_bottom_left {
left: 5%;
width: 455px;
}
.tts__custom-position_bottom_center {
left: 50%;
width: 455px;
transform: translateX(-50%);
}
.tts__custom-position_bottom_fixed {
left: 5%;
right: 5%;
width: calc(100% - 10%);
margin: 0 auto;
}
}             .cssProgress {
width: 100%;
margin-bottom: 20px;
}
.cssProgress .progress {
position: relative;
overflow: hidden;
width: 100%;
font-family: "Roboto", sans-serif;
}
.cssProgress .cssProgress-bar {
display: block;
float: left;
width: 0%;
height: 100%;
background: #3798d9;
box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
transition: width 0.8s ease-in-out;
border-radius: 5px;
}
.cssProgress .cssProgress-label {
position: absolute;
overflow: hidden;
left: 0px;
right: 0px;
color: rgba(0, 0, 0, 0.6);
font-size: 0.8em;
text-align: center;
font-weight: bold;
text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.cssProgress .cssProgress-info {
background-color: #9575cd !important;
}
.cssProgress .cssProgress-danger {
background-color: #ef5350 !important;
}
.cssProgress .cssProgress-success {
background-color: #66bb6a !important;
}
.cssProgress .cssProgress-warning {
background-color: #ffb74d !important;
}
.cssProgress .cssProgress-right {
float: right !important;
}
.cssProgress .cssProgress-label-left {
margin-left: 10px;
text-align: left !important;
}
.cssProgress .cssProgress-label-right {
margin-right: 10px;
text-align: right !important;
}            .cssProgress .cssProgress-stripes, .cssProgress .cssProgress-active, .cssProgress .cssProgress-active-right {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .125) 50%, rgba(255, 255, 255, .125) 75%, transparent 75%, transparent);
background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
-webkit-animation: cssProgressActive 2s linear infinite;
-moz-animation: cssProgressActive 2s linear infinite;
-ms-animation: cssProgressActive 2s linear infinite;
-o-animation: cssProgressActive 2s linear infinite;
animation: cssProgressActive 2s linear infinite;
}
.cssProgress .cssProgress-active-right {
-webkit-animation: cssProgressActiveRight 2s linear infinite;
-moz-animation: cssProgressActiveRight 2s linear infinite;
-ms-animation: cssProgressActiveRight 2s linear infinite;
-o-animation: cssProgressActiveRight 2s linear infinite;
animation: cssProgressActiveRight 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
0% {
background-position: 0 0;
}
100% {
background-position: 35px 35px;
}
}
@-moz-keyframes cssProgressActive {
0% {
background-position: 0 0;
}
100% {
background-position: 35px 35px;
}
}
@-ms-keyframes cssProgressActive {
0% {
background-position: 0 0;
}
100% {
background-position: 35px 35px;
}
}
@-o-keyframes cssProgressActive {
0% {
background-position: 0 0;
}
100% {
background-position: 35px 35px;
}
}
@keyframes cssProgressActive {
0% {
background-position: 0 0;
}
100% {
background-position: 35px 35px;
}
}
@-webkit-keyframes cssProgressActiveRight {
0% {
background-position: 0 0;
}
100% {
background-position: -35px -35px;
}
}
@-moz-keyframes cssProgressActiveRight {
0% {
background-position: 0 0;
}
100% {
background-position: -35px -35px;
}
}
@-ms-keyframes cssProgressActiveRight {
0% {
background-position: 0 0;
}
100% {
background-position: -35px -35px;
}
}
@-o-keyframes cssProgressActiveRight {
0% {
background-position: 0 0;
}
100% {
background-position: -35px -35px;
}
}
@keyframes cssProgressActiveRight {
0% {
background-position: 0 0;
}
100% {
background-position: -35px -35px;
}
} .progress {
background-color: #eee;
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress .cssProgress-bar {
height: 18px;
}
.progress .cssProgress-label {
line-height: 18px;
}                                                                                             @-webkit-keyframes cssProgressGlowActive1 {
0%, 100% {
box-shadow: 5px 0px 15px 0px #3798D9;
}
45% {
box-shadow: 1px 0px 4px 0px #3798D9;
}
}
@-moz-keyframes cssProgressGlowActive1 {
0%, 100% {
box-shadow: 5px 0px 15px 0px #3798D9;
}
45% {
box-shadow: 1px 0px 4px 0px #3798D9;
}
}
@-ms-keyframes cssProgressGlowActive1 {
0%, 100% {
box-shadow: 5px 0px 15px 0px #3798D9;
}
45% {
box-shadow: 1px 0px 4px 0px #3798D9;
}
}
@-o-keyframes cssProgressGlowActive1 {
0%, 100% {
box-shadow: 5px 0px 15px 0px #3798D9;
}
45% {
box-shadow: 1px 0px 4px 0px #3798D9;
}
}
@keyframes cssProgressGlowActive1 {
0%, 100% {
box-shadow: 5px 0px 15px 0px #3798D9;
}
45% {
box-shadow: 1px 0px 4px 0px #3798D9;
}
}                                                                                                                                                                 .tts__custom-position {
position: fixed;
bottom: 3%;
right: 5%;
width: 455px;
z-index: 9999;
border-radius: 2px;
overflow: visible !important;
} @media (max-width: 575.98px) {
.tts__custom-position {
position: fixed;
right: 1%;
width: 98%;
z-index: 9999;
bottom: 3%;
}
} @media (min-width: 576px) and (max-width: 767.98px) {
.tts__custom-position {
position: fixed;
bottom: 3%;
right: 2%;
width: 380px;
z-index: 9999;
}
} @media (min-width: 768px) and (max-width: 1199.98px) {
.tts__custom-position {
position: fixed;
bottom: 3%;
right: 2%;
width: 420px;
z-index: 9999;
}
}@keyframes rotate-forever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%}.pum-container.pum-responsive img{height:auto;max-width:100%}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content:focus{outline:none}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{background-color:#0000;cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto}.pum-cta-wrapper{display:inline-block;max-width:100%;width:auto}.pum-cta-wrapper.alignleft{display:block;text-align:left}.pum-cta-wrapper.aligncenter{display:block;text-align:center}.pum-cta-wrapper.alignright{display:block;text-align:right}.pum-cta-wrapper.alignfull{display:block;width:100%}.pum-cta-wrapper.alignfull .pum-cta{width:100%}.pum-cta-wrapper .pum-cta{border-radius:9999px;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;line-height:inherit;padding:1rem 2.25rem;text-align:center;text-decoration:none;transition:filter .15s ease-in-out,background-color .15s ease-in-out;width:auto}.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta{background-color:var(--wp--preset--color--contrast,#000);border:none;color:var(--wp--preset--color--base,#fff)}.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta:hover{filter:brightness(.85)}.pum-cta-wrapper.is-style-outline .pum-cta{background-color:#0000;border:1px solid;color:var(--wp--preset--color--contrast,currentcolor);padding:calc(1rem - 1px) calc(2.25rem - 1px)}.pum-cta-wrapper.is-style-outline .pum-cta:hover{background-color:#0000000d;filter:brightness(1.05)}.pum-cta-wrapper.is-style-text-only .pum-cta{background-color:#0000;border:none;color:var(--wp--preset--color--contrast,currentcolor);padding:.5rem 1rem}.pum-cta-wrapper.is-style-text-only .pum-cta:hover{text-decoration:underline}@supports not (color:var(--wp--preset--color--contrast )){.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta{background-color:#1e1e1e;color:#fff}.pum-cta-wrapper.is-style-outline .pum-cta,.pum-cta-wrapper.is-style-text-only .pum-cta{color:inherit}}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid #00000080;border-radius:50%;border-right-color:#0000;display:inline-block;font-size:2em;height:.75em;width:.75em}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{border:.25em solid #ffffff80;border-right-color:#0000;margin-left:.5em}.pum-form__messages{border:1px solid #00000040;display:none;margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message:last-child{margin-bottom:0}.pum-form__message--error{border-color:red;color:red!important}.pum-form__message--success{border-color:green;color:green!important}.pum-form--loading{opacity:.5}.pum-alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-left{text-align:left}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px}.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 #0000334d,1.1em 1.1em 0 0 #0000334d,0 1.5em 0 0 #0000334d,-1.1em 1.1em 0 0 #0000334d,-1.5em 0 0 0 #0000334d,-1.1em -1.1em 0 0 #0000334d,0 -1.5em 0 0 #0000334d,1.1em -1.1em 0 0 #0000334d;display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.popmake-close{cursor:pointer}.pum-container iframe.formidable{overflow:visible;width:100%}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}