/* // Base Style */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
   html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  a:active,
  a:hover {
    outline-width: 0;
    text-decoration: none;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  details,
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  
  /**
   * List styles
   */
  ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  @font-face {
    font-family: "Dubai";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Dubai W23 Bold Regular"), url("../fonts/DubaiW23-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "Dubai";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Dubai W23 Regular Regular"), url("../fonts/DubaiW23-Regular.woff") format("woff");
  }
  @-webkit-keyframes shadow-pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
  }
  @keyframes shadow-pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
  }
  @-webkit-keyframes grow {
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes grow {
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /* px to rem */
  /*
  // Layout Styles */
  .header {
    background: #575757;
    position: relative;
    z-index: 999;
    border-bottom: 4px solid #00cf8c;
  }
  .header .navbar {
    padding: 0;
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    height: 76px;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .header .navbar {
      height: 100%;
    }
  }
  @media (max-width: 767px) {
    .header .navbar {
      padding: 0 0 15px 0;
    }
  }
  .header .navbar .navbar-collapse {
    flex-grow: 0;
    flex-basis: 33.3333%;
  }
  @media (max-width: 991px) {
    .header .navbar .navbar-collapse {
      flex-basis: 100%;
      order: 1;
    }
  }
  .header .i {
    max-height: 20px;
    max-width: 20px;
  }
  .header .logo {
    flex-basis: 33.3333%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header .logo .background {
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    position: relative;
    align-items: center;
    transform: translateY(4px);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-top: -4px;
    border-bottom: 3px solid #F0F2F2;
  }
  .header .logo .background.square {
    height: 115px;
  }
  .header .logo .background.square img {
    max-height: 115px;
  }
  @media (max-width: 767px) {
    .header .logo {
      flex-basis: 100%;
      margin-bottom: 15px;
    }
  }
  .header .logo img {
    vertical-align: middle;
    max-height: 45px;
  }
  .header .language-wrapper {
    display: flex;
    align-items: center;
    flex-basis: 33.3333%;
    justify-content: flex-end;
  }
  @media (max-width: 991px) {
    .header .language-wrapper {
      justify-content: space-between;
    }
  }
  @media (max-width: 767px) {
    .header .language-wrapper {
      flex-basis: 80%;
      justify-content: flex-end;
    }
  }
  .header .language-wrapper .language {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
  }
  .header .language-wrapper .language:hover {
    color: #fff;
  }
  .header .language-wrapper .menu ul li {
    padding: 0 3px;
  }
  @media (min-width: 992px) {
    .header .language-wrapper .menu ul li > a {
      padding: 0 !important;
    }
  }
  .header .language-wrapper .menu ul li span {
    margin: 0;
    font-size: 0.6875rem;
  }
  @media (min-width: 1200px) {
    .header .language-wrapper .menu ul li span {
      font-size: 0.875rem;
    }
  }
  .header .navbar-nav .nav-link {
    padding: 0 8px;
  }
  .header .navbar-nav .dropdown-menu {
    box-shadow: 0 5px 15px 0 rgba(217, 217, 217, 0.05), 0 15px 35px 0 rgba(217, 217, 217, 0.35);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
    background: #fff;
    margin-top: 0px;
    border: 0;
    position: absolute;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 100;
    font-size: 16px;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    top: 85px;
    display: block;
  }
  @media (max-width: 991px) {
    .header .navbar-nav .dropdown-menu {
      display: none;
    }
  }
  .header .navbar-nav .dropdown-menu.show {
    opacity: 1;
    z-index: 1;
    top: 100%;
    right: 0;
    visibility: visible;
    padding: 0;
  }
  @media (max-width: 991px) {
    .header .navbar-nav .dropdown-menu.show {
      display: block;
      right: auto;
    }
  }
  .header .navbar-nav .dropdown-menu a {
    border-radius: 0;
    padding: 0.35rem 1.25rem;
  }
  @media (max-width: 991px) {
    .header .navbar-nav .dropdown-menu {
      left: 0;
    }
  }
  .header .navbar-nav .dropdown-menu .dropdown-item:hover {
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
    background-color: #575757;
    color: #fff;
  }
  .header .menu {
    height: 100%;
  }
  @media (min-width: 992px) {
    .header .menu {
      flex: 1;
    }
  }
  .header .menu ul {
    height: 100%;
  }
  @media (max-width: 991px) {
    .header .menu .navbar-nav {
      flex-direction: row;
    }
  }
  @media (max-width: 991px) {
    .header .menu .navbar-nav {
      justify-content: space-between;
    }
  }
  .header .menu .navbar-nav li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    transition: all 0.2s ease-in;
    margin-left: 10px;
    text-align: center;
  }
  @media (min-width: 992px) {
    .header .menu .navbar-nav li {
      min-width: 63px;
    }
  }
  @media (max-width: 991px) {
    .header .menu .navbar-nav li {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 10px 0;
    }
  }
  .header .menu .navbar-nav li:nth-child(2) .dropdown-menu {
    right: 0;
  }
  .header .menu .navbar-nav li > a {
    padding: 0 5px;
  }
  .header .menu .navbar-nav li > a::before {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 5px;
  }
  .header .menu .navbar-nav li .svg-color {
    fill: #fff;
  }
  .header .menu .navbar-nav li.show {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 15px 35px 0 rgba(240, 242, 242, 0.15), 0 5px 15px 0 rgba(231, 231, 231, 0.35);
  }
  .header .menu .navbar-nav li.show .svg-stroke {
    stroke: #00cf8c;
  }
  .header .menu .navbar-nav li.show .svg-color {
    fill: #00cf8c;
  }
  .header .menu .navbar-nav li.show a::before {
    border-color: #00cf8c;
  }
  .header .menu .navbar-nav li.show span {
    color: #00cf8c;
  }
  .header .menu .navbar-nav li span {
    color: #fff;
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .header .menu .navbar-nav li span {
      display: none;
    }
  }
  
  .site-footer {
    background-color: #3e3d3f;
    padding: 26px 0 32px 0;
  }
  .site-footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .site-footer .footer-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .site-footer .footer-wrapper .rounded-button {
    border-radius: 25px;
    padding: 8px 16px;
    float: right;
    color: #fff;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 12px;
  }
  @media (max-width: 991px) {
    .site-footer .footer-wrapper .rounded-button {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .site-footer .footer-wrapper .rounded-button {
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 20px 0 0 0;
    }
  }
  .site-footer .footer-wrapper .rounded-button p {
    font-size: 1rem;
    margin: 0;
    padding: 4px 0;
  }
  @media (max-width: 991px) {
    .site-footer .footer-wrapper .list:first-of-type {
      display: none;
    }
  }
  .site-footer .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-footer .badges img:first-of-type {
    margin-bottom: 10px;
  }
  .site-footer .list li {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    margin: 8px 12px;
  }
  .site-footer .logo img {
    width: 137px;
  }
  
  .copyright-footer {
    background-color: #3e3d3f;
    height: 34px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.13;
    text-align: center;
    color: #ffffff;
  }
  
  /* // Component Styles */
  .product-switch {
    background-color: #f0f2f2;
  }
  .product-switch ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    justify-content: flex-start;
  }
  .product-switch ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 5px;
  }
  @media (min-width: 576px) and (max-width: 991px) {
    .product-switch ul li {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
    }
  }
  @media (min-width: 992px) {
    .product-switch ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
      flex: 1 0 10%;
      max-width: 114px;
    }
  }
  .product-switch ul li:hover {
    background-color: #00cf8c;
  }
  .product-switch ul li:hover svg g {
    stroke: #fff;
  }
  .product-switch ul li:hover p {
    color: #fff;
  }
  .product-switch ul li img {
    margin-bottom: 7px;
  }
  .product-switch ul li a {
    text-decoration: none;
    text-align: center;
  }
  .product-switch ul li svg {
    width: 60px;
    height: 60px;
    margin: 0 0 7px 0;
  }
  .product-switch ul li svg g {
    stroke: #00cf8c;
  }
  .product-switch ul li p {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    color: #3e3d3f;
  }
  
  .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  @media (min-width: 1200px) {
    .breadcrumb {
      margin-right: -40px;
    }
  }
  .breadcrumb ul {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .breadcrumb li:not(:last-of-type) {
    margin-left: 22px;
  }
  .breadcrumb a {
    padding: 0.5rem 0;
    display: inline-block;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.29;
    color: #575757;
  }
  .breadcrumb a.active {
    color: #00cf8c;
  }
  .breadcrumb a.active::after {
    border-color: inherit;
  }
  .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a.active {
    text-decoration: none;
    color: #00cf8c;
  }
  
  .btn:focus, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .btn.default {
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    background-image: -o-linear-gradient(21deg, #50ffc6, #00cf8c);
    background-image: linear-gradient(69deg, #50ffc6, #00cf8c);
    padding: 10px 15px;
    font-size: 1.25rem;
    color: #ffffff;
    transition: all 0.2s;
    line-height: 30px;
    margin-left: 10px;
  }
  .btn.default:not(:disabled):focus, .btn.default:not(:disabled):hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(1px, 2px);
    -ms-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
  }
  .btn img {
    width: 30px;
    height: 30px;
  }
  .btn.btn-info {
    background-color: #00bfa5;
    border: 0;
  }
  .btn.btn-white {
    background-color: #fff;
  }
  .btn.btn-warning {
    background-color: #efa517;
    border: 0;
    color: #fff;
  }
  .btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:active:focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
  }
  .btn.btn-rounded {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
  }
  .btn.btn-info-gradient {
    background: -o-linear-gradient(214deg, #50ffc6, #00cf8c);
    background: -o-linear-gradient(146deg, #50ffc6, #00cf8c);
    background: linear-gradient(304deg, #50ffc6, #00cf8c);
    color: #fff;
  }
  .btn.btn-info-gradient:hover, .btn.btn-info-gradient:active {
    color: #fff;
  }
  .btn.hero-button {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 12px 75px;
    color: #3e3d3f;
    font-weight: bold;
    border: 0;
  }
  @media (max-width: 991px) {
    .btn.hero-button {
      padding: 5px 35px;
    }
  }
  .btn.btn-favorites {
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    border: solid 0.5px #f0f2f2;
    background-color: #ffffff;
    font-size: 1.25rem;
    padding: 9px 20px;
    margin: 15px 0 32px;
    color: #3e3d3f;
    font-weight: bold;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn.btn-favorites:hover {
    -webkit-box-shadow: 0 25px 45px 0 rgba(217, 217, 217, 0.15), 0 25px 35px 0 rgba(217, 217, 217, 0.45);
    box-shadow: 0 25px 45px 0 rgba(217, 217, 217, 0.15), 0 25px 35px 0 rgba(217, 217, 217, 0.45);
    position: relative;
    top: -2px;
  }
  .btn.outline-default {
    background: #fff;
    margin-bottom: 10px !important;
    padding: 16px;
    line-height: 1em;
    border-radius: 28px;
    -webkit-box-shadow: 0 15px 35px 0 rgba(240, 242, 242, 0.05);
    box-shadow: 0 15px 35px 0 rgba(240, 242, 242, 0.05);
    font-weight: bold;
    font-size: 20px;
    background-color: #ffffff;
    color: #00cf8c;
  }
  .btn.outline-default.white {
    border: solid 1px #f0f2f2;
    background-color: #ffffff;
  }
  .btn.outline-default.outline-custom {
    border: solid 2px #00cf8c;
  }
  .btn.text-button {
    background: none;
    color: #00cf8c;
    font-size: 16px;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  .btn.copy-button:active, .btn.copy-button:focus, .btn.copy-button:target {
    position: relative;
    top: 2px;
    -webkit-animation: shadow-pulse 1s;
    animation: shadow-pulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }
  
  .select-btn {
    background-color: #3e3d3f;
    color: #fff;
    padding: 4px 40px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
  }
  .select-btn:hover {
    background-color: transparent;
    border-color: #575757;
    border-radius: 5px;
    color: #3e3d3f;
  }
  
  .rounded-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .rounded-button:last-of-type {
    margin-right: 15px;
  }
  @media (min-width: 992px) {
    .rounded-button:last-of-type {
      margin-right: 45px;
    }
  }
  .rounded-button.big {
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(177, 179, 178, 0.35);
    box-shadow: 0 5px 15px 0 rgba(177, 179, 178, 0.35);
    padding: 9px 12px;
    border: 1px solid #fff;
    float: right;
  }
  @media (min-width: 992px) {
    .rounded-button.big {
      padding: 19px 30px;
    }
  }
  .rounded-button.big h5 {
    font-size: 1.25rem;
    letter-spacing: 0.7px;
    text-align: center;
    color: #333333;
    margin: 0;
  }
  .rounded-button.big:hover {
    position: relative;
    top: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #000;
  }
  .rounded-button.white {
    background-color: #ffffff;
  }
  .rounded-button.grey {
    background-color: #575757;
  }
  .rounded-button.grey .svg-arrow {
    margin-right: 14px;
    fill: #fff;
  }
  .rounded-button img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-toggler {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
  }
  @media (min-width: 768px) {
    .navbar-light .navbar-toggler {
      width: 33.3%;
      border: none;
      outline: 0;
      text-align: right;
    }
  }
  
  .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
  }
  .arrow.down {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow.left {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .breadcrumb li:not(:last-child) a::after {
    content: "";
    border: solid #fff;
    display: inline-block;
    padding: 3px;
    border-color: inherit;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 1px 0 0px 1px;
  }
  
  .custom-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  body {
    font-family: "Dubai", sans-serif;
  }
  
  html,
  body,
  main {
    min-height: calc(100vh - 280px);
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Dubai";
  }
  button:focus, button:active,
  input:focus,
  input:active,
  optgroup:focus,
  optgroup:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    outline: none;
  }
  
  .home .banner {
    background: url(../images/banner_tickets-2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home .banner .title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    margin: 59px 0 42px;
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .home .banner .title {
      font-size: 2rem;
    }
  }
  .home .banner .search-wrapper {
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 15px 35px 0 rgba(0, 23, 22, 0.7);
    background-color: #ffffff;
    padding: 10px;
    justify-content: space-between;
    max-width: 630px;
    margin-bottom: 63px;
  }
  .home .banner .search-wrapper input {
    opacity: 0.8;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: right;
    color: #575757;
    margin: 0;
    border: none;
    flex-basis: 70%;
    padding: 7px 10px;
    width: 100%;
  }
  .home .banner .search-wrapper input:focus {
    outline: none;
  }
  @media (max-width: 575px) {
    .home .banner .search-wrapper input {
      text-align: right;
      margin: 15px 0;
    }
  }
  @media (max-width: 767px) {
    .home .banner .search-wrapper span {
      display: none;
    }
  }
  
  .shop .banner .container {
    min-height: 480px;
  }
  .shop .shop-banner-info {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 0;
    color: #fff;
  }
  @media (max-width: 575px) {
    .shop .shop-banner-info {
      overflow: hidden;
    }
  }
  .shop .shop-banner-info p {
    margin-bottom: 0;
  }
  .shop .retailer-logo img {
    background: rgba(255, 255, 255, 0.81);
    max-width: 100px;
    padding: 5px;
    margin-left: 20px;
  }
  @media (min-width: 1200px) {
    .shop .shop-info {
      align-self: flex-end;
      position: absolute;
      left: 0;
      top: 155px;
    }
    .shop .shop-info.fixed {
      position: fixed;
      top: 280px;
      width: 290px;
      right: 75vw;
    }
  }
  @media (max-width: 1199px) {
    .shop .shop-info {
      width: 100%;
    }
  }
  @media (max-width: 1199px) {
    .shop .shop-info {
      order: 2;
    }
  }
  
  .banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 15px 0 rgba(217, 217, 217, 0.05), 0 15px 35px 0 rgba(217, 217, 217, 0.35);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #000000);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #000000);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  }
  
  .in-banner-nav {
    padding-top: 13px;
  }
  .in-banner-nav a {
    color: #fff;
  }
  
  .in-banner-dropdown {
    text-align: left;
    margin-top: 10px;
  }
  @media (max-width: 991px) {
    .in-banner-dropdown {
      flex-basis: unset;
    }
  }
  @media (max-width: 575px) {
    .in-banner-dropdown {
      text-align: right;
    }
  }
  .in-banner-dropdown .dropdown {
    width: 280px;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
  }
  .in-banner-dropdown .dropdown .btn, .in-banner-dropdown .dropdown .dropdown-menu {
    width: 100%;
    text-align: right;
  }
  .in-banner-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0, 20px, 0px);
    width: 280px;
    border-radius: 12px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
  }
  .in-banner-dropdown .dropdown .dropdown-menu.fixed {
    position: fixed;
    top: 30px;
    z-index: 1;
    right: 75vw;
  }
  @media (max-width: 991px) {
    .in-banner-dropdown .dropdown .dropdown-menu {
      display: none;
    }
  }
  .in-banner-dropdown .dropdown .dropdown-toggle:after {
    display: none;
  }
  .in-banner-dropdown .dropdown .dropdown-toggle .ion-icon {
    fill: #00cf8c;
    float: left;
  }
  .in-banner-dropdown .dropdown .dropdown-toggle .ion-icon svg {
    float: left;
  }
  .in-banner-dropdown .dropdown .dropdown-item {
    color: #575757;
    margin-right: 20px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .in-banner-dropdown .dropdown .dropdown-item:not(.title-item) {
    color: #575757;
  }
  .in-banner-dropdown .dropdown .dropdown-item:not(.title-item)::before {
    content: "";
    transition: all 0.2s ease-in;
    margin-left: 10px;
    border: solid #D9D9D9;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .in-banner-dropdown .dropdown .dropdown-item:not(.title-item):hover:before {
    border-color: #00cf8c;
  }
  .in-banner-dropdown .dropdown .dropdown-item:focus {
    background: none;
    outline: 0;
    box-shadow: 0;
  }
  
  .dropdown-item {
    transition: color 0.2s ease-in;
  }
  .dropdown-item.title-item {
    font-weight: bold;
    color: #3e3d3f;
  }
  .dropdown-item.title-item .title-item-span {
    border-bottom: 1px solid rgba(0, 207, 140, 0.2);
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 1.5rem;
  }
  .dropdown-item:hover {
    color: #00cf8c;
    background-color: transparent;
  }
  .dropdown-item.active, .dropdown-item .dropdown-item:active {
    background-color: transparent;
    color: #00cf8c;
  }
  
  .shop-wrapper {
    padding: 35px 0;
  }
  
  .shop-content {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .shop-content {
      width: 73%;
    }
  }
  @media (max-width: 991px) {
    .shop-content {
      margin: 0 auto;
    }
  }
  .shop-content h1 {
    font-weight: bold;
    color: #3e3d3f;
  }
  @media (max-width: 1199px) {
    .shop-content .offers {
      order: 1;
    }
  }
  @media (max-width: 1199px) {
    .shop-content .general-details {
      order: 3;
      margin-top: 20px;
    }
  }
  @media (max-width: 1199px) {
    .shop-content .shop-products-list {
      order: 4;
    }
  }
  .shop-content .shop-contact, .shop-content .offer-details {
    border-right: 16px solid #023f3c;
    padding-right: 15px;
  }
  .shop-content .shop-contact h6, .shop-content .offer-details h6 {
    color: #4d4d4d;
  }
  .shop-content .offer-details {
    word-break: break-word;
  }
  .shop-content .offer-details p {
    color: #4d4d4d;
    margin-bottom: 10px;
  }
  .shop-content .offer-details p::before {
    content: "-";
    font-weight: bold;
    color: #fedf02;
    margin-left: 5px;
  }
  .shop-content .offer-details table {
    margin-bottom: 30px;
  }
  .shop-content .offer-details table td {
    padding: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .shop-content .title {
    margin: 32px 0 18px 0;
    font-weight: bold;
    color: #023f3c;
    font-size: 1.625rem;
  }
  
  .shop-info .shop-contact h6 {
    color: #4d4d4d;
  }
  .shop-info .shop-contact h6 a {
    color: #4d4d4d;
  }
  .shop-info .shop-contact h6 .custom-icon {
    margin-left: 16px;
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
  .shop-info .shop-map {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
  }
  @media (min-width: 768px) {
    .shop-info .shop-map {
      max-width: 600px;
    }
  }
  .shop-info .shop-map-buttons {
    margin-top: 5px;
  }
  
  .offer {
    margin-bottom: 12px;
    box-shadow: 0 15px 35px 0 rgba(240, 242, 242, 0.05), 0 5px 15px 0 rgba(231, 231, 231, 0.35);
    border: solid 0.5px #f0f2f2;
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  @media (min-width: 768px) {
    .offer {
      max-width: 700px;
    }
  }
  .offer .offer-header {
    padding: 16px;
  }
  .offer .offer-header .button-col {
    text-align: left;
  }
  .offer .offer-header .btn {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
  }
  .offer .offer-header .offer-count {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    color: #324472;
  }
  .offer .offer-header .offer-title {
    margin-top: 10px;
    color: #575757;
    font-weight: bold;
    font-size: 1.5625rem;
  }
  @media (max-width: 991px) {
    .offer .offer-header .offer-title {
      font-size: 1.125rem;
    }
  }
  .offer .offer-header .offer-title span {
    color: #f54d4d;
  }
  .offer .offer-footer {
    padding: 16px;
  }
  .offer .offer-footer .offer-claim-btn {
    color: #00cf8c;
    font-size: 1.0625rem;
    display: block;
    text-align: center;
  }
  .offer .offer-footer .offer-claim-btn:hover, .offer .offer-footer .offer-claim-btn:active, .offer .offer-footer .offer-claim-btn:focus {
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .offer .offer-footer .offer-claim-btn {
      font-size: 1rem;
    }
  }
  .offer .offer-footer .promo-code {
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    color: #575757;
  }
  .offer .offer-footer .promo-code h5 {
    position: relative;
    top: 3px;
    margin: 0 14px 0 10px;
    color: #f54d4d;
  }
  @media (max-width: 991px) {
    .offer .offer-footer .promo-code .btn-info-gradient {
      background: #f54d4d;
    }
  }
  .offer .half-circles::before {
    background-color: #fff;
    box-shadow: inset -4px 0px 4px 0px rgba(231, 231, 231, 0.55), -4px 0px 4px 0px white;
  }
  .offer .half-circles::after {
    background-color: #fff;
    box-shadow: inset 4px 0px 4px 0px rgba(231, 231, 231, 0.55), 4px 0px 4px 0px white;
  }
  
  .offer-terms {
    margin: 40px 0;
  }
  @media (min-width: 768px) {
    .offer-terms {
      max-width: 800px;
    }
  }
  .offer-terms .terms-label {
    background: -webkit-linear-gradient(247deg, #50ffc6, #00cf8c);
    background: -o-linear-gradient(247deg, #50ffc6, #00cf8c);
    background: linear-gradient(337deg, #50ffc6, #00cf8c);
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    color: #fff;
    line-height: 40px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-topright-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottomright-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  @media (max-width: 991px) {
    .offer-terms .terms-label {
      background: #f54d4d;
      box-shadow: none;
      font-size: 1rem;
    }
  }
  .offer-terms .terms-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 16px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-topleft-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottomleft-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  @media (min-width: 992px) {
    .offer-terms .terms-content {
      box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.5), 0 5px 15px 0 rgba(217, 217, 217, 0.25);
    }
  }
  .offer-terms ul {
    line-height: 30px;
  }
  .offer-terms ul li {
    font-size: 15px;
    color: #575757;
  }
  .offer-terms ul li:before {
    content: "-";
    font-weight: bold;
    color: #00807b;
    margin: 0 8px 0 24px;
  }
  
  .show-all-btn {
    border-radius: 12px;
  }
  
  .image-article.featured {
    padding: 35px 0;
  }
  .image-article.featured .row .big-box .col-sm-12:first-child .image-card {
    margin-bottom: 20px;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .image-article.featured .row .big-box .col-sm-12:first-child .image-card {
      display: none;
    }
  }
  .image-article.featured .row div:last-child .mini-box:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .image-article .show-all {
    margin-top: 45px;
  }
  .image-article .image-wrapper {
    position: relative;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
  }
  .image-article .image-wrapper .link {
    position: absolute;
    padding: 8px 16px;
    border-radius: 27px;
    box-shadow: 0 4px 7px 0 rgba(60, 60, 60, 0.2);
    background-color: #ffffff;
    top: 24px;
    left: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #00cf8c;
  }
  .image-article .image-wrapper .link:hover, .image-article .image-wrapper .link :focus {
    text-decoration: none;
  }
  .image-article .button-wrapper {
    border-radius: 12px;
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    background-image: linear-gradient(274deg, #50ffc6, #00cf8c);
  }
  .image-article .mini-box .image-card {
    max-height: 100%;
  }
  .image-article .mini-box .image-card img {
    height: 87px;
  }
  @media (min-width: 1200px) {
    .image-article .mini-box .image-card img {
      height: 174px;
      width: 100%;
    }
  }
  .image-article .mini-box .category {
    height: 31px;
  }
  
  /* Feature */
  .home .features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.5), 0 5px 15px 0 rgba(217, 217, 217, 0.25);
    background-color: #ffffff;
    margin-bottom: 45.5px;
    padding: 0;
  }
  @media (max-width: 767px) {
    .home .features {
      flex-direction: column-reverse;
    }
  }
  .home .features .feature {
    text-align: center;
    flex: 1;
  }
  .home .features .feature svg {
    margin-bottom: 32px;
    height: 65px;
    width: 65px;
  }
  .home .features .feature .title {
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    color: #575757;
  }
  .home .features .feature .title span {
    color: #239f94;
  }
  .home .features .feature .description {
    font-size: 1rem;
    color: #3e3d3f;
    margin-bottom: 45px;
    padding: 0 10px;
  }
  .home .features .feature:nth-child(3n+1) {
    padding-left: 15px;
  }
  @media (max-width: 767px) {
    .home .features .feature:nth-child(3n+1) {
      padding: 15px 0 0 0;
    }
  }
  .home .features .how-to {
    padding: 56px 12px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-topright-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottomright-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 206px;
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    background-image: linear-gradient(336deg, #50ffc6, #00cf8c);
  }
  @media (max-width: 767px) {
    .home .features .how-to {
      width: 100%;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-bottomleft-radius: 20px;
      border-bottom-left-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-bottomright-radius: 20px;
      border-bottom-right-radius: 20px;
      -webkit-border-top-right-radius: 0;
      -moz-border-topright-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .home .features .how-to h1 {
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .home .loyalty-plus .wrapper {
    margin-bottom: 47px;
  }
  @media (min-width: 992px) {
    .home .loyalty-plus .wrapper {
      padding: 0 50px;
    }
  }
  @media (min-width: 576px) {
    .home .loyalty-plus .image {
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .home .loyalty-plus .image {
      margin-top: 20px;
    }
  }
  .home .loyalty-plus .image img {
    box-shadow: 0 -2px 4px 0 #cccdd4, inset 0 6px 8px 0 #e5e5e5;
  }
  @media (min-width: 992px) {
    .home .loyalty-plus .image img {
      width: 280px;
      height: 553px;
      border-radius: 44.8px;
    }
  }
  .home .loyalty-plus .title {
    font-size: 1.5rem;
    margin: 0.67em 0;
  }
  @media (min-width: 992px) {
    .home .loyalty-plus .title {
      font-size: 1.875rem;
    }
  }
  
  /* Category Page */
  .category-results_page .results-page .page-hero .description {
    border-right: 4px solid #fedf02;
    line-height: unset;
  }
  .category-results_page .results-page .page-hero .description .results-for {
    font-size: 1.375rem;
    font-weight: bold;
    color: #666666;
    margin-left: 20px;
    padding-right: 10px;
  }
  @media (max-width: 767px) {
    .category-results_page .results-page .page-hero .description .results-for {
      padding: 0;
      margin: 0;
    }
  }
  .category-results_page .results-page .page-hero .description p {
    opacity: 1;
  }
  .category-results_page .page-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(217, 217, 217, 0.05), 0 15px 35px 0 rgba(217, 217, 217, 0.35);
    background-color: #ffffff;
  }
  @media (max-width: 767px) {
    .category-results_page .page-hero {
      flex-direction: column;
    }
    .category-results_page .page-hero .btn {
      margin-top: 15px;
    }
  }
  .category-results_page .page-hero .description {
    border-right: 2px solid #000;
    padding-right: 5px;
    line-height: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .category-results_page .page-hero .description p {
    margin: 0;
    opacity: 0.6;
  }
  .category-results_page .page-hero .description input, .category-results_page .page-hero .description span {
    color: #fd483a;
    border: none;
    font-family: "Dubai", sans-serif;
    margin-right: 5px;
  }
  .category-results_page .page-hero .description input:focus, .category-results_page .page-hero .description span:focus {
    outline: none;
  }
  .category-results_page .page-hero .description input::placeholder, .category-results_page .page-hero .description span::placeholder {
    color: #fd483a;
    opacity: 0.6;
    font-size: 1rem;
  }
  @media (max-width: 767px) {
    .category-results_page .page-hero .description {
      justify-content: flex-end;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .category-results_page .page-hero .description p {
      padding: 0;
      margin: 0;
    }
    .category-results_page .page-hero .description input {
      text-align: center;
      margin: 0;
    }
  }
  .category-results_page .page-hero .btn {
    padding: 10px 25px;
  }
  
  .pages-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
    direction: ltr;
  }
  .pages-pagination .page-item {
    border-radius: 2px;
    border: none;
    margin-left: 16px;
  }
  .pages-pagination .page-item.active .page-link {
    background-image: -webkit-linear-gradient(237deg, #50ffc6, #00cf8c);
    color: #fff;
    border: solid 1px #b1b3b2;
  }
  .pages-pagination .page-item .page-link {
    border-radius: 0.25rem;
    border: solid 1px #b1b3b2;
    color: #575757;
    font-weight: bold;
  }
  .pages-pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
  }
  .pages-pagination .pages-dots {
    display: flex;
    align-items: flex-end;
    margin: 0 0 0 16px;
  }
  
  .form-page .content-wrapper {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    color: #fff;
  }
  @media (max-width: 991px) {
    .form-page .content-wrapper {
      position: relative;
      left: 0;
      transform: translateY(0%);
      text-align: center;
    }
  }
  
  .form-banner {
    position: relative;
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    background: -webkit-linear-gradient(198deg, #50ffc6, #00cf8c);
    background: -o-linear-gradient(198deg, #50ffc6, #00cf8c);
    background: linear-gradient(288deg, #50ffc6, #00cf8c);
    text-align: left;
  }
  .form-banner .logo {
    -webkit-border-top-left-radius: 24px;
    -moz-border-topleft-radius: 24px;
    border-top-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottomleft-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: 0 15px 35px 0 rgba(101, 102, 102, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    border: solid 0.5px #f0f2f2;
    background-color: #ffffff;
    padding: 24px 48px 24px 100px;
    margin: 50px 0;
  }
  @media (max-width: 767px) {
    .form-banner .logo {
      margin: 15px 0;
      text-align: center;
      padding: 5px;
    }
    .form-banner .logo img {
      width: 200px;
    }
  }
  @media (max-width: 991px) {
    .form-banner h1 {
      font-size: 25px;
    }
  }
  
  .login-form.form {
    min-height: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
  }
  @media (min-width: 768px) {
    .login-form.form {
      height: 85vh;
    }
  }
  .login-form.form .radio-button:first-of-type {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottomright-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-topright-radius: 6px;
    border-top-right-radius: 6px;
  }
  .login-form.form .radio-button:last-of-type {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottomleft-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-topleft-radius: 6px;
    border-top-left-radius: 6px;
  }
  
  .form .form-wrapper {
    border-radius: 5px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    border: solid 1px #f0f2f2;
  }
  .form .form-wrapper #verfiy_phone,
  .form .form-wrapper .verified-phone {
    height: 45px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottomleft-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-topleft-radius: 6px;
    border-top-left-radius: 6px;
  }
  .form .form-wrapper #department_id {
    height: 45px;
  }
  @media (max-width: 767px) {
    .form .form-fields {
      padding: 0 25px 25px;
    }
  }
  .form .form-fields.left {
    padding-right: 25px;
  }
  .form .form-fields.right {
    padding-left: 25px;
  }
  .form .access {
    font-size: 1.625rem;
    color: #023f3c;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .form label {
    font-size: 1.375rem;
    color: #575757;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .form input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form input[type=checkbox] + label {
    position: relative;
    padding: 0 2rem;
    user-select: none;
  }
  .form input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 0.25rem;
    background: #00bfa5;
    text-align: center;
    transition: background 200ms ease-out;
  }
  .form input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    /* top: 0.45rem;
    //background-color: #fff;
      left:  0.5rem;
      width: 1rem;
      height:  1rem;
    */
    transform: scale(0);
    transition: transform 200ms ease-out;
  }
  .form input[type=checkbox] + label:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 0.6rem;
    height: 1rem;
    opacity: 0.2;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: border-color 0.3s ease;
  }
  .form input[type=checkbox]:checked + label:before {
    content: "";
    /*  background: #fff-checked; change checked background color */
  }
  .form input[type=checkbox]:checked + label:after {
    content: "";
    opacity: 1;
    /* //border-bottom: 3px solid blue; change checked checkedbox color
    //border-right: 3px solid blue; change checked checkedbox color */
  }
  .form input[type=radio] {
    margin-right: 0;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form input[type=radio] + label:before, .form input[type=radio] + label:after {
    border-radius: 50%;
  }
  .form input[type=radio] + label:after {
    left: 0.35rem;
    top: 0.35rem;
    width: 1rem;
    height: 1rem;
  }
  .form input[type=radio]:checked + label:before {
    /* //background: #fff-checked; */
    animation: borderscale 300ms ease-in;
  }
  .form input[type=radio]:checked + label:after {
    background: blue;
    transform: scale(1);
  }
  .form .form-group {
    margin-bottom: 0px;
  }
  .form .form-group.select .form-error {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    height: 100%;
    margin: 3px 0 4px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form .form-control {
    border-radius: 6px;
    border: solid 1px #575757;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #575757;
    margin-bottom: 21px;
    height: 45px;
    position: relative;
    font-size: 1.25rem;
    padding: 4px 16px 4px 16px;
  }
  .form .form-control.error {
    margin-bottom: 0;
  }
  .form .form-control:focus, .form .form-control:active {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form .form-control:focus::-webkit-input-placeholder, .form .form-control:active::-webkit-input-placeholder {
    -webkit-transform: translate(1px, -3px);
    transform: translate(1px, -3px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
  }
  .form .form-control:focus::-moz-placeholder, .form .form-control:active::-moz-placeholder {
    transform: translate(1px, -3px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
  }
  .form .form-control:focus::-ms-input-placeholder, .form .form-control:active::-ms-input-placeholder {
    -ms-transform: translate(1px, -3px);
    transform: translate(1px, -3px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
  }
  .form .form-control.success {
    border-color: #03ffad;
    border-width: 2px;
  }
  .form .form-control.error {
    border-color: #f84b47;
    border-width: 2px;
  }
  .form .form-control.error + .form-error {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    height: 100%;
    margin-top: 7px;
  }
  .form .form-check-label {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: right;
    color: #575757;
    margin-bottom: 20px;
  }
  .form .form-error {
    font-size: 0.875rem;
    font-weight: 300;
    color: #f84b47;
    margin: 0;
    opacity: 0;
    height: 0;
    line-height: 1.1;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: translate(-30px, 5px);
    margin-top: 7px;
  }
  .form .password-recover {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: right;
    color: #03ffad;
    margin-bottom: 1rem;
    display: inline-block;
  }
  .form .hero {
    height: 100%;
    padding: 75px 42px 90px;
    position: relative;
    background: url(../images/banner_tickets-2.png);
    box-shadow: 0 5px 15px 0 rgba(217, 217, 217, 0.05), 0 15px 35px 0 rgba(217, 217, 217, 0.35);
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (max-width: 767px) {
    .form .hero {
      padding: 30px 15px;
    }
  }
  .form .hero .banner-bg {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .form .hero .callout {
    color: #fff;
    font-size: 1.375rem;
    clear: both;
  }
  @media (min-width: 992px) {
    .form .hero .callout {
      height: 66px;
    }
  }
  .form .hero .callout a {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #03ffad;
    text-decoration: underline;
    margin-right: 15px;
  }
  .form .hero .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  @media (max-width: 767px) {
    .form .hero .text-wrapper {
      align-items: center;
      text-align: center;
    }
  }
  .form .hero .text-wrapper .action {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 21px;
  }
  
  .signup-page .text-wrapper {
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .signup-page .text-wrapper {
      top: 25%;
    }
  }
  .signup-page .form-wrapper .form-fields .btn {
    margin-bottom: 24px;
  }
  @media (max-width: 767px) {
    .signup-page .form-wrapper .form-fields .btn {
      margin: 0;
    }
  }
  
  /* RADIO BUTTON GENERAL  */
  .radio-wrapper {
    border: 1px solid #575757;
    font-size: 0;
    border-radius: 6px;
  }
  .radio-wrapper .radio-button {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0;
    color: #575757;
    padding: 5px 0;
  }
  .radio-wrapper .radio-button input[type=radio]:checked + span {
    background: #00cf8c;
    color: #fff;
    transition: background 0.4s ease-out;
  }
  
  .coupons,
  .my-coupons,
  .vouchers {
    background-color: #fafafa;
    padding-bottom: 50px;
  }
  @media (min-width: 992px) {
    .coupons,
  .my-coupons,
  .vouchers {
      padding-bottom: 100px;
    }
  }
  
  .coupon {
    padding: 0;
    box-shadow: 0 16px 14px 0 rgba(240, 242, 242, 0.05), 0 3px 9px 0 rgba(231, 231, 231, 0.35);
    background-color: #ffffff;
    position: relative;
    margin-bottom: 24px;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  }
  .coupon:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 60px 0px;
    transform: translateY(-5px);
  }
  .coupon:hover .half-circles:before {
    z-index: 1;
    box-shadow: inset -1px 2px 2px 0px rgba(231, 231, 231, 0.35), -4px 0px 0px 0px transparent;
    transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  }
  .coupon:hover .half-circles:after {
    z-index: 1;
    box-shadow: inset -1px 2px 2px 0px rgba(231, 231, 231, 0.35), 4px 0px 0px 0px transparent;
    transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0;
  }
  .coupon .half-circles .line {
    background-image: linear-gradient(to right, transparent 50%, #EBEBEB 50%);
    background-size: 19px 100%;
  }
  .coupon .image {
    margin: 0px 0px 16px;
    flex: 1;
  }
  .coupon .image img {
    width: 100%;
    height: 190px;
    flex: 1;
    object-fit: cover;
  }
  .coupon:not(:first-child) {
    margin-right: 19px;
  }
  .coupon .coupon-header {
    display: flex;
  }
  .coupon .availability {
    top: 16px;
  }
  .coupon .coupon-footer {
    display: flex;
    padding: 16px 26px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .coupons-page .coupon:hover {
    cursor: pointer;
  }
  
  /* modal of coupons*/
  @media (max-width: 767px) {
    .extended-coupon .modal-dialog {
      top: 20%;
    }
  }
  .extended-coupon .modal-hero {
    height: 85vh;
    width: 50vw;
    -webkit-border-top-left-radius: 100px;
    -moz-border-topleft-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottomleft-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: #575757;
    float: right;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -50%;
    margin-right: -17px;
  }
  .extended-coupon .modal-hero .title {
    color: #fff;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    position: relative;
    word-break: break-word;
    max-width: 60%;
  }
  @media (max-width: 1199px) {
    .extended-coupon .modal-hero .title {
      font-size: 1.5rem;
      width: 44%;
    }
  }
  @media (max-width: 991px) {
    .extended-coupon .modal-hero {
      top: 0;
      width: 75vw;
      position: absolute;
      height: 50vh;
      margin: 0 auto;
      transform: translateY(0);
      -webkit-border-top-left-radius: 0;
      -moz-border-topleft-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottomleft-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 100px;
      -moz-border-bottomright-radius: 100px;
      border-bottom-right-radius: 100px;
      -webkit-border-bottom-left-radius: 100px;
      -moz-border-bottomleft-radius: 100px;
      border-bottom-left-radius: 100px;
      left: 0;
    }
    .extended-coupon .modal-hero .title {
      top: 20%;
      width: 100%;
      max-width: 80%;
    }
  }
  @media (max-width: 575px) {
    .extended-coupon .modal-hero {
      width: 90vw;
      height: 100vh;
    }
  }
  .extended-coupon .coupon {
    border: none;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .extended-coupon .coupon .coupon-header {
    padding: 0px 0px 0 8px;
    border: none;
  }
  .extended-coupon .coupon .coupon-header .store-name {
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .extended-coupon .coupon .coupon-header .availability {
    top: 14%;
    background-color: #f54d4d;
    width: 115px;
    box-shadow: none;
    font-size: 1rem;
  }
  .extended-coupon .coupon .coupon-header .availability span {
    font-size: 1.125rem;
  }
  .extended-coupon .coupon .coupon-header .discount-wrapper {
    top: 41%;
    box-shadow: none;
  }
  .extended-coupon .coupon .header-background {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
    min-height: 150px;
  }
  .extended-coupon .coupon .header-background .banner-bg {
    -webkit-border-top-right-radius: 10px;
    -moz-border-topright-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-topleft-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
  }
  .extended-coupon .coupon .header-background .info-wrapper {
    padding-right: 40px;
  }
  @media (max-width: 991px) {
    .extended-coupon .coupon .header-background .info-wrapper {
      padding-right: 20px;
    }
  }
  .extended-coupon .coupon .half-circles {
    margin-top: -4px;
  }
  .extended-coupon .coupon .half-circles::before {
    background-color: #717072;
    box-shadow: inset -3px 4px 4px 0px rgba(233, 233, 233, 0.2);
  }
  .extended-coupon .coupon .half-circles::after {
    -o-box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    -webkit-box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    background-color: #3F3E41;
  }
  .extended-coupon .coupon .half-circles .line {
    background-image: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 26px 100%;
  }
  .extended-coupon .coupon .header-wrapper {
    position: relative;
    color: #fff;
  }
  .extended-coupon .coupon .header-wrapper .product-description p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8em;
    width: 75%;
    min-height: 80px;
  }
  .extended-coupon .coupon .header-wrapper .reserve-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .extended-coupon .coupon .header-wrapper .reserve-details p {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .extended-coupon .coupon .header-wrapper .reserve-details h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 50px;
  }
  .extended-coupon .coupon .header-wrapper .close {
    margin: 6px 0 0 0;
    padding: 0;
    background: #efa517;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 0.9;
  }
  .extended-coupon .coupon .header-wrapper .close span {
    position: absolute;
    top: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: #dedede;
    text-shadow: none;
    font-size: 1.25rem;
    top: -2px;
  }
  .extended-coupon .coupon .body {
    padding: 16px 16px 0;
  }
  @media (min-width: 768px) {
    .extended-coupon .coupon .body {
      padding: 12px 25px 0;
    }
  }
  @media (min-width: 1200px) {
    .extended-coupon .coupon .body {
      padding: 16px 32px 0;
    }
  }
  .extended-coupon .coupon .body .product-price {
    font-size: 1.375rem;
    font-weight: bold;
    color: #575757;
  }
  .extended-coupon .coupon .footer {
    border: none;
    padding-top: 0;
  }
  
  /* GENERAl FOR EVERYWHERE */
  .main-alert {
    position: absolute;
    margin-top: 10px;
    z-index: 1;
  }
  
  .discount-wrapper {
    -webkit-border-radius: 0 17px 17px 0;
    -moz-border-radius: 0 17px 17px 0;
    -ms-border-radius: 0 17px 17px 0;
    -o-border-radius: 0 17px 17px 0;
    border-radius: 0 17px 17px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 5px 0 rgba(240, 242, 242, 0.35);
    background-color: #00bfa5;
    position: absolute;
    left: -10px;
    height: 30px;
  }
  .discount-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 6px 0;
    border-color: transparent #4a4a4a transparent transparent;
    position: absolute;
    left: 0;
    bottom: -6px;
  }
  @media (min-width: 992px) {
    .discount-wrapper.big {
      width: 90px;
      height: 50px;
    }
  }
  .discount-wrapper.big:before {
    border-width: 0 10px 10px 0;
    bottom: -10px;
  }
  .discount-wrapper .discount {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 7px 17px 7px 15px;
    line-height: 1.25rem;
  }
  @media (max-width: 991px) {
    .discount-wrapper .discount {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 991px) {
    .discount-wrapper .discount {
      padding: 5px 9px 5px 7px;
    }
  }
  
  .category,
  .details {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  
  .product-article {
    position: relative;
    margin: 20px 0 35px;
  }
  .product-article .discount-wrapper {
    left: 0;
    top: 20px;
    z-index: 1;
  }
  .product-article .discount-wrapper .discount {
    padding: 7px 14px 7px 11px;
  }
  .product-article .image-card {
    overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
  .product-article .box {
    position: relative;
    padding: 0 8px;
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .product-article .box img {
    width: 100%;
    height: 204px;
  }
  @media (max-width: 1199px) {
    .product-article .box img {
      height: 170px;
    }
  }
  @media (max-width: 991px) {
    .product-article .box img {
      height: 192px;
    }
  }
  @media (max-width: 767px) {
    .product-article .box img {
      height: 160px;
    }
  }
  .product-article .box .card-body {
    box-shadow: 2px 2px 15px 0 rgba(217, 217, 217, 0.7);
    padding: 21px;
  }
  .product-article .box .card-body .details {
    display: block;
  }
  .product-article .box:hover {
    transform: translateY(-2px);
  }
  .product-article .box:hover .image-card {
    box-shadow: 0 2px 10px -5px rgba(60, 56, 56, 0.1), 0 10px 10px -5px rgba(27, 27, 25, 0.04);
  }
  .product-article .box:hover .card-body {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .product-article .box:hover .card-body .product-tags li {
    background-color: #00cf8c;
  }
  .product-article .card-body .category {
    height: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    display: block;
  }
  .product-article .card-body .discount-notice {
    height: 100%;
    font-size: 1rem;
    line-height: 1em;
  }
  
  .availability {
    -webkit-border-top-right-radius: 36px;
    -moz-border-topright-radius: 36px;
    border-top-right-radius: 36px;
    -webkit-border-bottom-right-radius: 36px;
    -moz-border-bottomright-radius: 36px;
    border-bottom-right-radius: 36px;
    box-shadow: 0 5px 5px 0 rgba(240, 242, 242, 0.35);
    position: absolute;
    left: -10px;
    background: #00bfa5;
    width: 100px;
    height: 59px;
    color: #fff;
    padding-right: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.8125rem;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .availability {
      height: 49px;
      width: 73px;
      font-size: 0.6875rem;
    }
  }
  @media (max-width: 991px) {
    .availability {
      width: 90px;
    }
  }
  .availability p {
    margin: 0;
  }
  .availability time {
    font-weight: bold;
    font-size: 0.9375rem;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .availability time {
      font-size: 0.8125rem;
    }
  }
  .availability:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 6px 0;
    border-color: transparent #4a4a4a transparent transparent;
    position: absolute;
    left: 0;
    bottom: -6px;
  }
  
  .mini-box {
    padding: 0px 12px 0;
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    /* .card-body {
      max-height: 115px;
    } */
  }
  .mini-box:hover {
    transform: translateY(2px);
  }
  .mini-box:hover .card-body {
    box-shadow: 0 2px 3px 0 rgba(60, 60, 60, 0.3);
    transition: all 0.5s ease-out;
  }
  @media (max-width: 767px) {
    .mini-box {
      margin-bottom: 25px;
    }
  }
  .mini-box .image-card {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
  }
  .mini-box .image-card img {
    height: 141px;
    width: 100%;
  }
  .mini-box .image-card .purchase-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #00cf8c;
    box-shadow: 0 4px 7px 0 rgba(60, 60, 60, 0.2);
  }
  .mini-box .discount-notice {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .big-box {
      margin-bottom: 25px;
    }
  }
  .big-box img {
    object-fit: cover;
  }
  @media (min-width: 768px) {
    .big-box img {
      height: 269px;
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    .big-box img {
      height: 367px;
    }
  }
  @media (min-width: 1200px) {
    .big-box img {
      height: 165px;
    }
  }
  .big-box .card-body {
    max-height: 125px;
  }
  .big-box .image-card {
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .big-box .image-card:hover {
    transform: translateY(2px);
  }
  .big-box .image-card:hover .card-body {
    box-shadow: 0 2px 3px 0 rgba(60, 60, 60, 0.3);
    transition: all 0.5s ease-out;
  }
  
  .current-category {
    border-right: 6px solid #fedf02;
    padding: 5px 8px 5px 0px;
    margin: 20px 0;
    display: flex;
    align-items: center;
  }
  .current-category p {
    color: #575757;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
  }
  
  .sub-categories {
    flex-wrap: wrap;
    align-items: center;
  }
  .sub-categories li {
    border-radius: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    background-color: #fff;
    color: #c1c1c1;
    padding: 8px 21px;
    transition: all 0.5s ease-out;
  }
  .sub-categories li:not(:last-child) {
    margin-left: 10px;
  }
  .sub-categories li:hover {
    color: #fff;
    background-color: #00cf8c;
  }
  .sub-categories li.current {
    background-color: #00cf8c;
    color: #fff;
  }
  
  .data {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .data p {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  @media (max-width: 991px) {
    .data p {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 575px) {
    .data p {
      font-size: 1rem;
    }
  }
  .data p:nth-child(2) {
    color: #f54d4d;
  }
  .data p:nth-child(1) {
    color: #575757;
  }
  .data p:nth-child(3) {
    color: #000;
    font-weight: bold;
  }
  .data .prices p:nth-child(2) {
    font-size: 1rem;
    text-decoration: line-through;
  }
  
  .card-body {
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottomleft-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottomright-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 21px;
    transition: all 0.35s ease-out;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(217, 217, 217, 0.7);
  }
  @media (max-width: 991px) {
    .card-body {
      padding: 8px 11px;
    }
  }
  .card-body .coupon-online {
    color: #2593a1;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 88%;
  }
  @media (min-width: 992px) {
    .card-body .coupon-online {
      font-size: 1rem;
    }
  }
  .card-body .category {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    color: #575757;
  }
  @media (min-width: 992px) {
    .card-body .category {
      font-size: 1rem;
    }
  }
  .card-body .discount-notice {
    font-size: 0.875rem;
    line-height: 1.67;
    text-align: right;
    color: #575757;
    text-align: right;
  }
  .card-body .wrapper {
    display: flex;
  }
  .card-body .eagle {
    transform: translateY(-55px);
    margin-left: 4px;
  }
  .card-body .eagle img {
    max-width: 115px;
    max-height: 115px;
    border-radius: 15px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding-top: 5px;
  }
  .card-body .details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .card-body.big {
    padding: 16px 21px 0;
  }
  .card-body.big .coupon-online {
    margin-right: 12px;
    color: #023f3c;
    font-size: 1rem;
  }
  @media (min-width: 992px) {
    .card-body.big .discount {
      font-size: 1.25rem;
    }
  }
  .card-body.big .category {
    font-size: 1.25rem;
  }
  .card-body.big .discount-wrapper {
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
  }
  .card-body.big .discount-notice {
    transform: translate(-20px, -35px);
    line-height: 0.94px;
  }
  
  .product-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .product-tags li {
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(217, 217, 217, 0.5);
    background-color: #b1b3b2;
    padding: 1px 10px;
    margin-top: 6px;
  }
  .product-tags li:not(:last-child) {
    margin-left: 10px;
  }
  .product-tags a {
    color: #fff;
  }
  .product-tags:hover a {
    color: #fff;
  }
  
  .store {
    margin: 0 26px;
  }
  .store .name {
    font-size: 1.1875rem;
    font-weight: bold;
    color: #575757;
    margin-bottom: 9px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .store .name {
      font-size: 1rem;
    }
  }
  .store .category {
    font-size: 0.9375rem;
    margin-bottom: 8px;
    color: #575757;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .store .category {
      font-size: 0.875rem;
    }
  }
  
  .price-details {
    display: flex;
    align-items: center;
  }
  .price-details .price-before {
    font-size: 1.0625rem;
    color: #575757;
  }
  .price-details .price {
    font-size: 1.375rem;
    color: #575757;
    margin-left: 8px;
  }
  
  .savings {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .savings .discount {
    color: #575757;
  }
  .savings p {
    color: #f54d4d;
    margin-bottom: 0;
    margin-left: 8px;
  }
  
  .coupon-page .breadcrumb a {
    color: #fff;
  }
  .coupon-page .page-hero {
    color: #fff;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(282deg, #50ffc6, #00cf8c 75%);
    padding: 25px 0;
  }
  .coupon-page .page-hero .shop-name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.67;
    margin-top: 20px;
  }
  .coupon-page .page-hero .shop-desc {
    line-height: 1.67;
    margin-bottom: 15px;
  }
  .coupon-page .page-hero .info p {
    font-size: 2rem;
    line-height: 1.25em;
    margin-bottom: 0;
  }
  @media (min-width: 992px) {
    .coupon-page .page-hero .info p {
      font-size: 2.8125rem;
    }
  }
  .coupon-page .page-hero .info span {
    font-size: 1.125rem;
    display: block;
    padding-bottom: 5px;
  }
  .coupon-page .page-hero .views {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding-right: 16px;
  }
  @media (min-width: 992px) {
    .coupon-page .page-hero .views {
      padding-right: 24px;
    }
  }
  .coupon-page .page-hero .usage {
    padding-left: 16px;
  }
  @media (min-width: 992px) {
    .coupon-page .page-hero .usage {
      padding-left: 24px;
    }
  }
  .coupon-page .page-hero .store {
    width: 100%;
  }
  .coupon-page .coupon {
    margin: 0;
    padding: 25px 0 0 0;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
  }
  .coupon-page .coupon .coupon-header {
    padding-right: 15px;
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .coupon-header {
      padding-right: 35px;
    }
  }
  .coupon-page .coupon .coupon-header .name {
    max-width: 80%;
    margin: 0;
  }
  .coupon-page .coupon .availability {
    background-color: #f54d4d;
    box-shadow: none;
  }
  .coupon-page .coupon .discount-wrapper {
    top: calc(59px + 13%);
    box-shadow: none;
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .discount-wrapper {
      top: 36%;
    }
  }
  .coupon-page .coupon .info {
    width: 80%;
    color: #4c4d4c;
    min-height: 100px;
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .info {
      font-size: 1.125rem;
      min-height: 110px;
    }
  }
  .coupon-page .coupon .half-circles:before {
    background-color: #23A193;
    box-shadow: inset -3px 4px 4px 0px rgba(0, 0, 0, 0.2), -7px 0px 5px 0px #23A193;
  }
  .coupon-page .coupon .half-circles:after {
    background-color: #4AB99E;
    box-shadow: inset 3px 4px 4px 0px rgba(0, 0, 0, 0.2), 7px 0px 5px 0px #4AB99E;
  }
  @media (max-width: 575px) {
    .coupon-page .coupon .half-circles:after {
      box-shadow: inset 3px 4px 4px 0px rgba(0, 0, 0, 0.2), 7px 0px 5px 0px #6BCDA6;
      background: #6BCDA6;
    }
  }
  .coupon-page .coupon .coupon-footer {
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .coupon-page .coupon .coupon-footer {
      padding: 16px 10px;
    }
  }
  .coupon-page .coupon .coupon-footer .btn {
    padding: 7px 20px;
    font-weight: bold;
    font-size: 1.25rem;
  }
  @media (max-width: 575px) {
    .coupon-page .coupon .coupon-footer .btn {
      margin-top: 20px;
    }
  }
  @media (max-width: 1199px) {
    .coupon-page .coupon .coupon-footer .btn {
      padding: 3px 10px;
      font-size: 1rem;
    }
  }
  .coupon-page .coupon .coupon-footer .price {
    font-weight: bold;
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .coupon-footer .price {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .coupon-footer .price-before {
      font-size: 1.125rem;
    }
  }
  @media (min-width: 992px) {
    .coupon-page .coupon .coupon-footer .savings {
      font-size: 1.375rem;
    }
  }
  @media (max-width: 575px) {
    .coupon-page .coupon .coupon-footer .savings {
      flex-basis: 50%;
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .coupon-page .coupon .coupon-footer .price-details {
      flex-basis: 50%;
      justify-content: center;
    }
  }
  .coupon-page .shop-content {
    margin: 25px 0;
  }
  @media (max-width: 575px) {
    .coupon-page .shop-content {
      padding: 0 20px;
    }
  }
  
  .my-coupons .coupon,
  .deal-coupon .coupon {
    background: #fff;
    /* fallback */
    background: linear-gradient(135deg, transparent 10px, #fff 0) top left, linear-gradient(225deg, transparent 10px, #fff 0) top right, linear-gradient(315deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0), 25px, #fff 15px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0), 25px, #fff 15px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0), 25px, #fff 15px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0), 25px, #fff 15px);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: none;
    margin-bottom: 35px;
  }
  .my-coupons .coupon .header-background,
  .deal-coupon .coupon .header-background {
    box-shadow: 0 -5px 5px -5px rgba(240, 242, 242, 0.35), -5px 0 5px -5px rgba(240, 242, 242, 0.35), 5px 0 5px -5px rgba(240, 242, 242, 0.35), 0 5px 5px -5px rgba(240, 242, 242, 0.01);
    height: 224px;
  }
  .my-coupons .coupon .header-background .availability,
  .deal-coupon .coupon .header-background .availability {
    top: 50px;
    background-color: #00bfa5;
  }
  .my-coupons .coupon .header-background .discount-wrapper,
  .deal-coupon .coupon .header-background .discount-wrapper {
    top: calc(60px + 60px);
  }
  .my-coupons .coupon .body,
  .deal-coupon .coupon .body {
    box-shadow: 0 -5px 5px -5px rgba(240, 242, 242, 0.35), -5px 0 5px -5px rgba(240, 242, 242, 0.35), 5px 0 5px -5px rgba(240, 242, 242, 0.35), 0 5px 5px -5px rgba(240, 242, 242, 0.01);
  }
  .my-coupons .coupon .body .all-products,
  .deal-coupon .coupon .body .all-products {
    font-weight: bold;
    font-size: 1.125rem;
    color: #575757;
  }
  .my-coupons .coupon .body .shop-name,
  .deal-coupon .coupon .body .shop-name {
    font-size: 1.25rem;
    margin-bottom: 6px;
    color: #023f3c;
  }
  .my-coupons .coupon .body .coupon-value,
  .deal-coupon .coupon .body .coupon-value {
    justify-content: space-between;
    font-size: 1.125rem;
  }
  .my-coupons .coupon .body .coupon-value p:last-child,
  .deal-coupon .coupon .body .coupon-value p:last-child {
    color: #f54d4d;
  }
  .my-coupons .coupon .body .btn,
  .deal-coupon .coupon .body .btn {
    font-weight: bold;
    font-size: 1.25rem;
    padding: 6px 30px;
    margin: 0 auto 16px;
  }
  .my-coupons .coupon .body .data p,
  .deal-coupon .coupon .body .data p {
    font-size: 1.125rem;
  }
  .my-coupons .coupon .footer,
  .deal-coupon .coupon .footer {
    height: 30px;
  }
  .my-coupons .coupon .footer .line,
  .deal-coupon .coupon .footer .line {
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 85%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 50%, #EBEBEB 50%);
    background-size: 24px 100%;
    height: 4px;
  }
  
  .deal-coupon {
    box-shadow: 0 16px 32px 0 rgba(50, 52, 69, 0.06);
    background-image: linear-gradient(52deg, #fff, #f5f5f5);
  }
  
  /* Vouchers */
  .vouchers-page .modal .modal-dialog {
    max-width: 372px;
  }
  .vouchers-page .modal .modal-content {
    background-color: #fefefe;
  }
  .vouchers-page .modal .info-wrapper {
    padding-right: 7px;
  }
  .vouchers-page .modal .voucher-header {
    border: none;
  }
  .vouchers-page .modal .voucher-header img {
    border-radius: 10px;
    max-height: 86px;
    max-width: 128px;
  }
  .vouchers-page .modal .voucher-header .info {
    margin-right: 16px;
    overflow: hidden;
    width: 50%;
  }
  .vouchers-page .modal .voucher-header .store-name {
    font-size: 1.375rem;
    line-height: 0.94;
    color: #575757;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .vouchers-page .modal .voucher-header p {
    color: #575757;
    font-size: 1.125rem;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  .vouchers-page .modal .half-circles {
    height: 22px;
    z-index: 1;
  }
  .vouchers-page .modal .half-circles::before {
    background-color: #717072;
    box-shadow: inset -3px 4px 4px 0px rgba(233, 233, 233, 0.2);
  }
  .vouchers-page .modal .half-circles::after {
    -o-box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    -webkit-box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    box-shadow: inset 3px 4px 4px 0px rgba(233, 233, 233, 0.2);
    background-color: #3F3E41;
  }
  .vouchers-page .modal .half-circles .line {
    background-image: linear-gradient(to right, transparent 50%, #ececec 50%);
    background-size: 29px 100%;
  }
  .vouchers-page .modal .voucher-body {
    padding: 0;
  }
  .vouchers-page .modal .voucher-body .points-wrapper {
    margin: 0 35px;
  }
  .vouchers-page .modal .voucher-body .points-wrapper .btn {
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 0 11px 0;
    width: 100%;
    box-shadow: none;
  }
  .vouchers-page .modal .voucher-body .points span {
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(217, 217, 217, 0.5);
    background-color: #575757;
    margin: 0px 0 9px;
    font-size: 1rem;
    line-height: 1.88;
    padding: 4px 0;
    color: #fff;
    display: block;
    text-align: center;
    direction: ltr;
  }
  .vouchers-page .modal .voucher-body .points span:first-child {
    margin-top: 16px;
  }
  .vouchers-page .modal .voucher-body .points span:hover {
    cursor: pointer;
  }
  .vouchers-page .modal .voucher-body .points span.revealed {
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(217, 217, 217, 0.5);
    background-color: #f54d4d;
    border-radius: 6px;
    height: 30px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vouchers-page .modal .voucher-footer {
    padding: 0 25px 30px;
    border: none;
  }
  .vouchers-page .modal .shop-content {
    width: 100%;
  }
  .vouchers-page .modal .shop-content .merchant-page {
    color: #575757;
  }
  .vouchers-page .modal .shop-content h4 {
    color: #575757;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .vouchers-page .modal .shop-content h6 {
    padding-right: 12px;
    font-size: 1.125rem;
  }
  .vouchers-page .modal .shop-content .merchant-page {
    margin-right: 15px;
  }
  .vouchers-page .modal .shop-content .shop-contact {
    border: 0;
    padding: 0;
  }
  .vouchers-page .modal .shop-content .shop-info {
    padding-right: 20px;
    position: relative;
    top: 0;
    align-self: flex-start;
  }
  .vouchers-page .modal .shop-content .shop-info .custom-icon {
    width: 35px;
    height: 35px;
  }
  .vouchers-page .modal .shop-content .star-svg {
    fill: #00cf8c;
  }
  
  /* transfer points page */
  .transfer-points {
    background: #fafafa;
    padding-bottom: 50px;
  }
  .transfer-points .points-nav {
    transform: translateY(-50%);
  }
  
  .points-nav {
    display: flex;
    box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.09);
    border-radius: 60px;
    position: relative;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
  }
  .points-nav li {
    padding: 14px 0 19px;
    display: inline-block;
    text-align: center;
    direction: ltr;
    font-size: 1.375rem;
    color: #575757;
    flex: 1;
  }
  @media (max-width: 767px) {
    .points-nav li svg {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .points-nav li {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 767px) {
    .points-nav li {
      font-size: 1rem;
      padding: 15px 10px;
    }
  }
  .points-nav li.active {
    background-image: linear-gradient(81deg, #17a095, #76dab0);
    color: #fff;
    transition: color 0.5s ease-in;
  }
  .points-nav li.active svg {
    fill: #fff;
  }
  .points-nav li.active svg path {
    fill: #fff;
  }
  .points-nav li.active svg polygon {
    fill: #fff;
  }
  .points-nav li span {
    margin-left: 16px;
  }
  
  .my-points {
    background-image: linear-gradient(278deg, #fff, #17a095);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 70px 0;
  }
  .my-points .title {
    font-size: 3.25rem;
    color: #fff;
    font-weight: bold;
  }
  @media (max-width: 991px) {
    .my-points .title {
      font-size: 2.625rem;
    }
  }
  .my-points .points-stats {
    display: flex;
    align-items: center;
    color: #fff;
  }
  @media (max-width: 767px) {
    .my-points .points-stats {
      margin-bottom: 20px;
      margin-top: 10px;
      align-items: flex-start;
    }
  }
  .my-points .points-stats h3 {
    font-size: 2.625rem;
    font-weight: 300;
  }
  @media (max-width: 991px) {
    .my-points .points-stats h3 {
      font-size: 2rem;
    }
  }
  .my-points .points-stats span {
    font-size: 1rem;
  }
  .my-points .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 767px) {
    .my-points .wrapper {
      flex-direction: column;
    }
  }
  .my-points .statistic {
    border-right: 1px solid #68C7B4;
    padding: 0 24px;
  }
  .my-points .balance h3 {
    font-size: 2.8125rem;
  }
  @media (max-width: 991px) {
    .my-points .balance h3 {
      font-size: 2.1875rem;
    }
  }
  .my-points .btn {
    background: #fff;
    color: #24a797;
  }
  
  .transactions {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  @media (max-width: 767px) {
    .transactions {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */
    }
    .transactions table, .transactions thead, .transactions tbody, .transactions th, .transactions td, .transactions tr {
      display: block;
    }
    .transactions thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      display: none;
    }
  }
  @media (min-width: 992px) {
    .transactions {
      padding: 0 20px;
    }
  }
  .transactions th {
    font-size: 1.125rem;
    font-weight: bold;
    color: #575757;
    padding-bottom: 14px;
  }
  @media (max-width: 991px) {
    .transactions th {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .transactions th:nth-of-type(2) {
      padding-right: 10px;
    }
  }
  .transactions [data-type=out] .amount {
    color: #f54d4d !important;
  }
  .transactions [data-type=out] .amount svg {
    fill: #f54d4d;
    transform: rotate(0deg) !important;
  }
  .transactions .transaction {
    background: #fff;
    align-items: center;
    margin: 10px 0;
  }
  .transactions .transaction:first-of-type {
    margin-top: 24px;
  }
  @media (max-width: 767px) {
    .transactions .transaction {
      border: 1px solid #ccc;
    }
  }
  .transactions .transaction.pending .status, .transactions .transaction.pending .btn-info-gradient {
    background: #efa81f !important;
  }
  .transactions .transaction.declined .status, .transactions .transaction.declined .btn-info-gradient {
    background: #f54d4d !important;
  }
  .transactions .transaction td {
    font-size: 1.125rem;
    padding: 10px 0 9px;
    color: #575757;
  }
  @media (max-width: 991px) {
    .transactions .transaction td {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .transactions .transaction td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      padding-right: 50px;
      /*
      Label the data
      */
    }
    .transactions .transaction td::before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      padding-right: 10px;
      white-space: nowrap;
      color: #575757;
      font-weight: normal;
      font-size: 1rem;
      padding-left: 50px;
    }
    .transactions .transaction td:nth-of-type(1):before {
      content: attr(data-before);
    }
    .transactions .transaction td:nth-of-type(2):before {
      content: attr(data-before);
    }
    .transactions .transaction td:nth-of-type(3):before {
      content: attr(data-before);
    }
    .transactions .transaction td:nth-of-type(4):before {
      content: "";
    }
    .transactions .transaction td:nth-of-type(5):before {
      content: attr(data-before);
    }
    .transactions .transaction td:nth-of-type(6):before {
      content: attr(data-before);
    }
  }
  @media (max-width: 575px) {
    .transactions .transaction td {
      padding-right: 25px;
    }
    .transactions .transaction td::before {
      padding-left: 25px;
    }
  }
  .transactions .transaction td .status {
    background-color: #43b59c;
    padding: 8px 0;
    border-radius: 21px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: 500;
    padding: 5px 20px;
  }
  @media (max-width: 767px) {
    .transactions .transaction td .status {
      padding: 2px 25px;
    }
  }
  .transactions .transaction td.amount {
    color: #43b59c;
    direction: ltr;
    font-size: 1.875rem;
  }
  .transactions .transaction td.amount svg {
    position: relative;
    margin-right: 15px;
  }
  @media (max-width: 991px) {
    .transactions .transaction td.amount {
      font-size: 1.5625rem;
    }
  }
  @media (max-width: 767px) {
    .transactions .transaction td.amount {
      font-size: 1.25rem;
    }
  }
  .transactions .transaction td.number {
    color: #b1b3b2;
    font-size: 1.3125rem;
  }
  @media (max-width: 991px) {
    .transactions .transaction td.number {
      font-size: 1rem;
    }
  }
  .transactions .transaction td.date {
    direction: ltr;
  }
  @media (min-width: 992px) {
    .transactions .transaction td {
      width: 27%;
    }
  }
  @media (min-width: 992px) {
    .transactions .transaction td.amount, .transactions .transaction td.number {
      width: 15%;
    }
  }
  .transactions .transaction-info.number:first-of-type,
  .transactions thead tr th:first-of-type {
    padding-right: 50px;
  }
  @media (max-width: 575px) {
    .transactions .transaction-info.number:first-of-type,
  .transactions thead tr th:first-of-type {
      padding-right: 25px;
    }
  }
  
  .modal-body .transactions .transaction {
    border: 0;
  }
  
  .transferpoints-modal .modal-content {
    background: transparent;
    border: none;
  }
  .transferpoints-modal .modal-dialog {
    max-width: 636px;
  }
  .transferpoints-modal .modal-title {
    float: right;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0 40px;
    position: relative;
    top: 1px;
  }
  .transferpoints-modal .header-title {
    font-size: 2rem;
    font-weight: bold;
    color: #023f3c;
    margin-bottom: 0;
    padding: 10px 0;
  }
  @media (max-width: 767px) {
    .transferpoints-modal .header-title {
      font-size: 1.5rem;
    }
  }
  .transferpoints-modal .modal-header {
    display: block;
    padding: 0;
    border: none;
  }
  .transferpoints-modal .modal-body {
    padding: 0;
    border: none;
  }
  .transferpoints-modal .form {
    margin: 0;
    clear: both;
    background: #fff;
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 46px 36px;
  }
  .transferpoints-modal .form label {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 24px;
    border-color: #bebebe;
  }
  .transferpoints-modal .form select {
    border-color: #bebebe;
  }
  .transferpoints-modal .form input {
    font-size: 1.125rem;
    border-color: #bebebe;
    border-radius: 6px;
  }
  @media (max-width: 767px) {
    .transferpoints-modal .form input {
      font-size: 1rem;
    }
  }
  .transferpoints-modal .form .amount-wrapper {
    display: flex;
  }
  .transferpoints-modal .form .amount-wrapper::before {
    transform: translateY(-50%);
    content: "";
    width: 2px;
    display: block;
    background: #00cf8c;
    position: relative;
    height: 30px;
    right: 14px;
    opacity: 0.8;
    height: 20px;
    top: 22.5px;
  }
  .transferpoints-modal .form .amount-wrapper input {
    width: 35%;
    border: none;
    color: #bebebe;
    padding: 0 20px;
    border: 1px solid rgba(0, 23, 22, 0.7);
    border-left: 0;
    margin: 0;
    -webkit-border-top-right-radius: 5px;
    -moz-border-topright-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottomright-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-topleft-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottomleft-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
    color: #000;
  }
  .transferpoints-modal .form .amount-wrapper .radio-wrapper {
    border: none;
    flex: 0 auto;
  }
  .transferpoints-modal .form .amount-wrapper .radio-wrapper label {
    margin-top: 0;
    border: 1px solid #3e3d3f;
    text-align: center;
    color: #b1b3b2;
    height: 45px;
    width: 65px;
    padding: 6px 0;
    font-size: 1.25rem;
  }
  .transferpoints-modal .form .amount-wrapper .radio-wrapper label:last-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-topleft-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottomleft-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .transferpoints-modal .form .amount-wrapper .radio-wrapper label:not(:first-child) {
    border-right: 0;
  }
  .transferpoints-modal .form .amount-wrapper .radio-wrapper label.checked {
    color: #fff;
  }
  .transferpoints-modal .form .points-amount {
    margin: 8px 0 0 0;
  }
  .transferpoints-modal .form .points-amount span {
    line-height: 1em;
  }
  .transferpoints-modal .form .points-amount span:first-child {
    color: #00bfa5;
  }
  .transferpoints-modal .form .btn {
    font-size: 1.25rem;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 15px 35px 0 rgba(177, 179, 178, 0.05), 0 5px 15px 0 rgba(61, 60, 63, 0.15);
    background-image: linear-gradient(277deg, #50ffc6, #00cf8c);
  }
  .transferpoints-modal .form.search svg {
    position: absolute;
    left: 60px;
    top: 50%;
    height: 30px;
    z-index: 1;
    transform: translateY(-30%);
  }
  
  .points-modal .modal-dialog {
    max-width: 450px;
  }
  .points-modal .modal-body {
    margin: 0;
    clear: both;
    background: #fff;
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 46px 36px;
    padding: 0 20px !important;
  }
  .points-modal .modal-body .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .points-modal .modal-body .status {
    float: right;
    background: #43b59c;
    color: #fff;
    padding: 7px 30px;
    border-radius: 0;
    transform: translateX(35px);
    position: relative;
  }
  .points-modal .modal-body .status:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 9px 14px;
    border-color: transparent transparent transparent #4a4a4a;
    position: absolute;
    right: 0;
    bottom: -9px;
  }
  .points-modal .modal-body .date {
    transform: translateX(50px);
  }
  .points-modal .modal-body .body-info {
    text-align: center;
    margin: 10px 0;
  }
  .points-modal .modal-body .footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .points-modal .modal-body .transactions {
    padding: 0;
  }
  
  /* News feed page */
  .news-feed .my-points {
    padding: 7px 0 0 0;
    background-image: linear-gradient(278deg, #50ffc6, #00cf8c);
  }
  .news-feed .my-points .title {
    font-size: 2rem;
    margin-top: 8px;
  }
  .news-feed .my-points .timeline_desc {
    margin: 1rem 0;
  }
  .news-feed .in-banner-dropdown {
    margin-top: -86px;
  }
  .news-feed .in-banner-dropdown .dropdown-menu {
    margin: 0;
    left: 0;
    max-width: 247px;
  }
  .news-feed .in-banner-dropdown .dropdown-menu .dropdown-item:not(:first-child) {
    padding-right: 42px;
    margin: 0;
  }
  
  .threads {
    margin: 24px 0;
  }
  .threads .reward {
    border-radius: 2px;
    margin: 24px 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: none;
  }
  .threads .reward.show {
    -webkit-transition: all 1.3s linear;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .threads .reward .modal-body {
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    overflow: hidden;
    clear: both;
  }
  .threads .reward .modal-title {
    top: 0;
    box-shadow: 0 20px 0px 0 white, 0px -4px 15px 0px rgba(217, 217, 217, 0.35);
    z-index: 1;
  }
  .threads .reward .close {
    left: 8px;
    top: 8px;
  }
  .threads .media {
    flex-wrap: wrap;
  }
  .threads .media .media-body > .media .membership {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
  }
  .threads .media .media-body > .thread-body {
    padding: 0;
    border: none;
    float: right;
    overflow: hidden;
  }
  .threads .media .media-body > .thread-body p {
    font-size: 0.875rem;
    color: #575757;
  }
  .threads .media .media-body .load-more {
    border-radius: 2px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    background-color: #d9d9d9;
    letter-spacing: 0.06px;
    transition: all 0.3s ease-out;
    font-size: 0.875rem;
    color: #fff;
  }
  .threads .media .media-body .load-more:hover {
    box-shadow: none;
  }
  .threads .media .user-img {
    object-fit: cover;
    width: 33px;
    height: 33px;
    border-radius: 50%;
  }
  @media (min-width: 992px) {
    .threads .media .user-img {
      width: 55px;
      height: 55px;
    }
  }
  .threads .media .user-img.small {
    width: 33px;
    height: 33px;
  }
  .threads .media .dots {
    background: none;
    border: none;
    cursor: pointer;
  }
  .threads .media .dots .dot {
    width: 4px;
    height: 4px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
  }
  .threads .media .media-header {
    display: flex;
    flex-basis: 100%;
  }
  .threads .media .flex-child {
    flex: 1 1 auto;
    min-width: 110px;
  }
  .threads .media .flex-child:last-of-type {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0;
  }
  @media (min-width: 992px) {
    .threads .media .flex-child:last-of-type {
      position: relative;
    }
  }
  .threads .media .flex-child:last-of-type time {
    display: none;
  }
  @media (min-width: 992px) {
    .threads .media .flex-child:last-of-type time {
      display: block;
    }
  }
  .threads .media .flex-child .reciver_arrow::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .threads .media .flex-child .sender_name, .threads .media .flex-child .reciver, .threads .media .flex-child .other-recivers_count {
    float: right;
  }
  @media (max-width: 991px) {
    .threads .media .flex-child .sender_name {
      margin-bottom: 5px;
    }
  }
  .threads .media .other-recivers_count {
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    position: relative;
    box-shadow: 2px 2px 6px 0px #b9b8b8;
    min-width: 33px;
    transform: translateY(-5px);
    margin: 0 10px 0 0;
  }
  .threads .media .other-recivers_count.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #cdcdcd;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .threads .media .other-recivers_table {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 #d9d9d9, 0 15px 35px 0 rgba(217, 217, 217, 0.35);
    padding: 15px;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in;
    z-index: -1;
    visibility: hidden;
    top: 85px;
    left: 0;
    display: block;
    max-height: 240px;
    background-color: #fff;
    overflow: auto;
  }
  .threads .media .other-recivers_table.active {
    top: 36px;
    visibility: visible;
    z-index: 0;
    opacity: 1;
  }
  .threads .media .other-recivers_table span {
    padding: 5px 0 0 0;
    display: block;
  }
  .threads .media .other-recivers_table span:not(:last-of-type) {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
  }
  .threads .media .membership {
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
    color: #575757;
  }
  @media (min-width: 992px) {
    .threads .media .membership {
      font-size: 1.125rem;
    }
  }
  .threads .media time {
    font-size: 0.8125rem;
    color: #b1b3b2;
  }
  .threads .media .post-privacy {
    color: #b1b3b2;
    font-size: 0.75rem;
    font-weight: 500;
  }
  @media (min-width: 992px) {
    .threads .media .post-privacy {
      font-size: 1rem;
    }
  }
  .threads .new-thread .body {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    background-color: #ffffff;
    min-height: 70px;
  }
  .threads .new-thread .body textarea {
    opacity: 0.6;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: -0.19px;
    color: #213747;
    resize: none;
    width: 100%;
    border: none;
  }
  .threads .new-thread .btn {
    line-height: normal;
    padding: 0px 13px;
    font-size: 1.125rem;
    background-image: linear-gradient(302deg, #50ffc6, #00cf8c);
    border-radius: 2px;
  }
  @media (min-width: 992px) {
    .threads .new-thread .btn {
      font-size: 1.375rem;
      padding: 5px 37px;
    }
  }
  .threads .existing-thread {
    padding: 14px 14px 14px 30px;
    position: relative;
    border-radius: 6px;
    margin: 24px 0;
    box-shadow: 0 15px 35px 0 rgba(217, 217, 217, 0.05), 0 5px 15px 0 rgba(217, 217, 217, 0.35);
    background-color: #ffffff;
  }
  @media (min-width: 992px) {
    .threads .existing-thread {
      padding: 24px 16px 23px 40px;
    }
  }
  .threads .existing-thread .thread-body {
    padding: 8px 0;
    margin-bottom: 7px;
    border-bottom: solid 1px #dfe0e4;
  }
  .threads .existing-thread .thread-body p {
    line-height: normal;
    color: #575757;
  }
  .threads .existing-thread .thread-body .thread-stats {
    font-size: 0.75rem;
    font-weight: 300;
    color: #b1b3b2;
  }
  .threads .existing-thread .actions {
    flex-basis: 100%;
    overflow: hidden;
  }
  .threads .existing-thread .actions .svg-color {
    fill: #00cf8c;
  }
  .threads .existing-thread .actions .svg-button {
    background: none;
    border: none;
    font-weight: 500;
    padding: 0 0 0 15px;
  }
  .threads .existing-thread .actions .svg-button svg {
    height: 12px;
    width: 12px;
    margin-left: 5px;
    fill: #d9d9d9;
    transition: all 0.3s ease-out;
  }
  .threads .existing-thread .actions .svg-button:hover, .threads .existing-thread .actions .svg-button.active {
    color: #00cf8c;
  }
  .threads .existing-thread .actions .svg-button:hover svg, .threads .existing-thread .actions .svg-button.active svg {
    fill: #00cf8c;
  }
  .threads .existing-thread .actions.overlay {
    padding: 6px 16px;
  }
  .threads .existing-thread .actions.overlay .btn {
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06px;
  }
  .threads .existing-thread .actions.grey {
    background: #b1b3b2;
  }
  .threads .existing-thread .actions .btn-info {
    float: left;
    background-image: linear-gradient(304deg, #00cf8c, #006947);
    padding: 4px 16px;
  }
  .threads .existing-thread .comments {
    flex-basis: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .threads .existing-thread .comments .new-comment {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    top: 70px;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .threads .existing-thread .comments.show .new-comment {
    opacity: 1;
    top: 0;
    height: 100%;
    visibility: visible;
  }
  .threads .existing-thread .comments .existing-comments .inner-comment:not(:first-of-type) {
    display: none;
  }
  .threads .existing-thread .comments textarea {
    width: 100%;
    height: 49px;
    resize: none;
    border-color: #b1b3b2;
    font-size: 0.875rem;
    border-radius: 2px;
    color: #b1b3b2;
    display: block;
    letter-spacing: 0.07;
    padding: 8px 16px;
  }
  .threads .existing-thread .comments textarea::placeholder {
    color: inherit;
  }
  .threads .existing-thread .comments textarea::focus, .threads .existing-thread .comments textarea ::active {
    outline: none;
  }
  .threads .existing-thread .comments .media {
    margin: 0;
  }
  .threads .existing-thread .comments > .media {
    margin-right: 18px;
  }
  @media (min-width: 992px) {
    .threads .existing-thread .comments > .media {
      margin-right: 58px;
    }
  }
  .threads .existing-thread .comments .comments-number {
    color: #575757;
    letter-spacing: 0.08px;
    font-weight: bold;
    margin: 7px 0 8px;
    display: block;
  }
  .threads .existing-thread .sticker_frame {
    border-radius: 2px !important;
  }
  
  /* Gernral half circels with border in center */
  .half-circles {
    position: relative;
  }
  .half-circles:before, .half-circles:after {
    content: "";
    background: #fafafa;
    display: block;
    position: absolute;
    top: 0%;
    height: 45px;
    width: 23px;
    transform: translateY(-50%);
  }
  .half-circles:before {
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-bottomright-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-border-top-right-radius: 45px;
    -moz-border-topright-radius: 45px;
    border-top-right-radius: 45px;
    left: 0;
    -webkit-box-shadow: inset -1px 2px 2px 0px rgba(231, 231, 231, 0.35), -4px 0px 0px 0px #fafafa;
    -o-box-shadow: inset -1px 2px 2px 0px rgba(231, 231, 231, 0.35), -4px 0px 0px 0px #fafafa;
    box-shadow: inset -1px 2px 2px 0px rgba(231, 231, 231, 0.35), -4px 0px 0px 0px #fafafa;
  }
  .half-circles:after {
    right: 0;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-bottomleft-radius: 45px;
    border-bottom-left-radius: 45px;
    -webkit-border-top-left-radius: 45px;
    -moz-border-topleft-radius: 45px;
    border-top-left-radius: 45px;
    box-shadow: inset 1px 2px 2px 0px rgba(231, 231, 231, 0.35), 4px 0px 0px 0px #fafafa;
    -o-box-shadow: inset 1px 2px 2px 0px rgba(231, 231, 231, 0.35), 4px 0px 0px 0px #fafafa;
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(231, 231, 231, 0.35), 4px 0px 0px 0px #fafafa;
  }
  .half-circles .line {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 50%, #ebebeb 50%);
    background-size: 21px 100%;
    height: 3px;
  }
  
  .image-upload {
    float: left;
  }
  .image-upload > input {
    display: none;
  }
  .image-upload label {
    margin: 0;
  }
  .image-upload svg {
    width: 24px;
    cursor: pointer;
    fill: #00cf8c;
  }
  
  .modal-open .main {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
  }
  
  /* Loading Animation*/
  .loading-container {
    animation: rotate 3s linear infinite;
    height: 50px;
    transform-origin: bottom center;
    top: 50%;
    position: fixed;
    left: 50%;
    display: none;
  }
  .loading-container .circle {
    background-color: #00cf8c;
    border-radius: 50%;
    display: inline-block;
    margin: -10px;
    height: 40px;
    width: 40px;
    animation: grow 1.5s linear infinite;
    transform: scale(0);
  }
  .loading-container .circle:last-child {
    background-color: #3e3d3f;
    animation-delay: 0.75s;
  }
  
  button.close {
    background: #efa517;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
    text-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 11;
  }
  button.close span {
    position: absolute;
    color: #fff;
    top: 0;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 1.1875rem;
  }
  
  .custom-file .svg {
    float: left;
    width: 20px;
  }
  .custom-file label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-file label:after {
    content: "";
    display: none;
  }
  
  .tables {
    margin: 1rem 0;
  }
  .tables .nav-item {
    padding: 0;
  }
  .tables .nav-item .nav-link {
    padding: 1rem 0;
    background: none;
    border: none;
    color: #575757;
  }
  .tables .nav-item.active {
    transition: color 0.5s ease-in;
  }
  .tables .nav-item.active .nav-link {
    color: #fff;
  }
  .tables .tab-content {
    margin: 1rem 0;
  }
  
  .user-card {
    text-align: center;
    justify-content: center;
    margin-top: 24px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .user-card:last-of-type {
    margin-bottom: 24px;
  }
  .user-card img {
    border: 2px solid #fff;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15), 0 1.5px 3px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
    background-color: #fff;
  }
  .user-card .user-image {
    margin: -33px 0 0 0;
  }
  .user-card .user-name {
    font-size: 1.25rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
  }
  .user-card .background {
    background: linear-gradient(to bottom, #144c84, #13bcd8);
    background: -webkit-linear-gradient(to bottom, #144c84, #13bcd8);
    margin: -12px -12px 0 -12px;
    height: 60px;
  }
  .user-card .points {
    text-align: right;
    font-size: 1.0625rem;
    color: #b1b3b2;
    height: 45px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px;
  }
  .user-card .points .number {
    color: #43b59c;
    font-size: 1.25rem;
    font-weight: bold;
  }
  @media (min-width: 1200px) {
    .user-card .points .number {
      font-size: 1.5rem;
    }
  }
  .user-card .user-profile {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px;
  }
  
  .leaderbord {
    padding: 12px;
    text-align: right;
  }
  .leaderbord .title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.125rem;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 15px 0;
  }
  .leaderbord .title img {
    width: 30px;
    height: 30px;
    box-shadow: none;
    margin: 0;
  }
  .leaderbord .leader {
    display: flex;
    align-items: center;
  }
  .leaderbord .leader .position {
    font-size: 1.125rem;
    color: #00cf8c;
    margin-left: 8px;
    font-weight: bold;
  }
  .leaderbord .leader svg {
    height: 20px;
  }
  .leaderbord .leader .image img {
    margin-right: 2px;
    width: 45px;
    height: 45px;
    object-fit: cover;
  }
  @media (min-width: 1200px) {
    .leaderbord .leader .image img {
      width: 55px;
      height: 55px;
    }
  }
  .leaderbord .leader .name {
    max-width: 100%;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
  }
  
  .text-link {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #43b59c;
    padding: 0;
    cursor: pointer;
  }
  .text-link:hover {
    color: inherit;
  }
  
  .point-tabs {
    border: none;
  }
  .point-tabs .nav-item {
    color: #575757;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 2px 0;
    margin: 0 30px;
    transition: all 0.3s ease-in;
  }
  .point-tabs .nav-item.active {
    border-bottom: 3px #00cf8c solid;
  }
  
  .packages-tab .description, .packages-tab .title {
    color: #575757;
    font-weight: bold;
  }
  .packages-tab .description {
    font-size: 1.125rem;
    margin: 0;
  }
  .packages-tab #nav-checkout {
    margin: 25px 10px;
  }
  @media (min-width: 768px) {
    .packages-tab #nav-checkout {
      margin: 50px 15px;
    }
  }
  
  @media (max-width: 767px) {
    .packages {
      flex-wrap: wrap;
    }
  }
  .packages .package {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    border-radius: 12px;
    display: flex;
    flex: 1 1 80%;
    margin: 25px 10px;
    padding: 45px 25px;
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, box-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  }
  .packages .package:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
  }
  @media (min-width: 768px) {
    .packages .package {
      flex: 1 1 33.3%;
      margin: 50px 15px 100px 15px;
    }
  }
  .packages .package .name {
    font-size: 1.375rem;
    color: #00cf8c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }
  .packages .package .amount {
    font-size: 2rem;
    color: #00cf8c;
    font-weight: bold;
    margin: 15px 0 25px 0;
  }
  .packages .package .price {
    color: #575757;
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  .my-points .breadcrumb a:hover,
  .page-hero .breadcrumb a:hover {
    color: #fff;
  }
  .my-points .breadcrumb a.active,
  .page-hero .breadcrumb a.active {
    color: #3e3d3f;
  }
  
  .select2-selection {
    border-radius: 6px !important;
    min-height: 45px !important;
    display: flex !important;
    align-items: center;
    padding: 8px 16px;
  }
  
  .select2-selection__rendered {
    padding: 0 !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
  }
  
  .select2-selection__rendered,
  .select2-search__field {
    font-size: 1.125rem;
  }
  
  .form .input-error {
    border-color: red !important;
    color: red !important;
  }
  .form .input-error + .radio-wrapper .radio-button:first-of-type {
    border-right-color: red !important;
  }
  
  #notification_count {
    left: -4px;
    margin-top: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    font-size: 11px;
  }
  
  /*# sourceMappingURL=app-rtl.css.map */
  