@import url(
  https://fonts.googleapis.com/css?family=Asap:400,
  500,
  600,
  700&display=swap
);

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
}

svg:not(:root) {
  overflow: hidden;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: none;
}

input[type="email"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: Asap, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  min-width: 320px;
  color: #0299b8;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
svg {
  height: 100%;
}

svg {
  display: block;
  width: 100%;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.bg-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg.bg-border {
  height: 34px;
  background-position: top;
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.bg-border {
  position: relative;
}

.bg-border .scroll-down {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.bg-border .scroll-down,
.bg-border .scroll-down:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-border .scroll-down:hover {
  -webkit-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.bg-border .scroll-down .down {
  font-size: 27px;
  color: #fff;
  background-color: #d52a40;
  border-radius: 6px;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  position: relative;
  min-width: 170px;
}

.bg-border .scroll-down .down .icon {
  display: block;
  width: 27px;
  height: 27px;
  color: currentColor;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .bg-border .scroll-down .down {
    padding-right: 40px;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
  }

  .bg-border .scroll-down .down .icon {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}

@media (max-width: 462.98px) {
  .bg-border .scroll-down .down {
    font-size: 25px;
  }
}

button,
button:focus {
  outline: none;
}

.page {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  -webkit-transition-property: color, background-color, opacity, border-color;
  transition-property: color, background-color, opacity, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:hover {
  text-decoration: none;
}

.heading-bg {
  height: 72px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #e9f8fa),
    color-stop(60%, transparent)
  );
  background: linear-gradient(270deg, #e9f8fa 0, transparent 60%);
  margin-bottom: 60px;
}

.heading-bg .button {
  margin-right: 15px;
  margin-top: 15px;
  border: none;
  outline: none;
  float: right;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#leaderboardSwitchLeague {
  margin-left: 15px;
}

#leaderboardChooseLeague {
  margin-left: 15px;
}

.heading-bg .button-green {
  background-color: #008000;
  margin-left: 15px;
}

.heading-bg .button-buy {
  width: 160px;
  position: absolute;
  top: 90px;
  right: 25px;
  z-index: 4;
}

.heading-bg .button:disabled {
  cursor: not-allowed;
  background-color: #f6b9b9;
}

/*
.heading-bg .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.heading-bg .button:disabled i.icon {
  color: #fff;
}
*/
.heading-bg .button:disabled:active,
.heading-bg .button:disabled:focus,
.heading-bg .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.heading-bg .button:disabled:active:after,
.heading-bg .button:disabled:focus:after,
.heading-bg .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.heading-bg .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.heading-bg .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.heading-bg .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.heading-bg .button-green:after {
  background-color: #008000;
}

.heading-bg .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.heading-bg .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.heading-bg .button:active,
.heading-bg .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  .heading-bg .button-buy {
    width: 142px;
    position: initial;
  }
}

@media (max-width: 991.98px) {
  .heading-bg .button {
    margin-top: 7px;
  }

  .heading-bg .button-buy {
    width: 160px;
    position: absolute;
    top: 96px;
    right: 25px;
  }
}

@media (max-width: 767.98px) {
  .heading-bg .button {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 9px;
  }

  .heading-bg .button-buy {
    width: 98px;
    position: initial;
  }
}

@media (max-width: 500.98px) {
  .heading-bg .button-buy {
    width: 98px;
    position: absolute;
    top: 67px;
    right: 25px;
  }
}

.heading-bg .heading {
  background-color: #0299b8;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: inline-block;
  margin-left: -40px;
  height: 100%;
  padding-right: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading-bg .heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  background-color: #d52a40;
  width: 12px;
  height: 100%;
  -webkit-transform: skewX(-20px);
  transform: skewX(-20px);
}

.heading-bg .heading .title {
  line-height: 72px;
  height: 100%;
  text-indent: 165px;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  color: #fff;
  font-size: 47px;
  font-weight: 500;
  position: relative;
}

.heading-bg .heading .title-index {
  font-size: 47px;
}

.heading-bg .heading .title-header {
  font-size: 37px;
}

.heading-bg .heading .title span {
  font-size: 40px;
  color: #94d6df;
}

.heading-bg .heading .title .icon {
  position: absolute;
  left: 30px;
  top: -20px;
}

.heading-bg .heading .title .boat-icon {
  top: -15px;
}

.heading-bg .heading .title .sub {
  font-size: 40px;
  color: #ceeaee;
  /*padding-left: 20px;*/
  position: relative;
}

.heading-bg .heading .title .sub-index {
  font-size: 47px;
}

.heading-bg .heading .title-header .sub-index {
  font-size: 37px;
}

.heading-bg .heading .title .name {
  font-size: 40px;
  color: #ceeaee;
  padding-left: 40px;
  position: relative;
}

.heading-bg .heading .title .stats-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  height: 59px;
  font-size: 40px;
  max-width: 550px;
  color: #ceeaee;
  text-indent: 0px;
}

.heading-bg .heading .title .stats {
  font-size: 47px;
  color: #ffffff;
}

.heading-bg .heading .title .stats-name:before {
  top: 70% !important;
}

.heading-bg .heading .title .name:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ceeaee;
  border-radius: 5px;
}

.heading-bg .button-index {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.heading-bg .fb-share-index {
  width: 125px;
  height: 57px;
  background-image: url(../images/common/facebook_share_index.png);
  cursor: pointer;
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.heading-bg .fb-share-index:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}

.heading-bg .fb-share-index:active {
  box-shadow: none;
}

.heading-bg .button-index .top-text {
  position: absolute;
  top: 40px;
  margin-left: 100px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.heading-bg .button-index .bottom-text {
  position: absolute;
  color: #ceeaee;
  top: 61px;
  margin-left: 100px;
  font-size: 20px;
  font-weight: 500;
  transform: translate(-50%, -50%);
}

@media (min-width: 1748.98px) {
  .heading-bg .heading .title-header {
    font-size: 47px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 47px;
  }
}

@media (max-width: 1558.98px) {
  .heading-bg .heading .title-header {
    font-size: 33px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 33px;
  }
}

@media (max-width: 1200.98px) {
  .heading-bg .heading .title .stats-name {
    max-width: 370px;
  }

  .heading-bg .heading .title-header {
    font-size: 31px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 31px;
  }
}

@media (max-width: 1138.98px) {
  .heading-bg .heading .title-header {
    font-size: 37px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 37px;
  }
}

@media (max-width: 991.98px) {
  .heading-bg {
    height: 55px;
    margin-bottom: 40px;
  }

  .heading-bg .heading .title {
    line-height: 55px;
    text-indent: 120px;
    font-size: 36px;
  }

  .heading-bg .heading .title span {
    font-size: 30px;
  }

  .heading-bg .heading .title .icon {
    width: 80px;
    height: 80px;
    left: 25px;
    top: -14px;
  }

  .heading-bg .heading .title .sub {
    font-size: 28px;
    /*padding-left: 15px;*/
  }

  .heading-bg .heading .title .name {
    font-size: 28px;
  }

  .heading-bg .heading .title .name:before {
    width: 8px;
    height: 8px;
    left: 16px;
  }

  .heading-bg .heading .title .stats-name {
    max-width: 220px;
    height: 44px;
  }

  .heading-bg .heading .title .stats {
    font-size: 36px;
  }

  .heading-bg .heading .title-header {
    font-size: 26px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 26px;
  }

  .heading-bg .button-index {
    height: 40px;
    width: auto;
  }

  .heading-bg .button-index,
  .heading-bg .button-index img {
    height: 40px;
    width: auto;
  }

  .heading-bg .button-index .top-text {
    font-size: 14px;
    top: 35px;
    margin-left: 72px;
  }

  .heading-bg .button-index .bottom-text {
    font-size: 14px;
    top: 51px;
    margin-left: 72px;
  }
}

@media (max-width: 767.98px) {
  .heading-bg {
    height: 40px;
    margin-bottom: 40px;
  }

  .heading-bg .heading {
    padding-right: 10px;
  }

  .heading-bg .heading:after {
    right: -15px;
    width: 8px;
  }

  .heading-bg .heading .title {
    line-height: 40px;
    text-indent: 100px;
    font-size: 20px;
  }

  .heading-bg .heading .title span {
    font-size: 16px;
  }

  .heading-bg .heading .title .icon {
    width: 65px;
    height: 65px;
    left: 32px;
    top: -14px;
  }

  .heading-bg .heading .title .sub {
    /*padding-left: 8px;*/
    font-size: 16px;
  }

  .heading-bg .heading .title .name {
    font-size: 16px;
    padding-left: 20px;
  }

  .heading-bg .heading .title .name:before {
    width: 6px;
    height: 6px;
    left: 8px;
  }

  .heading-bg .heading .title .stats-name {
    max-width: 240px;
    height: 32px;
  }

  .heading-bg .heading .title .stats {
    font-size: 20px;
  }

  .heading-bg .heading .title-header {
    font-size: 19px;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 19px;
  }

  .heading-bg .button-index,
  .heading-bg .button-index img {
    height: 30px;
    width: auto;
  }

  .heading-bg .button-index .top-text {
    font-size: 13px;
    top: 36px;
    margin-left: 54px;
  }

  .heading-bg .button-index .bottom-text {
    display: none;
  }
}

@media (max-width: 530.98px) {
  .heading-bg .heading .title .stats-name {
    max-width: 160px;
  }

  .heading-bg .heading .title-header {
    font-size: 14px;
    text-indent: 50px !important;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 14px;
  }

  .heading-bg .button-index {
    margin-top: 7px;
  }

  .heading-bg .button-index,
  .heading-bg .button-index img {
    height: 27px;
    width: auto;
  }

  .heading-bg .button-index .top-text {
    font-size: 12px;
    top: 36px;
    margin-left: 50px;
  }
}

@media (max-width: 459.98px) {
  .heading-bg .heading .title .stats-name {
    max-width: 160px;
  }

  .heading-bg .heading .title-header {
    font-size: 10px;
    text-indent: 50px !important;
  }

  .heading-bg .heading .title-header .sub-index {
    font-size: 10px;
  }
}

header.header {
  font-weight: 700;
  margin-bottom: 10px;
}

header.header a {
  color: #0299b8;
}

header.header .header-top-row .user-name-wrapper {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-right: 25px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}

header.header .header-top-row .user-name-wrapper:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.5);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.5);
}

header.header .header-top-row .user-name-wrapper:hover .icon,
header.header .header-top-row .user-name-wrapper:hover .name {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #02aed1;
}

header.header .header-top-row .user-name-wrapper .icon,
header.header .header-top-row .user-name-wrapper .name {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

header.header .header-top-row .user-name-wrapper .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-bottom: 5px;
}

header.header .header-top-row .user-name-wrapper .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  height: 22px;
  font-size: 19px;
  max-width: 270px;
}

@media (max-width: 991.98px) {
  header.header .header-top-row .user-name-wrapper {
    height: 40px;
    padding: 0 15px;
    margin-right: 20px;
  }

  header.header .header-top-row .user-name-wrapper .icon {
    width: 28px;
    height: 28px;
    line-height: 40px;
  }

  header.header .header-top-row .user-name-wrapper .name {
    /*line-height: 40px;*/
    font-size: 16px;
    max-width: 220px;
  }
}

@media (max-width: 550px) {
  header.header .header-top-row .user-name-wrapper .name {
    /*line-height: 40px;*/
    font-size: 16px;
    max-width: 180px;
  }
}

@media (max-width: 420px) {
  header.header .header-top-row .user-name-wrapper .name {
    max-width: 130px;
  }
}

header.header .header-top-row .login,
header.header .header-top-row .logout {
  position: relative;
  height: 50px;
  line-height: 55px;
  font-size: 19px;
  font-weight: 700;
  color: #0299b8;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

header.header .header-top-row .login {
  z-index: 3;
}

header.header .header-top-row .login:hover,
header.header .header-top-row .logout:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #02aed1;
}

@media (max-width: 991.98px) {
  header.header .header-top-row .login,
  header.header .header-top-row .logout {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}

header.header .header-top-row .login {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.header .header-top-row .login:active .auth-tooltip,
header.header .header-top-row .login:hover .auth-tooltip {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

header.header .header-top-row .login .auth-tooltip {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 120%;
  width: 290px;
  background-color: #fff;
  border: 1px solid #0299b8;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

header.header .header-top-row .login .auth-tooltip button {
  height: 58px;
  width: 100%;
  text-indent: 66px;
  border: 1px solid #999;
  border-radius: 5px;
  position: relative;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

header.header .header-top-row .login .auth-tooltip button:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.3);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.3);
}

header.header .header-top-row .login .auth-tooltip button:not(:last-child) {
  margin-bottom: 12px;
}

header.header .header-top-row .login .auth-tooltip button img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header.header .header-top-row .login .auth-tooltip button.facebook-auth {
  color: #fff;
  background-color: #1877f2;
}

header.header .header-top-row .login .auth-tooltip button.google-auth {
  background-color: #fff;
}

header.header .header-top-row .login .auth-tooltip button.email-auth {
  background-color: #ceeaee;
  color: #0299b8;
  border-color: rgba(2, 153, 184, 0.5);
}

@media (max-width: 991.98px) {
  header.header .header-top-row .login .auth-tooltip button {
    height: 46px;
    text-indent: 52px;
    font-size: 18px;
  }

  header.header .header-top-row .login .auth-tooltip button img {
    height: 28px;
    width: 28px;
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  header.header .header-top-row .login .auth-tooltip button {
    text-indent: 15px;
    text-align: center;
    font-size: 16px;
  }
}

header.header .header-bottom-row .hamburger {
  width: 32px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header.header .header-bottom-row .hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #0299b8;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header.header .header-bottom-row .hamburger span:first-child {
  top: 0;
}

header.header .header-bottom-row .hamburger span:nth-child(2),
header.header .header-bottom-row .hamburger span:nth-child(3) {
  top: 10px;
}

header.header .header-bottom-row .hamburger span:nth-child(4) {
  top: 20px;
}

header.header .header-bottom-row .hamburger.open span:first-child {
  top: 10px;
  width: 0;
  left: 50%;
}

header.header .header-bottom-row .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.header .header-bottom-row .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.header .header-bottom-row .hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

header.header .header-bottom-row .logo-container {
  position: absolute;
  top: 15px;
}

header.header .header-bottom-row .logo-link {
  display: inline-block;
}

header.header .header-bottom-row .logo-link .logo {
  width: 300px;
  line-height: 55px;
}

@media (max-width: 991.98px) {
  header.header .header-bottom-row .logo-link .logo {
    width: 220px;
    line-height: 55px;
  }
}

@media (max-width: 767.98px) {
  header.header .header-bottom-row .logo-container {
    /*position: initial;*/
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  header.header .header-bottom-row .logo-link .logo {
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    line-height: 55px;
  }
}

header.header .header-bottom-row .nav-col .navigation .mobile {
  display: none;
}

header.header .header-bottom-row .play-button:hover .play-popup {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

header.header .header-bottom-row .nav-col {
  margin-top: 40px;
}

header.header .header-bottom-row .nav-col li:not(:last-child) {
  margin-right: 5px;
}

header.header .header-bottom-row .nav-col li a {
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  padding: 8px 25px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 25px;
}

header.header .header-bottom-row .nav-col li .active,
header.header .header-bottom-row .nav-col li a:active {
  color: #fff;
  background-color: #0299b8;
}

header.header .header-bottom-row .nav-col li .menu-item:hover {
  color: #fff;
  background-color: #0299b8;
}

@media (max-width: 1199.98px) {
  header.header .header-bottom-row .nav-col li a {
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 25px;
  }
}

@media (max-width: 991.98px) {
  header.header .header-bottom-row .nav-col {
    margin-top: 30px;
  }

  header.header .header-bottom-row .nav-col li:not(:last-child) {
    margin-right: 3px;
  }

  header.header .header-bottom-row .nav-col li a {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (max-width: 767.98px) {
  header.header .header-bottom-row .nav-col {
    margin-top: 0px;
  }

  header.header .header-bottom-row .nav-col {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 1;
  }

  header.header .header-bottom-row .nav-col .navigation {
    width: 100%;
    margin: 0 auto;
  }

  header.header .header-bottom-row .nav-col .navigation ul {
    margin-top: 20px;
    position: relative;
    display: block;
    list-style: none;
  }

  header.header .header-bottom-row .nav-col .navigation .desktop {
    display: none;
  }

  header.header .header-bottom-row .nav-col .navigation .mobile {
    display: block;
  }

  header.header .header-bottom-row .nav-col .navigation ul li {
    width: 100%;
    display: block;
    -webkit-transform: scale(1.15) translateX(-50px);
    transform: scale(1.15) translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  header.header .header-bottom-row .nav-col .navigation ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  header.header .header-bottom-row .nav-col .navigation ul li:first-child {
    -webkit-transition-delay: 0.29s;
    transition-delay: 0.29s;
  }

  header.header .header-bottom-row .nav-col .navigation ul li:nth-child(2) {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }

  header.header .header-bottom-row .nav-col .navigation ul li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  header.header .header-bottom-row .nav-col .navigation ul li:nth-child(4) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }

  header.header .header-bottom-row .nav-col .navigation ul li:nth-child(5) {
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
  }

  header.header .header-bottom-row .nav-col .navigation ul li a {
    text-align: center;
    display: block;
    /*color: #fff;*/
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 8px 0;
  }

  header.header .header-bottom-row .nav-col.menu-open {
    position: relative;
    display: block;
    height: 450px;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  header.header .header-bottom-row .nav-col.menu-open .navigation {
    width: 100%;
    margin: 0 auto;
  }

  header.header .header-bottom-row .nav-col.menu-open .navigation ul {
    margin-top: 20px;
  }

  header.header .header-bottom-row .nav-col.menu-open .navigation ul li {
    text-align: center;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:first-child {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(8) {
    -webkit-transition-delay: 0.76s;
    transition-delay: 0.76s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(9) {
    -webkit-transition-delay: 0.81s;
    transition-delay: 0.81s;
  }

  header.header
    .header-bottom-row
    .nav-col.menu-open
    .navigation
    ul
    li:nth-child(10) {
    -webkit-transition-delay: 0.88s;
    transition-delay: 0.88s;
  }
}

section.stats-section {
  padding-bottom: 150px;
}

section.stats-section .stats-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 30px;
  overflow: hidden;
}

section.stats-section .stats-wrap .heading-bg {
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-image: url(../images/common/heading-back.png);
  background-size: 100% 72px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

section.stats-section .stats-wrap .heading-bg .heading {
  height: 72px;
  margin-right: auto;
}

section.stats-section .stats-wrap .heading-bg .heading .title .stats-name {
  max-width: 350px;
}

section.stats-section .stats-wrap .card-wrap {
  background-color: #e9f8fa;
  padding: 30px 15px 40px;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.stats-section .heading-bg .invite-button {
  /*margin-left: 25px;*/
}

section.stats-section .heading-bg .button-green {
  margin-left: 15px;
  margin-right: 10px;
}

section.stats-section .stats-wrap .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.stats-section .stats-wrap .card-wrap .card-icon {
  position: absolute;
}

section.stats-section .stats-wrap .card-wrap .card-icon.flags {
  right: 0;
  top: 10px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.timer {
  top: -8px;
  right: 2px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.target {
  top: -10px;
  right: 2px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.helmet {
  top: 4px;
  right: 6px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.coins {
  top: 8px;
  right: 5px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.hand {
  top: -15px;
  right: 5px;
}

section.stats-section .stats-wrap .card-wrap .card-icon.medal {
  top: 1px;
  right: -1px;
}

section.stats-section .stats-wrap .card-wrap .card-title {
  text-indent: 5px;
  border-bottom: 1px solid #ceeaee;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}

section.stats-section .stats-wrap .card-wrap .card-title span {
  text-transform: none;
}

section.stats-section .stats-wrap .card-wrap .card-info {
  text-align: center;
  padding: 40px 0;
  font-size: 60px;
  font-weight: 700;
}

section.stats-section .stats-wrap .card-wrap .card-info.regular {
  font-weight: 400;
}

section.stats-section .stats-wrap .card-wrap .card-info span {
  font-size: 32px;
}

section.stats-section .stats-wrap .card-wrap .card-sub-info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-right: 15px;
  height: 21px;
}

section.stats-section .stats-wrap .card-wrap .card-sub-info ul {
  height: 100%;
}

section.stats-section .stats-wrap .card-wrap .card-sub-info ul li {
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section.stats-section .stats-wrap .card-wrap .card-sub-info ul li.info {
  line-height: 21px;
  margin-right: 10px;
}

section.stats-section
  .stats-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap {
  background-color: #fff;
  width: 102px;
}

section.stats-section
  .stats-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap
  .card-progress {
  display: block;
  background-color: #0299b8;
  width: 52%;
  height: 100%;
}

section.stats-section .history-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  section.stats-section .stats-wrap .card-wrap .card-title {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  section.stats-section {
    padding-bottom: 90px;
  }

  section.stats-section .stats-wrap .heading-bg {
    background-size: 100% 55px;
  }

  section.stats-section .stats-wrap .heading-bg .heading {
    height: 55px;
  }

  section.stats-section .stats-wrap .heading-bg .heading .title .stats-name {
    max-width: 210px;
  }

  section.stats-section .stats-wrap .card-wrap {
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }

  section.stats-section .stats-wrap .card-wrap .card-icon.flags {
    width: 91px;
    height: 46px;
    top: 9px;
  }

  section.stats-section .stats-wrap .card-wrap .card-icon.timer {
    width: 54px;
    height: 70px;
    right: 5px;
  }

  section.stats-section .stats-wrap .card-wrap .card-icon.helmet {
    width: 60px;
    height: 64px;
    top: 2px;
    right: 5px;
  }

  section.stats-section .stats-wrap .card-wrap .card-icon.coins {
    width: 62px;
    height: 61px;
    top: 4px;
    right: 3px;
  }

  section.stats-section .stats-wrap .card-wrap .card-icon.medal {
    width: 63px;
    height: 80px;
  }

  section.stats-section .stats-wrap .card-wrap .card-title {
    font-size: 20px;
  }

  section.stats-section .stats-wrap .card-wrap .card-info {
    font-size: 46px;
  }

  section.stats-section .stats-wrap .card-wrap .card-sub-info {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  section.stats-section {
    padding-bottom: 40px;
  }

  section.stats-section .stats-wrap {
    padding: 30px 10px 15px;
  }

  section.stats-section .stats-wrap .heading-bg {
    margin-bottom: 10px;
    background-size: 100% 40px;
  }

  section.stats-section .stats-wrap .heading-bg .heading {
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  section.stats-section .stats-wrap .heading-bg .heading .title .stats-name {
    max-width: 180px;
  }
}

section.view-user-section {
  padding-bottom: 150px;
}

section.view-user-section .stats-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 30px;
  overflow: hidden;
}

section.view-user-section .heading-bg {
  margin-bottom: 15px;
}

section.view-user-section .user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  height: 59px;
  font-size: 40px;
  max-width: 350px;
  text-indent: 0px;
  color: #fff !important;
}

section.view-user-section .stats-wrap .league-container {
  display: inline-block;

  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  float: right;

  /*
  position: absolute;
  top: 130px;
  right: 40px;
  */
}

section.view-user-section .stats-wrap .league-container p {
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  vertical-align: top;
}

section.view-user-section .stats-wrap .league-container .league-title {
  font-weight: bold;
  margin-right: 10px;
}

section.view-user-section .stats-wrap .league-container .league-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
}

section.view-user-section .stats-wrap .league-container .icon-flag {
  height: 50px;
  margin-top: -10px;
  margin-left: 10px;
}

section.view-user-section .profile-wrap {
  height: 85px;
  background-color: #e9f8fa;
  position: relative;
  margin-bottom: 20px;
}

section.view-user-section .profile-wrap .icon-glass {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

section.view-user-section .profile-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  height: 60px;
}

section.view-user-section .profile-wrap h3 {
  font-size: 40px;
  display: inline-block;
  line-height: 85px;
  text-indent: 88px;
}

section.view-user-section .profile-wrap p {
  display: inline-block;
  font-size: 40px;
  line-height: 85px;
  float: right;
  padding-right: 30px;
  font-weight: 500;
}

section.view-user-section .history-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  margin-top: 30px;
}

section.view-user-section .bg-border {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: -5px;
  flex-direction: row-reverse;
}

section.view-user-section .bg-border .scroll-down {
  display: inline-block;
  margin: 5px 5px;
  position: initial;
  -webkit-transform: none;
  transform: none;
}

section.view-user-section .bg-border .scroll-down .down {
  padding-right: 40px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  min-width: 117px;
}

section.view-user-section .bg-border .scroll-down .down .icon {
  width: 17px;
  height: 17px;
  right: 12px;
}

section.view-user-section .bg-border .shadow-hover {
  border-radius: 9px;
  -webkit-box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.view-user-section .bg-border .shadow-hover:hover {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

section.view-user-section .bg-border .share-div {
  display: flex;
  color: white;
  border-radius: 8px;
  width: 79px;
  height: 36px;
}

section.view-user-section .bg-border .share-fb-div {
  background-color: #4266b2;
  margin-top: 10px;
  margin-right: 10px;
}

section.view-user-section .bg-border .share-div i {
  margin: 10px 8px 0px;
}

section.view-user-section .bg-border .vertical-line {
  height: 100%;
  width: 2px;
  background-color: white;
}

section.view-user-section .bg-border span {
  margin-top: 10px;
  font-size: 15px;
  margin-left: 5px;
}

section.view-user-section .common-card .card-wrap .card-img {
  margin-bottom: 40px !important;
}

section.view-user-section .common-card .card-wrap .card-img .car-img {
  margin-top: 0px !important;
}

section.view-user-section .rewards-header {
  margin-top: 20px;
  background-color: #eaf8fb;
  width: 100%;
  height: 60px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

section.view-user-section .rewards-header .white-circle {
  line-height: 50px;
  font-size: 29px;
  position: absolute;
  display: inline-block;
  left: 350px;
  top: 20px;
  background-color: white;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 5px;
  font-weight: 500;
}

section.view-user-section .rewards-header .rewards-icon {
  position: relative;
  display: inline-block;
  width: auto;
  height: 70px;
  top: -5px;
  left: 10px;
}

section.view-user-section .rewards-header .title {
  line-height: 60px;
  font-size: 29px;
  text-indent: 30px;
  display: inline-block;
  font-weight: 600;
}

section.view-user-section .rewards-header .triangle-btn {
  cursor: pointer;
  position: relative;
  float: right;
  margin-right: -40px;
  margin-top: 22px;
  right: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #0299b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.view-user-section .rewards-header .active-btn {
  transform: rotate(180deg);
}

section.view-user-section .rewards-content {
  background-color: #eaf8fb;
  -webkit-transition: opacity 1s ease-in-out 0.5s;
  transition: opacity 1s ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;

  display: block;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  z-index: -1;
}

section.view-user-section .active {
  display: inline-block;
  visibility: visible;
  opacity: 1;

  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s easy-in-out;
  z-index: 1;
}

section.view-user-section .rewards-content hr {
  width: 100%;
  border-color: #ceeaee;
}

section.view-user-section .rewards-content .reward-tile {
  display: flex;
}

section.view-user-section .rewards-content .badge-img {
  width: 200px;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 1199.98px) {
  section.view-user-section .user-name {
    max-width: 230px;
  }

  section.view-user-section .stats-wrap .league-container .league-name {
    max-width: 130px;
  }

  section.view-user-section .profile-wrap h3 {
    font-size: 30px;
  }

  section.view-user-section .profile-wrap p {
    font-size: 30px;
  }

  /*
  section.view-user-section .bg-border {
    margin-top: 50px;
    margin-bottom: -40px;
  }
  */
}

@media (max-width: 991.98px) {
  section.view-user-section .stats-wrap .league-container {
    position: absolute;
    float: left;
    top: 105px;
    right: 40px;
  }

  section.view-user-section .user-name {
    max-width: 400px;
  }

  section.view-user-section .stats-wrap .league-container .league-name {
    max-width: 320px;
  }

  section.view-user-section .stats-wrap .league-container .icon-flag {
    height: 40px;
    margin-top: 0px;
  }

  section.view-user-section .bg-border {
    margin-top: 75px;
  }

  section.view-user-section .profile-wrap {
    height: 65px;
  }

  section.view-user-section .profile-wrap .icon {
    width: 40px;
    height: 40px;
    left: 16px;
  }

  section.view-user-section .profile-wrap .icon-glass {
    width: 40px;
    height: 40px;
    left: 16px;
  }

  section.view-user-section .profile-wrap h3 {
    font-size: 21px;
    text-indent: 65px;
    line-height: 65px;
  }

  section.view-user-section .profile-wrap p {
    line-height: 65px;
    font-size: 21px;
  }

  section.view-user-section .rewards-header .title {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  section.view-user-section .user-name {
    text-indent: 0px;
  }

  section.view-user-section .stats-wrap .league-container {
    position: absolute;
    float: left;
    top: 60px;
    right: 20px;
  }

  section.view-user-section .stats-wrap .league-container p {
    font-size: 16px;
  }

  section.view-user-section .stats-wrap .league-container .icon-flag {
    height: 30px;
  }

  section.view-user-section .stats-wrap .league-container .league-title {
    margin-right: 5px;
  }

  section.view-user-section .bg-border .scroll-down .down {
    padding-right: 30px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    min-width: 60px;
  }

  section.view-user-section .bg-border .share-div {
    height: 30px;
  }

  section.view-user-section .bg-border span {
    font-size: 14px;
    margin-top: 8px;
  }

  section.view-user-section .bg-border .share-div i {
    margin: 8px 8px 0px;
  }

  section.view-user-section .profile-wrap {
    height: 40px;
  }

  section.view-user-section .profile-wrap .icon {
    height: 26px;
    width: 26px;
    left: 10px;
  }

  section.view-user-section .profile-wrap .icon-glass {
    height: 26px;
    width: 26px;
    left: 10px;
  }

  section.view-user-section .profile-wrap h3 {
    text-indent: 40px;
  }

  section.view-user-section .profile-wrap p {
    padding-right: 10px;
  }

  section.view-user-section .profile-wrap h3,
  section.view-user-section .profile-wrap p {
    font-size: 16px;
    line-height: 40px;
  }

  section.view-user-section .profile-wrap h3 {
    text-indent: 45px;
  }

  section.view-user-section .bg-border {
    margin-top: 45px;
  }

  section.view-user-section .history-header {
    font-size: 29px;
  }
}

@media (max-width: 575.98px) {
  section.view-user-section .stats-wrap .league-container .league-name {
    max-width: 130px;
  }

  section.view-user-section .bg-border .scroll-down {
    -webkit-transform: none;
    transform: none;
  }

  /*
  section.view-user-section .bg-border {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  */

  section.view-user-section .bg-border .achiv-down {
  }

  section.view-user-section .rewards-header .title {
    font-size: 19px;
    text-indent: 15px;
  }

  section.view-user-section .rewards-header .rewards-icon {
    height: 50px;
    top: -2px;
  }

  section.view-user-section .rewards-header .white-circle {
    line-height: 40px;
    font-size: 22px;
    left: 220px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    top: 10px;
  }
}

@media (max-width: 410.98px) {
}

section.view-user-section .car-wrap {
  background-color: #e9f8fa;
  position: relative;
  margin-bottom: 20px;
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 20px;
}

section.view-user-section .car-wrap .profile {
  font-size: 25px;
  margin-left: 20px;
  text-transform: uppercase;
  word-wrap: break-word;
  max-width: 390px;
}

section.view-user-section .car-wrap .car-icon {
  margin-left: auto;
  width: 80px;
  margin-top: -50px;
  z-index: 4;
  display: block;
}

section.view-user-section .car-wrap .boat-icon {
  margin-left: auto;
  width: 80px;
  margin-top: -50px;
  z-index: 4;
  display: block;
}

section.view-user-section .car-wrap .car-title {
  font-size: 47px;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
}

section.view-user-section .car-wrap .car-price {
  font-size: 33px;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  text-align: center;
}

section.view-user-section .car-wrap .border-elem {
  background-color: #ceeaee;
  padding-top: -15px;
  margin-left: 20px;
  margin-right: 25px;
  margin-top: -15px;
}

section.view-user-section .car-wrap .right-arrow {
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
}

section.view-user-section .car-wrap .left-arrow {
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
}

section.view-user-section .car-wrap .car-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  section.view-user-section .car-wrap .car-img {
    width: 100%;
    height: auto;
  }

  section.view-user-section .car-wrap .car-icon {
    width: 65px;
  }

  section.view-user-section .car-wrap .boat-icon {
    width: 65px;
  }
}

section.view-user-section .stats-wrap .card-wrap {
  background-color: #e9f8fa;
  padding: 30px 15px 40px;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.view-user-section .stats-wrap .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.view-user-section .stats-wrap .card-wrap .card-icon {
  position: absolute;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.flags {
  right: 0;
  top: 10px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.timer {
  top: -8px;
  right: 2px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.target {
  top: -10px;
  right: 2px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.helmet {
  top: 4px;
  right: 6px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.coins {
  top: 8px;
  right: 5px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.hand {
  top: -15px;
  right: 5px;
}

section.view-user-section .stats-wrap .card-wrap .card-icon.medal {
  top: 1px;
  right: -1px;
}

section.view-user-section .stats-wrap .card-wrap .card-title {
  text-indent: 5px;
  border-bottom: 1px solid #ceeaee;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}

section.view-user-section .stats-wrap .card-wrap .card-title span {
  text-transform: none;
}

section.view-user-section .stats-wrap .card-wrap .card-info {
  text-align: center;
  padding: 40px 0;
  font-size: 54px;
  font-weight: 700;
}

section.view-user-section .stats-wrap .card-wrap .card-info.regular {
  font-weight: 400;
}

section.view-user-section .stats-wrap .card-wrap .card-info span {
  font-size: 32px;
}

section.view-user-section .stats-wrap .card-wrap .card-sub-info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-right: 15px;
  height: 21px;
}

section.view-user-section .stats-wrap .card-wrap .card-sub-info ul {
  height: 100%;
}

section.view-user-section .stats-wrap .card-wrap .card-sub-info ul li {
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section.view-user-section .stats-wrap .card-wrap .card-sub-info ul li.info {
  line-height: 21px;
  margin-right: 10px;
}

section.view-user-section
  .stats-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap {
  background-color: #fff;
  width: 102px;
}

section.view-user-section
  .stats-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap
  .card-progress {
  display: block;
  background-color: #0299b8;
  width: 52%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  section.view-user-section .car-wrap .profile {
    max-width: 300px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-title {
    font-size: 22px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-info {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  section.view-user-section .car-wrap .profile {
    max-width: 200px;
    font-size: 22px;
  }

  section.view-user-section .car-wrap .car-title {
    font-size: 25px;
    margin-bottom: 5px;
  }

  section.view-user-section .car-wrap .car-price {
    font-size: 19px;
  }

  section.view-user-section .car-wrap .right-arrow {
    display: none;
  }

  section.view-user-section .car-wrap .left-arrow {
    display: none;
  }

  section.view-user-section .stats-wrap .card-wrap {
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-icon.flags {
    width: 91px;
    height: 46px;
    top: 9px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-icon.timer {
    width: 54px;
    height: 70px;
    right: 5px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-icon.helmet {
    width: 60px;
    height: 64px;
    top: 2px;
    right: 5px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-icon.coins {
    width: 62px;
    height: 61px;
    top: 4px;
    right: 3px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-icon.medal {
    width: 63px;
    height: 80px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-title {
    font-size: 20px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-info {
    font-size: 46px;
  }

  section.view-user-section .stats-wrap .card-wrap .card-sub-info {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  section.view-user-section .car-wrap .profile {
    font-size: 22px;
    max-width: 390px;
  }

  section.view-user-section .car-wrap .keys-icon {
    width: 80px;
  }

  section.view-user-section .car-wrap .car-icon {
    width: 75px;
  }

  section.view-user-section .car-wrap .boat-icon {
    width: 75px;
  }

  section.view-user-section .car-wrap .car-title {
    font-size: 39px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  section.view-user-section .car-wrap .car-price {
    font-size: 23px;
  }

  section.view-user-section .car-wrap .border-elem {
    margin-top: -10px;
  }

  section.view-user-section .stats-wrap {
    padding: 30px 10px 15px;
  }
}

@media (max-width: 550.98px) {
  section.view-user-section .car-wrap .profile {
    font-size: 19px;
    max-width: 220px;
  }

  section.view-user-section .car-wrap .car-icon {
    width: 65px;
  }

  section.view-user-section .car-wrap .boat-icon {
    width: 65px;
  }

  section.view-user-section .car-wrap .car-title {
    margin-bottom: 5px;
  }
}

@media (max-width: 991.98px) {
  section.view-user-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  section.view-user-section {
    padding-bottom: 40px;
  }
}

section.results-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

section.results-section .results-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 30px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  section.results-section .results-wrap {
    padding: 30px 10px 15px;
  }
}

.table-linear {
  font-size: 20px;
  font-weight: 400;
}

.table-linear th {
  border-color: #ceeaee !important;
  border-bottom-width: 1px !important;
  height: 74px;
  background-color: #0299b8;
  color: #fff;
  vertical-align: middle !important;
  padding-left: 24px;
}

.table-linear td {
  height: 74px;
  vertical-align: middle;
  color: #0299b8;
  padding-left: 24px;
  border-color: #ceeaee !important;
}

.table-linear td:first-child {
  min-width: 100px;
}

.table-linear .td-datetime {
  min-width: 140px !important;
}

.table-linear tbody tr:nth-of-type(2n) {
  background-color: #e9f8fa;
}

@media (max-width: 991.98px) {
  .table-linear {
    font-size: 16px;
  }

  .table-linear td,
  .table-linear th {
    padding-left: 10px;
  }
}

@media (max-width: 991.98px) {
  section.results-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  section.results-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.car-section {
  padding-bottom: 40px;
}

.car-section .car-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  overflow: hidden;
}

.car-section .car-wrap .heading-bg {
  margin-bottom: 40px;
}

.car-section .car-wrap .garage-heading {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .car-section .car-wrap .garage-heading {
    margin-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .car-section .car-wrap .garage-heading {
    margin-top: 20px;
  }
}

.car-section .car-wrap .heading-bg .button {
  position: relative;
  z-index: 1;
}

.car-section .car-wrap .heading-bg .button-start {
  margin-left: 20px;
}

.car-section .car-wrap .car-properties {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.car-section .car-wrap .car-properties .property-wrap {
  position: absolute;
  text-align: left;
}

.car-section .car-wrap .car-properties .property-wrap .name {
  margin-bottom: 10px;
}

.car-section .car-wrap .car-properties .property-wrap .garage-name {
  margin-right: 0.56em;
}

.car-section .car-wrap .car-properties .property-wrap .name h4 {
  font-size: 25px;
  font-weight: 300;
  color: rgba(2, 153, 184, 0.7);
}

.car-section .car-wrap .car-properties .property-wrap .value {
  font-size: 35px;
  font-weight: 700;
}

.car-section .car-wrap .car-properties .error {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}

.car-section .car-wrap .car-properties .property-wrap .value p {
  color: #0299b8 !important;
}

.car-section .car-wrap .car-properties .property-wrap.prop-name {
  top: -15px;
  left: 20px;
}

.car-section .car-wrap .car-properties .property-wrap.prop-price {
  text-align: right;
  top: -15px;
  right: 20px;
}

.car-section .car-wrap .car-properties .property-wrap.prop-races {
  visibility: hidden;
  bottom: 35px;
  left: 20px;
}

.car-section .car-wrap .car-properties .property-wrap.prop-purchased {
  text-align: right;
  bottom: 35px;
  right: 20px;
}

@media (max-width: 1199.98px) {
  .car-section .car-wrap .car-properties .property-wrap .value {
    font-size: 28px;
  }

  .car-section .car-wrap .car-properties .error {
    font-size: 28px;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-name {
    left: 0;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-price {
    right: 0;
  }

  .car-section .car-wrap .car-properties .property-wrap.garage-price {
    top: 30px !important;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-races {
    left: 0;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-purchased {
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .car-section .car-wrap .car-properties .property-wrap {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }

  .car-section .car-wrap .car-properties .property-wrap .name h4 {
    font-size: 20px;
  }

  .car-section .car-wrap .car-properties .property-wrap .value {
    font-size: 26px;
  }

  .car-section .car-wrap .car-properties .error {
    font-size: 26px;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-name {
    top: auto;
    left: auto;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-price {
    text-align: right;
    top: auto !important;
    right: auto;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-races {
    bottom: auto;
    left: auto;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-purchased {
    text-align: right;
    bottom: auto;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .car-section .car-wrap .car-properties .property-wrap {
    display: inline-block;
    float: none;
    width: 100%;
  }

  .car-section .car-wrap .car-properties .property-wrap .name {
    width: 50%;
    display: inline-block;
  }

  .car-section .car-wrap .car-properties .property-wrap .name h4 {
    font-size: 18px;
  }

  .car-section .car-wrap .car-properties .property-wrap .value {
    width: 50%;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
  }

  .car-section .car-wrap .car-properties .error {
    font-size: 16px;
  }

  .car-section .car-wrap .car-properties .property-wrap.prop-price,
  .car-section .car-wrap .car-properties .property-wrap.prop-purchased {
    text-align: left;
  }
}

.car-section .car-wrap .car-properties .car-img {
  margin-top: 0px;
  width: 60%;
  height: auto;
}

@media (max-width: 1199.98px) {
  .car-section .car-wrap .car-properties {
    padding: 0;
  }

  .car-section .car-wrap .car-properties .car-img {
    margin-top: -1px;
    width: 60%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .car-section .car-wrap .car-properties {
    padding-bottom: 40px;
  }

  .car-section .car-wrap .car-properties .car-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .car-section .car-wrap .car-properties {
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .car-section .car-wrap {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .car-section .car-wrap {
    padding: 30px 10px 15px;
  }
}

@media (max-width: 440.98px) {
  .car-section .car-wrap .car-properties .car-img {
    margin-top: -30px;
  }
}

@media (max-width: 991.98px) {
  .car-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .car-section {
    padding-bottom: 20px;
  }
}

.purchase-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.purchase-section .purchase-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 20px;
  overflow: hidden;
}

.purchase-section .purchase-wrap .heading-bg {
  margin-bottom: 25px;
}

.purchase-section .purchase-wrap .money-count-wrap {
  height: 85px;
  background-color: #ceeaee;
  position: relative;
  margin-bottom: 20px;
}

.purchase-section .purchase-wrap .money-count-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}

.purchase-section .purchase-wrap .money-count-wrap .icon-helmet {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  height: 60px;
}

.purchase-section .purchase-wrap .money-count-wrap .icon-helmet-boat {
  left: 2px;
  height: 55px;
}

.purchase-section .purchase-wrap .money-count-wrap h3 {
  font-size: 41px;
  display: inline-block;
  line-height: 85px;
  text-indent: 88px;
}

.purchase-section .purchase-wrap .money-count-wrap p {
  display: inline-block;
  font-size: 41px;
  line-height: 85px;
  float: right;
  padding-right: 30px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .purchase-section .purchase-wrap .money-count-wrap h3 {
    font-size: 32px;
  }

  .purchase-section .purchase-wrap .money-count-wrap p {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .purchase-section .purchase-wrap .money-count-wrap {
    height: 65px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon {
    width: 40px;
    height: 40px;
    left: 16px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon-helmet {
    width: 40px;
    height: 40px;
    left: 16px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon-helmet-boat {
    width: 52px;
    height: 35px;
    left: 5px;
    width: 52px;
  }

  .purchase-section .purchase-wrap .money-count-wrap h3 {
    font-size: 22px;
    text-indent: 65px;
    line-height: 65px;
  }

  .purchase-section .purchase-wrap .money-count-wrap p {
    line-height: 65px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .purchase-section .purchase-wrap .money-count-wrap {
    height: 40px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon {
    height: 26px;
    width: 26px;
    left: 10px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon-helmet {
    height: 26px;
    width: 26px;
    left: 10px;
  }

  .purchase-section .purchase-wrap .money-count-wrap .icon-helmet-boat {
    width: 30px;
    height: auto;
    left: 6px;
  }

  .purchase-section .purchase-wrap .money-count-wrap h3 {
    text-indent: 40px;
  }

  .purchase-section .purchase-wrap .money-count-wrap p {
    padding-right: 10px;
  }

  .purchase-section .purchase-wrap .money-count-wrap h3,
  .purchase-section .purchase-wrap .money-count-wrap p {
    font-size: 18px;
    line-height: 40px;
  }
}

.purchase-section .purchase-wrap .card-wrap {
  background-color: #e9f8fa;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  padding: 20px 30px 40px;
}

.purchase-section .purchase-wrap .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.purchase-section .purchase-wrap .card-wrap .card-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  height: 68px;
}

.purchase-section .purchase-wrap .card-wrap .card-img {
  height: 100px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: 100%;
}

.purchase-section .purchase-wrap .card-wrap .card-img .car-img {
  width: 270px;
  margin-top: -10px;
}

.purchase-section .purchase-wrap .card-wrap .card-content {
  text-align: center;
}

.purchase-section .purchase-wrap .card-wrap .card-content .price {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 25px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .current-car {
  font-size: 25px;
  height: 40px;
  line-height: 40px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .low-level {
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .low-level i.icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .reward {
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
}

.purchase-section .purchase-wrap .card-wrap .card-content .reward i.icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.purchase-section .purchase-wrap .card-wrap .card-content .reward-button {
  padding-left: 40px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled
  i.icon {
  color: #fff;
}

.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:active,
.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:focus,
.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:active:after,
.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:focus:after,
.purchase-section
  .purchase-wrap
  .card-wrap
  .card-content
  .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.purchase-section .purchase-wrap .card-wrap .card-content .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.purchase-section .purchase-wrap .card-wrap .card-content .button:active,
.purchase-section .purchase-wrap .card-wrap .card-content .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  .purchase-section .purchase-wrap .card-reward {
    padding-bottom: 20px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-img {
    margin-bottom: 20px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-img .car-img {
    width: 250px;
    margin-top: -20px;
    margin-left: -15px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .card-title,
  .purchase-section .purchase-wrap .card-wrap .card-content .current-car,
  .purchase-section .purchase-wrap .card-wrap .card-content .low-level,
  .purchase-section .purchase-wrap .card-wrap .card-content .reward {
    font-size: 22px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .reward {
    line-height: 20px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .reward i.icon {
    top: 10px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .price {
    font-size: 44px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .reward-button {
    height: 60px;
    line-height: 25px;
  }
}

@media (max-width: 991.98px) {
  .purchase-section .purchase-wrap .card-wrap .card-img .car-img {
    width: 250px;
    margin-top: -20px;
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .purchase-section .purchase-wrap .card-wrap {
    padding: 30px 20px 15px;
  }

  .purchase-section .purchase-wrap .card-wrap .card-img .car-img {
    width: 270px;
    margin-top: -20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .purchase-section .purchase-wrap .card-wrap .card-title {
    height: auto;
  }

  .purchase-section .purchase-wrap .card-wrap .card-content .reward-button {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .purchase-section .purchase-wrap {
    padding: 30px 10px 15px;
  }

  .purchase-section .purchase-wrap .card-content .card-title,
  .purchase-section .purchase-wrap .card-content .price {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 991.98px) {
  .purchase-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .purchase-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

section.country-section {
  padding-bottom: 40px;
}

section.country-section .country-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 0px;
  overflow: hidden;
}

section.country-section .country-wrap .heading-bg {
  margin-bottom: 30px;
}

section.country-section .country-wrap .country-name-wrap {
  height: 85px;
  background-color: #ceeaee;
  position: relative;
  margin-bottom: 20px;
}

section.country-section .country-wrap .country-name-wrap .icon-flag {
  height: 50px;
  width: 80px;
  object-fit: cover;
  margin-top: -20px;
}

section.country-section .country-wrap .country-name-wrap h3 {
  font-weight: 500;
  font-size: 40px;
  display: inline-block;
  line-height: 85px;
  text-indent: 40px;
}

section.country-section .country-wrap .country-name-wrap p {
  display: inline-block;
  /*color: rgba(2, 153, 184, 0.5);*/
  font-size: 25px;
  line-height: 85px;
  float: right;
  padding-right: 30px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  section.country-section .country-wrap .country-name-wrap {
    height: 65px;
  }

  section.country-section .country-wrap .country-name-wrap .icon-flag {
    height: 40px;
    width: 64px;
    object-fit: cover;
    margin-top: -10px;
  }

  section.country-section .country-wrap .country-name-wrap h3 {
    font-size: 26px;
    text-indent: 40px;
    line-height: 65px;
  }

  section.country-section .country-wrap .country-name-wrap p {
    line-height: 65px;
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  section.country-section .country-wrap .country-name-wrap {
    height: 40px;
  }

  section.country-section .country-wrap .country-name-wrap .icon-flag {
    height: 30px;
    width: 48px;
    object-fit: cover;
    margin-top: -5px;
  }

  section.country-section .country-wrap .country-name-wrap h3 {
    font-size: 18px;
    text-indent: 10px;
  }

  section.country-section .country-wrap .country-name-wrap p {
    font-size: 14px;
    padding-right: 10px;
  }

  section.country-section .country-wrap .country-name-wrap h3,
  section.country-section .country-wrap .country-name-wrap p {
    line-height: 40px;
  }
}

section.country-section .country-wrap .card-wrap {
  background-color: #e9f8fa;
  padding: 10px 10px 10px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.country-section .country-wrap .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.country-section .country-wrap .card-wrap .card-icon {
  position: absolute;
}

section.country-section .country-wrap .card-wrap .card-icon.flags {
  right: 0;
  top: 10px;
}

section.country-section .country-wrap .card-wrap .card-icon.timer {
  top: -8px;
  right: 2px;
}

section.country-section .country-wrap .card-wrap .card-icon.helmet {
  top: 4px;
  right: 6px;
}

section.country-section .country-wrap .card-wrap .card-icon.coins {
  top: 8px;
  right: 5px;
}

section.country-section .country-wrap .card-wrap .card-icon.hand {
  top: -15px;
  right: 5px;
}

section.country-section .country-wrap .card-wrap .card-icon.medal {
  top: 1px;
  right: -1px;
}

section.country-section .country-wrap .card-wrap .card-icon.friends {
  top: 0px;
  right: 5px;
}

section.country-section .country-wrap .card-wrap .card-icon.invite {
  top: -8px;
  right: 10px;
}

section.country-section .country-wrap .card-wrap .card-title {
  text-indent: 5px;
  border-bottom: 1px solid #ceeaee;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}

section.country-section .country-wrap .card-wrap .card-title span {
  text-transform: none;
}

section.country-section .country-wrap .card-wrap .card-info {
  text-align: center;
  padding: 40px 0;
  font-size: 60px;
  font-weight: 700;
}

section.country-section .country-wrap .card-wrap .card-info.regular {
  font-weight: 500;
}

section.country-section .country-wrap .card-wrap .card-info span {
  font-size: 32px;
}

section.country-section .country-wrap .card-wrap .card-sub-info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-right: 15px;
  height: 21px;
}

section.country-section .country-wrap .card-wrap .card-sub-info ul {
  height: 100%;
}

section.country-section .country-wrap .card-wrap .card-sub-info ul li {
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section.country-section .country-wrap .card-wrap .card-sub-info ul li.info {
  line-height: 21px;
  margin-right: 10px;
}

section.country-section
  .country-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap {
  background-color: #fff;
  width: 102px;
}

section.country-section
  .country-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap
  .card-progress {
  display: block;
  background-color: #0299b8;
  width: 52%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  section.country-section .country-wrap .country-name-wrap {
    margin-top: 70px;
  }

  section.country-section .country-wrap .card-wrap .card-title {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  section.country-section .country-wrap .country-name-wrap {
    margin-top: 55px;
  }

  section.country-section .country-wrap .card-wrap {
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.flags {
    width: 91px;
    height: 46px;
    top: 9px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.timer {
    width: 54px;
    height: 70px;
    right: 5px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.helmet {
    width: 60px;
    height: 64px;
    top: 2px;
    right: 5px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.coins {
    width: 62px;
    height: 61px;
    top: 4px;
    right: 3px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.hand {
    top: -11px;
    right: 6px;
    width: 67px;
    height: 65px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.medal {
    width: 63px;
    height: 80px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.invite {
    width: 53px;
  }

  section.country-section .country-wrap .card-wrap .card-icon.friends {
    width: 60px;
  }

  section.country-section .country-wrap .card-wrap .card-title {
    font-size: 20px;
  }

  section.country-section .country-wrap .card-wrap .card-info {
    font-size: 46px;
  }

  section.country-section .country-wrap .card-wrap .card-sub-info {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  section.country-section .country-wrap {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  section.country-section .country-wrap .country-name-wrap {
    margin-top: 38px;
  }

  section.country-section .country-wrap {
    padding: 30px 10px 15px;
  }
}

@media (max-width: 991.98px) {
  section.country-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  section.country-section {
    padding-bottom: 40px;
  }
}

.leaderboard-section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.base-bg {
  background-color: #93d6df;
}

.custom-background {
  background-image: url(../images/common/bg-top.png),
    url(../images/common/border-bg-pattern.png),
    url(../images/common/bg-bottom-flag.png),
    url(../images/common/bg-center-flag.png);
  background-position: 0px 0px, 0px 782px, left bottom, 0px 816px;
  background-repeat: no-repeat, repeat-x, no-repeat, repeat-y;
  background-size: 100% 782px, auto auto, contain, auto auto;
}

.garage-bg {
  background-image: url(../images/garage/garage-top.jpg),
    url(../images/common/border-bg-pattern.png),
    url(../images/common/bg-bottom-flag.png),
    url(../images/common/bg-center-flag.png);
  background-position: 0px 0px, 0px 782px, left bottom, 0px 816px;
  background-repeat: no-repeat, repeat-x, no-repeat, repeat-y;
  background-size: 100% 782px, auto auto, contain, auto auto;
}

/*
.custom-background-boat{
  background-image: url(../images/common/boat_background_top.png), url(../images/common/boat_background_bottom.png);
  background-position: 0px 0px, 0px 829px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 829px, cover;
}
*/

.boat-bg {
  background-image: url(../images/common/boat_background_top.png),
    url(../images/common/boat_background_left.png),
    url(../images/common/boat_background_right.png),
    url(../images/common/boat_background_bottom.png);
  background-position: 0px 0px, 0px 232px, right 232px, 0px 829px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 232px, 760px 596px, 690px 596px, cover;
}

@media (max-width: 1199.98px) {
  .garage-bg {
    background-image: url(../images/garage/garage-top.jpg),
      url(../images/common/border-bg-pattern.png),
      url(../images/common/bg-bottom-flag.png),
      url(../images/common/bg-center-flag.png);
    background-position: 0px 0px, 0px 599px, left bottom, 0px 633px;
    background-repeat: no-repeat, repeat-x, no-repeat, repeat-y;
    background-size: 100% 599px, auto auto, contain, auto auto;
  }
}

@media (max-width: 991.98px) {
  .garage-bg {
    background-image: url(../images/garage/garage-top.jpg),
      url(../images/common/border-bg-pattern.png),
      url(../images/common/bg-bottom-flag.png),
      url(../images/common/bg-center-flag.png);
    background-position: 0px 0px, 0px 495px, left bottom, 0px 529px;
    background-repeat: no-repeat, repeat-x, no-repeat, repeat-y;
    background-size: 100% 495px, auto auto, contain, auto auto;
  }

  .boat-bg {
    background-image: url(../images/common/boat_background_top.png),
      url(../images/common/boat_background_left_mobile.png),
      url(../images/common/boat_background_right_mobile.png),
      url(../images/common/boat_background_bottom.png);
    background-position: 0px 0px, 0px 232px, right 232px, 0px 829px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100% 232px, 305px 596px, 288px 596px, cover;
  }
}

@media (max-width: 767.98px) {
  .garage-bg {
    background-image: url(../images/garage/garage-top.jpg),
      url(../images/common/border-bg-pattern.png),
      url(../images/common/bg-bottom-flag.png),
      url(../images/common/bg-center-flag.png);
    background-position: 0px 0px, 0px 383px, left bottom, 0px 417px;
    background-repeat: no-repeat, repeat-x, no-repeat, repeat-y;
    background-size: 100% 383px, auto auto, contain, auto auto;
  }
}

.leaderboard-section .leaderboard-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 30px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .leaderboard-section .leaderboard-wrap {
    padding: 30px 10px 15px;
  }
}

.leaderboard-section .leaderboard-heading .profile-button {
  margin-left: 15px;
}

.leaderboard-section .table-linear {
  font-size: 20px;
  font-weight: 400;
}

.leaderboard-section .table-linear th {
  border-color: #ceeaee !important;
  border-bottom-width: 1px !important;
  height: 74px;
  background-color: #0299b8;
  color: #fff;
  vertical-align: middle;
  padding-left: 24px;
}

.leaderboard-section .table-linear td {
  height: 74px;
  vertical-align: middle;
  color: #0299b8;
  padding-left: 24px;
  border-color: #ceeaee !important;
  font-weight: 500;
}

.leaderboard-section .table-linear a {
  text-decoration: underline;
  word-break: break-all;
}

.leaderboard-section .table-linear td:first-child {
  font-size: 32px;
}

.leaderboard-section .table-linear td:last-child {
  font-weight: 700;
}

.leaderboard-section .table-linear tbody tr:nth-of-type(2n) {
  background-color: #e9f8fa;
}

.leaderboard-section .table-linear .icon-flag {
  width: 80px;
  height: auto;
  object-fit: cover;
}

.leaderboard-section .table-linear .icon-car {
  width: 100px;
  height: auto;
  object-fit: cover;
}

/*
.leaderboard-section .table-linear .icon-car-small {
  width: 65px;
  height: auto;
  margin-top: -10px;
}
*/

.leaderboard-section .table-linear .name-no-id {
  line-height: 50px;
  display: inline-block;
}

.leaderboard-section .table-linear .name-with-id {
  line-height: 50px;
}

.leaderboard-section .table-linear .icon-report {
  width: 15px;
  height: auto;
  object-fit: cover;
}

.leaderboard-section .table-linear .icon-play {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.leaderboard-section .table-linear .icon-play:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.leaderboard-section .table-linear .icon-play:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.leaderboard-section .table-linear .icon-play:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.leaderboard-section .table-linear .icon-play:active,
.leaderboard-section .table-linear .icon-play:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.leaderboard-section .table-linear .you-div {
  text-align: center;
  border: 2px solid #0299b8;
  border-radius: 10px;
  vertical-align: middle;
  display: inline;
  padding: 4px 10px;
  line-height: 50px;
  cursor: pointer;
  text-decoration: underline;
}

.leaderboard-section .table-linear .car-container {
  margin-left: 20px;
  float: right;
}

.leaderboard-section .table-linear .flag-user-container {
  margin-left: 20px;
  float: right;
}

@media (max-width: 991.98px) {
  .leaderboard-section .heading-bg .heading {
    padding-right: 20px;
  }

  .leaderboard-section .table-linear {
    font-size: 16px;
  }

  .leaderboard-section .table-linear td,
  .leaderboard-section .table-linear th {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .leaderboard-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .leaderboard-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .leaderboard-section .table-linear .icon-report {
    display: none;
  }

  .leaderboard-section .table-linear .you-div {
    line-height: 20px;
  }

  .leaderboard-section .table-linear .name-no-id {
    line-height: 20px;
  }

  .leaderboard-section .table-linear .name-with-id {
    line-height: 20px;
  }
}

@media (max-width: 576.98px) {
  .leaderboard-section .table-linear td:first-child {
    min-width: 50px;
  }

  .leaderboard-section .table-linear .car-container {
    margin-left: 0px;
  }

  .leaderboard-section .table-linear .icon-car {
    width: 60px;
  }

  .leaderboard-section .table-linear .icon-flag {
    width: 60px;
  }
}

section.profile-section .profile-wrap {
  margin-bottom: 60px;
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 57px;
  overflow: hidden;
}

section.profile-section .profile-wrap .heading-bg {
  margin-bottom: 30px;
}

section.profile-section .profile-wrap .auth-bg {
  background-color: #e9f8fa;
  padding: 15px 20px;
}

section.profile-section .profile-wrap .forgot-btn {
  text-decoration: underline;
  margin: 15px 0 10px 20px;
  cursor: pointer;
  display: block;
}

@media (max-width: 767.98px) {
  section.profile-section .profile-wrap .form-col {
    margin-bottom: 20px;
  }
}

section.profile-section .profile-wrap .start-form label {
  display: block;
  color: #0299b8;
  text-indent: 20px;
  font-size: 25px;
  font-weight: 500;
}

section.profile-section .profile-wrap .start-form .checkbox-label {
  display: inline;
  color: #0299b8;
  text-indent: 20px;
  font-size: 20px;
  font-weight: 500;
}

section.profile-section .profile-wrap .start-form .login-submit {
  margin-top: 30px;
}

section.profile-section .profile-wrap .start-form .login-checkbox {
  margin: 25px 10px 0px 10px;
  height: 20px;
  width: 20px;
}

section.profile-section .profile-wrap .start-form .field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -52px;
  font-size: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

section.profile-section .profile-wrap .start-form .recover-icon {
  float: right;
  margin-right: 20px;
  margin-top: -47px;
  font-size: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

section.profile-section .profile-wrap .start-form label:first-child {
  margin-bottom: 30px;
}

section.profile-section .profile-wrap .start-form select {
  margin-bottom: 25px;
}

section.profile-section .profile-wrap .start-form label input,
section.profile-section .profile-wrap .start-form select {
  margin-top: 15px;
  display: block;
  width: 100%;
  height: 60px;
  color: #0299b8;
  border: none;
  outline: none;
}

section.profile-section .profile-wrap .start-form label input {
  padding: 0 20px;
}

section.profile-section .profile-wrap .start-form label input.password {
  padding-right: 40px;
}

section.profile-section .profile-wrap .start-form .select-wrap {
  position: relative;
  font-size: 25px;
}

section.profile-section .profile-wrap .start-form .select-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 78px;
  height: 100%;
  width: 1px;
  background-color: #eee;
}

section.profile-section .profile-wrap .start-form .select-wrap select {
  padding: 0 98px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/account/triangular.png) 92%/5% no-repeat #fff;
}

section.profile-section
  .profile-wrap
  .start-form
  label
  .select-wrap
  select::-ms-expand {
  display: none;
  background-color: #fff;
}

section.profile-section .profile-wrap .start-form .members-count {
  margin-top: -10px;
  font-size: 25px;
  color: rgba(2, 153, 184, 0.7);
  text-indent: 20px;
  margin-bottom: 30px;
}

section.profile-section .profile-wrap .start-form .button {
  margin-left: 20px;
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.profile-section .profile-wrap .start-form .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

section.profile-section .profile-wrap .start-form .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

section.profile-section .profile-wrap .start-form .button:disabled i.icon {
  color: #fff;
}

section.profile-section .profile-wrap .start-form .button:disabled:active,
section.profile-section .profile-wrap .start-form .button:disabled:focus,
section.profile-section .profile-wrap .start-form .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.profile-section .profile-wrap .start-form .button:disabled:active:after,
section.profile-section .profile-wrap .start-form .button:disabled:focus:after,
section.profile-section .profile-wrap .start-form .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

section.profile-section .profile-wrap .start-form .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

section.profile-section .profile-wrap .start-form .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

section.profile-section .profile-wrap .start-form .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.profile-section .profile-wrap .start-form .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section.profile-section .profile-wrap .start-form .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

section.profile-section .profile-wrap .start-form .button:active,
section.profile-section .profile-wrap .start-form .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  section.profile-section .profile-wrap {
    padding: 30px 25px 20px;
  }
}

@media (max-width: 991.98px) {
  section.profile-section .profile-wrap .start-form label:first-child {
    margin-bottom: 20px;
  }

  section.profile-section .profile-wrap .start-form label input,
  section.profile-section .profile-wrap .start-form select {
    height: 52px;
    font-size: 25px;
  }

  section.profile-section .profile-wrap .start-form .field-icon {
    margin-top: -45px;
  }

  section.profile-section .profile-wrap .start-form .recover-icon {
    margin-top: -44px;
  }

  section.profile-section .profile-wrap .start-form .select-wrap:before {
    right: 50px;
  }

  section.profile-section .profile-wrap .start-form .select-wrap select {
    padding-right: 50px;
  }

  section.profile-section .profile-wrap .start-form .members-count {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  section.profile-section .profile-wrap .start-form label {
    font-size: 20px;
    text-indent: 0;
  }

  section.profile-section .profile-wrap .start-form label input,
  section.profile-section .profile-wrap .start-form select {
    height: 46px;
  }

  section.profile-section .profile-wrap .start-form .field-icon {
    margin-top: -41px;
  }

  section.profile-section .profile-wrap .start-form .recover-icon {
    margin-right: 10px;
    margin-top: -40px;
  }

  section.profile-section .profile-wrap .start-form .select-wrap:before {
    right: 15%;
  }

  section.profile-section .profile-wrap .start-form .select-wrap select {
    background-position: 95% 50%;
  }

  section.profile-section .profile-wrap .start-form .members-count {
    text-indent: 0;
    text-align: center;
  }

  section.profile-section .profile-wrap .start-form .button {
    display: block;
    margin: 0 auto;
  }

  section.profile-section .profile-wrap .start-form .login-submit {
    margin-top: 10px;
  }

  /*
  section.race-results-section .race-results-wrap .achiv-container .break {
    width: 100%;
  }
  */

  section.race-results-section .race-results-wrap .achiv-container i {
    position: absolute;
    right: 20px;
    bottom: 5px;
  }

  section.race-results-section .race-results-wrap .achiv-reward {
    margin: 0 auto;
  }

  section.profile-section .profile-wrap .forgot-btn {
    text-align: center;
    margin-left: 0px;
  }
}

section.profile-section .profile-wrap .side-auth {
  padding-left: 50px;
  padding-right: 50px;
}

section.profile-section .profile-wrap .side-auth h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

section.profile-section .profile-wrap .side-auth button {
  height: 58px;
  width: 100%;
  text-indent: 66px;
  border: 1px solid #999;
  border-radius: 5px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.profile-section .profile-wrap .side-auth button:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.3);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.3);
}

section.profile-section .profile-wrap .side-auth button:not(:last-child) {
  margin-bottom: 12px;
}

section.profile-section .profile-wrap .side-auth button img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.profile-section .profile-wrap .side-auth button.facebook-auth {
  color: #fff;
  background-color: #1877f2;
}

section.profile-section .profile-wrap .side-auth button.google-auth {
  background-color: #fff;
}

section.profile-section .profile-wrap .side-auth button.email-auth {
  background-color: #ceeaee;
  color: #0299b8;
  border-color: rgba(2, 153, 184, 0.5);
}

section.race-results-section .race-results-wrap .heading-bg {
  margin-bottom: 20px;
}

section.race-results-section .race-results-wrap .achiv-container {
  /*height: 50px;*/

  display: flex;

  padding: 0 15px;
  cursor: pointer;
  margin-top: 10px;
  flex-wrap: wrap;
}

section.race-results-section .race-results-wrap .first {
  background: #d52a40;
}

section.race-results-section .race-results-wrap .second {
  background: green;
}

section.race-results-section .race-results-wrap .third {
  background: #ffad00;
}

section.race-results-section .race-results-wrap .message-color {
  background: #e7ecf4;
}

section.race-results-section .race-results-wrap .achiv-container .icon {
  height: 60px;
  margin-top: -5px;
  width: auto;
}

section.race-results-section .race-results-wrap .achiv-container .car-img {
  height: 50px;
  width: auto;
}

section.race-results-section .race-results-wrap .achiv-container h3 {
  color: white;
  font-size: 27px;
  margin-left: 20px;
  line-height: 55px;
}

section.race-results-section .race-results-wrap .achiv-container i {
  color: white;
  margin-left: auto;
  margin-top: 2px;
  transition: all 0.5s ease-in-out;
}

section.race-results-section .race-results-wrap .achiv-container:hover i {
  color: #0299b8;
}

section.race-results-section .achiv-container .money-container {
  height: 40px;
  line-height: 35px;
  margin: 5px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid;
  padding: 0 10px;
  font-size: 27px;
  font-weight: 600;
  margin-top: 8px;
}

section.race-results-section .table-linear td:first-child {
  min-width: 50px;
}

section.race-results-section .leaderboard-section .table-linear th {
  padding-left: 15px;
}

section.race-results-section .leaderboard-section .table-linear td:last-child {
  font-weight: initial;
}

@media (max-width: 991.98px) {
  section.profile-section .profile-wrap .side-auth {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.profile-section .profile-wrap .side-auth button {
    height: 46px;
    text-indent: 52px;
    font-size: 18px;
  }

  section.profile-section .profile-wrap .side-auth button img {
    height: 28px;
    width: 28px;
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  section.profile-section .profile-wrap {
    padding: 30px 10px 15px;
  }
  section.profile-section .profile-wrap .side-auth h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.profile-section .profile-wrap .side-auth button {
    text-indent: 15px;
    text-align: center;
    font-size: 16px;
  }

  section.race-results-section .race-results-wrap .achiv-container h3 {
    display: none;
  }

  section.race-results-section .race-results-wrap .achiv-reward {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 569.98px) {
  section.race-results-section .race-results-wrap .achiv-container h3 {
    font-size: 18px;
  }
}

section.hero-section {
  padding-bottom: 40px;
}

section.hero-section .hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.hero-section .hero-row .adSpacer {
  width: 0px;
}

@media (max-width: 1559px) {
  section.hero-section .hero-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  section.hero-section .hero-row .hero-wrapper {
    width: 80% !important;
    max-width: 80% !important;
  }

  section.hero-section .hero-row .adSpacer {
    width: 45px;
  }
}

@media (max-width: 1399px) {
  section.hero-section .hero-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  section.hero-section .hero-row .hero-wrapper {
    width: 80% !important;
    max-width: 80% !important;
  }

  section.hero-section .hero-row .adSpacer {
    width: 0px;
  }
}

@media (max-width: 1199px) {
  section.hero-section .hero-row .hero-wrapper {
    width: 90% !important;
    max-width: 90% !important;
  }

  section.hero-section .hero-row .adSpacer {
    width: 0px;
  }
}

@media (max-width: 1139px) {
  section.hero-section .hero-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.hero-section .hero-row .hero-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  section.hero-section .hero-row .adSpacer {
    width: 0px;
  }
}

section.hero-section .hero-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

section.hero-section .hero-wrap .hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

section.hero-section .hero-wrap .hero-bg-custom {
  background-image: url(../images/index/car-back.png),
    url(../images/index/boat-back.png);
  background-repeat: no-repeat, no-repeat !important;
  background-size: 420px 438px, 420px 438px !important;
  background-position: 0px 0px, 430px 0px !important;
}

section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
  height: 438px;
}

section.hero-section .hero-wrap .hero-bg-custom .button-start {
  width: 250px;
  height: 80px;
  font-size: 36px;
  font-weight: 700;
  border-radius: 20px;
  border: 10px solid #fff;
  text-transform: none;
}

section.hero-section .hero-wrap .hero-bg-custom .button-left {
  margin-top: 340px;
  margin-left: 80px;
}

section.hero-section .hero-wrap .hero-bg-custom .button-right {
  margin-top: 340px;
  margin-left: 190px;
}

section.hero-section .hero-wrap .hero-bg-custom .click-left {
  position: absolute;
  width: 420px;
  height: 438px;
}

section.hero-section .hero-wrap .hero-bg-custom .click-right {
  position: absolute;
  width: 420px;
  height: 438px;
  top: 0px;
  left: 430px;
}

@media (min-width: 1559px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back.png),
      url(../images/index/boat-back.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 455px 475px, 455px 475px !important;
    background-position: 0px 0px, 465px 0px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 475px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 360px;
    margin-left: 100px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 360px;
    margin-left: 195px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-left {
    position: absolute;
    width: 455px;
    height: 475px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-right {
    position: absolute;
    width: 455px;
    height: 475px;
    top: 0px;
    left: 465px;
  }
}

@media (min-width: 1750px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back-big.png),
      url(../images/index/boat-back-big.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 550px 575px, 550px 575px !important;
    background-position: 0px 0px, 560px 0px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 575px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 460px;
    margin-left: 150px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 460px;
    margin-left: 310px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-left {
    position: absolute;
    width: 550px;
    height: 575px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-right {
    position: absolute;
    width: 550px;
    height: 575px;
    top: 0px;
    left: 560px;
  }
}

@media (max-width: 1139px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back.png),
      url(../images/index/boat-back.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 449px 468px, 449px 468px !important;
    background-position: 0px 0px, 459px 0px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 468px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 370px;
    margin-left: 100px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 370px;
    margin-left: 210px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-left {
    position: absolute;
    width: 449px;
    height: 468px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-right {
    position: absolute;
    width: 449px;
    height: 468px;
    top: 0px;
    left: 459px;
  }
}

@media (max-width: 991.98px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back-mobile.png),
      url(../images/index/boat-back-mobile.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 700px 400px, 700px 400px !important;
    background-position: 0px 0px, 0px 410px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 810px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 300px;
    margin-left: 225px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 330px;
    margin-left: 225px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-left {
    position: absolute;
    width: 668px;
    height: 400px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-right {
    position: absolute;
    width: 668px;
    height: 400px;
    top: 410px;
    left: 0px;
  }
}

@media (max-width: 767.98px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back-mobile.png),
      url(../images/index/boat-back-mobile.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 520px 297px, 520px 297px !important;
    background-position: 0px 0px, 0px 307px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 604px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 220px;
    margin-left: 142px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 247px;
    margin-left: 142px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-start {
    width: 200px;
    height: 60px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px;
    border: 7px solid #fff;
    text-transform: none;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-left {
    position: absolute;
    width: 488px;
    height: 297px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .click-right {
    position: absolute;
    width: 488px;
    height: 297px;
    top: 307px;
    left: 0px;
  }
}

@media (max-width: 569.98px) {
  section.hero-section .hero-wrap .hero-bg-custom {
    background-image: url(../images/index/car-back-mobile.png),
      url(../images/index/boat-back-mobile.png);
    background-repeat: no-repeat, no-repeat !important;
    background-size: 520px 297px, 520px 297px !important;
    background-position: center 0px, center 307px !important;
  }

  section.hero-section .hero-wrap .hero-bg-custom .hero-placer {
    height: 604px;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-left {
    margin-top: 245px;
    margin-left: 50%;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-right {
    margin-top: 554px;
    margin-left: 50%;
  }

  section.hero-section .hero-wrap .hero-bg-custom .button-start {
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

section.hero-section .hero-wrap .hero-bg .timer-wrap {
  position: absolute;
  right: 0;
  top: 20px;
  border: 1px solid #000;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  z-index: 1;
}

section.hero-section .hero-wrap .hero-bg .timer-wrap .timer {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
}

section.hero-section .hero-wrap .hero-bg .timer-wrap .timer span {
  font-size: 28px;
}

section.hero-section .hero-wrap .hero-bg .hero-info {
  width: 33.333%;
  background-color: rgba(236, 249, 255, 0.9);
  padding: 25px 45px 30px;
  text-align: center;
  position: relative;
}

section.hero-section .hero-wrap .hero-bg .hero-info .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .title span {
  text-transform: uppercase;
  color: #d52a40;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

section.hero-section .hero-wrap .hero-bg .hero-info .sub-title {
  font-size: 24px;
  margin-bottom: 65px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .members {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .members span {
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .action-form {
  margin-top: -70px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 60px;
  padding: 0 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button-green {
  background-color: #008000;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled i.icon {
  color: #fff;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled:active,
section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled:focus,
section.hero-section .hero-wrap .hero-bg .hero-info .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.hero-section
  .hero-wrap
  .hero-bg
  .hero-info
  .button:disabled:active:after,
section.hero-section
  .hero-wrap
  .hero-bg
  .hero-info
  .button:disabled:focus:after,
section.hero-section
  .hero-wrap
  .hero-bg
  .hero-info
  .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button-green:after {
  background-color: #008000;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

section.hero-section .hero-wrap .hero-bg .hero-info .button:active,
section.hero-section .hero-wrap .hero-bg .hero-info .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  section.hero-section .hero-wrap .hero-bg .hero-info .button {
    padding: 0 40px;
  }
}

@media (max-width: 991.98px) {
  section.hero-section .hero-wrap .hero-bg .hero-info {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  section.hero-section .hero-wrap .hero-bg .hero-info {
    padding: 25px 25px 30px;
    z-index: 2;
    width: 100%;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .action-form {
    margin-top: -40px;
  }
}

@media (max-width: 575.98px) {
  section.hero-section .hero-wrap .hero-bg .hero-info {
    padding: 25px 15px 30px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .title {
    font-size: 28px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .title span {
    font-size: 20px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .sub-title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .members {
    font-size: 48px;
    margin-bottom: 50px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .members span {
    font-size: 20px;
  }

  section.hero-section .hero-wrap .hero-bg .hero-info .button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  section.hero-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  section.hero-section {
    padding-bottom: 40px;
  }
}

section.info-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

section.info-section .info-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 50px;
  overflow: hidden;
}

section.info-section .info-wrap .card-wrap {
  background-color: #e9f8fa;
  padding: 30px 15px 40px;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.info-section .info-wrap .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.info-section .info-wrap .card-wrap .card-icon {
  position: absolute;
}

section.info-section .info-wrap .card-wrap .card-icon.flags {
  right: 0;
  top: 10px;
}

section.info-section .info-wrap .card-wrap .card-icon.timer {
  top: -8px;
  right: 2px;
}

section.info-section .info-wrap .card-wrap .card-icon.helmet {
  top: 4px;
  right: 6px;
}

section.info-section .info-wrap .card-wrap .card-icon.coins {
  top: 8px;
  right: 5px;
}

section.info-section .info-wrap .card-wrap .card-icon.medal {
  top: 1px;
  right: 8px;
}

section.info-section .info-wrap .card-wrap .card-icon.keys {
  top: -8px;
  right: -4px;
}

section.info-section .info-wrap .card-wrap .card-title {
  text-indent: 5px;
  border-bottom: 1px solid #ceeaee;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}

section.info-section .info-wrap .card-wrap .card-title span {
  text-transform: none;
}

section.info-section .info-wrap .card-wrap .card-info {
  text-align: center;
  padding: 40px 0;
  font-size: 60px;
  font-weight: 700;
}

section.info-section .info-wrap .card-wrap .card-info.simple {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 0;
}

section.info-section .info-wrap .card-wrap .card-info.regular {
  font-weight: 400;
}

section.info-section .info-wrap .card-wrap .card-info span {
  font-size: 32px;
}

section.info-section .info-wrap .card-wrap .card-sub-info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-right: 15px;
  height: 21px;
}

section.info-section .info-wrap .card-wrap .card-sub-info ul {
  height: 100%;
}

section.info-section .info-wrap .card-wrap .card-sub-info ul li {
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section.info-section .info-wrap .card-wrap .card-sub-info ul li.info {
  line-height: 21px;
  margin-right: 10px;
}

section.info-section .info-wrap .card-wrap .card-sub-info ul li.progress-wrap {
  background-color: #fff;
  width: 102px;
}

section.info-section
  .info-wrap
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap
  .card-progress {
  display: block;
  background-color: #0299b8;
  width: 52%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  section.info-section .info-wrap .card-wrap .card-title {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  section.info-section .info-wrap .card-wrap {
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.flags {
    width: 91px;
    height: 46px;
    top: 9px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.timer {
    width: 54px;
    height: 70px;
    right: 5px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.helmet {
    width: 60px;
    height: 64px;
    top: 2px;
    right: 5px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.coins {
    width: 62px;
    height: 61px;
    top: 4px;
    right: 3px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.medal {
    width: 63px;
    height: 80px;
  }

  section.info-section .info-wrap .card-wrap .card-icon.keys {
    width: 84px;
    height: auto;
    top: -2px;
    right: -2px;
  }

  section.info-section .info-wrap .card-wrap .card-title {
    font-size: 20px;
  }

  section.info-section .info-wrap .card-wrap .card-info {
    font-size: 46px;
  }

  section.info-section .info-wrap .card-wrap .card-info.simple {
    font-size: 20px;
    padding-top: 30px;
  }

  section.info-section .info-wrap .card-wrap .card-sub-info {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  section.info-section .info-wrap .card-wrap .card-title {
    font-size: 18px;
    font-weight: 400;
  }

  section.info-section .info-wrap .card-wrap .card-info.simple {
    font-size: 16px;
  }
}

section.info-section .info-wrap .info-text {
  font-size: 25px;
}

@media (max-width: 991.98px) {
  section.info-section .info-wrap .info-text {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  section.info-section .info-wrap .info-text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

section.info-section .info-wrap .info-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  section.info-section .info-wrap .info-image {
    height: 150px;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  section.info-section .info-wrap {
    padding: 30px 10px 15px;
  }
}

section.cookie-alert-section {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #ceeaee;
  width: 100%;
  padding-top: 10px;
}

@media (max-width: 1199.98px) {
  section.cookie-alert-section {
    height: 100px;
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  section.cookie-alert-section {
    height: 110px;
  }

  section.cookie-alert-section br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  section.cookie-alert-section {
    height: 150px;
  }

  section.cookie-alert-section .button {
    display: block !important;
    margin: 0 auto;
  }
}

section.cookie-alert-section .cookie-link {
  font-size: 18px;
  color: #0299b8;
  text-decoration: underline;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  section.cookie-alert-section .cookie-link {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

section.cookie-alert-section .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.cookie-alert-section .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

section.cookie-alert-section .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

section.cookie-alert-section .button:disabled i.icon {
  color: #fff;
}

section.cookie-alert-section .button:disabled:active,
section.cookie-alert-section .button:disabled:focus,
section.cookie-alert-section .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.cookie-alert-section .button:disabled:active:after,
section.cookie-alert-section .button:disabled:focus:after,
section.cookie-alert-section .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

section.cookie-alert-section .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

section.cookie-alert-section .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

section.cookie-alert-section .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section.cookie-alert-section .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section.cookie-alert-section .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

section.cookie-alert-section .button:active,
section.cookie-alert-section .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

section.cookie-alert-section.position-relative .cookie-link {
  margin-right: 0;
}

@media (max-width: 575.98px) {
  section.cookie-alert-section.position-relative .cookie-link {
    margin-bottom: 0;
  }
}

/*run-race result section*/
section.race-results-section {
  padding-bottom: 40px;
  padding-top: -10px;
}

section.race-results-section .race-results-wrap {
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  overflow: hidden;
}

section.race-results-section .race-results-wrap .results-row {
  padding: 0 0px;
}

section.race-results-section .race-results-wrap .results-row .results {
  margin-bottom: 5px;
}

section.race-results-section .race-results-wrap .results-row .r-border,
section.race-results-section .race-results-wrap .results-row .r-border-desktop {
  border-right: 2px solid #ceeaee;
}

section.race-results-section .race-results-wrap .results-row .results h3 {
  display: block;
  margin-right: 15px;
  line-height: 40px;
  font-size: 22px;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
}

section.race-results-section .race-results-wrap .results-row .results p {
  display: block;
  font-size: 30px;
  color: #0299b8;
  font-weight: 700;
  text-align: center;
}

section.race-results-section .race-results-wrap .results .big-result,
section.race-results-section .race-results-wrap .results .small-result {
  display: flex;
  justify-content: center;
}

section.race-results-section .race-results-wrap .results .big-result h3 {
  font-size: 27px;
}

section.race-results-section .race-results-wrap .results .big-result p {
  font-size: 35px;
}

section.race-results-section .race-results-wrap .results .small-result p {
  color: rgba(51, 51, 51, 0.7);
}

section.race-results-section .race-results-wrap .results-row hr {
  width: 100%;
  border-top: 2px solid #ceeaee;
  margin-bottom: 10px;
}

section.race-results-section .race-results-wrap .results-row .message {
  height: 55px;
  /*
  height: 76px;
  width: 100%;
  background-color: #0299b8;
  color: #fff;
  font-size: 40px;
  */
}

section.race-results-section .race-results-wrap .results-row .message p {
  font-weight: 500;
  line-height: 55px;
  text-align: center;
}

section.race-results-section .race-results-wrap .results-row .hr-mobile {
  display: none;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .message
  .left-arrow {
  left: 30px;
  position: absolute;
  top: 22px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .message
  .right-arrow {
  /*
  position: absolute;
  right: 30px;
  top: 20px;
  */
  margin-right: 10px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .message
  .message-s {
  font-size: 40px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .message
  .message-l {
  font-size: 24px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .message
  .message-xl {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .message-l {
    font-size: 15px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .message-xl {
    font-size: 18px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .arrow-xl {
    display: none;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .arrow-xl {
    display: none;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .r-border-desktop {
    border-right: none;
  }
}

@media (max-width: 767.98px) {
  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .left-arrow {
    display: none;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .message
    .right-arrow {
    display: none;
  }
}

section.race-results-section .race-results-wrap .results-row .bordered-top {
  border-top: 1px solid #ceeaee;
  padding-top: 6px;
  margin-top: 6px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .results
  p.bordered {
  border-bottom: 1px solid #ceeaee;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

section.race-results-section .race-results-wrap .results-row .results p span {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  section.race-results-section .race-results-wrap .results-row .results {
    margin-bottom: 0;
    text-align: center;
  }

  /*
  section.race-results-section .race-results-wrap .results-row .results p {
    border-bottom: 1px solid #ceeaee;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  */

  section.race-results-section .race-results-wrap .results-row .hr-mobile {
    display: block;
  }
}

section.race-results-section .race-results-wrap .results-row .card-wrap {
  background-color: #e9f8fa;
  padding: 30px 15px 15px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

section.race-results-section .race-results-wrap .results-row .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon {
  position: absolute;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon.flags {
  right: 0;
  top: 10px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon.timer {
  top: -8px;
  right: 2px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon.helmet {
  top: 4px;
  right: 6px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon.coins {
  top: 5px;
  right: 5px;
  width: 65px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-icon.hand {
  top: -20px;
  right: 5px;
  width: 93px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-title {
  text-indent: 5px;
  border-bottom: 1px solid #ceeaee;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-title
  span {
  text-transform: none;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-info {
  text-align: center;
  padding: 5px 0px 3px 0px;
  font-size: 44px;
  font-weight: 700;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-info.regular {
  font-weight: 400;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-info
  span {
  font-size: 32px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-right: 15px;
  height: 16px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info
  ul {
  height: 100%;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info
  ul
  li {
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info
  ul
  li.info {
  line-height: 21px;
  margin-right: 10px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap {
  background-color: #fff;
  width: 102px;
}

section.race-results-section
  .race-results-wrap
  .results-row
  .card-wrap
  .card-sub-info
  ul
  li.progress-wrap
  .card-progress {
  display: block;
  background-color: #0299b8;
  width: 52%;
  height: 100%;
}

section.race-results-section .race-results-wrap .table-container {
  margin-top: 20px;
}

section.race-results-section .race-results-wrap .table-title {
  text-align: center;
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-title {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  section.race-results-section .race-results-wrap .results-row .card-wrap {
    padding: 20px 15px 30px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-icon.flags {
    width: 91px;
    height: 46px;
    top: 9px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-icon.timer {
    width: 54px;
    height: 70px;
    right: 5px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-icon.helmet {
    width: 60px;
    height: 64px;
    top: 2px;
    right: 5px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-icon.coins {
    width: 62px;
    height: 61px;
    top: 4px;
    right: 3px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-icon.hand {
    top: -11px;
    right: 6px;
    width: 67px;
    height: 65px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-title {
    font-size: 20px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-info {
    font-size: 46px;
  }

  section.race-results-section
    .race-results-wrap
    .results-row
    .card-wrap
    .card-sub-info {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  section.race-results-section .race-results-wrap .results-row {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  section.race-results-section .race-results-wrap {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  section.race-results-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  section.race-results-section {
    padding-bottom: 20px;
  }

  section.race-results-section .results + .results p:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/*style for pop-up*/

.fade.in {
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*login, sign-up pop-up styles*/

.login-signup-popup-overlay {
  display: block;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.login-signup-popup-content {
  float: right;
  background-color: #292845;
  margin-left: 0px;
  margin-right: 100px;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
}

.login-signup-popup-header {
  display: flex;
  justify-content: flex-end;
}

.login-signup-popup-close-button {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.3;
  cursor: pointer;
  border: none;
}

.btn.header-btn {
  width: 220px;
  height: 60px;
  line-height: 59px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  color: #0299b8;
  /*border: 2px solid #7c69e3;*/
  transition: all 0.3s ease-out;
}

.btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 0;
}

.btn.error-btn {
  font-size: 18px;
}

/* ==========================================================================
   25. RUN RACE PAGE
   ========================================================================== */

.holder {
  width: 100%;
  height: 310px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9f8fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px;

  margin-top: -5px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .holder {
    height: 310px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .holder {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .holder {
    height: 535px;
  }
}

@media (min-width: 1139px) {
  .container {
    max-width: 960px;
  }
  .holder {
    height: 481px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .holder {
    height: 503px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .holder {
    height: 503px;
  }
}

@media (min-width: 1560px) {
  .container {
    max-width: 1140px;
  }
  .holder {
    height: 523px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1140px;
  }
  .holder {
    height: 629px;
  }
}

@media (max-width: 1200px) {
  .col-xxl-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*for mobile devices show black spaces for keyboard button*/
/*
@media (hover:none), (hover:on-demand), (min-width: 1200px){ 
  */
/*
  @media only screen and (min-width: 1200px){
  .container {
    max-width: 1140px;
  }
  .holder {
    height: 670px;
  }
}
*/

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .holder {
    height: 390px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .holder {
    height: 670px;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
  .holder {
    height: 730px;
  }
}

/*
@media only screen 
  and (min-device-width: 1300px) 
  and (max-device-width: 2560px) 
  and (-webkit-min-device-pixel-ratio: 3) {
    .holder {
      height: 730px;
    }
}
*/

.game-iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}

.iframe-overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0.5;
}

.race-finished-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  width: 400px;
  padding: 12px;
  color: #0299b8;
  text-align: center;
  margin: auto;
  opacity: 1;
  z-index: 10000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #7c69e3;
}

.race-finished-dialog .table {
  color: white;
}

.race-error-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 400px;
  width: 400px;
  */
  padding: 12px;
  color: #0299b8;
  text-align: center;
  margin: auto;
  opacity: 1;
  z-index: 10000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}

.title-bl {
  position: relative;
  z-index: 3;
}
.title-bl .title {
  position: relative;
  font-family: "Agency FB";
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3);
  text-transform: uppercase;
  /* padding-top: 25px;
        padding-bottom: 25px; */
}
.title-bl .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.02;
  text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3);
  color: #c2d4f8;
  font-family: "Agency FB";
  font-size: 88px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* line-height: 100%; */
}

.title-description {
  position: relative;
  z-index: 1;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.profileLabel {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}

.account-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  height: 22px;
  font-size: 19px;
  max-width: 170px;
}

section.footer-section .footer {
  padding: 10px 0;
  font-size: 18px;
  color: #0299b8;
  text-align: center;
}

section.footer-section .footer .copyrights {
  display: inline-block;
}

section.footer-section .footer a {
  color: #0299b8;
  text-decoration: underline;
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  section.footer-section .footer .copyrights {
    display: block;
    margin-bottom: 8px;
  }

  section.footer-section .footer a {
    padding-left: 0;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.popup .popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 290px;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.popup .popup-video .close {
  position: absolute;
  right: 2px;
  top: 0px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
.popup .popup-video .close:hover {
  opacity: 1;
}
.popup .popup-video .close:before,
.close:after {
  position: absolute;
  left: 12px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
}
.popup .popup-video .close:before {
  transform: rotate(45deg);
}
.popup .popup-video .close:after {
  transform: rotate(-45deg);
}

.popup .popup-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 18px;
  text-align: center;
}

.popup .popup-video .video-iframe {
  display: block;
  margin: 0 auto;
  width: 70vw;
  height: 39vw;
}

@media (max-width: 900.98px) {
  .popup .popup-video .video-iframe {
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 450.98px) {
  .popup .popup-video {
    top: 30%;
  }
}

@media (max-height: 400.98px) {
  .popup .popup-video .video-iframe {
    width: 162vh;
    height: 90vh;
  }
}

.popup .popup-inner h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.popup .popup-inner .error {
  color: #d52a40;
}

.popup .popup-inner .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup .popup-inner .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

.popup .popup-inner .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.popup .popup-inner .button:disabled i.icon {
  color: #fff;
}

.popup .popup-inner .button:disabled:active,
.popup .popup-inner .button:disabled:focus,
.popup .popup-inner .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup .popup-inner .button:disabled:active:after,
.popup .popup-inner .button:disabled:focus:after,
.popup .popup-inner .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.popup .popup-inner .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.popup .popup-inner .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.popup .popup-inner .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.popup .popup-inner .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.popup .popup-inner .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.popup .popup-inner .button:active,
.popup .popup-inner .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
  .popup .popup-inner {
    padding: 20px 15px;
  }

  .popup .popup-inner h3 {
    font-size: 18px;
  }
}

.logout-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  padding-bottom: 0px !important;
}

.popup-inner {
  position: fixed !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 290px;
  background-color: #fff !important;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  z-index: 5;
  overflow: inherit !important;
}

.popup-inner .close-btn {
  color: #333;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-inner .close-btn:hover {
  color: #00738a !important;
}

.popup-inner h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ceeaee;
  font-size: 24px;
  margin-bottom: 20px;
}

.popup-inner p {
  color: #333;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 20px;
}

.popup-inner .button-group .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-inner .button-group .button:first-child {
  margin-right: 10px;
}

.popup-inner .button-group .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

.popup-inner .button-group .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.popup-inner .button-group .button:disabled i.icon {
  color: #fff;
}

.popup-inner .button-group .button:disabled:active,
.popup-inner .button-group .button:disabled:focus,
.popup-inner .button-group .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup-inner .button-group .button:disabled:active:after,
.popup-inner .button-group .button:disabled:focus:after,
.popup-inner .button-group .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.popup-inner .button-group .button.cancel-btn,
.popup-inner .button-group .button.cancel-btn:after {
  background-color: #333;
}

.popup-inner .button-group .button.green-btn,
.popup-inner .button-group .button.green-btn:after {
  background-color: #008000;
}

.popup-inner .button-group .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.popup-inner .button-group .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.popup-inner .button-group .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.popup-inner .button-group .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.popup-inner .button-group .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.popup-inner .button-group .button:active,
.popup-inner .button-group .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #94d6df;
  z-index: 4;
}

.typerush-bn {
  position: absolute;
}

.bn-1 {
  left: 100%;
  top: 0;
}

.bn-2 {
  right: 100%;
  top: 0;
}

@media (min-width: 1750px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

.iframe-overlay-div {
  background: rgba(0, 0, 0, 0.5) !important;
}

.iframe-overlay-div .race-error-dialog {
  max-width: 400px !important;
  min-width: 280px !important;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  background-color: #fff;
  color: #333;
}

.iframe-overlay-div .race-error-dialog h3 {
  color: #d52a40;
  padding-bottom: 10px;
  border-bottom: 1px solid #ceeaee;
  font-size: 22px;
  margin-bottom: 20px;
}

.iframe-overlay-div .race-error-dialog .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.iframe-overlay-div .race-error-dialog .button:disabled {
  padding: 0 15px 0 40px;
  cursor: not-allowed;
}

.iframe-overlay-div .race-error-dialog .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.iframe-overlay-div .race-error-dialog .button:disabled i.icon {
  color: #fff;
}

.iframe-overlay-div .race-error-dialog .button:disabled:active,
.iframe-overlay-div .race-error-dialog .button:disabled:focus,
.iframe-overlay-div .race-error-dialog .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.iframe-overlay-div .race-error-dialog .button:disabled:active:after,
.iframe-overlay-div .race-error-dialog .button:disabled:focus:after,
.iframe-overlay-div .race-error-dialog .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.iframe-overlay-div .race-error-dialog .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.iframe-overlay-div .race-error-dialog .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.iframe-overlay-div .race-error-dialog .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.iframe-overlay-div .race-error-dialog .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.iframe-overlay-div .race-error-dialog .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.iframe-overlay-div .race-error-dialog .button:active,
.iframe-overlay-div .race-error-dialog .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
  #raceErrorDialog {
    height: 100% !important;
  }
}

.runrace-footer {
  margin-top: 0px;
  /*bottom:0;
  position: absolute;
  */
  width: 100%;
  background-color: #94d6df;
}

.result-footer {
  margin-top: 0px;
  background-color: #94d6df;
}

.addSpace {
  flex: 1;
}

.bg-play {
  height: 100%;
  min-height: 668px;
  display: flex;
  flex-direction: column;
}

.bg-result {
  height: 100%;
  min-height: 750px;
  display: flex;
  flex-direction: column;
}

.h-ad-container {
  padding-top: 20px;
}

.h-ad {
  width: 728px;
  height: 90px;
}

@media (max-width: 767.98px) {
  .h-ad {
    width: 0px;
    height: 0px;
  }
}

.common-card .card-wrap {
  background-color: #e9f8fa;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  padding: 20px 30px 40px;
}

.common-card .card-border {
  border: 4px solid #00738a;
}

.common-card .card-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.common-card .card-wrap .card-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.common-card .card-wrap .card-img {
  height: 100px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: 100%;
}

.common-card .card-wrap .card-img .car-img {
  width: 270px;
  margin-top: -10px;
}

.common-card .card-wrap .card-content {
  text-align: center;
}

.common-card .card-wrap .card-content .price {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 25px;
}

.common-card .card-wrap .card-content .current-car {
  font-size: 25px;
  height: 40px;
  line-height: 40px;
}

.common-card .card-wrap .card-content .low-level {
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.common-card .card-wrap .card-content .low-level i.icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.common-card .button {
  border: none;
  outline: none;
  border-radius: 15px;
  background-color: #d52a40;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-card .button-green {
  background-color: #008000;
}

.common-card .button-blue {
  background: #1877f2;
}

.common-card .button:disabled {
  /*padding: 0 15px 0 40px;*/
  cursor: not-allowed;
}

.common-card .button:disabled:before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.common-card .button:disabled i.icon {
  color: #fff;
}

.common-card .button:disabled:active,
.common-card .button:disabled:focus,
.common-card .button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common-card .button:disabled:active:after,
.common-card .button:disabled:focus:after,
.common-card .button:disabled:hover:after {
  width: 0;
  height: 0;
  display: none;
}

.common-card .button i.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.common-card .button i.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.common-card .button:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #d52a40;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.common-card .button-green:after {
  background-color: #008000;
}

.common-card .button-blue:after {
  background: #1877f2;
}

.common-card .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.common-card .button:hover:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.common-card .button:active,
.common-card .button:focus {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  .common-card .card-wrap .card-img {
    margin-bottom: 20px;
  }

  .common-card .card-wrap .card-img .car-img {
    width: 250px;
    margin-top: -20px;
    margin-left: -15px;
  }

  .common-card .card-wrap .card-content .card-title,
  .common-card .card-wrap .card-content .current-car,
  .common-card .card-wrap .card-content .low-level {
    font-size: 22px;
  }

  .common-card .card-wrap .card-content .price {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .common-card .card-wrap .card-img .car-img {
    width: 250px;
    margin-top: -20px;
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .common-card .card-wrap {
    padding: 30px 20px 15px;
  }

  .common-card .card-wrap .card-img .car-img {
    width: 270px;
    margin-top: -20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.table-tooltip {
  position: relative;
  display: inline-block;
}

.table-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  width: 120px;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
}

.table-tooltip:hover .tooltiptext {
  visibility: visible;
}

.inv-heading-bg {
  margin-bottom: 25px;
}

.invite-title {
  font-size: 28px;
  font-weight: 500;
}

.inv-wrap {
  margin-top: 30px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.inv-wrap .inv-container {
  position: absolute;
  top: 10px;
  left: -20px;
  text-indent: 65px;
}

.inv-wrap .icon {
  position: absolute;
  left: 0px;
  top: -30px;
}

.inv-wrap .title {
  display: inline-block;
  margin-top: 0px !important;
  text-align: left !important;
  font-weight: 700;
  font-size: 49px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 800px;
}

.inv-wrap .inv-car {
  margin-top: -40px;
  width: 550px;
}

.inv-wrap .inv-tooltip {
  text-indent: 0px;
  display: inline !important;
}

.inv-wrap .inv-tooltiptext {
  bottom: 350%;
}

.inv-wrap .icon-flag {
  display: inline-block;
  height: 50px;
  width: 80px;
  object-fit: cover;
  margin-top: -40px;
  border: 1px solid #ceeaee;
}

.inv-wrap .inv-border {
  margin-top: 50px !important;
}

.inv-flag-container {
  padding-right: 0px;
}

.inv-timer-container {
  padding-right: 0px;
  padding-left: 0px;
}

.inv-hand-container {
  padding-left: 0px;
}

.inv-card-wrap {
  background-color: #e9f8fa;
  text-indent: 140px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.inv-card-wrap .flags {
  position: absolute;
  top: 15px;
  left: 30px;
}

.inv-card-wrap .timer {
  position: absolute;
  top: -5px;
  left: 20px;
}

.inv-card-wrap .hand {
  position: absolute;
  top: -10px;
  left: 10px;
}

.inv-card-wrap .inv-card-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.inv-card-wrap .inv-card-info {
  font-size: 36px;
  font-weight: 700;
}

.inv-card-wrap .inv-card-info span {
  font-size: 28px;
}

.inv-footer {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.inv-footer a {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .invite-title {
    font-size: 26px;
  }

  .inv-wrap .title {
    max-width: 700px;
  }

  .inv-wrap .inv-car {
    margin-top: 0px;
  }
}

@media (max-width: 991.98px) {
  .inv-heading-bg {
    margin-bottom: 20px;
  }

  .invite-title {
    font-size: 22px;
  }

  .inv-wrap {
    margin-top: 20px;
  }

  .inv-wrap .inv-container {
    top: 10px;
    text-indent: 45px;
  }

  .inv-wrap .icon {
    height: 80px;
    width: 80px;
    top: -20px;
  }

  .inv-wrap .title {
    font-size: 32px;
  }

  .inv-wrap .icon-flag {
    height: 40px;
    width: 64px;
    margin-top: -20px;
  }

  .inv-wrap .inv-tooltiptext {
    bottom: 250%;
  }

  .inv-wrap .inv-border {
    margin-top: 30px !important;
  }

  .inv-card-wrap {
    text-indent: 120px;
  }

  .timer-wrap {
    text-indent: 80px;
  }

  .hand-wrap {
    text-indent: 65px;
  }

  .inv-card-wrap .inv-card-title {
    font-size: 18px;
  }

  .inv-card-wrap .inv-card-info {
    font-size: 32px;
    font-weight: 700;
  }

  .inv-card-wrap .inv-card-info span {
    font-size: 26px;
  }

  .inv-card-wrap .flags {
    width: 91px;
    height: 46px;
  }

  .inv-card-wrap .timer {
    top: 0px;
    width: 54px;
    height: 70px;
  }

  .inv-card-wrap .hand {
    top: 0px;
    left: -15px;
    width: 70px;
    height: 68px;
  }
}

@media (max-width: 767.98px) {
  .inv-heading-bg {
    margin-bottom: 20px;
  }

  .inv-wrap {
    margin-top: 20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .invite-title {
    font-size: 18px;
  }

  .inv-wrap .inv-container {
    top: 10px;
    text-indent: 37px;
  }

  .inv-wrap .icon {
    height: 65px;
    width: 65px;
    top: -25px;
  }

  .inv-wrap .title {
    font-size: 20px;
    margin-right: 10px;
  }

  .inv-wrap .icon-flag {
    height: 30px;
    width: 48px;
    margin-top: -10px;
  }

  .inv-wrap .inv-tooltiptext {
    bottom: 250%;
  }

  .inv-wrap .inv-border {
    margin-top: 12px !important;
  }

  .inv-flag-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inv-timer-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inv-hand-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inv-card-wrap {
    text-indent: 130px;
  }

  .timer-wrap {
    text-indent: 100px;
  }

  .hand-wrap {
    text-indent: 100px;
  }

  .inv-card-wrap .flags {
    top: 20px;
    left: 40px;
  }

  .inv-card-wrap .timer {
    top: 10px;
    left: 50px;
  }

  .inv-card-wrap .hand {
    top: 5px;
    left: 40px;
  }

  .inv-footer {
    font-size: 16px;
  }
}

@media (max-width: 462.98px) {
  .inv-wrap .title {
    max-width: 200px;
  }
}

.friends-section .card-descr {
  margin-top: -18px;
  font-size: 18px;
  text-align: center;
}

.friends-section .friends-title {
  margin-top: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.friends-section .friends-title h1 {
  font-size: 35px;
}

.friends-section .friends-title p {
  font-size: 22px;
}

.friends-section .heading-bg .heading .title .icon {
  position: absolute;
  left: 45px;
  top: -20px;
}

.friends-section .heading-bg .heading .title {
  text-indent: 175px;
}

@media (max-width: 991.98px) {
  .friends-section .friends-title h1 {
    font-size: 24px;
  }

  .friends-section .friends-title p {
    font-size: 16px;
  }

  .friends-section .heading-bg .heading .title {
    text-indent: 135px;
  }
}

.friends-section .awards-container {
  overflow-x: auto;
}

.friends-section .awards {
  background-color: #e9f8fa;
  margin: 30px 10px 0px;
}

.friends-section .awards .award-title {
  font-size: 27px;
  width: 100%;
  margin: 20px 0 50px;
  text-align: center;
}

.friends-section .awards .card-wrap {
  background-color: #ffffff !important;
  padding-bottom: 20px !important;
}

.friends-section .awards .card-wrap .position {
  width: 70px;
  height: 70px;
  background-color: #e63333;
  border: 5px solid white;
  border-radius: 35px;
  margin: -40px auto -10px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.35);
}

.friends-section .awards .card-wrap .position p {
  text-align: center;
  line-height: 55px;
  color: white;
  font-size: 39px;
  font-weight: 500;
}

.friends-section .awards .card-wrap h2 {
  font-size: 23px;
  text-align: left;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;

  width: 100%;
  margin: 20px 0 50px;
}

.friends-section .awards .card-wrap p {
  color: black;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  height: 75px;
}

.friends-section .awards .card-wrap .invite-award {
  top: 35px;
  right: 15px;
}

.friends-section .awards .card-wrap .friends-award {
  top: 20px;
  right: 15px;
}

.friends-section .awards .card-wrap .treasure-award {
  top: 35px;
  right: 0px;
}

.friends-section .awards .card-wrap hr {
  width: 73%;
  margin-top: -40px;
  margin-left: 0px;
  border-color: #ceeaee;
}

.friends-section .milestone {
  padding-top: 60px;
  min-width: 2150px;
  margin: 0 0 20px;
  padding-right: 15px;
}

.friends-section .milestone .active {
  border: 6px solid #4e95a0 !important;
}

.friends-section .milestone .card-wrap {
  min-width: 180px;
  max-height: 400px;
  min-height: 400px;
}

.friends-section .milestone .card-wrap:before,
.friends-section .milestone .card-wrap:after {
  content: "";
  border: 40px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -80px;
  width: 0;
}

.friends-section .milestone .active:before {
  border-bottom-color: #4e95a0;
  border-width: 48px;
  margin-left: -48px;
  top: -96px;
}

.friends-section .milestone .card-wrap:after {
  border-bottom-color: white;
  border-width: 40px;
}

.friends-section .milestone .card-wrap h2 {
  text-align: center;
  margin-top: 0px;
}

.friends-section .milestone .card-wrap .prize-container {
  position: relative;
  width: 118px;
  height: 118px;
  margin: -40px auto 0px;
  background-image: url(../images/friends/prize_guide.png);
  background-size: cover;
}

.friends-section .milestone .card-wrap .prize-car,
.friends-section .milestone .card-wrap .prize-boat {
  display: block;
  left: -10px;
  position: absolute;
  width: 140px;
  height: auto;
}

.friends-section .milestone .card-wrap .prize-car {
  top: 24px;
}

.friends-section .milestone .card-wrap .prize-boat {
  top: 15px;
}

.friends-section .milestone .card-wrap .prize-cash {
  display: block;
  width: 118px;
  height: 118px;
}

.friends-section .milestone .card-wrap .reward-name {
  color: #ce242c;
  text-transform: none;
  margin-bottom: 5px;
}

.friends-section .milestone .card-wrap p {
  text-align: center;
  height: 100px;
}

.friends-section .road-container {
  overflow-x: hidden;
  background-color: #e9f8fa;
  margin: 0;
  padding-top: 40px;
  min-width: 2150px;
}

.friends-section .road {
  background-image: url(../images/friends/road_pattern.png);
  background-position: left bottom;
  background-repeat: repeat-x;

  width: 100%;
  height: 100px;
}

.friends-section .road-container .road-progress {
  background-color: #42ac42;
  height: 16px;
  margin-top: -16px;
  width: 20%;
}

.friends-section .road-container img {
  width: 220px;
  height: auto;
  margin-top: -175px;
  margin-left: 20%;
}

@media (max-width: 1199.98px) {
  .friends-section .road-container {
    min-width: 1780px;
  }

  .friends-section .milestone {
    min-width: 1780px;
  }

  .friends-section .milestone .card-wrap {
    min-width: 148px;
    max-height: 380px;
    min-height: 380px;
  }

  .friends-section .awards .card-wrap h2 {
    font-size: 19px;
    line-height: 22px;
  }

  .friends-section .awards .card-wrap .invite-award {
    height: 60px;
    width: auto;
    right: 20px;
  }

  .friends-section .awards .card-wrap .friends-award {
    top: 30px;
    right: 20px;
    height: 68px;
    width: auto;
  }

  .friends-section .awards .card-wrap .treasure-award {
    height: 58px;
    width: auto;
  }

  .friends-section .awards .card-wrap p {
    font-size: 16px;
    height: 65px;
    line-height: 19px;
  }

  .friends-section .road-container img {
    width: 190px;
  }

  .friends-section .milestone .card-wrap p {
    height: 80px;
  }
}

@media (max-width: 991.98px) {
  .friends-section .road-container {
    min-width: 1280px;
  }

  .friends-section .milestone {
    min-width: 1280px;
  }

  .friends-section .awards .col-4,
  .friends-section .awards .col-five {
    padding-left: 10px;
    padding-right: 10px;
  }

  .friends-section .awards .award-title {
    font-size: 22px;
  }

  .friends-section .awards .award-title .br-title {
    display: none;
  }

  .friends-section .awards .card-wrap .position {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: -50px auto 0px;
  }

  .friends-section .awards .card-wrap .position p {
    font-size: 35px;
    line-height: 50px;
  }

  .friends-section .awards .card-wrap h2 {
    font-size: 15px;
    line-height: 18px;
  }

  .friends-section .awards .card-wrap .invite-award {
    height: 40px;
    right: 10px;
    top: 45px;
  }

  .friends-section .awards .card-wrap .friends-award {
    height: 50px;
    top: 40px;
    right: 10px;
  }

  .friends-section .awards .card-wrap .treasure-award {
    height: 40px;
    top: 30px;
    right: 10px;
  }

  .friends-section .awards .card-wrap p {
    font-size: 14px;
    line-height: 18px;
    height: 100px;
  }

  .friends-section .milestone .card-wrap {
    padding-top: 10px !important;
  }

  .friends-section .milestone .card-wrap:before,
  .friends-section .milestone .card-wrap:after {
    content: "";
    border: 30px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -58px;
    width: 0;
  }

  .friends-section .milestone .active:before {
    border-bottom-color: #4e95a0;
    border-width: 38px;
    margin-left: -38px;
    top: -76px;
  }

  .friends-section .milestone .card-wrap:after {
    border-bottom-color: white;
    border-width: 30px;
  }

  .friends-section .milestone .card-wrap .prize-container {
    width: 70px;
    height: 70px;
  }

  .friends-section .milestone .card-wrap .prize-car,
  .friends-section .milestone .card-wrap .prize-boat {
    width: 90px;
    top: 10px;
  }

  .friends-section .milestone .card-wrap .prize-cash {
    width: 70px;
    height: 70px;
  }

  .friends-section .milestone .card-wrap .reward-name {
    line-height: 15px;
  }

  .friends-section .milestone .card-wrap p {
    line-height: 14px;
  }

  .friends-section .road-container img {
    width: 125px;
    margin-top: -160px;
  }

  .friends-section .milestone .card-wrap {
    min-width: 110px;
    max-height: 340px;
    min-height: 340px;
  }

  .friends-section .milestone .card-wrap p {
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .friends-section .heading-bg .heading .title .icon {
    top: -13px;
  }

  .friends-section .heading-bg .heading .title {
    text-indent: 123px;
  }

  .friends-section .awards .pos-container {
    margin-bottom: 20px;
  }

  .friends-section .awards .card-wrap .position-title {
    font-size: 23px;
    line-height: 27px;
  }

  .friends-section .awards .card-wrap .invite-award {
    top: 35px;
    right: 15px;
    width: auto;
    height: auto;
  }

  .friends-section .awards .card-wrap .friends-award {
    top: 20px;
    right: 15px;
    width: auto;
    height: auto;
  }

  .friends-section .awards .card-wrap .treasure-award {
    top: 35px;
    right: 0px;
    width: auto;
    height: auto;
  }

  .friends-section .awards .card-wrap .position-text {
    font-size: 19px;
    line-height: 25px;
    height: 65px;
  }

  .friends-section .road-container {
    padding-top: 10px;
  }

  .friends-section .milestone .card-wrap {
    height: 290px;
  }

  .friends-section .awards-container {
    overflow-x: auto;
  }
}

@media (max-width: 576.98px) {
  .friends-section .friends-title {
    margin-top: 40px;
  }

  .friends-section .awards {
    margin-top: 40px;
  }

  .friends-section .heading-bg .button {
    margin-left: 20px;
  }
}

@media (max-width: 449.98px) {
  .friends-section .awards .card-wrap .position-title {
    font-size: 19px;
    line-height: 22px;
  }

  .friends-section .awards .card-wrap .invite-award {
    height: 60px;
    width: auto;
    right: 20px;
  }

  .friends-section .awards .card-wrap .friends-award {
    top: 30px;
    right: 20px;
    height: 68px;
    width: auto;
  }

  .friends-section .awards .card-wrap .treasure-award {
    height: 58px;
    width: auto;
  }

  .friends-section .awards .card-wrap .position-text {
    font-size: 16px;
    line-height: 23px;
    height: 130px;
  }
}

/*------------------------------------*/

.invite-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  max-width: 750px;
  min-width: 750px;
  z-index: 10;
}

.invite-popup .close-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.invite-popup .close-btn:hover {
  color: #00738a !important;
}

.invite-popup .popup-wrap {
  overflow: hidden;
  padding: 20px 0;
  max-height: 90vh;
  overflow-y: auto;
}

.invite-popup .popup-wrap .heading-bg {
  margin-bottom: 30px;
  margin-right: 10px;
}

.invite-popup .popup-wrap p {
  text-align: center;
  font-size: 21px;
}

.invite-popup .icon {
  position: absolute !important;
  left: 60px !important;
}

.invite-popup .heading-bg .heading .title {
  text-indent: 185px !important;
}

.invite-popup .popup-wrap .rules {
  margin-top: 20px;
}

.invite-popup .popup-wrap .rules .rules-descr {
  margin-top: 10px;
}

/*
.invite-popup .mail-section {
  display: none;
}
*/

.invite-popup .mail-section .mail-header {
  margin-top: 20px;
  background-color: #eaf8fb;
  width: 100%;
  height: 60px;
  text-align: left;
  cursor: pointer;
}

.invite-popup .mail-section .mail-header .mail-icon {
  position: relative;
  display: inline-block;
  width: 90px;
  top: -10px;
  left: 10px;
  z-index: 10;
}

.invite-popup .mail-section .mail-header .title {
  display: inline-block;
  text-align: left;
  text-indent: 30px;
  line-height: 60px;
  font-size: 29px;
  font-weight: 500;
  vertical-align: top;
}

.invite-popup .mail-section .mail-header .triangle-btn {
  cursor: pointer;
  position: relative;
  float: right;
  margin-right: -40px;
  margin-top: 22px;
  right: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #0299b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.invite-popup .mail-section .mail-header .active-btn {
  transform: rotate(180deg);
}

.invite-popup .mail-section .mail-content {
  width: 100%;
  height: 0px;
  background-color: #eaf8fb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.invite-popup .mail-section .active {
  display: inline-block;
  height: 260px;
  visibility: visible;
  opacity: 1;
}

.invite-popup .mail-content .email-input,
.invite-popup .mail-content .msg-input {
  color: #0299b8;
  border: none;
  outline: none;
  font-size: 16px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
}

.invite-popup .mail-content .email-input {
  height: 30px;
}

.invite-popup .mail-content .msg-container {
  margin-top: 15px;
}

.invite-popup .mail-content .msg-input {
  height: 120px;
  padding-top: 5px;
  resize: none;
}

.invite-popup .mail-content .button-container {
  background-color: white;
  padding: 10px 0;
}

.invite-popup .mail-content .inv-link {
  display: inline-block;
  color: #0299b8;
  border: none;
  outline: none;
  font-size: 16px;
  height: 30px;
  width: 100%;
  text-align: left;
  text-indent: 5px;
  width: 300px;
  border: 3px dashed;
  padding-top: 3px;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.invite-popup .mail-content .input-left {
  padding-right: 10px;
}

.invite-popup .mail-content .input-right {
  padding-left: 10px;
}

.invite-popup .mail-content .button,
.invite-popup .link-section .button {
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

.invite-popup .link-section {
  border: 3px dashed;
  margin-top: 30px;
}

.invite-popup .link-section h3 {
  display: inline-block;
  margin-top: -17px;
  background-color: white;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.invite-popup .link-section .link-content {
  margin: 2px 0 15px;
}

.invite-popup .link-section .link-content p {
  background-color: #eaf8fb;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 75%;
  font-size: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: text;
}

.invite-popup .link-section .link-content .button {
  float: right;
  margin-right: 20px;
  width: 97px;
}

.invite-popup .link-section .share-btn {
  width: 47px;
  height: 47px;
  margin: 2px 5px 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.invite-popup .link-section .share-btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  box-shadow: 0 0 10px rgba(2, 153, 184, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*
.invite-popup .share-text {
  font-size: 22px;
  word-break: break-word;
  margin-right: 20px;
}

.invite-popup .share-lnk {
  font-size: 22px;
  word-break: break-all;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  margin: 10px 0px;
}

.invite-popup .share-btn {
  font-size: 22px;
  margin-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
*/

.invite-popup .select {
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* Internet Explorer */
  -khtml-user-select: text; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: text; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: text;
}

.invite-popup .small-height {
  display: none;
}

@media (max-width: 767.98px) {
  .invite-popup {
    max-width: 550px;
    min-width: 550px;
  }

  .invite-popup .heading-bg .heading .title {
    text-indent: 140px !important;
  }

  .invite-popup .popup-wrap p {
    font-size: 14px;
  }

  .invite-popup .popup-wrap .rules img {
    width: 100px;
    height: auto;
  }

  .invite-popup .mail-content .inv-link {
    width: 150px;
    font-size: 14px;
  }

  .invite-popup .mail-section .mail-header {
    height: 40px;
  }

  .invite-popup .mail-section .mail-header .mail-icon {
    width: 65px;
  }

  .invite-popup .mail-section .mail-header .title {
    font-size: 20px;
    line-height: 40px;
  }

  .invite-popup .mail-section .mail-header .triangle-btn {
    margin-top: 14px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #0299b8;
  }

  .invite-popup .mail-content .email-input,
  .invite-popup .mail-content .msg-input {
    font-size: 14px;
  }

  .invite-popup .link-section .link-content p {
    width: 70%;
    font-size: 14px;
  }

  .invite-popup .link-section .share-btn {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 576.98px) {
  .invite-popup {
    max-width: 350px;
    min-width: 350px;
  }

  .invite-popup .heading-bg .heading .title {
    text-indent: 130px !important;
  }

  .invite-popup .mail-section .mail-header .title {
    font-size: 14px;
    text-indent: 20px;
  }

  .invite-popup .popup-wrap .title-br {
    display: none;
  }

  .invite-popup .mail-section .active {
    height: 330px;
  }

  .invite-popup .mail-section .mail-header .triangle-btn {
    margin-top: 14px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #0299b8;
  }

  .invite-popup .mail-content .input-left {
    padding-right: 15px;
  }

  .invite-popup .mail-content .input-right {
    margin-top: 10px;
    padding-left: 15px;
  }

  .invite-popup .mail-content .email-input,
  .invite-popup .mail-content .msg-input {
    font-size: 14px;
  }

  .invite-popup .link-section .link-content p {
    width: 53%;
    font-size: 14px;
  }

  .invite-popup .mail-content .inv-link {
    width: 230px;
    margin-bottom: 10px;
  }

  .invite-popup .mail-content .button,
  .invite-popup .link-section .button {
    font-size: 12px;
    padding: 0 10px;
  }

  .invite-popup .link-section .link-content .button {
    margin-right: 10px;
  }

  .invite-popup .link-section .share-btn {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-height: 1000px) {
  .invite-popup .small-height {
    display: block;
  }

  .invite-popup .big-height {
    display: none;
  }
}

.forgot-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #e9f8fa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  max-width: 750px;
  min-width: 750px;
  z-index: 10;
}

.forgot-popup .close-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.forgot-popup .close-btn:hover {
  color: #00738a !important;
}

.forgot-popup .popup-wrap {
  overflow: hidden;
  padding: 20px 0;
  max-height: 90vh;
  overflow-y: auto;
}

.forgot-popup .icon {
  position: absolute !important;
  left: 50px !important;
}

.forgot-popup .mail-block {
  background-color: #eaf8fb;
  padding: 15px 15px 15px 25px;
}

.forgot-popup span {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 25px;
}

.forgot-popup .error-text {
  margin-top: 10px;
  color: #d52a40;
  font-size: 20px;
  height: 30px;
}

.forgot-popup .msg-text {
  margin-top: 10px;
  color: #0299b8;
  font-size: 20px;
  height: 30px;
}

.forgot-popup .mail-block .email-input {
  height: 30px;
  display: block;
  color: #0299b8;
  margin-top: 20px;
  width: 270px;
}

.forgot-popup .heading-bg .heading h2 {
  text-indent: 175px;
  font-size: 30px !important;
}

@media (max-width: 991.98px) {
  .forgot-popup .heading-bg .heading h2 {
    text-indent: 140px;
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  .forgot-popup {
    max-width: 550px;
    min-width: 550px;
  }

  .forgot-popup .heading-bg .heading h2 {
    text-indent: 120px;
  }
}

@media (max-width: 576.98px) {
  .forgot-popup {
    max-width: 350px;
    min-width: 350px;
  }

  .forgot-popup .heading-bg .heading h2 {
    text-indent: 115px;
  }
}

@font-face {
  font-family: "Genericons";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/genericons-regular-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/genericons-regular-webfont.woff")
      format("woff"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/genericons-regular-webfont.eot")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*="genericon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  font-family: "Genericons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

/* IE7 */
[class*="genericon"] {
  *overflow: auto;
  *zoom: 1;
  *display: inline;
}

/*
.invite-popup .fb {
  width: 150px !important;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}

a .social-button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 129px;
  height: 34px;
  padding-right: 12px;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #d0d0d0;

  -webkit-transition: background-color 0.175s ease-in-out;
  -moz-transition: background-color 0.175s ease-in-out;
  -o-transition: background-color 0.175s ease-in-out;
  transition: background-color 0.175s ease-in-out;
}

a .social-button.twitter {
  background-color: #00a9f1;
}

a .social-button.twitter:before {
  display: inline-block;
  font-family: "Genericons";
  content: "\f202";
  width: 34px;
  height: 34px;
  padding-left: 10px;
  margin-right: 12px;
  background-color: #00a9f1;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

a:hover .social-button.twitter {
  background-color: #0085be;
}

.fb-share {
  background: #1877f2;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  font-family: Helvetica;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fb-share:hover {
  cursor: pointer;
  background: #3b5998;
}

.fb-share svg {
  width: 24px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
  display: inline-block;
}

.fb-share span {
  vertical-align: middle;
  color: white;
  font-size: 18px;
  padding: 0 3px;
}

.email-share {
  background-color: #ceeaee;
  color: #0299b8;
  border-color: rgba(2, 153, 184, 0.5);
  padding: 8px 15px 7px;
  border-radius: 3px;
  cursor: pointer;
}

.email-share:hover {
  background: rgb(197, 201, 207);
}

.gmail-share {
  height: 34px;
  border-radius: 2px;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
}

.gmail-share:hover {
  background: rgb(197, 201, 207);
}

.gmail-share .gmail-icon {
  display: inline-block;
  margin-top: 6px;
  margin-left: -15px;
  width: 27px;
  height: 20px;
  border-radius: 2px;
  background-image: url(../images/friends/gmail_share.png);
}

.gmail-share span {
  float: right;
  margin-top: 5px;
  margin-right: 34px;
  font-weight: 500;
  font-size: 22px;
}

.whatsapp-share {
  height: 34px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  background-color: #27cf44;
}

.whatsapp-share:hover {
  background-color: #5ffc7b;
}

.whatsapp-share img {
  margin-left: -13px;
}

.whatsapp-share span {
  float: right;
  margin-top: 8px;
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

.fbmsg-share {
  height: 34px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  background-color: #0084ff;
}

.fbmsg-share:hover {
  background-color: #447bbc;
}

.fbmsg-share img {
  margin-left: -10px;
}

.fbmsg-share span {
  float: right;
  margin-top: 8px;
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: white;
}

@media (max-width: 579.98px) {
  .invite-popup {
    max-width: 340px !important;
    min-width: 340px !important;
  }

  .invite-popup .icon {
    width: 40px;
    left: 10px;
    top: 5px;
  }

  .invite-popup .title {
    font-size: 22px;
    margin-left: -30px;
  }

  .invite-popup .share-lnk {
    font-size: 18px;
  }


  .invite-popup .fb {
    width: 136px !important;
  }

  .gmail-share .gmail-icon {
    margin-left: -5px;
  }

  .gmail-share span {
    margin-right: 27px;
  }

  .whatsapp-share img {
    margin-left: -8px;
  }

  .whatsapp-share span {
    margin-right: 20px;
  }

  .fbmsg-share img {
    margin-left: -5px;
  }

  .fbmsg-share span {
    margin-right: 20px;
  }
}

.fb-share {
  background: #1877f2;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  position: static;
  font-family: Helvetica;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fb-share:hover {
  cursor: pointer;
  background: #3b5998;
}

.fb-share svg {
  width: 24px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
  display: inline-block;
}

.fb-share span {
  vertical-align: middle;
  color: white;
  font-size: 18px;
  padding: 0 3px;
}

.email-share {
  background-color: #ceeaee;
  color: #0299b8;
  border-color: rgba(2, 153, 184, 0.5);
  padding: 8px 15px 7px;
  border-radius: 3px;
  cursor: pointer;
}

.email-share:hover {
  background: rgb(197, 201, 207);
}

@media (max-width: 579.98px) {
  .invite-popup {
    max-width: 340px !important;
    min-width: 340px !important;
  }

  .invite-popup .icon {
    width: 40px;
    left: 10px;
    top: 5px;
  }

  .invite-popup .title {
    font-size: 22px;
    margin-left: -30px;
  }

  .invite-popup .share-lnk {
    font-size: 18px;
  }
}
*/

.fb-share {
  margin: 0 auto;
  background: #1877f2;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  font-family: Helvetica;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fb-share:hover {
  cursor: pointer;
  background: #3b5998;
}

.fb-share svg {
  width: 24px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
  display: inline-block;
}

.fb-share span {
  vertical-align: middle;
  color: white;
  font-size: 18px;
  padding: 0 3px;
}

.play-popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  background-color: white;
  border: 2px solid #0299b8;
  width: 210px;
  height: 165px;
  -webkit-box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 120%;
}

.play-popup .button {
  display: block;
  width: 180px;
  margin-top: 12px;
  margin-left: 12px;
}

.play-popup a {
  padding: 0 !important;
}

.tabs-nav .tab-button {
  display: inline-block;
  width: 250px;
  margin-right: 20px;
  height: 50px;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  color: #0299b8;
}

.tabs-nav .passive {
  background-color: #0299b8;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tabs-nav .passive:hover {
  background-color: white;
  color: #0299b8;
}

@media (max-width: 767.98px) {
  .tabs-nav .tab-button {
    width: 120px;
    margin-right: 15px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
