﻿@charset "UTF-8";
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.block {
  display: block;
}

.inline-middle {
  display: inline-block;
  vertical-align: middle;
}

.float-l {
  float: left !important;
}

.float-r {
  float: right !important;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

.fullwidth {
  width: 100%;
}

img.fullwidth {
  height: auto;
}

.mt-1 {
  margin-top: 5px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.pad-5 {
  padding: 5px !important;
}

.pad-10 {
  padding: 10px !important;
}

.pad-15 {
  padding: 15px !important;
}

.pad-20 {
  padding: 20px !important;
}

.pad-25 {
  padding: 25px !important;
}

.no-pad {
  padding: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.lh-1 {
  line-height: 1;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.white-text {
  color: white;
}

.black-text {
  color: black;
}

.fa-after:after {
  /*font-family: FontAwesome;*/
  position: absolute;
}

.fa-before:before {
  /*font-family: FontAwesome;*/
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-xs {
    margin-bottom: 15px;
  }

  .nf-xs {
    float: none !important;
  }

  .block-xs {
    display: block;
  }
}
.text-red {
  color: red;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  /*margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  /*line-height: 1;*/
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  /*color: inherit;*/
}
a:hover, a:visited, a:focus {
  /*color: inherit;
  text-decoration: none;*/
}

.c-1-bg {
  background: #54c5d0;
}

.c-1-text {
  color: #54c5d0 !important;
}

.c-2-bg {
  background: #373e4c;
}

.c-2-text {
  color: #373e4c !important;
}

.c-6-text {
  color: #ffa000 !important;
}

.tc-red {
  color: red;
}

body {
  /*-webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;*/
}

#page-content {
    direction: rtl;
    font-family: "yekan";
}

#page-content {
  background-color: #f2f3f7 !important;
  position: relative;
}
#page-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: #373e4c;
  z-index: 0;
}

#club {
  margin-top: 0px;
  position: relative;
}
#club .club-bg {
  background: #eff3f6;
  min-height: 800px;
}
#club .white-wrapper {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px;
  min-height: 760px;
}

.club-content {
  position: relative;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}

.club-header {
  position: relative;
  z-index: 1;
  background: #373e4c;
  height: 50px;
}
.club-header .left-col {
  padding-right: 0;
}
.club-header .logo {
  line-height: 50px;
}
.club-header .logo img {
  display: inline-block;
  vertical-align: middle;
}
.club-header .nav {
  color: white;
  font-size: 12px;
}
.club-header .nav > li > .inline-middle {
  line-height: 1;
}
.club-header .nav > li {
  float: left;
}
.club-header .nav > li {
  position: relative;
  border-right: 1px solid #4d535f;
  line-height: 50px;
  padding: 0 10px;
  transition: background-color 0.3s;
}
.club-header .nav > li > a {
  color: white;
}
.club-header .nav > li:last-child {
  border-right: none;
}
.club-header .nav > li:first-child {
  width: 40px;
  text-align: center;
}
.club-header .nav li.hvc:hover {
  background-color: #ffa000;
}
.club-header .nav .profile-nav {
  height: 50px;
  cursor: pointer;
}
.club-header .nav .profile-nav .username, .club-header .nav .profile-nav .avatar {
  display: inline-block;
  vertical-align: middle;
}
.club-header .nav .profile-nav .avatar {
  float: left;
  margin-top: 5px;
  line-height: 50px;
}
.club-header .nav .profile-nav .avatar img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.club-header .nav .profile-nav .username {
  font-size: 13px;
  position: relative;
}
.club-header .nav .profile-nav .caret-down {
  color: gray;
  font-size: 14px;
  position: relative;
  top: -1px;
  right: 0;
  padding: 0px 10px;
}
.club-header .nav .profile-nav.open .username:after {
  content: "";
}
.club-header .nav .notifications {
  min-width: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  padding: 0px 10px;
}
.club-header .nav .notifications .badge {
  background: #ffa000;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 17px;
  height: 17px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  border: 2px solid #373e4b;
}
.club-header .nav .notifications:hover .sicon {
  background-position: -32px -59px;
}
.club-header .nav .notifications:hover .badge {
  background: #ffffff;
  color: #333333;
  border-color: #ffffff;
}
.club-header .power-off:hover .sicon {
  background-position: -304px -53px;
}

.has-dropdown:not(.sbc):hover .nav-dropdown {
  display: block;
}

.has-dropdown.open .nav-dropdown {
  display: block;
}

.nav-dropdown {
  line-height: 1;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 400;
  display: none;
  text-align: right;
  background: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.18);
}

.notification-list {
  width: 250px;
  padding: 10px;
  line-height: 1;
}
.notification-list .list-title {
  color: #282f3d;
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 5px;
}
.notification-list ul {
  border-top: 1px solid #e5e5e5;
}
.notification-list ul .item {
  margin: 5px 0;
  padding: 9px 10px;
  color: #555;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  border-right: 2px solid #ffa000;
}
.notification-list ul .item p {
  font-size: 13px;
}
.notification-list ul .item .title {
  font-size: 14px;
  font-weight: normal;
}
.notification-list ul .item .date {
  color: #8e8e8e;
  font-size: 11px;
}
.notification-list ul .item:hover {
  background: #f3f3f3;
}

.profile-dropdown {
  color: black;
  width: 100%;
}
.profile-dropdown li {
  line-height: 50px;
  padding: 0 15px;
}
.profile-dropdown li:hover {
  color: #ffa000;
}

