:root {
  color-scheme: dark; }

::-webkit-scrollbar {
  width: 11px;
  height: 11px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.085);
  border-radius: 50px; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.085);
  border-radius: 53px; }

html,
body {
  color: white; }

h1 {
  font-size: 30px;
  font-size: 1.4rem; }
  @media (max-width: 1399px) and (min-width: 1200px) {
    h1 {
      font-size: 23px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 25px; } }

#display-date {
  margin-bottom: 0; }
  #display-date .inner-row {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  #display-date h4 {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.45rem;
    font-weight: 400; }
    #display-date h4 div {
      margin-top: 3px;
      font-size: 1.35rem;
      font-weight: 500; }

#ref-logo {
  height: 70px; }

.toggle.btn {
  border: 1px solid #3a3d5a; }
  .toggle.btn .toggle-handle {
    background-color: #363954; }

.btn.btn-primary {
  background-color: #1cbffc;
  border-color: #1cbffc; }

.btn.dropdown-toggle {
  background-color: #26283b !important;
  color: white;
  border: 1px solid #3a3d5a !important; }

.dropdown.bootstrap-select .dropdown-menu {
  font-size: 0.9rem; }
  .dropdown.bootstrap-select .dropdown-menu.show {
    min-width: 100% !important; }
  .dropdown.bootstrap-select .dropdown-menu .inner ul.dropdown-menu li > a {
    position: relative;
    display: block;
    padding: 0 10px 3px; }

.dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li {
  padding: 0 10px; }
  .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a {
    position: relative;
    display: block;
    padding: 0 0 3px 0; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a:not(.selected) span.check-mark::after {
      display: none; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
      right: auto;
      left: 2px;
      font-size: 8px;
      border: 1px solid #999;
      width: 14px;
      height: 14px;
      position: absolute;
      display: inline-block;
      right: auto !important;
      top: 6px !important; }
      .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark::after {
        position: relative;
        top: 1px;
        left: 4px; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.text {
      margin-left: 25px;
      margin-right: 0; }

.dropdown.bootstrap-select .dropdown-item.active,
.dropdown.bootstrap-select .dropdown-item:active {
  background-color: #1cbffc; }

.dropdown.bootstrap-select .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }
  .dropdown.bootstrap-select .bs-actionsbox .btn-group button {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: white; }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:hover {
      background-color: #e9e9e9; }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:first-of-type {
      width: 50%;
      width: calc(50% - 5px); }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:last-of-type {
      width: 50%;
      width: calc(50% - 5px); }

.filter-group {
  flex: 1 1 auto;
  font-size: 0.9rem; }
  .filter-group .filter-option {
    font-size: 0.9rem; }
  @media (max-width: 991px) {
    .filter-group {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 0; }
      .filter-group .body .dropdown.bootstrap-select {
        width: 100% !important; } }
  .filter-group.available .body {
    display: flex;
    align-items: center;
    height: 38px; }
    .filter-group.available .body > div {
      height: 19px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter-group.available .body > div:first-of-type {
        margin-right: 15px; }
  .filter-group.available label {
    line-height: 0.5;
    margin: 0;
    font-size: 16px;
    font-weight: 400; }
  .filter-group.available input {
    height: 15px;
    width: 15px;
    margin-right: 6px; }
  @media (max-width: 1499px) {
    .filter-group.display {
      margin-top: 10px;
      margin-bottom: 4px; } }

.big-card {
  flex: 1 1 auto;
  text-decoration: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px; }
  .big-card .left {
    flex: 0 0 auto;
    border-radius: 4px; }
    .big-card .left .left-inner {
      padding: 15px;
      background-color: #26283b;
      display: flex;
      flex-direction: column; }
      .big-card .left .left-inner > a:last-of-type {
        margin-bottom: 0; }
    .big-card .left .btn {
      margin-bottom: 15px;
      padding: 10px 34px;
      font-size: 18px;
      opacity: 0.7;
      transition: opacity 250ms ease-in-out; }
      .big-card .left .btn:hover {
        opacity: 1; }
      .big-card .left .btn.btn-active {
        opacity: 1; }
  .big-card .right {
    flex: 1 1 auto; }
    .big-card .right .big-card-child {
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      .big-card .right .big-card-child .big-card-child-warning {
        right: 145px; }
      .big-card .right .big-card-child .main-card {
        flex: 1 1 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column; }
        .big-card .right .big-card-child .main-card #chart-graph-container {
          flex: 1 1 100%; }
      .big-card .right .big-card-child .sub-cards {
        display: flex;
        justify-content: space-between;
        flex: 0 0 auto; }
      .big-card .right .big-card-child .sub-card {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 200px;
        margin-left: 7px;
        flex: 0 0 calc(33.33333% - 17px);
        transition: box-shadow 250ms ease-in-out;
        box-shadow: -7px 0px 0px 0px rgba(28, 191, 252, 0.7); }
        .big-card .right .big-card-child .sub-card.hide-loading {
          box-shadow: -7px 0px 0px 0px transparent !important; }
        .big-card .right .big-card-child .sub-card.success {
          box-shadow: -7px 0px 0px 0px rgba(118, 217, 96, 0.7); }
        .big-card .right .big-card-child .sub-card.fail {
          box-shadow: -7px 0px 0px 0px rgba(255, 114, 53, 0.7); }
        .big-card .right .big-card-child .sub-card .success {
          color: #76d960; }
        .big-card .right .big-card-child .sub-card .fail {
          color: #ff7235; }
        .big-card .right .big-card-child .sub-card .slash {
          margin: 0 2px; }
        .big-card .right .big-card-child .sub-card .mini {
          margin: 0;
          font-size: 19px; }
          .big-card .right .big-card-child .sub-card .mini .slash {
            margin: 0 4px; }
        .big-card .right .big-card-child .sub-card .card-title .right {
          padding-right: 40px; }
          .big-card .right .big-card-child .sub-card .card-title .right p {
            margin-bottom: 0px !important; }

#page {
  background-color: #1e1d2f;
  padding: 8px;
  max-height: 100%; }
  #page .contents {
    height: calc(100vh - 16px);
    display: flex;
    flex-direction: column; }
    #page .contents .title {
      flex: 0 0 auto;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px;
      position: relative; }
      @media (max-width: 1499px) {
        #page .contents .title {
          align-items: center; } }
      #page .contents .title h1 {
        margin: 0; }
        @media (max-width: 767px) {
          #page .contents .title h1 span {
            display: none; } }
      #page .contents .title p {
        font-size: 1.1rem;
        margin-bottom: 0;
        font-weight: 300;
        opacity: 70%; }
      #page .contents .title .left {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 991px) {
          #page .contents .title .left {
            margin-left: 49px; } }
        #page .contents .title .left img {
          flex: 0 0 70px;
          width: 70px; }
          @media (max-width: 1299px) and (min-width: 1200px) {
            #page .contents .title .left img {
              display: none; } }
          @media (max-width: 767px) {
            #page .contents .title .left img {
              flex: 0 0 60px;
              width: 60px;
              display: none; } }
        #page .contents .title .left .left-right {
          flex: 1 1 auto;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media (max-width: 1299px) and (min-width: 1200px) {
            #page .contents .title .left .left-right {
              padding-left: 0; } }
          @media (max-width: 767px) {
            #page .contents .title .left .left-right {
              padding-left: 0; } }
        @media (max-width: 767px) {
          #page .contents .title .left p {
            font-size: 19px; } }
      #page .contents .title .filters {
        display: flex;
        transition: 250ms ease-in-out height;
        position: relative; }
        @media (max-width: 991px) {
          #page .contents .title .filters {
            flex-wrap: wrap; }
            #page .contents .title .filters .filter-group {
              flex: 0 0 50%; } }
        @media (max-width: 767px) {
          #page .contents .title .filters {
            flex-wrap: nowrap;
            padding: 8px;
            padding-bottom: 0px;
            overflow: hidden;
            flex-wrap: wrap;
            margin-right: 50px; }
            #page .contents .title .filters .filter-group {
              flex: 0 0 100%; }
            #page .contents .title .filters::after {
              content: " ";
              position: absolute;
              left: 0;
              bottom: 0;
              right: 0;
              height: 10px;
              background: whitesmoke;
              background: linear-gradient(0deg, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
              z-index: 1; } }
        #page .contents .title .filters h4 {
          font-size: 22px;
          margin: 0;
          padding-bottom: 12px;
          flex: 0 0 auto; }
          @media (min-width: 768px) {
            #page .contents .title .filters h4 {
              display: none; } }
        @media (max-width: 1499px) {
          #page .contents .title .filters .available {
            flex: 1 1 100%;
            order: 1;
            margin-left: 0 !important;
            display: flex;
            justify-content: flex-end;
            align-items: center; }
            #page .contents .title .filters .available .head {
              margin-bottom: 0;
              margin-right: 10px; } }
        @media (max-width: 991px) {
          #page .contents .title .filters > div {
            margin-right: 0;
            padding-bottom: 16px; }
            #page .contents .title .filters > div:nth-of-type(even) {
              padding-left: 8px; }
            #page .contents .title .filters > div:nth-of-type(odd) {
              padding-right: 8px; } }
        @media (max-width: 767px) {
          #page .contents .title .filters > div {
            padding-left: 0 !important;
            padding-right: 0 !important; } }
        #page .contents .title .filters > div .head {
          margin-bottom: 5px;
          font-weight: 500;
          line-height: 1;
          flex: 0 0 auto; }
        #page .contents .title .filters > div .body.buttons {
          display: flex; }
          #page .contents .title .filters > div .body.buttons > a:not(:first-of-type) {
            margin-left: 8px; }
      #page .contents .title .filter-toggle {
        border: 1px;
        position: absolute;
        top: 80px;
        right: 8px;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        width: 43px;
        height: 43px; }
        #page .contents .title .filter-toggle > div {
          background-color: #666;
          width: 20px;
          height: 1px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: 250ms ease-in-out transform; }
        #page .contents .title .filter-toggle:not(.closed) > div:nth-of-type(2) {
          transform: translate(-50%, -50%) rotate(90deg); }
      @media (max-width: 1199px) {
        #page .contents .title {
          display: block; }
          #page .contents .title .left {
            margin-bottom: 15px; } }
    #page .contents .contents-center {
      flex: 1 1 100%;
      padding: 8px;
      display: flex;
      flex-direction: column; }
      #page .contents .contents-center .inner {
        position: relative;
        width: 100%;
        height: 100%;
        flex: 1 1 auto;
        display: flex;
        justify-content: stretch;
        align-items: stretch; }
        #page .contents .contents-center .inner > div {
          display: flex;
          align-items: stretch; }
          @media (max-width: 991px) {
            #page .contents .contents-center .inner > div {
              width: calc(100% + 20px);
              right: -12px; } }
          #page .contents .contents-center .inner > div > * {
            position: relative; }
          #page .contents .contents-center .inner > div .inner-card {
            display: flex;
            justify-content: stretch;
            align-items: stretch;
            position: relative;
            flex: 0 0 25%;
            width: 25%;
            padding: 0 15px;
            margin-bottom: 30px; }
            @media (max-width: 1399px) {
              #page .contents .contents-center .inner > div .inner-card {
                flex: 0 0 calc(25% - 25px);
                width: calc(25% - 25px); } }
            @media (max-width: 1199px) {
              #page .contents .contents-center .inner > div .inner-card {
                flex: 0 0 25%;
                width: 25%; } }
            @media (max-width: 1199px) {
              #page .contents .contents-center .inner > div .inner-card {
                flex: 0 0 50%;
                width: 50%; } }
            @media (max-width: 991px) {
              #page .contents .contents-center .inner > div .inner-card {
                margin-bottom: 15px; } }
            @media (max-width: 767px) {
              #page .contents .contents-center .inner > div .inner-card {
                flex: 0 0 100%;
                width: 100%;
                padding: 0 12px; } }
            #page .contents .contents-center .inner > div .inner-card .card-inner {
              border-radius: 5px;
              padding: 20px;
              background-color: #26283b;
              box-shadow: -7px 0px 0px 0px rgba(28, 191, 252, 0.7);
              display: flex;
              flex-direction: column;
              justify-content: center;
              width: 100%; }
              @media (max-width: 1399px) {
                #page .contents .contents-center .inner > div .inner-card .card-inner {
                  padding: 15px; } }
              @media (max-width: 399px) {
                #page .contents .contents-center .inner > div .inner-card .card-inner {
                  padding: 16px;
                  box-shadow: -4px 0px 0px 0px rgba(28, 191, 252, 0.7); } }
              #page .contents .contents-center .inner > div .inner-card .card-inner .title-container > h2 {
                font-size: 22px;
                margin: 0;
                font-weight: 400; }
                @media (max-width: 499px) {
                  #page .contents .contents-center .inner > div .inner-card .card-inner .title-container > h2 {
                    font-size: 18px; } }
              #page .contents .contents-center .inner > div .inner-card .card-inner .title-container > p {
                font-size: 17px;
                margin: 0;
                font-weight: 200;
                margin-bottom: 10px;
                letter-spacing: 0.5px;
                opacity: 0.8; }
                @media (max-width: 1499px) {
                  #page .contents .contents-center .inner > div .inner-card .card-inner .title-container > p {
                    font-size: 12px; } }
                @media (max-width: 499px) {
                  #page .contents .contents-center .inner > div .inner-card .card-inner .title-container > p {
                    font-size: 15px; } }
              #page .contents .contents-center .inner > div .inner-card .card-inner .top-img {
                flex: 0 0 auto;
                width: 76px;
                height: 76px;
                background-color: rgba(115, 136, 169, 0.35);
                border-radius: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px; }
                #page .contents .contents-center .inner > div .inner-card .card-inner .top-img img {
                  width: 200%;
                  height: 200%;
                  max-width: 42px;
                  max-height: 42px;
                  position: relative;
                  bottom: 3px; }
                @media (max-width: 499px) {
                  #page .contents .contents-center .inner > div .inner-card .card-inner .top-img {
                    width: 55px;
                    height: 55px; }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .top-img img {
                      max-width: 30px;
                      max-height: 30px; } }
              #page .contents .contents-center .inner > div .inner-card .card-inner .bottom {
                position: relative; }
                #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .no-data-indic {
                  position: absolute;
                  bottom: 9px;
                  left: 0;
                  width: 190px; }
                #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets {
                  opacity: 1;
                  transition: opacity ease-in-out 250ms; }
                  #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets.loading {
                    transition: opacity ease-in-out 350ms;
                    opacity: 0.12; }
                  #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets.faded {
                    opacity: 0; }
                  #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets h4 {
                    font-size: 34px;
                    font-weight: 400;
                    margin: 0;
                    margin-bottom: 20px; }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets h4 .slash {
                      font-weight: 200; }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets h4 span.mini {
                      padding-left: 1px;
                      font-size: 28px;
                      position: relative;
                      bottom: 2px; }
                  #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets p {
                    font-size: 19px;
                    font-weight: 300;
                    height: 31px;
                    margin: 0; }
                    @media (max-width: 1599px) {
                      #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets p {
                        font-size: 12px; } }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets p .slash {
                      font-weight: 200;
                      margin: 0 4px; }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets p .success {
                      color: #76d960; }
                    #page .contents .contents-center .inner > div .inner-card .card-inner .bottom .deets p .fail {
                      color: #ff7235; }
              #page .contents .contents-center .inner > div .inner-card .card-inner.success {
                box-shadow: -7px 0px 0px 0px rgba(118, 217, 96, 0.7); }
              #page .contents .contents-center .inner > div .inner-card .card-inner.fail {
                box-shadow: -7px 0px 0px 0px rgba(255, 114, 53, 0.7); }
            #page .contents .contents-center .inner > div .inner-card .legend {
              position: absolute;
              top: 20px;
              right: 25px; }
              @media (max-width: 499px) {
                #page .contents .contents-center .inner > div .inner-card .legend {
                  position: static;
                  margin-bottom: 25px;
                  display: flex;
                  flex-direction: column;
                  align-items: flex-end; } }
              #page .contents .contents-center .inner > div .inner-card .legend p {
                font-size: 11px;
                margin: 0;
                line-height: 1.8;
                position: relative; }
                #page .contents .contents-center .inner > div .inner-card .legend p::before {
                  position: absolute;
                  top: 5px;
                  left: -18px;
                  content: " ";
                  width: 11px;
                  height: 11px;
                  background-color: #ff7538;
                  border-radius: 3px;
                  opacity: 0.7; }
                #page .contents .contents-center .inner > div .inner-card .legend p:nth-of-type(2)::before {
                  background-color: #02a5e2; }

