/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.panel-total-followers .total-count {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 800;
}
.panel-total-followers {
  color: white;
}
.panel-total-followers .dashboard-panel.panel-total-followers {
  min-height: 500px;
}
.panel-total-followers .total-followers.chart {
  position: relative;
  height: 400px;
  margin: 20px 0;
}
.panel-total-followers .total-followers.chart canvas {
  max-height: 350px;
}
.panel-total-followers .chart-legend {
  text-align: center;
}
.panel-total-followers .total-count {
  font-size: 16px;
  margin-top: 10px;
}
.panel-total-followers .no-data {
  text-align: center;
  font-style: italic;
  margin: 50px 0;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.account_screen {
  /* ------- STYLES FOR EACH TYPE ------- */
  /* Default = light gray full */
  /* Color Banner = color top 40% */
  /* Image Banner = small image icon in top 40% */
  /* Color Full = full light blue */
  /* Image Full = image icon centered */
}
.account_screen .main-description {
  font-size: 14px;
  color: #1A1A1A;
  margin-bottom: 28px;
}
.account_screen .theme-label {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.account_screen .theme-picker {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.account_screen .theme-option {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  position: relative;
}
.account_screen .theme-option .theme-option-inner {
  width: 88px;
  height: 162px;
  border: 4px solid #A5A5A5;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s box-shadow 0.2s;
  margin-bottom: 8px;
  position: relative;
}
.account_screen .theme-option:hover .theme-option-inner {
  box-shadow: 0 0 8px #EB212E;
}
.account_screen .theme-option.active .theme-option-inner {
  border-color: #EB212E;
}
.account_screen .theme-option.default .theme-option-inner {
  background: #fff;
}
.account_screen .theme-option.link-tree-color-banner .theme-option-inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40%;
  background: #bfd4e4;
}
.account_screen .theme-option.link-tree-image-banner .theme-option-inner::before {
  content: "\f03e";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #424547;
  border-radius: 6px 6px 0 0;
}
.account_screen .theme-option.link-tree-olor-full {
  background: #bfd4e4;
}
.account_screen .theme-option.link-tree-image-full span {
  position: relative;
  z-index: 2;
}
.account_screen .theme-option.link-tree-image-full .theme-option-inner::before {
  content: "\f03e";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #424547;
  z-index: 1;
  border-radius: 6px;
}
.account_screen .label-heading {
  font-size: 14px;
  font-weight: 600;
  color: #160909;
}
.account_screen .image-container.hide,
.account_screen .color-picker-container.hide {
  display: none !important;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper {
  margin-top: 24px;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-color-body {
  font-size: 14px;
  color: #424547;
  margin-bottom: 12px;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-preview {
  margin-right: 12px;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-preview.avatar-preview img {
  min-width: 0;
  max-width: 350px !important;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-preview .add-image:not(.edit) {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #160909;
  border: 1px solid #160909;
  padding: 0;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-preview .add-image:not(.edit) i {
  font-size: 16px;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .image-preview .add-image:not(.edit) span span {
  display: none;
}
.account_screen .page-wrapper form:not(.post-sorting-form, .ai-content-form, .post-type-form, .comment-sorting-form):not(.send-message-form) .image-color-wrapper .color-picker-container input {
  margin-right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 8px;
}
.account_screen .top-links-section {
  margin-top: 24px;
}
.account_screen .top-links-section .label-heading {
  margin-bottom: 0;
}
.account_screen .top-links-section .top-links-container label {
  font-size: 14px;
  font-weight: 500;
  color: #424547;
  margin-top: 16px;
  margin-bottom: 4px;
}
.account_screen .top-links-section .top-links-body {
  font-size: 14px;
  color: #424547;
  margin-bottom: 12px;
}
.account_screen .form-group-action {
  margin-top: 24px;
}
.account_screen .form-group-action .btn-primary {
  padding: 8px 16px;
}
.account_screen .main-column-inner hr {
  margin: 32px 0;
}
.account_screen .main-column-inner hr.short-bottom {
  margin-bottom: 12px;
}
.account_screen .page-wrapper .main-column-inner .tab-bar {
  margin-bottom: 10px;
}
.account_screen .page-wrapper .main-column-inner .tab-bar li a {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  padding: 8px 12px;
}
.account_screen .page-wrapper .main-column-inner .tab-bar li a.active:after {
  height: 2px;
  max-width: 100%;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .add-link-action {
  margin-top: 16px;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .add-link-action .btn-secondary {
  background-color: #FFF;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  padding: 8px 16px;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies {
  margin: 0;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-item {
  padding: 16px 0;
  gap: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-icon {
  margin-left: 16px;
  margin-right: 16px;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-actions {
  gap: 8px;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-actions-wrapper .btn {
  position: static;
  background: none;
  color: black;
  padding: 0px;
  outline: none;
  border: none;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-actions-wrapper .btn:hover {
  color: #EB212E;
}
.account_screen .page-wrapper .main-column-inner .tab-bodies .link-tree-actions-wrapper .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#create-link-modal.modal:not(.full-screen) .modal-content,
#edit-link-modal.modal:not(.full-screen) .modal-content {
  flex-wrap: nowrap;
}
#create-link-modal.modal:not(.full-screen) .tab-bodies,
#edit-link-modal.modal:not(.full-screen) .tab-bodies {
  margin-top: 0;
}
#create-link-modal.modal:not(.full-screen) .tab-bodies .mobile-tab-title i,
#edit-link-modal.modal:not(.full-screen) .tab-bodies .mobile-tab-title i {
  font-size: 10px;
  vertical-align: middle;
  transform: rotate(-90deg);
}
#create-link-modal.modal:not(.full-screen) .tab-bodies .mobile-tab-title.active i,
#edit-link-modal.modal:not(.full-screen) .tab-bodies .mobile-tab-title.active i {
  transform: rotate(0deg);
}
#create-link-modal.modal:not(.full-screen) .theme-picker,
#edit-link-modal.modal:not(.full-screen) .theme-picker {
  gap: 16px;
}
#create-link-modal.modal:not(.full-screen) .theme-picker#product-tab-1,
#edit-link-modal.modal:not(.full-screen) .theme-picker#product-tab-1 {
  border: 1px solid #EFEFEF;
  padding: 16px 16px 0px 16px;
  border-radius: 10px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form {
  /* Layout helpers */
  /* Base Card */
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-bodies .row,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-bodies .row {
  margin-bottom: 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body {
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .tab-body-inner,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .tab-body-inner {
  gap: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .tab-body-inner > .fifty,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .tab-body-inner > .fifty {
  width: calc(50% - 8px);
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .mobile-tab-title,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body .mobile-tab-title {
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .select-design-trigger,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .select-design-trigger {
  font-size: 18px;
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .section,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .section {
  font-weight: bold;
  margin: 22px 0 10px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card {
  border: 2px solid #ddd;
  border-radius: 14px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  overflow: hidden;
  cursor: pointer;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card .title,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card .title {
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.simple,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.simple {
  text-align: center;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.simple.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.simple.icon {
  text-align: center;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row;
  gap: 8px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.no-image.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.no-image.icon,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon {
  text-align: center;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.no-image.icon .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.no-image.icon .link-icon,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon .link-icon {
  width: 42px;
  height: 42px;
  align-content: center;
  text-align: center;
  background: #EBEBEB;
  border-radius: 6px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon {
  padding: 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.no-image.icon .link-icon {
  border-radius: 6px 0 0 6px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image .img.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image .img.icon,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .img.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .img.icon {
  width: 42px;
  height: 42px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.padding.image .link-icon,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .link-icon {
  margin-left: auto;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image {
  padding: 0 14px 0 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .img.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-padding.image .img.icon {
  border-radius: 6px 0 0 6px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.image.small-padding,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.image.small-padding {
  padding: 5px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.image.small-padding .img.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.image.small-padding .img.icon {
  width: 100%;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-image.small-padding,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-image.small-padding {
  padding: 5px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-image.small-padding .link-icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.small.no-image.small-padding .link-icon {
  width: 70px;
  height: 70px;
  align-content: center;
  text-align: center;
  background: #EBEBEB;
  border-radius: 6px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .fifty .card.small:not(:last-of-type),
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .fifty .card.small:not(:last-of-type) {
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body-inner .hundred.flex,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .tab-body-inner .hundred.flex {
  gap: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium:not(:last-of-type),
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium:not(:last-of-type) {
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.small-padding,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.small-padding {
  padding: 5px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.small-padding .img.large,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.small-padding .img.large {
  width: 100%;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.no-padding,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.no-padding {
  padding: 0 0 10px 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.no-padding .img.large,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.medium.image.no-padding .img.large {
  width: 100%;
  height: 80px;
  border-radius: 6px 6px 0 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large {
  padding: 0 0 10px 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large .img.xl,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large .img.xl {
  width: 100%;
  height: 80px;
  border-radius: 6px 6px 0 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large.image-bg,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .card.large.image-bg {
  background: #EBEBEB;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.icon,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.icon,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.large,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.large,
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.xl,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .img.xl {
  width: 70px;
  height: 70px;
  align-content: center;
  text-align: center;
  background: #EBEBEB;
  border-radius: 6px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form > .row,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form > .row {
  margin-bottom: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .link-tree-modal-label,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .link-tree-modal-label {
  font-size: 14px;
  font-weight: 500;
  color: #424547;
  margin-bottom: 4px;
  display: block;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .link-tree-modal-label span.red,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .link-tree-modal-label span.red {
  font-size: 12px;
  margin-right: 4px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions button,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions button {
  margin-top: 0;
}
#create-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions .btn-primary,
#edit-link-modal.modal:not(.full-screen) .create-edit-link-tree-form .form-actions .btn-primary {
  padding: 8px 16px;
}
body.view_user_profile .profile-link-tree .link-content {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree .link-tree-inner {
  background-color: #EFEFEF;
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.normal-padding .link-tree-inner {
  padding: 12px 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small-padding .link-tree-inner {
  padding: 6px 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.no-padding .link-tree-inner {
  padding: 0;
}
body.view_user_profile .profile-link-tree .link-content .link-tree .link-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #1A1A1A;
  word-break: break-word;
}
body.view_user_profile .profile-link-tree .link-content .link-tree .link-icon {
  font-size: 20px;
  color: #A4A7AE;
  line-height: 1;
}
body.view_user_profile .profile-link-tree .link-content .link-tree .link-icon:hover {
  color: #EB212E;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.simple.no-image.no-icon .link-tree-inner {
  padding: 12px 10px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.simple.no-image.no-icon .link-title {
  text-align: center;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.simple.no-image.icon .link-tree-inner {
  padding: 12px 16px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.horizontal {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.horizontal .link-icon-w-bg {
  color: #A4A7AE;
  min-height: 42px;
  background-color: #FFF;
  height: 100%;
  align-content: center;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 10px;
  font-size: 20px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.horizontal .link-image {
  min-height: 42px;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.horizontal .link-icon {
  margin-left: auto;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small.no-padding .link-tree-inner.horizontal {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small.no-padding .link-tree-inner.horizontal .link-icon-w-bg {
  min-height: 56px;
  border-radius: 10px 0 0 10px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small.no-padding .link-tree-inner.horizontal .link-image {
  min-height: 56px;
  border-radius: 10px 0 0 10px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small.no-padding .link-tree-inner.horizontal > :last-child {
  padding-right: 16px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.vertical {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.vertical .link-icon-w-bg {
  color: #A4A7AE;
  min-height: 56px;
  background-color: #FFF;
  height: 100%;
  align-content: center;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 10px;
  font-size: 20px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small .link-tree-inner.vertical .link-image {
  min-height: 56px;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.small.small-padding .link-tree-inner.vertical .link-title,
body.view_user_profile .profile-link-tree .link-content .link-tree.small.small-padding .link-tree-inner.vertical .link-icon {
  text-align: center;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium .link-tree-inner.vertical {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium .link-tree-inner.vertical .link-image {
  min-height: 100px;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium .link-tree-inner.vertical .link-title,
body.view_user_profile .profile-link-tree .link-content .link-tree.medium .link-tree-inner.vertical .link-icon {
  text-align: center;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.normal-padding .link-tree-inner.vertical .link-image {
  aspect-ratio: 1;
  width: auto;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.no-padding .link-tree-inner.vertical .link-title,
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.no-padding .link-tree-inner.vertical .link-icon {
  padding-left: 10px;
  padding-right: 10px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.no-padding .link-tree-inner.vertical .link-title:last-child,
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.no-padding .link-tree-inner.vertical .link-icon:last-child {
  padding-bottom: 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.medium.no-padding .link-tree-inner.vertical .link-image {
  border-radius: 10px 10px 0 0;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical .link-image {
  min-height: 200px;
  height: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical .link-title,
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical .link-icon {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical .link-title:last-child,
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical .link-icon:last-child {
  padding-bottom: 8px;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical.image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 100%;
  width: 100%;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical.image-bg .link-title,
body.view_user_profile .profile-link-tree .link-content .link-tree.large .link-tree-inner.vertical.image-bg .link-icon {
  color: #FFF;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post.post-card.watch-card a.video-wrapper {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.post.post-card.watch-card .video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post.post-card.watch-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.post.post-card.watch-card .play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.post.post-card.watch-card .play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.post.post-card.watch-card .watched-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.post.post-card.watch-card .watched-icon i {
  color: white;
  font-size: 12px;
}
.post.post-card.watch-card .video-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.post.post-card.watch-card .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.post.post-card.watch-card .progress-bar .progress-fill {
  height: 100%;
  background-color: #EB212E;
  width: 0%;
  transition: width 0.3s ease;
}
.post.post-card.watch-card .video-info {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.post.post-card.watch-card .video-info a {
  text-decoration: none;
}
.post.post-card.watch-card .video-info .avatar-wrap {
  flex-shrink: 0;
}
.post.post-card.watch-card .video-info .avatar-wrap .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post.post-card.watch-card .video-info .video-content {
  flex: 1;
  min-width: 0;
  padding-right: 30px;
}
.post.post-card.watch-card .video-info .video-content .video-title {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0 0 4px 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post.post-card.watch-card .video-info .video-content .name-block {
  margin-bottom: 2px;
}
.post.post-card.watch-card .video-info .video-content .name-block .name {
  font-size: 14px;
  color: gray;
  font-weight: 500;
}
.post.post-card.watch-card .video-info .video-content .views-and-date {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 1.2;
}
.post.post-card.watch-card .video-info .video-status {
  font-size: 14px;
  color: #1A1A1A;
  margin: 4px 0 0 0;
}
.post.post-card.watch-card .video-info .floating-menu-holder {
  right: 10px;
  top: 10px;
}
.post.post-card.watch-card .video-info .floating-menu-holder.post-floating-menu .toggle {
  margin: 0;
}
.post.post-card.watch-card .video-info .floating-menu-holder.post-floating-menu .toggle i {
  transform: rotate(0deg);
}


/*# sourceMappingURL=funapp-styles-5.css.map*/