@charset "UTF-8";
/**
New Team UI
 */
/** .app_v2 { */
/** responsive device breakpoints */
.header {
  height: 60px;
  align-items: center;
}
.header .btn-upgrade {
  border-radius: 10px;
}

.loading-dots {
  margin: 0 5px;
  width: 27px;
  aspect-ratio: 5;
  background: radial-gradient(circle closest-side, #000 90%, rgba(0, 0, 0, 0)) 0/33.3333333333% 100% space;
  clip-path: inset(0 100% 0 0);
  animation: d1 1s steps(4) infinite;
}

@keyframes d1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}
.bg-wavel-violet {
  background: #9C27B0;
  border: none !important;
  color: #fff;
}

.video-js {
  height: 100% !important;
  width: 100% !important;
}

.btn-wavel-gradient {
  border: none;
  /*border-radius: 8px;*/
  background: var(--default-gradient, linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%));
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}
.btn-wavel-gradient:focus {
  outline: none;
  box-shadow: none;
}

span.char_count {
  display: none;
}

input[type=range][orient=vertical] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* Chromium */
  width: 8px;
  height: 175px;
  padding: 0 5px;
}

@media (max-width: 991.98px) {
  .sided-layout.sidebar-mini .editor-header {
    padding-left: 0;
  }
}
.sided-layout.sidebar-mini .nav-sidebar .header-brand .menu-btn {
  display: none;
}
@media (max-width: 991.98px) {
  .sided-layout.sidebar-mini .nav-sidebar .header-brand .menu-btn {
    display: block;
  }
  .sided-layout.sidebar-mini .nav-sidebar .header-brand .menu-btn .fa-bars {
    display: block;
  }
  .sided-layout.sidebar-mini .nav-sidebar .header-brand .menu-btn .fa-times {
    display: none;
  }
}
.sided-layout.sidebar-mini .nav-sidebar .main-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .sided-layout .nav-sidebar .header-brand {
    margin: 0;
    position: relative;
  }
}
.sided-layout .nav-sidebar .header-brand .menu-btn {
  display: none;
  height: 45px;
  width: 38px;
}
@media (max-width: 991.98px) {
  .sided-layout .nav-sidebar .header-brand .menu-btn {
    display: block;
    position: absolute;
    right: -37px;
    top: 20px;
    padding: 10px;
    background: #fff;
    border-left: none;
    border-top: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-radius: 0px 5px 5px 0px;
  }
}
.sided-layout .nav-sidebar .header-brand .menu-btn .fa-bars {
  display: none;
}
.sided-layout .nav-sidebar .header-brand .menu-btn .fa-times {
  display: block;
}
.sided-layout .nav-sidebar .header-toggler {
  display: block;
}
@media (max-width: 991.98px) {
  .sided-layout .nav-sidebar .header-toggler {
    display: none;
  }
}
.sided-layout .header {
  width: 100vw;
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);*/
}
@media (max-width: 991.98px) {
  .sided-layout .header .header-brand {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sided-layout .header .header-credit-display {
    display: flex;
    flex-direction: column;
  }
}
.sided-layout .main-container {
  padding: 10px 12px 0 0;
}
@media (max-width: 991.98px) {
  .sided-layout .main-container.content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .sided-layout .main-container {
    width: 100vw;
    overflow: hidden;
  }
  .sided-layout .main-container .wrap {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .sided-layout .main-container {
    margin-left: 0 !important;
  }
}
.sided-layout .main-container .cta_container {
  display: flex;
}
@media (max-width: 991.98px) {
  .sided-layout .main-container .cta_container {
    flex-wrap: wrap;
  }
  .sided-layout .main-container .cta_container .cta {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .sided-layout .main-container .clips-list {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .sided-layout .main-container .clips-list .pagination {
    flex-wrap: wrap;
  }
}
.sided-layout .main-container .folder-list {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.sided-layout .main-container .folder-list .folder {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 43%;
  max-width: 180px;
  overflow: hidden;
}
.sided-layout .main-container .folder-list .folder img {
  max-width: 65px;
}

@media (max-width: 991.98px) {
  #teamMenuModal .modal-dialog {
    width: 100%;
  }
  #teamMenuModal .modal-dialog .modal-content {
    padding-right: 5px;
  }
}

@media (max-width: 991.98px) {
  #helpModal .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .notifications-alert {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #fileuploadmodal .modal-dialog {
    width: 70vw;
    max-width: 70vw;
  }
}
@media (max-width: 767.98px) {
  #fileuploadmodal .modal-dialog {
    width: 95vw;
    max-width: 96vw;
  }
}
#fileuploadmodal .modal-dialog .or-seperator2 {
  margin: 15px 0 0;
  margin-bottom: -20px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
#fileuploadmodal .modal-dialog .or-seperator2 b {
  left: -22px;
  padding: 0 10px;
  width: 45px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
  color: purple;
}
#fileuploadmodal .modal-dialog .file-upload-col {
  border-right: 1px solid #e0e0e0;
}
#fileuploadmodal .modal-dialog .language-sel-row {
  background-color: #ffffff;
}
#fileuploadmodal .modal-dialog .custom-search {
  position: relative;
  width: 100%;
}
#fileuploadmodal .modal-dialog .custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 10px 65px 10px 10px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}
#fileuploadmodal .modal-dialog .custom-search-botton {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 0;
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 10px;
  border-radius: 100px;
  z-index: 2;
}
#fileuploadmodal .modal-dialog .remove-yt-selection {
  position: absolute;
  right: -10px;
  bottom: 0;
}
#fileuploadmodal .modal-dialog .yt-search-result-img {
  max-height: 6em;
  max-width: 10em;
}
#fileuploadmodal .modal-dialog .badge {
  max-height: 1.5em;
}
#fileuploadmodal .modal-dialog .upload-options img {
  width: 1.5rem;
  margin-top: -8px;
}
#fileuploadmodal .modal-dialog .upload-options label {
  color: grey;
  font-size: 1em;
  cursor: pointer;
}