.main-card,
.sub-card {
  padding: 15px;
  border-radius: 4px;
  background-color: #26283b; }
  .main-card > *,
  .sub-card > * {
    opacity: 1;
    transition: opacity 250ms ease-in-out; }
  .main-card.hide-loading > *,
  .sub-card.hide-loading > * {
    opacity: 0; }
  .main-card h3,
  .sub-card h3 {
    font-size: 1.35rem;
    font-weight: 400; }
  .main-card .card-title,
  .sub-card .card-title {
    padding-bottom: 18px;
    margin: 0;
    display: flex;
    align-items: center; }
    .main-card .card-title .left,
    .sub-card .card-title .left {
      width: 56px;
      height: 56px;
      margin-right: 10px;
      background-color: rgba(115, 136, 169, 0.35);
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .main-card .card-title .left img,
      .sub-card .card-title .left img {
        height: auto;
        width: auto;
        max-width: 28px;
        max-height: 28px; }
    .main-card .card-title .right h3,
    .sub-card .card-title .right h3 {
      margin: 0;
      opacity: 0.9; }
    .main-card .card-title .right p,
    .sub-card .card-title .right p {
      margin: 0;
      opacity: 0.6;
      margin-bottom: 0px !important; }

.load-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: #26283b; }
  .load-container .loader {
    display: block;
    border: 9px solid #1f2031;
    /* Light grey */
    border-top: 9px solid #198cc1;
    /* Blue */
    border-radius: 50%;
    width: 165px;
    height: 165px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .load-container .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 65px;
    transform: translate(-50%, -50%); }
    .load-container .icon img {
      animation: scale 500ms ease-in-out infinite;
      width: 100%; }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes scale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1); }
  50% {
    transform: scale(1.05);
    -ms-transform: scale(1.05); }
  100% {
    transform: scale(1);
    -ms-transform: scale(1); } }