.website-title {
  font-size: 14px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.header-gray-text {
  color: #ccc;
}

.last-login-mobile {
  background: #eeeeee;
  padding: 7px;
  font-size: 14px;
  color: #373e4c;
}
.last-login-mobile p {
  margin: 0;
}

.section-title {
  border-radius: 7px;
  color: black;
  padding: 12px 10px;
  font-size: 18px;
}
.section-title.c5 {
  color: #373e4c;
  background: #ffe2aa;
}
.section-title.white-smoke {
  background: #f4f4f4;
  color: #54c5d0;
}
.section-title.gift-pat {
  background: #00cccc url(../../../assets/img/gift-pattern-o.png) repeat;
  background-size: 260px;
  font-size: 18px;
  color: white;
}

.outline-box {
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 10px;
}
.outline-box.with-title .title {
  font-size: 16px;
  color: #ffa000;
}
.outline-box.outline-box-custom {
  padding: 9px 15px;
  border-radius: 5px;
}
.outline-box.outline-box-custom .score-view {
  margin: 0;
  font-size: 16px;
  text-align: right;
}
.outline-box .lottery-guide-title {
  font-size: 20px;
  color: #ffa000;
}

.panel {
  border-radius: 15px;
}
.panel .panel-body {
  border-radius: 15px;
  padding: 12px;
  font-size: 13px;
}
.panel .panel-title {
  font-size: 16px;
}
.panel .panel-title .title-icon {
  margin-left: 8px;
}
.panel .panel-head {
  border-radius: 15px 15px 0 0;
  padding: 9px 20px 13px 20px;
}
.panel .panel-head + .panel-body {
  border-radius: 0 0 15px 15px;
}
.panel.panel-default .panel-body {
  /*background: #f4f4f4;*/
}
.panel.panel-primary {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.11);
  background: white;
}
.panel.panel-primary .panel-head {
  background: #ffe2aa;
}
.panel.panel-awards .panel-head {
  background: #ffa000 url(../../../assets/img/award-gift-pattern.png) repeat-x;
  height: 72px;
  line-height: 72px;
  color: white;
  padding: 0;
}
.panel.panel-awards .panel-head.panel-head-lottery {
  background: #00cccc;
  background-image: none;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
}
.panel.panel-awards .panel-head.panel-head-lottery.panel-head-lottery-disable {
  background: #b5b5b5;
}
.panel.panel-awards .panel-title {
  padding: 0 15px;
  border-radius: 15px 15px 0 0;
  background: -moz-linear-gradient(left, rgba(255, 160, 0, 0) 0%, #ffa000 53%, #ffa000 100%);
  background: -webkit-linear-gradient(left, rgba(255, 160, 0, 0) 0%, #ffa000 53%, #ffa000 100%);
  background: linear-gradient(to right, rgba(255, 160, 0, 0) 0%, #ffa000 53%, #ffa000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffa000", endColorstr="#ffa000",GradientType=1 );
}
.panel.panel-awards .panel-body {
  background: white;
}
.panel.panel-awards .panel-body.panel-body-lottery {
  background: #f4f4f4;
  height: 117px;
}
.panel.panel-awards .panel-body.panel-body-lottery .number-chance {
  font-size: 15px;
  padding: 26px 0;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time {
  direction: ltr;
  text-align: center;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time li {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time li p {
  line-height: 1.3em;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time li .first {
  font-size: 25px;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time li .last {
  font-size: 15px;
  color: #595959;
}
.panel.panel-awards .panel-body.panel-body-lottery .lottery-time li:first-child {
  border-right: 1px solid gainsboro;
  padding: 0 18px;
}
.panel.panel-awards .panel-body.panel-body-lottery .disabled-txt {
  color: #b5b5b5;
  line-height: 73px;
}
.panel.panel-awards .panel-body.height-adjust {
  min-height: 425px;
}
.panel.panel-awards .panel-body .disabled-lottery {
  margin-top: 101px;
}
.panel.panel-awards .panel-body .disabled-lottery img {
  margin: 0 auto;
}

@media only screen and (max-width: 1198px) and (min-width: 992px) {
  .panel.panel-awards .panel-body.panel-body-lottery .number-chance {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .panel.panel-awards .panel-body.panel-body-lottery .number-chance {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .panel.panel-awards .panel-body.panel-body-lottery {
    height: auto;
  }
  .panel.panel-awards .panel-body.panel-body-lottery .number-chance {
    font-size: 11px;
    text-align: right;
  }
  .panel.panel-awards .panel-body.panel-body-lottery .lottery-time li {
    display: block;
  }
  .panel.panel-awards .panel-body.panel-body-lottery .lottery-time li:first-child {
    border-right: none;
    border-bottom: 1px solid gainsboro;
    padding: 18px 0;
  }
  .panel.panel-awards .panel-body.panel-body-lottery .disabled-txt {
    line-height: initial;
  }
}
.h1 {
  font-size: 30px;
}

.h2 {
  font-size: 25px;
}

.h3 {
  font-size: 22px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 15px;
}

.h6 {
  font-size: 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.4em 0;
}

p {
  /*margin: 0.5em 0 0 0;
  line-height: 1.8em;*/
}

.normal-link, .editor-text a:not(.button) {
  color: #54c5d0 !important;
}
.normal-link:hover, .editor-text a:hover:not(.button) {
  text-decoration: underline;
}

.tip-circle {
  padding-right: 10px;
  font-size: 13px;
}
.tip-circle:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: #ffa000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 7px -12px 0 7px;
}

.editor-text {
  color: #333;
  line-height: 1.5em;
  font-size: 14px;
}
.editor-text p {
  margin: 0.5em 0;
}
.editor-text strong, .editor-text b {
  font-weight: bold;
}
.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
  line-height: 1.4em;
  margin: 0.5em 0;
}
.editor-text h1 {
  font-size: 27px;
}
.editor-text h2 {
  font-size: 24px;
}
.editor-text h3 {
  font-size: 18px;
}
.editor-text h4 {
  font-size: 16px;
}
.editor-text h5 {
  font-size: 14px;
}
.editor-text h6 {
  font-size: 11px;
}
.editor-text ul, .editor-text ol {
  margin: 1em 0;
}
.editor-text li {
  margin: 0.4em 0;
}
.editor-text ul {
  text-indent: -15px;
  margin: 0 25px 0 0;
}
.editor-text ul li:before {
  content: " ";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-radius: 50%;
  background: #ffa000;
  display: inline-block;
  vertical-align: middle;
}
.editor-text ol {
  list-style-type: decimal;
  margin: 0 25px 0 0;
}
.editor-text ol li {
  color: #ffa000;
}
.editor-text ol li span {
  color: #333;
}

.tc-orange {
  color: #ffa000;
}

.tc-blue {
  color: #54c5d0;
}

.button {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  padding: 4px 10px;
  transition: box-shadow 0.3s;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #dddddd;
  color: #666666;
}
.button:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.button.button-primary {
  background: #03c5c5;
  color: white;
}
.button.button-c6 {
  background: #ffa000;
  color: white;
}
.button.button-lg {
  font-size: 18px;
  padding: 12px 20px;
}
.button.button-sm-size {
  font-size: 14px;
  padding: 17px 20px;
}
.button.button-xs {
  font-size: 14px;
  padding: 4px 8px;
}
.button.button-block {
  width: 100%;
  display: block;
}
.button.button-simple {
  border: none;
  background: #f2f2f2;
  color: #54c5d0;
}
.button.button-secondary {
  background: #e5e5e5;
  color: #999999;
}
.button.button-custom-size {
  padding: 9px 2px;
}
.button[disabled] {
  opacity: 0.4;
  box-shadow: none;
}
.button[disabled]:hover {
  box-shadow: none;
}

input, select, textarea {
  transition: border-color 0.2s;
}
input:focus, select:focus, textarea:focus {
  border-color: #54c5d0 !important;
  outline: 0;
}
input.error, select.error, textarea.error {
  background: #ffebeb !important;
  border-color: #ff8787 !important;
}
.input-success, .invite-box input.ng-valid, input.success, select.success, textarea.success {
  background: #e5ffee !important;
  border-color: #03c5c5 !important;
}

input[type=email] {
  /*font-family: sans-serif, SansSerif, seif, arial;*/
  text-transform: lowercase;
}

textarea.club-text-field, input.club-text-field {
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  border-radius: 5px;
  width: 100%;
}

textarea.club-text-field {
  padding: 5px 10px;
  line-height: 1.5em;
}

input.club-text-field {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.alert {
  padding: 15px;
  border-radius: 5px;
  background: #f4f4f4;
  font-size: 15px;
  line-height: 1.5em;
  color: #666;
}
.alert.alert-info {
  background: #edfaff;
}
.alert.alert-danger {
  background: #ffebc6;
  color: black;
}

.sicon {
  background: transparent url(../../../assets/img/icons/sprite.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sicon.i-clock {
  width: 23px;
  height: 23px;
  background-position: -269px -13px;
  margin-top: 5px;
  margin-left: 10px;
}
.sicon.i-power-off {
  width: 23px;
  height: 23px;
  background-position: -304px -13px;
}
.sicon.i-message {
  width: 23px;
  height: 23px;
  background-position: -11px -59px;
}
.sicon.i-star {
  width: 20px;
  height: 20px;
  background-position: -65px -58px;
}
.sicon.i-circle-arrow-right {
  width: 42px;
  height: 42px;
  background-position: -5px -3px;
}
.sicon.i-circle-arrow-left {
  width: 42px;
  height: 42px;
  background-position: -54px -3px;
}
.sicon.i-stat {
  width: 29px;
  height: 29px;
  background-position: -153px -10px;
}
.sicon.i-chart {
  width: 29px;
  height: 29px;
  background-position: -193px -8px;
}
.sicon.i-points-gray {
  width: 89px;
  height: 89px;
  background-position: -11px -102px;
}
.sicon.i-check {
  width: 17px;
  height: 13px;
  background-position: -17px -377px;
}
.sicon.i-time {
  width: 20px;
  height: 20px;
  background-position: -15px -403px;
}
.sicon.i-calendar {
  width: 19px;
  height: 20px;
  background-position: -15px -434px;
}
.sicon.i-nav-home {
  width: 21px;
  height: 21px;
  background-position: -515px -14px;
}
.sicon.i-nav-gift {
  width: 21px;
  height: 21px;
  background-position: -412px -14px;
}
.sicon.i-nav-points {
  width: 21px;
  height: 21px;
  background-position: -342px -14px;
}
.sicon.i-nav-profile {
  width: 21px;
  height: 21px;
  background-position: -446px -14px;
}
.sicon.i-nav-guide {
  width: 21px;
  height: 21px;
  background-position: -376px -14px;
}
.sicon.i-nav-invite {
  width: 21px;
  height: 21px;
  background-position: -479px -14px;
}
.sicon.i-nav-survey {
  width: 21px;
  height: 21px;
  background-position: -548px -14px;
}
.sicon.i-recent {
  width: 30px;
  height: 30px;
  background-position: -105px -9px;
}
.sicon.i-sign-out {
  width: 20px;
  height: 20px;
  background-position: -12px -247px;
}
.sicon.i-gear {
  width: 20px;
  height: 20px;
  background-position: -12px -207px;
}
.sicon.i-send {
  width: 20px;
  height: 20px;
  background-position: -13px -293px;
}
.sicon.i-use-invite {
  width: 23px;
  height: 20px;
  background-position: -61px -293px;
}
.sicon.i-gift {
  width: 23px;
  height: 27px;
  background-position: -132px -62px;
}
.sicon.i-white-arrow-left {
  width: 15px;
  height: 12px;
  background-position: -19px -342px;
}
.sicon.i-check-circle {
  width: 21px;
  height: 21px;
  background-position: -15px -470px;
}
.sicon.i-print {
  width: 16px;
  height: 16px;
  background-position: -18px -509px;
}
.sicon.i-printable-icon {
  width: 27px;
  height: 25px;
  background-position: -14px -547px;
}
.sicon.i-qr-code-icon {
  width: 26px;
  height: 25px;
  background-position: -15px -589px;
}
.sicon.i-add-counter {
  width: 14px;
  height: 2px;
  background-position: -69px -350px;
}
.sicon.i-minus-counter {
  width: 15px;
  height: 14px;
  background-position: -69px -372px;
}
.sicon.i-lottery-icon-menu {
  width: 18px;
  height: 35px;
  background-position: -587px -11px;
}

.nav-panel {
  border-radius: 10px;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.11);
  background: white;
  min-height: 500px;
}
.nav-panel ul li {
  line-height: 60px;
}
.nav-panel ul li a {
  display: block;
  padding: 0 20px;
}
.nav-panel ul li .sub {
  transition: 0.5s;
  max-height: 0;
  background: #e5f9f9;
  overflow: hidden;
}
.nav-panel ul li .sub li {
  padding: 8px;
  position: relative;
  line-height: 35px;
}
.nav-panel ul li .sub li:before {
  content: "";
  font-size: 7px;
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 23px;
  line-height: 1;
  color: #54c5d0;
}
.nav-panel ul li .sub li a {
  border: 1px solid #b8efef;
  border-radius: 4px;
}
.nav-panel ul li .sub li a:hover {
  background: #b8efef;
  border-color: #03c5c5;
}
.nav-panel ul li.has-child {
  position: relative;
}
.nav-panel ul li.has-child:after {
  content: "";
  f/*ont-family: FontAwesome;*/
  position: absolute;
  left: 15px;
  top: 21px;
  line-height: 1;
  color: #bbbbbb;
}
.nav-panel ul li.has-child.open .sub {
  max-height: 200px;
}
.nav-panel ul li.has-child.open:after {
  content: "";
}
.nav-panel ul > li:first-child {
  border-radius: 10px 10px 0 0;
}
.nav-panel ul > li > a > .sicon {
  margin-left: 18px;
}
.nav-panel ul > li.active {
  background: #54c5d0;
}
.nav-panel ul > li.active > a {
  color: white;
}
.nav-panel ul > li.active > a > .sicon {
  background-position-y: -53px;
}

.navigation-menu ul li {
  line-height: 60px;
}
.navigation-menu ul li a {
  display: block;
  padding: 0 20px;
  font-size: 0.9em;
}
.navigation-menu ul li .sub {
  transition: 0.5s;
  max-height: 0;
  background: #e5f9f9;
  overflow: hidden;
}
.navigation-menu ul li .sub li {
  padding: 8px;
  position: relative;
  line-height: 35px;
}
.navigation-menu ul li .sub li:before {
  content: "";
  font-size: 7px;
  /*font-family: FontAwesome;*/
  position: absolute;
  right: 17px;
  top: 23px;
  line-height: 1;
  color: #54c5d0;
}
.navigation-menu ul li .sub li a {
  border: 1px solid #b8efef;
  border-radius: 4px;
  color: rgba(55, 62, 76, 0.8);
}
.navigation-menu ul li > a > .sicon {
  margin-left: 18px;
}
.navigation-menu ul li.has-child {
  position: relative;
}
.navigation-menu ul li.has-child:after {
  content: "";
  /*font-family: FontAwesome;*/
  position: absolute;
  left: 15px;
  top: 21px;
  line-height: 1;
  color: #bbbbbb;
}
.navigation-menu ul li.has-child.open .sub {
  max-height: 200px;
}
.navigation-menu ul li.has-child.open:after {
  content: "";
}
.navigation-menu ul > li.active {
  background: #54c5d0;
}
.navigation-menu ul > li.active > a {
  color: white;
}
.navigation-menu ul > li.active > a > .sicon {
  background-position-y: -53px;
}
.navigation-menu ul > li.has-child.active:after {
  color: white;
}
.navigation-menu > ul > li > a {
  color: #888888;
}
.navigation-menu .new-item {
  color: #f13131;
}

.table {
  width: 100%;
}
.table.simple {
  border: none;
}
.table.simple td {
  border: none;
  padding: 15px;
}
.table.data-table {
  font-size: 13px;
}
.table.data-table th {
  background: #18c9c9;
  color: white;
  font-weight: bold;
}
.table.data-table th, .table.data-table td {
  border-left: 2px solid white;
}
.table.data-table th:last-child, .table.data-table td:last-child {
  border-left: none;
}
.table.data-table td, .table.data-table th {
  padding: 15px 20px;
}
.table.data-table td:first-child, .table.data-table th:first-child {
  border-radius: 0 6px 6px 0;
}
.table.data-table td:last-child, .table.data-table th:last-child {
  border-radius: 6px 0 0 6px;
}
.table.data-table tr:nth-child(even) td {
  background: #eff3f6;
}
.table.orange-hover tr:hover td {
  color: white;
  background: #ffa000;
}
.table.fetching {
  opacity: 0.4;
}
.table.table-middle-cells td, .table.table-middle-cells th {
  vertical-align: middle;
}
.table .table-col-1 {
  width: 25px;
}
.table .table-col-2 {
  width: 50px;
}
.table .table-col-3 {
  width: 75px;
}
.table .table-col-4 {
  width: 100px;
}
.table .table-col-5 {
  width: 125px;
}
.table .table-col-6 {
  width: 150px;
}
.table .table-col-7 {
  width: 175px;
}
.table .table-col-8 {
  width: 200px;
}
.table .table-col-9 {
  width: 225px;
}
.table .table-col-10 {
  width: 250px;
}
.table .table-col-11 {
  width: 275px;
}
.table .table-col-12 {
  width: 300px;
}
.table .table-col-13 {
  width: 325px;
}
.table .table-col-14 {
  width: 350px;
}
.table .table-col-15 {
  width: 375px;
}
.table .table-col-16 {
  width: 400px;
}
.table .table-col-17 {
  width: 425px;
}
.table .table-col-18 {
  width: 450px;
}
.table .table-col-19 {
  width: 475px;
}
.table .table-col-20 {
  width: 500px;
}

.table-navigation {
  direction: ltr;
  margin-top: 15px;
}
.table-navigation li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.table-navigation li a {
  font-size: 12px;
  background: #eff3f6;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.table-navigation li a:hover {
  background: #54c5d0;
  color: white;
}
.table-navigation li.selected a {
  background: #373e4c;
  color: white;
}
.table-navigation li.number a {
  border-radius: 50%;
  width: 30px;
  text-align: center;
}
.table-navigation .prev, .table-navigation .next {
  border-radius: 15px;
  padding: 0 10px;
}

.table-tools select, .table-tools input {
  background: #f9f9f9;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
}
.table-tools select {
  min-width: 50px;
  text-align: center;
  padding: 0 10px;
}
.table-tools input {
  padding: 0 5px;
}
.table-tools label {
  line-height: 35px;
  display: inline-block;
  font-size: 12px;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .input-icon {
  position: absolute;
  top: 8px;
}
.input-with-icon.icon-left input {
  padding-left: 30px;
}
.input-with-icon.icon-left .input-icon {
  left: 9px;
}
.input-with-icon.icon-right input {
  padding-right: 30px;
}
.input-with-icon.icon-right .input-icon {
  right: 9px;
}

.table.sortable-table th:not(.no-sort) {
  position: relative;
  padding-right: 50px;
}
.table.sortable-table th:not(.no-sort):after {
  content: " ";
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: rgba(0, 0, 0, 0.17) url(../../../assets/img/icons/sprite.png) no-repeat -222px 0;
}
.table.sortable-table th:not(.no-sort).asc:after {
  background-position: -222px -37px;
}
.table.sortable-table th:not(.no-sort).desc:after {
  background-position: -222px -78px;
}

.table.data-table.sortable-table th:first-child:after {
  border-radius: 0 6px 6px 0;
}

.table.two-col td {
  padding: 4px 0;
}
.table.two-col td > span {
  display: block;
  padding: 10px 20px;
  background: #e5f9f9;
}
.table.two-col tr td:first-child > span {
  border-radius: 0 5px 5px 0;
}
.table.two-col tr td:last-child > span {
  border-radius: 5px 0 0 5px;
}

.mobile-view-table {
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}
.mobile-view-table tr th, .mobile-view-table tr td {
  padding: 10px;
}
.mobile-view-table tr:nth-child(odd) td, .mobile-view-table tr:nth-child(odd) th {
  background: #eff3f6;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    border-radius: 7px;
    border: 1px solid #eaeaea;
  }
  .table-responsive table {
    white-space: nowrap;
  }

  .table-navigation li.number {
    display: none;
  }

  .table.two-col td {
    display: block;
  }
  .table.two-col td span {
    border-radius: 5px !important;
  }
  .table.two-col td:first-child {
    font-weight: bold;
  }
}
@media only screen and (max-width: 1199px) {
  .table-responsive-custom {
    overflow-x: auto;
    border-radius: 7px;
    border: 1px solid #eaeaea;
  }
  .table-responsive-custom table {
    white-space: nowrap;
  }
}
.club-dialog-box {
  display: none;
}
.club-dialog-box.open {
  display: block;
}
.club-dialog-box .overlay {
  z-index: 900;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.club-dialog-box .dialog-box-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
    .club-dialog-box .dialog-box {
        direction: rtl;
        font-family: "yekan";
        background: white;
        width: 500px;
        min-height: 140px;
        z-index: 901;
        position: absolute;
        top: 50%;
        right: 50%;
        border-radius: 7px;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        box-shadow: 0 0 41px -9px rgba(0, 0, 0, 0.5);
    }
.club-dialog-box .dialog-box.dialog-box-width {
  width: 596px;
}
.club-dialog-box .dialog-box .header {
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ffa000;
}
.club-dialog-box .dialog-box .close-btn {
  position: absolute;
  left: 10px;
  top: 0;
}
.club-dialog-box .dialog-box .close-btn:hover {
  color: #ffa000;
}
.club-dialog-box .dialog-box .content {
  padding: 20px;
  font-size: 13px;
}
.club-dialog-box .dialog-box .actions {
  padding: 0 20px 20px 20px;
}
.club-dialog-box .dialog-box .content {
  line-height: 1.4em;
}
.club-dialog-box .dialog-box .content ul li > a {
  color: #03c5c5;
  font-weight: bold;
}

.digital-package-dialog {
  width: 470px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .club-dialog-box .dialog-box {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .club-dialog-box .dialog-box {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .club-dialog-box .dialog-box {
    width: 91.6666666667%;
    top: 10%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .club-dialog-box .dialog-box.dialog-box-width {
    width: inherit;
  }
  .club-dialog-box .dialog-box.dialog-box-width .number-modal {
    padding: 15px 80px !important;
  }

  .digital-package-dialog {
    width: 90% !important;
  }
  .digital-package-dialog .circle-award-image {
    margin: 0 auto 20px auto;
  }
}
.system-notifications {
  position: fixed;
  top: -40px;
  right: 0;
  width: 100%;
  z-index: 120;
  transition: top 0.3s;
}
.system-notifications .system-notification {
  color: white;
  background: #f54747;
  padding: 5px 10px;
  transition: opacity 0.3s;
  text-align: center;
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.26);
}
.system-notifications .system-notification p {
  margin: 0;
}
.system-notifications .system-notification .fa-refresh {
  font-size: 12px;
  margin-left: 5px;
}

body.show-system-notifications .system-notifications {
  top: 0;
}

.cssload-fond {
  position: relative;
  margin: auto;
}

.cssload-container-general {
  -o-animation: cssload-animball_two 1.3s infinite;
  -ms-animation: cssload-animball_two 1.3s infinite;
  -webkit-animation: cssload-animball_two 1.3s infinite;
  -moz-animation: cssload-animball_two 1.3s infinite;
  animation: cssload-animball_two 1.3s infinite;
  width: 50px;
  height: 50px;
}

.cssload-internal {
  width: 50px;
  height: 50px;
  position: absolute;
}

.cssload-ballcolor {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
  position: absolute;
  -o-animation: cssload-animball_one 1.3s infinite ease;
  -ms-animation: cssload-animball_one 1.3s infinite ease;
  -webkit-animation: cssload-animball_one 1.3s infinite ease;
  -moz-animation: cssload-animball_one 1.3s infinite ease;
  animation: cssload-animball_one 1.3s infinite ease;
}

.cssload-ball_1 {
  background-color: #373e4c;
  top: 0;
  left: 0;
}

.cssload-ball_2 {
  background-color: #ffa200;
  top: 0;
  left: 27px;
}

.cssload-ball_3 {
  background-color: #b2f0f0;
  top: 27px;
  left: 0;
}

.cssload-ball_4 {
  background-color: #54c6d0;
  top: 27px;
  left: 27px;
}

@keyframes cssload-animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 14px;
    left: 14px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-o-keyframes cssload-animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 14px;
    left: 14px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-ms-keyframes cssload-animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 14px;
    left: 14px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-webkit-keyframes cssload-animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 14px;
    left: 14px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@-moz-keyframes cssload-animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 14px;
    left: 14px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
@-o-keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
@-ms-keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
@-webkit-keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
@-moz-keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
.section-spinner-wrapper {
  text-align: center;
}
.section-spinner-wrapper > .cssload-fond {
  display: inline-block;
  margin: 100px 0;
}

.survey-question {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.survey-question.has-error {
  background: #ffebeb;
  border-color: #ff8787;
}
.survey-question .question-text {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.5em;
}
.survey-question .question-choice {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
}
.survey-question .club-text-field {
  background: white;
}

.custom-radio, .custom-checkbox {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.custom-radio input[type=radio], .custom-radio input[type=checkbox], .custom-checkbox input[type=radio], .custom-checkbox input[type=checkbox] {
  position: absolute;
  right: -100%;
  visibility: hidden;
}
.custom-radio label, .custom-checkbox label {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  line-height: 20px !important;
}
.custom-radio label:before, .custom-radio label:after, .custom-checkbox label:before, .custom-checkbox label:after {
  position: absolute;
  content: " ";
}

.custom-radio label:before {
  border: 2px solid #faa61a;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  right: 0;
}
.custom-radio input[type=radio]:checked + label:after {
  width: 10px;
  height: 10px;
  background: #faa61a;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

.custom-checkbox label:before {
  border: 2px solid #faa61a;
  height: 18px;
  width: 18px;
  right: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  /*font-family: FontAwesome;*/
  color: #faa61a;
  content: "";
  right: -4px;
  top: -2px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .survey-question .question-choice {
    display: block;
  }
}
.payment-result.select-loyalty select {
  line-height: 48px;
  height: 48px;
}
.payment-result header {
  background: #00cccc url("../../../assets/img/gift-pattern-transparent-a50.png");
  background-size: 200px auto;
  min-height: 130px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 2em;
  font-weight: bold;
  padding: 20px 10px 10px;
  position: relative;
}
.payment-result header .header-overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 204, 204, 0) 0%, #00cccc 80%, #00cccc 100%);
}
.payment-result header .header-content {
  position: relative;
  z-index: 1;
}
.payment-result header img {
  margin-bottom: 10px;
}
.payment-result .result-subtitle {
  background: #ffa000;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
.payment-result .result-subtitle p {
  margin: 0;
  font-size: 1.2em;
}
.payment-result .result-body {
  background: #fff;
  min-height: 500px;
  padding: 40px 20px;
}
.payment-result select, .payment-result input, .payment-result textarea {
  border: 2px solid #dddddd;
  background: #fff;
  width: 100%;
  border-radius: 4px;
}
.payment-result textarea {
  padding: 5px;
}
.payment-result select, .payment-result input {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
}
.payment-result select.value-selected {
  border-color: #1bcaca;
}
.payment-result .float-label {
  position: relative;
}
.payment-result .float-label label {
  position: absolute;
  right: 10px;
  padding: 0 2px;
  transition: all 0.2s;
  background: #fff;
}
.payment-result .float-label input:invalid + label {
  color: #999;
  top: 10px;
}
.payment-result .float-label input:valid {
  border-color: #1bcaca;
}
.payment-result .float-label input:valid + label {
  color: #1bcaca;
  line-height: 1em;
  top: -10px;
}
.payment-result .float-label .input-fixed-message {
  position: absolute;
  bottom: -26px;
  font-size: 0.9em;
}
.payment-result .float-label .input-fixed-message.error-message {
  color: #dd1919;
}

.purchase-result-panel {
  background: #fff url("../../../assets/img/gift-pattern-white.png") repeat-x;
  background-size: 280px auto;
  position: relative;
  min-height: 500px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 20px 0 20px;
}
.purchase-result-panel .large-text {
  font-size: 1.4em;
}
.purchase-result-panel .circle-award-image {
  margin: 0 auto 40px auto;
  width: 190px;
  height: 190px;
}
.purchase-result-panel .circle-award-image img {
  max-width: 100%;
}
.purchase-result-panel footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffa000;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 15px 10px;
}

.awards-slider {
  position: relative;
}
.awards-slider .awards {
  margin: 0 auto;
  padding-top: 8px;
  width: 720px;
  min-height: 400px;
  overflow-x: hidden;
  direction: ltr;
  white-space: nowrap;
}
.awards-slider .award {
  width: 240px;
}
.awards-slider .next, .awards-slider .prev {
  position: absolute;
  top: 42%;
}
.awards-slider .next .circle, .awards-slider .prev .circle {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c3c5c9;
  border-radius: 50%;
  transition: background 0.3s;
}
.awards-slider .next:hover .circle, .awards-slider .prev:hover .circle {
  background: #ffa000;
}
.awards-slider .prev {
  left: 0;
}
.awards-slider .next {
  right: 10px;
}

.club-award {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 8px;
  white-space: normal;
  direction: rtl;
}
.club-award .box {
  position: absolute;
  content: " ";
  width: 94%;
  height: 240px;
  right: 3%;
  border-radius: 20px;
  top: 50%;
  margin-top: -120px;
  border: 2px solid #eeeeee;
}
.club-award .box.box-lottery {
  margin-top: -146px;
  width: 88%;
  right: 6%;
}
.club-award .content {
  position: relative;
  box-shadow: 0 36px 51px -23px rgba(0, 0, 0, 0.4);
  color: white;
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
}
.club-award .content.content-lottery {
  width: 83%;
}
.club-award .content .inner {
  background: url("../../../assets/img/award-pattern.png") no-repeat;
  background-size: 100% auto;
  height: 256px;
  padding: 20px 15px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.club-award .content .desc {
  margin-top: 9px;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
}
.club-award .content.ribbon:after {
  content: " ";
  position: absolute;
  left: -10px;
  top: -6px;
  background: url("../../../assets/img/icons/ribbon.png") no-repeat;
  width: 58px;
  height: 54px;
}
.club-award .content .points, .club-award .content .status-bar {
  text-align: center;
}
.club-award .content .points {
  line-height: 40px;
  background: #b2f0f0;
  color: #00cccc;
  border-radius: 0 0 10px 10px;
}
.club-award .content .points .sicon.i-star {
  position: relative;
  top: 4px;
}
.club-award .content .status-bar {
  font-size: 16px;
  background: #00cccc;
  padding: 5px 0 10px 0;
}
.club-award .content .status-bar .switch-btn {
  position: relative;
  top: 4px;
  right: 5px;
}
.club-award .switch-btn .switch:after {
  background: #8bc8c8;
}
.club-award .award-progress {
  width: 100px;
  height: 100px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.42);
  margin: 0 auto;
}
.club-award .award-category {
  font-size: 20px;
}
.club-award .circle {
  position: absolute;
  bottom: 10%;
  right: 50%;
  margin-right: -50px;
}
.club-award .hint {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  font-size: 13px;
  text-align: center;
  opacity: 0;
}
.club-award .hint .inner {
  background: #373e4c;
  white-space: nowrap;
  color: white;
  border-radius: 5px;
  padding: 6px;
  bottom: 17px;
  position: relative;
}
.club-award .hint .inner:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #373e4c transparent;
  margin-left: -5px;
  left: 50%;
  top: -5px;
}
.club-award .circle:hover + .hint {
  opacity: 1;
}
.club-award .progress-value {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffa000;
  font-size: 0.7em;
  line-height: 100px;
}
.club-award.award-accessible .points {
  color: #fff;
  background: #ffa000;
}

.circle-award-image {
  background: url("../../../assets/img/gift-pattern-with-bg.png") no-repeat;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.circle-award-image img {
  position: relative;
  bottom: -45px;
  max-width: 80%;
}

@keyframes city {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -219px 0;
  }
}
@-webkit-keyframes city {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -219px 0;
  }
}
@keyframes rightCloud {
  0% {
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rightCloud {
  0% {
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    opacity: 0;
  }
}
@keyframes leftCloud {
  0% {
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes leftCloud {
  0% {
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
    opacity: 0;
  }
}
.subcategory-grid .subcategory-item {
  border: 1px solid #e5e5e5;
  min-height: 260px;
  border-radius: 10px;
  padding: 1px 20px 20px 20px;
  text-align: center;
  overflow-x: hidden;
}
.subcategory-grid .subcategory-item .item-image {
  margin-top: 40px;
  min-height: 101px;
}
.subcategory-grid .subcategory-item .item-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4em;
}
.subcategory-grid .subcategory-item svg {
  max-width: 100%;
}
.subcategory-grid .subcategory-item.subcategory-item-tap30 .background {
  width: 219px;
  height: 84px;
  margin: 51px auto 0 auto;
  background: url("../../../assets/img/tap30-city.png") repeat-x 0 0;
  animation: city 4s linear infinite;
  max-width: 100%;
}
.subcategory-grid .subcategory-item.subcategory-item-tap30 .car {
  position: relative;
  top: 5px;
}
.subcategory-grid .subcategory-item.subcategory-item-botanical #sc {
  animation: rightCloud 2s linear infinite;
}
.subcategory-grid .subcategory-item.subcategory-item-botanical #bc {
  animation: leftCloud 2s linear infinite;
}
.subcategory-grid .subcategory-item .show-subcategory-link {
  background: #00cccc;
  color: #393848;
  display: inline-block;
  padding: 6px 11px;
  border-radius: 4px;
  font-size: 16px;
}
.subcategory-grid .subcategory-item .show-subcategory-link .fa {
  margin-right: 5px;
  font-size: 10px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .subcategory-grid .subcategory-item {
    min-height: 290px;
  }
  .subcategory-grid .subcategory-item .item-title {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .subcategory-grid .subcategory-item {
    padding: 1px 10px 20px 10px;
  }
}
.club-award .tap30-package .content > .inner {
  background-image: url("../../../assets/img/tap30-package-bg.png");
  background-size: cover;
}
.club-award .tap30-package .content > .inner > .award-category, .club-award .tap30-package .content > .inner > .desc {
  text-align: right !important;
}
.club-award .tap30-package .content > .inner .desc {
  font-size: 16px;
}
.club-award .tap30-package .content > .inner .hint {
  bottom: 30px;
}
.club-award .tap30-package .content .circle {
  bottom: 10%;
}

.awards-slider .club-award .content > .inner > .award-category, .awards-slider .club-award .content > .inner > .desc {
  text-align: center !important;
}
.awards-slider .club-award .content > .inner > .award-category {
  font-size: 20px;
}
.awards-slider .club-award .content > .inner .desc {
  font-size: 0.9em !important;
}

.club-award .botanical-package .content > .inner {
  background-image: url("../../../assets/img/botanical-package-bg.png");
  background-size: cover;
}

.club-award .digital-package .content .inner {
  background: url("../../../assets/img/wide-award-pattern.png") no-repeat;
  background-size: cover;
}
.club-award .digital-package .circle {
  right: auto;
  left: auto;
  top: auto;
  margin: 0;
  position: static;
  width: 100px;
  height: 160px;
  line-height: 160px;
}
.club-award .digital-package .award-progress {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.club-award .digital-package .award-image {
  height: 160px;
  background: no-repeat center center;
  background-size: 95%;
}
.club-award .digital-package .award-category, .club-award .digital-package .content .desc {
  text-align: right !important;
}
.club-award .digital-package .content .desc {
  font-size: 16px;
}
.club-award .digital-package .award-price-bar {
  background: #eff3f6;
  border-radius: 0 0 10px 10px;
  color: #8f8f8f;
  overflow: hidden;
  font-size: 1.11em;
}
.club-award .digital-package .award-price-bar:before, .club-award .digital-package .award-price-bar:after {
  clear: both;
  content: " ";
  display: block;
}
.club-award .digital-package .award-price-bar .award-price-points, .club-award .digital-package .award-price-bar .award-price {
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 12px;
}
.club-award .digital-package .award-price-bar .award-price-points {
  width: 36%;
}
.club-award .digital-package .award-price-bar .award-price {
  width: 64%;
  position: relative;
}
.club-award .digital-package .award-price-bar .award-price:after {
  content: "+";
  position: absolute;
  right: -5px;
  top: -1px;
  font-size: 29px;
  color: #666;
}
.club-award .digital-package .award-price-bar .award-price {
  background: #bab8b8;
}
.club-award .digital-package .award-price-bar .award-buy-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #8f8f8f url(../../../assets/img/icons/shopping-basket.png) no-repeat center center;
  background-size: 24px 21px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.club-award .digital-package .content {
  box-shadow: 0 26px 41px -13px rgba(0, 0, 0, 0.4);
}
.club-award .digital-package.award-accessible .award-price-bar {
  color: black;
}
.club-award .digital-package.award-accessible .award-price-bar .award-price {
  background: #fea030;
  color: #fff;
}
.club-award .digital-package.award-accessible .award-price-bar .award-price .award-buy-icon {
  background-color: #10c300;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .club-award .digital-package .award-price-bar {
    font-size: 0.91em;
  }
  .club-award .digital-package .award-price-bar .award-price-points {
    width: 32%;
  }
  .club-award .digital-package .award-price-bar .award-price {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .club-award .digital-package .content .inner {
    height: 370px;
  }
  .club-award .digital-package .circle {
    width: 100%;
    text-align: center;
    line-height: 130px;
  }
  .club-award .digital-package .award-image {
    margin-top: 20px;
    background-size: auto 100%;
  }
  .club-award .digital-package .award-price-bar {
    text-align: center;
  }
  .club-award .digital-package .award-price-bar .award-price, .club-award .digital-package .award-price-bar .award-price-points {
    float: none;
    width: 100%;
  }
  .club-award .digital-package .award-price-bar .award-buy-icon, .club-award .digital-package .award-price-bar .award-price:after {
    display: none;
  }
}
.club-award .online-package .content > .inner {
  background-image: url("../../../assets/img/online-shop-pattern.png");
  background-size: cover;
}

.club-award .lottery-package .content {
  box-shadow: none;
}
.club-award .lottery-package .content > .inner {
  background-image: url("../../../assets/img/lottery-bg.png");
  background-size: cover;
}
.club-award .lottery-package .content > .inner.inner-custom {
  position: static;
}
.club-award .lottery-package .content > .inner.inner-custom .lottery-status-txt-icon {
  margin-top: 96px;
}
.club-award .lottery-package .content > .inner.inner-custom .lottery-status-txt-icon .img-status img {
  margin: 0 auto;
}
.club-award .lottery-package .content > .inner.inner-lottery-custom {
  background-image: url("../../../assets/img/lottery-bg-2.png");
  background-size: cover;
  border-radius: 10px;
  height: 276px;
  padding: 1px 15px;
}
.club-award .lottery-package .content > .inner > .award-category, .club-award .lottery-package .content > .inner > .desc {
  text-align: right !important;
}
.club-award .lottery-package .content > .inner > .award-category.desc-custom, .club-award .lottery-package .content > .inner > .desc.desc-custom {
  text-align: center !important;
}
.club-award .lottery-package .content > .inner .desc {
  font-size: 16px;
}
.club-award .lottery-package .content > .inner .hint {
  bottom: 73px;
}
.club-award .lottery-package .content > .inner .text-status {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  margin-right: -50px;
}
.club-award .lottery-package .content .circle {
  bottom: 36%;
}
.club-award .lottery-package .content .points.custom-points {
  background: #ffa000;
  color: #FFFFFF;
  padding: 10px;
  line-height: 29px;
  cursor: inherit;
}

.awards-slider .club-award .content > .inner > .award-category, .awards-slider .club-award .content > .inner > .desc {
  text-align: center !important;
}
.awards-slider .club-award .content > .inner > .award-category {
  font-size: 20px;
}
.awards-slider .club-award .content > .inner .desc {
  font-size: 0.9em !important;
}

.no-awards {
  padding: 0 20px;
}
.no-awards .banner {
  position: relative;
  z-index: 2;
  height: 170px;
  padding: 20px;
  border-radius: 10px;
  width: 96%;
  margin: 0 auto;
  background: url(../../../assets/img/no-awards-yet.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
.no-awards .banner:after {
  content: " ";
  position: absolute;
  left: -10px;
  top: -6px;
  background: url("../../../assets/img/icons/ribbon.png") no-repeat;
  width: 58px;
  height: 54px;
}
.no-awards .banner .title {
  font-size: 26px;
}
.no-awards .down-box {
  top: 10px;
  width: 98%;
  right: 1%;
  height: 180px;
}

.profile-box p {
  line-height: 1.7em;
}

.profile-panel {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
}
.profile-panel .header {
  height: 140px;
  line-height: 130px;
  background: url(../../../assets/img/profile-bg.jpg) repeat-x;
  background-size: 100% auto;
  padding: 0 10px;
}
.profile-panel .header .actions, .profile-panel .header .avatar {
  display: inline-block;
  vertical-align: bottom;
}
.profile-panel .header .actions {
  line-height: 1;
  margin-right: 10px;
}
.profile-panel .header .avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}
.profile-panel .header .username {
  color: white;
  font-size: 19px;
  margin-bottom: 30px;
}
.profile-panel .header .tip {
  font-size: 11px;
}
.profile-panel .header .valid-ext {
  color: #666666;
}
.profile-panel .avatar {
  position: relative;
}
.profile-panel .avatar:before {
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  border-radius: 50%;
}
.profile-panel .avatar .cancel-upload, .profile-panel .avatar .confirm-upload {
  position: absolute;
  bottom: 50%;
  color: white;
  background: #ffa000;
  width: 30px;
  display: none;
  height: 30px;
  text-align: center;
  line-height: 35px;
  margin-bottom: -15px;
  border-radius: 50%;
}
.profile-panel .avatar .cancel-upload:hover, .profile-panel .avatar .confirm-upload:hover {
  background: black;
}
.profile-panel .avatar .cancel-upload {
  left: 20%;
}
.profile-panel .avatar .confirm-upload {
  right: 20%;
}
.profile-panel .avatar .upload-progress {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 82px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.profile-panel .avatar .upload-progress .dots {
  display: inline-block;
  vertical-align: middle;
}
.profile-panel .avatar.confirm:before {
  background: rgba(0, 0, 0, 0.3);
}
.profile-panel .avatar.confirm .cancel-upload, .profile-panel .avatar.confirm .confirm-upload {
  display: block;
}
.profile-panel .avatar.uploading .upload-progress {
  display: block;
}
.profile-panel .avatar.confirm img, .profile-panel .avatar.uploading img {
  height: 100%;
}

.switch-btn {
  display: inline-block;
  vertical-align: middle;
}
.switch-btn input {
  display: none;
}
.switch-btn .switch {
  background: white;
  border-radius: 20px;
  width: 44px;
  height: 24px;
  display: block;
  padding: 3px;
}
.switch-btn .switch:after {
  width: 18px;
  height: 18px;
  float: left;
  background: #e0e0e0;
  border-radius: 50%;
  content: " ";
}
.switch-btn input:checked + .switch:after {
  float: right;
  background: #10c300 !important;
}

.switch-n-label {
  background: #bec0c4;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px;
  margin-top: 20px;
  line-height: 24px;
  height: 37px;
}
.switch-n-label .on {
  float: right;
}
.switch-n-label .off {
  float: left;
}
.switch-n-label.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#footer {
    font-family: "yekan";
    background: #ffa000;
    color: white;
    padding: 10px 0;
    font-size: 12px;
}
#footer .social-links li {
  float: left;
  margin-left: 7px;
}
#footer .social-links li:first-child {
  margin-left: 0;
}
#footer .social-links li .social-icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../../../assets/img/icons/social.png) no-repeat;
  width: 32px;
  height: 33px;
}
#footer .social-links li .social-icon.i-cloob {
  background-position: -32px 0px;
}
#footer .social-links li .social-icon.i-lenzor {
  background-position: -64px 0px;
}
#footer .social-links li .social-icon.i-instagram {
  background-position: -160px 0px;
}
#footer .social-links li .social-icon.i-telegram {
  background-position: -127px 0px;
}
#footer .social-links li .social-icon.i-aparat {
  background-position: 0px 0px;
}
#footer .social-links li .social-icon.i-linkedin {
  background-position: -95px 0px;
}
#footer .social-links li .social-icon.i-twitter {
  background-position: -192px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer p {
    font-size: 13px;
  }
  #footer .social-links li {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 991px) {
  #footer p {
    font-size: 15px;
    text-align: justify;
  }
  #footer .social-links {
    direction: ltr;
    text-align: center;
  }
  #footer .social-links li {
    display: inline-block;
    float: none;
  }
}
.tickLabel {
  color: white;
  text-shadow: 0 1px 3px #000;
}

.chart-tooltip {
    position: absolute;
    padding: 4px;
    color: #fff;
    z-index: 100;
    border-radius: 5px;
    background-color: #ffa000;
    font-family: "yekan";
    font-size: 11px;
    direction: rtl;
}
.chart-tooltip .triangle {
  position: relative;
}
.chart-tooltip .triangle:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffa000 transparent transparent transparent;
  margin-left: -5px;
  left: 50%;
  bottom: -9px;
}

.chart-scrollable-area.long {
  overflow-x: auto;
  overflow-y: hidden;
}

.panel-body.points-chart {
  background: url(../../../assets/img/chart-bg.jpg) no-repeat;
  background-size: 100% 100%;
  font-size: 0.9em;
  min-height: 310px;
}

.chart-options {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.chart-options input, .chart-options button {
  border: none;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
}
.chart-options button {
  padding: 0;
  display: block;
}
.chart-options [class*=col-] {
  padding: 0 5px;
}
.chart-options label {
  color: white;
  line-height: 35px;
  display: block;
}
.chart-options .row {
  margin-left: -5px;
  margin-right: -5px;
}

.date-input {
  direction: ltr;
  padding-right: 5px;
}

.date-input + .fa {
  color: #bbbbbb;
}

.chart-spinner {
  line-height: 200px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 800;
}

#mobile-navigation {
    visibility: hidden;
    font-family: "yekan";
    z-index: 802;
    direction: rtl;
    text-align: right;
    background: white;
    width: 260px;
    height: 100%;
    position: fixed;
    right: -260px;
    top: 0;
    transition: all 0.3s;
}
#mobile-navigation .menu-head {
  background: #FAA61A;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: white;
  position: relative;
}
#mobile-navigation .menu-head .close-link {
  line-height: 1;
  position: absolute;
  left: 13px;
  top: 13px;
}
#mobile-navigation .menu ul > li {
  line-height: 40px;
}
#mobile-navigation .menu li.has-child:after {
  top: 13px;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open #mobile-navigation {
  visibility: visible;
  right: 0;
}
body.mobile-menu-open .mobile-menu-overlay {
  display: block;
}