.feedback-modal .feedback {
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  /*padding: 15px;*/
  /*box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);*/
}
.feedback-modal .feedback .survey-hr {
  margin: 10px 0;
  border: 0.5px solid #ddd;
}
.feedback-modal .feedback .star-rating {
  margin: 0;
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 175px;
  height: 35px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.feedback-modal .feedback .star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.feedback-modal .feedback .star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.feedback-modal .feedback .star-rating input:hover + i,
.feedback-modal .feedback .star-rating input:checked + i {
  opacity: 1;
}
.feedback-modal .feedback .star-rating i ~ i {
  width: 40%;
}
.feedback-modal .feedback .star-rating i ~ i ~ i {
  width: 60%;
}
.feedback-modal .feedback .star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.feedback-modal .feedback .star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.feedback-modal .feedback span.scale-rating {
  margin: 5px 0 15px;
  display: inline-block;
  width: 100%;
}
.feedback-modal .feedback span.scale-rating > label {
  position: relative;
  -webkit-appearance: none;
  outline: 0 !important;
  border: 1px solid grey;
  height: 33px;
  margin: 0 5px 0 0;
  width: calc(10% - 7px);
  float: left;
  cursor: pointer;
  border-radius: 4px;
}
.feedback-modal .feedback span.scale-rating label {
  position: relative;
  -webkit-appearance: none;
  outline: 0 !important;
  height: 33px;
  margin: 0 5px 0 0;
  width: calc(10% - 7px);
  float: left;
  cursor: pointer;
  border-radius: 4px;
}
.feedback-modal .feedback span.scale-rating label:hover {
  background: #fddf8d;
}
.feedback-modal .feedback span.scale-rating label input[type=radio]:checked ~ label {
  -webkit-appearance: none;
  margin: 0;
  background: #fddf8d;
}
.feedback-modal .feedback span.scale-rating label:before {
  content: attr(value);
  top: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.feedback-modal .feedback span.scale-rating input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
  opacity: 0;
  outline: 0 !important;
  height: 33px;
  margin: 0 5px 0 0;
  width: 100%;
  float: left;
  cursor: pointer;
  z-index: 3;
}
.feedback-modal .feedback span.scale-rating input[type=radio]:last-child {
  border-right: 0;
}
.feedback-modal .feedback nav {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.feedback-modal .feedback nav input {
  display: none;
}
.feedback-modal .feedback nav input:checked + label {
  background: #becbff;
}
.feedback-modal .feedback nav label {
  padding: 10px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 6rem;
  text-align: center;
}
.feedback-modal .feedback nav label:hover {
  background: #eee;
}

/**
Library CSS
 */
.library-body .library-box-scroll {
  font-size: 1rem;
  line-height: 1.5;
}
.library-body .library-box-scroll #collapseExample.collapse:not(.show) {
  display: block;
  height: 6rem;
  overflow: hidden;
}
.library-body .library-box-scroll #collapseExample.collapsing {
  height: 6rem;
}
.library-body .library-box-scroll a.collapsed::after {
  content: "+ Show More";
}
.library-body .library-box-scroll a:not(.collapsed)::after {
  content: "- Show Less";
}
.library-body .library-box-scroll .vover-usecase-tags {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: rgb(72, 76, 122);
  font-size: 14px;
  height: 38px;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
  transition: all 0.2s ease-out;
}
.library-body .library-box-scroll .vover-usecase-tags:hover {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.library-body .library-box-scroll .vover-usecase-tags.active {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.library-body .btn-wavel-gradient2 {
  background-image: linear-gradient(32deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-width: 2.375rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.8461538462;
  border: none;
  border-radius: 10px;
}
.library-body .card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.library-body .thumb-lg {
  height: 60px;
  width: 75px;
}
.library-body .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.library-body .text-pink {
  color: #ff679b !important;
}
.library-body .btn-rounded {
  border-radius: 2em;
}
.library-body .lib-carousels .owl-carousel {
  max-width: 97%;
  margin: 0 auto;
}
.library-body .lib-carousels .owl-carousel .item {
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  line-height: 2;
  font-weight: 700;
}
.library-body .lib-carousels .owl-carousel .owl-nav {
  margin: 0;
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-prev,
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background-color: #87bbff;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-prev:focus,
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-next:focus {
  border: none;
  outline: none;
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-prev {
  left: -2rem;
}
.library-body .lib-carousels .owl-carousel .owl-nav button.owl-next {
  right: -2rem;
}
.library-body .lib-carousels .owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}
.library-body .lib-carousels .btn-wrap {
  text-align: center;
  width: 100%;
}
.library-body .lib-carousels .owl-theme .owl-nav .disabled,
.library-body .lib-carousels button.disabled {
  opacity: 0.6;
}
.library-body .lib-carousels .carousel-card {
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
  transition: all 0.2s ease-out;
}
.library-body .lib-carousels .carousel-card .card-footer {
  padding-bottom: 1rem;
  padding-top: 0;
}
.library-body .lib-carousels .carousel-card .prem-icon {
  position: absolute;
  left: 15px;
  color: gold;
}
.library-body .premium-p {
  font-size: x-small;
}
.library-body .premium-p .premium-voice-tag .fa-crown {
  color: gold;
}
.library-body .premium-p .premium-voice-tag span {
  letter-spacing: 0.4em;
  font-weight: 600;
  font-style: normal;
}
.library-body .gradient-border {
  /*width: 400px;*/
  /*height: 100px;*/
  border: double 0 transparent;
  border-radius: 50px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.library-body .usecase-voice-items .carousel-card {
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: all 0.2s ease-out;
  margin-bottom: 1.5rem;
}
.library-body .usecase-voice-items .carousel-card .prem-icon {
  position: absolute;
  left: 15px;
  color: gold;
}
.library-body .btn-shadow {
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
}
.library-body .library-item-language .select {
  position: relative;
  overflow: hidden;
  display: block;
  /*margin: auto;*/
  width: 15rem;
  height: 100%;
  font-size: 1rem;
  border-radius: 20px;
  padding: 0.5rem 2rem;
  cursor: pointer;
  background: #fff;
  border: none;
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}
.library-body .library-item-language option.option {
  padding: 1rem;
}
.library-body .play-wavel-sample {
  background-color: #2f44db;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.library-body .play-wavel-sample i {
  color: #fff;
}
.library-body .stepper_label {
  font-size: 1rem;
  font-weight: 600;
  color: #9aa0ac !important;
}
.library-body .library-select-box {
  position: relative;
  overflow: hidden;
  border-color: #e2e8f0;
  border-width: 1.5px;
  border-style: solid;
  /*margin: auto;*/
  border-radius: 10px;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.library-body .library-select-box:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

#lib-vover-script-modal .modal-dialog,
#studio_v3_uploader .modal-dialog,
#voiceCloningModel .modal-dialog {
  width: 50em;
  max-width: 60em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #lib-vover-script-modal .modal-dialog,
  #studio_v3_uploader .modal-dialog,
  #voiceCloningModel .modal-dialog {
    width: 70vw;
    max-width: 70vw;
  }
}
@media (max-width: 767.98px) {
  #lib-vover-script-modal .modal-dialog,
  #studio_v3_uploader .modal-dialog,
  #voiceCloningModel .modal-dialog {
    width: 95vw;
    max-width: 96vw;
  }
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .drop-container,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .drop-container,
#voiceCloningModel .modal-dialog .library-v-upload-modal .drop-container {
  position: relative;
  display: flex;
  gap: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .drop-container:hover,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .drop-container:hover,
#voiceCloningModel .modal-dialog .library-v-upload-modal .drop-container:hover {
  border-color: #111;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .drop-container:hover .drop-title,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .drop-container:hover .drop-title,
#voiceCloningModel .modal-dialog .library-v-upload-modal .drop-container:hover .drop-title {
  color: #222;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .tts-div,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .tts-div,
#voiceCloningModel .modal-dialog .library-v-upload-modal .tts-div {
  border-radius: 12px;
  border: 2px dashed var(--Final-Theme-Theme-Purple, #830C83);
  background: var(--Final-Theme-Neutrals-100, #FFF);
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal #vv_content,
#studio_v3_uploader .modal-dialog .library-v-upload-modal #vv_content,
#voiceCloningModel .modal-dialog .library-v-upload-modal #vv_content {
  position: relative;
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  padding: 20px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal #lib-upload-vover-file,
#studio_v3_uploader .modal-dialog .library-v-upload-modal #lib-upload-vover-file,
#voiceCloningModel .modal-dialog .library-v-upload-modal #lib-upload-vover-file {
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 50px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal #lib-upload-vover-file::file-selector-button,
#studio_v3_uploader .modal-dialog .library-v-upload-modal #lib-upload-vover-file::file-selector-button,
#voiceCloningModel .modal-dialog .library-v-upload-modal #lib-upload-vover-file::file-selector-button {
  border: none;
  padding: 10px 10px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills {
  border-radius: 18px;
  border: 1px solid var(--Final-Theme-Neutrals-500, #CECED0);
  height: 145px;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar {
  width: 8px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb:hover,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb:hover,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item {
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 12px 12px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: var(--Final-Theme-blue-200, #EAECFF);
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox],
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox],
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox] {
  display: none;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label {
  background-color: #EAECFF;
  border: 1px solid #CECED0;
  color: #0E0F26;
  padding-right: 16px;
  padding-left: 16px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label {
  border: 1px solid #EAECFF;
  border-radius: 8px;
  color: #0E0F26;
  display: block;
  padding: 7px 28px;
  text-decoration: none;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .PillList-icon,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .PillList-icon,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .PillList-icon {
  font-size: 1.2em;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--checkLight,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--checkLight,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--checkLight {
  display: inline-block;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--addLight, #lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon--checkLight, #lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-children,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--addLight,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon--checkLight,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-children,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-item input[type=checkbox]:checked + .PillList-label .Icon--addLight,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon--checkLight,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-children {
  display: none;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .PillList-label .Icon {
  width: 12px;
  height: 12px;
  margin: 0 0 0 12px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon--smallest,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon--smallest,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon--smallest {
  font-size: 12px;
  line-height: 12px;
}
#lib-vover-script-modal .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon,
#studio_v3_uploader .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon,
#voiceCloningModel .modal-dialog .library-v-upload-modal .dynamic-item-container .emotion-pills .Icon {
  background: transparent;
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  position: relative;
}
#lib-vover-script-modal .modal-dialog .label-light,
#studio_v3_uploader .modal-dialog .label-light,
#voiceCloningModel .modal-dialog .label-light {
  color: #B2B2B4;
}
#lib-vover-script-modal .modal-dialog .select2-selection--single,
#studio_v3_uploader .modal-dialog .select2-selection--single,
#voiceCloningModel .modal-dialog .select2-selection--single {
  border-radius: 10px !important;
  background: #EAECFF;
}
#lib-vover-script-modal .modal-dialog .select2-selection--single .select2-selection__rendered,
#studio_v3_uploader .modal-dialog .select2-selection--single .select2-selection__rendered,
#voiceCloningModel .modal-dialog .select2-selection--single .select2-selection__rendered {
  color: #929293;
}
#lib-vover-script-modal .modal-dialog .uploader-label,
#studio_v3_uploader .modal-dialog .uploader-label,
#voiceCloningModel .modal-dialog .uploader-label {
  /* Heading/default */
  font-family: "Outfit", sans-serif;
  font-size: 27.44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Final-Theme-Gradients-blue-pink-hori-grad, linear-gradient(90deg, #3745C2 0%, #EE87E7 102.82%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lib-vover-script-modal .modal-dialog .uploader-sub-label,
#studio_v3_uploader .modal-dialog .uploader-sub-label,
#voiceCloningModel .modal-dialog .uploader-sub-label {
  color: var(--Final-Theme-Neutrals-700, #B2B2B4);
  /* Text/small */
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
}
#lib-vover-script-modal .uploader-header-title,
#studio_v3_uploader .uploader-header-title,
#voiceCloningModel .uploader-header-title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--Grad-animation, linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lib-vover-script-modal .language-sel-row,
#studio_v3_uploader .language-sel-row,
#voiceCloningModel .language-sel-row {
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

.button-76 {
  background-image: linear-gradient(32deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-width: 2.375rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.8461538462;
  border: none;
  border-radius: 10px;
}

.alert-colorful {
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
}

.player.active .play {
  display: none;
}
.player.active .pause {
  display: block;
}

.player .play {
  display: block;
}
.player .pause {
  display: none;
}

.wavel-text-gradient {
  text-transform: uppercase;
  background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wavel-text-gradient-animated {
  background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wavel-text-gradient-animate 10s linear infinite;
}

@keyframes wavel-text-gradient-animate {
  to {
    background-position: 400%;
  }
}
.manage-speaker-usecases .vover-usecase-tags {
  flex: 0 0 auto;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: rgb(72, 76, 122);
  font-size: 12px;
  height: 30px;
  padding: 7px 10px;
  margin: 3px;
  margin-right: 5px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.1);
  transition: all 0.2s ease-out;
}
.manage-speaker-usecases .vover-usecase-tags:hover {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.manage-speaker-usecases .vover-usecase-tags.active {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}

.dubbing-usecases .dubbing-usecase-tags {
  flex: 0 0 auto;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: rgb(72, 76, 122);
  font-size: 12px;
  height: 30px;
  padding: 7px 10px;
  margin: 3px;
  margin-right: 5px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.1);
  transition: all 0.2s ease-out;
}
.dubbing-usecases .dubbing-usecase-tags:hover {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.dubbing-usecases .dubbing-usecase-tags.active {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}

.play-radio {
  display: block !important;
  outline: 0 !important;
  height: 22px;
  margin: 0 5px 0 0;
  width: 100%;
  float: left;
  cursor: pointer;
}

.apply-checkbox {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px 5px 10px;
}
.apply-checkbox .mg_sp_apply_to_all {
  height: 15px;
  width: 15px;
}

.ppm .card {
  position: relative;
  height: auto;
  background: linear-gradient(-45deg, #fe0847, #feae3f);
  border-radius: 25px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border: none !important;
}
.ppm .card:hover {
  transform: scale(1.1);
}
.ppm .col-12:nth-child(1) .card,
.ppm .col-12:nth-child(1) .card .title .fa {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.ppm .premium-voice-tag {
  color: gold;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.ppm .title .fas {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.ppm .title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}
.ppm .price,
.ppm .option {
  position: relative;
  z-index: 2;
}
.ppm .price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 60px;
}
.ppm .option ul {
  margin: 0;
  padding: 0;
}
.ppm .option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}
.ppm .card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: black;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ppm .card a:hover {
  text-decoration: none;
}

.awaiting-view-content .rocket {
  position: absolute;
  top: 20%;
  width: 80px;
  left: calc(50% - 60px);
}
.awaiting-view-content .rocket .rocket-body {
  width: 80px;
  left: calc(50% - 50px);
  animation: bounce 0.5s infinite;
}
.awaiting-view-content .rocket .rocket-body .body {
  background-color: #29a9ff;
  height: 180px;
  left: calc(50% - 50px);
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top: 5px solid #0062a3;
}
.awaiting-view-content .rocket .rocket-body:before {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  width: 48px;
  height: 13px;
  background-color: #554842;
  bottom: -13px;
  border-bottom-right-radius: 60%;
  border-bottom-left-radius: 60%;
}
.awaiting-view-content .rocket .window {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f1c40f;
  left: calc(50% - 25px);
  top: 40px;
  border: 5px solid #957d40;
}
.awaiting-view-content .rocket .fin {
  position: absolute;
  z-index: -100;
  height: 55px;
  width: 50px;
  background-color: #0062a3;
}
.awaiting-view-content .rocket .fin-left {
  left: -30px;
  top: calc(100% - 55px);
  border-top-left-radius: 80%;
  border-bottom-left-radius: 20%;
}
.awaiting-view-content .rocket .fin-right {
  right: -30px;
  top: calc(100% - 55px);
  border-top-right-radius: 80%;
  border-bottom-right-radius: 20%;
}
.awaiting-view-content .rocket .exhaust-flame {
  position: absolute;
  top: 90%;
  width: 28px;
  background: linear-gradient(to bottom, transparent 10%, #f99d21 100%);
  height: 150px;
  left: calc(50% - 14px);
  animation: exhaust 0.2s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li {
  width: 60px;
  height: 60px;
  background-color: #dddddd;
  list-style: none;
  position: absolute;
  border-radius: 100%;
}
.awaiting-view-content .rocket .exhaust-fumes li:first-child {
  width: 200px;
  height: 200px;
  bottom: -300px;
  animation: fumes 5s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(2) {
  width: 150px;
  height: 150px;
  left: -120px;
  top: 260px;
  animation: fumes 3.2s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(3) {
  width: 120px;
  height: 120px;
  left: -40px;
  top: 330px;
  animation: fumes 3s 1s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(4) {
  width: 100px;
  height: 100px;
  left: -170px;
  animation: fumes 4s 2s infinite;
  top: 380px;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(5) {
  width: 130px;
  height: 130px;
  left: -120px;
  top: 350px;
  animation: fumes 5s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(6) {
  width: 200px;
  height: 200px;
  left: -60px;
  top: 280px;
  animation: fumes2 10s infinite;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(7) {
  width: 100px;
  height: 100px;
  left: -100px;
  top: 320px;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(8) {
  width: 110px;
  height: 110px;
  left: 70px;
  top: 340px;
}
.awaiting-view-content .rocket .exhaust-fumes li:nth-child(9) {
  width: 90px;
  height: 90px;
  left: 200px;
  top: 380px;
  animation: fumes 20s infinite;
}
.awaiting-view-content .star li {
  list-style: none;
  position: absolute;
}
.awaiting-view-content .star li:before, .awaiting-view-content .star li:after {
  content: "";
  position: absolute;
  background-color: #0099ff;
}
.awaiting-view-content .star li:before {
  width: 10px;
  height: 2px;
  border-radius: 50%;
}
.awaiting-view-content .star li:after {
  height: 8px;
  width: 2px;
  left: 4px;
  top: -3px;
}
.awaiting-view-content .star li:first-child {
  top: -30px;
  left: -210px;
  animation: twinkle 0.4s infinite;
}
.awaiting-view-content .star li:nth-child(2) {
  top: 0;
  left: 60px;
  animation: twinkle 0.5s infinite;
}
.awaiting-view-content .star li:nth-child(2):before {
  height: 1px;
  width: 5px;
}
.awaiting-view-content .star li:nth-child(2):after {
  width: 1px;
  height: 5px;
  top: -2px;
  left: 2px;
}
.awaiting-view-content .star li:nth-child(3) {
  left: 120px;
  top: 220px;
  animation: twinkle 1s infinite;
}
.awaiting-view-content .star li:nth-child(4) {
  left: -100px;
  top: 200px;
  animation: twinkle 0.5s ease infinite;
}
.awaiting-view-content .star li:nth-child(5) {
  left: 170px;
  top: 100px;
  animation: twinkle 0.4s ease infinite;
}
.awaiting-view-content .star li:nth-child(6) {
  top: 87px;
  left: -79px;
  animation: twinkle 0.2s infinite;
}
.awaiting-view-content .star li:nth-child(6):before {
  height: 1px;
  width: 5px;
}
.awaiting-view-content .star li:nth-child(6):after {
  width: 1px;
  height: 5px;
  top: -2px;
  left: 2px;
}
@keyframes fumes {
  50% {
    transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    transform: scale(0.8);
  }
  100% {
    background-color: #dddddd;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate3d(0px, -4px, 0);
  }
  100% {
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes exhaust {
  0% {
    background: linear-gradient(to bottom, transparent 10%, #dddddd 100%);
  }
  50% {
    background: linear-gradient(to bottom, transparent 8%, #dddddd 100%);
  }
  75% {
    background: linear-gradient(to bottom, transparent 12%, #dddddd 100%);
  }
}
@keyframes fumes2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes twinkle {
  80% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

.editor-op-buttons {
  color: #2a65ed;
  height: 1.8em;
}
.editor-op-buttons i {
  font-size: 1.8em;
}

.common-language-switcher .common-language-box-scroll {
  flex-wrap: nowrap;
  min-height: 3em;
  padding: 0.5em 0;
  cursor: pointer;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
.common-language-switcher .common-language-box-scroll::-webkit-scrollbar {
  display: none;
}
.common-language-switcher .common-language-box-scroll .language-tags {
  flex: 0 0 auto;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-size: 12px;
  height: 27px;
  padding: 5px 11px;
  margin: 1px 2px 3px 2px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
  transition: all 0.2s ease-out;
}
.common-language-switcher .common-language-box-scroll .language-tags:hover {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.common-language-switcher .common-language-box-scroll .language-tags.active {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}
.common-language-switcher .common-language-box-scroll .language-tags.add-lang {
  position: absolute;
  right: 0;
}

.swiper {
  margin: 0;
  width: 80%;
}
@media (max-width: 767.98px) {
  .swiper {
    width: 60% !important;
  }
}
@media (max-width: 991.98px) {
  .swiper {
    width: 70%;
  }
}

.studio-progress-circle {
  /* This for loop creates the necessary css animation names
  Due to the split circle of progress-left and progress right, we must use the animations on each side.
  */
}
.studio-progress-circle .progress {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.studio-progress-circle .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #efefef;
  position: absolute;
  top: 0;
  left: 0;
}
.studio-progress-circle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.studio-progress-circle .progress .progress-left {
  left: 0;
}
.studio-progress-circle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #00cdfa;
}
.studio-progress-circle .progress .progress-left .progress-bar {
  left: 101%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 0;
  transform-origin: center left;
}
.studio-progress-circle .progress .progress-right {
  right: 0;
}
.studio-progress-circle .progress .progress-right .progress-bar {
  left: -101%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: 0;
  transform-origin: center right;
}
.studio-progress-circle .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 600;
}
.studio-progress-circle .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
.studio-progress-circle .progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.studio-progress-circle .progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}
.studio-progress-circle .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.studio-progress-circle .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.language-tags-btn {
  flex: 0 0 auto;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-size: 12px;
  height: 27px;
  padding: 5px 11px;
  margin: 1px 2px 3px 2px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
  transition: all 0.2s ease-out;
}
.language-tags-btn:hover {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}

.language-tags-btn.active {
  box-shadow: 0 8px 22px 0 rgba(37, 44, 97, 0.15), 0 4px 6px 0 rgba(93, 100, 148, 0.2);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}

.img-thumbnail-card-href-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(85, 85, 85, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.btn-wavel-gradients {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-width: 2.375rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.8461538462;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.btn-wavel-gradients:hover {
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
}

#noti-modal .modal-content {
  border-radius: 1rem;
  text-align: center;
  min-height: 25rem;
}
#noti-modal .modal-content:hover {
  box-shadow: 2px 2px 2px black;
}
#noti-modal .fa {
  color: #2b84be;
  font-size: 90px;
  padding: 30px 0px;
}
#noti-modal .b1 {
  background-color: #2b84be;
  box-shadow: 0px 4px #337095;
  font-size: 17px;
}
#noti-modal .r3 {
  color: #c1c1c1;
  font-weight: 500;
}
#noti-modal a,
#noti-modal a:hover {
  text-decoration: none;
}

.studio-submit-btn {
  font-size: 1.4em;
  border-radius: 50px;
}

.wavel-text-gradient-2 {
  background: var(--Final-Theme-Gradients-blue-pink-hori-grad, linear-gradient(90deg, #3745C2 0%, #EE87E7 102.82%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dashboard-cta-type-2 .btn-wavel-gradient2 {
  background-image: linear-gradient(32deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-width: 2.375rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.8461538462;
  border: none;
  border-radius: 10px;
}
.dashboard-cta-type-2 .d-card-1 {
  border-color: #E2E8F0;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #fff, #fcfcff);
  border-width: 1.5px;
  border-style: solid;
  height: 145px;
  max-width: 20em;
  margin: 8px;
  padding: 10px;
  transition: border-color 0.3s;
  overflow: hidden;
}
.dashboard-cta-type-2 .d-card-1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.3s;
}
.dashboard-cta-type-2 .d-card-1:hover::before {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .dashboard-cta-type-2 .d-card-1 {
    width: 44%;
    min-height: 11.5rem;
  }
  .dashboard-cta-type-2 .d-card-1 .top-set {
    height: 4rem;
  }
}
.dashboard-cta-type-2 .d-card-1 .p-icon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dashboard-cta-type-2 .d-card-1 .title {
  font-size: 1.1em;
}
.dashboard-cta-type-2 .d-card-1 .dash-title {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .dashboard-cta-type-2 .d-card-1 .dash-title {
    font-size: 1.17em;
    font-weight: 600;
  }
}
.dashboard-cta-type-2 .d-card-1 .box {
  position: relative;
  color: gray;
}
@media (max-width: 767.98px) {
  .dashboard-cta-type-2 .d-card-1 .box {
    font-size: smaller !important;
  }
}
.dashboard-cta-type-2 .d-card-1 .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  font-size: 1em;
}
.dashboard-cta-type-2 .d-card-1 .label {
  color: #585858;
}

@media (max-width: 374.98px) {
  .dashboard-cta-type-2 .d-card-1 {
    height: 200px;
    width: 100%;
    max-width: 24em;
  }
}
@media (max-width: 767.98px) {
  .sided-layout .main-container {
    padding: 0;
  }
}
.expiry-banner {
  position: absolute;
  z-index: 99;
  float: right;
  right: 0;
  top: 0;
}
.disable-by-css {
  pointer-events: none;
}

.voice-cloning-btn.disabled {
  border-radius: 10px;
  border: none;
  padding: 10px 0;
}

.voice-cloning-btn {
  border-radius: 10px;
  border: none;
  padding: 10px 0;
}

#loading {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
}
#loading .timer-content {
  margin-left: 15px;
  position: absolute;
  top: 70%;
  font-size: 20px;
  font-weight: bold;
}

#loading-content {
  position: absolute;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
  top: 35%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#app {
  text-align: center;
  font-size: 50px;
  background-image: linear-gradient(90deg, #00c8f3, #00b2ff, #09f, #007bff, #0053fd);
  background-clip: border-box;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  position: absolute;
  top: 45%;
  left: 19%;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
#audioType {
  z-index: 20;
  position: relative;
}

.voiceAudio {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.add-voice-btn {
  background: linear-gradient(to left, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd);
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 10px 35px;
  top: 80%;
  left: 65%;
  position: absolute;
}

.voice-cloning-card .card {
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15), 0 1px 3px 0 rgba(93, 100, 148, 0.2);
  transition: all 0.2s ease-out;
  width: 287.715px;
  height: 341.92px;
}
.voice-cloning-card .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 25%;
}
.voice-cloning-card .card .add-voice {
  border: double 0 transparent;
  border-radius: 50px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#regenerateVoice {
  position: relative;
  background-color: #000000;
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 10px 0;
  width: 143px;
  margin-bottom: 40px;
}

#saveVoice {
  margin-bottom: 40px;
  width: 133px;
  position: relative;
}

#submitButtons {
  position: relative;
  top: 3rem;
  justify-content: space-between;
}

#save-audio {
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
}

#saveVoiceToDb {
  position: relative;
  background-color: #372d9a;
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 10px 0;
  width: 143px;
  margin: 10px 0 20px auto;
  display: flex;
}

.voiceCloneFile {
  height: 100% !important;
  max-height: 5rem !important;
  min-height: auto;
  position: relative;
}
.voiceCloneFile .filepond--list-scroller {
  position: absolute;
  top: -3px;
  width: 100%;
  max-width: 100%;
}
.voiceCloneFile .filepond--drop-label {
  min-height: 2.75em !important;
}

#nameSection {
  top: 20px;
  width: 100%;
}

#profileImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e5e5e5;
  font-size: 35px;
  color: #767da2;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
#profileImage p {
  margin: 0 auto;
}

#voiceCloningModel .modal-dialog .modal-content {
  border-radius: 6px;
}

@media (max-width: 354.98px) {
  #voiceCloningModel .modal-dialog .modal-content {
    min-height: 40rem;
  }
}
@media (min-width: 355px) and (max-width: 503.98px) {
  #voiceCloningModel .modal-dialog .modal-content {
    min-height: 39rem;
  }
}
#voiceCloningModel select + i.fa {
  float: right;
  margin-top: -28px;
  margin-right: 9px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}

.clip-tab {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  margin-right: 0;
  margin-left: 0;
  padding: 7px;
}
.clip-tab li {
  justify-content: center;
}
.clip-tab a {
  color: var(--primary-color);
  padding: 10px 50px;
}

.clip-tab.nav-pills .nav-link.active {
  color: var(--primary-color);
  background-color: #e6eef9;
  border-radius: 15px;
}

.clip-tab.nav-pills .nav-link {
  justify-content: center;
}

.download-loader {
  width: 20px;
  height: 20px;
  border: 5px dotted #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation: rotation 2s linear infinite;
}

.genrate-video-loader {
  width: 20px;
  height: 20px;
  border: 5px dotted #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clipvideo .vjs-big-play-button {
  display: none;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}

.thumb-demo-vids #popup {
  display: none;
  position: fixed;
  top: 22%;
  left: 33%;
  width: 45%;
  height: 50%;
  background-color: white;
  z-index: 10;
}
.thumb-demo-vids #popup iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.thumb-demo-vids #popupdarkbg {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.thumb-demo-vids .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}
.thumb-demo-vids .video-status {
  position: absolute;
  left: 0;
  top: -26px;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumb-demo-vids .video-status.play {
  background-image: url(https://wavel.ai/assets/images/play.svg);
  background-position: 50% 50%;
  background-size: 48px 48px;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .clipStatus-btn {
    display: block;
  }
  .clipStatus-btn .voice-btn {
    margin: 0 auto;
    max-width: 55%;
    margin-bottom: 10px;
  }
  .clipStatus-btn .dashboard-btn {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .dub-voice-btn {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 864px) {
  .dub-voice-btn {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 423px) {
  .voice-btn-model {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.myclipstatus-progress .progress-bar {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper-13 input[type=checkbox] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox-wrapper-13 input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper-13 input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox-wrapper-13 input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper-13 input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper-13 input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
}
.checkbox-wrapper-13 * {
  box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}

.dashboardHelp .help-subtitle {
  line-height: 20px;
}

.dashboardHelp .thumb-demo-vids {
  background: #fbfbfb;
  border-radius: 1.25rem;
  padding: 0.55rem;
  margin: 0;
  width: unset;
}

.dash-board-help-popup {
  display: none;
}

#fileuploadmodal {
  /* Style for the file input element */
  /* Style for the label element */
}
#fileuploadmodal .progress-container {
  position: relative;
  display: inline-block;
  background: #eee;
  height: 20px;
  border-radius: 6px;
  overflow: hidden;
}
#fileuploadmodal .progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: turquoise;
}
#fileuploadmodal ::-webkit-progress-bar {
  background-color: #fff;
}
#fileuploadmodal #f-upload-progress-bar {
  width: 0;
  height: 7px;
  background: linear-gradient(45deg, #f27c7c, #2fae64);
  text-align: center;
  line-height: 20px;
  color: #fff;
  transition: width 0.3s ease;
}
#fileuploadmodal #drop-area {
  height: 13em;
  border: 2px dashed #ccc;
  border-radius: 0 0 15px 15px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 1.2em;
  color: #ccc;
  transition: background 0.3s, color 0.3s;
  height: 7em;
}
#fileuploadmodal #drop-area:hover {
  background-color: rgba(215, 206, 230, 0.8509803922);
}
#fileuploadmodal #drop-area:hover .drop-zone-content-desc {
  color: black;
}
#fileuploadmodal #drop-area .drop-zone-title {
  color: #676768;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
#fileuploadmodal #drop-area .drop-zone-content-desc {
  font-size: 14px;
  cursor: pointer;
  color: #cccccc;
}
#fileuploadmodal #drop-area.active {
  background: linear-gradient(45deg, #e6e6e6, #fff);
}
#fileuploadmodal #fileInput {
  display: none;
}
#fileuploadmodal #fileInputLabel {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(45deg, #56b1da, #3498db);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
#fileuploadmodal #fileInputLabel:hover {
  background: linear-gradient(45deg, #3498db, #56b1da);
}
#fileuploadmodal #file-list {
  display: none;
  border-radius: 5px;
  width: 100%;
}
#fileuploadmodal #file-list ul {
  list-style: none;
  padding: 0;
}
#fileuploadmodal #file-list ul li {
  margin: 5px 0;
  color: white;
  padding: 5px;
  border-radius: 3px;
  background: linear-gradient(45deg, #3d754c, #2fae64);
  font-size: small;
}
#fileuploadmodal #file-list.active {
  display: block;
}

.fileuploadmodalforclone {
  /* Style for the file input element */
  /* Style for the label element */
}
.fileuploadmodalforclone .progress-container {
  position: relative;
  display: inline-block;
  background: #eee;
  height: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.fileuploadmodalforclone .progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  background: turquoise;
}
.fileuploadmodalforclone ::-webkit-progress-bar {
  background-color: #fff;
}
.fileuploadmodalforclone #f-upload-progress-bar {
  width: 0;
  height: 7px;
  background: linear-gradient(45deg, #f27c7c, #2fae64);
  text-align: center;
  line-height: 20px;
  color: #fff;
  transition: width 0.3s ease;
}
.fileuploadmodalforclone #drop-area1 {
  border: 2px dashed var(--Final-Theme-Theme-Purple, #830C83);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 1.2em;
  color: #ccc;
  transition: background 0.3s, color 0.3s;
  height: 7em;
  width: 100%;
}
.fileuploadmodalforclone #drop-area1:hover {
  background-color: rgba(215, 206, 230, 0.8509803922);
}
.fileuploadmodalforclone #drop-area1:hover .drop-zone-content-desc {
  color: black;
}
.fileuploadmodalforclone #drop-area1 .drop-zone-title {
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin-bottom: 10px;
}
.fileuploadmodalforclone #drop-area1 .drop-zone-content-desc {
  font-size: 14px;
  cursor: pointer;
  color: #cccccc;
}
.fileuploadmodalforclone #drop-area1.active {
  background: linear-gradient(45deg, #e6e6e6, #fff);
}
.fileuploadmodalforclone #fileInput1 {
  display: none;
}
.fileuploadmodalforclone #fileInputLabel {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(45deg, #56b1da, #3498db);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
.fileuploadmodalforclone #fileInputLabel:hover {
  background: linear-gradient(45deg, #3498db, #56b1da);
}
.fileuploadmodalforclone #file-list1 {
  display: none;
  border-radius: 5px;
}
.fileuploadmodalforclone #file-list1 ul {
  list-style: none;
  padding: 0;
}
.fileuploadmodalforclone #file-list1 ul li {
  margin: 5px 0;
  color: white;
  padding: 5px;
  border-radius: 3px;
  background: linear-gradient(45deg, #3d754c, #2fae64);
  font-size: small;
}
.fileuploadmodalforclone #file-list1.active {
  display: block;
}

