*,
a,
h3,
li,
p,
ul {
  margin: 0;
}
a,
h3 {
  color: #fff;
}
a:focus,
button {
  outline: 0 !important;
}
a,
button:hover {
  cursor: pointer;
}
.alert-validate::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 13px;
}
@font-face {
  font-family: Linearicons-Free;
  src: url(/assets/Linearicons-Free.eot);
  src: url(/assets/Linearicons-Free.eot?#iefix) format("embedded-opentype"),
    url(/assets/Linearicons-Free.woff) format("woff"),
    url(/assets/Linearicons-Free.ttf) format("truetype"),
    url(/assets/Linearicons-Free.woff) format("woff"),
    url(/assets/Linearicons-Free.svg#Linearicons-Free) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FontAwesome;
  src: url(../assets/fonts/fontawesome-webfont.eot);
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url(../assets/fonts/fontawesome-webfont.woff) format("woff"),
    url(../assets/fonts/fontawesome-webfont.woff) format("woff"),
    url(../assets/fonts/fontawesome-webfont.ttf) format("truetype"),
    url("../assets/fonts/fontawesome-webfont.svg#fontawesomeregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-phone-handset:before {
  content: "\e830";
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../assets/fonts/poppins/Poppins-Regular.woff);
  font-display: swap;
}
@font-face {
  font-family: Raleway-Regular;
  src: url(../assets/fonts/Raleway/Raleway-Regular.woff);
  font-display: swap;
}
@font-face {
  font-family: Raleway-Black;
  src: url(../assets/fonts/Raleway/Raleway-Black.woff);
  font-display: swap;
}
@font-face {
  font-family: Raleway-SemiBold;
  src: url(../assets/fonts/Raleway/Raleway-SemiBold.woff);
  font-display: swap;
}
@font-face {
  font-family: Raleway-Bold;
  src: url(../assets/fonts/Raleway/Raleway-Bold.woff);
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-family: Poppins-Regular, sans-serif;
  line-height: 1.5;
}
a,
p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
}
a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
}
a:hover {
  text-decoration: none;
  color: #de5a0d;
}
button:disabled,
button[disabled],
a:disabled,
a[disabled] {
  background-color: #ccc;
  color: #666;
  pointer-events: none;
}
h1,
h2,
h4,
h5,
h6 {
  margin: 0;
  color: #474747;
}
p {
  color: #aaa;
}
.centered {
  text-align: center;
}
li,
ul {
  list-style-type: none;
}
input,
textarea {
  outline: 0;
  border: 0;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
input::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder {
  color: #acacac;
}
textarea::-webkit-input-placeholder {
  color: #acacac;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
textarea:-ms-input-placeholder {
  color: #acacac;
}
button {
  border: 0;
  background: 0;
}
iframe {
  border: none !important;
}
.error {
  width: 100%;
  margin-top: 10px;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #161714 !important;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/back2n_lg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .container-login100 {
    padding: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url(../assets/images/back2n_mobile.webp);
    background-size: cover;
    background-position: center;
  }
}
.wrap-login100,
.wrap-login150,
.wrap-login200 {
  background: #181818 !important;
  overflow: hidden;
}
.wrap-login100 {
  width: 450px;
  border-radius: 25px;
}
.wrap-login150 {
  width: 600px;
}
.wrap-login250,
.wrap-login200 {
  width: 1050px;
  border-radius: 25px;
}
.wrap-login250 {
  background: #181818 !important;
}
.wrap-login150 {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.focus-input100,
.input100 {
  border-radius: 3px;
  display: block;
}
.input100,
canvas {
  background: #e6e6e6;
}
.login100-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login100-form-title {
  text-align: center;
}
.login100-form-title,
.login100-form-title2 {
  font-family: Raleway-Black;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}
.input100 {
  font-family: Raleway-SemiBold;
  font-size: 18px;
  line-height: 1.2;
  color: #686868;
  width: 100%;
  height: 62px;
  padding: 0 30px 0 65px;
}
.focus-input100,
.symbol-input100 {
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.qr-img,
.validate-input {
  position: relative;
}
.focus-input100 {
  z-index: -1;
  box-shadow: 0;
  color: rgba(207, 105, 58, 0.6);
}
.input100:focus + .focus-input100 {
  animation: 0.5s ease-in-out forwards anim-shadow;
}
@keyframes anim-shadow {
  to {
    box-shadow: 0 0 60px 20px;
    opacity: 0;
  }
}
@keyframes gradient-animation {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.gta-header-banner {
  display: flex;
  align-items: center;
  background: #181818;
  padding: 16px 16px 16px 0;
}
.gta-header-banner__close {
  padding: 12px;
  margin: 0;
  font-size: 0;
  border: 0;
  background: 0;
}
.gta-header-banner__icon img {
  display: block;
}
.gta-header-banner__info {
  flex-grow: 1;
  margin: 0 8px 0 12px;
}
.gta-header-banner__title {
  font-size: var(--bui_font_strong_1_font-size, 16px);
  margin-bottom: 2px;
  color: #ffffff;
}
.gta-header-banner__rating-nr {
  font-size: var(--bui_font_small_1_font-size);
  color: #6b6b6b;
}
.gta-header-banner__cta {
  margin-right: -8px;
}
a.gta-header-banner__btn {
  font-size: var(--bui_font_strong_1_font-size);
  color: #db5502 !important;
  text-decoration: none;
  padding: 8px;
  white-space: nowrap;
}
.symbol-input100 {
  font-size: 24px;
  color: #999;
  display: flex;
  align-items: center;
  border-radius: 25px;
  padding-left: 23px;
  padding-bottom: 5px;
  pointer-events: none;
  transition: 0.4s;
}
.input100:focus + .focus-input100 + .symbol-input100 {
  color: #de5a0d;
  padding-left: 18px;
}
.container-login100-form-btn,
.container-login100-form-btn2,
.play-form-btn,
.select-form-btn {
  display: -ms-flexbox;
}
.select-form-btn {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  font-family: Raleway-Bold;
  border-radius: 3px;
  justify-content: center;
}
.select-form-btn:hover {
  background: #333;
}
.select-form-btn {
  background: #db5502;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.login100-form-btn,
.login100-form-btn2,
.play-form-btn {
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  width: 100%;
  height: 62px;
  padding: 0 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
}
.login100-form-btn span,
.login100-form-btn2 span,
.play-form-btn span {
  color: #fff;
}
.container-login100-form-btn,
.container-login100-form-btn2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login100-form-btn {
  background: #de5a0d;
  align-items: center;
  transition: 0.4s;
}
.login100-form-btn2 {
  background: #25d366;
  align-items: center;
  transition: 0.4s;
}
.login100-form-btn,
.login100-form-btn2,
.change-form-btn,
.close-form-btn,
.play-form-btn,
.server-form-btn {
  font-family: Raleway-Bold;
  border-radius: 3px;
  justify-content: center;
}
.change-form-btn:hover,
.close-form-btn:hover,
.login100-form-btn:hover,
.login100-form-btn2:hover,
.paymoney-form-btn:hover,
.play-form-btn:hover,
.server-form-btn:hover {
  background: #333;
}
.play-form-btn {
  background: #28a745;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.change-form-btn,
.close-form-btn,
.paymoney-form-btn,
.server-form-btn {
  line-height: 1.5;
  color: #fff;
  width: 100%;
  height: 30px;
  *,
  a,
  h3,
  li,
  p,
  ul {
    margin: 0;
  }
  a,
  h3 {
    color: #fff;
  }
  a:focus,
  button {
    outline: 0 !important;
  }
  a,
  button:hover {
    cursor: pointer;
  }
  .alert-validate::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 13px;
  }
  @font-face {
    font-family: Linearicons-Free;
    src: url(/assets/Linearicons-Free.eot);
    src: url(/assets/Linearicons-Free.eot?#iefix) format("embedded-opentype"),
      url(/assets/Linearicons-Free.woff) format("woff"),
      url(/assets/Linearicons-Free.ttf) format("truetype"),
      url(/assets/Linearicons-Free.woff) format("woff"),
      url(/assets/Linearicons-Free.svg#Linearicons-Free) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: FontAwesome;
    src: url(../assets/fonts/fontawesome-webfont.eot);
    src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
        format("embedded-opentype"),
      url(../assets/fonts/fontawesome-webfont.woff) format("woff"),
      url(../assets/fonts/fontawesome-webfont.woff) format("woff"),
      url(../assets/fonts/fontawesome-webfont.ttf) format("truetype"),
      url("../assets/fonts/fontawesome-webfont.svg#fontawesomeregular")
        format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  .lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lnr-lock:before {
    content: "\e80f";
  }
  .lnr-envelope:before {
    content: "\e818";
  }
  .lnr-user:before {
    content: "\e82a";
  }
  .lnr-phone-handset:before {
    content: "\e830";
  }
  @font-face {
    font-family: Poppins-Regular;
    src: url(../assets/fonts/poppins/Poppins-Regular.woff);
    font-display: swap;
  }
  @font-face {
    font-family: Raleway-Regular;
    src: url(../assets/fonts/Raleway/Raleway-Regular.woff);
    font-display: swap;
  }
  @font-face {
    font-family: Raleway-Black;
    src: url(../assets/fonts/Raleway/Raleway-Black.woff);
    font-display: swap;
  }
  @font-face {
    font-family: Raleway-SemiBold;
    src: url(../assets/fonts/Raleway/Raleway-SemiBold.woff);
    font-display: swap;
  }
  @font-face {
    font-family: Raleway-Bold;
    src: url(../assets/fonts/Raleway/Raleway-Bold.woff);
    font-display: swap;
  }
  * {
    box-sizing: border-box;
  }
  body,
  html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    line-height: 1.5;
  }
  a,
  p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
  }
  a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
  }
  a:hover {
    text-decoration: none;
    color: #de5a0d;
  }
  h1,
  h2,
  h4,
  h5,
  h6 {
    margin: 0;
    color: #474747;
  }
  p {
    color: #aaa;
  }
  .centered {
    text-align: center;
  }
  li,
  ul {
    list-style-type: none;
  }
  input,
  textarea {
    outline: 0;
    border: 0;
  }
  input:focus:-moz-placeholder,
  input:focus::-moz-placeholder {
    color: transparent;
  }
  input:focus:-ms-input-placeholder {
    color: transparent;
  }
  textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  textarea:focus:-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent;
  }
  textarea:focus:-ms-input-placeholder {
    color: transparent;
  }
  input::-webkit-input-placeholder {
    color: #acacac;
  }
  input:-moz-placeholder,
  input::-moz-placeholder {
    color: #acacac;
  }
  input:-ms-input-placeholder {
    color: #acacac;
  }
  textarea::-webkit-input-placeholder {
    color: #acacac;
  }
  textarea:-moz-placeholder,
  textarea::-moz-placeholder {
    color: #acacac;
  }
  textarea:-ms-input-placeholder {
    color: #acacac;
  }
  button {
    border: 0;
    background: 0;
  }
  iframe {
    border: none !important;
  }
  .error {
    width: 100%;
    margin-top: 10px;
  }
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  .wrap-login100,
  .wrap-login150,
  .wrap-login200 {
    background: #181818 !important;
    overflow: hidden;
  }
  .wrap-login100 {
    width: 450px;
    border-radius: 25px;
  }
  .wrap-login150 {
    width: 600px;
  }
  .wrap-login250,
  .wrap-login200 {
    width: 1050px;
    border-radius: 25px;
  }
  .wrap-login250 {
    background: #181818 !important;
  }
  .wrap-login150 {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
  }
  .focus-input100,
  .input100 {
    border-radius: 3px;
    display: block;
  }
  .input100,
  canvas {
    background: #e6e6e6;
  }
  .login100-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .login100-form-title {
    text-align: center;
  }
  .login100-form-title,
  .login100-form-title2 {
    font-family: Raleway-Black;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    display: block;
  }
  .wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .input100 {
    font-family: Raleway-SemiBold;
    font-size: 18px;
    line-height: 1.2;
    color: #686868;
    width: 100%;
    height: 62px;
    padding: 0 30px 0 65px;
  }
  .focus-input100,
  .symbol-input100 {
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
  }
  .qr-img,
  .validate-input {
    position: relative;
  }
  .focus-input100 {
    z-index: -1;
    box-shadow: 0;
    color: rgba(207, 105, 58, 0.6);
  }
  .input100:focus + .focus-input100 {
    animation: 0.5s ease-in-out forwards anim-shadow;
  }
  @keyframes anim-shadow {
    to {
      box-shadow: 0 0 60px 20px;
      opacity: 0;
    }
  }
  .gta-header-banner {
    display: flex;
    align-items: center;
    background: #181818;
    padding: 16px 16px 16px 0;
  }
  .gta-header-banner__close {
    padding: 12px;
    margin: 0;
    font-size: 0;
    border: 0;
    background: 0;
  }
  .gta-header-banner__icon img {
    display: block;
  }
  .gta-header-banner__info {
    flex-grow: 1;
    margin: 0 8px 0 12px;
  }
  .gta-header-banner__title {
    font-size: var(--bui_font_strong_1_font-size, 16px);
    margin-bottom: 2px;
    color: #ffffff;
  }
  .gta-header-banner__rating-nr {
    font-size: var(--bui_font_small_1_font-size);
    color: #6b6b6b;
  }
  .gta-header-banner__cta {
    margin-right: -8px;
  }
  a.gta-header-banner__btn {
    font-size: var(--bui_font_strong_1_font-size);
    color: #db5502 !important;
    text-decoration: none;
    padding: 8px;
    white-space: nowrap;
  }
  .symbol-input100 {
    font-size: 24px;
    color: #999;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding-left: 23px;
    padding-bottom: 5px;
    pointer-events: none;
    transition: 0.4s;
  }
  .input100:focus + .focus-input100 + .symbol-input100 {
    color: #de5a0d;
    padding-left: 18px;
  }
  .container-login100-form-btn,
  .container-login100-form-btn2,
  .play-form-btn,
  .select-form-btn {
    display: -ms-flexbox;
  }
  .select-form-btn {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    font-family: Raleway-Bold;
    border-radius: 3px;
    justify-content: center;
  }
  .select-form-btn:hover {
    background: #333;
  }
  .select-form-btn {
    background: #db5502;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  .login100-form-btn,
  .login100-form-btn2,
  .play-form-btn {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 62px;
    padding: 0 25px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
  }
  .container-login100-form-btn,
  .container-login100-form-btn2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .login100-form-btn {
    background: #de5a0d;
    align-items: center;
    transition: 0.4s;
  }
  .login100-form-btn2 {
    background: #25d366;
    align-items: center;
    transition: 0.4s;
  }
  .login100-form-btn,
  .login100-form-btn2,
  .change-form-btn,
  .close-form-btn,
  .play-form-btn,
  .server-form-btn {
    font-family: Raleway-Bold;
    border-radius: 3px;
    justify-content: center;
  }
  .change-form-btn:hover,
  .close-form-btn:hover,
  .login100-form-btn:hover,
  .login100-form-btn2:hover,
  .paymoney-form-btn:hover,
  .play-form-btn:hover,
  .server-form-btn:hover {
    background: #333;
  }
  .play-form-btn {
    background: #28a745;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  .change-form-btn,
  .close-form-btn,
  .paymoney-form-btn,
  .server-form-btn {
    line-height: 1.5;
    color: #fff;
    width: 100%;
    height: 30px;
    padding: 0 25px;
    text-transform: uppercase;
    display: -ms-flexbox;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
  }
  .change-form-btn,
  .close-form-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  canvas {
    margin-bottom: 15px;
    width: 100%;
  }
  .close-form-btn {
    background: #dc3545;
  }
  .change-form-btn {
    background: #d40040;
  }
  .paymoney-form-btn,
  .server-form-btn {
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: 0.4s;
  }
  .server-form-btn {
    background-color: #e4ba00;
  }
  .paymoney-form-btn {
    justify-content: center;
    border-radius: 3px;
    font-family: Raleway-Bold;
    background-color: #007bff;
  }
  .alert-validate::before {
    content: attr(data-validate);
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 3px;
    padding: 4px 25px 4px 10px;
    right: 8px;
    pointer-events: none;
    font-family: Raleway-SemiBold;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .alert-validate::before,
  .alert-validate::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #c80000;
  }
  .alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    font-size: 15px;
    right: 13px;
  }
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }
  @media (max-width: 480px) {
    .wrap-login100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .qr-img {
    width: 200px;
    border: groove rgba(231, 242, 251, 0.45);
  }
  .p_picture,
  .p_picture2,
  .p_picture3 {
    width: 143px;
    height: 180px;
    overflow: hidden;
    user-zoom: none;
    -webkit-user-drag: none;
    position: relative;
  }
  .subpage-content {
    padding: 0;
  }
  .p_picture {
    display: block;
    right: 0;
    top: -5px;
    margin: 15px auto 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .p_picture .f_arm,
  .p_picture .f_cloth,
  .p_picture .f_effect,
  .p_picture .f_face,
  .p_picture .f_hair,
  .p_picture .f_head,
  .p_picture .f_nick,
  .p_picture2 .f_arm,
  .p_picture2 .f_cloth,
  .p_picture2 .f_effect,
  .p_picture2 .f_face,
  .p_picture2 .f_hair,
  .p_picture2 .f_head,
  .p_picture2 .f_nick,
  .p_picture3 .f_arm,
  .p_picture3 .f_cloth,
  .p_picture3 .f_effect,
  .p_picture3 .f_face,
  .p_picture3 .f_hair,
  .p_picture3 .f_head,
  .p_picture3 .f_nick {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .p_picture .f_arm img,
  .p_picture .f_cloth img,
  .p_picture .f_effect img,
  .p_picture .f_face img,
  .p_picture .f_hair img,
  .p_picture .f_head img,
  .p_picture .f_nick p,
  .p_picture2 .f_arm img,
  .p_picture2 .f_cloth img,
  .p_picture2 .f_effect img,
  .p_picture2 .f_face img,
  .p_picture2 .f_hair img,
  .p_picture2 .f_head img,
  .p_picture2 .f_nick p,
  .p_picture3 .f_arm img,
  .p_picture3 .f_cloth img,
  .p_picture3 .f_effect img,
  .p_picture3 .f_face img,
  .p_picture3 .f_hair img,
  .p_picture3 .f_head img,
  .p_picture3 .f_nick p {
    height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    user-zoom: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .p_picture .f_head,
  .p_picture2 .f_head,
  .p_picture3 .f_head {
    z-index: 3;
  }
  .p_picture .f_cloth,
  .p_picture .f_effect,
  .p_picture .f_hair,
  .p_picture2 .f_cloth,
  .p_picture2 .f_effect,
  .p_picture2 .f_hair,
  .p_picture3 .f_cloth,
  .p_picture3 .f_effect,
  .p_picture3 .f_hair {
    z-index: 2;
  }
  .p_picture .f_face,
  .p_picture2 .f_face,
  .p_picture3 .f_face {
    z-index: 1;
  }
  .p_picture .f_arm,
  .p_picture .f_nick,
  .p_picture2 .f_arm,
  .p_picture2 .f_nick,
  .p_picture3 .f_arm,
  .p_picture3 .f_nick {
    z-index: 0;
  }
  .p_picture2 {
    right: 200px;
    top: 15px;
    margin: -180px auto 0;
  }
  .p_picture2,
  .p_picture3 {
    display: block;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .p_picture3 {
    right: -185px;
    top: -16px;
    margin: -150px auto 0;
  }
  .player_profile {
    display: block;
    margin: 0 auto;
  }
  .i_grade {
    position: absolute;
    top: 27px;
    right: 0;
    height: 35px;
    width: 42px;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    font-weight: 700;
    z-index: 999;
    background-size: cover;
  }
  .w-full {
    width: 100%;
  }
  .p-b-5 {
    padding-bottom: 5px;
  }
  .p-b-10 {
    padding-bottom: 10px;
  }
  .p-b-20 {
    padding-bottom: 20px;
  }
  .p-b-25 {
    padding-bottom: 25px;
  }
  .p-b-30 {
    padding-bottom: 30px;
  }
  .p-r-50 {
    padding-right: 50px;
  }
  .p-l-50 {
    padding-left: 50px;
  }
  .p-b-55 {
    padding-bottom: 55px;
  }
  .m-b-16 {
    margin-bottom: 16px;
  }
  .move {
    left: 80px;
  }
  .text-center {
    text-align: center !important;
  }
  a {
    color: #fff;
  }
  .alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  .alert-primary .alert-link {
    color: #002752;
  }
  .alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
  }
  .alert-secondary hr {
    border-top-color: #cfd2d6;
  }
  .alert-secondary .alert-link {
    color: #2e3133;
  }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  .alert-success .alert-link {
    color: #0b2e13;
  }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  .alert-info hr {
    border-top-color: #abdde5;
  }
  .alert-info .alert-link {
    color: #062c33;
  }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  .alert-warning .alert-link {
    color: #533f03;
  }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  .alert-danger .alert-link {
    color: #491217;
  }
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  .alert-light hr {
    border-top-color: #ececf6;
  }
  .alert-light .alert-link {
    color: #686868;
  }
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  .alert-dark .alert-link {
    color: #040505;
  }
  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  .badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  .badge-primary[href]:focus,
  .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
  }
  .badge-secondary {
    color: #fff;
    background-color: #868e96;
  }
  .badge-secondary[href]:focus,
  .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
  }
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  .badge-success[href]:focus,
  .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
  }
  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  .badge-info[href]:focus,
  .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
  }
  .badge-warning {
    color: #111;
    background-color: #d40040;
  }
  .badge-warning[href]:focus,
  .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00;
  }
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  .badge-danger[href]:focus,
  .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
  }
  .badge-light {
    color: #111;
    background-color: #f8f9fa;
  }
  .badge-light[href]:focus,
  .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
  }
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  .badge-dark[href]:focus,
  .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  b,
  .text-white {
    color: #fff !important;
  }
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6,
  .form-control {
    font-size: 1rem;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
  }
  .form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1;
  }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1;
  }
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
  }
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .form-control-file,
  .form-control-range {
    display: block;
  }
  .col-form-label {
    margin-bottom: 0;
  }
  .col-form-label,
  .col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
  }
  .col-form-label-lg {
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
  }
  .form-control-plaintext {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-plaintext.form-control-lg,
  .form-control-plaintext.form-control-sm,
  .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .input-group-sm > select.form-control:not([size]):not([multiple]),
  .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
  }
  .form-control-lg,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .input-group-lg > select.form-control:not([size]):not([multiple]),
  .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px);
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .right {
    margin-left: 30px;
  }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
  }
  .form-check.disabled .form-check-label {
    color: #868e96;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: Raleway-Regular;
    font-size: inherit;
    line-height: inherit;
  }
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
  }
  .btn:focus,
  .btn:hover {
    text-decoration: none;
  }
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  }
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
  }
  .btn.active,
  .btn:active {
    background-image: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  .btn-primary.focus,
  .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-primary.active,
  .btn-primary:active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc;
  }
  .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
  }
  .btn-secondary.focus,
  .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
  }
  .btn-secondary.active,
  .btn-secondary:active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
  }
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  .btn-success.focus,
  .btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  }
  .btn-success.disabled,
  .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-success.active,
  .btn-success:active,
  .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
  }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }
  .btn-info.focus,
  .btn-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  }
  .btn-info.disabled,
  .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn-info.active,
  .btn-info:active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b;
  }
  .btn-warning {
    color: #111;
    background-color: #d40040;
    border-color: #d40040;
  }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  .btn-warning.focus,
  .btn-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  }
  .btn-warning.disabled,
  .btn-warning:disabled {
    background-color: #d40040;
    border-color: #d40040;
  }
  .btn-warning.active,
  .btn-warning:active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00;
  }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  .btn-danger.focus,
  .btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  }
  .btn-danger.disabled,
  .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-danger.active,
  .btn-danger:active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
  }
  .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
  .btn-light.focus,
  .btn-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  }
  .btn-light.disabled,
  .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-light.active,
  .btn-light:active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
  }
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  .btn-dark.focus,
  .btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  }
  .btn-dark.disabled,
  .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-dark.active,
  .btn-dark:active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
  }
  .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
  }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  }
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }
  .btn-outline-primary.active,
  .btn-outline-primary:active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
  }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  }
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
  }
  .btn-outline-secondary.active,
  .btn-outline-secondary:active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
  }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-outline-success.focus,
  .btn-outline-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  }
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }
  .btn-outline-success.active,
  .btn-outline-success:active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
  }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn-outline-info.focus,
  .btn-outline-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  }
  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }
  .btn-outline-info.active,
  .btn-outline-info:active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn-outline-warning {
    color: #d40040;
    background-color: transparent;
    background-image: none;
    border-color: #d40040;
  }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #d40040;
    border-color: #d40040;
  }
  .btn-outline-warning.focus,
  .btn-outline-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  }
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #d40040;
    background-color: transparent;
  }
  .btn-outline-warning.active,
  .btn-outline-warning:active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #d40040;
    border-color: #d40040;
  }
  .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
  }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger.focus,
  .btn-outline-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  }
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .btn-outline-danger.active,
  .btn-outline-danger:active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
  }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-light.focus,
  .btn-outline-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  }
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .btn-outline-light.active,
  .btn-outline-light:active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
  }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark.focus,
  .btn-outline-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  }
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  .btn-outline-dark.active,
  .btn-outline-dark:active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-link {
    font-weight: 400;
    color: #007bff;
    border-radius: 0;
  }
  .btn-link,
  .btn-link.active,
  .btn-link:active,
  .btn-link:disabled {
    background-color: transparent;
  }
  .btn-link,
  .btn-link:active,
  .btn-link:focus {
    border-color: transparent;
    box-shadow: none;
  }
  .btn-link:hover {
    border-color: transparent;
  }
  .btn-link:focus,
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link:disabled {
    color: #868e96;
  }
  .btn-link:disabled:focus,
  .btn-link:disabled:hover {
    text-decoration: none;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card,
  .card-body {
    position: relative;
  }
  .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-subtitle {
    margin-top: -0.375rem;
  }
  .card-subtitle,
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .align-space {
    margin-left: 30px;
  }
  .card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
  }
  .card-header-tabs,
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  @media (min-width: 576px) {
    .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px;
    }
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group .card {
      flex: 1 0 0;
    }
    .card-group .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group .card:first-child {
      border-bottom-right-radius: 0;
    }
    .card-group .card:first-child,
    .card-group .card:first-child .card-img-top {
      border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
      border-bottom-left-radius: 0;
    }
    .card-group .card:last-child,
    .card-group .card:last-child .card-img-top {
      border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
      border-radius: 0;
    }
  }
  @media (min-width: 576px) {
  }
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .card-columns {
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
  }
  @media only screen and (max-width: 959px) {
    .hidemobile {
      display: none;
    }
  }
  .text-primary {
    color: #007bff !important;
  }
  .font-weight-normal {
    font-weight: 400;
  }
  .font-weight-bold {
    font-weight: 700;
  }
  .font-italic {
    font-style: italic;
  }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  table {
    border-collapse: collapse;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .table td,
  .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
  }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef;
  }
  .table .table {
    background-color: #fff;
  }
  .table-sm td,
  .table-sm th {
    padding: 0.3rem;
  }
  .table-bordered,
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #e9ecef;
  }
  .table-bordered thead td,
  .table-bordered thead th {
    border-bottom-width: 2px;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-primary,
  .table-primary > td,
  .table-primary > th {
    background-color: #b8daff;
  }
  .table-hover .table-primary:hover,
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  .table-secondary,
  .table-secondary > td,
  .table-secondary > th {
    background-color: #dddfe2;
  }
  .table-hover .table-secondary:hover,
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
  }
  .table-success,
  .table-success > td,
  .table-success > th {
    background-color: #c3e6cb;
  }
  .table-hover .table-success:hover,
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  .table-info,
  .table-info > td,
  .table-info > th {
    background-color: #bee5eb;
  }
  .table-hover .table-info:hover,
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
  }
  .table-warning,
  .table-warning > td,
  .table-warning > th {
    background-color: #ffeeba;
  }
  .table-hover .table-warning:hover,
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
  .table-danger,
  .table-danger > td,
  .table-danger > th {
    background-color: #f5c6cb;
  }
  .table-hover .table-danger:hover,
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  .table-light,
  .table-light > td,
  .table-light > th {
    background-color: #fdfdfe;
  }
  .table-hover .table-light:hover,
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
  .table-dark,
  .table-dark > td,
  .table-dark > th {
    background-color: #c6c8ca;
  }
  .table-hover .table-dark:hover,
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  .table-active,
  .table-active > td,
  .table-active > th,
  .table-hover .table-active:hover,
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  @media (max-width: 991px) {
    .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive.table-bordered {
      border: 0;
    }
  }
  * {
    margin: 0;
    padding: 0;
  }
  .wrapper {
    max-width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
  }
  .wrapper,
  .square {
    position: relative;
  }
  .square {
    height: 0;
    width: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    margin-bottom: 1vw;
    text-align: center;
    border-radius: 5px;
    background: #fff;
  }
  #second {
    display: none;
  }
  padding: 0 25px;
  text-transform: uppercase;
  display: -ms-flexbox;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
}
.change-form-btn,
.close-form-btn {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
canvas {
  margin-bottom: 15px;
  width: 100%;
}
.close-form-btn {
  background: #dc3545;
}
.change-form-btn {
  background: #d40040;
}
.paymoney-form-btn,
.server-form-btn {
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.server-form-btn {
  background-color: #e4ba00;
}
.paymoney-form-btn {
  justify-content: center;
  border-radius: 3px;
  font-family: Raleway-Bold;
  background-color: #007bff;
}
.alert-validate::before {
  content: attr(data-validate);
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 4px 10px;
  right: 8px;
  pointer-events: none;
  font-family: Raleway-SemiBold;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}
.alert-validate::before,
.alert-validate::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #c80000;
}
.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  font-size: 15px;
  right: 13px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.qr-img,
.qr-picpay {
  width: 215px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: groove rgba(231, 242, 251, 0.45);
}
.align-pix-img {
  width: 215px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.align-picpay-img {
  width: 252px;
  height: 208px;
}
.stripe-img {
  width: 239px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.align-stripe-img {
  width: 239px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.p_picture,
.p_picture2,
.p_picture3 {
  width: 143px;
  height: 180px;
  overflow: hidden;
  user-zoom: none;
  -webkit-user-drag: none;
  position: relative;
}
.subpage-content {
  padding: 0;
}
.p_picture {
  display: block;
  right: 0;
  top: -5px;
  margin: 15px auto 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.p_picture .f_arm,
.p_picture .f_cloth,
.p_picture .f_effect,
.p_picture .f_face,
.p_picture .f_hair,
.p_picture .f_head,
.p_picture .f_nick,
.p_picture2 .f_arm,
.p_picture2 .f_cloth,
.p_picture2 .f_effect,
.p_picture2 .f_face,
.p_picture2 .f_hair,
.p_picture2 .f_head,
.p_picture2 .f_nick,
.p_picture3 .f_arm,
.p_picture3 .f_cloth,
.p_picture3 .f_effect,
.p_picture3 .f_face,
.p_picture3 .f_hair,
.p_picture3 .f_head,
.p_picture3 .f_nick {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p_picture .f_arm img,
.p_picture .f_cloth img,
.p_picture .f_effect img,
.p_picture .f_face img,
.p_picture .f_hair img,
.p_picture .f_head img,
.p_picture .f_nick p,
.p_picture2 .f_arm img,
.p_picture2 .f_cloth img,
.p_picture2 .f_effect img,
.p_picture2 .f_face img,
.p_picture2 .f_hair img,
.p_picture2 .f_head img,
.p_picture2 .f_nick p,
.p_picture3 .f_arm img,
.p_picture3 .f_cloth img,
.p_picture3 .f_effect img,
.p_picture3 .f_face img,
.p_picture3 .f_hair img,
.p_picture3 .f_head img,
.p_picture3 .f_nick p {
  height: 165px;
  position: absolute;
  top: 0;
  left: 0;
  user-zoom: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.p_picture .f_head,
.p_picture2 .f_head,
.p_picture3 .f_head {
  z-index: 3;
}
.p_picture .f_cloth,
.p_picture .f_effect,
.p_picture .f_hair,
.p_picture2 .f_cloth,
.p_picture2 .f_effect,
.p_picture2 .f_hair,
.p_picture3 .f_cloth,
.p_picture3 .f_effect,
.p_picture3 .f_hair {
  z-index: 2;
}
.p_picture .f_face,
.p_picture2 .f_face,
.p_picture3 .f_face {
  z-index: 1;
}
.p_picture .f_arm,
.p_picture .f_nick,
.p_picture2 .f_arm,
.p_picture2 .f_nick,
.p_picture3 .f_arm,
.p_picture3 .f_nick {
  z-index: 0;
}
.p_picture2 {
  right: 200px;
  top: 15px;
  margin: -180px auto 0;
}
.p_picture2,
.p_picture3 {
  display: block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.p_picture3 {
  right: -185px;
  top: -16px;
  margin: -150px auto 0;
}
.player_profile {
  display: block;
  margin: 0 auto;
}
.i_grade {
  position: absolute;
  top: 27px;
  right: 0;
  height: 35px;
  width: 40px;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  font-weight: 700;
  z-index: 999;
  background-size: cover;
}
.w-full {
  width: 100%;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-24 {
  padding-top: 24px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-144 {
  padding-top: 144px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-34 {
  padding-top: 34px;
}
.p-t-77 {
  padding-top: 77px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.move {
  left: 80px;
}
.text-center {
  text-align: center !important;
}
a {
  color: #fff;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #111;
  background-color: #d40040;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
b,
.text-white {
  color: #fff !important;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6,
.form-control {
  font-size: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
}
.col-form-label {
  margin-bottom: 0;
}
.col-form-label,
.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
}
.col-form-label-lg {
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.right {
  margin-left: 30px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: Raleway-Regular;
  font-size: inherit;
  line-height: inherit;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn.active,
.btn:active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}
.btn-warning {
  color: #111;
  background-color: #d40040;
  border-color: #d40040;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #d40040;
  border-color: #d40040;
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning {
  color: #d40040;
  background-color: transparent;
  background-image: none;
  border-color: #d40040;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #d40040;
  border-color: #d40040;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #d40040;
  background-color: transparent;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #d40040;
  border-color: #d40040;
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light.active,
.btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card,
.card-body {
  position: relative;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.align-space {
  margin-left: 30px;
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-tabs,
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child,
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child,
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.item-shop {
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.item-shop-img {
  margin-bottom: 4px;
}
.item-shop-caption {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (max-width: 959px) {
  .hidemobile {
    display: none;
  }
}
.text-primary {
  color: #007bff !important;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}
.icon-whatsapp {
  bottom: 55px;
  background-color: #292929;
}
.icon-whatsapp,
.icon-question {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
}
.icon-question {
  bottom: 125px;
  background-color: #db5502;
}
.svg-whatsapp {
  margin-top: 16px;
}
.footer {
  background-color: #181818;
}
.last-server {
  border-left: 2px solid #d9d9d9;
  padding: 0 0 0 13px;
}
.shiny {
  border: 0;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  position: relative;
  overflow: hidden;
}
.shiny::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -50px;
  left: -120%;
  width: 10%;
  height: 300%;
  transform: rotateZ(30deg);
  -webkit-box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.1);
  -webkit-animation: shine 1.8s ease-in-out infinite;
}
.shinyfont {
  border: 0;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes shine {
  70%,
  100% {
    left: 120%;
  }
}
* {
  margin: 0;
  padding: 0;
}
.wrapper {
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.wrapper,
.square {
  position: relative;
}
.square {
  position: relative;
  height: 0;
  width: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  margin-bottom: 1vw;
  text-align: center;
  border-radius: 5px;
}
.centerthing {
  padding-top: calc(20% - 0.5em);
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
  right: 13px;
}
.square {
  background: #fff;
}
.square-text {
  position: absolute;
  bottom: 0;
  right: 0.25rem;
  color: #000;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
#second {
  display: none;
}
#loader-1 path,
#loader-1 rect,
#Layer_1 path,
#Layer_1 rect {
  fill: #de5a0d;
}
.cardhide-loading *,
.cardhide-loading-2 *,
.cardhide-loading-3 *,
.cardhide-loading-4 * {
  visibility: hidden;
}
.loader {
  top: 52.6%;
  margin-left: -30px;
}
.loader,
.loader-select {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
}
.loader-select {
  top: 50%;
  margin-left: -25px;
}
.loader-newserver {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
}
.loader-newserver {
  top: 50%;
  margin-left: -20px;
}
.loader-serverlist {
  margin-left: -30px;
  margin-top: -110px;
}
.loader-serverlist,
.loader-invoice {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.loader-invoice {
  margin-left: -7%;
  margin-top: -1.6%;
}
.loader-invoice-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7%;
  margin-top: -5.8%;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.loader-invoice-3,
.loader-invoice-4,
.loader-invoice-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11%;
  margin-top: -14%;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.user-card .user-details {
  text-align: center;
  margin-bottom: 10px;
  width: 80%;
}
.user-card .user-details .user-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.user-card .contact-email {
  margin-bottom: 15px;
  height: 15px;
  width: 57.5%;
  border-radius: 10rem;
  color: dodgerblue;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 5px;
  cursor: pointer;
}
.user-card.skeleton .hide-text {
  background: #313131;
  color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 18.3px;
  user-select: none;
}

.user-card.skeleton .hide-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #424242 25%, #424242 50%, #424242 100%);
  animation: shimmer 1s infinite;
  filter: blur(15px);
}

@keyframes shimmer {
  0% {
    left: -50px;
  }
  100% {
    left: 100%;
  }
}

@supports (animation-name: shimmer) and (filter: blur(1px)) {
  .user-card.skeleton .hide-text::before {
    display: block;
  }
}

@supports not ((animation-name: shimmer) and (filter: blur(1px))) {
  .user-card.skeleton .hide-text::before {
    display: none;
  }
}

.card-hide {
  height: 74.88px;
}

.inv {
  display: none;
}

.rotate-svg {
  animation: rotate-loader 0.4s linear infinite;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;

  -webkit-animation: rotate-loader 0.4s linear infinite;
  -moz-animation: rotate-loader 0.4s linear infinite;
  -o-animation: rotate-loader 0.4s linear infinite;
  animation: rotate-loader 0.4s linear infinite;
}

@-webkit-keyframes rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
