.navbar-nav > .user-menu > .dropdown-menu {
  width: 210px;
}

.navbar-nav > .user-menu > .nav-link::after {
  content: "";
}

.brand-link {
  font-size: 1rem;
}

.brand-link .brand-image {
  margin-top: 0px;
}

.brand-link .brand-text {
  top: 4px;
  position: relative;
  font-weight: bold;
}

.nav-child-indent .active {
  background-color: #007bff !important;
  color: #ffffff !important;
}

.nav-child-indent .nav-treeview .nav-link.active {
  background-color: #7e8edd !important;
}

.nav-child-indent .nav-treeview .nav-treeview .nav-link.active {
  background-color: #74c7c3 !important;
}

.brand-link img {
  height: 5.5em;
  margin-left: -1.2em;
}

.sidebar-collapse .brand-link img {
  height: 4em;
  margin-left: -1.2em;
}

.sidebar-collapse .sidebar {
  margin-top: 4em !important;
}

.search-title .text-light {
  color: #000000 !important;
}

@media (min-width: 300px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
div.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000009e;
  z-index: 20000 !important;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  transform: scale(0.7);
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

.lds-hourglass {
  position: absolute;
  margin-left: 9px;
  margin-top: 2px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 9px solid black;
  border-color: black transparent black transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.alert {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 1.45em;
  bottom: 3em;
  z-index: 9;
}

.select2-container {
  width: 100% !important;
}

.select2-selection, .select2-search__field {
  display: block !important;
  width: 100% !important;
  height: calc(2.25rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  padding-left: 0.45em !important;
  padding-right: 0.45em !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  height: 2.4em !important;
}

.select2-selection__arrow {
  top: 5px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.table,
.table a,
.table button,
p {
  font-size: 0.8rem;
}

label,
.nav-item p {
  font-size: 0.9rem;
}

.text-mb-0 p {
  margin-bottom: 0;
}

.table-bg-light {
  background-color: #e9ecef !important;
}

body {
  overflow-x: hidden;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: "Simple Kind Of Girl";
  src: url("/fonts/simplekindofgirl.ttf");
}
@font-face {
  font-family: "AvenirLight";
  src: url("/fonts/avenirltstd-light.otf");
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.nav-link,
a {
  font-family: "Simple Kind Of Girl", sans-serif;
}

body,
.form-group label,
td,
p {
  font-family: "AvenirLight";
}

.btn {
  color: #ffffff !important;
}

.btn-primary,
.bg-success {
  background-color: #8bba4f !important;
  border-color: #8bba4f !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #bcd981 !important;
  color: #ffffff !important;
}

.btn-danger,
.bg-danger {
  background-color: #d24746 !important;
  border-color: #d24746 !important;
  color: #ffffff !important;
}

.btn-danger:hover {
  background-color: #ed9970 !important;
  color: #ffffff !important;
}

.btn-danger:disabled {
  background-color: #d24746 !important;
}

.btn-success {
  background-color: #b4e2f0 !important;
  border-color: #b4e2f0 !important;
  color: #000000 !important;
}

.btn-sidebar {
  color: #ed9970 !important;
  border: 1px solid;
}

a,
a.text-muted,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d24746 !important;
  font-weight: bold !important;
}

a:hover,
a.text-muted:hover {
  color: #ed9970 !important;
}

.nav-link.active {
  background-color: #b4e2f0 !important;
  color: #ed9970 !important;
}

.form-group label {
  color: #8bba4f !important;
}

.main-sidebar {
  background-color: #ffffff !important;
}

.sidebar {
  margin-top: 7em !important;
}

.card-header {
  background-color: #b4e2f0 !important;
  background-image: url("/asset/background.png");
  background-position: bottom;
  background-repeat: repeat;
}

.card-header .btn {
  color: #ed9970 !important;
}

.card-footer {
  background-color: #b4e2f0 !important;
  background-image: url("/asset/background.png");
  background-position: bottom;
  background-repeat: repeat;
}

.btn-link {
  color: #000000 !important;
}

.select2-selection {
  padding-top: 10px !important;
}

.table .thead-dark th {
  color: #ffffff !important;
  background-color: #bcd981 !important;
  border-color: #000000 !important;
}

tr {
  background-color: #ffffff !important;
  color: #ed9970 !important;
  font-weight: bold !important;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #000000;
}