.styleModel .image-boxes-wrapper .preset-images {
  cursor: pointer;
}
.styleModel .image-boxes-wrapper .preset-images input[type=radio][id^=myCheckbox] {
  display: none;
}
.styleModel .image-boxes-wrapper .preset-images input[type=radio]:checked + label > img {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px rgb(133, 133, 239);
  border-radius: 6px;
}
.styleModel .image-boxes-wrapper .preset-images label {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.styleModel .modal-content {
  min-height: 552px;
  height: 100%;
  border-radius: 10px;
}
.styleModel .modal-content .decoration-wrapper .decoration-text {
  background: white;
  display: inline-block;
  padding: 4px 7px;
  font-size: 18px;
  font-weight: 700;
}
.styleModel .modal-content .modal-body {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
}
.styleModel .modal-content .modal-body .left-side-image-div {
  background-position: center;
  background-size: cover;
  max-width: calc(100% - 331px);
  width: 100%;
}
.styleModel .modal-content .modal-body .left-side-image-div img {
  border-radius: 16px;
}
.styleModel .modal-content .modal-body .text-editor-section {
  max-width: 330px;
  width: 100%;
  padding-left: 20px;
}
.styleModel .modal-content .model-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}
.styleModel .modal-content .image-imnner-containt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  max-width: max-content;
  padding: 5px;
}
.styleModel .modal-content .text-editor-active {
  background-color: lightgray !important;
  border-radius: 4px;
}
.styleModel .modal-content .bold,
.styleModel .modal-content .italic {
  border: none;
  background-color: #fff;
  color: #344054;
}
.styleModel .modal-content input[type=color] {
  width: 0px;
  height: 0px;
  opacity: 0;
  border: none;
  background-color: unset;
  border-radius: 50px;
}
.styleModel .modal-content .left,
.styleModel .modal-content .center,
.styleModel .modal-content .right {
  border: none;
  background-color: #fff;
  color: gray;
}
.styleModel .modal-content .up-down-div {
  margin-top: 15px;
}
.styleModel .modal-content .move-up-down-btn-group button {
  border: none;
  background: none;
  width: 50%;
  padding: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202939;
}
.styleModel .modal-content .move-up-down-btn-group button:focus {
  border: none !important;
}
.styleModel .modal-content .model-label {
  padding-top: 12px;
  font-size: 16px;
  color: #364152;
  font-weight: 400;
  padding-bottom: 12px;
}
.styleModel .font-plus-minus-div .font-size-up-btn,
.styleModel .font-plus-minus-div .font-size-down-btn {
  border: none;
  background-color: unset;
  font-size: 25px;
  font-weight: 800;
  color: #202939;
}
.styleModel .font-plus-minus-div #show-font-size {
  font-size: 16px;
  font-weight: 800;
}
.styleModel .font-plus-minus-div #fontDownBtn:focus,
.styleModel .font-plus-minus-div #fontUpBtn:focus,
.styleModel .font-plus-minus-div .font-size-up-btn:focus,
.styleModel .font-plus-minus-div .font-size-down-btn:focus {
  outline: none !important;
}
.styleModel .font-plus-minus-div .font-size-up-btn,
.styleModel .font-plus-minus-div .font-size-down-btn {
  border: none;
  background-color: unset;
  font-size: 25px;
  font-weight: 800;
  color: #202939;
}
.styleModel .font-plus-minus-div #show-font-size {
  font-size: 16px;
  font-weight: 800;
}
.styleModel .font-plus-minus-div #fontDownBtn:focus,
.styleModel .font-plus-minus-div #fontUpBtn:focus,
.styleModel .font-plus-minus-div .font-size-up-btn:focus,
.styleModel .font-plus-minus-div .font-size-down-btn:focus {
  outline: none !important;
}
.styleModel .modal-dialog {
  max-width: max-content;
}
.styleModel .modal-footer {
  border-top: none;
}

