.alk-d-none {
  display: none !important;
}

.alk-text-center {
  text-align: center !important;
}

#alkubot-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
#alkubot-popup #alkubot-popup-overlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
#alkubot-popup #alkubot-popup-container {
  width: 500px;
  background: #ffffff;
  position: relative;
  margin: 200px auto;
  padding: 25px;
  font-size: 1.5rem;
}
#alkubot-popup #alkubot-popup-container .popup-subtitle {
  font-size: 1.7rem;
  font-weight: 600;
}

#loading-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  display: none;
}
#loading-overlay #loading-content {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.alkubot-box .alkubot-token-input {
  width: 80% !important;
  max-width: 100% !important;
  height: 28px !important;
  padding: 0px 10px !important;
  font-size: 1.3rem !important;
  margin: 15px auto 25px !important;
  border: 1px solid #bbc2d1 !important;
}
.alkubot-box input {
  border: 1px solid #b1b9ca !important;
}

.alkubot-btn {
  border-radius: 0;
  padding: 10px;
  margin: 20px;
  min-width: 180px;
  font-size: 17px;
  font-weight: 700;
  background: #0041cd;
  color: #FFFFFF;
  border-color: #007bff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  cursor: pointer;
  line-height: 1.5;
}
.alkubot-btn.alkubot-notification-btn {
  margin: 10px 5px 5px;
  padding: 2px 5px;
  min-width: 50px;
  font-size: 14px;
}
.alkubot-btn.alkubot-notification-dismiss-btn {
  margin: 10px 5px 5px;
  padding: 2px 5px;
  min-width: 50px;
  background: #99f;
  font-size: 12px;
}
.alkubot-btn.alkubot-notification-dismiss-btn:hover, .alkubot-btn.alkubot-notification-dismiss-btn:focus {
  background: #cd5656;
}
.alkubot-btn:hover, .alkubot-btn:focus {
  background: #007bff;
}

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

body {
  overflow-x: hidden;
}

a:hover, a: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%;
}
.alkubot-main-container * {
  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-box .alkubot-help-title {
  font-size: 2rem;
  font-weight: bold;
}
.alkubot-box .alkubot-help-text {
  margin-top: 50px;
}

/*# sourceMappingURL=admin.css.map */