#data-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 250ms ease-in-out; }
  #data-pop-up.active-1 {
    z-index: 999; }
  #data-pop-up.active-2 {
    opacity: 1; }
  #data-pop-up .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
  #data-pop-up .fg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 1300px;
    max-width: 95%;
    max-width: calc(100% - 30px);
    max-height: 95%;
    max-height: calc(100% - 30px);
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
    #data-pop-up .fg .single-trans {
      padding-left: 10px !important;
      padding-right: 10px !important;
      font-size: 1rem; }
    #data-pop-up .fg .inner {
      height: 100%;
      padding: 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-height: 700px; }
      #data-pop-up .fg .inner h3 {
        flex: 0 0 auto;
        padding: 0;
        margin: 0; }
      #data-pop-up .fg .inner h4 {
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 25px; }
      #data-pop-up .fg .inner .trans-details-container {
        display: flex;
        flex-direction: column;
        flex: 0 1 auto;
        padding: 15px 0;
        width: 100%;
        overflow-y: auto;
        border-radius: 5px;
        border: 1px solid #eee;
        background-color: #fcfcfc; }
        #data-pop-up .fg .inner .trans-details-container > div:nth-of-type(1) {
          flex: 0 0 auto; }
        #data-pop-up .fg .inner .trans-details-container > div:nth-of-type(2) {
          flex: 1 1 auto; }
        #data-pop-up .fg .inner .trans-details-container > div:nth-of-type(3) {
          flex: 0 0 auto; }
        #data-pop-up .fg .inner .trans-details-container .single-trans-total {
          padding: 15px 0 0;
          border-top: 1px solid #ccc;
          border-bottom: none;
          position: relative;
          font-weight: 500; }
          #data-pop-up .fg .inner .trans-details-container .single-trans-total::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            bottom: calc(100% + 1px);
            left: 0;
            right: 0;
            width: 100%;
            height: 30px;
            background: white;
            background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
      #data-pop-up .fg .inner .details {
        display: block;
        flex: 1 1 auto;
        overflow-y: auto; }
        #data-pop-up .fg .inner .details > div {
          padding: 10px 0;
          border-bottom: 1px solid #eee; }
          #data-pop-up .fg .inner .details > div:nth-of-type(even) {
            position: relative;
            background-color: white; }
          #data-pop-up .fg .inner .details > div:last-of-type {
            border-bottom: none;
            padding-bottom: 20px; }
      #data-pop-up .fg .inner .single-trans {
        width: 100%;
        display: flex; }
        #data-pop-up .fg .inner .single-trans.single-trans-heading {
          flex: 0 0 auto;
          font-weight: 500;
          padding-bottom: 15px;
          border-bottom: 1px solid #ccc; }
        #data-pop-up .fg .inner .single-trans span {
          flex: 1 1 auto;
          padding-right: 15px;
          font-size: 0.9rem; }
          #data-pop-up .fg .inner .single-trans span:nth-of-type(1) {
            flex: 0 0 130px; }
          #data-pop-up .fg .inner .single-trans span:nth-of-type(2) {
            flex: 0 0 160px; }
          #data-pop-up .fg .inner .single-trans span:nth-of-type(3) {
            flex: 0 0 115px; }
          #data-pop-up .fg .inner .single-trans span:nth-of-type(4) {
            flex: 0 0 220px; }
          #data-pop-up .fg .inner .single-trans span:nth-of-type(6) {
            flex: 0 0 55px;
            padding-right: 0; }
    #data-pop-up .fg .subtitle span:first-of-type {
      margin-right: 3px; }
    #data-pop-up .fg .subtitle span:last-of-type {
      margin-left: 3px; }
    #data-pop-up .fg #est-table {
      width: 100%;
      overflow-y: auto;
      flex: 1 1 auto; }
      #data-pop-up .fg #est-table .head-top {
        margin-bottom: 0;
        background-color: transparent !important; }
      #data-pop-up .fg #est-table > div {
        display: flex;
        background-color: rgba(118, 217, 96, 0.15); }
        #data-pop-up .fg #est-table > div:last-of-type > div {
          border-bottom: none; }
        #data-pop-up .fg #est-table > div.more {
          background-color: rgba(255, 114, 53, 0.15); }
        #data-pop-up .fg #est-table > div.less {
          background-color: rgba(118, 217, 96, 0.15); }
        #data-pop-up .fg #est-table > div > div {
          border-bottom: 1px solid #e9e9e9;
          border-right: 1px solid #e9e9e9;
          padding: 15px;
          user-select: none;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center; }
          #data-pop-up .fg #est-table > div > div:last-of-type {
            border-right: none; }
          #data-pop-up .fg #est-table > div > div:first-of-type {
            flex: 0 0 20%; }
          #data-pop-up .fg #est-table > div > div:not(:first-of-type) {
            flex: 0 0 20%; }
  #data-pop-up .close {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    transition: opacity 250ms ease-in-out; }
    #data-pop-up .close:hover {
      opacity: 1; }
    #data-pop-up .close:before, #data-pop-up .close:after {
      position: absolute;
      content: " ";
      left: 50%;
      height: 20px;
      width: 3px;
      background-color: #333; }
    #data-pop-up .close:before {
      transform: rotate(45deg); }
    #data-pop-up .close:after {
      transform: rotate(-45deg); }