.uploader-voice-dd .dropdown-toggle::after {
  display: none;
}

.dubbing-step-2-div .dropdown-toggle::after {
  display: none;
}

.search_voice .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -2px !important;
}

/* .upload-screen-navbar .nav-link {
    padding: 7px 25px;

} */
/* switch css */
/* new tab css */
.upload-screen-dubbing {
  /* Style the label as a button */
  /* Hover effect for the label button */
}
.upload-screen-dubbing .form-control {
  border-radius: 6px;
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.upload-screen-dubbing .close {
  position: absolute;
  right: 0;
  text-decoration: none;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  border-radius: 100px;
  background: var(--Final-Theme-Neutrals-100, #FFF);
  /* Shadow/Small Shadow */
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.1);
}
.upload-screen-dubbing .modal-content {
  padding: 0 10px 10px 10px;
}
.upload-screen-dubbing .upload-screen-title {
  border-bottom: none;
  padding-bottom: 0;
}
.upload-screen-dubbing .upload-screen-title h1 {
  background: linear-gradient(101.75deg, #00a0fa 5 82%, #9058ff 48.54%, #eb51c7 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px !important;
}
.upload-screen-dubbing .duubing-footer {
  border-top: 0;
}
.upload-screen-dubbing .duubing-footer .generate-button {
  width: 100%;
  background-color: purple;
  color: white;
  border-color: purple;
  border-radius: 10px;
}
.upload-screen-dubbing .duubing-footer .generate-button:hover {
  background-color: #4A148C;
}
.upload-screen-dubbing .select-arrow-mark {
  right: 25px;
  top: 55%;
  transform: translateY(-50%);
}
.upload-screen-dubbing .audio-option {
  display: flex;
  align-items: center;
}
.upload-screen-dubbing .audio-option button {
  margin-right: 10px;
}
.upload-screen-dubbing #fileInputLabel {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  /* Button background color */
  color: #fff;
  /* Button text color */
  border-radius: 5px;
  cursor: pointer;
}
.upload-screen-dubbing #fileInputLabel:hover {
  background-color: #0056b3;
  /* Darker background color on hover */
}

.upload-screen-body-content .upload-screen-title-content {
  font-weight: 500;
  padding-bottom: 10px;
}
.upload-screen-body-content .upload-screen-navbar {
  border-radius: 10px 10px 0 0;
}

.upload-screen-list-item {
  padding: 0px 10px;
}
.upload-screen-list-item .nav-link {
  padding: 9px 24px !important;
  font-size: 14px;
}

