* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  background: none;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
}

[type=checkbox] {
  position: absolute;
  left: -9999px;
}

label {
  cursor: pointer;
}

button,
input {
  border: none;
}

svg {
  display: block;
}

body {
  font: 16px/1.5 "Montserrat", "Lato", sans-serif;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-top: 20px;
  width: 220px;
  color: #dde9f8;
  background: #d40075;
}
@media screen and (max-width: 767px) {
  .page-header {
    position: static;
    width: 100%;
    padding: 10px;
  }
}
.page-header .nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .page-header .nav {
    flex-direction: row;
  }
}
.page-header .logo {
  display: block;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-header .logo {
    margin: 0;
  }
}
.page-header .logo img {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .page-header .logo img {
    width: 83px;
    height: 35px;
  }
}
.page-header .toggle-mob-menu {
  display: none;
  margin-left: 5px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-header .toggle-mob-menu {
    display: block;
  }
}
.page-header .toggle-mob-menu i {
  fill: var(--black);
  transition: transform 0.2s;
}
.page-header .admin-menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-header .admin-menu {
    position: absolute;
    left: 98px;
    top: 57px;
    margin-top: 0;
    z-index: 2;
    border-radius: 4px;
    background: #d40075;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.2s;
  }
}
.page-header .admin-menu li:nth-last-child(2) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page-header .admin-menu li:nth-last-child(2) {
    margin-bottom: 12px;
  }
}
.page-header .admin-menu li:last-child {
  margin-top: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-header .admin-menu li:last-child button {
    display: none;
  }
}
.page-header .admin-menu li > * {
  width: 100%;
  padding: 12px 15px;
}
.page-header .admin-menu .switcher {
  display: inline-block;
  width: auto;
}
.page-header .admin-menu .menu-heading h3 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-top: 12px;
  color: #7889a4;
}
.page-header .admin-menu svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page-header .admin-menu a, .page-header .admin-menu button {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.page-header .admin-menu a:hover, .page-header .admin-menu a:focus, .page-header .admin-menu button:hover, .page-header .admin-menu button:focus {
  background: #1d2636;
  color: #00b9eb;
  outline: none;
}
.page-header .admin-menu a:hover i, .page-header .admin-menu a:focus i, .page-header .admin-menu button:hover i, .page-header .admin-menu button:focus i {
  fill: #00b9eb;
}

.mob-menu-opened .toggle-mob-menu .fa-angle-down {
  transform: rotate(180deg);
}
.mob-menu-opened .page-header .admin-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .collapsed .page-header {
    width: 40px;
  }
  .collapsed .page-header .admin-menu li > * {
    padding: 10px;
  }
  .collapsed .page-header .logo,
  .collapsed .page-header .admin-menu span,
  .collapsed .page-header .admin-menu .menu-heading {
    display: none;
  }
  .collapsed .page-header .admin-menu i {
    margin-right: 0;
  }
  .collapsed .page-header .collapse-btn .fa {
    transform: rotate(180deg);
  }
  .collapsed .page-content {
    left: 40px;
    width: calc(100% - 40px);
  }
}
.admin-bar .page-header {
  top: 32px;
}

/*In case you prefer an absolutely positioned header that covers the full page height, add these styles*/
/*body {
  position: relative;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}*/
/*remove these styles*/
/*.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}*/
.page-footer {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.page-footer a {
  margin-left: 4px;
}

.page-content {
  position: relative;
  left: 220px;
  width: calc(100% - 220px);
  min-height: 100vh;
  padding: 30px;
  color: #283583;
  background: #f0f1f6;
}
@media screen and (max-width: 767px) {
  .page-content {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 10px;
  }
}
.page-content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-content .grid {
    grid-gap: 10px;
  }
}
.page-content .grid > article {
  display: flex;
  position: relative;
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-content .grid > article {
    grid-column: 1/-1;
  }
}
.page-content .grid > article.full-width {
  grid-column: 1/-1;
}
.page-content .grid .action-bar {
  grid-column: 1/-1;
  padding: 16px 0;
}
.page-content .grid--transactions > article:first-child, .page-content .grid--transactions > article:last-child {
  grid-column: 1/-1;
}
.page-content .grid--event-list > article {
  min-height: 104px;
}
.page-content .grid--event-list > article:hover {
  border: 1px solid #dde9f8;
}
.page-content .grid--event-list > article .event-image {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 80px;
  height: auto;
}
.page-content .grid--event-list > article .event-info {
  font-size: 16px;
  padding-left: 104px;
  color: #283583;
}
.page-content .grid--event-list > article .event-info h4 {
  font-size: 18px;
  line-height: 1.8em;
}
.page-content .grid--event-list > article .event-info .event-stat {
  font-weight: bold;
}

.dash-heading {
  line-height: 2em;
  font-size: 24px;
  border-bottom: black solid 2px;
  margin-bottom: 1em;
}

a.card-link {
  width: 100%;
}

.dash-widget {
  text-align: center;
}

