:root {
  --title-color: #3a0ca3;
  --text-color: #5E6870;
  --background-color: #fff;
  --light-gray: #ecf1f5;
  --block-shadow: 0px 2px 10px 0px #555f6921;
  --f7-page-toolbar-bottom-offset: 50px;
  --f7-navbar-height: 50px;
  --f7-list-item-border-color: rgba(0, 0, 0, 0.12);
  --f7-list-outline-border-color: rgba(0, 0, 0, 0.12);
  --f7-list-chevron-icon-color: #7209b7;
  --f7-navbar-title-font-size: 17px;
  --swiper-pagination-color: var(--title-color);
  --color-theme-soft: #ffd6ff;
  --mycolor-primary: #4F2C8C;
  --mycolor-secondary: #8B64CE;
  --mycolor-info: #e0aaff;
  --mycolor-light: #f3f5f6;
  --mycolor-dark: #2a3c64;
  --mycolor-success: #008000;
  --mycolor-danger: #d90429;
  --mycolor-warning: #fb6107;  
  --f7-grid-gap: 14px;
}
:host {
    --swiper-theme-color: #3A0CA3;
}
:root .dark {
  --title-color: #fff;
  --text-color: #9aa9b2;
  --background-color: #001119;
  --light-gray: #0e232d;
}
p,
ul li {
  color: var(--text-color);
  font-weight: 400;
  margin-block-start: 7px;
  margin-block-end: 7px;
}

.navbar-bg,
.page-theme-transition {
  transition: background-color 0.4s;
}
.color-light-gray,
:root {
  --f7-text-color: var(--title-color);
}
.arrow-back,
.link-chevron::before {
  text-rendering: optimizeLegibility;
}
.card,
.post-horizontal,
.stock-item {
  box-shadow: var(--block-shadow);
}
html[dir="rtl"] .card-big-footer .button i,
html[dir="rtl"] .onboarding-next-button i {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px;
}

