/**
 * Reset
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Utils
 */
/*
 * Base
 */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f5f5f5;
}

body {
  font-size: 14px;
  background: #f5f5f5;
  color: #666;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
body.sign-in {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  height: 100%;
}
body.sign-in .container {
  width: 100%;
}

strong,
b {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.btn-warning {
  color: #000 !important;
}

.show-required label.required::after {
  content: " *";
  color: #dc3545;
}
.show-required fieldset .form-check label.required::after {
  content: none;
}
.show-required fieldset legend.required::after {
  content: " *";
  color: #dc3545;
}

#footer {
  text-align: right;
  font-size: 10px;
}

.dropdown-item {
  font-size: 14px;
  color: #676f7e;
}

.dropdown-menu {
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2.4px 12px 0px;
  border-color: transparent;
}
.dropdown-menu .dropdown-item {
  border-radius: 7px;
  padding: 8px 16px;
  color: #676f7e;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f7f7f8;
  color: #22252a;
  text-decoration: none;
}

.status-2fa i {
  font-size: 16px !important;
}
.status-2fa.success {
  color: #198754;
}

canvas.locked {
  cursor: not-allowed;
  opacity: 0.9;
  border: 2px solid #15A085 !important;
  position: relative;
}

/**
 * Layout
 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1180px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 1320px;
  }
}

header.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05) !important;
}
header a {
  color: #7e7e7e;
}
header a:hover {
  color: #464545;
}
header .logo {
  margin-right: auto;
  height: 48px;
}
header .dev {
  background: red !important;
}
header .nav-menu {
  display: none;
}
header .nav-menu a {
  color: #7e7e7e;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 16px;
  text-align: center;
  font-size: 13px;
}
header .nav-menu a:hover {
  color: #464545;
}
header .nav-menu a i {
  font-size: 22px;
}
header .nav-menu .badge {
  font-size: 10px;
}
header .nav-item.active a {
  color: #464545;
  text-decoration: underline;
}
header #profileMenuDropdown i {
  font-size: 28px;
}
header .profile .dropdown-menu {
  font-size: 14px;
}
header .profile .dropdown-menu li {
  padding: 0 5px;
}
header .profile .dropdown-menu i {
  margin-right: 5px;
}
header .navbar-toggler {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #7e7e7e;
  border-radius: 6px;
  color: #7e7e7e;
}
header .navbar-toggler:hover {
  color: #464545;
  border-color: #464545;
}
header .navbar-toggler i {
  font-size: 30px;
}
header .offcanvas-body .nav-link {
  font-size: 16px;
}
header .offcanvas-body .nav-link i {
  margin-right: 18px;
  font-size: 22px;
}
header .offcanvas-body .nav-link i span {
  font-size: 13px;
}
@media (min-width: 768px) {
  header .nav-menu {
    display: flex;
  }
  header .nav-menu a {
    padding: 6px 10px;
  }
  header .navbar-toggler {
    display: none;
  }
}
@media (min-width: 790px) {
  header .nav-menu a {
    padding: 6px 11px;
  }
}
@media (min-width: 820px) {
  header .nav-menu a {
    padding: 6px 15px;
  }
}

.bg-light {
  background: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #464545;
  text-decoration: none;
  background-color: transparent;
}

.container.content {
  padding-top: 10px;
}

.widget-header {
  background-color: #dee2e7;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}
.widget-header .widget-right {
  float: right;
  display: flex;
  align-items: center;
}
.widget-header .widget-right .badge a {
  color: #fff;
}
.widget-header .widget-right .badge a:hover {
  text-decoration: underline;
}
.widget-header nav .breadcrumb {
  padding: 0;
  margin: 0;
  background: none !important;
}
.widget-header nav .breadcrumb.bg-light {
  background: none !important;
}

.form-actions {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-actions .btn {
  padding: 10px 20px;
  font-size: 14px;
  margin: 10px 0 0 0;
  width: 180px;
  min-height: 48px;
  line-height: 26px;
  order: 1;
}
.form-actions a {
  width: 180px;
  order: 2;
}
.form-actions.btn-bigger .btn {
  padding: 15px 20px;
}
.form-actions .mb-3 {
  margin-bottom: 0 !important;
}
@media (min-width: 405px) {
  .form-actions a.btn {
    order: 0;
  }
}
@media (min-width: 420px) {
  .form-actions {
    justify-content: space-between;
  }
}

nav .breadcrumb {
  padding: 7px 15px;
  background-color: #e9ecef;
  border-radius: 4px;
  font-size: 14px;
}
nav .breadcrumb li.active span {
  color: #6c757d;
}
nav .breadcrumb li span {
  cursor: not-allowed;
  color: #212529;
}
nav .breadcrumb li a {
  color: #212529;
}
nav .breadcrumb li a:hover {
  text-decoration: underline;
}

.batch-actions {
  display: flex;
  align-items: center;
}
.batch-actions > label {
  height: 16px;
}
.batch-actions form div {
  display: none;
}
.batch-actions form select {
  margin-left: 8px;
  width: 200px !important;
}

.pagination-table.pagination-wrapper {
  display: flex;
  justify-content: flex-end;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.data.data-striped .form-check {
  padding-left: 10px;
  min-height: auto;
  margin: 0 16px 0 0;
}

.dashboard-menu i {
  font-size: 22px;
}
.dashboard-menu .badge {
  font-size: 10px;
}
.dashboard-menu a {
  text-align: center;
  font-size: 15px;
}
.dashboard-menu .active a {
  text-decoration: underline;
}
.dashboard-menu .col {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 500px) {
  .dashboard-menu .col {
    flex: 0 0 auto;
    width: 33%;
  }
}
@media (min-width: 830px) {
  .dashboard-menu .col {
    flex: 1 0 0;
  }
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.modal-footer .form-actions {
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.ts-wrapper.is-invalid .ts-control {
  border-color: var(--bs-form-invalid-border-color) !important;
}
.ts-wrapper.is-invalid.form-select.is-valid:not([multiple]):not([size]), .ts-wrapper.is-invalid.form-select.is-valid:not([multiple])[size="1"], .ts-wrapper.is-invalid.form-select.is-invalid:not([multiple]):not([size]), .ts-wrapper.is-invalid.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 0;
  --bs-form-select-bg-icon: none;
}

.ts-wrapper.is-valid .ts-control {
  border-color: var(--bs-form-valid-border-color) !important;
}
.ts-wrapper.is-valid.form-select.is-valid:not([multiple]):not([size]), .ts-wrapper.is-valid.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 0;
  --bs-form-select-bg-icon: none;
}

canvas {
  padding: 0 !important;
  border-radius: 0.375rem !important;
  border: 1px solid #b8b8b8 !important;
}
canvas.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}
canvas.is-valid {
  border-color: var(--bs-form-valid-border-color) !important;
}

.avatar {
  align-items: center;
  background-color: #f7f7f8;
  border-radius: 800px;
  display: inline-flex;
  height: 47px;
  justify-content: center;
  min-width: 47px;
  position: relative;
  text-transform: uppercase;
  width: 47px;
}
.avatar .avatar-img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card .card-header .form-label {
  margin-bottom: 0;
}

/*
 * Components
 */
.alert {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: left;
  padding: 12px 35px 12px 20px;
}
.alert button {
  top: -1px;
  position: relative;
  cursor: pointer;
}
.alert button:focus {
  outline: 0;
}
.alert.alert-danger {
  background: #EE1F3C;
  border: 1px solid #EE1F3C;
  color: #fff;
}
.alert.alert-success {
  background: #15A085;
  border: 1px solid #15A085;
  color: #fff;
}
.alert.alert-warning {
  background: #FAAA21;
  border: 1px solid #FAAA21;
  color: #fff;
}
.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) :hover,
.close:not(:disabled):not(.disabled) :focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.text-danger {
  color: #8A1121 !important;
}