.pop-up-loader-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.pop-up-loader {
  opacity: 0.7;
  margin-top: 35px;
  margin-bottom: 15px;
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #1cbffc;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: pop-up-loader-spin 1s linear infinite; }

@keyframes pop-up-loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.no-data-indic {
  pointer-events: none;
  transition: opacity 250ms ease-in-out;
  opacity: 0; }
  .no-data-indic.active {
    pointer-events: all;
    opacity: 1; }
  .no-data-indic h2 {
    font-size: 19px;
    opacity: 0.8;
    margin: 0;
    margin-bottom: 4px; }
  .no-data-indic p {
    font-size: 13px;
    opacity: 0.8;
    margin: 0;
    line-height: 1.3; }

.date-filter {
  position: relative;
  z-index: 2; }
  .date-filter * {
    user-select: none; }
  .date-filter .date-filter-btn {
    position: relative;
    width: 100%; }
    .date-filter .date-filter-btn::after {
      position: absolute;
      right: 11px;
      top: 50%;
      transform: translateY(-50%); }
    .date-filter .date-filter-btn .filter-option {
      text-align: left; }
  .date-filter .dropdown {
    width: 217px;
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    padding: 0.5rem 0;
    margin: 8px 0 0;
    background-color: #26283b;
    background-clip: padding-box;
    border: 1px solid #3a3d5a;
    border-radius: 0.25rem;
    opacity: 0;
    pointer-events: none; }
    .date-filter .dropdown .date {
      flex: 0 0 110px;
      padding: 0 10px;
      display: flex;
      flex-direction: column; }
      .date-filter .dropdown .date > span {
        flex: 0 0 auto; }
      .date-filter .dropdown .date > span {
        display: block;
        text-align: center;
        font-weight: 500; }
      .date-filter .dropdown .date .months {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 0;
        margin-bottom: -5px; }
        .date-filter .dropdown .date .months.placeholder {
          margin: 4px 6px 5px;
          flex: 1 1 auto;
          background-color: rgba(255, 255, 255, 0.05);
          border-radius: 5px; }
        .date-filter .dropdown .date .months span {
          width: 71px;
          padding: 3px 5px;
          margin-bottom: 5px;
          text-align: center;
          border-radius: 3px;
          font-size: 12px;
          border: 1px solid #1cbffc;
          color: #1cbffc;
          transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
          .date-filter .dropdown .date .months span.active, .date-filter .dropdown .date .months span:hover {
            cursor: pointer;
            background-color: #1cbffc;
            color: white; }
          .date-filter .dropdown .date .months span.placeholder {
            pointer-events: none !important;
            opacity: 0 !important; }
  .date-filter.active .dropdown {
    opacity: 1;
    pointer-events: all; }

#info-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease-in-out; }
  #info-loader.active {
    pointer-events: all;
    opacity: 1; }
  #info-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border: 9px solid #1f2031;
    /* Light grey */
    border-top: 9px solid #198cc1;
    /* Blue */
    border-radius: 50%;
    width: 165px;
    height: 165px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  #info-loader .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-color: rgba(38, 40, 59, 0.9);
    width: 215px;
    height: 215px;
    border-radius: 100%;
    border: 1px solid rgba(30, 29, 47, 0.6); }
    #info-loader .icon img {
      display: block;
      position: absolute;
      left: 75px;
      top: 75px;
      animation: scale 500ms ease-in-out infinite;
      width: 65px; }