body {
  font-family: Source Sans, -apple-system, SF Pro Text, SF UI Text, system-ui,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:400;
}
.dark .stepper.color-light-gray .stepper-button-minus::after,
.dark .stepper.color-light-gray .stepper-button-plus::after,
.dark .stepper.color-light-gray .stepper-button-plus::before,
.dark .ticket-fill::after,
.dark .ticket-fill::before,
.page {
  background-color: var(--background-color);
}
.page-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: calc(
    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +
      var(--f7-page-content-extra-padding-bottom, 0px) + 20px
  );
}
.full-width {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px) !important;
}
p {
  line-height: 1.4em;
  font-size: 14px;
}
.card .card-category.bg-color-white,
.icon-tooltip,
.navbar .title,
.navbar a i,
h1,
h2,
h3,
html[dir="rtl"] .segmented.segmented-strong .button.tab-link-active {
  color: var(--title-color);
}
h1,
h2,
h3,
h4 {
  font-family: Open Sans, -apple-system, SF Pro Text, SF UI Text, system-ui,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-block-start: 12px;
  margin-block-end: 7px;
}
h1 {
  font-weight: 800;
}
h2 {
  font-weight: 700;
}
h3 {
  font-weight: 600;
}
h4 {
  font-weight: 500;
}
h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
ul {
  padding-left: 20px;
}
ul li {
  padding: 4px 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  background-color: var(--light-gray);
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  color: var(--title-color);
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 15px;
}
::-webkit-input-placeholder,
::placeholder {
  color: #93a0b1;
  font-weight: 300;
}
input[type="date"],
input[type="datetime-local"] {
  padding-right: 10px;
  line-height: 42px;
}
.dark .card-author-footer,
.dark .card-big-footer,
.dark .panel,
.dark .rating-bg,
.dark .rating-block-total,
.ios .dark .message-received .message-bubble,
.searchbar input[type="search"] {
  background-color: var(--light-gray);
}
label:not(.checkbox, .item-checkbox, .radio, .item-radio, .toggle) {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 15px;
  display: block;
}
form .button {
  margin: 20px 0;
}
textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 100px;
}
iframe {
  width: calc(100%);
  height: 230px;
  border-radius: 15px;
  border: none;
}
a {
  transition: opacity 0.1s;
}
a:active {
  opacity: 0.95;
}
img.card-big-footer-image {
  height: auto;
}
.input-outline {
  border: 2px solid #e0e3e6 !important;
  background: 0 0 !important;
}
.custom-tabs .tab {
  padding-left: 10px;
  padding-right: 10px;
}
.stick-top {
  margin-top: -50px;
}
.link-chevron::before {
  font-family: framework7-core-icons;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  text-align: center;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  font-size: var(--f7-list-chevron-icon-font-size);
  line-height: 14px;
  pointer-events: none;
  right: calc(
    var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right)
  );
  content: var(--f7-list-chevron-icon-right);
}
.forgot-password-text {
  margin: 10px 0 30px;
}
.router-transition-f7-dive-backward,
.router-transition-f7-dive-forward {
  background: #fff;
  background: var(--background-color);
}
.comment-infos,
.page-content img,
.rating-block-group {
  width: 100%;
}
.dark .ticket-fill.ticket-image,
.dark .timeline-item-inner,
.ios .router-transition-backward .page-current:before,
.ios .router-transition-backward .page-previous:after,
.ios .router-transition-forward .page-current:after,
.ios .router-transition-forward .page-next:before,
.page-opacity-effect,
.page-shadow-effect {
  background: 0 0;
}
.navbar-bg,
.toolbar {
  background-color: var(--background-color);
}
::-webkit-scrollbar {
  display: none;
}
.card-footer:before,
.detailed-list .item-link .item-inner:before,
.navbar-bg:after,
.simple-list .item-inner::after,
.text-editor-toolbar::after,
html[dir="rtl"] .link-chevron::before {
  display: none;
}
.post-horizontal .post-title,
.search-grid a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.navbar-profile img {
  border-radius: 50%;
  width: 30px;
}
.navbar-arrow {
  padding-left: 2px;
  width: 25px;
}
.arrow-back {
  font-weight: 400;
  font-size: 26px;
  padding-right: 10px;
  width: 25px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar .title-large {
  height: 58px;
}
.navbar .title-large-text {
  color: var(--title-color);
  padding-left: 15px;
}
.ios .navbar .left a + a,
.ios .navbar .right a + a,
html[dir="rtl"] .search-grid a:nth-child(2n) {
  margin-left: 0;
}
.navbar .icon .badge {
  font-size: 11px;
  font-weight: 600;
}
.toolbar {
  transition: background-color 0.4s, transform 0.4s;
}
.tabbar a,
.tabbar-icons a {
  color: #8896b8;
}
.tabbar-icons .tabbar-label {
  font-size: 10px;
}
.ios .toolbar-bottom-ios:before,
.md .toolbar-bottom-md:before,
.toolbar-bottom:before {
  background-color: #dedede;
  transition: background-color 0.4s, transform 0.4s;
}
.color-light-gray {
  --f7-button-text-color: var(--title-color);
  --f7-theme-color: #ecf1f5;
  --f7-theme-color-rgb: 236, 241, 245;
  --f7-theme-color-shade: #d1dde7;
  --f7-theme-color-tint: #f6f8fa;
  --f7-badge-text-color: var(--title-color);
}
.color-dark {
  --f7-theme-color: #1e2b47;
  --f7-theme-color-rgb: 30, 43, 71;
  --f7-theme-color-shade: #121a2a;
  --f7-theme-color-tint: #2a3c64;
}

.info-block,
.list {
  margin-bottom: 25px;
}
.links-list a,
.list .item-title,
.movie-distribution .item-inner .item-after,
.settings-list .item-title,
.simple-list ul li {
  font-weight: 500;
  color: var(--title-color);
  font-size: 15px;
}
.button,btn {
  width: 100%;
  height: 40px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 7px;
  margin: 3px 0;
}
.button img,btn img {
  width: 17px;
  max-width: 17px;
  max-height: 17px;
  margin-right: 7px;
}
.grid-buttons-demo,
p.row .button {
  margin-top: 0;
  margin-bottom: 0;
}
.button i{font-size:18px;font-weight:400}
.button-icon-right i{margin-left:6px}
.button-icon-left i{margin-right:6px}
.button-round{border-radius:22px}
.button-lg,btn-lg, .button-group-lg > .button, .btn-group-lg > .btn {
    height: 46px;
    line-height: 1.7;
    font-weight: 800;
    font-size: 20px;
}
.button-sm,btn-sm,.button-group-sm > .button, .btn-group-sm > .btn{
    padding: 0.325rem 0.65rem;
    height: 30px;
    line-height: 1.45;
    font-weight: 600;
    font-size: 16px;
}
.button-xs,.button-group-xs > .button,btn-xs,.btn-group-xs > .btn{
    padding: 0.225rem 0.45rem;
    height: 32px;
    line-height: 1.3;
    font-weight: 500;
    font-size: 16px;
}
.button-xxs, .button-group-xxs > .button, btn-xxs, .btn-group-xxs > .btn{
    padding: 0.125rem 0.35rem;
    height: 28px;
    line-height: 1.05;
    font-weight: 500;
    font-size: 0.75rem;
}
.list {
  margin-top: 15px;
}
.list li {
  color: var(--title-color);
  padding-top: 0;
  padding-bottom: 0;
}
.list .item-inner {
  padding-top: 2px;
  padding-bottom: 2px;
}
.links-list ul li a,
.simple-list ul li {
  min-height: 50px;
}
.simple-list .item-inner,
.toggle-setting .item-after {
  padding-right: 0;
}
.list-with-icons .item-media img {
  max-height: 35px;
  max-width: 35px;
  height: auto;
  width: auto;
  border-radius: 50%;
}
.icon-list .icon {
  margin: 0 15px;
}
.card-author-footer .card-date,
.list .item-after {
  color: var(--text-color);
}
.detailed-list,
.section-title + .card {
  margin-top: 10px;
}
.list-title {
  margin: 25px 0 10px;
}
.list-title + .list {
  margin-top: 5px;
}
.detailed-list .item-after,
.login-separator,
.panel .profile-header .profile-subtitle {
  font-size: 14px;
}
.detailed-list .item-content,
.toggle-setting .item-inner {
  padding-left: 15px;
}
.detailed-list .item-link .item-inner {
  padding-right: 15px;
  margin-left: 15px;
}
.detailed-list .item-media img {
  width: 50px;
  border-radius: 50%;
}
.detailed-list .item-footer {
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 4px;
  color: var(--text-color);
  padding-right: 5px;
}
.detailed-list .item-name {
  font-size: 15px;
}
.detailed-list .item-name .badge {
  margin-left: 3px;
  padding: 0 8px;
}
.detailed-list .item-media img.event-thumbnail {
  border-radius: 5px;
}
.list .item-after.event-time {
  color: var(--title-color);
  font-weight: 500;
  font-size: 14px;
}
.list .item-media.event-icon i {
  font-size: 35px;
  margin: 0 5px;
}
.detailed-list .item-after .badge {
  height: 22px;
  padding: 0 9px;
  font-size: 12px;
}
.colored-icons-list a {
  justify-content: flex-start;
  padding: 11px var(--f7-list-item-padding-horizontal);
  height: auto;
}
.colored-icon {
  background-color: #ebebf2;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--title-color);
}
.colored-icon .icon {
  font-size: 19px;
}
.colored-icon.yellow {
  color: #e5b32d;
  background-color: rgba(229, 179, 45, 0.2);
}
.colored-icon.blue {
  color: #0091de;
  background-color: rgba(0, 145, 222, 0.1);
}
.colored-icon.green {
  color: #19b48e;
  background-color: rgba(25, 180, 142, 0.1);
}
.colored-icon.pink {
  color: #e2206e;
  background-color: rgba(226, 32, 95, 0.1);
}
.colored-icon.orange {
  color: #ee8f30;
  background-color: rgba(255, 156, 60, 0.16);
}
.colored-icon.red {
  color: #d8422e;
  background-color: rgba(216, 66, 46, 0.13);
}
.colored-icon.purple {
  color: #9146da;
  background-color: rgba(145, 70, 218, 0.15);
}
.light-gray-title {
  color: #99a0a7;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}
.light-gray-title .badge {
  padding: 0;
  margin-left: 3px;
  margin-bottom: 2px;
}
.dark .colored-icon.yellow {
  background-color: rgba(229, 179, 45, 0.2);
}
.dark .colored-icon.blue {
  background-color: rgba(0, 145, 222, 0.25);
}
.dark .colored-icon.green {
  background-color: rgba(25, 180, 142, 0.2);
}
.dark .colored-icon.pink {
  background-color: rgba(226, 32, 95, 0.2);
}
.dark .colored-icon.orange {
  background-color: rgba(255, 156, 60, 0.2);
}
.dark .colored-icon.red {
  background-color: rgba(216, 66, 46, 0.3);
}
.dark .colored-icon.purple {
  background-color: rgba(145, 70, 218, 0.3);
}
.dark .light-gray-title {
  color: #8191a6;
}
.bg-color-primary {
  background-color: var(--f7-theme-color) !important;
}
.info-block {
  background-color: var(--light-gray);
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  position: relative;
}
.info-block p {
  font-size: 15px;
  color: #708197;
  margin: 0;
}
.info-block-icon {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.info-block-icon i,
.simple-link-banner i,
.single-post-actions {
  font-size: 25px;
}
.information-block,
.link-banner.error-message,
.link-banner.success-message {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.information-block.error-message,
.link-banner.error-message {
  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-error.png");
}

.information-block.success-message,
.link-banner.success-message {
  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-success.png");
}
.information-block {
  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-general.png");
  color: var(--title-color);
  text-align: center;
  padding: 25px 20px 20px;
  margin: 20px 0;
}
.information-block.success-message h2,
.information-block.success-message p {
  color: #599c63;
}
.information-block.error-message h2,
.information-block.error-message p {
  color: #b14b4b;
}
.information-block img {
  width: 30%;
}
.information-block h2 {
  font-size: 30px;
  margin: 10px 0 0;
}
.information-block p {
  color: var(--title-color);
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.5;
}
.section-title {
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 300;
}
.section-title .left i {
  font-size: 16px;
}
.section-title a {
  font-weight: 700;
  font-size: 15px;
  color: var(--f7-theme-color);
}
.post-list {
  margin: 10px 0 20px;
}
.post-list .post-horizontal {
  margin-bottom: 10px;
  align-items: normal;
}
.post-horizontal {
  display: flex;
  padding: 15px 15px 15px 17px;
  border-radius: 15px;
  justify-content: space-between;
}
.post-horizontal .post-image {
  margin-left: 10px;
  line-height: 0;
}
.post-horizontal .post-image img {
  object-fit: cover;
  border-radius: 5px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
}
.post-horizontal .post-title {
  color: var(--title-color);
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  margin: 2px 0 11px;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.post-horizontal .post-category,
.post-horizontal .post-date,
.stock-item-name {
  color: var(--text-color);
  font-size: 14px;
}
.post-horizontal .post-date {
  line-height: 0;
}
.badge {
  padding: 0 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
i .badge {
  padding: 0 4px;
  font-size: 10px;
}
.badge-with-icon {
  height: 24px;
  padding: 0 10px 0 6px;
}
.badge-with-icon i {
  font-size: 17px !important;
  margin-right: 3px;
}
.badge-with-image {
  padding-left: 0;
  height: 24px;
  font-weight: 500;
  font-size: 14px;
  padding-right: 8px;
}
.badge-with-image img {
  height: 24px;
  width: auto;
  border-radius: 12px;
  margin-right: 6px;
}
.verified-badge {
  margin-left: 2px;
  font-size: 19px;
}
.ios .checkbox i:after,
.ios .icon-checkbox:after {
  font-size: 20px;
  font-weight: 600;
}
.checkbox.checkbox-inline {
  margin-right: 5px;
}
.checkbox-rounded .checkbox i,
.checkbox-rounded .icon-checkbox,
.notification-image {
  border-radius: 50%;
}
.checkbox i,
.icon-checkbox {
  border-radius: 5px;
  border: 2px solid #c7c7cc;
}
.checkbox i:after,
.icon-checkbox:after {
  top: -2px;
  left: -2px;
}
.grid {
  margin: 10px 0;
}
.grid-demo > * {
  padding: 20px 0;
  font-weight: 500;
  color: var(--title-color);
  background-color: var(--light-gray);
  border-radius: 6px;
  text-align: center;
}
.grid-demo {
  margin: 15px 0;
}
.grid-buttons-demo .button {
  margin-bottom: 0;
  margin-top: 0;
}
.grid-no-margin,
swiper-slide .card {
  margin: 0;
}

.grid-new-release>a{
  margin-block-start: -20px;
  margin-block-end: 0px;
}
.icon-bold,
.movie-block-text {
  font-weight: 600;
}
.demo-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, 60px);
  justify-content: space-between;
  grid-gap: 1rem;
  justify-items: center;
}
.demo-icons i {
  margin: 10px;
  font-size: 30px;
}
.infinite-scroll-demo .post-horizontal .post-image {
  border-radius: 15px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.popover-inner .block {
  margin: 20px 0;
  padding: 0 20px;
}
.preloader-big {
  height: 40px;
  width: 40px;
}
.panel-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.centered-text,
.preloader-demo > div {
  text-align: center;
}
.progressbar,
.progressbar-infinite {
  margin: 20px 0;
  height: 8px;
  background-color: var(--light-gray);
}
.ios .icon-radio:after {
  font-size: 24px;
}
.radio .icon-radio {
  width: 24px;
  height: 24px;
  border: 2px solid #c7c7cc;
}
p .icon-radio {
  margin-right: 1px;
}
.dark .card,
.ios .toggle-icon:after {
  box-shadow: none;
}
.ios .toggle-icon:before {
  background-color: #e9e9ea;
}
.popup-demo {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.popup-demo img {
  width: 80%;
  margin-top: 40px;
}
.popup-content {
  margin-top: 10px;
  flex: 1;
  text-align: center;
}
.popup-demo .button {
  margin-bottom: 25px;
  min-height: 44px;
}
.popup-demo .swipe-down-text {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.link-banner.bg-color-dark,
.link-banner.bg-color-dark .link-banner-text,
.link-banner.bg-color-dark i,
.link-banner.bg-color-dark.link-chevron::before,
.link-banner.bg-color-primary,
.link-banner.bg-color-primary .link-banner-text,
.link-banner.bg-color-primary i,
.link-banner.bg-color-primary.link-chevron::before,
.navbar-photo-browser .right .link i,
.navbar-photo-browser .right .link svg,
.photo-browser-page .navbar .title,
.segmented.segmented-strong .button.tab-link-active,
html[dir="rtl"] .dark .segmented.segmented-strong .button.tab-link-active,
html[dir="rtl"] .segmented.segmented-strong .button {
  color: #fff;
}
.link-banner.bg-color-dark,
.stepper.color-light-gray .stepper-button-minus::after,
.stepper.color-light-gray .stepper-button-plus::after,
.stepper.color-light-gray .stepper-button-plus::before {
  background-color: var(--title-color);
}
.create-post-cover,
.link-banner,
.profile-image,
.settings-image {
  position: relative;
}
.category-slide,
.contact-block,
.create-post-cover,
.link-banner,
.movie-block,
.profile-buttons .contact-button {
  background-color: var(--light-gray);
}
.link-banner {
  padding: 15px 15px 15px 20px;
  margin: 15px 0;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--title-color);
  overflow: hidden;
}
.link-banner i,
.link-banner-subtitle,
.link-chevron::before {
  font-weight: 400;
  color: var(--title-color);
}
.link-banner i {
  margin-right: 10px;
  font-size: 35px;
}
.link-banner-text {
  color: var(--title-color);
  margin-left: 10px;
}
.link-banner-subtitle {
  font-size: 14px;
  margin-top: 2px;
  opacity: 0.7;
}
.link-banner img {
  margin-right: 10px;
  max-height: 40px;
  width: auto;
}
.link-banner.bg-color-dark .link-banner-subtitle,
.link-banner.bg-color-primary .link-banner-subtitle {
  color: #fff;
  opacity: 0.8;
}
.link-banner.error-message .link-banner-subtitle,
.link-banner.error-message .link-banner-title,
.link-banner.error-message i,
.link-banner.error-message.link-chevron::before {
  color: #9b3d3d;
}
.link-banner.success-message .link-banner-subtitle,
.link-banner.success-message .link-banner-title,
.link-banner.success-message i,
.link-banner.success-message.link-chevron::before {
  color: #508d59;
}
.simple-link-banner .link-banner-text {
  font-size: 15px;
  margin-left: 2px;
}
.card-author-footer .card-footer-right i,
.ios p .icon-radio:after,
.rating-block-detailed .rating-block-stars i {
  font-size: 22px;
}
.card-author-footer .card-author,
.list.accordion-list .item-title,
.range-slider-title-value .range-value,
.signup-have-account {
  color: var(--title-color);
  font-weight: 500;
  font-size: 15px;
}
.card.card-album,
.single-cover-image,
.single-post-content img,
.stepper-button-minus:first-child,
.stepper-button-minus:last-child,
.stepper-button-plus:first-child,
.stepper-button-plus:last-child,
.stepper-button:first-child,
.stepper-button:last-child {
  border-radius: 8px;
}
.card {
  background: 0 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
}
.card-image {
  border-radius: 0;
  display: block;
  min-height: auto;
  padding: 0;
  line-height: 0;
  position: relative;
}
.card-image:has(.card-image-footer) img {
  object-fit: cover;
  aspect-ratio: 16/10;
}
.card-image:has(~ .card-author-footer) img {
  aspect-ratio: 16/9;
}
.card-image-footer {
  position: absolute;
  bottom: 0;
  padding: 60px 18px 15px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgb(24 24 24 / 95%) 100%
  );
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  line-height: var(--f7-line-height);
}
.card-image-footer h2 {
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}
.card .card-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 8px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.card .card-author,
.comment-author,
.comment-header-left {
  display: flex;
  align-items: center;
}
.card .card-author span,
.ticket-fill:active {
  opacity: 0.9;
}
.card .card-author img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
.card-author-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
}
.card-author-footer .author-image {
  width: 35px;
  border-radius: 50%;
  height: auto;
}
.card-author-footer .card-footer-middle {
  margin-left: 12px;
}
.card-author-footer .card-footer-right {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
  margin-left: auto;
}
.card-big-footer {
  display: block;
  padding: 20px;
}
.card-big-footer h2 {
  margin: 0 0 -5px;
  font-size: 20px;
  line-height: 1.5;
}
.card-big-footer .button {
  margin-bottom: 0;
  margin-top: 15px;
}
.card-big-footer .button i,
.onboarding-next-button i {
  margin-left: 5px;
  font-weight: 600;
}
.range-slider-with-icons {
  width: 100%;
  margin: 0 16px;
}
.range-slider-title-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.authors-slider swiper-slide,
.categories-slider swiper-slide,
.toast-button.button {
  width: auto;
}
.sheet-modal[data-swipe-to-close="true"] .sheet-modal-inner::before {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -20px;
  border-radius: 3px;
  background: #666;
  cursor: pointer;
  z-index: 15;
}
.sheet-modal {
  height: 32vh;
}
.sheet-modal[data-swipe-to-close="true"] {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: auto;
  max-height: 70vh;
}
.sheet-modal .page-content {
  padding: 0 20px 20px;
}
.sheet-modal[data-swipe-to-close="true"] .page-content {
  padding-top: 20px;
}
.sheet-modal::before {
  display: none !important;
}
.stepper .stepper-input-wrap input {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: var(--title-color);
  width: 40px;
}
.stepper-input-wrap,
.stepper-value {
  border: none;
}
.stepper-button,
.stepper-button-minus,
.stepper-button-plus {
  width: 28px;
}
.stepper-button-minus:after,
.stepper-button-plus:after {
  width: 12px;
}
.stepper-button-plus:before {
  height: 12px;
}
.segmented.segmented-strong,
.text-editor,
.text-editor-toolbar {
  background-color: var(--light-gray);
}
.segmented.segmented-strong .button {
  margin: 0;
  border-radius: 12px;
}
.segmented.segmented-strong {
  border-radius: 15px;
}
.segmented-strong .segmented-highlight {
  box-shadow: none;
  background-color: var(--title-color);
  border-radius: 12px;
}
.segmented-strong {
  --f7-segmented-strong-padding: 3px;
}
.segmented.segmented-strong .button.active-state {
  background-color: transparent;
}
.comment-infos .author-name,
.single-post-author .author-name,
.swipeout-actions-left > a,
.swipeout-actions-left > button,
.swipeout-actions-left > div,
.swipeout-actions-left > span,
.swipeout-actions-right > a,
.swipeout-actions-right > button,
.swipeout-actions-right > div,
.swipeout-actions-right > span {
  font-weight: 500;
  font-size: 15px;
}
.comment-date,
.comment-text {
  font-size: 15px;
  color: var(--text-color);
}
.comment-list {
  margin-top: 30px;
}
.comment {
  display: flex;
  margin: 20px 0;
}
.comment > img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 13px;
}
.comment-date {
  margin-left: 6px;
  opacity: 0.8;
}
.comment-text {
  line-height: 1.55em;
  margin-top: 2px;
}
.comment-count {
  margin-bottom: 2px;
  margin-left: 2px;
}
.comment-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.comment-reply {
  margin-left: 60px;
}
.comment-header i {
  color: var(--title-color);
  font-size: 18px;
  width: 10px;
  font-weight: 600;
}
.text-editor {
  margin-right: 0;
  margin-left: 0;
  border-radius: 10px;
  border: 1px solid #e0e3e6;
  margin-top: 0;
}
.text-editor-content .text-editor-placeholder {
  color: #93a0b1;
}
.text-editor-toolbar {
  border-bottom: 1px solid #e0e3e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-item-content {
  padding: 0 20px;
}
.accordion-item-content p {
  font-size: 15px;
  margin: 0 0 5px;
}
swiper-slide .card.card-with-footer {
  margin-bottom: 10px;
}
swiper-container {
  margin-top: 10px;
  margin-bottom: -20px;
  padding-bottom: 20px;
}
.album-grid a:last-child,
.album-grid a:nth-last-child(2),
.movie-block:last-child,
form h1 {
  margin-bottom: 0;
}
.album-tracklist .item-inner .item-title,
.detailed-list .item-name,
.detailed-list .item-unread {
  color: var(--title-color);
  font-weight: 500;
}
.album-grid img,
.search-grid a:nth-child(odd) {
  margin-right: 10px;
}
.album-grid a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: none !important;
  margin-bottom: 20px;
}
.album-grid img {
  width: 55px;
  border-radius: 6px;
}
.album-details {
  width: calc(100% - 70px);
}
.album-grid a:nth-child(2n) .album-details {
  width: calc(100% - 63px);
}
.album-title {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.album-author {
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 4px;
  color: var(--text-color);
}
.card.card-album .card-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
}
.album-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.album-header .album-cover {
  width: 80%;
  border-radius: 10px;
}
.album-header .album-title {
  font-weight: 800;
  font-size: 26px;
  margin-top: 20px;
}
.album-header .album-artist {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.album-stats {
  margin-bottom: 40px;
}
.rating-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 25px;
}
.rating-block-note {
  font-weight: 500;
  font-size: 30px;
  margin: 20px 0;
}
.rating-block-text {
  text-align: center;
  color: var(--text-color);
}
.rating-block-detailed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.rating-block-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f9ff;
  border-radius: 50px;
  padding: 10px 15px;
}
.rating-block-total-text {
  font-weight: 500;
  margin-top: 2px;
  margin-left: 5px;
}
.rating-block-count {
  font-size: 14px;
  margin-top: 10px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.rating-block-individual {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.rating-block-individual:first-child {
  margin-top: 0;
}
.rating-block-star {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  width: 40px;
}
.rating-block-star i {
  font-size: 18px;
  margin-left: 3px;
}
.rating-block-bar {
  margin: 0 10px;
}
.rating-block-percentage {
  font-weight: 500;
  width: 44px;
}
.rating-bg {
  background-color: #f5f9ff;
  border-radius: 15px;
}
.ticket,
.ticket-fill {
  position: relative;
  height: 140px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 15px;
  display: flex;
}
.ticket {
  width: 100%;
  font-size: 15px;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-image: radial-gradient(
      circle at 0 50%,
      rgba(0, 0, 0, 0) 0.7em,
      var(--light-gray) 0
    ),
    radial-gradient(
      circle at 100% 50%,
      rgba(0, 0, 0, 0) 0.7em,
      var(--light-gray) 0
    );
  background-position: top left, top right;
  overflow: hidden;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
}
.ticket-infos {
  flex: 1;
  flex-basis: 50%;
  padding-left: 5px;
}
.ticket-image {
  flex: 1;
  flex-basis: 50%;
}
.ticket-discount {
  font-size: 40px;
  font-weight: 600;
  color: var(--title-color);
}
.ticket-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.ticket-description {
  font-weight: 500;
  font-size: 14px;
}
.ticket:active {
  opacity: 0.5;
}
.ticket-fill {
  width: 100%;
  font-size: 15px;
  background: linear-gradient(90deg, #15161b, #14142d);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 30px;
}
.ticket-fill::after,
.ticket-fill::before {
  content: "";
  width: 22px;
  height: 11px;
  background-color: #fff;
  border-radius: 10rem 10rem 0 0;
  position: absolute;
  top: 75px;
  z-index: 10;
}
.ticket-fill::before {
  left: -6px;
  transform: rotate(90deg);
}
.ticket-fill::after {
  right: -6px;
  transform: rotate(270deg);
}
.ticket-fill .ticket-description,
.ticket-fill .ticket-discount {
  color: #fff;
  font-weight: 500;
  z-index: 10;
}
.ticket-background-icon {
  position: absolute;
  right: 40px;
  color: rgba(255, 255, 255, 0.1);
}
.ticket-background-icon i {
  font-size: 110px;
}
.ticket-image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
}
.ticket-image-bg + .ticket-text {
  z-index: 10;
  color: #fff;
}
.timeline {
  padding: 0;
}
.timeline-item-text {
  color: var(--text-color);
  margin-top: 5px;
  line-height: 1.8em;
}
.calendar .toolbar .toolbar-inner .center,
.calendar-day-number,
.timeline-item-date {
  font-weight: 500;
}
.timeline-item-divider:after,
.timeline-item-divider:before {
  width: 1px;
  opacity: 0.2;
  background: #41454b;
}
.timeline-item-divider {
  background: var(--title-color);
}
.timeline-item-content {
  margin-top: -4px;
  margin-bottom: 5px;
}
.timeline-item-inner {
  padding-top: 0;
}
.timeline-item-text img {
  border-radius: 10px;
}
.signin-image,
.signup-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-image img {
  width: 85%;
}
.signin-image img {
  width: 90%;
}
.signup-tos {
  font-size: 13px;
}
.signup-tos a {
  color: var(--text-color);
  text-decoration: underline;
}
.signin-links {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.google-button {
  background-color: #eff7e5;
}
.messagebar textarea,
.single-post-author,
.single-post-category {
  background-color: var(--light-gray);
}
.message-list.detailed-list .item-after .badge {
  padding: 0 6px;
  min-width: 22px;
}
.messagebar textarea {
  min-height: auto;
  border: none;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}
.ios .message-received {
  margin-left: 15px;
}
.ios .message-sent {
  margin-right: 15px;
}
.messagebar .send-link i {
  transform: rotate(45deg);
  margin-left: -6px;
  margin-right: 3px;
}
.ios .message + .message:not(.message-first) {
  margin-top: 2px;
}
.messages-date {
  font-size: 14px;
  margin: 15px 0 5px;
  color: var(--text-color);
  text-align: center;
  width: 100%;
  line-height: 1;
}
.ios .message-sent .message-bubble {
  padding: 8px 20px 8px 13px;
}
.ios .message-received .message-bubble {
  padding: 8px 13px 8px 20px;
}
.messagebar .toolbar-inner {
  padding-bottom: 3px;
}
.faq-list .list.accordion-list .item-title,
.message-bubble {
  font-size: 15px;
}
.searchbar-inner {
  padding: 0 15px;
}
.searchbar-backdrop.searchbar-backdrop-in {
  opacity: 0;
}
.searchbar.searchbar-inline {
  margin-top: 10px;
  margin-bottom: -5px;
}
.searchbar.searchbar-inline .searchbar-input-wrap {
  height: 40px;
}
.authors-slider,
.searchbar-help-center.searchbar-inline {
  margin-top: 20px;
}
.searchbar-search-page.searchbar-inline {
  margin-top: 10px;
  margin-bottom: 20px;
}
.search-grid a {
  font-size: 15px;
  border-top: 1px solid #e2e3e5;
  text-align: left;
  margin-top: 12px;
  padding-top: 12px;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.search-grid a:first-child,
.search-grid a:nth-child(2) {
  border-top: none;
  margin-top: 5px;
  padding-top: 0;
}
.search-grid a:nth-child(2n) {
  margin-left: 10px;
}
.search-grid a i {
  font-size: 20px;
  margin-right: 6px;
}
.page[data-name="chat"] .page-content {
  padding-bottom: calc(
    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +
      var(--f7-page-content-extra-padding-bottom, 0px)
  );
}
.single-post-date {
  color: var(--text-color);
  font-size: 16px;
  margin-top: 10px;
}
.single-post-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 28px;
}
.single-post-category {
  padding: 3px 3px;
  height: auto;
  border-radius: 6px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
  margin-top: 15px;
}
.single-post-author {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
.single-post-author > img {
  width: 55px;
  border-radius: 50%;
  margin-right: 12px;
}
.single-post-author .author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post-author .author-description {
  color: var(--text-color);
  margin-top: 2px;
  font-size: 13px;
}
.single-post-author .author-follow {
  width: auto;
  margin-left: auto;
  padding: 0 15px 0 11px;
  height: 38px;
}
.title-bottom-line {
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}
.title-bottom-line::after {
  content: "";
  position: absolute;
  background-color: var(--f7-list-outline-border-color);
  display: block;
  z-index: 15;
  right: auto;
  bottom: -7px;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: 50% 100%;
  transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.casting .grid,
.create-post-cover {
  margin-bottom: 20px;
}
.create-post-cover {
  height: 25vh;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #93a0b1;
}
.create-post-cover i {
  margin-bottom: 5px;
}
.create-post-cover input[type="file"] {
  background-color: red;
  position: absolute;
  width: 95%;
  height: 90%;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}
.navbar-transparent .navbar-inner .left a i {
  color: #fff;
  transition: color 00s;
  text-shadow: 0 0 11px #000;
}
.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i {
  color: #000;
  transition: color;
  text-shadow: none;
}
.movie-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.link-banner-text,
.movie-block {
  display: flex;
  flex-direction: column;
}
.page-content .movie-cover {
  width: calc(70vw - 30px);
  border-radius: 5px;
  max-height: 342px;
  object-fit: cover;
}
.movie-infos {
  width: 100%;
  margin-left: 15px;
}
.movie-block {
  color: var(--title-color);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 19px 0;
}
.card-movie,
.help-center-banner,
.information-block,
.link-banner {
  border-radius: 5px;
}
.movie-block i {
  font-size: 20px;
}
.movie-block-name {
  margin: 5px 0 1px;
  color: #708197;
  font-weight: 400;
}
.casting .grid > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
img.actor-image {
  border-radius: 50%;
  width: 60px;
  margin-bottom: 10px;
}
.actor-firstname,
.actor-lastname {
  text-align: center;
  line-height: 1.4em;
  color: var(--title-color);
  font-weight: 500;
  font-size: 13px;
}
.movie-rating {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -15px;
}
.movie-distribution.list .item-title {
  font-weight: 400;
  color: var(--text-color);
}
.card-movie-rating {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: #fff;
  padding: 4px 8px 2px 6px;
  border-radius: 8px;
  font-size: 12px;
}
.card-movie-rating i {
  font-size: 12px;
  margin-bottom: 3px;
}
.card-movie .card-image img {
  aspect-ratio: 9/13;
  object-fit: cover;
}
.help-center-title {
  margin-top: 20px;
  margin-bottom: -5px;
  font-size: 2em;
}
.help-center-links,
.profile-stats,
.search-grid {
  margin-bottom: 30px;
}
.author-slide,
.stock-item-details {
  flex-direction: column;
  display: flex;
}
.stock-item {
  display: flex;
  padding: 13px 15px;
  border-radius: 13px;
  margin-bottom: 8px;
}
.stock-item img {
  width: 40px;
  margin-right: 15px;
}
.stock-item-details {
  width: 100%;
}
.stock-item-bottom,
.stock-item-top {
  display: flex;
  justify-content: space-between;
}
.stock-item-top {
  margin-bottom: 3px;
}
.stock-item-title,
.stock-item-value {
  font-weight: 500;
  color: var(--title-color);
  font-size: 15px;
}
.stock-item-change {
  font-size: 14px;
  font-weight: 500;
}
.author-list .author-follow {
  height: 35px;
  margin: 0;
  color: #fff;
}
.author-slide .author-name,
.category-slide,
.contact-block {
  color: var(--title-color);
  font-weight: 500;
}
.author-slide {
  width: 85px;
}
.author-slide img {
  width: 60px;
  border-radius: 50%;
}
.author-slide .author-name {
  text-align: center;
  margin-top: 7px;
}
.category-slide {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 16px;
  display: flex;
  border-radius: 20px;
}
.album-grid,
.categories-slider {
  margin-top: 15px;
}
.category-item,
.category-item img {
  border-radius: 15px;
  overflow: hidden;
}
.category-item {
  height: 100px;
  position: relative;
}
.category-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(60%);
}
.category-name {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 0;
  text-shadow: 0 0 20px #000;
}
.contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 5px 10px;
  border-radius: 15px;
}
.contact-block i {
  margin: 0;
  font-size: 22px;
  padding-right: 0;
  font-weight: 400;
}
.contact-block .contact-method {
  font-size: 14px;
  margin-top: 4px;
}
.contact-input {
  height: 150px;
}
.edit-profile-image,
.profile-online {
  background-color: #0091de;
  display: flex;
}
.edit-profile-image {
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.edit-profile-image i {
  color: #fff;
  font-size: 15px;
}
.profile-image img,
.settings-image img {
  width: 120px;
  border-radius: 50%;
}
.profile-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}
.profile-online {
  position: absolute;
  bottom: 6px;
  right: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
}
.profile-name {
  color: var(--title-color);
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}
.profile-subtitle {
  color: #99a0a7;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.profile-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.profile-buttons .contact-button {
  color: var(--title-color);
  border-radius: 15px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
}
.profile-buttons .contact-button i {
  padding: 0;
  font-size: 20px;
}
.profile-buttons .author-follow {
  width: auto;
  margin: 0 7px;
  padding: 0 20px 0 15px;
}
.grid.grid-gap.album-stats,
.grid.grid-gap.profile-stats {
  gap: 0;
}
.album-stat,
.profile-stat {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e2e3e5;
  text-align: center;
}
.album-stat:last-child,
.dark .album-stat:last-child,
.dark .profile-stat:last-child,
.profile-stat:last-child,
html[dir="rtl"] .album-stat:first-child,
html[dir="rtl"] .profile-stat:first-child {
  border-right: none;
}
.album-stat-number,
.profile-stat-number {
  font-weight: 600;
  font-size: 20px;
}
.album-stat-title,
.profile-stat-title {
  color: var(--text-color);
  font-size: 15px;
}
.settings-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 25px 0 35px;
}
.settings-name {
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 2px;
}
.settings-email {
  color: #99a0a7;
  font-weight: 400;
}
.settings-list .colored-icon {
  border-radius: 10px;
  height: 32px;
  width: 32px;
}
.dark .settings-list .colored-icon.yellow,
.settings-list .colored-icon.yellow {
  color: #fff;
  background-color: #ffc62b;
}
.dark .settings-list .colored-icon.blue,
.settings-list .colored-icon.blue {
  color: #fff;
  background-color: #089bea;
}
.dark .settings-list .colored-icon.green,
.settings-list .colored-icon.green {
  color: #fff;
  background-color: #41d359;
}
.dark .settings-list .colored-icon.pink,
.settings-list .colored-icon.pink {
  color: #fff;
  background-color: #f20f6a;
}
.dark .settings-list .colored-icon.orange,
.settings-list .colored-icon.orange {
  color: #fff;
  background-color: #ff9925;
}
.dark .settings-list .colored-icon.red,
.settings-list .colored-icon.red {
  color: #fff;
  background-color: #ff4530;
}
.dark .settings-list .colored-icon.purple,
.settings-list .colored-icon.purple {
  color: #fff;
  background-color: #9638f3;
}
.dark .settings-list .colored-icon.gray,
.settings-list .colored-icon.gray {
  color: #fff;
  background-color: #878787;
}
.settings-list .item-after {
  padding-right: 20px;
  font-size: 15px;
}
.list .item-content.toggle-setting,
html[dir="rtl"] .simple-list .item-inner {
  padding-left: 0;
}
.settings-list .item-after:has(.toggle) {
  padding-right: 0;
}
.page-onboarding {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: calc(
    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +
      var(--f7-page-content-extra-padding-bottom, 0px) - 20px
  );
}
.navbar a.link.onboarding-skip {
  font-weight: 500;
  color: var(--title-color);
  padding-right: 8px;
}
.swiper-onboarding swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.swiper-onboarding swiper-slide img {
  width: 75%;
  margin-top: 20px;
}
.swiper-onboarding swiper-slide .onboarding-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--title-color);
  padding: 0 30px;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px;
}
.swiper-onboarding swiper-slide .onboarding-subtitle {
  font-size: 15px;
  padding: 0 30px;
  text-align: center;
  color: var(--text-color);
  margin: 10px 0 30px;
}
@media (max-height: 885px) {
  .swiper-onboarding swiper-slide img {
    width: 70%;
  }
  .swiper-onboarding swiper-slide .onboarding-title {
    font-size: 30px;
  }
}
@media (max-height: 770px) {
  .swiper-onboarding swiper-slide img {
    width: 55%;
  }
  .swiper-onboarding swiper-slide .onboarding-title {
    font-size: 25px;
  }
  .swiper-onboarding swiper-slide .onboarding-subtitle {
    font-size: 15px;
  }
}
.notification-list .item-date-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.notification-list .item-date,
.notification-list .item-time {
  color: #99a0a7;
  font-size: 14px;
  font-weight: 400;
}
.album-title,
.card-movie-rating,
.notification-list .item-description {
  color: var(--title-color);
  font-weight: 500;
}
.notification-list .item-description {
  font-size: 14px;
  white-space: normal;
}
.notification-list .item-description i {
  font-size: 20px;
  margin-right: 4px;
  line-height: 0.9;
}
.notification-list.detailed-list .item-media img {
  width: 50px;
}
.notification-list.list .item-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-links a {
  justify-content: flex-start;
}
.panel-links a i {
  margin-right: 15px;
  font-size: 23px;
}
.panel .profile-header {
  margin-bottom: 40px;
  margin-top: 40px;
}
.panel .profile-header .profile-image img {
  width: 90px;
}
.panel .profile-header .profile-image .profile-online {
  bottom: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
}
.panel .profile-header .profile-name {
  font-size: 19px;
  margin-top: 5px;
}
.panel-logout {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.panel-logout i {
  font-size: 25px;
  margin-left: 5px;
}
.dark .toolbar-bottom:before,
.ios .dark .toolbar-bottom-ios:before,
.md .dark .toolbar-bottom-md:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark .info-block-icon {
  background-color: var(--background-color);
  color: #8191a6;
}
.dark .info-block p {
  color: #7f91a7;
}
.dark .button.color-dark {
  background-color: #0ee9b3;
  color: #181c22;
}
.dark .badge.color-black,
.dark .badge.color-light-gray,
.dark .card .card-category.bg-color-white {
  color: var(--background-color);
}
.dark .button.color-light-gray {
  background-color: #102733;
}
.dark .post-horizontal {
  box-shadow: none;
  background-color: var(--light-gray);
}
.dark .infinite-scroll-demo .post-horizontal .post-image {
  background-color: var(--text-color);
}
.dark .notification,
.dark .sheet-modal {
  background: var(--light-gray);
}
.dark .segmented.segmented-strong .button.tab-link-active {
  color: #181c22;
}
.dark .text-editor {
  border: 1px solid #363d43;
}
.dark .text-editor-toolbar {
  border-bottom: 1px solid #363d43;
}
.dark .card-image-footer {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgb(24 24 24 / 80%) 100%
  );
}
.dark .card-movie-rating {
  background-color: var(--background-color);
  color: #fff;
}
.dark .badge.color-black {
  background-color: #fff;
}
.dark .post-horizontal .post-category {
  color: #0ee9b3;
}
.dark .stock-item {
  background-color: var(--light-gray);
  box-shadow: none;
}
.dark .ticket-fill {
  background: #0ee9b3;
}
.dark .ticket-fill:not(.ticket-image) .ticket-description,
.dark .ticket-fill:not(.ticket-image) .ticket-discount,
.dark .ticket-fill:not(.ticket-image) .ticket-text,
.dark .ticket-fill:not(.ticket-image) i {
  color: #000 !important;
}
.dark .ticket {
  background-image: radial-gradient(
      circle at 0 50%,
      rgba(0, 0, 0, 0) 0.7em,
      var(--light-gray) 0
    ),
    radial-gradient(
      circle at 100% 50%,
      rgba(0, 0, 0, 0) 0.7em,
      var(--light-gray) 0
    );
}
.dark .timeline-item-divider:after,
.dark .timeline-item-divider:before {
  background: #fff;
}
.dark .information-block:not(.success-message, .error-message) h2,
.dark .information-block:not(.success-message, .error-message) p,
html[dir="rtl"] .dark .segmented.segmented-strong .button {
  color: #1e2b47;
}
.dark .link-banner.dark-theme-green {
  background-color: #0ee9b3;
}
.dark .link-banner.dark-theme-green .link-banner-subtitle,
.dark .link-banner.dark-theme-green .link-banner-title,
.dark .link-banner.dark-theme-green i,
.dark .link-banner.dark-theme-green.link-chevron::before {
  color: #000;
}
.dark .link-banner.bg-color-dark {
  background-color: var(--light-gray) !important;
}
.dark .category-item img {
  filter: brightness(70%);
}
.dark .album-stat,
.dark .profile-stat {
  border-right: 1px solid #2d3d4a;
}
.dark .profile-online {
  border: 2px solid var(--background-color);
}
.dark .edit-profile-image {
  border: 1px solid var(--background-color);
}
.dark .search-grid a {
  border-top: 1px solid #2d3d4a;
}
.dark .search-grid a:first-child,
.dark .search-grid a:nth-child(2) {
  border-top: none;
}
.dark .panel .profile-header .profile-image .profile-online {
  border: 2px solid var(--light-gray);
}
html[dir="rtl"] .album-grid img,
html[dir="rtl"] .colored-icon,
html[dir="rtl"] .link-banner i,
html[dir="rtl"] .link-banner img {
  margin-right: 0;
  margin-left: 10px;
}
html[dir="rtl"] .detailed-list .item-link .item-inner {
  padding-right: 0;
  padding-left: 15px;
  margin-left: 0;
}
html[dir="rtl"] .post-horizontal .post-image {
  margin-left: 0;
  margin-right: 10px;
}
html[dir="rtl"] .button-icon-left i,
html[dir="rtl"] .checkbox.checkbox-inline {
  margin-right: 0;
  margin-left: 5px;
}
html[dir="rtl"] .navbar a .arrow-back {
  transform: rotate(180deg);
  padding-right: 0;
  padding-left: 3px;
}
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="password"],
html[dir="rtl"] input[type="text"] {
  padding: 0 15px 0 0;
}
html[dir="rtl"] textarea {
  padding: 15px 15px 0;
}
html[dir="rtl"] .messagebar-area textarea {
  padding: 6px 16px;
}
html[dir="rtl"] .button img {
  margin-right: 0;
  margin-left: 7px;
}
html[dir="rtl"] .single-post-author > img {
  margin-right: 0;
  margin-left: 12px;
}
html[dir="rtl"] .card-author-footer .card-footer-right,
html[dir="rtl"] .single-post-author .author-follow {
  margin-right: auto;
  margin-left: inherit;
}
html[dir="rtl"] .comment > img {
  margin-right: 0;
  margin-left: 15px;
}
html[dir="rtl"] .comment-date {
  margin-right: 6px;
  margin-left: 0;
}
html[dir="rtl"] .comment-reply {
  margin-right: 60px;
  margin-left: 0;
}
html[dir="rtl"] .movie-infos {
  margin-right: 15px;
  margin-left: 0;
}
html[dir="rtl"] .rating-block-star i {
  margin-right: 3px;
  margin-left: 0;
}
html[dir="rtl"] .album-stat:last-child,
html[dir="rtl"] .profile-stat:last-child {
  border-right: 1px solid #e2e3e5;
}
html[dir="rtl"] .settings-list .item-after {
  padding-left: 20px;
  padding-right: 0;
}
html[dir="rtl"] .settings-list .item-after:has(.toggle) {
  padding-left: 0;
}
html[dir="rtl"] .search-grid a {
  text-align: right;
}
html[dir="rtl"] .badge-with-image img,
html[dir="rtl"] .search-grid a i {
  margin-right: 0;
  margin-left: 6px;
}
html[dir="rtl"] .accordion-opposite .accordion-item > .item-content:before {
  right: 8px;
}
html[dir="rtl"] .badge-with-image {
  padding-right: 0;
  padding-left: 8px;
}
html[dir="rtl"] .card-author-footer .card-footer-middle {
  margin-right: 12px;
}
html[dir="rtl"] .badge-with-icon {
  padding: 0 6px 0 10px;
}
html[dir="rtl"] .badge-with-icon i {
  margin-right: 0;
  margin-left: 3px;
}
html[dir="rtl"] .card .card-author img {
  margin-right: 0;
  margin-left: 8px;
}
html[dir="rtl"] .detailed-list .item-content {
  padding-left: 0;
}
html[dir="rtl"] .light-gray-title .badge {
  margin-left: 0;
  margin-right: 3px;
}
html[dir="rtl"] .post-horizontal {
  padding: 15px 17px 15px 15px;
}
html[dir="rtl"] .search-grid a:nth-child(odd) {
  margin-left: 10px;
  margin-right: 0;
}
html[dir="rtl"] .stepper .stepper-input-wrap input {
  padding-right: 0;
}
html[dir="rtl"] .panel-links a i,
html[dir="rtl"] .stock-item img {
  margin-left: 15px;
  margin-right: 0;
}
html[dir="rtl"] .rating-block-total-text {
  margin-left: 0;
  margin-right: 5px;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.lead {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.fs-sm {
  font-size: 13px !important;
  line-height: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.fs-xs {
  font-size: 11px !important;
  line-height: 12px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.fs-xxs {
  font-size: 9px !important;
  line-height: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.radio-wrapper {
  padding: 16px 0;
  border: 2px solid var(--f7-theme-color);
  background-color: var(--light-gray);
  border-radius: 6px;
  text-align: center;
  padding-bottom: 2px;
  padding-top: 8px;
}

.radio-wrapper-selected {
  color: #fff;
  background-color: var(--f7-theme-color);
  padding: 16px 0;
  border: 1px solid var(--f7-theme-color);
  border-radius: 6px;
  text-align: center;
  padding-bottom: 2px;
  padding-top: 8px;
}
.bg-light {
  background-color: var(--mycolor-light);
  color: var(--mycolor-dark);
}
.bg-dark {
  background-color: var(--mycolor-dark);
  color: #fff;
}
.bg-primary {
  background-color: var(--mycolor-primary);
  color: #fff;
}
.bg-info {
  background-color: var(--mycolor-info);
  color: #fff;
}
.bg-secondary {
  background-color: var(--mycolor-secondary);
  color: #fff;
}
.bg-success {
  background-color: var(--mycolor-success);
  color: #fff;
}
.bg-warning {
  background-color: var(--mycolor-warning);
  color: #fff;
}
.bg-danger {
  background-color: var(--mycolor-danger);
  color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #3A0CA3;
}
.item-category {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  border-radius: 6px;
  color: var(--title-color);
  background-color:var(--light-gray);
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}