.text-warning {
  color: #7C8D11 !important;
}

.text-success {
  color: #162962 !important;
}

.btn {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
}
.btn i {
  font-size: 12px !important;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover .loader {
  background-color: #283C79;
}
.btn:hover .loader:after {
  background: #283C79;
}
.btn.btn-primary {
  color: #fff;
  background-color: #3F538D;
  border-color: #3F538D;
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled, .btn.btn-primary:hover {
  background-color: #283C79;
  border-color: #283C79;
  color: #fff;
}
.btn.btn-primary:disabled .loader, .btn.btn-primary.disabled .loader, .btn.btn-primary:hover .loader {
  background-color: #283C79;
}
.btn.btn-primary:disabled .loader:after, .btn.btn-primary.disabled .loader:after, .btn.btn-primary:hover .loader:after {
  background: #283C79;
}
.btn.btn-primary:focus {
  background-color: #3F538D;
  border-color: #3F538D;
  box-shadow: none;
}
.btn.btn-primary:focus .loader {
  background-color: #3F538D;
}
.btn.btn-primary:focus .loader:after {
  background: #3F538D;
}
.btn.btn-normal {
  padding: 8px 9px;
}
.btn.btn-normal i {
  font-size: 17px !important;
}
.btn.btn-sm {
  padding: 8px;
  font-size: 12px;
}
.btn.btn-xsm {
  padding: 0px;
  font-size: 8px;
}
.btn.btn-xsm.btn-primary {
  color: #3F538D;
  background: transparent;
  border-color: transparent;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25) rgba(33, 37, 41, 0.25);
}
.btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background-color: #3F538D;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-control {
  font-size: 14px;
}