#show-mobile-navigation .fa {
  font-size: 18px;
  margin-left: 5px;
  display: block;
}

li.hvc {
  height: 50px;
}

.breadcrumbs {
  padding: 10px;
}
.breadcrumbs ul {
  display: table;
}
.breadcrumbs ul li {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  height: 15px;
}
.breadcrumbs ul li:after {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 9px;
  content: "";
  margin: 0 5px;
  /*font-family: FontAwesome;*/
}
.breadcrumbs ul li.active {
  color: #373e4c;
}
.breadcrumbs ul li.active a {
  display: block;
  padding-top: 4px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:not(.active):hover {
  color: black;
}

.filter-items {
  margin: 0 -5px;
}
.filter-items .filter {
  border: 1px solid #b2f0f0;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  color: #373e4c;
  cursor: pointer;
}
.filter-items .filter:hover {
  border-color: #ffa000;
}
.filter-items .filter:before {
  width: 100%;
  height: 50%;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #b2f0f0;
  content: " ";
  z-index: 1;
}
.filter-items .filter img {
  display: inline-block;
}
.filter-items .filter img, .filter-items .filter .title {
  position: relative;
  z-index: 2;
}
.filter-items .filter .title {
  margin-top: 10px;
  font-size: 15px;
  color: #373e4c;
}
.filter-items .filter.active {
  border-color: #ffa000;
}
.filter-items .filter.active:before {
  background: #ffe2b2;
}

.filter-col {
  float: right;
  padding: 0 5px;
}

.product-filter {
  width: 16%;
}

.faq-filter {
  width: 20%;
}
.faq-filter .title {
  min-height: 30px;
}

.notification-area {
  width: 250px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 700;
}
.notification-area .notification-item {
  position: relative;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 15px -5px #000;
  margin-bottom: 10px;
  color: #555555;
}
.notification-area .notification-item .item-title {
  color: #ffa000;
}
.notification-area .notification-item .close-link {
  position: absolute;
  font-size: 11px;
  left: 5px;
  top: 5px;
}
.notification-area .notification-item .close-link:hover {
  color: #ffa000;
}

.dots, .dots:before, .dots:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: progressDots 1.3s infinite ease-in-out;
  animation: progressDots 1.3s infinite ease-in-out;
}

