/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

body {
  box-sizing: border-box;
}

body *,
body *::before,
body *::after {
  box-sizing: inherit;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

html,
body {
  font-size: 16px;
}

body {
  height: 100vh;
  width: 100%;
}

.main-page,
.login-page,
.register-page {
  background-color: #192335;
  overflow-y: scroll;
  min-height: 100vh;
}

.main-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  background-color: #1f2b41;
  color: #ffffff;
}

.tutorial-page {
  background-color: #ffffff;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #1f2b41;
}

.header {
  background-color: #192334;
  background-image: url("/img/header_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
}

.topbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 90px;
  padding: 0 0 0 15px;
}

.topbar::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  background: #009bff;
  background: linear-gradient(to bottom, #1f81ff, #0092ff);
  width: 40%;
  right: 0;
}

.topbar__links {
  height: 90px;
  line-height: 45px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  float: right;
  width: 50%;
  padding-left: 18px;
}

.topbar__links::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 90px;
  left: -45px;
  width: 270px;
  background-image: url(/img/topbar_mobile_bg.png?2dc817ba0d62eb76d299f923cf05d11d);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.topbar__logo {
  height: 20px;
  width: auto;
  position: relative;
  z-index: 2;
}

.topbar__logo img {
  height: 20px;
  width: auto;
}

.footer-bar__button,
.footer-bar__button:link,
.footer-bar__button:visited,
.footer-bar__button:active,
.footer-bar__button:hover,
.footer-bar__button:focus,
.topbar__button,
.topbar__button:link,
.topbar__button:visited,
.topbar__button:active,
.topbar__button:hover,
.topbar__button:focus {
  font-size: 0.6rem;
  color: #ffffff;
  text-decoration: none;
  padding: 12.66666667px;
  height: 38px;
  line-height: 13.93333333px;
  position: relative;
}

.footer-bar__button,
.footer-bar__button:link,
.footer-bar__button:visited,
.footer-bar__button:active,
.footer-bar__button:hover,
.footer-bar__button:focus {
  color: #00baff;
}

.footer-bar__button--register,
.footer-bar__button--register:link,
.footer-bar__button--register:visited,
.footer-bar__button--register:active,
.footer-bar__button--register:hover,
.footer-bar__button--register:focus,
.topbar__button--register,
.topbar__button--register:link,
.topbar__button--register:visited,
.topbar__button--register:active,
.topbar__button--register:hover,
.topbar__button--register:focus {
  background-color: #ffffff;
  color: #0079b2;
  text-transform: uppercase;
  border-radius: 19px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.topbar__button--anchor {
  display: none;
}

.topbar__partner.partner {
  display: none;
}

.header__content {
  padding: 70px 15px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.header__heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 7.5px;
}

.header__heading::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 50px;
  border-bottom: 3px solid #6cc060;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header__text {
  font-size: 1rem;
  line-height: 1.4em;
}

.join-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  color: #192335;
  padding: 30px 0;
}

.join-section::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -35px;
  height: 70px;
  width: 100%;
  left: 0;
  background-image: url(/img/join_bottom_border_mobile.png?51ebe1fb6f7664891ef115897531c409);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.join-section__image-holder {
  width: 100%;
}

.join-section__image {
  width: 100%;
  height: auto;
}

.join-section__heading {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.join-section__heading::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 28px;
  border-bottom: 3px solid #6cc060;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.join-section__text {
  padding: 0 15px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.join-section__link {
  color: #0079b2;
  text-decoration: none;
  font-weight: bold;
}

.join-section__list {
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.8em;
}

.join-section__list li {
  padding-left: 20px;
  position: relative;
}

.join-section__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: .5em;
  background-image: url("/img/join_list_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .8em auto;
  width: .8em;
  height: .8em;
}

.join-section__see-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: auto;
  width: auto;
  transform: translate(-50%, 50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.see-more__mouse {
  display: none;
  background-image: url(/img/join_mouse.png?b3544edd185bce368acc31026069bd41);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 26px;
  height: 40px;
  margin-bottom: 5px;
}

.see-more__arrows {
  display: inline-block;
  background-image: url(/img/join_arrows.png?8ab6d9646c76a6143cd0bf1880fecd13);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 16px;
  height: 17px;
}

.earnings-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 15px;
  background-color: #1f2b41;
  color: #ffffff;
}

.earnings-section__header {
  margin-bottom: 30px;
}

.earnings-section__heading {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.earnings-section__heading::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 28px;
  border-bottom: 3px solid #6cc060;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.earnings-section__images {
  float: left;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + (15px * 2));
  overflow-x: scroll;
  overflow-y: auto;
  height: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}

