#brandHook{
  cursor:pointer!important;
}

#ninja-contact {
  background-color: black;
}

label {
  display: block;
  margin-top: 15px;
}

input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

button {
  margin-top: 20px;
  padding: 15px;
  width: 100%;
  background: #111;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background: #333;
}

.error {
  color: red;
  margin-top: 10px;
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  margin-top: 50px!important;
  overflow: scroll;
}

.modal-content {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  margin: 80px auto;
  border-radius: 8px;
}

#brandModal {
  z-index: 1000!important;
}

#supportModal {
  z-index: 1000!important;
}

.ninja-modal {
  font-family: "proxima-nova", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ninja-input {
  margin-top: 7px!important;
  background-color: #282C34!important;
  color: white!important;
}

.ninja-modal {
  background-color: black!important;
}

.ninja-modal label {
  color: white!important;
}

.brand-top {
  background-color: black!important;
  text-align: center;
}

.brand-top img {
  height: 55px!important;
}

.brand-header {
  font-family: "proxima-nova", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FCAF08;
}

.brand-button {
	background-color: #c20000;
	font-family: "proxima-nova", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
	fill: var( --e-global-color-b5ddba0 );
	color: var( --e-global-color-b5ddba0 );
  border-color: white;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-radius: 50px 50px 50px 50px;
}


.supportModal {
  font-family: "proxima-nova", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ninja-file {
  margin-top: 20px!important;
  margin-bottom: 10px;
}