.form-control-sm {
  height: 34px;
  padding: 4px 8px;
}

.table {
  font-size: 14px;
}
.table td,
.table th {
  padding: 8px;
}
.table td a:not(.btn),
.table th a:not(.btn) {
  color: #000;
}
.table th {
  color: #000;
}
.table th a,
.table th a:hover {
  color: #000;
}
.table i {
  font-style: italic;
  font-size: 11px;
}
.table .pull-right {
  float: right;
}
.table th {
  font-weight: 700;
}
.table .strike-time {
  text-decoration: line-through;
  color: #f00;
  font-size: 12px;
}
.table.table-bordered {
  border: 1px solid #dee2e6;
}
.table.table-bordered td,
.table.table-bordered th {
  border: 1px solid #dee2e6;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  box-shadow: inset 0 0 0 9999px #f9f9f9;
  --bs-table-accent-bg: transparent;
}
.table tbody tr:hover {
  box-shadow: inset 0 0 0 9999px #f9f9f9;
  --bs-table-accent-bg: transparent;
}
.table .center {
  text-align: center;
}
.table .right {
  text-align: right;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom: 0;
}
.table .dropdown {
  display: inline-block;
}

.table-header {
  background: #dee2e7;
  padding: 5px 8px;
  display: flex;
  min-height: 36px;
}
.table-header .header-button {
  margin-left: auto;
}
.table-header .btn {
  margin-right: 5px;
}

.table-footer {
  border: 1px solid #dee2e6;
  border-top: 0;
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 16px;
}
.table-footer .footer-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.table-footer .footer-info select {
  width: 60px;
}
.table-footer .footer-info .text-muted {
  font-size: 10px;
}
.table-footer .footer-info .per-page {
  margin-left: auto;
}
.table-footer .footer-info .batch-actions {
  margin-right: 15px;
}
.table-footer .footer-button {
  margin-left: auto;
}

.table-view {
  overflow-x: scroll;
}
.table-view table {
  margin-bottom: 0;
}

.table-view-tickets tbody a {
  text-decoration: underline;
}
.table-view-tickets tbody a:hover {
  text-decoration: none;
}

.toast-container {
  position: fixed;
  right: 16.5px;
  width: 300px;
  top: 92px;
  z-index: 10;
}
.toast-container .toast {
  max-width: 300px;
  width: 300px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 0.25rem;
  position: relative;
}
.toast-container .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-container .toast.showing {
  opacity: 1;
}
.toast-container .toast.show {
  display: block;
  opacity: 1;
}
.toast-container .toast.hide {
  display: none;
}
.toast-container .toast.danger {
  background: #EE1F3C;
  border: 1px solid #EE1F3C;
  color: #fff;
}
.toast-container .toast.success {
  background: #15A085;
  border: 1px solid #15A085;
  color: #fff;
}
.toast-container .toast.warning {
  background: #FAAA21;
  border: 1px solid #FAAA21;
  color: #fff;
}
.toast-container .toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.toast-container .toast-body {
  padding: 0.75rem;
  padding-right: 25px;
}
.toast-container button.close {
  position: absolute;
  right: 0;
  top: 12px;
  right: 12px;
}

.hidden {
  display: none !important;
}

.shown {
  display: block !important;
}

/*# sourceMappingURL=base.css-157f4debb0c5ad902c2b3505c8d612ae.map */