.legend {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 11px 13px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.06); }
  .legend ul {
    padding: 0;
    margin: 0; }
    .legend ul > li {
      margin-top: 9px;
      display: flex;
      align-items: center;
      line-height: 1.1;
      font-size: 14px; }
      .legend ul > li :not(:last-of-type) {
        margin-bottom: 9px; }
      .legend ul > li:first-of-type {
        margin-top: 0; }
      .legend ul > li:last-of-type {
        margin-bottom: 0; }
      .legend ul > li span {
        margin-right: 8px;
        width: 15px;
        height: 15px;
        border-radius: 3px; }
    .legend ul .this-year.comm-rate span {
      background-color: rgba(255, 117, 56, 0.9); }
    .legend ul .this-year span {
      background-color: rgba(92, 191, 70, 0.9); }
    .legend ul .target span {
      background-color: #1cbffc; }
    .legend ul .comparative-this-year span {
      background-color: rgba(255, 117, 56, 0.9); }
    .legend ul .comparative-last-year span {
      background-color: #1cbffc; }

.staff-breakdown-box {
  flex: unset;
  height: 400px;
  overflow-y: auto; }

.warning {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
  background-color: #cccc00;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity 250ms ease-in-out;
  opacity: 0; }
  .warning span {
    color: #26283b;
    font-weight: bold;
    pointer-events: none;
    font-size: 22px; }
  .warning:hover {
    cursor: pointer; }
    .warning:hover .hover {
      opacity: 1; }
  .warning.completion-2 {
    display: none !important; }
  .warning.completion-0 {
    background-color: #ff7235; }
  .warning .hover {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 40px;
    background: white;
    color: #26283b;
    padding: 9px;
    border-radius: 4px;
    width: 185px;
    line-height: 1.2;
    transition: opacity 250ms ease-in-out;
    font-size: 13px; }
    .warning .hover div:first-of-type {
      margin-bottom: 5px; }
    .warning .hover div:last-of-type {
      margin-bottom: 0 !important; }
  .warning.completion-1, .warning.completion-2, .warning.completion-3 {
    opacity: 1; }

.staff-breakdown-row {
  height: 995px; }
  .staff-breakdown-row .col-md-6 {
    height: 100%; }

.inner-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  margin-top: 18px;
  padding: 0 18px;
  padding-left: 11px;
  margin-bottom: 11px; }
  .inner-body .row {
    flex: 1 1 auto; }
  .inner-body .left-pane {
    margin-right: -8px; }
    .inner-body .left-pane > :nth-of-type(3) {
      margin-bottom: 0 !important; }
  .inner-body .right-pane > :nth-of-type(2) {
    margin-bottom: 0 !important; }
  .inner-body .left-pane, .inner-body .right-pane {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    margin-right: -8px; }
  .inner-body .card {
    background-color: #26283b;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    margin-left: 7px;
    margin-bottom: 16px !important; }
    .inner-body .card .offices-cols {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .inner-body .card.left:not(:last-of-type) {
      margin-bottom: 30px; }
    .inner-body .card.left.chart {
      flex: 1 0 400px; }
    .inner-body .card.left.office {
      flex: unset;
      height: unset; }
    .inner-body .card.success {
      box-shadow: -7px 0px 0px 0px rgba(92, 191, 70, 0.9); }
    .inner-body .card.fail {
      box-shadow: -7px 0px 0px 0px rgba(191, 70, 92, 0.9); }
    .inner-body .card .office-performance {
      padding: 8px;
      flex: 1 1 30%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      background-color: #1e1d2f;
      margin: 4px;
      border-radius: 3px;
      margin-right: 8px; }
      .inner-body .card .office-performance.office-success {
        box-shadow: -3px 0px 0px 0px rgba(92, 191, 70, 0.9); }
      .inner-body .card .office-performance.office-fail {
        box-shadow: -3px 0px 0px 0px rgba(191, 70, 92, 0.9); }
      .inner-body .card .office-performance h5 {
        font-size: 1rem;
        font-weight: 400;
        color: #218f8b;
        margin-bottom: 0px; }
      .inner-body .card .office-performance span {
        font-size: 1.7rem; }
    .inner-body .card .card-title .right {
      padding-right: 40px;
      flex: 1 1 auto; }
      .inner-body .card .card-title .right p {
        margin-bottom: 0px !important; }
    .inner-body .card .card-title {
      padding-bottom: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      .inner-body .card .card-title h3 {
        font-size: 1.2rem;
        margin-bottom: 0px; }
      .inner-body .card .card-title .left {
        width: 56px;
        height: 56px;
        margin-right: 15px;
        background-color: rgba(115, 136, 169, 0.35);
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .inner-body .card .card-title .left img {
          height: auto;
          width: auto;
          max-width: 28px;
          max-height: 28px; }

.filters-button {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  position: relative;
  z-index: 999;
  transition: background-color 250ms ease-in-out; }
  .filters-button img {
    width: 28px; }
  .filters-button:hover {
    background-color: #404255;
    cursor: pointer; }
  .filters-button.hover {
    background-color: #404255; }
    .filters-button.hover + .filters {
      opacity: 1;
      pointer-events: all;
      cursor: pointer; }

.filters {
  border: 1px solid white;
  background-color: #1e1d2f;
  border-radius: 4px;
  color: black;
  width: 500px;
  margin-right: 7px;
  position: absolute !important;
  right: 58px;
  top: 15px;
  z-index: 1;
  color: white;
  padding: 16px;
  transition: opacity 250ms ease-in-out !important;
  opacity: 1;
  pointer-events: all; }
  @media (max-width: 1199px) {
    .filters {
      right: unset;
      top: 152px;
      width: 500px;
      left: 12px; } }
  @media (max-width: 767px) {
    .filters {
      width: 240px;
      min-height: 350px;
      top: 143px;
      overflow: unset !important; }
      .filters:after {
        background: unset !important;
        position: unset !important; }
      .filters .row {
        height: 100%;
        margin-top: 10px; } }
  .filters.display-none {
    opacity: 0;
    pointer-events: none; }
  .filters .body {
    margin-bottom: 15px; }
    .filters .body .dropdown-toggle {
      font-size: 0.9rem; }
    .filters .body .dropdown-item {
      color: white;
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important; }
      .filters .body .dropdown-item:hover {
        background-color: #1e1d2f; }
    .filters .body .filter-option {
      color: white; }
    .filters .body .dropdown-menu {
      background-color: #26283b; }
      .filters .body .dropdown-menu li, .filters .body .dropdown-menu a {
        height: 33px; }
  .filters .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
    top: 10px !important; }
  .filters .dropdown.bootstrap-select .dropdown-item.active, .filters .dropdown.bootstrap-select .dropdown-item:active {
    background-color: #181726; }
  .filters .dropdown.bootstrap-select .bs-actionsbox .btn-group button {
    margin-top: 10px;
    background-color: #26283b;
    background: #26283b;
    border: 1px solid white;
    color: white;
    opacity: 0.7; }
    .filters .dropdown.bootstrap-select .bs-actionsbox .btn-group button:hover {
      background-color: #1e1d2f; }

.overflow-box {
  overflow-y: auto;
  margin-bottom: 15px; }

.sorting {
  position: absolute;
  right: 115px;
  top: 23px; }
  .sorting button {
    border: 1px solid white;
    background-color: none;
    background: none;
    border-radius: 4px;
    width: 70px;
    height: 35px;
    color: white;
    font-size: 14px;
    cursor: pointer; }
    .sorting button:hover {
      background-color: #1e1d2f; }
    .sorting button img {
      width: 10px;
      margin-right: 4px; }

@media (max-width: 767px) {
  .legend {
    display: none; }
  .card-body {
    padding-left: 0px;
    padding-right: 0px; }
  #staff-sort {
    display: none; }
  [data-measure="comparative-performance"] {
    margin-bottom: 30px; }
  .staff-breakdown-box {
    overflow: none;
    height: 100%; }
  .staff-breakdown-row {
    height: unset; }
    .staff-breakdown-row .col-md-6 {
      height: unset; }
  .dropdown-menu {
    z-index: 999; }
  .right-pane {
    margin-top: 16px !important; }
  .left-pane, .right-pane {
    margin-right: 0px !important; } }

.card-tiles {
  display: flex;
  width: 100%;
  margin-top: 24px;
  background-color: rgba(30, 29, 47, 0.5);
  padding: 8px;
  border-radius: 4px; }
  .card-tiles > div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .card-tiles p {
    margin-bottom: 0px;
    font-size: 0.8rem;
    opacity: 70%; }
  .card-tiles span {
    font-size: 1rem; }

.subtitle {
  opacity: 70%;
  font-size: 0.9rem; }
