/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/* variables.sass */
/*************/
/* Variables */
/*************/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Borders */
/* Forms */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Poll */
/* Game Details */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Admin */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
.theme-dark .gi5-accountmgt-header {
  background: rgb(21, 69, 153);
  background: linear-gradient(47deg, rgb(21, 69, 153) 0%, rgb(31, 100, 227) 100%);
}
.theme-dark .gi5-accountmgt .page-title {
  color: white;
}
.theme-dark .layout-container .gi5-accountmgt-container {
  background-color: #535353;
}
.theme-dark .layout-container .gi5-accountmgt-container .gi5-accountmgt-buttons .button:link, .theme-dark .layout-container .gi5-accountmgt-container .gi5-accountmgt-buttons .button:visited {
  color: #fff;
  background-color: #272727;
}
.theme-dark .layout-container .gi5-accountmgt-container .gi5-accountmgt-buttons .button:hover, .theme-dark .layout-container .gi5-accountmgt-container .gi5-accountmgt-buttons .button:active {
  color: #fff;
  background-color: black;
}
.theme-dark .layout-container .gi5-accountmgt-container .image-style-user-thumbnail {
  background-color: #272727;
}
.theme-dark .layout-container .gi5-accountmgt-container .gi5-accountmgt-profile-name {
  color: white;
  background-color: #3C59E0;
}
.theme-dark .layout-container .gi5-accountmgt-container input[type=text], .theme-dark .layout-container .gi5-accountmgt-container input[type=password], .theme-dark .layout-container .gi5-accountmgt-container input[type=email], .theme-dark .layout-container .gi5-accountmgt-container input[type=number], .theme-dark .layout-container .gi5-accountmgt-container input[type=tel], .theme-dark .layout-container .gi5-accountmgt-container input[type=url] {
  color: #dcdcdc;
}
.theme-dark .layout-container .gi5-accountmgt-container .password-strength__meter {
  background-color: #202020;
}
.theme-dark .layout-container a.link-back.button:link, .theme-dark .layout-container a.link-back.button:visited {
  color: #dcdcdc;
  background-color: #000000;
}
.theme-dark .layout-container a.link-back.button:hover, .theme-dark .layout-container a.link-back.button:active {
  background-color: #79a2ee;
  color: #dcdcdc;
}
.theme-dark .subscription-activate .column-2:nth-child(2n+1) {
  border-right-color: #9a9a9a;
}
@media screen and (max-width: 800px) {
  .theme-dark .subscription-activate .column-2 {
    border-top-color: #9a9a9a;
  }
}