.upload-screen-navbar .nav-link.active {
  position: relative;
}
.upload-screen-navbar .nav-link.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(101.75deg, #00a0fa 5.82%, #9058ff 48.54%, #eb51c7 91.27%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.drop-zone {
  width: 100%;
  min-height: 125px;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed lightgrey;
  border-radius: 0 0 10px 10px;
  background-color: white;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__prompt {
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin-bottom: 10px;
}

.drop-zone-content-desc {
  font-size: 14px;
  cursor: pointer;
  color: #cccccc;
  font-weight: 500;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.form-title-name {
  padding: 20px 0px;
}

.keep-score {
  border-radius: 6px;
  border: 1px solid #E6E6E9;
  background: #FCFCFF;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
}

.check-box {
  transform: scale(1.6);
}

input[type=checkbox] {
  border-color: var(--primary-color);
}

.keep-score-content {
  font-size: 12px;
  margin-bottom: 0;
}

.dubbing-form label {
  font-weight: 600;
  font-size: 14px;
}
.dubbing-form .keep-score {
  margin-top: 35px;
}

.modal-title-dubbing {
  background: linear-gradient(101.75deg, #00a0fa 5.82%, #9058ff 48.54%, #eb51c7 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px !important;
  margin-bottom: 10px;
}

.main-link-div {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.tab-upload-link {
  padding: 7px 20px;
  text-decoration: none;
  color: black;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid var(--Final-Theme-Theme-Purple, #830C83);
  /* Shadow/Normal Shadow */
  box-shadow: 0px 4px 6.6px 0px rgba(20, 20, 26, 0.15);
}

.tab-upload-link.active-tab {
  position: relative;
  font-weight: 600;
  background: var(--Final-Theme-Purple-800, #650965);
  color: #fff;
}

.form-label {
  color: var(--Final-Theme-Neutrals-700, #B2B2B4);
  text-align: center;
  /* Label/default */
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;
  /* 114.286% */
}

.drop-zone-title {
  color: #833AB4;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 0;
}

.drop-zone-title-2 {
  color: var(--Final-Theme-Neutrals-700, #B2B2B4);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.youtube-upload-div .drop-area-youtube {
  padding: 5px 20px;
  margin-bottom: 0.5em;
  height: 13em;
  border-radius: 18px;
  border: 1px dashed var(--Grad-animation, #405de6);
  background: var(--Final-Theme-Theme-White, #fcfcff);
}
.youtube-upload-div .drop-area-youtube .custom-search-input {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  padding-left: 1em;
  border-radius: 6px;
  border: 1px solid var(--Final-Theme-Theme-Black, #833AB4);
  background: var(--Final-Theme-Theme-White, #FCFCFF);
}
.youtube-upload-div .drop-area-youtube .custom-youtube-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.youtube-upload-div .drop-area-youtube .youtube-upload-sub-div {
  margin: 20px 0px;
}

@media screen and (max-width: 575.98px) {
  .upload-screen-dubbing .modal-content {
    padding: 0;
  }
  .upload-screen-dubbing .modal-content .modal-body {
    padding: 20px;
  }
  .upload-screen-dubbing .modal-content .modal-footer .uploader-submit-btn {
    padding: 9px 14px;
  }
  .upload-screen-dubbing .modal-content .uploader-label {
    font-size: 19.6px;
    padding-bottom: 10px;
  }
  .upload-screen-dubbing .modal-content .uploader-sub-label {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form .main-link-div {
    padding-bottom: 20px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form .main-link-div .tab-upload-link {
    padding: 5px 10px;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form .main-link-div .tab-upload-link.active-tab {
    color: #FCFCFF;
  }
  .upload-screen-dubbing .modal-content #upload-service-form #drop-area {
    height: unset;
    padding: 20px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form #drop-area .drop-zone-title {
    color: #676768;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form #drop-area .drop-zone-content-desc {
    color: #B2B2B4;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  .upload-screen-dubbing .modal-content #upload-service-form .title-video-voice-lable {
    color: #B2B2B4;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  .upload-screen-dubbing .keep-score {
    margin-top: 0 !important;
    line-height: 16px;
  }
  .upload-screen-dubbing .keep-score .keep-score-content {
    font-size: 12px;
  }
  .studio_v3_uploader .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px !important;
    font-size: 14px !important;
    font-weight: 600;
  }
  #voiceCloningModel .modal-content .modal-body {
    padding: 20px;
  }
  #voiceCloningModel .modal-content .modal-body .uploader-label {
    font-family: "Outfit", sans-serif;
    font-size: 19.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #voiceCloningModel .modal-content .modal-body .clone-voice-sub-title {
    color: #0E0F26;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    padding-bottom: 10px;
  }
  #voiceCloningModel .modal-content .modal-body #voiceCloning-modal-form #drop-area1 {
    margin-bottom: 20px;
  }
  #voiceCloningModel .modal-content .modal-body #voiceCloning-modal-form #drop-area1 .drop-zone-title {
    color: #676768;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px;
  }
  #voiceCloningModel .modal-content .modal-body #voiceCloning-modal-form #drop-area1 .drop-zone-content-desc {
    color: #B2B2B4;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  #voiceCloningModel .modal-content .modal-body #voiceCloning-modal-form .accepte-text {
    color: #929293;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
  }
  #voiceCloningModel .modal-content .modal-body #voiceCloning-modal-form .agree-text-content {
    color: #676768;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  #studio_v3_uploader .modal-content .modal-body .uploader-label {
    font-family: "Outfit", sans-serif;
    font-size: 19.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #studio_v3_uploader .modal-content .modal-body .accent-generator-sub-title {
    color: #0E0F26;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding-bottom: 10px;
  }
  #studio_v3_uploader .modal-content .modal-body .title-video-voice-lable {
    color: #B2B2B4;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  #studio_v3_uploader .modal-content .modal-body .form-control {
    line-height: 16px !important;
  }
}
@media (min-width: 576) and (max-width: 768px) {
  .upload-screen-dubbing .modal-content {
    padding: 30px 30px 30px 30px;
  }
  .keep-score .keep-score-content {
    font-size: 12px;
  }
}
@media (min-width: 768) and (max-width: 991.98px) {
  .upload-screen-dubbing .modal-content {
    padding: 20px;
  }
  .keep-score .keep-score-content {
    font-size: 12px;
  }
}
.generate-button {
  width: 100%;
  background-color: purple;
  color: white;
  border-color: purple;
  border-radius: 10px;
}
.generate-button:hover {
  background-color: #4A148C;
}

.op-buttons .btn:hover {
  color: #fff !important;
}

.wavel-gradient-border-btn {
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(to right, #00cdfa, #9058ff, #ff76df);
  cursor: pointer;
}
.wavel-gradient-border-btn::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 5px;
  background-color: white;
  z-index: -1;
  transition: 200ms;
}
.wavel-gradient-border-btn::after {
  content: attr(data);
  font-size: 16px;
  background-color: #9C27B0;
  -webkit-background-clip: text;
  color: transparent;
  transition: 200ms;
}
.wavel-gradient-border-btn:hover::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #9C27B0;
  color: #fff !important;
  border: none;
  outline: none;
}
.wavel-gradient-border-btn:hover::after {
  color: white !important;
}

/**
Preview page css
 */
.preview-custom-controls {
  margin-top: 1em;
}
.preview-custom-controls #play-pause-button {
  background-color: #9C27B0;
  color: #fff;
  border: none;
  height: 4em;
  width: 4em;
  padding: 8px 8px;
  border-radius: 50%;
  cursor: pointer;
}
.preview-custom-controls #current-time,
.preview-custom-controls #duration {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.toolbar {
  display: flex;
}
.toolbar .color-picker-box {
  padding: 12px 10px;
  position: relative;
  bottom: 12px;
}
.toolbar .color-picker-box .text-color-font {
  border-radius: 2px;
  bottom: 5px;
  box-shadow: 0 0 0 1px rgba(149, 100, 100, 0.05);
  height: 4px;
  left: 14px;
  position: absolute;
  right: 5px;
  background-color: black;
}
.toolbar .color-picker-box .text-color-font-background {
  border-radius: 2px;
  bottom: 5px;
  box-shadow: 0 0 0 1px rgba(149, 100, 100, 0.05);
  height: 4px;
  left: 14px;
  position: absolute;
  right: 5px;
  background-color: black;
}
.toolbar .align-icon {
  padding: 12px 16px;
  cursor: pointer;
}
.toolbar .move-icon {
  padding: 12px 16px;
  cursor: pointer;
}

.container-blade {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown__button {
  background-color: #fff;
  color: #616161;
  border: 1px solid #cecece;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding: 11px 30px 11px 12px;
  bottom: 12px;
  border-bottom: 1px solid #36363B;
}
.select-dropdown__button::after, .select-dropdown__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.select-dropdown__button::after {
  content: "\25BE";
}
.select-dropdown__button::before {
  content: "\25B4";
  display: none;
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 32.5px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  max-height: 206px;
  overflow-y: auto;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  background-color: #36363B;
}
.select-dropdown__list::-webkit-scrollbar {
  width: 3px;
}
.select-dropdown__list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.select-dropdown__list::-webkit-scrollbar-thumb {
  background: #aaaaac;
  border-radius: 10px;
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  background: #36363B;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.6);
}
.select-dropdown__list-item:hover {
  background-color: grey;
}

.scroolable-container {
  overflow-y: auto;
  max-height: 345px;
  height: 100%;
}
.scroolable-container::-webkit-scrollbar {
  width: 3px;
}
.scroolable-container::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scroolable-container::-webkit-scrollbar-thumb {
  background: #aaaaac;
  border-radius: 10px;
}

.style-tab-box {
  position: relative;
  border-color: #E2E8F0;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #fff, #fcfcff);
  border-width: 1.5px;
  border-style: solid;
  max-width: 20em;
  margin: 8px;
  padding: 20px 32px;
  transition: border-color 0.3s;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.style-tab-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.3s;
}
.style-tab-box:hover::before {
  opacity: 1;
}
.style-tab-box-main:hover::before {
  opacity: 1;
}
.style-tab-box-main .first-inner-content-style-box {
  background: black;
  color: white;
  text-align: center;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 3px 7px;
}
.style-tab-box-main .second-inner-content-style-box {
  background: blue;
  color: white;
  text-align: center;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 3px 7px;
}
.style-tab-box-main .third-inner-content-style-box {
  background: #cecece;
  color: black;
  text-align: center;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 3px 7px;
}
.style-tab-box-main .fourth-inner-content-style-box {
  margin: 0;
  color: white;
  text-shadow: 2px 2px 3px rgba(253, 13, 245, 0.943), 2px 2px 3px blue;
}
.style-tab-box-main .five-inner-content-style-box {
  margin: 0;
  color: white;
  text-shadow: 2px 2px 3px blue;
}

.style-tab-box.active-tab::before {
  opacity: 1;
}

.shuffle-media {
  min-width: 8em;
  border-radius: 0;
}

.side-open-box .side-open-box-wrapper-arrow {
  position: relative;
}
.side-open-box .side-open-box-wrapper-arrow .select-arrow-manual .arrow-down-manual {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
  margin: 0;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.ad-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /*align-self: stretch;*/
  border-radius: 18px;
  /*background: linear-gradient(116deg, #FCFCFF 35.42%, rgba(245, 242, 245, 0.85) 83.58%), url("/images/tools/other/fancy-bg-1.png") lightgray 0% 0% / 100px 100px repeat;*/
  /*background-image: url("/images/tools/other/banner-bg-1.webp");*/
  background-image: url("/images/tools/other/unlock-wavel.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 200px;*/
  /*width: 1200px;*/
  /* Shadow/Small Shadow */
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.1);
  padding: 2em;
  margin-top: 1em;
}
@media (max-width: 767.98px) {
  .ad-div .display-4 {
    font-family: "Outfit", sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.clip-action-menu-sidebar {
  position: absolute;
  top: 35%;
  /*right: 0;*/
  transform: translateY(-50%);
  background: #FFF;
  max-width: 70px;
  max-height: 277px;
  width: 100%;
  /*height: 100%;*/
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  right: 10px;
  /*top: 180px;*/
  border-radius: 6px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: var(--Final-Theme-Neutrals-100, #FFF);
  /* Shadow/Normal Shadow */
  box-shadow: 0px 4px 6.6px 0px rgba(20, 20, 26, 0.15);
}
.clip-action-menu-sidebar .svg-div {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: var(--Final-Theme-blue-100, #F5F6FF);
}
.clip-action-menu-sidebar .svg-div .icon-title {
  display: none;
}
@media (max-width: 767.98px) {
  .clip-action-menu-sidebar {
    position: relative;
    transform: none;
    max-width: 100%;
    flex-direction: row;
    right: 0;
    z-index: 99;
    padding: 0;
    margin-top: 0.8em;
  }
  .clip-action-menu-sidebar .svg-div {
    width: 8em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 3px;
  }
  .clip-action-menu-sidebar .svg-div .icon-title {
    display: block;
  }
}

.preview-clip-action-menu {
  /*right: 0;*/
  background: #FFF;
  /*height: 100%;*/
  display: flex;
  align-items: center;
  gap: 10px;
  /*top: 180px;*/
  border-radius: 6px;
  border: 1px dashed var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: var(--Final-Theme-Neutrals-100, #FFF);
  /* Shadow/Normal Shadow */
}
.preview-clip-action-menu .tooltip {
  position: static;
  display: block;
  opacity: 1;
}
.preview-clip-action-menu .svg-div {
  display: flex;
  justify-content: center;
  padding: 8px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Final-Theme-Neutrals-400, var(--primary-color));
  background: var(--Final-Theme-blue-100, #F5F6FF);
  width: 4em;
  height: 4em;
}
.preview-clip-action-menu .svg-div .icon-title {
  display: none;
}
@media (max-width: 767.98px) {
  .preview-clip-action-menu {
    position: relative;
    transform: none;
    max-width: 100%;
    flex-direction: row;
    right: 0;
    z-index: 99;
    padding: 0;
    margin-top: 0.8em;
  }
  .preview-clip-action-menu .svg-div {
    width: 6em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 3px;
  }
  .preview-clip-action-menu .svg-div .icon-title {
    display: block;
  }
}

.preview-popup-modal .br-visible {
  border-right: 1px solid lightgrey;
}

.audio-player-center-div {
  height: 50vh;
  background: #000;
}

.iff .label-text {
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}
.iff .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 30px;
  background-color: #06c;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 100;
}
.iff .my-float {
  font-size: 24px;
  margin-top: 18px;
}
.iff .pulse {
  animation: pulse-animation 2s infinite;
}

.label-container {
  position: fixed;
  bottom: 150px;
  right: 22px;
  z-index: 100;
  background: rgba(46, 46, 55, 0.9294117647);
  padding: 10px;
  border-radius: 7px;
}
.label-container .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.label-container .rating > input {
  display: none;
}
.label-container .rating > label {
  position: relative;
  width: 1em;
  font-size: 3.5em;
  color: #ffd600;
  cursor: pointer;
}
.label-container .rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}
.label-container .rating > label:hover:before,
.label-container .rating > label:hover ~ label:before {
  opacity: 1 !important;
}
.label-container .rating > input:checked ~ label:before {
  opacity: 1;
}
.label-container .rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}
.label-container .modal-header .close span {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.label-container .form-group label {
  font-size: 13px;
  color: #fff !important;
}
.label-container #frmFeedback .btn {
  font-size: 14px !important;
}
.label-container textarea {
  background: #fff;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.fst-row {
  border-radius: 18px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: #FFF;
  padding: 5px;
}

.intro-display-div {
  border-radius: 18px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: #FFF;
  padding: 5px;
}

.face-clipping-auto-manual-toggler {
  border-radius: 18px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: #FFF;
  padding: 5px;
}
.face-clipping-auto-manual-toggler .toggleContainer {
  text-align: center;
}
.face-clipping-auto-manual-toggler .toggleSwitch {
  display: inline-block;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 25em;
  border-radius: 10px;
  background: var(--Final-Theme-Neutrals-300, #F2F2F2);
  border: 1px solid #ccc;
  height: 34px;
  -webkit-user-select: none;
          user-select: none;
}
.face-clipping-auto-manual-toggler .toggleSwitch span span {
  display: none;
}
.face-clipping-auto-manual-toggler .toggleSwitch * {
  box-sizing: border-box;
}
.face-clipping-auto-manual-toggler .toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.face-clipping-auto-manual-toggler .toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.face-clipping-auto-manual-toggler .toggleSwitch input:checked ~ a {
  left: calc(50% - 3px);
}
.face-clipping-auto-manual-toggler .toggleSwitch input:checked ~ span span:first-of-type {
  left: 0;
  color: #999;
}
.face-clipping-auto-manual-toggler .toggleSwitch input:checked ~ span span:last-of-type {
  color: #405DE6;
}
.face-clipping-auto-manual-toggler .toggleSwitch > span {
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
}
.face-clipping-auto-manual-toggler .toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: auto;
  top: -1px;
  opacity: 1;
  width: 40%;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
}
.face-clipping-auto-manual-toggler .toggleSwitch > span span:first-of-type {
  color: #405DE6;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}
.face-clipping-auto-manual-toggler .toggleSwitch > span span:last-of-type {
  left: auto;
  right: 0;
  color: #999;
  margin: 0;
  width: 50%;
}
.face-clipping-auto-manual-toggler .toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
.face-clipping-auto-manual-toggler .toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 3px;
  bottom: 3px;
  padding: 0;
  left: 3px;
  width: 50%;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.face-clipping-auto-manual-toggler .toggleSwitch.large {
  width: 60px;
  height: 27px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.large a {
  width: 27px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.large > span span {
  font-size: 1.1em;
}
.face-clipping-auto-manual-toggler .toggleSwitch.large > span span:first-of-type {
  left: 50%;
}
.face-clipping-auto-manual-toggler .toggleSwitch.large input:checked ~ a {
  left: 41px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.xlarge a {
  width: 36px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}
.face-clipping-auto-manual-toggler .toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}
.face-clipping-auto-manual-toggler .toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}
.face-clipping-auto-manual-toggler .toggleSwitch label,
.face-clipping-auto-manual-toggler .toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.face-clipping-auto-manual-toggler .toggleSwitch input:focus ~ a,
.face-clipping-auto-manual-toggler .toggleSwitch input:focus + label {
  outline: none;
}

#preview-modal-title {
  font-size: 16px !important;
  font-weight: 600;
}

.preview-main-row .content-left {
  border-right: 1px solid #ccc; /* Vertical divider */
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.preview-main-row .content-right {
  padding-left: 15px; /* Space between divider and content */
}
@media (max-width: 768px) {
  .preview-main-row .content-left {
    border-right: none; /* Remove vertical divider */
    border-bottom: 1px solid #ccc; /* Add horizontal divider */
    margin-bottom: 15px; /* Space below the divider */
  }
  .preview-main-row .content-right {
    padding-left: 0;
  }
}
.preview-main-row .shorts-div {
  max-height: 50vh;
  overflow-y: scroll;
}
.preview-main-row .shorts-div .checkbox-container {
  position: absolute;
  top: 0;
  min-width: 5em;
  min-height: 2em;
  right: 10px;
  z-index: 1;
}
.preview-main-row .shorts-div .checkbox-container .shorts-preview-check {
  width: 1.5em;
  height: 1.5em;
  border-radius: 10px;
}

.preview-action-row .project-tab {
  border-radius: 18px;
  border: 1px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: #FFF;
}
.preview-action-row .project-tab #tabs {
  font-size: 12px;
}
.preview-action-row .project-tab .nav-tabs {
  margin: 0;
}
.preview-action-row .project-tab .nav-item {
  display: flex;
  /* height: 36px; */
  padding: 6px 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  gap: 10px;
}
.preview-action-row .project-tab .nav-tabs.nav-fill {
  border-radius: 18px 18px 0px 0px;
  background: var(--Final-Theme-Neutrals-300, #F2F2F2);
}
.preview-action-row .project-tab thead {
  background: #f3f3f3;
  color: #333;
}
.preview-action-row .project-tab a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
.preview-action-row .project-tab #tabs .nav-tabs .nav-item.show .nav-link, .preview-action-row .nav-tabs .nav-link.active {
  color: #0062cc;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 18px 18px 0px 0px;
  background: #FFF;
}
.preview-action-row .tab-pane {
  padding: 1em;
}
.preview-action-row video {
  border-radius: 20px;
}
.preview-action-row .modal-label {
  font-size: 12px !important;
}
.preview-action-row .form-control {
  font-size: 12px;
  padding: 10px;
}
.preview-action-row .rating-modal .modal-title {
  font-size: 16px;
}
.preview-action-row .rating-modal .li-star {
  font-size: 25px;
}
.preview-action-row .rating-modal .highlight-stars {
  font-size: 25px;
}
.preview-action-row .video-js {
  border-radius: 20px !important;
}
.preview-action-row .style-settings * {
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.preview-action-row .style-settings .p-2 {
  padding: 0.5rem;
}
.preview-action-row .style-settings .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.preview-action-row .style-settings .rounded-lg {
  border-radius: 0.5rem;
}
.preview-action-row .style-settings .p-4 {
  padding: 1rem;
}
.preview-action-row .style-settings .flex {
  display: flex;
}
.preview-action-row .style-settings .items-center {
  align-items: center;
}
.preview-action-row .style-settings .gap-2 {
  gap: 0.5rem;
}
.preview-action-row .style-settings svg {
  display: block;
  vertical-align: middle;
}
.preview-action-row .style-settings .h-6 {
  height: 1.5rem;
}
.preview-action-row .style-settings .w-6 {
  width: 1.5rem;
}
.preview-action-row .style-settings h3 {
  font-size: inherit;
  font-weight: inherit;
}
.preview-action-row .style-settings .font-semibold {
  font-weight: 600;
}
.preview-action-row .style-settings .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107, 114, 128, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings .mt-4 {
  margin-top: 1rem;
}
.preview-action-row .style-settings .grid {
  display: grid;
}
.preview-action-row .style-settings .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.preview-action-row .style-settings .md\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.preview-action-row .style-settings .lg\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.preview-action-row .style-settings .md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.preview-action-row .style-settings .lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.preview-action-row .style-settings .block {
  display: block;
}
.preview-action-row .style-settings .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.preview-action-row .style-settings .font-medium {
  font-weight: 500;
}
.preview-action-row .style-settings .leading-6 {
  line-height: 1.5rem;
}
.preview-action-row .style-settings .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17, 24, 39, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings .relative {
  position: relative;
}
.preview-action-row .style-settings .mt-2 {
  margin-top: 0.5rem;
}
.preview-action-row .style-settings .w-full {
  width: 100%;
}
.preview-action-row .style-settings .cursor-default {
  cursor: default;
}
.preview-action-row .style-settings .rounded-md {
  border-radius: 0.375rem;
}
.preview-action-row .style-settings .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.preview-action-row .style-settings .pl-3 {
  padding-left: 0.75rem;
}
.preview-action-row .style-settings .pr-10 {
  padding-right: 2.5rem;
}
.preview-action-row .style-settings .text-left {
  text-align: left;
}
.preview-action-row .style-settings .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.preview-action-row .style-settings .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + 0px) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.preview-action-row .style-settings .ring-inset {
  --tw-ring-inset: inset;
}
.preview-action-row .style-settings .ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.preview-action-row .style-settings .sm\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.preview-action-row .style-settings .sm\:leading-6 {
  line-height: 1.5rem;
}
.preview-action-row .style-settings .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-action-row .style-settings .inline-style {
  font-family: Poppins;
  background-color: rgb(28, 116, 244);
  background-color: rgb(0, 0, 0);
}
.preview-action-row .style-settings .pointer-events-none {
  pointer-events: none;
}
.preview-action-row .style-settings .absolute {
  position: absolute;
}
.preview-action-row .style-settings .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.preview-action-row .style-settings .right-0 {
  right: 0px;
}
.preview-action-row .style-settings .pr-2 {
  padding-right: 0.5rem;
}
.preview-action-row .style-settings .h-5 {
  height: 1.25rem;
}
.preview-action-row .style-settings .w-5 {
  width: 1.25rem;
}
.preview-action-row .style-settings .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings .justify-between {
  justify-content: space-between;
}
.preview-action-row .style-settings .gap-1\.5 {
  gap: 0.375rem;
}
.preview-action-row .style-settings .bg-rendercut-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28, 116, 244, var(--tw-bg-opacity, 1));
}
.preview-action-row .style-settings .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.preview-action-row .style-settings .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.preview-action-row .style-settings .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.preview-action-row .style-settings .text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings .transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.preview-action-row .style-settings .duration-200 {
  transition-duration: 0.2s;
}
.preview-action-row .style-settings .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.preview-action-row .style-settings .h-4 {
  height: 1rem;
}
.preview-action-row .style-settings .w-4 {
  width: 1rem;
}
.preview-action-row .style-settings input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0px;
  padding: 0px;
}
.preview-action-row .style-settings input:where([type=button]) {
  appearance: button;
  background-color: transparent;
  background-image: none;
}
.preview-action-row .style-settings input::placeholder {
  opacity: 1;
  color: rgb(156, 163, 175);
}
.preview-action-row .style-settings .h-2 {
  height: 0.5rem;
}
.preview-action-row .style-settings .cursor-pointer {
  cursor: pointer;
}
.preview-action-row .style-settings .appearance-none {
  appearance: none;
}
.preview-action-row .style-settings .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229, 231, 235, var(--tw-bg-opacity, 1));
}
.preview-action-row .style-settings .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}
.preview-action-row .style-settings [type=number] {
  appearance: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(107, 114, 128);
  border-width: 1px;
  border-radius: 0px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.preview-action-row .style-settings .w-16 {
  width: 4rem;
}
.preview-action-row .style-settings .border-0 {
  border-width: 0px;
}
.preview-action-row .style-settings [type=number]:focus {
  outline: transparent solid 2px;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 0px var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + 0px) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: rgb(37, 99, 235);
}
.preview-action-row .style-settings .placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}
.preview-action-row .style-settings .flex-col {
  flex-direction: column;
}
.preview-action-row .style-settings .justify-center {
  justify-content: center;
}
.preview-action-row .style-settings .gap-1 {
  gap: 0.25rem;
}
.preview-action-row .style-settings .border {
  border-width: 1px;
}
.preview-action-row .style-settings .bg-rendercut-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(42, 142, 254, var(--tw-bg-opacity, 1));
}
.preview-action-row .style-settings .italic {
  font-style: italic;
}
.preview-action-row .style-settings .inline-flex {
  display: inline-flex;
}
.preview-action-row .style-settings .text-center {
  text-align: center;
}
.preview-action-row .style-settings .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.preview-action-row .style-settings .rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.preview-action-row .style-settings .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209, 213, 219, var(--tw-border-opacity, 1));
}
.preview-action-row .style-settings .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.preview-action-row .style-settings .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.preview-action-row .style-settings .h-11 {
  height: 2.75rem;
}
.preview-action-row .style-settings .w-11 {
  width: 2.75rem;
}
.preview-action-row .style-settings .h-9 {
  height: 2.25rem;
}
.preview-action-row .style-settings .w-9 {
  width: 2.25rem;
}
.preview-action-row .style-settings .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243, 244, 246, var(--tw-border-opacity, 1));
}
.preview-action-row .style-settings .ml-2 {
  margin-left: 0.5rem;
}
.preview-action-row .style-settings .items-start {
  align-items: flex-start;
}
.preview-action-row .style-settings .md\:flex-row {
  flex-direction: row;
}
.preview-action-row .style-settings .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.preview-action-row .style-settings .justify-start {
  justify-content: flex-start;
}
.preview-action-row .style-settings .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}
.preview-action-row .style-settings .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55, 65, 81, var(--tw-text-opacity, 1));
}
.preview-action-row .style-settings button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0px;
  padding: 0px;
}
.preview-action-row .style-settings .focus\:z-10:focus {
  z-index: 10;
}
.preview-action-row .style-settings .focus\:ring-rendercut-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 142 254 / var(--tw-ring-opacity, 1));
}
.preview-action-row .style-settings .rounded-full-outer {
  height: 44px !important;
  width: 100% !important;
  max-width: 44px !important;
}
.preview-action-row .style-settings .sp-replacer.sp-light {
  height: 36px !important;
  width: 36px !important;
  border-radius: 5rem !important;
}
.preview-action-row .style-settings .rounded-full {
  border-radius: 5rem !important;
}
.preview-action-row .style-settings .sp-dd {
  display: none;
}
.preview-action-row .style-settings .sp-container button.sp-choose {
  background-color: #830C83 !important;
}