.dash-card-content {
  display: block;
  width: 100%;
}
.dash-card-content table {
  width: 100%;
}

.widget-count-large {
  text-align: center;
  font-size: 8rem;
  line-height: 1.1em;
}

.widget-large-description {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.action-bar {
  grid-column: 1/-1;
  padding: 16px 0;
}
.action-bar form {
  display: inline-block;
}

.search-and-user {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 50px;
  align-items: center;
  background: #f0f1f6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .search-and-user {
    position: absolute;
    left: 131px;
    top: 10px;
    padding: 0;
    grid-column-gap: 5px;
    width: calc(100% - 141px);
    border-radius: var(--border-radius);
    background: transparent;
  }
}
.search-and-user form {
  position: relative;
}
.search-and-user form .fa-search {
  width: 26px;
  height: 26px;
  fill: #283583;
}
@media screen and (max-width: 767px) {
  .search-and-user form .fa-search {
    width: 18px;
    height: 18px;
  }
}
.search-and-user form button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.search-and-user [type=search] {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  padding-left: 15px;
  background: #fff;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}
@media screen and (max-width: 767px) {
  .search-and-user [type=search] {
    font-size: 1rem;
    height: 35px;
  }
}
.search-and-user ::placeholder {
  color: #283583;
}
.search-and-user .admin-profile {
  display: flex;
  align-items: center;
}
.search-and-user .admin-profile .greeting {
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .search-and-user .admin-profile .greeting {
    display: none;
  }
}
.search-and-user .admin-profile svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .search-and-user .admin-profile svg {
    fill: #fff;
  }
}
.search-and-user .admin-profile .notifications {
  position: relative;
}
.search-and-user .admin-profile .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background: #ec1848;
}

.switch label {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.switch span:first-child {
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: #87cefa;
  transition: all 0.3s;
}
.switch span:first-child::before, .switch span:first-child::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.switch span:first-child::before {
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  background: var(--white);
  z-index: 1;
  transition: transform 0.3s;
}
.switch span:first-child::after {
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: var(--switch-sunColor);
  box-shadow: 0 0 4px 2px #ffdb1a;
}
.switch [type=checkbox]:checked + label span:first-child {
  background: #1f1f27;
}
.switch [type=checkbox]:focus + label span:first-child {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.25);
}
.switch [type=checkbox]:checked + label span:first-child::before {
  transform: translateX(24px);
}
.switch [type=checkbox]:checked + label span:first-child::after {
  left: 12px;
  width: 15px;
  height: 15px;
  background: transparent;
  box-shadow: -2px -5px 0 #f4f4f4;
  transform: translateY(-50%) rotate(-72deg);
}

.light-mode .page-header .admin-menu a:hover,
.light-mode .page-header .admin-menu a:focus,
.light-mode .page-header .admin-menu button:hover,
.light-mode .page-header .admin-menu button:focus {
  color: #333;
}
.light-mode .page-header .admin-menu a:hover i,
.light-mode .page-header .admin-menu a:focus i,
.light-mode .page-header .admin-menu button:hover i,
.light-mode .page-header .admin-menu button:focus i {
  fill: #333;
}
.light-mode .switch [type=checkbox]:focus + label span:first-child {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .light-mode .search-and-user .admin-profile svg {
    fill: #333;
  }
}
.dash-table {
  border-collapse: collapse;
  border: 1px solid #f6d4e7;
  color: #283583;
  width: 100%;
}
.dash-table input[type=checkbox] {
  position: relative;
  left: auto;
  display: inline-block;
  -webkit-appearance: checkbox;
}

.dash-table tr:nth-child(odd) {
  background-color: #fff;
}

.dash-table tr:nth-child(even) {
  background-color: #fdf3f9;
}

.dash-table th, .dash-table td {
  padding: 10px;
  border: 1px solid #f6d4e7;
  font-family: "Verdana", "sans-serif";
  font-size: 12px;
}

.dataTables_wrapper table {
  width: 100% !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #283583 !important;
}

.card-large .main-image {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 160px;
  height: auto;
}
.card-large .card-info {
  padding-left: 184px;
  font-size: 16px;
  color: #283583;
}
.card-large .detail-table td:first-child {
  font-weight: bold;
}

.dash-tabs {
  width: 100%;
}
.dash-tabs .dash-tab-bar {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #d40075;
}
.dash-tabs .dash-tab-bar .tab-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  font-size: 18px;
  outline: 0;
  font-weight: bold;
  color: #fff;
}

.dash-form {
  width: 100%;
  display: block;
}
.dash-form .form-group {
  margin-bottom: 15px;
}
.dash-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.dash-form h3, .dash-form h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 60px;
  color: #D40075;
  border-bottom: 2px solid #D40075;
  margin-bottom: 0.5em;
}
.dash-form h4 {
  font-size: 18px;
  border-bottom-color: grey;
}
.dash-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.dash-form .repeat {
  margin-bottom: 15px;
}
.dash-form .repeat .row {
  margin-bottom: 15px;
}
.dash-form [type=checkbox] {
  position: relative;
  left: auto;
  appearance: auto;
  display: block;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 16px/1.5 "Montserrat", "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-default {
  background-color: #d40075;
  color: white;
}
.btn-default:hover {
  background-color: #dc57a1;
  border-color: red;
}

