body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.imgw {
  display: block;
  width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
.alert ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.topnav .navbar-brand img {
  height: 3rem !important;
  /* margin-top: 5px; */
}

.icon-list {
  font-size: 14px;
}

/* replace main button color */
.btn-primary {
  color: #fff;
  background-color: #ff0033;
  border-color: #ff0033;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff0099;
  border-color: #ff0099;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #663366;
  border-color: #663366;
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #993399;
  border-color: #993399;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #663366;
  border-color: #663366;
}

.datatable {
  font-size: 14px;
}
@media (max-width: 768px) {
}

@media only screen and (max-width: 380px) {
}
