header.header-smileone-v4 {
  width: 100%;
  /* background-color: var(--primary-bg-color); */
  color: var(--text-highlight-color);
  /* &.overlap-top { */
  position: fixed;
  z-index: 10;
  background-color: transparent;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  /* } */
  /* .header-smileone-v4-wrapper .header-smileone-v4-lang {
    flex: 0 0 160px;
  } */
}
header.header-smileone-v4 .header-smileone-v4-wrapper {
  min-width: 240px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (min-width: 1440px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper {
    padding: 14px 72px;
  }
}
@media screen and (min-width: 1920px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper {
    padding: 14px 132px;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper {
    padding: 14px 36px;
  }
}
@media screen and (max-width: 430px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper {
    padding: 14px 12px;
    gap: 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper {
  display: flex;
  align-items: center;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper p {
  padding-left: 32px;
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1024px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4.header-home .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper img {
    width: auto;
    height: 36px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions {
    gap: 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar {
    gap: 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] {
  /* highlighed notifications style start*/
  /* highlighed notifications style end */
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification {
  position: absolute;
  top: 54px;
  right: 0px;
  width: 356px;
  padding: 12px;
  border-radius: 12px;
  background: #19191A;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification {
    display: none;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-icon-container {
  flex: 0 0 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-icon-container .notification-icon-wrapper {
  width: 100%;
  border-radius: 12px;
  background: #2D2D2D;
  overflow: hidden;
  display: flex;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-icon-container .notification-icon-wrapper > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper h2 {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper h2 > span {
  font-family: var(--font-body);
  flex: 0 0 calc(100% - 18px);
  font-size: 18px;
  padding: 0;
  margin: 0;
  display: block;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper h2 > span {
    font-size: 16px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper p {
  font-family: var(--font-body);
  font-size: 14px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 8px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper span {
  font-size: 12px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper span.time {
  font-family: var(--font-body);
  color: #FFF;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li[data-type=notifications] .highlighted-notification .highlighted-notification-wrapper > .notification-details-wrapper span.new {
  color: var(--primary-color);
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang button {
  margin: 6px 12px 6px 0px;
  width: 24px;
  height: 24px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang button svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang button {
    margin: 4px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang .lang-select-btn-wrapper > p {
  margin: 0;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang .lang-select-btn-wrapper > p {
    display: none;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li > button {
  padding: 6px 0px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li > button {
    padding: 4px;
    height: 32px;
    width: 32px;
  }
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li > button svg {
    display: block;
    width: 24px;
    height: 24px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar #header-search-btn > svg,
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar #header-notifications-btn > svg,
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar #header-info-btn > svg {
  width: 24px;
  height: 24px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar button.lang-select-btn {
  width: 24px;
  height: 24px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar button.lang-select-btn > img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar button.lang-select-btn > img {
    display: block;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* a {
    display: inline-block;
    padding: 12px;
    color: #FFF;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    // line-height: normal;
    line-height: 16px;
    text-align: right;
  } */
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount.logged {
  min-width: 42px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount.logged {
    min-width: 30px;
  }
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button.login {
    white-space: nowrap;
    border: none;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button.login {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 430px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button.login {
    padding: 8px 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button.login a {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button.login a {
    font-size: 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button {
  position: relative;
  width: 46px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button {
    width: 36px;
    height: 36px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button img:first-of-type {
  position: absolute;
  top: -2px;
  left: 0px;
  background-color: black;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button img:first-of-type {
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button img:last-of-type {
  position: absolute;
  top: -4px;
  left: -2px;
  width: 46px;
  height: 46px;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button img:last-of-type {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button:hover img:last-of-type {
  opacity: 1;
  display: block;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount button#my-account-button.active img:last-of-type {
  opacity: 1;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu {
  z-index: 100;
  width: 327px;
  padding: 31px 21px;
  border-radius: 12px;
  background: #262628;
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
  position: absolute;
  top: 82px;
  right: 0;
  box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: 100vh;
    border-radius: 0px;
    overflow-y: auto;
    background-color: #19191a;
    padding: 12px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-drawer-head {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-drawer-head {
    position: fixed;
    top: 0px;
    left: 0;
    background: #19191a;
    z-index: 5;
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-drawer-head button {
    width: 22px;
    height: 22px;
  }
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-drawer-head button img {
    width: 22px;
    height: 22px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top {
  display: flex;
  padding: 24px 20px;
  align-items: flex-start;
  gap: 21px;
  border-radius: 12px;
  border: 1px solid #555;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top {
    margin-top: 46px;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top div:first-of-type {
  flex: 0 0 48px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 48px;
  flex: 0 0 calc(100% - 69px);
  width: calc(100% - 69px);
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top div:last-of-type p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-top div:last-of-type p:last-of-type {
  color: #C0C0C0;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 12px 24px;
  transition: all ease-in-out 0.3s;
  border-radius: 90px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a svg:last-of-type {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a {
    padding: 12px 0px;
  }
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a svg:last-of-type {
    display: block;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a svg:first-of-type {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a span {
  flex: 1 1 auto;
  display: inline-block;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li > a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li:hover a {
    background-color: #373737;
  }
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot ul > li:active a {
    background: #1D1D1D;
  }
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot li > button.logout {
  width: 100%;
  padding: 12px 24px;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot li > button.logout > a {
  color: #fff;
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions .header-smileone-v4-myaccount #header-my-account-menu .header-my-account-menu-bot li:hover button.logout a {
  border-radius: unset;
  border: none;
  background: unset;
  color: var(--primary-color);
}
header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper + .header-smileone-v4-lang button svg {
  width: 24px;
  height: 24px;
}
header.header-smileone-v4 #header-search-box {
  z-index: 100;
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  top: 70px;
  right: 0;
  background-color: #19191a;
  font-family: var(--font-body);
  min-width: 220px;
  width: 556px;
  max-height: 460px;
  overflow-y: auto;
  padding: 18px;
  background: #262628;
  box-shadow: 5px 5px 90px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  header.header-smileone-v4 #header-search-box {
    left: calc(-50% - 278px);
    right: unset;
  }
}
header.header-smileone-v4 #header-search-box::-webkit-scrollbar {
  width: 2px;
  background-color: #19191a;
}
header.header-smileone-v4 #header-search-box::-webkit-scrollbar-track {
  background-color: #19191a;
}
header.header-smileone-v4 #header-search-box::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 90px;
  border: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: 100vh;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 100;
    background-color: #19191a;
    padding: 12px;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-top {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-top {
    background-color: #19191a;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px;
    margin-bottom: unset;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-top .header-search-box-input-wrapper {
  padding: 16px 20px;
  margin-bottom: unset;
  width: 100%;
  background: unset;
}
header.header-smileone-v4 #header-search-box .header-search-box-top .header-search-box-input-wrapper input {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-top #search-box-input-clear-btn {
    display: none;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-top #close-search-box {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-top #close-search-box {
    display: block;
    flex: 0 0 22px;
  }
  header.header-smileone-v4 #header-search-box .header-search-box-top #close-search-box svg {
    height: 22px;
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot {
    margin-top: 74px;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot h2 {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search {
  margin-bottom: 32px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search h2 {
  margin-bottom: 12px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li {
  flex: 0 0 calc(50% - 18px);
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li {
    flex: 0 0 100%;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li a {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li a span:last-of-type {
  display: inline-block;
  margin-left: 4px;
  color: #ABFF96;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li a:hover {
  color: #fff;
  border: 1px solid #222;
  background-color: #373737;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-top-search li a:hover {
    background-color: #1D1D1D;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control {
    display: none;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control svg {
  margin: 4px;
  width: 20px;
  height: 20px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control svg rect {
  fill: none;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control svg.inactive path {
  stroke: #676767;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control svg.active path {
  stroke: #B8B8B8;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control button[data-type=prev] svg {
  transform: rotate(180deg);
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control button:hover svg rect {
  fill: white;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-favorites-pages-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-favorites-pages-wrapper {
    flex-direction: column;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-no-favorites {
  flex: 0 0 100%;
  border-radius: 12px;
  border: 1px solid #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-no-favorites p {
  color: #777;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  text-align: center;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-favorites-page {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 12px;
  transition: 0.5s ease-in-out all;
  /* transform: translateX(calc(-100% - 12px)); */
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-favorites-page {
    flex-direction: column;
    transform: unset !important;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card {
  flex: 0 0 calc(25% - 9px);
  min-height: 140px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #313131;
  padding: 12px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card:hover {
  background-color: #373737;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card:hover {
    background-color: #1D1D1D;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-height: 62px;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card img {
    margin-bottom: unset;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card .card-details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card .card-details {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card .card-details h3 {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card .card-details p {
  color: #ABFF96;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  max-height: 28px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card .card-details p {
    flex: 0 0 64px;
    max-height: 42px;
    -webkit-line-clamp: 3;
  }
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton {
  animation: skeleton 2s infinite ease-in-out;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton > div:first-of-type {
  width: 36px;
  height: 36px;
  background-color: #262628;
  border-radius: 100%;
  margin-bottom: 12px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton > div:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton > div:last-of-type div {
  height: 12px;
  background-color: #262628;
  width: 100%;
  border-radius: 12px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton > div:last-of-type div:last-of-type {
  height: 12px;
  background-color: #262628;
  width: 60%;
  border-radius: 12px;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton:nth-child(2) {
  animation: skeleton 2.5s infinite ease-in-out;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton:nth-child(3) {
  animation: skeleton 3s infinite ease-in-out;
}
header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-favorite-card.skeleton:last-child {
  animation: skeleton 3.5s infinite ease-in-out;
}
header.header-smileone-v4 #header-search-box .header-search-results-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box .header-search-results-box {
    margin-top: 74px;
  }
}
header.header-smileone-v4 #header-search-box .header-search-results-box p.no-results {
  margin-bottom: 32px;
  text-align: center;
  color: #8F8F8F;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header.header-smileone-v4 #header-search-box .header-search-results-box button.suggest-game {
  text-align: center;
  font-family: var(--font-body);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item:hover {
  border: 1px solid #313131;
  background: #1D1D1D;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item .search-result-item-img-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item .search-result-item-img-wrapper img {
  width: 30px;
  height: 30px;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item .search-result-item-title {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1 1 auto;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item .search-result-item-desc {
  color: #ABFF96;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item button.active svg {
  fill: #FF6868;
}
header.header-smileone-v4 #header-search-box .header-search-results-box a.search-result-item button.active svg path {
  stroke: #FF6868;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box {
  position: relative;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-search-box #header-search-suggest-box {
    margin-top: 74px;
  }
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box #submitting-suggestion {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 26, 0.8);
  align-items: center;
  justify-content: center;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box #submitting-suggestion img {
  width: 70px;
  height: 70px;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box p {
  margin-bottom: 32px;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box .smileone-input-wrapper {
  margin-bottom: 32px;
  background: unset;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box .header-search-suggest-submit-wrapper {
  width: 100%;
  text-align: center;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box .header-search-suggest-submit-wrapper #suggest-submit-btn {
  min-width: 152px;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box p.msg.success {
  color: #ABFF96;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header.header-smileone-v4 #header-search-box #header-search-suggest-box p.msg.warning {
  color: #FF9A9A;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header.header-smileone-v4 #header-notifications-box {
  z-index: 100;
  position: absolute;
  border-radius: 12px;
  /* overflow: hidden; */
  top: 70px;
  right: 0;
  background-color: #262628;
  font-family: var(--font-body);
  min-width: 220px;
  width: 380px;
  /* max-height: 633px; */
  overflow-y: auto;
  padding: 12px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-height: 769px) and (max-height: 600px) {
  header.header-smileone-v4 #header-notifications-box {
    max-height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box {
    background-color: #19191a;
    padding: 12px;
  }
}
header.header-smileone-v4 #header-notifications-box.auto-width {
  min-width: unset;
  white-space: nowrap;
  width: auto;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box.auto-width {
    min-width: 100%;
    width: 100%;
  }
}
header.header-smileone-v4 #header-notifications-box::-webkit-scrollbar {
  width: 2px;
  background-color: #262628;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box::-webkit-scrollbar {
    background-color: #19191a;
  }
}
header.header-smileone-v4 #header-notifications-box::-webkit-scrollbar-track {
  background-color: #262628;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box::-webkit-scrollbar-track {
    background-color: #19191a;
  }
}
header.header-smileone-v4 #header-notifications-box::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 90px;
  border: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: 100vh;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 100;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #19191a;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper::-webkit-scrollbar-track {
  background-color: #19191a;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 90px;
  border: none;
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper {
    overflow: auto;
    max-height: 580px;
  }
}
header.header-smileone-v4 #header-notifications-box .message-skeleton {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .message-skeleton.spacing {
    margin-top: 46px;
  }
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 12px;
  align-items: center;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div {
  animation: skeleton 2s infinite ease-in-out;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div:nth-child(2) {
  animation: skeleton 3s infinite ease-in-out;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:first-of-type {
  flex: 0 0 50px;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:first-of-type > div {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #2D2D2D;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:last-of-type {
  flex: 1 1 auto;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:last-of-type > div:first-of-type {
  width: 75%;
  background-color: #2D2D2D;
  border-radius: 20px;
  height: 12px;
  margin-bottom: 15px;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:last-of-type > div:nth-child(2) {
  width: 100%;
  background-color: #2D2D2D;
  border-radius: 20px;
  height: 10px;
  margin-bottom: 4px;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:last-of-type > div:nth-child(3) {
  width: 20%;
  background-color: #2D2D2D;
  height: 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}
header.header-smileone-v4 #header-notifications-box .message-skeleton > div > div:last-of-type > div:last-of-type {
  width: 50%;
  height: 10px;
  background-color: #2D2D2D;
  border-radius: 20px;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper .no-messages,
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper .error-msg {
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper .no-messages,
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper .error-msg {
    margin-top: 58px;
    text-align: center;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .header-notifications-drawer-head {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .header-notifications-drawer-head {
    position: fixed;
    top: 0px;
    left: 0;
    background: #19191a;
    z-index: 5;
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .header-notifications-drawer-head button {
    width: 22px;
    height: 22px;
  }
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .header-notifications-drawer-head button img {
    width: 22px;
    height: 22px;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container {
  width: 100%;
  padding: 12px;
  display: flex;
  text-decoration: none;
  color: #E9EAE7;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container {
    padding: 12px 0px;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container:first-of-type {
    margin-top: 46px;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container:last-of-type {
  margin-bottom: unset;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container:hover {
  border-radius: 12px;
  background-color: #373737;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container:hover {
    background-color: #262628;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container:hover > .notification-details-wrapper h2 > div.delete-button-wrapper {
  display: block;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-icon-container {
  flex: 0 0 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-icon-container .notification-icon-wrapper {
  width: 100%;
  border-radius: 12px;
  background: #2D2D2D;
  overflow: hidden;
  display: flex;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-icon-container .notification-icon-wrapper > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  min-height: 19px;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 > span {
  font-family: var(--font-body);
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: block;
  word-break: brea-word;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 > span {
    font-size: 16px;
    font-weight: 400;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 > div.delete-button-wrapper {
  flex: 0 0 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 > div.delete-button-wrapper {
    display: block;
  }
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper h2 > div.delete-button-wrapper img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper p {
  font-family: var(--font-body);
  font-size: 14px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 15px;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper span {
  font-size: 12px;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper span.time {
  font-family: var(--font-body);
  color: #fff;
  margin-right: 16px;
}
header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-details-wrapper span.new {
  color: var(--primary-color);
}
header.header-smileone-v4 #header-info-menu {
  z-index: 100;
  width: 308px;
  padding: 12px;
  border-radius: 12px;
  background: #262628;
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
  position: absolute;
  top: 70px;
  right: 0;
  box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: 100vh;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 100;
    padding: 12px;
    background-color: #19191a;
  }
  header.header-smileone-v4 #header-info-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #262628;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu::-webkit-scrollbar {
    background-color: #19191a;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu::-webkit-scrollbar-track {
    background-color: #262628;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu::-webkit-scrollbar-track {
    background-color: #19191a;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu::-webkit-scrollbar-thumb {
    background-color: #505050;
    border-radius: 90px;
    border: none;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #19191a;
}
header.header-smileone-v4 #header-info-menu .header-info-menu-wrapper::-webkit-scrollbar-track {
  background-color: #19191a;
}
header.header-smileone-v4 #header-info-menu .header-info-menu-wrapper::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 90px;
  border: none;
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-wrapper {
    overflow: auto;
    max-height: 580px;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-drawer-head {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-drawer-head {
    position: fixed;
    top: 0px;
    left: 0;
    background: #19191a;
    z-index: 5;
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }
  header.header-smileone-v4 #header-info-menu .header-info-menu-drawer-head button {
    width: 22px;
    height: 22px;
  }
  header.header-smileone-v4 #header-info-menu .header-info-menu-drawer-head button img {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links {
    margin-top: 46px;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul li {
    margin-bottom: 36px;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a {
  display: flex;
  align-items: center;
  padding: 12px;
  transition: all ease-in-out 0.3s;
  width: 100%;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a {
    padding: 0;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a svg {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a svg {
    display: block;
    width: 18px;
    height: 18px;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a img {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a span {
  flex: 1 1 auto;
  display: inline-block;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li:hover a {
    border-radius: 12px;
    background-color: #373737;
  }
}
@media screen and (min-width: 769px) {
  header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li:active a {
    border-radius: 12px;
    background: #1D1D1D;
  }
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links li > button.logout {
  width: 100%;
  padding: 12px 24px;
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links li > button.logout > a {
  color: #fff;
}
header.header-smileone-v4 #header-info-menu .header-info-menu-links li:hover button.logout a {
  border-radius: unset;
  border: none;
  background: unset;
  color: var(--primary-color);
}

html[lang=ar] body header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-logo-wrapper p {
  padding-left: unset;
  padding-right: 32px;
}
html[lang=ar] body header.header-smileone-v4 #header-my-account-menu {
  right: unset !important;
  left: 0;
}
html[lang=ar] body header.header-smileone-v4 #header-my-account-menu .header-my-account-menu-bot ul > li > a svg:first-of-type {
  margin-right: unset;
  margin-left: 24px;
}
html[lang=ar] body header.header-smileone-v4 #header-my-account-menu .header-my-account-menu-bot ul > li > a svg:last-of-type {
  transform: rotate(180deg);
}
html[lang=ar] body header.header-smileone-v4 #header-info-menu {
  right: unset;
  left: 0;
}
html[lang=ar] body header.header-smileone-v4 #header-info-menu .header-info-menu-links ul > li > a svg {
  transform: rotate(180deg);
}
html[lang=ar] body header.header-smileone-v4 #header-notifications-box {
  right: unset;
  left: 0;
}
html[lang=ar] body header.header-smileone-v4 #header-notifications-box .header-notifications-box-wrapper > .notification-container > .notification-icon-container {
  margin-right: unset;
  margin-left: 15px;
}
html[lang=ar] body header.header-smileone-v4 #header-search-box {
  right: unset;
  left: 0;
}
@media screen and (max-width: 1024px) {
  html[lang=ar] body header.header-smileone-v4 #header-search-box {
    right: calc(-50% - 278px);
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  html[lang=ar] body header.header-smileone-v4 #header-search-box {
    right: unset;
    left: 0;
    top: 0;
  }
}
html[lang=ar] body header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control button[data-type=prev] svg {
  transform: rotate(0deg);
}
html[lang=ar] body header.header-smileone-v4 #header-search-box .header-search-box-bot .search-box-my-favorites .search-box-my-favorites-header .pagination-control button[data-type=next] svg {
  transform: rotate(180deg);
}
html[lang=ar] body header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang button {
  margin: 6px 0px 6px 12px;
}
@media screen and (max-width: 768px) {
  html[lang=ar] body header.header-smileone-v4 .header-smileone-v4-wrapper > .header-smileone-v4-actions ul.header-smileone-v4-action-bar li .header-smileone-v4-lang button {
    margin: 4px;
  }
}

footer.footer-smileone-v4 {
  width: 100%;
  font-family: var(--font-body);
  color: var(--text-highlight-color);
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
footer.footer-smileone-v4 .footer-smileone-v4-container {
  width: 100%;
  background-color: var(--primary-bg-color);
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper {
  padding: 36px;
  min-width: 240px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper {
    padding: 36px 72px;
  }
}
@media screen and (min-width: 1920px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper {
    padding: 36px 132px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper {
    padding: 36px;
  }
}
@media screen and (max-width: 430px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper {
    padding: 36px 12px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top {
    flex-direction: column;
    gap: 54px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .footer-logo img {
  margin-bottom: 12px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .footer-logo p {
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container {
  margin: 24px 0 0 0;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul {
  list-style: none;
  display: flex;
  gap: 12px;
  /* li {
    margin-left: 12px;
    &:first-of-type {
      margin-left: unset;
    }
  } */
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul {
    flex-wrap: wrap;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul li a {
  display: block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: relative;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul li a img:first-of-type {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul li a:hover img:first-of-type {
  opacity: 0;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul li a img:last-of-type {
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-media-container ul li a:hover img:last-of-type {
  opacity: 1;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us {
  margin-top: 32px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us ul > li {
  margin-bottom: 8px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us ul > li:last-of-type {
  margin-bottom: 0px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us p {
  margin-bottom: 8px;
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us .social-contact-us-link-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us .social-contact-us-link-wrapper a, footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us .social-contact-us-link-wrapper span {
  color: #BCBCBC;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: initial;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-l .social-contact-us .social-contact-us-link-wrapper img {
  height: 16px;
  width: 16px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r {
  flex: 1 1 auto;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r .footer-smileone-v4-payments-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r .footer-smileone-v4-payments-container {
    display: grid;
    align-items: unset;
    justify-content: unset;
    gap: unset;
    flex-wrap: unset;
    grid-template-columns: repeat(auto-fill, 150px);
    grid-gap: 24px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r .footer-smileone-v4-payments-container .footer-smileone-v4-payment {
  max-width: 150px;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r .footer-smileone-v4-payments-container .footer-smileone-v4-payment span {
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer.footer-smileone-v4 .footer-smileone-v4-wrapper .footer-smileone-v4-top > div.footer-smileone-v4-r .footer-smileone-v4-payments-container .footer-smileone-v4-payment ul.footer-smileone-v4-payment-grid {
  /*
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 28px);
  grid-gap: 6px; */
  list-style: none;
  max-width: 150px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  /* li {
    border-radius: 6px;
    overflow: hidden;
  } */
}
footer.footer-smileone-v4 .footer-smileone-v4-divider {
  margin: 0;
  margin-top: 42px;
  margin-bottom: 38px;
  height: 2px;
  border-width: 0;
  color: #636363;
  background-color: #636363;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-divider {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper {
    flex-direction: column;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper span {
  display: block;
  height: 18px;
  border-right: 1px solid #fff;
  margin: 0px 12px;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper span {
    display: none;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links {
  display: flex;
  font-size: 12px;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links {
    flex-direction: column;
    width: 100%;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul {
  flex: 1 1 auto;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 2px;
  list-style: disc;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li:first-child {
  list-style-type: none;
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li {
  margin-left: 16px;
  margin-right: -16px;
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li:first-of-type {
  margin-left: 0px;
  margin-right: -16px;
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li > a {
  font-family: var(--font-body);
  color: var(--text-highlight-color);
  font-size: 12px;
  text-decoration: none;
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li > a:hover {
  color: var(--primary-color);
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-company-info {
  font-size: 12px;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 45px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-company-info {
    color: #B1B1B1;
    margin-top: 36px;
  }
}
footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-copyright {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4 .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-copyright {
    width: 100%;
    margin-bottom: 12px;
  }
}
footer.footer-smileone-v4.simple {
  color: var(--text-color);
  font-family: var(--font-body);
}
footer.footer-smileone-v4.simple .footer-smileone-v4-wrapper {
  padding: 36px;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4.simple .footer-smileone-v4-wrapper {
    padding: 12px;
    padding-bottom: 36px;
  }
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper {
  flex-direction: column;
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-copyright {
  font-size: 10px;
  margin-bottom: 12px;
  text-align: center;
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links {
  margin-bottom: 12px;
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links ul {
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links ul {
    margin-bottom: unset;
  }
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li > a {
  color: var(--text-color);
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-links > ul > li > a:hover {
  color: var(--primary-color);
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-recaptcha {
  font-size: 10px;
  text-align: center;
  color: var(--text-color);
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-recaptcha a {
  color: var(--text-color);
  text-decoration: none;
}
footer.footer-smileone-v4.simple .footer-smileone-v4-bottom .footer-smileone-v4-bottom-wrapper .footer-smileone-v4-bottom-recaptcha a:hover {
  color: var(--primary-color);
}

.lang-select-menu-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lang-select-menu-container .lang-select-btn-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang-select-menu-container .lang-select-btn-wrapper button.lang-select-btn {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
}
.lang-select-menu-container .lang-select-btn-wrapper button.lang-select-btn + p {
  font-family: var(--font-body);
  margin-left: 8px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 18px;
}
.lang-select-menu-container .lang-select-menu {
  z-index: 100;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100vw;
  padding: 0px 36px;
}
@media screen and (min-width: 1440px) {
  .lang-select-menu-container .lang-select-menu {
    padding: 0px 72px;
  }
}
@media screen and (min-width: 1920px) {
  .lang-select-menu-container .lang-select-menu {
    padding: 0px 132px;
  }
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu {
    padding: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  background-color: #262628;
  font-family: var(--font-body);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper {
    max-width: unset;
    height: 100%;
    border-radius: 0px;
    background-color: #19191a;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header {
  display: none;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header {
    background-color: #19191a;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px;
    margin-bottom: unset;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header .country-picker-input-wrapper {
  padding: 16px 20px;
  margin-bottom: unset;
  width: 100%;
  background: unset;
  gap: 10px;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header .country-picker-input-wrapper input {
  font-size: 14px;
  margin: 0px;
  flex: 1;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header #close-country-picker {
  display: none;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header #close-country-picker {
    display: block;
    flex: 0 0 22px;
  }
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-picker-header #close-country-picker svg {
    height: 22px;
    width: 22px;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container {
    padding: 12px;
    padding-top: 86px;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper {
  display: flex;
  max-height: 450px;
  overflow: auto;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #19191a;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper::-webkit-scrollbar {
    /* hide scroll bar */
    display: none;
    width: 0px;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper::-webkit-scrollbar-track {
  background-color: #19191a;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 90px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper {
    flex-wrap: wrap;
    row-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container .country-list-columns-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
    max-height: calc(100vh - 144px);
    gap: 32px;
    width: 100%;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  flex: 1;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:first-of-type {
  padding-left: 0px;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:last-of-type {
  padding-right: 0px;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
    padding: 0 40px;
    flex: 0 0 50%;
  }
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(odd) {
    padding-left: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(even) {
    padding-right: 0px;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
    padding: 0;
    border-right: none !important;
    flex: 0 0 auto;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column[data-area=oceania] {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column[data-area=oceania] {
    display: block;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column[data-area=central-asia] p[data-area=oceania], .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column[data-area=central-asia] ul[data-area=oceania] {
  display: none !important;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column p[data-area] {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 32px;
  margin-bottom: 24px;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column p[data-area]:first-of-type {
  margin-top: 0px;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul {
  display: flex;
  gap: 14px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  flex-direction: column;
}
@media screen and (min-width: 430px) and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li {
  justify-content: flex-start;
  flex: 0 0 100%;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 430px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li {
    flex: 0 0 100%;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li:hover a span {
  color: #ABFF96;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li a span {
  display: inline-block;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease-in-out;
  flex: 1 1 auto;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column ul li a span:first-of-type {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 1px solid #FFF; */
  flex: 0 0 24px;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) {
  flex: 2;
}
@media screen and (max-width: 1024px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) {
    flex: 0 0 auto;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) ul {
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 18px;
  flex-direction: row;
  flex-wrap: wrap;
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) ul li {
  flex: 0 0 calc(50% - 12px);
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) ul li {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) ul li {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 430px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-of-type(3) ul li {
    flex: 0 0 100%;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-lists-main-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-lists-main-title {
    text-align: left;
  }
}
.lang-select-menu-container .lang-select-menu .country-picker-wrapper .country-list-columns-container > .country-lists-main-title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.lang-select-menu-container .lang-select-menu #country-list-no-results {
  display: none;
  color: #8F8F8F;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 14px;
}
.lang-select-menu-container.lang-select-footer {
  width: 160px;
  flex: 0 0 160px;
}
@media screen and (max-width: 768px) {
  .lang-select-menu-container.lang-select-footer {
    width: 100%;
    flex: 1;
    justify-content: flex-start;
  }
}
.lang-select-menu-container.lang-select-footer .lang-select-menu {
  right: unset;
  left: 0;
  top: unset;
  bottom: 32px;
  display: flex;
  flex-direction: column;
}
.lang-select-menu-container.lang-select-footer .lang-select-menu > .lang-select-menu-search {
  order: 2;
}
.lang-select-menu-container.lang-select-footer .lang-select-menu > .ul {
  order: 1;
}
.lang-select-menu-container.lang-select-footer .lang-select-btn-wrapper button.lang-select-btn {
  width: 24px;
  height: 24px;
}
.lang-select-menu-container.lang-select-footer .lang-select-btn-wrapper button.lang-select-btn img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.lang-select-menu-container.lang-select-footer .lang-select-btn-wrapper button.lang-select-btn + p {
  font-size: 12px;
}

html[lang=ar] body .lang-select-menu-container .lang-select-btn-wrapper button.lang-select-btn + p {
  margin-left: unset;
  margin-right: 8px;
}
html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
  border-right: unset !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:first-of-type {
  border-right: unset;
  padding-left: 24px !important;
  padding-right: 0px;
}
html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:last-of-type {
  border-right: unset;
  border-left: none;
  padding-left: 0px;
  padding-right: 24px !important;
}
@media screen and (max-width: 1024px) {
  html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(odd) {
    padding-left: 24px;
    padding-right: 0px;
    border-right: unset !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(odd) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(even) {
    border-right: unset !important;
    border-left: none !important;
    padding-left: 0px;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column:nth-child(even) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  html[lang=ar] body .lang-select-menu-container .country-list-columns-container > .country-list-columns-wrapper > .country-list-column {
    border-right: unset !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 768px) {
  html[lang=ar] body .footer-smileone-v4 .lang-select-menu-container.lang-select-footer .lang-select-menu {
    right: 0;
    left: unset;
  }
}

/* Side menu style start */
.smileone-side-menu {
  position: fixed;
  height: calc(100vh - 100px);
  bottom: 100px;
  right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 1440px) {
  .smileone-side-menu {
    right: 72px;
  }
}
@media screen and (min-width: 1920px) {
  .smileone-side-menu {
    right: calc((100vw - 1920px) / 2 + 132px);
  }
}
@media screen and (max-width: 768px) {
  .smileone-side-menu {
    right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .smileone-side-menu {
    bottom: 128px;
    align-items: end;
  }
}
.smileone-side-menu > div {
  display: flex;
  margin-bottom: 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
  position: relative;
}
.smileone-side-menu > div:last-of-type {
  margin-bottom: 0px;
}
.smileone-side-menu > div > svg {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.smileone-side-menu > div > svg rect {
  transition: 0.3s ease-in-out all;
}
.smileone-side-menu > div > span {
  display: none;
  padding: 10px 18px;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.smileone-side-menu > div:hover > span {
  display: inline-block;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.smileone-side-menu #smileone-v4-sharepanel {
  display: none;
  gap: 12px;
  animation: show 0.3s ease-in-out;
}
.smileone-side-menu #smileone-v4-sharepanel li {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
}
.smileone-side-menu #smileone-v4-sharepanel li img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.smileone-side-menu #smileone-v4-sharepanel li img.copied {
  display: none;
  z-index: 2;
}
.smileone-side-menu #smileone-v4-sharepanel li img:first-of-type {
  z-index: 1;
}
.smileone-side-menu #smileone-v4-sharepanel li img:last-of-type {
  z-index: 0;
  opacity: 0.5;
}
.smileone-side-menu #smileone-v4-sharepanel li:hover img:first-of-type {
  opacity: 0;
}
.smileone-side-menu #smileone-v4-sharepanel li:hover img:last-of-type {
  opacity: 1;
}
.smileone-side-menu #smileone-v4-sharepanel li[data-type=copy] span {
  display: none;
}
.smileone-side-menu #smileone-v4-sharepanel li[data-type=copy][data-copied=true] {
  position: relative;
}
.smileone-side-menu #smileone-v4-sharepanel li[data-type=copy][data-copied=true] span {
  width: 96px;
  top: -50px;
  left: calc(50% - 48px);
  text-align: center;
  position: absolute;
  display: inline-block;
  height: 38px;
  padding: 10px 18px;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: var(--text-highlight-color);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.smileone-side-menu #smileone-v4-sharepanel li[data-type=copy][data-copied=true] img.copied {
  display: inline-block;
}
.smileone-side-menu #side-support-btn {
  display: none;
}
.smileone-side-menu #side-support-btn:hover svg rect {
  fill: #72FF4F;
}
.smileone-side-menu #side-share-btn {
  display: none;
}
.smileone-side-menu #side-share-btn:hover svg rect {
  fill: #FF962A;
}
.smileone-side-menu #side-share-btn[data-active=true] #smileone-v4-sharepanel {
  display: flex;
}
.smileone-side-menu #side-share-btn[data-active=true] span {
  display: none;
}
.smileone-side-menu #side-download-btn {
  display: none;
}
.smileone-side-menu #side-download-btn:hover svg rect {
  fill: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .smileone-side-menu #side-activity-button {
    display: none !important;
  }
}
.smileone-side-menu #side-activity-button a.image-wrapper {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.smileone-side-menu #side-activity-button a.image-wrapper img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.smileone-side-menu #side-activity-button a.image-wrapper.special-icon {
  width: 200px;
  height: 64px;
  border-radius: unset;
  overflow: auto;
  transition: filter 0.3s ease-in-out;
}
.smileone-side-menu #side-activity-button a.image-wrapper.special-icon:hover {
  filter: brightness(1.05);
}
.smileone-side-menu #side-activity-button a.image-wrapper.special-icon img {
  width: 200px;
  height: 64px;
}

html[lang=ar] .smileone-side-menu {
  right: unset;
  left: 36px;
}
@media screen and (min-width: 1440px) {
  html[lang=ar] .smileone-side-menu {
    left: 72px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=ar] .smileone-side-menu {
    left: calc((100vw - 1920px) / 2 + 132px);
  }
}
@media screen and (max-width: 768px) {
  html[lang=ar] .smileone-side-menu {
    left: 12px;
  }
}

/* Side menu style end */
@keyframes skeleton {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0.75;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/* Activity Pop-up Style start*/
.activity-popup-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 200;
  pointer-events: none;
}
.activity-popup-backdrop .activity-popup-container {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 452px;
  min-height: 222px;
  padding: 36px;
  background-color: #000;
  border-radius: 12px;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container {
    padding: 24px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper {
    gap: 24px;
    flex-direction: column;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-image-wrapper {
    order: 2;
    height: auto;
    width: 100%;
    flex: unset;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-image-wrapper img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-image-wrapper img {
    width: 100%;
    height: auto;
    height: 152px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper {
    order: 1;
    height: auto;
    width: 100%;
    min-height: unset;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper {
    margin-bottom: unset;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper .details-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  width: 100%;
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper .details-header h1 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1 1 calc(100% - 30px);
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper .details-header h1 {
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    height: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    max-height: unset;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper .details-header button {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper .details-header button img {
  width: 22px;
  height: 22px;
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper p {
  font-family: var(--font-body);
  color: #AFAFAF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .details-wrapper p {
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    height: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper a {
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-details-wrapper .popup-pc-action-bar {
    display: none;
  }
}
.activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-mobile-action-bar {
  display: none;
  order: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .activity-popup-backdrop .activity-popup-container .activity-popup-wrapper .popup-mobile-action-bar {
    display: block;
  }
}

html[lang=ar] .activity-popup-backdrop .activity-popup-container {
  bottom: 12px;
  right: unset;
  left: 36px;
}
@media screen and (min-width: 1440px) {
  html[lang=ar] .activity-popup-backdrop .activity-popup-container {
    left: 72px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=ar] .activity-popup-backdrop .activity-popup-container {
    left: calc((100vw - 1920px) / 2 + 132px);
  }
}
@media screen and (max-width: 768px) {
  html[lang=ar] .activity-popup-backdrop .activity-popup-container {
    bottom: 0;
    left: 0;
  }
}

/* Activity Pop-up Style end */
/* 404 and Error page style start */
.content-error,
.content-404 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 357px;
}
@media screen and (max-width: 767px) {
  .content-error,
  .content-404 {
    max-height: calc(100vh - 112px);
    height: 100vh;
    position: relative;
  }
}
@media screen and (max-width: 430px) {
  .content-error,
  .content-404 {
    max-height: calc(100vh - 88px);
  }
}
.content-error h1,
.content-404 h1 {
  color: #ECECEC;
  font-family: var(--font-body);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0px;
}
@media screen and (max-width: 1280px) {
  .content-error h1,
  .content-404 h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content-error h1,
  .content-404 h1 {
    font-size: 16px;
  }
}
.content-error a.smileone-button,
.content-404 a.smileone-button {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .content-error a.smileone-button,
  .content-404 a.smileone-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content-error a.smileone-button,
  .content-404 a.smileone-button {
    position: absolute;
    bottom: 0px;
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .content-error img {
    width: 185px;
    height: 95px;
  }
}

/* 404 and Error page style end*/