@import 'vendor/bulma.css';
@import 'vendor/tooltip.css';
@import 'vendor/minicolors.css';
@import 'vendor/scrollbar.css';
@import 'vendor/fonts.css';
@import 'vendor/icons.css';

@import 'components/scrollbar.css';
@import 'components/commands.css';
@import 'components/hotkeys.css';
@import 'components/huds.css';
@import 'components/notifications.css';
@import 'components/settings.css';
@import 'components/teamlist.css';
@import 'components/theme.css';
@import 'components/import-export.css';
@import 'components/inputs.css';
@import 'components/changelog.css';
@import 'components/countdown.css';

html,
body {
  overflow: hidden;
  letter-spacing: -0.15px;
  background: #000;
  color: #e0e5ec;
}

html,
body,
input {
  font-family: 'Geogrotesque Rg', sans-serif;
  font-weight: 300 !important;
  font-size: 95%;
}

.modal {
  z-index: 10 !important;
}

.modal-content > .columns {
  margin: 0;
}

#canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
}

.modal-background {
  background: radial-gradient(rgba(66, 165, 245, 0.25), rgba(0, 0, 0, 0.5));
}

.columns.is-variable.is-1 {
  --columnGap: 2px;
}

.a4g {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 95px;
  width: 738px;
  transform: translateX(-50%);
  background: #33374d;
  border: 5px solid #33374d;
  z-index: 99;
}

/* #a4g {
  top: 0;
  border-top: 0;
  border-radius: 0px 0px 2px 2px;
} */

#a4g {
  bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}

.box {
  height: 342px;
  background: #292c3d;
  color: #e0e5ec;
  border-radius: 0;
}

input {
  letter-spacing: -0.2px;
  background: #33374d !important;
  color: #e0e5ec !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.control > .icon,
input::placeholder {
  color: #474d6b !important;
}

.button {
  width: 100%;
  letter-spacing: -0.2px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
}

.button-play span {
  text-transform: uppercase;
  font-size: 1rem;
}

.button-play {
  background: #3366ff !important;
}

.button-play:hover {
  background: #4d79ff !important;
}

.button-spec {
  background: #00c78f !important;
}

.button-spec:hover {
  background: #00d196 !important;
}

.button-login {
  background: #00796b !important;
}

.button-login span {
  text-transform: uppercase;
  font-size: 1rem;
}

.button-login:hover {
  background: #00897b !important;
}

[type=file] {
  cursor: pointer !important;
}

.button-replay {
  background: #ff9100 !important;
}

.button-discord {
  background: #1976d2 !important;
}

.button-discord:hover {
  background: #1e88e5 !important;
}

.button-youtube {
  background: #c62828 !important;
}

.button-youtube:hover {
  background: #d32f2f !important;
}

.button-paypal {
  background: #ff3374 !important;
}

.button-paypal:hover {
  background: #ff4d85 !important;
}

.menu {
  padding-top: 15px;
}

.menu-list a {
  color: #e0e5ec;
}

.menu-list a:hover,
.menu-list a.is-active {
  background: #33374d;
  color: #e0e5ec;
}

.menu-list li {
  margin-bottom: 1px;
}

.menu-list a {
  font-size: 0.7rem;
  padding: 8px 10px;
}

.menu-list span {
  padding-left: 5px;
  font-size: 1rem;
}

.menu-label {
  color: #3d425c;
  letter-spacing: -0.15px;
}

.button-group .button {
  background: #33374d;
  border: none;
  color: #e0e5ec;
}

.button-group p {
  text-align: center !important;
}

.button-group .button:hover,
.button-group .is-active {
  background: #3d425c;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.nav .button {
  /* border-radius: 0 !important; */
  font-size: 22px;
  padding: 0;
}

.nav .control:first-child .button {
  border-radius: 0 0 0 0 !important;
}

.nav .control:last-child .button {
  border-radius: 0 0 0 0 !important;
}

.box-container {
  padding: .8rem;
}

.field {
  margin-bottom: 2px !important;
}

.menu-user .field {
  margin-bottom: 2px !important;
}

.menu-user .field input[type="file"] {
  position: absolute;
  width: 157.94px;
  height: 34.19px;
  opacity: 0;
  cursor: pointer !important;
  z-index: 1;
}

.social-media {
  padding-top: 10px;
}

.menu-user .box-container {
  padding-bottom: 0;
}

.about {
  color: #3d425c;
  font-size: 11px;
  text-align: center;
  padding-top: 8px;
}

.about a {
  color: #3d425c;
}

.about a:hover {
  color: #5e677c;
}
.field.is-grouped > .control:not(:last-child) {
  margin-right: 2px !important;
}

.menu-select,
.menu-play,
.menu-user {
  padding: 0;
}

.control-play {
  width: 80%;
}

.control-spec {
  width: 20%;
}

.modal-content {
  width: 100%;
  max-width: 745px;
}

.columns.is-vcentered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-left,
.arrow-right {
  font-size: 24px;
  color: #3d425c;
}

.arrow-left {
  text-align: left;
}
.arrow-right {
  text-align: right;
}

.skins-list .column {
  padding: 7px;
}

.circle {
  display: block;
  text-align: center;
}

.circle-right,
.circle-left {
  height: 60px;
  width: 30px;
  background: #33374d;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: 0 !important;
  background-size: cover !important;
}

.circle-right {
  background: #3d425c;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}

.circle-left {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}
#skin,
#skin2 {
  display: none;
}

#skin1-preview,
#skin2-preview {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #33374d;
  margin: 0 auto;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important;
}

.skin-select {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #33374d;
  margin: 0 auto;
  background-size: cover !important;
}

#profile-left,
#profile-right {
  cursor: pointer;
}

.menu-list a {
  border-radius: 0 !important;
}