.dots {
  color: #ffffff;
  font-size: 6px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.dots:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.dots:after {
  left: 3.5em;
}
.dots:before, .dots:after {
  content: "";
  position: absolute;
  top: 0;
}

.club-messages li {
  line-height: 1.4em;
  padding: 5px;
  border: 1px solid black;
  background: #e1e1e1;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
}
.club-messages li:before {
  display: inline-block;
  vertical-align: middle;
  /*font-family: FontAwesome;*/
  margin: -5px 0 0 6px;
  font-size: 14px;
}
.club-messages li.success {
  background: #e5ffee;
  border-color: #0eaf4f;
  color: #098e4b;
}
.club-messages li.success:before {
  color: #0eaf4f;
  content: "";
}
.club-messages li.error {
  background: #ffebeb;
  border-color: #ff8787;
  color: #af1414;
}
.club-messages li.error:before {
  color: #ff8787;
  content: "";
}

.spinner {
  color: white;
  font-size: 32px;
  text-align: center;
}
.spinner > p {
  display: inline-block;
  vertical-align: middle;
}
.spinner.rev {
  color: #373e4c;
}

.page-load-spinner {
  display: none;
  position: absolute;
  right: 0;
  background: rgba(239, 243, 246, 0.92);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  line-height: 500px;
  text-align: center;
}
.page-load-spinner .cssload-fond {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#view-col.loading {
  position: relative;
  height: 600px;
  overflow: hidden;
}
#view-col.loading .page-load-spinner {
  display: block;
}

