@font-face {
  font-family: 'Graphik';
  src: url("../../fonts/Graphik-Regular-1.ttf"); }
* {
  font-family: 'Graphik'; }

.content-header {
  padding: 15px 1.5rem !important; }

.content-wrapper > .content {
  padding: 0px 1.5rem !important; }

.preloader > img {
  width: 250px !important;
  height: auto !important; }

/* Form Section
---------------- */
#dashboard .form-control, .select {
  height: 47px !important; }

#custom__form textarea {
  min-height: 200px !important; }

.content-wrapper {
  background-color: white !important; }

/* Sidebar 
------------ */
aside .nav-item {
  height: 47px !important; }

aside .nav-item a {
  padding-left: 5px !important; }

aside .nav-item a,
aside .info a,
.brand-link span {
  color: #353b48 !important; }

[class*=sidebar-dark] .brand-link,
[class*=sidebar-dark] .user-panel {
  border-bottom: 1px solid #ffe7e7 !important; }

/* Tables
------------  */
table {
  border: 1px solid #ffe7e7 !important; }

table tr,
table tr:hover {
  cursor: pointer !important; }

table thead {
  background-color: #fafafa !important; }

/* Card
------------- */
.card {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-header {
  border: none; }

.card-header a:hover {
  color: #2a2af3 !important; }

.small-box {
  box-shadow: none; }

.card-dashboard .listGroup .listItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-dashboard .listGroup .listItem:last-child {
  padding: 0;
  margin: 0;
  border: 0; }

/* End Card
------------- */
.breadcrumb {
  padding: 0;
  background: none; }

/* Select 2
------------ */
.select2-search--dropdown {
  padding: 10px; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  line-height: 1.6;
  font-size: 16px;
  padding: 5px 10px; }

.select2-container--bootstrap .select2-dropdown {
  padding: 10px 0; }

.select2-container--bootstrap .select2-selection--single {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* Sidebar Customize 
--------------------*/
.sidebar_customize .nav-sidebar > .nav-item > .nav-link {
  transition: cubic-bezier(1, 0, 0, 1); }

.sidebar_customize .nav-sidebar > .nav-item > .nav-link:hover {
  background-color: #fff;
  color: #210884 !important;
  box-shadow: none;
  border-right: 4px solid #3a1bb5;
  transition: cubic-bezier(1, 0, 0, 1); }

/* .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active */
.sidebar_customize .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f1f0ff;
  color: #210884 !important;
  box-shadow: none;
  border-right: 4px solid #3a1bb5; }

.sidebar_customize .nav-sidebar > .nav-item > .nav-link {
  transition: cubic-bezier(1, 0, 0, 1); }

.sidebar_customize .nav-sidebar > .nav-item > .nav-link:hover {
  background-color: #f1f0ff;
  color: #210884 !important;
  box-shadow: none;
  border-right: 4px solid #3a1bb5;
  transition: cubic-bezier(1, 0, 0, 1); }

/* End Sidebar Customize 
--------------------*/
/* Main Layout
--------------------*/
#main_layout {
  min-height: calc(100vh - 105px); }

#dashboard {
  background-color: white !important; }

.sidebar_customize {
  display: none; }

.footer_customize {
  text-align: center; }

@media screen and (min-width: 992px) {
  #main_layout {
    min-height: calc(100vh - 55px); }

  .footer_customize {
    text-align: unset; }

  .sidebar_customize {
    display: block; }

  #main_layout {
    display: grid;
    grid-template-columns: 280px auto;
    grid-gap: 1.5rem;
    padding: 15px;
    min-height: calc(100vh - 56px); }

  .listItem .left-side {
    width: calc(100% - 60px); }

  .d-lg-grid {
    display: grid; }

  .grid-cols-2 {
    grid-template-columns: 1fr 1fr; } }
.sidebar-open .sidebar_customize {
  position: fixed;
  z-index: 9999;
  height: 100%;
  min-height: 100vh;
  display: block;
  background-color: #fff;
  overflow-y: scroll; }

/*# sourceMappingURL=custom.css.map */
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #2800b1;
    border-color: #2800b1;
}

.btn-primary:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
