﻿@font-face {
  font-family: "HKGrotesk-Regular";
  src: url("../fonts/HKGrotesk-Regular.woff2") format("woff2"), url("../fonts/HKGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-Medium";
  src: url("../fonts/HKGrotesk-Medium.woff2") format("woff2"), url("../fonts/HKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-SemiBold";
  src: url("../fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/HKGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-Bold";
  src: url("../fonts/HKGrotesk-Bold.woff2") format("woff2"), url("../fonts/HKGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-Black";
  src: url("../fonts/HKGrotesk-Black.woff2") format("woff2"), url("../fonts/HKGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-MediumLegacy";
  src: url("../fonts/HKGrotesk-MediumLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-MediumLegacy.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "HKGrotesk-RegularLegacy";
  src: url("../fonts/HKGrotesk-RegularLegacy.woff2") format("woff2"), url("../fonts/HKGrotesk-RegularLegacy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  font-family: "HKGrotesk-Regular" !important; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

body.openedSidebar {
  overflow: hidden; }
  body.openedSidebar .hamburger .cross {
    display: block; }
  body.openedSidebar .hamburger .burger {
    display: none; }
  body.openedSidebar .sidebar-wrapper {
    transform: translateX(0); }

.viewableImage {
  width: 100%;
  object-fit: cover;
  padding-top: 10px;
  height: 270px; }

.sidebar-wrapper {
  overflow-y: auto;
  width: 100%;
  padding-top: 18px;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 69px;
  transform: translateX(-100%);
  transition: 0.3s all;
  background: #fff;
  z-index: 10; }
  @media (min-width: 768px) {
    .sidebar-wrapper {
      max-width: 240px;
      transform: translateX(0);
      top: 0; } }
  .sidebar-wrapper a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    display: flex; }
    .sidebar-wrapper a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.6); }
  .sidebar-wrapper .sidebar-brand {
    display: none; }
    @media (min-width: 768px) {
      .sidebar-wrapper .sidebar-brand {
        display: block; } }
    .sidebar-wrapper .sidebar-brand img {
      max-width: 140px;
      width: 100%;
      margin-left: 28px; }
  .sidebar-wrapper .sidebar-menu .menu-list {
    margin-bottom: 32px;
    font-family: "HKGrotesk-Regular";
    list-style-type: none;
    padding-left: 28px;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .sidebar-wrapper .sidebar-menu .menu-list {
        margin-top: 56px; } }
    .sidebar-wrapper .sidebar-menu .menu-list li {
      cursor: pointer;
      padding: 8px 0; }
      .sidebar-wrapper .sidebar-menu .menu-list li:first-child.active span {
        color: #2764E2; }
        .sidebar-wrapper .sidebar-menu .menu-list li:first-child.active span::before {
          content: "";
          background-color: #2764E2;
          width: 2px;
          height: 24px;
          position: absolute;
          left: -60px;
          top: -3px; }
      .sidebar-wrapper .sidebar-menu .menu-list li svg {
        margin-right: 16px; }
      .sidebar-wrapper .sidebar-menu .menu-list li.active svg {
        margin-right: 16px; }
        .sidebar-wrapper .sidebar-menu .menu-list li.active svg path {
          stroke: #2764E2;
          fill: #2764E2; }
      .sidebar-wrapper .sidebar-menu .menu-list li.active span {
        color: #2764E2; }
        .sidebar-wrapper .sidebar-menu .menu-list li.active span::before {
          content: "";
          background-color: #2764E2;
          width: 2px;
          height: 24px;
          position: absolute;
          left: -60px;
          top: -3px; }
      .sidebar-wrapper .sidebar-menu .menu-list li.active span {
        color: #2764E2; }
        .sidebar-wrapper .sidebar-menu .menu-list li.active span::after {
          content: "";
          background-image: url(../img/arrow.svg);
          background-repeat: no-repeat;
          width: 10px;
          transform: translateY(-55%) rotate(0deg);
          position: absolute;
          right: -30px;
          top: 50%;
          height: 10px;
          background-size: 10px;
          transition: 0.3s all; }
      .sidebar-wrapper .sidebar-menu .menu-list li span {
        position: relative; }
        .sidebar-wrapper .sidebar-menu .menu-list li span::after {
          content: "";
          background-image: url(../img/arrow.svg);
          background-repeat: no-repeat;
          width: 10px;
          transform: translateY(-55%) rotate(-180deg);
          position: absolute;
          right: -30px;
          top: 50%;
          height: 10px;
          background-size: 10px;
          transition: 0.3s all; }
      .sidebar-wrapper .sidebar-menu .menu-list li img {
        margin-right: 16px; }
    .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu {
      display: none;
      transition: 0.5s all; }
      .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu ul {
        padding: 0; }
      .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu li {
        list-style-type: none;
        padding-left: 44px;
        font-family: "HKGrotesk-Regular";
        font-size: 14px;
        line-height: 17px; }
        .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu li a {
          text-decoration: none; }
          .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu li a.active {
            color: #2764E2; }
      .sidebar-wrapper .sidebar-menu .menu-list .sidebar-submenu.active {
        display: block; }
  .sidebar-wrapper .sideBar-profile img {
    margin-left: 28px;
    border-radius: 50%;
    margin-bottom: 28px; }

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(8, 38, 120, 0.05); }
  @media (min-width: 768px) {
    .header {
      display: none; } }
  .header .hamburger .cross {
    display: none; }
  .header .hamburger .burger {
    cursor: pointer; }

.sign-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sign-wrapper .google {
    border: 1px solid #CED4DA;
    margin-left: 16px;
    padding: 14px 23px;
    border-radius: 4px;
    color: #212529; }
    .sign-wrapper .google:hover {
      text-decoration: none;
      color: #212529; }
    .sign-wrapper .google:last-child {
      margin-right: 16px; }

.or {
  margin-left: 16px; }
  .or h2 {
    width: 96%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 32px 0 24px; }
  .or h2 span {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #576B88; }

.page-wrapper {
  background-color: #F7F9FE;
  padding: 16px;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .page-wrapper {
      margin-left: 240px;
      padding: 32px; } }
  .page-wrapper a {
    text-decoration: none;
    display: flex; }
    .page-wrapper a span {
      font-family: "HKGrotesk-Bold";
      font-size: 24px;
      line-height: 29px;
      color: #020828;
      padding-left: 16px; }
  .page-wrapper .form-labels, .page-wrapper .control-label {
    margin-bottom: 20px; }
  .page-wrapper .form-group.custom-field {
    margin-bottom: 32px; }
  .page-wrapper label {
    font-style: normal;
    font-family: "HKGrotesk-Bold";
    font-size: 18px;
    line-height: 21px;
    color: rgba(2, 8, 40, 0.7); }
    @media (max-width: 768px) {
      .page-wrapper label {
        margin-bottom: 0; }
        .page-wrapper label.gift-card-label {
          margin-bottom: 16px; } }
  .page-wrapper input,
  .page-wrapper select,
  .page-wrapper textarea,
  .page-wrapper .select2-selection,
  .page-wrapper .select2-container .select2-selection--single,
  .page-wrapper .select2-container--bootstrap.select2-container--focus .select2-selection, .page-wrapper .select2-container--bootstrap.select2-container--open .select2-selection {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(87, 107, 136, 0.3);
    border-radius: 0;
    font-style: normal;
    font-family: "HKGrotesk-Regular";
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #F7F9FE;
    box-shadow: none !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem; }
    .page-wrapper input:hover, .page-wrapper input:focus,
    .page-wrapper select:hover,
    .page-wrapper select:focus,
    .page-wrapper textarea:hover,
    .page-wrapper textarea:focus,
    .page-wrapper .select2-selection:hover,
    .page-wrapper .select2-selection:focus,
    .page-wrapper .select2-container .select2-selection--single:hover,
    .page-wrapper .select2-container .select2-selection--single:focus,
    .page-wrapper .select2-container--bootstrap.select2-container--focus .select2-selection:hover,
    .page-wrapper .select2-container--bootstrap.select2-container--focus .select2-selection:focus, .page-wrapper .select2-container--bootstrap.select2-container--open .select2-selection:hover, .page-wrapper .select2-container--bootstrap.select2-container--open .select2-selection:focus {
      outline: none;
      box-shadow: none; }
  .page-wrapper .form-check-input {
    height: auto; }
  .page-wrapper .suspended {
    background-color: crimson !important; }
  .page-wrapper input[type="radio"] {
    appearance: none;
    background: rgba(39, 100, 226, 0.2);
    border: 1px solid rgba(39, 100, 226, 0.2);
    border-radius: 50px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    display: inline-block;
    position: relative; }
  .page-wrapper input[type="radio"]:checked {
    background: #2764E2;
    border: 1.25px solid #ffffff;
    border-radius: 50px;
    opacity: 1; }
  .page-wrapper input[type="radio"]:checked::after {
    content: "\2713";
    font-size: 14px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1px;
    left: 5px;
    color: #ffffff; }
  .page-wrapper input[type=submit] {
    background-color: #2764E2;
    color: white; }
  .page-wrapper input[type=submit]:hover {
    background-color: #2764E2;
    color: white; }

.btn-custom {
  padding: 8px 32px;
  background-color: #2764E2; }

.form-signin {
  padding: 15px;
  margin: 0 auto;
  max-height: 662px;
  height: 100%;
  width: 100%; }

input[type=submit] {
  background-color: #2764E2; }

.account-wall {
  padding: 0 24px;
  box-shadow: 0px 0px 16px rgba(107, 119, 138, 0.18); }
  .account-wall h1 {
    font-family: "HKGrotesk-Bold";
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
    margin-top: 30px; }
  .account-wall p {
    font-family: "HKGrotesk-Regular";
    font-size: 16px;
    line-height: 19px;
    color: #576b88; }
  .account-wall button, .account-wall input[type=submit], .account-wall button:hover {
    background-color: #2764E2;
    color: #fff; }
  .account-wall .custom-inputs input {
    height: 56px;
    border: 1px solid #ced4da;
    border-radius: 4px; }

.remember {
  display: flex;
  justify-content: space-between; }

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .heading h3 {
    font-family: "HKGrotesk-Bold";
    font-weight: 600;
    font-size: 24px;
    line-height: 29px; }
  .heading .search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .heading .search span {
      position: absolute;
      top: 5px;
      right: 66px;
      font-size: 24px;
      transform: rotatey(205deg);
      color: black;
      opacity: 0.3; }
    .heading .search .bell-icon {
      cursor: pointer;
      border: none;
      background: none;
      position: relative; }
      .heading .search .bell-icon::after {
        content: "";
        background-color: #eb5757;
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        top: 3px;
        right: 3px; }
      .heading .search .bell-icon:focus {
        outline: none; }
    .heading .search input {
      width: 425px;
      padding: 10px 18px;
      background-color: rgba(87, 107, 136, 0.1);
      border-radius: 3px;
      border: 0; }
    .heading .search .btn {
      margin-left: 16px; }
    .heading .search img {
      width: 100%; }
    .heading .search .plus {
      background-color: #2764E2;
      border-radius: 4px;
      padding: 5px 5px 5px 5px;
      width: 40px;
      height: 40px; }

.custom-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .custom-tabs .overview {
    font-size: 20px;
    line-height: 24px;
    font-family: "HKGrotesk-SemiBold"; }
  .custom-tabs .nav-tabs {
    width: 100%;
    border: 0; }
  .custom-tabs ul {
    list-style: none;
    margin-top: 32px;
    margin-bottom: 12px; }
    .custom-tabs ul li {
      margin-right: 36px;
      font-size: 16px;
      line-height: 20px;
      font-family: "HKGrotesk-Regular"; }
      .custom-tabs ul li a {
        color: rgba(2, 8, 40, 0.7); }
        .custom-tabs ul li a.active {
          border-bottom: 3px solid #2764E2;
          font-family: "HKGrotesk-Regular";
          font-weight: 700; }
  .custom-tabs .btn {
    background-color: #2764E2;
    opacity: 0.2;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px; }
    .custom-tabs .btn img {
      width: 100%; }

table {
  border-collapse: separate;
  border-spacing: 0 6px !important;
  border: none !important;
  box-shadow: 0px 0px 20px rgba(107, 119, 138, 0.1); }

.custom-thead tr {
  border-radius: 8px;
  background-color: rgba(87, 107, 136, 0.1);
  margin-bottom: 8px !important;
  padding: 16px 30px !important; }
  .custom-thead tr th {
    border: none;
    border-bottom: none !important;
    padding: 16px 30px !important;
    text-align: center;
    /*font-weight: normal !important;*/ }

.custom-tbody tr {
  box-shadow: 0px 0px 20px rgba(107, 119, 138, 0.1);
  border-radius: 8px; }
  .custom-tbody tr td {
    padding: 5px 5px 5px 5px !important;
    background: #ffffff;
    border: none; }
    .custom-tbody tr td .btn {
      padding: 0px; }
    .custom-tbody tr td:first-child {
      font-weight: bold; }

.custom-tbody th {
  padding: 35px 0 35px 30px !important;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.7;
  font-weight: bold; }

.filter-global-wrapper {
  width: 100vw;
  background: rgba(225, 228, 234, 0.5);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all; }
  .filter-global-wrapper.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible; }
    .filter-global-wrapper.active .filter-wrapper {
      transform: translateX(0%); }
  .filter-global-wrapper .filter-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translateX(100%);
    padding: 24px 24px 32px;
    margin: 0 auto;
    width: 300px;
    height: 100vh;
    transition: 0.5s all; 
    overflow-y:auto;
  }
    .filter-global-wrapper .filter-wrapper .filter-content {
      display: flex;
      justify-content: space-between; }
      .filter-global-wrapper .filter-wrapper .filter-content h3 {
        font-style: normal;
        font-family: "HKGrotesk-Medium";
        font-size: 18px;
        line-height: 22px;
        color: #020828; }
      .filter-global-wrapper .filter-wrapper .filter-content span {
        color: #eb5757;
        font-family: "HKGrotesk-SemiBold";
        text-transform: uppercase;
        font-size: 14px;
        line-height: 28px; }
    .filter-global-wrapper .filter-wrapper input,
    .filter-global-wrapper .filter-wrapper select {
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: rgba(87, 107, 136, 0.3);
      border-radius: 0;
      font-style: normal;
      font-family: "HKGrotesk-SemiBold";
      font-size: 14px;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.6); }
    .filter-global-wrapper .filter-wrapper label {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px; }
    .filter-global-wrapper .filter-wrapper .btn-filter {
      background-color: #2764E2;
      padding: 12px 24px;
      color: #ffffff;
      line-height: 24px;
      border-radius: 6px;
      font-family: "HKGrotesk-Bold";
      font-size: 14px; }
      .filter-global-wrapper .filter-wrapper .btn-filter.btn-light {
        color: #0a233c;
        opacity: 0.5;
        background-color: transparent; }
        .filter-global-wrapper .filter-wrapper .btn-filter.btn-light:hover {
          border: none; }

.select-custom {
  border-color: rgba(87, 107, 136, 0.3);
  border-width: 0 0 1px 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important; }
  .select-custom ul {
    padding: 0; }
    .select-custom ul li.select2-selection__choice {
      padding: 4px 7px 5px 10px !important;
      border: none !important;
      border-radius: 20px !important;
      background: rgba(8, 206, 150, 0.1) !important;
      font-weight: normal !important;
      font-size: 12px !important;
      line-height: 16px !important;
      color: #11c384 !important;
      margin-top: 20px !important; }
    .select-custom ul li .select2-selection__choice__remove {
      float: right;
      margin-left: 8px;
      font-size: 18px;
      color: black; }
    .select-custom ul li input {
      padding: 0 !important; }

.cards-wrapper {
  display: flex; }
  .cards-wrapper .card-body {
    padding: 13px;
    flex: 1; }
    .cards-wrapper .card-body h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: "HKGrotesk-SemiBold";
      color: #020828; }
  .cards-wrapper .card-content {
    margin-top: 16px;
    display: flex;
    justify-content: space-evenly;
    background: #ffffff;
    box-shadow: 3px 3px 20px rgba(107, 119, 138, 0.28);
    border-radius: 8px;
    height: 80%; }
    .cards-wrapper .card-content .card-left-content h3 {
      font-size: 18px;
      line-height: 30px;
      font-family: "HKGrotesk-SemiBold";
      color: #0f2c55;
      opacity: 0.9; }
    .cards-wrapper .card-content .card-left-content .card-num {
      padding-bottom: 24px;
      font-size: 18px;
      line-height: 30px;
      font-family: "HKGrotesk-SemiBold";
      color: #0f2c55;
      opacity: 0.9; }
    .cards-wrapper .card-content .card-left-content p {
      font-size: 9px;
      line-height: 14px;
      text-transform: uppercase;
      font-family: "HKGrotesk-Regular";
      font-weight: 600;
      color: #576b88;
      opacity: 0.8; }

#chartdiv {
  width: 100%;
  height: 350px;
  margin-bottom: 20px; }

.charts {
  display: grid;
  grid-template-columns: 6fr 1fr;
  border: 1px solid #DDE4F4;
  border-radius: 8px; }
  .charts .mkCharts .mkc_circle-chart {
    width: 50px;
    height: 62px; }
  .charts .data {
    font-size: 12px;
    line-height: 16px;
    color: #0A233C;
    font-family: "HKGrotesk-SemiBold"; }

.mkc_circle {
  animation: mck_progress 1000ms ease-in-out; }

@keyframes mck_progress {
  0% {
    stroke-dasharray: 0, 100; } }

/* Layout styles only, not needed for functionality */
.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(1, 1fr); }

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(4, 1fr); } }

.table-responsive {
  overflow-y: hidden; }

.bottom {
  position: relative; }
  .bottom label {
    font-size: 14px !important; }
  .bottom select {
    font-size: 13px; }
  .bottom .page-link {
    padding: 0.4rem .70em; }
  .bottom .dataTables_length {
    float: left; }
  .bottom .dataTables_paginate, .bottom .dataTables_info {
    float: right; }
  .bottom .dataTables_info {
    padding: 9px 25px !important;
    padding-top: 9px !important; }

.model {
    display: none;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .1 ) url('../img/waiting.gif') 50% 50% no-repeat;
}
/*.giftLocalColor {
    color: #09ce96;
}*/
.dataTables_processing{
    z-index:1000;
}

.left-align {
    text-align: left;
}