@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
body {
  font-family: "Questrial", sans-serif;
}
body.login_admin:before {
  content: " ";
  background: rgba(31, 31, 31, 0.7);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
body.login_admin {
  background: url("https://crm.arbitrail.com/media/login-bg.webp") no-repeat
    center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gap-10 {
  width: 10px;
}
.guest-info {
  /* margin-top: 30px; */
}
.gap10 {
  height: 10px;
}

.gap15 {
  height: 15px;
}
.company-logo img {
  margin: 0 auto 30px;
  max-width: 350px;
}
#wrapper {
  background: #efefef;
}
.nav .sm\:tw-bg-neutral-900\/50 {
  background-color: #232323;
}
#setup-menu > li:first-child {
  border-bottom: 1px solid #232323;
}
.tw-bg-primary-600 {
  background-color: #513f92;
}
.tw-group:hover .group-hover\:\!tw-bg-primary-700 {
  background-color: #423474;
}
.tw-rounded-lg,
.btn {
  border-radius: 0;
}
.input-group-btn:first-child > select + .btn,
.bs-searchbox .form-control,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select.form-control,
textarea.form-control {
  border-radius: 0 !important;
}
input.form-control:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #513f92 !important;
  --tw-ring-offset-shadow: unset;
  --tw-ring-shadow: unset;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #513f92;
}
.authentication-form-wrapper {
  padding-top: 150px;
}