.preview-left-panel .toggleSwitch {
  display: inline-block;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 75%;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 34px;
  -webkit-user-select: none;
          user-select: none;
}
.preview-left-panel .toggleSwitch span span {
  display: none;
}
.preview-left-panel .toggleSwitch * {
  box-sizing: border-box;
}
.preview-left-panel .toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.preview-left-panel .toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.preview-left-panel .toggleSwitch input:checked ~ a {
  left: calc(50% - 3px);
}
.preview-left-panel .toggleSwitch input:checked ~ span span:first-of-type {
  left: 0;
  color: #999;
}
.preview-left-panel .toggleSwitch input:checked ~ span span:last-of-type {
  color: #405DE6;
}
.preview-left-panel .toggleSwitch > span {
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  margin: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0 3px;
}
.preview-left-panel .toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.8em;
  width: auto;
  left: 0;
  top: -1px;
  opacity: 1;
  width: 40%;
  text-align: center;
  line-height: 34px;
}
.preview-left-panel .toggleSwitch > span span:first-of-type {
  color: #405DE6;
  opacity: 1;
  left: 0;
  margin: 0;
  width: 50%;
}
.preview-left-panel .toggleSwitch > span span:last-of-type {
  left: auto;
  right: 0;
  color: #999;
  margin: 0;
  width: 50%;
}
.preview-left-panel .toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 30px;
  transition: all 0.2s ease-out;
}
.preview-left-panel .toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 4px;
  bottom: 4px;
  padding: 0;
  left: 4px;
  width: 50%;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.preview-left-panel .toggleSwitch.large {
  width: 60px;
  height: 27px;
}
.preview-left-panel .toggleSwitch.large a {
  width: 27px;
}
.preview-left-panel .toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}
.preview-left-panel .toggleSwitch.large > span span {
  font-size: 1.1em;
}
.preview-left-panel .toggleSwitch.large > span span:first-of-type {
  left: 50%;
}
.preview-left-panel .toggleSwitch.large input:checked ~ a {
  left: 41px;
}
.preview-left-panel .toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}
.preview-left-panel .toggleSwitch.xlarge a {
  width: 36px;
}
.preview-left-panel .toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}
.preview-left-panel .toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}
.preview-left-panel .toggleSwitch.xlarge > span span:first-of-type {
  left: 50%;
}
.preview-left-panel .toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}
.preview-left-panel .toggleSwitch label,
.preview-left-panel .toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.preview-left-panel .toggleSwitch input:focus ~ a,
.preview-left-panel .toggleSwitch input:focus + label {
  outline: none;
}

