#inis-bf-box, #inis-bf-box * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none;
}

#inis-bf-box {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  padding-right: 40px;
  width: calc(100% - 60px);
  min-width: calc(100% - 60px);
}

#inis-bf-bg {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}

#inis-bf-close {
  position: absolute;
  top: 32px;
  right: 53px;
  cursor: pointer;
  transition: opacity 0.3s;
}

#inis-bf-close:hover {
  opacity: 0.7;
}

#inis-bf-close:active {
  opacity: 0.5;
}

#inis-bf-btn {
  position: absolute;
  bottom: 10%;
  margin: auto;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  width: 10%;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.60);
  opacity: 0.8;
}

#inis-bf-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.85);
  opacity: 1;
}

#inis-bf-btn:active {
  transform: scale(1);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.85);
  opacity: 0.6;
}

#inis-brought-by {
  text-align: right;
  margin-top: 2px;
  padding-right: 2px;
  font-family: 'Montserrat', 'Helvetica', sans-serif;
}
