@import "../helpers";
@import "popup";
@import "loading";
@import "form";
@import "button";

$headerHeight: 80px;

html {
  font-size: 62.5%;

  @media (max-width: 1199.98px) {
    font-size: 50%;
  }
}

body {
  overflow-x: hidden;
}

a {
  &:hover,
  &:focus {
    border: none;
    outline: none;
    text-decoration: none;
  }
}

#wpwrap {
  background-color: #e4ebf7;
}

.update-nag {
  display: none !important;
}

.alkubot-main-container {
  font-family: 'Montserrat', sans-serif !important;
  position: relative;
  width: 100%;

  * {
    box-sizing: border-box;
  }
}

.alkubot-box {
  width: 40%;
  height: 250px;
  margin: 0 4%;
  padding: 20px;
  display: inline-block;
  float: left;
  position: relative;
  border-radius: 6px;
  background-color: #fbfdff;
  box-shadow: 0px 0px 23px 0px rgba(173, 179, 199, 0.15);
  border: 1px solid #e4ebf7;
  color: #505a73;
  font-size: 1.6rem;

  .alkubot-help-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .alkubot-help-text {
    margin-top: 50px;
  }
}