.custom-audio-player {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.custom-audio-player__toggle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.custom-audio-player__toggle.is-playing {
  background-color: #000;
  color: #fff;
}

.premium-card-set {
  /* Make label act like a selectable card */
  /* Visual selected state when the input is checked */
  /* Pro selected → gold border */
  /* subtle hover */
  /* small check badge on top-right when selected */
  /* keep card content from shifting when badge appears */
}
.premium-card-set .option-input {
  position: absolute;
  left: -9999px;
}
.premium-card-set .selectable-card {
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  -webkit-user-select: none;
          user-select: none;
}
.premium-card-set #plan-basic:checked + .selectable-card {
  border: 2px solid #0d6efd; /* Bootstrap blue */
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.12);
  transform: translateY(-2px);
}
.premium-card-set #plan-pro:checked + .selectable-card {
  border: 2px solid #FFD700; /* Gold */
  box-shadow: 0 6px 18px rgba(255, 215, 0, 0.25);
  transform: translateY(-2px);
}
.premium-card-set .selectable-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.premium-card-set .selectable-card .badge-selected {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: none;
}
.premium-card-set .option-input:checked + .selectable-card .badge-selected {
  display: inline-block;
}
.premium-card-set .card-body {
  position: relative;
}
.premium-card-set .card-title {
  font-size: 1em;
  margin: 0;
}

/**
extra test
 */
a {
  cursor: pointer;
}

.card {
  margin-bottom: 0.7rem;
}

.card-body {
  padding: 0.8rem;
}

/* Video playlists */
.hSapWX {
  display: flex;
  gap: 8px;
  margin-top: 0.75rem;
}

.boreder-radius-10 {
  border-radius: 10px !important;
}

.boreder-radius-20 {
  border-radius: 20px !important;
}

.card-bg-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06) !important;
}

.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
}

.symbol.symbol-35px > img {
  width: 35px;
  height: 35px;
}

.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

.dash-title {
  font-size: 1.4em;
  margin-left: 0.5em;
}

.dashboard-cta {
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
  padding: 0.2rem;
  transform: translateY(0px);
  transition: transform 500ms ease 0s, box-shadow 500ms ease 0s;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  border: 3px solid transparent;
  /*background: linear-gradient(#fff, #fff) padding-box,*/
  /*$wavel-gradient-left-right border-box;*/
  /*linear-gradient(to left, #743ad5, #d53a9d) border-box;*/
  min-width: 14rem;
}
@media (min-width: 992px) {
  .dashboard-cta {
    min-width: 12rem;
  }
}
@media (max-width: 767.98px) {
  .dashboard-cta {
    min-width: 8rem;
    max-height: 3rem;
  }
}
@media (max-width: 991.98px) {
  .dashboard-cta {
    min-width: 8rem;
    max-height: 3rem;
  }
}

.dashboard-cta:hover {
  color: #ffffff;
  opacity: 1;
  transform: scale(1.05);
  background-image: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  box-shadow: 0 30px 45px -15px rgba(0, 111, 255, 0.65);
}

.dashboard-cta:hover span {
  color: #ffffff;
}

.iVXRDK {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  color: rgb(157, 69, 255);
  background: rgba(157, 69, 255, 0.1);
}

.emp-dash-row1-action-btn {
  font-family: "Outfit", "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 16px;
  padding: 0.75rem;
  color: #5E5E5E;
  /*color: #fff;*/
}

.TPpJC {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  -webkit-box-align: center;
  /*align-items: center;*/
  /*-webkit-box-pack: center;*/
  /*justify-content: center;*/
  border-radius: 0.625rem;
  /*color: rgb(255, 100, 106);*/
  /*background: #C5E5FF;*/
  /*color: #fff;*/
}