.panel-collapse {
  display: block;
  padding: 0 0 20px 0;
}
.panel-collapse .toggle-collapse {
  display: none;
}
.panel-collapse .toggle-collapse:checked ~ .heading {
  background: #d40075;
}
.panel-collapse .toggle-collapse:checked ~ .heading:before {
  transform: translate(0, -50%) rotate(180deg);
}
.panel-collapse .toggle-collapse:checked ~ .collapse {
  max-height: 800px;
  overflow: initial;
  opacity: 1;
  overflow-y: auto;
}
.panel-collapse .collapse {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  transition: all 0.4s ease;
}
.panel-collapse .heading {
  background: #d40075;
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 1.3rem 1.6rem;
}
.panel-collapse .heading:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12.6'%3E%3Cpath d='M24.717,11.18A1.352,1.352,0,0,0,23.652,9H8.35A1.352,1.352,0,0,0,7,10.359a1.334,1.334,0,0,0,.286.823c2.165,2.8,5.854,7.558,7.664,9.9a1.345,1.345,0,0,0,2.129,0ZM11.1,11.7h9.8l-4.892,6.34Z' transform='translate(-7 -9)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.6rem;
  transition: all 0.3s ease;
}

.panel-collapse-inner {
  display: block;
  padding: 0 0 20px 0;
  width: 100%;
}
.panel-collapse-inner .toggle-collapse-inner {
  display: none;
}
.panel-collapse-inner .toggle-collapse-inner:checked ~ .panel-collapse-inner-heading {
  background: #3678af;
}
.panel-collapse-inner .toggle-collapse-inner:checked ~ .panel-collapse-inner-heading:before {
  transform: translate(0, -50%) rotate(180deg);
}
.panel-collapse-inner .toggle-collapse-inner:checked ~ .collapse-inner {
  max-height: 800px;
  overflow: initial;
  opacity: 1;
  overflow-y: auto;
}
.panel-collapse-inner .collapse-inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #cecece;
  transition: all 0.4s ease;
  padding: 1rem;
}
.panel-collapse-inner .panel-collapse-inner-heading {
  background: grey;
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 0.8rem;
}
.panel-collapse-inner .panel-collapse-inner-heading:before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12.6'%3E%3Cpath d='M24.717,11.18A1.352,1.352,0,0,0,23.652,9H8.35A1.352,1.352,0,0,0,7,10.359a1.334,1.334,0,0,0,.286.823c2.165,2.8,5.854,7.558,7.664,9.9a1.345,1.345,0,0,0,2.129,0ZM11.1,11.7h9.8l-4.892,6.34Z' transform='translate(-7 -9)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.6rem;
  transition: all 0.3s ease;
}

.alert-banner {
  background-color: #a6a7a4;
  color: white;
  text-align: center;
  padding: 16px 10px;
}

.breadcrumb {
  margin: 1rem 0;
  padding: 0.8em 1em;
  border-radius: 0.3rem;
  background: #d40075;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb ol {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.breadcrumb li {
  display: none;
}
.breadcrumb li > * {
  display: block;
  line-height: 1;
}
.breadcrumb li:last-child {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .breadcrumb li:nth-last-child(2) {
    display: flex;
  }
  .breadcrumb li:before {
    display: inline-block;
    margin: 0 0.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(187, 205, 229)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E");
    min-width: 20px;
    height: 20px;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb li {
    display: inline-flex;
    align-items: center;
  }
  .breadcrumb li + li::before {
    display: inline-block;
    margin: 0 0.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgb(187, 205, 229)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
    min-width: 20px;
    height: 20px;
    content: "";
  }
}
.breadcrumb [aria-current=page] {
  color: #222;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited {
  color: rgb(254, 254, 227);
  transition: color 0.3s;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  color: purple;
}

.modal_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 153, 0.35);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal_wrapper.open {
  opacity: 1;
  visibility: visible;
}

.dash-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
  min-width: 50%;
  height: 50%;
  min-height: 45%;
  border-radius: 8px;
  background-color: white;
}
.dash-modal input[type=radio] {
  display: inline-block;
  -webkit-appearance: radio;
}
.dash-modal.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 50%;
}
.dash-modal .modal-content {
  padding: 4rem 3rem;
}
.dash-modal .btn-delete {
  background-color: red;
}
.dash-modal .modal-heading h3 {
  line-height: 2em;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  border-bottom: black solid 2px;
  margin-bottom: 1em;
}
.dash-modal .modal-actions {
  margin: 1.8rem 0;
}
.dash-modal .modal-close {
  position: fixed !important;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
  color: #d40075;
  display: inline-block;
  transition: all 0.25s;
}
.dash-modal .modal-close:hover {
  cursor: pointer;
  color: #d40075;
}

/*# sourceMappingURL=style.css.map */