.earnings-section__images::before,
.earnings-section__images::after {
  display: table;
  clear: both;
  content: "";
}

.earnings-section__images-container {
  font-size: 0;
  float: left;
  width: auto;
  height: auto;
  padding: 0 2.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.earnings-section__image-holder {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-top: 7px;
  border-radius: 7px;
  background-color: #00baff;
  width: auto;
  height: 60vw;
  margin-right: 5vw;
}

.earnings-section__plus-holder {
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 0;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.earnings-section__plus {
  max-width: 100%;
  transition: .5s;
  transform-origin: 50% 50%;
  -webkit-animation: shadow-pulse 1.5s infinite;
  animation: shadow-pulse 1.5s infinite;
  border-radius: 50%;
}

.earnings-section__image {
  width: auto;
  height: 60vw;
  overflow: hidden;
  border-radius: 7px;
}

.earnings-section__footer {
  padding: 50px 15px 0 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2em;
}


.tutorials-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 15px;
  background-color: #ffffff;
  color: #192335;
}

.tutorials-section__header {
  margin-bottom: 30px;
}

.tutorials-section__heading {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.tutorials-section__heading::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 28px;
  border-bottom: 3px solid #6cc060;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tutorials-section__tutorials {
  float: left;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  overflow-x: scroll;
  overflow-y: auto;
  height: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  margin-bottom: 30px;
}

.tutorials-section__tutorials::before,
.tutorials-section__tutorials::after {
  display: table;
  clear: both;
  content: "";
}

.tutorials-section__tutorials-list {
  float: left;
  width: auto;
  display: flex;
  flex-direction: row;
  padding: 0 2.5vw 10px;
}

.tutorials-section__tutorial {
  width: 300px;
  min-width: 300px;
  width: 80vw;
  min-width: 80vw;
  background-color:  #00baff;
  white-space: normal;
  margin-right: 5vw;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #00baff;
  line-height: 1.2;
}

.tutorials-section__tutorial:last-of-type {
  margin-right: 0;
}

.tutorials-section__tutorial-content {
  background-color: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tutorials-section__tutorial-name {
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.tutorials-section__tutorial-lead {
  margin-bottom: 15px;
  width: 100%;
}

.tutorials-section__tutorial-created {
  font-size: 14px;
  color: #aaa;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}

.tutorials-section__tutorial-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.tutorials-section__tutorial-cta,
.tutorials-section__tutorial-cta:link,
.tutorials-section__tutorial-cta:visited,
.tutorials-section__tutorial-cta:active,
.tutorials-section__tutorial-cta:hover,
.tutorials-section__tutorial-cta:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #0095ff;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px 0px #0095ff;
  width: auto;
}

.tutorials-section__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tutorials-section__cta,
.tutorials-section__cta:link,
.tutorials-section__cta:visited,
.tutorials-section__cta:active,
.tutorials-section__cta:hover,
.tutorials-section__cta:focus {
  text-decoration: none;
  color: #0079b2;
  background-color: #ffffff;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 2px solid #00baff;
  width: auto;
  text-align: center;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #ffffff;
  background-color: #192335;
  padding: 15px 15px;
  margin-top: auto;
}

.footer-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.footer__logo {
  width: 45%;
  height: auto;
}

.footer__logo img {
  max-width: 100%;
  height: auto;
}

.footer__links {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.partner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  height: auto;
  border: 1px solid #00baff;
  border-radius: 2px;
}

.partner__text-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
}

.partner__text {
  font-size: 0.5rem;
  line-height: 1.2em;
}

.partner__divider {
  width: 1px;
  height: auto;
  border-left: 1px solid #00baff;
}

.partner__image-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.partner__image {
  width: 100%;
  height: auto;
}

.footer__buttons,
.header__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.header__buttons {
  display: none;
}

.footer__button,
.header__button {
  width: 45%;
  max-width: 200px;
  text-align: center;
  padding: 13.33333333px 0;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.footer__button--alt {
  border: 1px solid #6cc060;
}

.footer__button--secondary {
  border: 1px solid #00baff;
}

.header__button--alt {
  border: 2px solid #6cc060;
}

.header__button--secondary {
  border: 2px solid #00baff;
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 0.7rem;
}

.footer__content .partner {
  display: none;
}

.footer__link,
.footer__link:link,
.footer__link:active,
.footer__link:visited,
.footer__link:hover,
.footer__link:focus {
  color: #00baff;
  text-decoration: none;
  font-weight: bold;
}

.footer__links-divider,
.topbar__links-divider {
  display: none;
  height: 38px;
  width: 1px;
  background-color: #0193df;
  margin-right: 30px;
  margin-left: 30px;
}

.footer__partner .partner__text {
  margin: 0;
}

.tutorials {
  width: 100%;
  background-color: #fff;
  color: #1f2b41;
  width: 100%;
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
}

.tutorials__header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tutorials__heading {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.tutorials__heading::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 28px;
  border-bottom: 3px solid #6cc060;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tutorials__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.tutorials__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  line-height: 1.2;
  padding: 15px;
}

.tutorials__tutorial {
  width: 100%;
  background-color:  #00baff;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #00baff;
  line-height: 1.2;
  margin-bottom: 20px
}

.tutorials__tutorial-content {
  background-color: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tutorials__tutorial-name {
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.tutorials__tutorial-lead {
  margin-bottom: 15px;
  width: 100%;
}

.tutorials__tutorial-created {
  font-size: 14px;
  color: #aaa;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}

.tutorials__tutorial-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.tutorials__tutorial-cta,
.tutorials__tutorial-cta:link,
.tutorials__tutorial-cta:visited,
.tutorials__tutorial-cta:active,
.tutorials__tutorial-cta:hover,
.tutorials__tutorial-cta:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #0095ff;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px 0px #0095ff;
  width: auto;
}

@media (min-width: 500px) {
  .footer__logo {
    max-width: 160px;
  }

  .footer__buttons {
    justify-content: center;
  }

  .footer__button {
    margin-right: 30px;
  }

  .footer__button:last-child {
    margin-right: 0;
  }

  .footer__partner.partner {
    max-width: 210px;
  }

  .partner__text-holder {
    width: 35%;
  }

  .partner__text {
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .earnings-section__images {
    width: 100%;
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
    overflow: auto;
    height: auto;
    white-space: normal;
    -webkit-overflow-scrolling: initial;
  }

  .earnings-section__images-container {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .earnings-section {
    padding: 100px 15px;
  }

  .earnings-section__heading {
    margin-bottom: 2em;
  }

  .earnings-section__image-holder {
    width: calc(33.33% - 4vw);
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    height: auto;
    margin: 2vw;
  }

  .earnings-section__image {
    height: auto;
    width: 100%;
  }

  .earnings-section__plus-holder {
    width: calc(33.33% - 4vw);
    height: auto;
    text-align: center;
    margin: 2vw;
  }

  .tutorials-section {
    padding: 100px 15px;
  }

  .tutorials-section__heading {
    margin-bottom: 2em;
  }

  .tutorials-section__tutorials {
    margin: 0 auto 30px;
    width: 100%;
    overflow: auto;
    white-space: normal;
    max-width: 1170px;
    padding: 0 30px;
  }

  .tutorials-section__tutorials-list {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .tutorials-section__tutorial {
    min-width: 1px;
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    height: auto;
    margin: 2vw;
    flex: 1;
  }

  .tutorials-section__tutorial:last-of-type {
    margin-right: 2vw;
  }

  .tutorials__list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tutorials__tutorial {
    width: 50%;
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (min-width: 992px) {
  .topbar {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
  }

  .topbar::before {
    display: none;
  }

  .topbar__logo {
    margin-right: 4.5%;
    width: 14.5%;
    height: auto;
  }

  .topbar__logo img {
    height: auto;
    width: 100%;
  }

  .topbar__links {
    width: 63%;
    background-image: url(/img/topbar_bg.png?95298c157337a11f20987f42b7adc02c);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 0;
    float: none;
    margin: 0 auto;
  }

  .topbar__links::before {
    display: none;
  }

  .footer__links-divider,
  .topbar__links-divider {
    display: block;
  }

  .footer-bar__button,
  .footer-bar__button:link,
  .footer-bar__button:visited,
  .footer-bar__button:active,
  .footer-bar__button:hover,
  .footer-bar__button:focus,
  .topbar__button,
  .topbar__button:link,
  .topbar__button:visited,
  .topbar__button:active,
  .topbar__button:hover,
  .topbar__button:focus {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
  }

  .footer-bar__button--register,
  .footer-bar__button--register:link,
  .footer-bar__button--register:visited,
  .footer-bar__button--register:active,
  .footer-bar__button--register:hover,
  .footer-bar__button--register:focus,
  .topbar__button--register,
  .topbar__button--register:link,
  .topbar__button--register:visited,
  .topbar__button--register:active,
  .topbar__button--register:hover,
  .topbar__button--register:focus {
    padding-right: 25.33333333px;
    padding-left: 25.33333333px;
    margin-right: 15px;
  }

  .footer-bar__button--anchor,
  .footer-bar__button--anchor:link,
  .footer-bar__button--anchor:visited,
  .footer-bar__button--anchor:active,
  .footer-bar__button--anchor:hover,
  .footer-bar__button--anchor:focus,
  .topbar__button--anchor,
  .topbar__button--anchor:link,
  .topbar__button--anchor:visited,
  .topbar__button--anchor:active,
  .topbar__button--anchor:hover,
  .topbar__button--anchor:focus {
    margin-left: 15px;
    display: block;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
  }

  .footer-bar__button--anchor::before,
  .footer-bar__button--anchor:link::before,
  .footer-bar__button--anchor:visited::before,
  .footer-bar__button--anchor:active::before,
  .footer-bar__button--anchor:hover::before,
  .footer-bar__button--anchor:focus::before,
  .topbar__button--anchor::before,
  .topbar__button--anchor:link::before,
  .topbar__button--anchor:visited::before,
  .topbar__button--anchor:active::before,
  .topbar__button--anchor:hover::before,
  .topbar__button--anchor:focus::before {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background-color: #00d2ff;
    left: 0;
    top: 50%;
    transform: skew(-15deg) translate(-50%, -50%);
  }

  .footer-bar__button--anchor,
  .footer-bar__button--anchor:link,
  .footer-bar__button--anchor:visited,
  .footer-bar__button--anchor:active,
  .footer-bar__button--anchor:hover,
  .footer-bar__button--anchor:focus {
    color: #ffffff;
  }

  .topbar__partner.partner {
    display: flex;
    width: 17.5%;
    margin-left: 1%;
  }

  .partner {
    border-radius: 4px;
  }

  .partner__text {
    font-size: 0.7rem;
    font-weight: 500;
  }

  .partner__text-holder {
    width: 45%;
  }

  .header__heading {
    padding-bottom: 15px;
    font-size: 2rem;
  }

  .header__heading::after {
    width: 100px;
    border-bottom: 3px solid #6cc060;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__content {
    padding: 140px 15px;
    max-width: calc(1110px * 0.63);
  }

  .header__text {
    margin-bottom: 30px;
  }

  .header__buttons {
    display: flex;
    justify-content: center;
  }

  .header__button {
    width: auto;
    margin: 0 15px;
    font-size: 0.8rem;
    font-weight: 500;
    padding-right: 25.33333333px;
    padding-left: 25.33333333px;
    border-radius: 26.66666667px;
  }

  .join-section {
    flex-direction: row;
    padding: 150px 30px;
    justify-content: center;
  }

  .join-section__image-holder {
    width: 54%;
    max-width: 600px;
  }

  .join-section__content {
    width: 46%;
    max-width: 530px;
  }

  .join-section__heading {
    text-align: left;
    margin-bottom: 1.5em;
    font-size: 2rem;
    padding: 0 15px;
  }

  .join-section__heading::after {
    width: 56px;
    left: 15px;
    transform: translateX(0);
  }

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

  .join-section__see-more {
    bottom: 10px;
  }

  .see-more__mouse {
    display: inline-block;
  }

  .footer {
    padding: 30px 15px;
  }

  .footer-bar {
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .footer-bar .partner {
    display: none;
  }

  .footer__buttons {
    display: none;
  }

  .footer__links {
    display: flex;
  }

  .footer__content {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    font-weight: 500;
    font-size: 0.7rem;
  }

  .footer__content .partner {
    display: flex;
  }

  .tutorials__tutorial {
    width: 33%;
    width: calc(33% - 30px);
  }
}

@media (min-width: 1200px) {
  .header__button--alt {
    border: 3px solid #6cc060;
  }

  .header__button--secondary {
    border: 3px solid #00baff;
  }
}

.maintance {
  margin: 150px auto;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  max-width: 460px;
  padding: 30px 15px;
  line-height: 1.4;
  border-radius: 7px;
}

.register-page,
.login-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #1f2b41;
}

.topbar__button--logo,
.topbar__button--logo:link,
.topbar__button--logo:visited,
.topbar__button--logo:active,
.topbar__button--logo:hover,
.topbar__button--logo:focus {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}

.topbar__button--logo img,
.topbar__button--logo:link img,
.topbar__button--logo:visited img,
.topbar__button--logo:active img,
.topbar__button--logo:hover img,
.topbar__button--logo:focus img {
  max-width: 170px;
  height: auto;
}

.register {
  width: 100%;
  max-width: 700px;
  margin: 100px auto;
  background-color: #00baff;
  color: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.register__form {
  width: 66%;
  overflow: hidden;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  height: auto;
}

.login {
  width: 100%;
  max-width: 460px;
  margin: 100px auto;
  background-color: #00baff;
  color: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.login__form {
  width: 100%;
  position: relative;
}

.form {
  background-color: #ffffff;
  color: #1f2b41;
  padding: 30px 70px;
  height: auto;
}

.form__header {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}

.form__input {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f3f7f8;
  background-color: #f3f7f8;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 0.9rem;
}

.form__error {
  margin-bottom: 10px;
  color: red;
  font-size: 0.8rem;
}

.form__submit,
.form__submit:hover {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 12.66666667px;
  height: 38px;
  line-height: 13.93333333px;
  position: relative;
  background-color: #00baff;
  text-transform: uppercase;
  border-radius: 19px;
  border: 0;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 25.33333333px;
  padding-left: 25.33333333px;
}

.form__info {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

.form__link,
.form__link:link,
.form__link:active,
.form__link:visited,
.form__link:hover,
.form__link:focus {
  color: #00baff;
  text-decoration: none;
  font-weight: bold;
}

.register__info {
  width: 40%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  height: auto;
}

.register__info-header {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.register__info-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 370px;
}

.register__info-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.register__info-list li img {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .login-page .topbar,
  .register-page .topbar {
    background: #009bff;
    background: linear-gradient(to bottom, #0095ff, #00a1ff);
    justify-content: center;
    padding: 0 15px;
  }

  .login-page .topbar::before,
  .register-page .topbar::before {
    display: none;
  }

  .login-page .topbar__links,
  .register-page .topbar__links {
    padding: 0;
    width: auto;
  }

  .login-page .topbar__links::before,
  .register-page .topbar__links::before {
    display: none;
  }

  .login-page .topbar__links-divider,
  .register-page .topbar__links-divider {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .register {
    flex-direction: column;
    max-width: calc(100% - 30px);
    margin: 100px 15px;
  }

  .register__form {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
  }

  .register__info {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .login {
    max-width: calc(100% - 30px);
    margin: 100px 15px;
  }

  .login-page .topbar__links-divider,
  .register-page .topbar__links-divider {
    display: none;
  }

  .login-page .topbar__button--logo,
  .register-page .topbar__button--logo {
    max-width: 40%;
  }

  .login-page .topbar__button--logo img,
  .register-page .topbar__button--logo img {
    width: 100%;
    height: auto;
  }

  .login-page .topbar__links,
  .register-page .topbar__links {
    justify-content: center;
  }
}

.form__input--error {
  border: 1px solid red;
}

.loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.loader-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table td .btn {
  margin-left: 3px;
  margin-right: 3px;
}

#toast-container {
  font-family: 'Roboto', sans-serif;
}



.pagination {
	display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 15px;
	list-style: none;
	border-radius: .25rem
}

html:not([dir=rtl]) .pagination {
	padding-left: 0
}

[dir=rtl] .pagination {
	padding-right: 0
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	line-height: 1.25;
	color: #0095ff;
	background-color: #fff;
  border: 1px solid #d8dbe0;
  text-decoration: none
}

html:not([dir=rtl]) .page-link {
	margin-left: -1px
}

[dir=rtl] .page-link {
	margin-right: -1px
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	color: #0079B2;
	background-color: #d8dbe0;
	border-color: #c4c9d0
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(50, 31, 219, .25)
}

html:not([dir=rtl]) .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

[dir=rtl] .page-item:first-child .page-link {
	margin-right: 0
}

[dir=rtl] .page-item:first-child .page-link,
html:not([dir=rtl]) .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

[dir=rtl] .page-item:last-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0095ff;
	border-color: #0095ff
}

.page-item.disabled .page-link {
	pointer-events: none;
	cursor: auto;
	color: #8a93a2;
	background-color: #fff;
	border-color: #c4c9d0
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.125rem;
	line-height: 1.5
}

html:not([dir=rtl]) .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

[dir=rtl] .pagination-lg .page-item:first-child .page-link,
html:not([dir=rtl]) .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

[dir=rtl] .pagination-lg .page-item:last-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5
}

html:not([dir=rtl]) .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

[dir=rtl] .pagination-sm .page-item:first-child .page-link,
html:not([dir=rtl]) .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

[dir=rtl] .pagination-sm .page-item:last-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