.wavescript-btn {
  color: transparent;
}
.wavescript-btn .emp-dash-row1-action-btn {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(32deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  width: 8em;
  word-wrap: break-word;
  white-space: normal !important;
  padding: 0.35rem !important;
}

/*.kgFFqD {*/
/*    width: 2.5rem;*/
/*    height: 2.5rem;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    justify-content: center;*/
/*    border-radius: 0.625rem;*/
/*    color: rgb(0, 152, 253);*/
/*    background: rgba(70, 122, 255, 0.1);*/
/*}*/
.dash-folder-img {
  /*margin-top: 1rem;*/
  padding: 3px;
}

.img-square-wrapper {
  min-width: 6em;
  position: relative;
}
.img-square-wrapper .img-thumbnail-card-btn {
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(85, 85, 85, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.img-square-wrapper .img-thumbnail-card-btn:hover {
  background-color: black;
  color: #fff0e6;
}

.thumb-title {
  /*width: 19.5rem;*/
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  word-break: keep-all !important;
}

.thumb-title-horizontal {
  max-width: 46rem;
  font-size: 1em;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  word-break: keep-all !important;
}
@media (max-width: 767.98px) {
  .thumb-title-horizontal {
    width: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thumb-title-horizontal {
    width: 16rem;
  }
}

.card-timestamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumb-demo-vids {
  background: rgb(251, 251, 251);
  border-radius: 1.25rem;
  padding: 0.55rem;
  margin: 0.3rem;
  width: 20rem;
}
.thumb-demo-vids .help-subtitle {
  font-size: 1rem;
}

.demo-vdo-title {
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.thumb-video-trial {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  background: linear-gradient(180deg, #fff, #fcfcff);
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  width: 22%;
  margin-right: 1.5em;
  margin-bottom: 1em;
  transition: border-color 0.3s;
  border-width: 1.5px;
  border-style: solid;
  border-color: #E2E8F0;
  position: relative;
  /* Hover buttons container */
  /* Show hover buttons on hover */
}
.thumb-video-trial::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(48deg, #00cdfa -20.67%, #9058ff 42.73%, #ff76df 105.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}
.thumb-video-trial:hover::before {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .thumb-video-trial {
    width: 99%;
    margin-right: 1.5em;
    margin-left: 1.5em;
  }
}
.thumb-video-trial .hover-buttons {
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  z-index: 1; /* Ensure it's above other content */
  flex-direction: column; /* Adjust buttons to be in a column */
  align-items: flex-end; /* Align buttons to the right */
}
.thumb-video-trial .hover-buttons button {
  display: block;
  margin: 5px;
  border: none;
  background-color: rgba(255, 254, 233, 0.7607843137);
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}
.thumb-video-trial .hover-buttons button i {
  color: #000203; /* Adjust the color as needed */
}
.thumb-video-trial .hover-buttons button:hover {
  background-color: #9C27B0;
  outline: none;
}
.thumb-video-trial .vid-duration {
  background-color: #000203;
  color: #fff;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  /* display: none; */
  bottom: 40%;
  margin: 5px;
  border-radius: 10px;
  padding: 0 10px;
}
.thumb-video-trial:hover .hover-buttons {
  display: flex;
}
.thumb-video-trial .title {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}
.thumb-video-trial .p {
  font-size: 0.6vw;
}
.thumb-video-trial .card-img-top {
  background-size: cover;
  /* width: 16.5rem; */
  height: 10rem;
  position: relative;
}
.thumb-video-trial .card-body {
  padding: 0 !important;
}
.thumb-video-trial .card-body .title {
  font-size: 1.1em !important;
  font-weight: 600 !important;
}
.thumb-video-trial .badge {
  border-radius: 5px;
  /* Shadow/Small Shadow */
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.1);
  margin: 2px;
}
.thumb-video-trial .badge-success {
  background: var(--Final-Theme-Status-Green, linear-gradient(90deg, #29BA53 0%, #59D47C 100%));
}
.thumb-video-trial .badge-white {
  display: flex;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 0.5px solid var(--Final-Theme-Neutrals-400, #E6E6E9);
  background: var(--Final-Theme-Neutrals-100, #FFF);
  /* Shadow/Small Shadow */
  box-shadow: 0px 4px 12px 0px rgba(20, 20, 26, 0.1);
  color: var(--Final-Theme-Neutrals-900, #676768);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.thumb-video-trial .title-overflow-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clip-test-icon-show {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  right: 40px;
  top: 22px;
  display: none;
}

.card-main-div .card:hover + .clip-test-icon-show {
  display: block;
}

.studio_v3_uploader {
  /* Ensure the Select2 dropdown appears above the modal */
  /* Custom styles for Select2 */
}
.studio_v3_uploader .music-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.studio_v3_uploader #playPauseButton {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.studio_v3_uploader #playPauseButton.play::before {
  content: "\25B6"; /* Unicode for play icon */
  color: #fff;
  font-size: 24px;
}
.studio_v3_uploader #playPauseButton.pause::before {
  content: "II"; /* Unicode for pause icon */
  color: #fff;
  font-size: 24px;
}
.studio_v3_uploader .details {
  margin-left: 10px; /* Adjust margin to create space between the player and details */
}
.studio_v3_uploader .details h5 {
  margin: 0 0 5px; /* Adjust margin for heading */
}
.studio_v3_uploader .details p {
  margin: 0 5px 5px 0; /* Adjust margin for paragraphs */
  font-size: 10px;
}
.studio_v3_uploader .details a {
  text-decoration: none;
  color: #007bff;
}
.studio_v3_uploader .select2-container--open {
  z-index: 9999;
}
.studio_v3_uploader .select2-container .select2-selection--single {
  height: 46px; /* Adjust height to match Bootstrap input */
  border: 1px solid #ced4da; /* Match Bootstrap border */
  border-radius: 6px !important; /* Match Bootstrap border radius */
  padding: 10px 10px;
  justify-content: space-between;
}
.studio_v3_uploader .select2-container--default .select2-selection--single .select2-selection__rendered {
  /*color: #495057; !* Text color *!*/
  line-height: 26px; /* Center text vertically */
  overflow: hidden;
  color: var(--Final-Theme-Theme-Black, #0E0F26);
  text-overflow: ellipsis;
  /* Text/large */
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /*line-height: 20px; !* 125% *!*/
}
.studio_v3_uploader .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px; /* Adjust arrow height */
  right: 10px; /* Adjust arrow position */
}
.studio_v3_uploader .select2-dropdown {
  border: 1px solid #ced4da; /* Match Bootstrap border */
  border-radius: 6px; /* Match Bootstrap border radius */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for dropdown */
}
.studio_v3_uploader .select2-results__option {
  padding: 8px 12px; /* Adjust padding for options */
  color: #495057; /* Text color */
}
.studio_v3_uploader .select2-results__option--highlighted {
  background-color: #e9ecef; /* Highlight background color */
  color: #495057; /* Text color */
}
.studio_v3_uploader .uploader-submit-btn {
  display: flex;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  align-self: stretch;
  cursor: pointer;
  border-radius: 12px;
  background: var(--Final-Theme-Theme-Purple, #830C83);
}
.studio_v3_uploader #drop-area {
  display: flex;
  padding: 5px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 0.5em;
  height: 15em;
  border-radius: 18px;
  border: 1px dashed var(--Grad-animation, #405DE6);
  background: var(--Final-Theme-Theme-White, #FCFCFF);
}
.studio_v3_uploader #drop-area:hover {
  background: #efefef;
}

.img-thumbnail-card .btn {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(85, 85, 85, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.img-thumbnail-card-href {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(85, 85, 85, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
}

.img-thumbnail-card .btn:hover {
  background-color: black;
}

.video-card-container {
  position: relative;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*background-color: #555;*/
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.video-card-container .playBtn:hover {
  background-color: black;
}

.search {
  width: 100%;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 2px solid #9aa0ac;
  border-right: none;
  padding: 5px;
  /*height: 20px;*/
  border-radius: 10px 0 0 10px;
  outline: none;
  /*color: #9dbfaf;*/
}

.searchTerm:focus {
  color: #9aa0ac !important;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #9aa0ac;
  background: #9aa0ac;
  text-align: center;
  color: #fff;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 30%;
  position: absolute;
}

.clip-card {
  border-radius: 10px;
  height: 7rem;
  margin-bottom: 0.3rem !important;
}

.clip-card:hover {
  /*opacity: 1;*/
  /*transform: scale(1.05);*/
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, .80), 0 4px 8px rgba(0, 0, 0, .70);*/
  color: rgb(255, 255, 255);
  /*box-shadow: 0 5px 15px rgb(67 150 245 / 0.4);*/
  box-shadow: 0px 0px 30px #4396F5;
}

.clip-card .card-body {
  padding: 0;
}
.clip-card .card-body .clip-date {
  font-size: smaller;
}

.card-status-icon {
  border: 2px solid;
  border-radius: 50px;
  padding: 5px;
  width: 65%;
  border-color: rgb(109, 139, 230);
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
  height: 6rem;
}

.clip-card img {
  width: 100%;
  height: 5.8rem;
  border-radius: 6px;
}

.clip-card .audio-checkbox {
  position: absolute;
  left: -40px;
  top: 45%;
}

.action-btn-set .btn {
  color: #05294b;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  margin: 0 !important;
}

.action-btn-set .btn:hover {
  background-color: #d9e6f2;
  color: purple;
}

.action-btn-set .btn i {
  font-size: 1.2em;
}

.spn {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(255, 100, 106);
}

.jdsEEg {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 162, 110);
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.jfNMtH {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0.875rem;
  overflow: hidden;
  justify-content: center;
}

.itVlFP {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/**
Dashboard no item
 */
ul.noitem-cards {
  /*width: 660px;*/
  /*margin: 0 auto 20px;*/
  height: 15rem;
  list-style-type: none;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

ul.noitem-cards li.card {
  background: #fff;
  overflow: hidden;
  height: 200px;
  width: 200px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}

ul.noitem-cards li.card img {
  max-width: 100%;
  height: auto;
}

ul.noitem-cards li.card div.content {
  margin: 0 auto;
  padding: 5px 20px;
  margin-top: 3.5rem;
}

ul.noitem-cards li.card.card-3 .content i {
  color: rgba(252, 252, 252, 0.73);
}

ul.noitem-cards li.card.card-1 {
  background-image: url("https://wavel.ai/solutions/wp-content/themes/wavel/assets/images/cp_section_five.webp");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  z-index: 10;
  transform: rotateZ(-2deg);
}

ul.noitem-cards li.card.card-2 {
  background-image: url("https://wavel.ai/solutions/wp-content/themes/wavel/assets/images/cp_section_six.webp");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  z-index: 9;
  transform: rotateZ(-7deg);
  transition-delay: 0.05s;
}

ul.noitem-cards li.card.card-3 {
  background: linear-gradient(to bottom, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd) border-box;
  /*background-image: url('https://wavel.ai/solutions/wp-content/themes/wavel/assets/images/cp_section_seven.webp');*/
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  z-index: 8;
  transform: rotateZ(5deg);
  transition-delay: 0.1s;
}

ul.noitem-cards.transition li.card {
  transform: rotateZ(0deg);
}

ul.noitem-cards.transition li.card.card-1 {
  left: 440px;
}

ul.noitem-cards.transition li.card.card-2 {
  left: 220px;
}

.studio.btn-link.active {
  border-bottom: 2px solid;
  text-decoration: none;
}

.onboarding-modal {
  /**
  image checkbox
   */
  /**
  Third page css
   */
  /**
  New onboarding checkbox design
   */
}
.onboarding-modal .btn-7-rem {
  width: 7rem;
}
.onboarding-modal .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #219af0;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.onboarding-modal .step.active {
  opacity: 1;
}
.onboarding-modal .onboard-modal-dialog {
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 991.98px) {
  .onboarding-modal .onboard-modal-dialog {
    width: 97%;
  }
}
.onboarding-modal .onboard-modal-body {
  min-height: 450px;
  max-height: 500px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.onboarding-modal .onboard-modal-body .container {
  flex-grow: 1;
  border-color: red;
  height: 100%;
}
.onboarding-modal .onboard-modal-body .tab-pane {
  height: 100%;
}
.onboarding-modal .cart-photo__list {
  padding-top: 10px;
  list-style-type: none;
}
.onboarding-modal .cart-photo__item {
  display: inline-block;
  margin: 0 1rem;
}
.onboarding-modal .cart-photo__field {
  display: none;
}
.onboarding-modal .cart-photo__label {
  border: 1px solid #fff;
  display: block;
  position: relative;
  cursor: pointer;
}
.onboarding-modal .cart-photo__label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  z-index: 1;
}
.onboarding-modal .cart-photo__label img {
  width: 56px;
  height: 56px;
  transition-duration: 0.4s;
  transform-origin: 50% 50%;
  border-radius: 5px;
  margin: 1rem;
}
.onboarding-modal .cart-photo__field:checked + .cart-photo__label {
  /*border-color: blue;*/
  border-radius: 10px;
}
.onboarding-modal .cart-photo__field:checked + .cart-photo__label:before {
  content: "\2713";
  background-color: #219af0;
  transform: scale(0.9);
}
.onboarding-modal .cart-photo__field:checked + .cart-photo__label img {
  z-index: -1;
  border-radius: 10px;
}
.onboarding-modal .fsm {
  margin: 0 1rem;
  background-color: #dfdfe2;
  height: 6rem;
  width: 6rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #f5f5f5;
  font-size: 1.5rem;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .onboarding-modal .fsm {
    height: 4rem;
    width: 4rem;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .onboarding-modal .fsm {
    height: 3rem;
    width: 3rem;
    font-size: 1rem;
  }
}
.onboarding-modal .fsm .fa {
  transition: 1s;
  color: #f5f5f5;
  font-size: 2.5vw;
}
.onboarding-modal .fsm.codepen {
  background: linear-gradient(135deg, #778899 0%, #DCDCDC 100%);
}
.onboarding-modal .fsm2.light-grey {
  background: #DCDCDC;
}
.onboarding-modal .fsm2 {
  background-color: #dfdfe2;
  height: 6rem;
  width: 8.5rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0b0c10;
  font-size: 1rem;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .onboarding-modal .fsm2 {
    height: 4rem;
    width: 4rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .onboarding-modal .fsm2 {
    height: 3rem;
    width: 3rem;
    font-size: 0.8rem;
  }
}
.onboarding-modal .inputGroup {
  display: block;
  margin: 10px 0;
  position: relative;
  padding: 0 3rem;
}
@media (max-width: 991.98px) {
  .onboarding-modal .inputGroup {
    padding: 0 1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .onboarding-modal .inputGroup {
    padding: 0 0;
    font-size: 0.7rem;
  }
}
.onboarding-modal .inputGroup label {
  background: #DCDCDC;
  padding: 0.5rem 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .onboarding-modal .inputGroup label {
    font-size: 0.5rem;
  }
}
.onboarding-modal .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #219af0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.onboarding-modal .inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.onboarding-modal .inputGroup input:checked ~ label {
  color: #fff;
  font-weight: bold;
}
.onboarding-modal .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.onboarding-modal .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.onboarding-modal .ob-slide-row {
  margin: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
  .onboarding-modal .ob-slide-row {
    margin: 20px 0;
    display: flex;
    row-gap: 10px;
    column-gap: 15px;
  }
}
.onboarding-modal .ob-slide-row label {
  padding: 20px;
  cursor: pointer;
  display: flex;
}
@media (max-width: 991.98px) {
  .onboarding-modal .ob-slide-row label {
    padding: 0;
  }
}
.onboarding-modal .ob-slide-row label input[type=checkbox] {
  display: none;
}
.onboarding-modal .ob-slide-row label .icon-box {
  position: relative;
  display: flex;
  width: 120px;
  padding: 5px;
  flex-direction: column;
  align-items: center;
  background-color: #353746;
  color: #fff;
  border-radius: 15px;
  font-size: 21px;
  transition: 0.5s;
  -webkit-user-select: none;
          user-select: none;
}
.onboarding-modal .ob-slide-row label input[type=checkbox]:checked ~ .icon-box {
  background: linear-gradient(to right, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd) border-box;
  color: #fff;
}
.onboarding-modal .ob-slide-row label .icon-box span {
  margin: 5px;
  font-size: 18px;
}
.onboarding-modal .box-icon {
  width: 2em;
}
.onboarding-modal .container .btn {
  width: 130px;
  height: 40px;
  position: absolute;
  left: 550px;
  font-size: 16px;
  border: 0;
  outline: none;
  transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@media (max-width: 991.98px) {
  #bmodel .modal-dialog {
    width: 100%;
  }
}

.startup-modal .modal-dialog {
  width: 90%;
  max-width: 770px;
}
@media (max-width: 991.98px) {
  .startup-modal .modal-dialog {
    width: 97%;
  }
}
.startup-modal .modal-body {
  min-height: 500px;
  max-height: 500px;
  text-align: center;
  padding-bottom: 3.5rem;
}
@media (max-width: 991.98px) {
  .startup-modal .modal-body {
    max-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .startup-modal .modal-body {
    max-height: 100%;
  }
}
.startup-modal .modal-body .tab-pane {
  height: 100%;
}
.startup-modal .modal-body .sct-left {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.startup-modal .modal-body .sct-left .create-div {
  margin-top: 3rem;
  width: 300px;
  height: 170px;
  border: 4px dashed #ced4da;
  border-radius: 20px;
  background: #f4f4f4;
}
.startup-modal .modal-body .sct-left .create-div .fas {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: #c0c0c0;
}
.startup-modal .modal-body .sct-left a {
  text-decoration: none;
  color: grey;
}
.startup-modal .modal-body .sct-right {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.startup-modal .modal-body .sct-right .try-vid {
  margin-top: 3rem;
  width: 400px;
  /* Keyframes */
}
.startup-modal .modal-body .sct-right .try-vid img {
  width: 300px;
  height: 170px;
  border-radius: 20px;
}
.startup-modal .modal-body .sct-right .try-vid .sample-vdo-img {
  animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.startup-modal .modal-body .sct-right a {
  text-decoration: none;
  color: grey;
}

.tips {
  pointer-events: none;
}

.bFilAA {
  background: #dbedf7;
  border-radius: 4px;
  margin: 10px;
  width: 100%;
}

.hBLRGh {
  border-bottom: 1px solid rgba(237, 143, 28, 0.2);
  justify-content: flex-start;
  padding: 18px 0px 16px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.bzHmZl {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  list-style: disc;
  margin: 18px 18px 16px;
  padding-left: 26px;
  width: 100%;
}

.myclipstatus .btn-wavel-gradient {
  border: none;
  /*border-radius: 8px;*/
  background: var(--default-gradient, linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%));
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}

.clip-rating .ul-star {
  margin: 0;
  padding: 0;
}
.clip-rating .li-star {
  font-size: 30px;
  color: lightgray;
  display: inline-block;
  text-shadow: 0 0 1px #666666;
}
@media (max-width: 767.98px) {
  .clip-rating .li-star {
    font-size: 17px;
  }
}
.clip-rating #msg {
  color: #A6A6A6;
  font-style: italic;
}
.clip-rating .highlight-stars {
  color: #FFD012;
  text-shadow: 0 0 1px #FFD012;
}

#spinner-div {
  position: fixed;
  display: none;
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

/** } */