.club-tooltip {
  position: fixed;
  padding: 6px;
  color: #fff;
  z-index: 100;
  border-radius: 5px;
  background-color: #373e4c;
  /*font-family: "WMitra";*/
  min-width: 50px;
  direction: rtl;
}
.club-tooltip .triangle {
  position: relative;
}
.club-tooltip .triangle:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #373e4c transparent transparent transparent;
  margin-left: -5px;
  left: 50%;
  bottom: -9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .awards-slider .awards {
    width: 480px;
  }

  .profile-panel .header {
    line-height: 105px;
  }
  .profile-panel .header .username {
    margin-bottom: 10px;
  }
  .profile-panel .header .avatar {
    width: 70px;
    height: 70px;
  }

  .profile-panel .avatar.confirm .cancel-upload {
    left: 5%;
  }
  .profile-panel .avatar.confirm .confirm-upload {
    right: 5%;
  }
  .profile-panel .avatar .upload-progress {
    line-height: 30px;
  }

  .club-award .content .inner {
    background-size: 112% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .awards-slider .awards {
    margin: 0 20px 0 0;
    width: 81%;
  }
  .awards-slider .award {
    width: 250px;
  }
  .awards-slider .next {
    right: -20px;
  }

  .profile-panel .header {
    height: 90px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  #mobile-navigation {
    overflow-y: hidden;
  }

  .profile-box {
    min-height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .club-header .logo {
    white-space: normal;
    display: block;
    padding: 0;
    margin: 8px 5px 0 0;
    line-height: 1;
  }
  .club-header .logo img, .club-header .logo .website-title {
    display: block;
  }
  .club-header .logo .website-title {
    white-space: nowrap;
    margin-top: 9px;
    font-size: 13px;
  }
  .club-header .nav > li {
    padding: 0 4px;
  }
  .club-header .nav .profile-nav {
    width: 70px;
  }
  .club-header .nav .notifications {
    min-width: 40px;
  }

  .awards-slider {
    margin-top: 30px;
  }
  .awards-slider .awards {
    width: 240px;
  }

  .current-score .gift {
    margin-top: 10px;
  }

  .awards-slider .next {
    right: 0px;
  }
  .awards-slider .prev {
    left: 0px;
  }

  .notification-list {
    right: -140px;
  }

  .profile-dropdown {
    right: -130px;
    width: 200px;
  }

  .chart-scrollable-area {
    direction: ltr;
    overflow-x: scroll;
  }
  .chart-scrollable-area > div {
    width: 800px;
  }

  .profile-panel .header {
    padding: 10px;
    line-height: 100px;
    background-size: cover;
    height: auto;
    text-align: center;
  }
  .profile-panel .header .username {
    margin-bottom: 10px;
  }
  .profile-panel .header .actions {
    width: 100%;
    margin: 0;
  }
  .profile-panel .header .actions .tip {
    margin: 0.5em 0;
    display: block;
  }

  .product-filter, .faq-filter {
    width: 100%;
  }

  .filter-items .filter {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .filter-items .filter img {
    max-width: 40px;
  }

  .notification-area {
    width: 94%;
    left: 3%;
  }
}
@-webkit-keyframes progressDots {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes progressDots {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.deactive-section {
  margin-top: 138px;
  margin-bottom: 165px;
}
.deactive-section .outline-box {
  color: #999999;
  border-color: #e8e8e8;
}
.deactive-section .button-disable {
  background: #f2f2f2;
  color: #aaaaaa;
}

.botonical-logo img, .tap30-logo img {
  margin: 0 auto;
}

.box.box-primary {
  background: #f8f8f8;
  border: 2px solid #c2c2c2;
  color: #b1b1b1;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.counter-number {
  width: 100%;
  text-align: center;
}
.counter-number li {
  float: right;
  height: 24px;
}
.counter-number li.counter {
  background: none;
  border: 1px solid #18c9c9;
  width: 50px;
}
.counter-number li.counter input {
  vertical-align: middle;
  display: inline-block;
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
}
.counter-number li.add-counter, .counter-number li.minus-counter {
  position: relative;
  width: 26px;
  background: #18c9c9;
  border: 1px solid #18c9c9;
}
.counter-number li.add-counter {
  border-radius: 5px 0 0 5px;
}
.counter-number li.add-counter .i-add-counter {
  position: absolute;
  top: 11px;
  left: 6px;
}
.counter-number li.minus-counter {
  border-radius: 0 5px 5px 0;
}
.counter-number li.minus-counter .i-minus-counter {
  position: absolute;
  top: 5px;
  right: 5px;
}
.counter-number li a {
  display: inline-block;
}

.current-score .panel-body {
  height: 284px;
}
.current-score .title {
  margin-top: 20px;
  font-size: 22px;
}
.current-score .gift {
  display: block;
  margin: 70px auto 0 auto;
  position: relative;
  width: 241px;
  height: 265px;
  color: white;
  text-align: center;
  background: url(../../../assets/img/gift.png) no-repeat;
}
.current-score .gift .value, .current-score .gift .label {
  position: absolute;
  width: 100%;
  right: 0;
}
.current-score .gift .label {
  bottom: 74px;
}
.current-score .gift .value {
  top: 94px;
  font-size: 43px;
}

.points-summary {
  height: 310px;
  position: relative;
}
.points-summary .corner-icon {
  left: 0;
  bottom: 0;
  position: absolute;
}
.points-summary td {
  padding: 20px 30px !important;
}
.points-summary .bg td {
  background: #b3eded;
}
.points-summary .bg td:first-child {
  border-radius: 0 10px 10px 0;
}
.points-summary .bg td:last-child {
  border-radius: 10px 0 0 10px;
}

.awards-title {
  position: relative;
  font-size: 1em;
}
.awards-title > span {
  position: relative;
  z-index: 2;
  padding: 0 5px 0 10px;
  background: white;
}
.awards-title:before {
  height: 1px;
  content: " ";
  background: #e5e5e5;
  position: absolute;
  top: 18px;
  width: 100%;
  left: 0;
}

.awards-spinner {
  line-height: 150px;
}
.awards-spinner .dots {
  color: #18c9c9;
}

@media (max-width: 767px) {
  .awards-title {
    margin-top: 70px;
  }
}
.faq-circle {
  width: 215px;
  height: 215px;
  background: url(../../../assets/img/faq-circle.png) no-repeat;
  margin: 0 auto 20px auto;
  line-height: 232px;
}
.faq-circle .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.faq-gateways section h3 {
  line-height: 20px;
}

@media (min-width: 768px) {
  .faq-gateways {
    display: flex;
    justify-content: space-between;
  }
  .faq-gateways section {
    width: 32.4%;
  }
}
.invite-box {
  color: #666666;
  min-height: 220px;
}
.invite-box input {
  border: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
  background: #f9f9f9;
  padding: 0 10px;
  border-radius: 5px;
}
.invite-box .input-with-icon .input-icon {
  left: 12px;
  top: 10px;
}
.invite-box .input-with-icon.mobile-input .input-icon {
  font-size: 24px;
  top: 8px;
}
.down-box {
  position: absolute;
  content: " ";
  border-radius: 10px;
  border: 2px solid #eee;
}

table .purchase-status-column {
  width: 150px;
}
table td.purchase-status-column {
  padding: 15px 5px !important;
}
table .purchase-status-badge {
  width: 100%;
  text-align: center;
  display: block;
  line-height: 30px;
  border-radius: 4px;
  color: #fff;
}
table .purchase-status-badge .fa, table .purchase-status-badge .sicon {
  position: relative;
  top: 3px;
  margin-left: 3px;
}
table .purchase-status-badge.status-selected {
  background-color: #faa61a;
}
table .purchase-status-badge.status-print {
  background-color: #00cccc;
}
table .purchase-status-badge:not(:last-child) {
  margin-bottom: 5px;
}

.old-browser-notice {
  min-height: 700px;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background: white;
}
.old-browser-notice h1, .old-browser-notice h2, .old-browser-notice h3, .old-browser-notice h4, .old-browser-notice h5, .old-browser-notice h6, .old-browser-notice strong, .old-browser-notice b {
  font-weight: bold;
}
.old-browser-notice h1 {
  font-size: 24px;
}
.old-browser-notice .browser-image {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.profile-box {
  min-height: 314px;
  border-radius: 8px;
  background: #f8f8f8;
  padding: 20px;
  color: #666666;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #avatar-choose-file {
    display: block;
    margin-bottom: 10px;
  }
}
.points-box {
  background: #47d6d6 url(../../../assets/img/gift-pattern.png) repeat;
  background-size: 100% auto;
  padding: 20px 40px;
  text-align: center;
  border-radius: 20px;
  height: 150px;
  color: white;
}
.points-box .text {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.points-box .inner-box {
  line-height: 110px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
.points-box .value {
  font-size: 40px;
}
.points-box .label {
  font-size: 16px;
  margin-top: 15px;
  color: #373e4c;
}

.history-table .desc-col {
  width: 300px;
}
.history-table .desc-col.desc-col-width-action {
  width: 180px;
}

.code-section {
  border-radius: 5px;
  border: 0;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.code-section .company-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.code-section .company-logo .logo {
  display: inline-block;
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.code-section .company-logo .logo img {
  width: 70%;
}
.code-section .section-body {
  color: #393848;
  padding: 0 30px 30px 30px;
  min-height: 420px;
}
.code-section .section-body:first-child {
  margin-top: 30px;
}
.code-section .section-body > p {
  font-size: 14px;
  margin-bottom: 30px;
}
.code-section .section-body .text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.code-section .section-body .view-and-print-text {
  color: #ffa000;
  text-align: center;
  font-size: 18px;
}
.code-section .section-body .view-and-print-text img, .code-section .section-body .view-and-print-text span {
  display: inline-block;
  vertical-align: middle;
}
.code-section .section-body .separate-text {
  background: #fff;
  margin-top: 15px;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.code-section .section-body .separate-text p:first-child:last-child {
  margin: 0;
}
.code-section .section-body p a {
  color: #54c5d0;
  border-bottom: 1px solid #54c5d0;
}
.code-section footer {
  background: orange;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.code-section footer a {
  line-height: 1.2em;
}
.code-section footer a .fa {
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.code-section.code-botanical {
  background: url(../../img/new-ui/back2.jpg) no-repeat top center #f9f9f9;
  background-size: 100% auto, 100% auto;
}
.code-section.code-tap30 {
  background: url(../../img/new-ui/back2.jpg) no-repeat top center #f9f9f9;
  background-size: 100% auto, 100% auto;
}
.code-section.code-tap30 .code {
  text-align: center;
  padding: 20px;
}
.code-section.code-tap30 .code label {
  font-size: 15px;
}
.code-section.code-tap30 .code .code-string {
  /*font-family: sans-serif, arial, tahoma;*/
  color: #ffa000;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
}
.code-section.code-tap30 .code.multiple-codes label, .code-section.code-tap30 .code.multiple-codes .code-string {
  display: block;
}
.code-section.code-tap30 .code.multiple-codes label {
  text-align: right;
}
.code-section.code-tap30 .code.multiple-codes .code-string {
  text-align: left;
}

.qr-code {
  display: block;
  margin: 5px auto;
  max-width: 150px;
}

.print-icon {
  width: 70px;
  text-align: center;
}
.print-icon a {
  display: inline-block;
  padding: 15px;
  background: #ffa100;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .code-section .section-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body {
  /*overflow-x: hidden;*/
}

.d-table {
  width: 100%;
  display: table !important;
}
.d-table .d-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.new-box {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #dbdde2;
  overflow: hidden;
  margin: 0px auto 10px auto;
  width: 100%;
}
.new-box .new-box-header {
  padding: 15px 20px;
  border-bottom: 1px solid #dbdde2;
  overflow: auto;
}

.points-chart {
  height: 200px !important;
}

@media only screen and (max-width: 767px) {
  .clear-style-in-mobile {
    background: transparent;
    border: 0;
    padding: 0;
  }
  .clear-style-in-mobile .links-handler {
    padding-right: 0;
    padding-left: 0;
  }
}
.arrow-btn-holder {
  width: 23px;
  text-align: center;
}
.arrow-btn-holder a {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #cccccc;
  color: #444444;
  vertical-align: middle;
  line-height: 23px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}

.show-all-btn-holder {
  width: 70px;
}
.show-all-btn-holder a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #55c6d0;
  color: #55c6d0;
  font-size: 12px;
  margin: 0;
  background: #ffffff;
}

.package-box {
  display: block;
  width: 100%;
  padding: 15px;
  overflow: hidden;
}
.package-box a {
  outline: none !important;
  box-shadow: none !important;
}
.package-box .package-info .image {
  width: 80px;
}
.package-box .package-info .image img {
  border: 1px solid #dbdde2;
  padding: 2px;
}
.package-box .package-info .circle-holder {
  width: 70px;
}
.package-box .package-info .info {
  padding: 0px 15px;
}
.package-box .package-info .info a {
  line-height: 25px;
  display: block;
}
.package-box .more-details {
  color: #55c6d0;
}
.package-box .more-desc p {
  margin-top: 10px;
  padding: 0px 15px 0px 0px;
  position: relative;
  display: block;
}
.package-box .more-desc p::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #55c6d0;
}
.package-box .more-desc p .plus {
  display: inline-block;
  font-size: 20px;
  padding: 0px 10px;
}

.package-footer {
  background: #f8f8f8;
  border-top: 1px solid #dbdde2;
  padding: 10px 20px;
}
.package-footer .description {
  padding: 5px 0px;
  line-height: 25px;
  font-size: 13px;
}
.package-footer .buy-btn-holder {
  width: 90px;
  text-align: left;
}
.package-footer .buy-btn-holder .buy-btn {
  display: inline-block;
  vertical-align: middle;
  background: #10c300;
  color: #ffffff;
  text-align: center;
  padding: 9px 12px 7px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.package-footer .buy-btn-holder .buy-btn.disable {
  background: #dbdde2;
  color: #ababab;
}
.package-footer .buy-btn-holder .buy-btn.disable .nu-icon-buy {
  background: url("../../img/icons/buy.png") no-repeat center center;
}
.package-footer .buy-btn-holder .buy-btn .title {
  display: inline-block;
  vertical-align: middle;
}

.slick-arrow {
  display: none !important;
}

.slider-holder {
  height: 211px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-holder .slider-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 12;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s, visibility 0.6s;
}
.slider-holder .slider-loader .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-holder .slider-loader.complete {
  visibility: hidden;
  opacity: 0;
}

a.disable {
  cursor: not-allowed !important;
}

.awards .package-box {
  min-height: 180px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .awards .package-box {
    min-height: 205px;
  }
}
.gift_slider .package-box {
  min-height: 154px;
}

@media only screen and (max-width: 768px) {
  .package-footer {
    padding: 10px 10px;
  }
}
.set-size {
  font-size: 22px;
}

.charts-container:after {
  clear: both;
  content: "";
  display: table;
}

.pie-wrapper {
  height: 68px;
  width: 68px;
  float: left;
  margin: 0px;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 68px, 68px, 34px);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 8px solid #3498db;
  border-radius: 50%;
  clip: rect(0, 34px, 68px, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  display: block;
  cursor: default;
  border-radius: 50%;
  color: #333333;
  font-size: 17px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 8px solid #e3e6eb;
  border-radius: 50%;
}

.progress-1 .pie .half-circle {
  border-color: #ffa100;
}
.progress-1 .pie .left-side {
  transform: rotate(3.6deg);
}
.progress-1 .pie .right-side {
  display: none;
}

.progress-2 .pie .half-circle {
  border-color: #ffa100;
}
.progress-2 .pie .left-side {
  transform: rotate(7.2deg);
}
.progress-2 .pie .right-side {
  display: none;
}

.progress-3 .pie .half-circle {
  border-color: #ffa100;
}
.progress-3 .pie .left-side {
  transform: rotate(10.8deg);
}
.progress-3 .pie .right-side {
  display: none;
}

.progress-4 .pie .half-circle {
  border-color: #ffa100;
}
.progress-4 .pie .left-side {
  transform: rotate(14.4deg);
}
.progress-4 .pie .right-side {
  display: none;
}

.progress-5 .pie .half-circle {
  border-color: #ffa100;
}
.progress-5 .pie .left-side {
  transform: rotate(18deg);
}
.progress-5 .pie .right-side {
  display: none;
}

.progress-6 .pie .half-circle {
  border-color: #ffa100;
}
.progress-6 .pie .left-side {
  transform: rotate(21.6deg);
}
.progress-6 .pie .right-side {
  display: none;
}

.progress-7 .pie .half-circle {
  border-color: #ffa100;
}
.progress-7 .pie .left-side {
  transform: rotate(25.2deg);
}
.progress-7 .pie .right-side {
  display: none;
}

.progress-8 .pie .half-circle {
  border-color: #ffa100;
}
.progress-8 .pie .left-side {
  transform: rotate(28.8deg);
}
.progress-8 .pie .right-side {
  display: none;
}

.progress-9 .pie .half-circle {
  border-color: #ffa100;
}
.progress-9 .pie .left-side {
  transform: rotate(32.4deg);
}
.progress-9 .pie .right-side {
  display: none;
}

.progress-10 .pie .half-circle {
  border-color: #ffa100;
}
.progress-10 .pie .left-side {
  transform: rotate(36deg);
}
.progress-10 .pie .right-side {
  display: none;
}

.progress-11 .pie .half-circle {
  border-color: #ffa100;
}
.progress-11 .pie .left-side {
  transform: rotate(39.6deg);
}
.progress-11 .pie .right-side {
  display: none;
}

.progress-12 .pie .half-circle {
  border-color: #ffa100;
}
.progress-12 .pie .left-side {
  transform: rotate(43.2deg);
}
.progress-12 .pie .right-side {
  display: none;
}

.progress-13 .pie .half-circle {
  border-color: #ffa100;
}
.progress-13 .pie .left-side {
  transform: rotate(46.8deg);
}
.progress-13 .pie .right-side {
  display: none;
}

.progress-14 .pie .half-circle {
  border-color: #ffa100;
}
.progress-14 .pie .left-side {
  transform: rotate(50.4deg);
}
.progress-14 .pie .right-side {
  display: none;
}

.progress-15 .pie .half-circle {
  border-color: #ffa100;
}
.progress-15 .pie .left-side {
  transform: rotate(54deg);
}
.progress-15 .pie .right-side {
  display: none;
}

.progress-16 .pie .half-circle {
  border-color: #ffa100;
}
.progress-16 .pie .left-side {
  transform: rotate(57.6deg);
}
.progress-16 .pie .right-side {
  display: none;
}

.progress-17 .pie .half-circle {
  border-color: #ffa100;
}
.progress-17 .pie .left-side {
  transform: rotate(61.2deg);
}
.progress-17 .pie .right-side {
  display: none;
}

.progress-18 .pie .half-circle {
  border-color: #ffa100;
}
.progress-18 .pie .left-side {
  transform: rotate(64.8deg);
}
.progress-18 .pie .right-side {
  display: none;
}

.progress-19 .pie .half-circle {
  border-color: #ffa100;
}
.progress-19 .pie .left-side {
  transform: rotate(68.4deg);
}
.progress-19 .pie .right-side {
  display: none;
}

.progress-20 .pie .half-circle {
  border-color: #ffa100;
}
.progress-20 .pie .left-side {
  transform: rotate(72deg);
}
.progress-20 .pie .right-side {
  display: none;
}

.progress-21 .pie .half-circle {
  border-color: #ffa100;
}
.progress-21 .pie .left-side {
  transform: rotate(75.6deg);
}
.progress-21 .pie .right-side {
  display: none;
}

.progress-22 .pie .half-circle {
  border-color: #ffa100;
}
.progress-22 .pie .left-side {
  transform: rotate(79.2deg);
}
.progress-22 .pie .right-side {
  display: none;
}

.progress-23 .pie .half-circle {
  border-color: #ffa100;
}
.progress-23 .pie .left-side {
  transform: rotate(82.8deg);
}
.progress-23 .pie .right-side {
  display: none;
}

.progress-24 .pie .half-circle {
  border-color: #ffa100;
}
.progress-24 .pie .left-side {
  transform: rotate(86.4deg);
}
.progress-24 .pie .right-side {
  display: none;
}

.progress-25 .pie .half-circle {
  border-color: #ffa100;
}
.progress-25 .pie .left-side {
  transform: rotate(90deg);
}
.progress-25 .pie .right-side {
  display: none;
}

.progress-26 .pie .half-circle {
  border-color: #ffa100;
}
.progress-26 .pie .left-side {
  transform: rotate(93.6deg);
}
.progress-26 .pie .right-side {
  display: none;
}

.progress-27 .pie .half-circle {
  border-color: #ffa100;
}
.progress-27 .pie .left-side {
  transform: rotate(97.2deg);
}
.progress-27 .pie .right-side {
  display: none;
}

.progress-28 .pie .half-circle {
  border-color: #ffa100;
}
.progress-28 .pie .left-side {
  transform: rotate(100.8deg);
}
.progress-28 .pie .right-side {
  display: none;
}

.progress-29 .pie .half-circle {
  border-color: #ffa100;
}
.progress-29 .pie .left-side {
  transform: rotate(104.4deg);
}
.progress-29 .pie .right-side {
  display: none;
}

.progress-30 .pie .half-circle {
  border-color: #ffa100;
}
.progress-30 .pie .left-side {
  transform: rotate(108deg);
}
.progress-30 .pie .right-side {
  display: none;
}

.progress-31 .pie .half-circle {
  border-color: #ffa100;
}
.progress-31 .pie .left-side {
  transform: rotate(111.6deg);
}
.progress-31 .pie .right-side {
  display: none;
}

.progress-32 .pie .half-circle {
  border-color: #ffa100;
}
.progress-32 .pie .left-side {
  transform: rotate(115.2deg);
}
.progress-32 .pie .right-side {
  display: none;
}

.progress-33 .pie .half-circle {
  border-color: #ffa100;
}
.progress-33 .pie .left-side {
  transform: rotate(118.8deg);
}
.progress-33 .pie .right-side {
  display: none;
}

.progress-34 .pie .half-circle {
  border-color: #ffa100;
}
.progress-34 .pie .left-side {
  transform: rotate(122.4deg);
}
.progress-34 .pie .right-side {
  display: none;
}

.progress-35 .pie .half-circle {
  border-color: #ffa100;
}
.progress-35 .pie .left-side {
  transform: rotate(126deg);
}
.progress-35 .pie .right-side {
  display: none;
}

.progress-36 .pie .half-circle {
  border-color: #ffa100;
}
.progress-36 .pie .left-side {
  transform: rotate(129.6deg);
}
.progress-36 .pie .right-side {
  display: none;
}

.progress-37 .pie .half-circle {
  border-color: #ffa100;
}
.progress-37 .pie .left-side {
  transform: rotate(133.2deg);
}
.progress-37 .pie .right-side {
  display: none;
}

.progress-38 .pie .half-circle {
  border-color: #ffa100;
}
.progress-38 .pie .left-side {
  transform: rotate(136.8deg);
}
.progress-38 .pie .right-side {
  display: none;
}

.progress-39 .pie .half-circle {
  border-color: #ffa100;
}
.progress-39 .pie .left-side {
  transform: rotate(140.4deg);
}
.progress-39 .pie .right-side {
  display: none;
}

.progress-40 .pie .half-circle {
  border-color: #ffa100;
}
.progress-40 .pie .left-side {
  transform: rotate(144deg);
}
.progress-40 .pie .right-side {
  display: none;
}

.progress-41 .pie .half-circle {
  border-color: #ffa100;
}
.progress-41 .pie .left-side {
  transform: rotate(147.6deg);
}
.progress-41 .pie .right-side {
  display: none;
}

.progress-42 .pie .half-circle {
  border-color: #ffa100;
}
.progress-42 .pie .left-side {
  transform: rotate(151.2deg);
}
.progress-42 .pie .right-side {
  display: none;
}

.progress-43 .pie .half-circle {
  border-color: #ffa100;
}
.progress-43 .pie .left-side {
  transform: rotate(154.8deg);
}
.progress-43 .pie .right-side {
  display: none;
}

.progress-44 .pie .half-circle {
  border-color: #ffa100;
}
.progress-44 .pie .left-side {
  transform: rotate(158.4deg);
}
.progress-44 .pie .right-side {
  display: none;
}

.progress-45 .pie .half-circle {
  border-color: #ffa100;
}
.progress-45 .pie .left-side {
  transform: rotate(162deg);
}
.progress-45 .pie .right-side {
  display: none;
}

.progress-46 .pie .half-circle {
  border-color: #ffa100;
}
.progress-46 .pie .left-side {
  transform: rotate(165.6deg);
}
.progress-46 .pie .right-side {
  display: none;
}

.progress-47 .pie .half-circle {
  border-color: #ffa100;
}
.progress-47 .pie .left-side {
  transform: rotate(169.2deg);
}
.progress-47 .pie .right-side {
  display: none;
}

.progress-48 .pie .half-circle {
  border-color: #ffa100;
}
.progress-48 .pie .left-side {
  transform: rotate(172.8deg);
}
.progress-48 .pie .right-side {
  display: none;
}

.progress-49 .pie .half-circle {
  border-color: #ffa100;
}
.progress-49 .pie .left-side {
  transform: rotate(176.4deg);
}
.progress-49 .pie .right-side {
  display: none;
}

.progress-50 .pie .half-circle {
  border-color: #ffa100;
}
.progress-50 .pie .left-side {
  transform: rotate(180deg);
}
.progress-50 .pie .right-side {
  display: none;
}

.progress-51 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-51 .pie .half-circle {
  border-color: #ffa100;
}
.progress-51 .pie .left-side {
  transform: rotate(183.6deg);
}
.progress-51 .pie .right-side {
  transform: rotate(180deg);
}

.progress-52 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-52 .pie .half-circle {
  border-color: #ffa100;
}
.progress-52 .pie .left-side {
  transform: rotate(187.2deg);
}
.progress-52 .pie .right-side {
  transform: rotate(180deg);
}

.progress-53 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-53 .pie .half-circle {
  border-color: #ffa100;
}
.progress-53 .pie .left-side {
  transform: rotate(190.8deg);
}
.progress-53 .pie .right-side {
  transform: rotate(180deg);
}

.progress-54 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-54 .pie .half-circle {
  border-color: #ffa100;
}
.progress-54 .pie .left-side {
  transform: rotate(194.4deg);
}
.progress-54 .pie .right-side {
  transform: rotate(180deg);
}

.progress-55 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-55 .pie .half-circle {
  border-color: #ffa100;
}
.progress-55 .pie .left-side {
  transform: rotate(198deg);
}
.progress-55 .pie .right-side {
  transform: rotate(180deg);
}

.progress-56 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-56 .pie .half-circle {
  border-color: #ffa100;
}
.progress-56 .pie .left-side {
  transform: rotate(201.6deg);
}
.progress-56 .pie .right-side {
  transform: rotate(180deg);
}

.progress-57 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-57 .pie .half-circle {
  border-color: #ffa100;
}
.progress-57 .pie .left-side {
  transform: rotate(205.2deg);
}
.progress-57 .pie .right-side {
  transform: rotate(180deg);
}

.progress-58 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-58 .pie .half-circle {
  border-color: #ffa100;
}
.progress-58 .pie .left-side {
  transform: rotate(208.8deg);
}
.progress-58 .pie .right-side {
  transform: rotate(180deg);
}

.progress-59 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-59 .pie .half-circle {
  border-color: #ffa100;
}
.progress-59 .pie .left-side {
  transform: rotate(212.4deg);
}
.progress-59 .pie .right-side {
  transform: rotate(180deg);
}

.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-60 .pie .half-circle {
  border-color: #ffa100;
}
.progress-60 .pie .left-side {
  transform: rotate(216deg);
}
.progress-60 .pie .right-side {
  transform: rotate(180deg);
}

.progress-61 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-61 .pie .half-circle {
  border-color: #ffa100;
}
.progress-61 .pie .left-side {
  transform: rotate(219.6deg);
}
.progress-61 .pie .right-side {
  transform: rotate(180deg);
}

.progress-62 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-62 .pie .half-circle {
  border-color: #ffa100;
}
.progress-62 .pie .left-side {
  transform: rotate(223.2deg);
}
.progress-62 .pie .right-side {
  transform: rotate(180deg);
}

.progress-63 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-63 .pie .half-circle {
  border-color: #ffa100;
}
.progress-63 .pie .left-side {
  transform: rotate(226.8deg);
}
.progress-63 .pie .right-side {
  transform: rotate(180deg);
}

.progress-64 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-64 .pie .half-circle {
  border-color: #ffa100;
}
.progress-64 .pie .left-side {
  transform: rotate(230.4deg);
}
.progress-64 .pie .right-side {
  transform: rotate(180deg);
}

.progress-65 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-65 .pie .half-circle {
  border-color: #ffa100;
}
.progress-65 .pie .left-side {
  transform: rotate(234deg);
}
.progress-65 .pie .right-side {
  transform: rotate(180deg);
}

.progress-66 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-66 .pie .half-circle {
  border-color: #ffa100;
}
.progress-66 .pie .left-side {
  transform: rotate(237.6deg);
}
.progress-66 .pie .right-side {
  transform: rotate(180deg);
}

.progress-67 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-67 .pie .half-circle {
  border-color: #ffa100;
}
.progress-67 .pie .left-side {
  transform: rotate(241.2deg);
}
.progress-67 .pie .right-side {
  transform: rotate(180deg);
}

.progress-68 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-68 .pie .half-circle {
  border-color: #ffa100;
}
.progress-68 .pie .left-side {
  transform: rotate(244.8deg);
}
.progress-68 .pie .right-side {
  transform: rotate(180deg);
}

.progress-69 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-69 .pie .half-circle {
  border-color: #ffa100;
}
.progress-69 .pie .left-side {
  transform: rotate(248.4deg);
}
.progress-69 .pie .right-side {
  transform: rotate(180deg);
}

.progress-70 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-70 .pie .half-circle {
  border-color: #ffa100;
}
.progress-70 .pie .left-side {
  transform: rotate(252deg);
}
.progress-70 .pie .right-side {
  transform: rotate(180deg);
}

.progress-71 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-71 .pie .half-circle {
  border-color: #ffa100;
}
.progress-71 .pie .left-side {
  transform: rotate(255.6deg);
}
.progress-71 .pie .right-side {
  transform: rotate(180deg);
}

.progress-72 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-72 .pie .half-circle {
  border-color: #ffa100;
}
.progress-72 .pie .left-side {
  transform: rotate(259.2deg);
}
.progress-72 .pie .right-side {
  transform: rotate(180deg);
}

.progress-73 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-73 .pie .half-circle {
  border-color: #ffa100;
}
.progress-73 .pie .left-side {
  transform: rotate(262.8deg);
}
.progress-73 .pie .right-side {
  transform: rotate(180deg);
}

.progress-74 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-74 .pie .half-circle {
  border-color: #ffa100;
}
.progress-74 .pie .left-side {
  transform: rotate(266.4deg);
}
.progress-74 .pie .right-side {
  transform: rotate(180deg);
}

.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-75 .pie .half-circle {
  border-color: #ffa100;
}
.progress-75 .pie .left-side {
  transform: rotate(270deg);
}
.progress-75 .pie .right-side {
  transform: rotate(180deg);
}

.progress-76 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-76 .pie .half-circle {
  border-color: #ffa100;
}
.progress-76 .pie .left-side {
  transform: rotate(273.6deg);
}
.progress-76 .pie .right-side {
  transform: rotate(180deg);
}

.progress-77 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-77 .pie .half-circle {
  border-color: #ffa100;
}
.progress-77 .pie .left-side {
  transform: rotate(277.2deg);
}
.progress-77 .pie .right-side {
  transform: rotate(180deg);
}

.progress-78 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-78 .pie .half-circle {
  border-color: #ffa100;
}
.progress-78 .pie .left-side {
  transform: rotate(280.8deg);
}
.progress-78 .pie .right-side {
  transform: rotate(180deg);
}

.progress-79 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-79 .pie .half-circle {
  border-color: #ffa100;
}
.progress-79 .pie .left-side {
  transform: rotate(284.4deg);
}
.progress-79 .pie .right-side {
  transform: rotate(180deg);
}

.progress-80 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-80 .pie .half-circle {
  border-color: #ffa100;
}
.progress-80 .pie .left-side {
  transform: rotate(288deg);
}
.progress-80 .pie .right-side {
  transform: rotate(180deg);
}

.progress-81 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-81 .pie .half-circle {
  border-color: #ffa100;
}
.progress-81 .pie .left-side {
  transform: rotate(291.6deg);
}
.progress-81 .pie .right-side {
  transform: rotate(180deg);
}

.progress-82 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-82 .pie .half-circle {
  border-color: #ffa100;
}
.progress-82 .pie .left-side {
  transform: rotate(295.2deg);
}
.progress-82 .pie .right-side {
  transform: rotate(180deg);
}

.progress-83 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-83 .pie .half-circle {
  border-color: #ffa100;
}
.progress-83 .pie .left-side {
  transform: rotate(298.8deg);
}
.progress-83 .pie .right-side {
  transform: rotate(180deg);
}

.progress-84 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-84 .pie .half-circle {
  border-color: #ffa100;
}
.progress-84 .pie .left-side {
  transform: rotate(302.4deg);
}
.progress-84 .pie .right-side {
  transform: rotate(180deg);
}

.progress-85 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-85 .pie .half-circle {
  border-color: #ffa100;
}
.progress-85 .pie .left-side {
  transform: rotate(306deg);
}
.progress-85 .pie .right-side {
  transform: rotate(180deg);
}

.progress-86 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-86 .pie .half-circle {
  border-color: #ffa100;
}
.progress-86 .pie .left-side {
  transform: rotate(309.6deg);
}
.progress-86 .pie .right-side {
  transform: rotate(180deg);
}

.progress-87 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-87 .pie .half-circle {
  border-color: #ffa100;
}
.progress-87 .pie .left-side {
  transform: rotate(313.2deg);
}
.progress-87 .pie .right-side {
  transform: rotate(180deg);
}

.progress-88 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-88 .pie .half-circle {
  border-color: #ffa100;
}
.progress-88 .pie .left-side {
  transform: rotate(316.8deg);
}
.progress-88 .pie .right-side {
  transform: rotate(180deg);
}

.progress-89 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-89 .pie .half-circle {
  border-color: #ffa100;
}
.progress-89 .pie .left-side {
  transform: rotate(320.4deg);
}
.progress-89 .pie .right-side {
  transform: rotate(180deg);
}

.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-90 .pie .half-circle {
  border-color: #ffa100;
}
.progress-90 .pie .left-side {
  transform: rotate(324deg);
}
.progress-90 .pie .right-side {
  transform: rotate(180deg);
}

.progress-91 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-91 .pie .half-circle {
  border-color: #ffa100;
}
.progress-91 .pie .left-side {
  transform: rotate(327.6deg);
}
.progress-91 .pie .right-side {
  transform: rotate(180deg);
}

.progress-92 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-92 .pie .half-circle {
  border-color: #ffa100;
}
.progress-92 .pie .left-side {
  transform: rotate(331.2deg);
}
.progress-92 .pie .right-side {
  transform: rotate(180deg);
}

.progress-93 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-93 .pie .half-circle {
  border-color: #ffa100;
}
.progress-93 .pie .left-side {
  transform: rotate(334.8deg);
}
.progress-93 .pie .right-side {
  transform: rotate(180deg);
}

.progress-94 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-94 .pie .half-circle {
  border-color: #ffa100;
}
.progress-94 .pie .left-side {
  transform: rotate(338.4deg);
}
.progress-94 .pie .right-side {
  transform: rotate(180deg);
}

.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-95 .pie .half-circle {
  border-color: #ffa100;
}
.progress-95 .pie .left-side {
  transform: rotate(342deg);
}
.progress-95 .pie .right-side {
  transform: rotate(180deg);
}

.progress-96 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-96 .pie .half-circle {
  border-color: #ffa100;
}
.progress-96 .pie .left-side {
  transform: rotate(345.6deg);
}
.progress-96 .pie .right-side {
  transform: rotate(180deg);
}

.progress-97 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-97 .pie .half-circle {
  border-color: #ffa100;
}
.progress-97 .pie .left-side {
  transform: rotate(349.2deg);
}
.progress-97 .pie .right-side {
  transform: rotate(180deg);
}

.progress-98 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-98 .pie .half-circle {
  border-color: #ffa100;
}
.progress-98 .pie .left-side {
  transform: rotate(352.8deg);
}
.progress-98 .pie .right-side {
  transform: rotate(180deg);
}

.progress-99 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-99 .pie .half-circle {
  border-color: #ffa100;
}
.progress-99 .pie .left-side {
  transform: rotate(356.4deg);
}
.progress-99 .pie .right-side {
  transform: rotate(180deg);
}

.progress-100 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-100 .pie .half-circle {
  border-color: #ffa100;
}
.progress-100 .pie .left-side {
  transform: rotate(360deg);
}
.progress-100 .pie .right-side {
  transform: rotate(180deg);
}

.nu-icon {
  display: inline-block;
}
.nu-icon.nu-icon-buy {
  background: url("../../img/icons/buy_active.png") no-repeat center center;
  width: 17px;
  height: 14px;
  vertical-align: middle;
}

.score-handler {
  width: 50%;
  border-left: 1px solid #dbdde2;
  padding: 25px 32px;
}

.links-handler {
  padding: 25px 20px;
}
.links-handler ul {
  width: 100%;
  list-style: none;
}
.links-handler ul li {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 11px 0px;
}
.links-handler ul li a {
  display: table;
  width: 100%;
  border: 1px solid #dbdde2;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  transition: border 0.3s;
}
.links-handler ul li a:hover {
  border: 2px solid #55c6d0;
}
.links-handler ul li a:hover span:first-child {
  width: 49px;
}
.links-handler ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.links-handler ul li a span:first-child {
  padding: 0px 10px;
  width: 50px;
  text-align: center;
}
.links-handler ul li a span:last-child {
  position: relative;
  width: 30px;
  text-align: right;
}
.links-handler ul li a span:last-child img {
  width: 14px;
}

@media only screen and (max-width: 767px) {
  .links-handler ul {
    display: table;
    table-layout: fixed;
  }
  .links-handler ul li {
    display: table-cell;
    padding: 0px 5px;
  }
  .links-handler ul li a {
    display: block;
    height: 110px;
    text-align: center;
    background: #ffffff;
  }
  .links-handler ul li a span {
    display: block;
    text-align: center;
    padding: 10px 0px;
    width: 100% !important;
  }
  .links-handler ul li a span img {
    margin: 15px auto 10px auto;
    display: block;
  }
}
.score-box {
  position: relative;
  background: url("../../img/new-ui/scores.png") no-repeat center center;
  height: 190px;
  color: #ffffff;
}
.score-box .score-top {
  display: block;
  padding-top: 65px;
  text-align: center;
  font-size: 36px;
}
.score-box .score-middle {
  display: block;
  padding-top: 22px;
  text-align: center;
  font-size: 13px;
}
.score-box .score-middle span {
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  box-shadow: inset 0px 0px 40px 40px rgba(255, 255, 255, 0.28), 0px 0px 31px 17px rgba(255, 255, 255, 0.28);
}
.score-box .score-bottom {
  position: relative;
  height: 28px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  background: #49bbbb;
  line-height: 28px;
  font-size: 12px;
}
.score-box .score-bottom span {
  position: relative;
  z-index: 100;
}
.score-box .score-bottom::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 17px;
  border-radius: 50%;
  background: transparent;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0px 0px 20px 20px rgba(33, 33, 30, 0.2), 0px 0px 30px 20px rgba(33, 33, 30, 0.2);
  z-index: 1;
}

.points-chart {
  background: url(../../../assets/img/chart-bg.jpg) no-repeat;
  background-size: 100% 100%;
  font-size: 0.9em;
  min-height: 200px;
  padding: 5px;
}

@media only screen and (max-width: 992px) {
  .score-box {
    position: relative;
    background: url("../../img/new-ui/scores-sm.png") no-repeat center center;
    height: 125px;
    color: #ffffff !important;
  }
  .score-box .score-top {
    display: block !important;
    padding-top: 42px !important;
    text-align: center !important;
    font-size: 24px !important;
    color: #ffffff !important;
  }
  .score-box .score-middle {
    display: block !important;
    padding-top: 12px !important;
    text-align: center !important;
    font-size: 10px !important;
    color: #ffffff !important;
  }

  .score-mobile {
    width: 110px;
  }

  .score-description {
    padding: 10px;
    line-height: 25px;
  }
}
.sidebar-menu {
  display: block;
  list-style: none;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: #ffffff;
}
.sidebar-menu:not(.menu) {
  border-radius: 8px;
  border: solid 1px #dbdde2;
}
.sidebar-menu li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #dbdde2;
}
.sidebar-menu li:last-child {
  border-bottom: 0;
}
.sidebar-menu li a {
  display: table;
  width: 100%;
  height: 52px;
  color: #666;
  font-size: 13px;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.sidebar-menu li a.menu-logo {
  background-color: #f3f3f3;
}
.sidebar-menu li a.menu-logo .logo {
  width: 68px;
  text-align: center;
}
.sidebar-menu li a span {
  display: table-cell;
  vertical-align: middle;
}
.sidebar-menu li a span .fa-chevron-left {
  font-size: 11px;
}
.sidebar-menu li a .menu-icon {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  position: relative;
}
.sidebar-menu li a .menu-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../img/new-ui/menu.png");
  background-repeat: no-repeat;
  transition: background-position 0.3s;
}
.sidebar-menu li a .menu-icon.menu-home-icon::after {
  background-position: 0px -140px;
  width: 25px;
  height: 18px;
}
.sidebar-menu li a .menu-icon.menu-score-icon::after {
  background-position: 0px -324px;
  width: 25px;
  height: 19px;
}
.sidebar-menu li a .menu-icon.menu-gift-icon::after {
  background-position: 0px -34px;
  width: 25px;
  height: 21px;
}
.sidebar-menu li a .menu-icon.menu-report-icon::after {
  background-position: 0 -362px;
  width: 17px;
  height: 17px;
}
.sidebar-menu li a .menu-icon.menu-profile-icon::after {
  background-position: 0 -290px;
  width: 17px;
  height: 17px;
}
.sidebar-menu li a .menu-icon.menu-lottery-icon::after {
  background-position: 0 -240px;
  width: 22px;
  height: 25px;
}
.sidebar-menu li a .menu-icon.menu-help-icon::after {
  background-position: 0 -100px;
  width: 20px;
  height: 20px;
}
.sidebar-menu li a .menu-icon.menu-invite-icon::after {
  background-position: 0 -176px;
  width: 22px;
  height: 21px;
}
.sidebar-menu li a:hover {
  color: #ffffff;
  background-color: #55c6d0;
}
.sidebar-menu li a:hover .fa-chevron-left {
  transform: rotate(270deg);
}
.sidebar-menu li a:hover .menu-home-icon::after {
  background-position: 0px -158px;
}
.sidebar-menu li a:hover .menu-score-icon::after {
  background-position: 0px -343px;
}
.sidebar-menu li a:hover .menu-gift-icon::after {
  background-position: 0px -55px;
}
.sidebar-menu li a:hover .menu-report-icon::after {
  background-position: 0 -379px;
}
.sidebar-menu li a:hover .menu-profile-icon::after {
  background-position: 0 -307px;
}
.sidebar-menu li a:hover .menu-lottery-icon::after {
  background-position: 0 -265px;
}
.sidebar-menu li a:hover .menu-help-icon::after {
  background-position: 0 -120px;
}
.sidebar-menu li a:hover .menu-invite-icon::after {
  background-position: 0 -197px;
}
.sidebar-menu li ul {
  visibility: hidden;
  opacity: 0;
}
.sidebar-menu li ul li {
  display: none;
}
.sidebar-menu li:hover a {
  background-color: #55c6d0;
  color: #ffffff;
}
.sidebar-menu li:hover a .fa-chevron-left {
  transform: rotate(270deg);
}
.sidebar-menu li:hover a .menu-profile-icon::after {
  background-position: 0 -307px;
}
.sidebar-menu li:hover ul {
  visibility: visible;
  opacity: 1;
}
.sidebar-menu li:hover ul li {
  display: block;
  border-bottom: 0;
}
.sidebar-menu li:hover ul li a {
  display: block;
  padding: 10px 75px 10px 15px;
  line-height: 35px;
  background: #f8f8f8;
  color: #666;
  position: relative;
}
.sidebar-menu li:hover ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55c6d0;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-menu li:hover ul li a:hover {
  color: #55c6d0;
}
.sidebar-menu li.active a {
  color: #ffffff;
  background-color: #55c6d0;
}
.sidebar-menu li.active a .fa-chevron-left {
  transform: rotate(270deg);
}
.sidebar-menu li.active a .menu-home-icon::after {
  background-position: 0px -158px;
}
.sidebar-menu li.active a .menu-score-icon::after {
  background-position: 0px -343px;
}
.sidebar-menu li.active a .menu-gift-icon::after {
  background-position: 0px -55px;
}
.sidebar-menu li.active a .menu-report-icon::after {
  background-position: 0 -379px;
}
.sidebar-menu li.active a .menu-profile-icon::after {
  background-position: 0 -307px;
}
.sidebar-menu li.active a .menu-lottery-icon::after {
  background-position: 0 -265px;
}
.sidebar-menu li.active a .menu-help-icon::after {
  background-position: 0 -120px;
}
.sidebar-menu li.active a .menu-invite-icon::after {
  background-position: 0 -197px;
}
.sidebar-menu li.active ul {
  visibility: visible;
  opacity: 1;
}
.sidebar-menu li.active ul li {
  display: block;
  border-bottom: 0;
}
.sidebar-menu li.active ul li a {
  display: block;
  padding: 10px 75px 10px 15px;
  line-height: 35px;
  background: #f8f8f8;
  color: #666;
  position: relative;
}
.sidebar-menu li.active ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55c6d0;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-menu li.active ul li a:hover {
  color: #55c6d0;
}

.category-select-holder {
  display: block;
  padding: 20px 30px;
  background: url("../../img/new-ui/banner2.jpg") no-repeat center center #f3a103;
  background-size: cover;
  border-radius: 8px;
  text-align: center;
}
.category-select-holder .select-box-holder {
  display: inline-block;
  min-width: 250px;
  position: relative;
}
.category-select-holder .select-box-holder.active .select-veil {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.category-select-holder .select-box-holder.active .select-items {
  visibility: visible;
  opacity: 1;
}
.category-select-holder .select-box-holder.active .select-arrow {
  transform: rotate(180deg);
}
.category-select-holder .select-box-holder .select-box {
  display: table;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  background: #ffffff;
}
.category-select-holder .select-box-holder .select-icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  text-align: center;
}
.category-select-holder .select-box-holder .select-icon img {
  display: block;
  margin: 0px auto;
}
.category-select-holder .select-box-holder .select-text {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.category-select-holder .select-box-holder .select-arrow {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  font-size: 17px;
  text-align: center;
}
.category-select-holder .select-box-holder .select-items {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #ffffff;
  padding: 0px 5px;
  box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.18);
  z-index: 10002;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.category-select-holder .select-box-holder .select-items li a {
  cursor: pointer;
  display: table;
  width: 100%;
  color: #333;
  margin: 8px auto;
}
.category-select-holder .select-box-holder .select-items li a:hover {
  color: #ffa100;
}

.product-counter {
  width: 122px;
}
.product-counter input {
  font-size: 16px;
}
.product-counter li {
  height: 30px;
}

.green-btn {
  display: inline-block;
  vertical-align: middle;
  background: #10c300;
  color: #ffffff;
  text-align: center;
  padding: 8px 15px 8px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: 0;
  font-size: 14px;
}
.green-btn.disable {
  background: #dbdde2;
  color: #ababab;
}
.green-btn.disable .nu-icon-buy {
  background: url("../../img/icons/buy.png") no-repeat center center;
}
.green-btn .title {
  display: inline-block;
  vertical-align: middle;
}

.modal-close-btn {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #666666;
  text-align: center;
  padding: 8px 15px 8px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border: 0;
  font-size: 14px;
}
.modal-close-btn:hover {
  color: #f3a103;
}

.modal-close-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 50;
}
.modal-close-icon a {
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.modal-close-icon a::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #666666;
  position: absolute;
  top: 0;
  left: 14px;
}
.modal-close-icon a::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 14px;
  left: 0;
}

.package-more-info, .package-more-info:visited {
  color: #55c6d0;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}
.package-more-info .fa, .package-more-info:visited .fa {
  display: inline-block;
  margin-top: 3px;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

.more-info-link, .more-info-link:visited {
  color: #55c6d0;
}

.club-switch {
  display: inline-block;
  padding: 5px 7px;
}
.club-switch .club-switch-input {
  display: none;
}
.club-switch .club-switch-label {
  display: inline-block;
  width: 30px;
  height: 14px;
  position: relative;
  top: 3px;
  border-radius: 10px;
  background: #cccccc;
  transition: background-color 0.2s;
  cursor: pointer;
}
.club-switch .club-switch-label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9b9b9b;
  top: -3px;
  right: 14px;
  position: absolute;
  transition: right 0.2s, background-color 0.2s;
}
.club-switch input[type=checkbox]:checked + label {
  background: #c8e9c6;
}
.club-switch input[type=checkbox]:checked + label:after {
  background: #4db442;
  right: -5px;
}
.club-switch .club-switch-title {
  display: inline-block;
  margin: 0px 10px;
}

.inner-ul li::before {
  background-color: transparent !important;
  border: 1px solid #ffa000;
}

/*# sourceMappingURL=style.css.map */
