/* compiled by scssphp v0.0.12 on Sat, 06 Dec 2025 03:51:40 +0000 (0.0303s) */

/* Define standard variables */
.flex {
  display: flex; }

.f-at-center {
  align-items: center; }

.f-jc-center {
  justify-content: center; }

.demo-wrapper {
  padding: 50px; }

h1 {
  font-size: 30px; }
  h1 span {
    font-size: 20px;
    color: #81ad45; }
  h1.large {
    font-size: 4em;
    font-weight: 100; }
    h1.large span {
      font-size: inherit;
      color: #81ad45; }
  h1.white {
    color: #fff; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

header {
  position: sticky;
  top: 0;
  z-index: 99; }
  header .header-top {
    background: #1f274c;
    padding: 15px 20px;
    background: #293467;
    background: linear-gradient(180deg, #293467 53%, #1f274c 100%); }
    header .header-top .headertop-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header .header-top .cta a {
      color: #fff;
      padding: 15px 30px;
      font-size: 13px;
      border: 1px solid #81ad45; }
  header .menubar {
    background: #e8e8e8;
    padding: 18px 0;
    border-bottom: 1px solid #ccc; }
    header .menubar ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center; }
      header .menubar ul li:nth-child(1) {
        padding-left: 0px !important; }
      header .menubar ul li.menu-item {
        padding: 0 50px; }
        header .menubar ul li.menu-item a {
          text-decoration: none;
          color: #1f274c;
          display: inline-block;
          padding: 6px 8px;
          font-size: 17px;
          border-bottom: 2px solid ; }
      header .menubar ul li.menu-item.active a, header .menubar ul li.menu-item:hover a {
        color: #81ad45;
        border-bottom: 2px solid #81ad45; }

footer {
  background: linear-gradient(0deg, #aaa 0%, rgba(111, 111, 111, 0) 100%);
  display: flex;
  justify-content: space-between;
  padding: 50px 5%;
  align-items: center; }
  footer .copyright p {
    margin: 0;
    color: #1f274c; }
  footer .footer-menubar ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0; }
    footer .footer-menubar ul li.menu-item {
      padding: 0 30px; }
      footer .footer-menubar ul li.menu-item a {
        text-decoration: none;
        color: #1f274c; }

.btn {
  background: #848791;
  padding: 5px 25px 3px 25px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Avenir', sans-serif;
  border: 1px solid transparent; }
  .btn:focus, .btn:active {
    background: #1f274c; }
  .btn:disabled, .btn[disabled] {
    background: #d8d8d8; }

.wSVG svg {
  fill: #fff; }

.button-wrapper {
  margin-bottom: 5px; }

.gray-bg {
  background: #848791; }
  .gray-bg:focus, .gray-bg:active {
    background: #1f274c; }
  .gray-bg:disabled, .gray-bg[disabled] {
    background: #d8d8d8; }

.gray-outline {
  background: transparent;
  border-color: #848791;
  color: #333; }
  .gray-outline:active, .gray-outline:focus, .gray-outline:hover {
    background: #848791;
    color: #fff; }
  .gray-outline:disabled, .gray-outline[disabled] {
    background: transparent;
    border-color: #848791;
    color: #848791; }

.green-bg {
  background: #a3d759; }
  .green-bg:focus, .green-bg:active {
    background: #81ad45; }
  .green-bg:disabled, .green-bg[disabled] {
    background: #c3de9d; }
  .green-bg:hover {
    background: #81ad45;
    color: #fff; }

.blue-bg {
  background: #1f274c; }
  .blue-bg:focus, .blue-bg:active {
    background: #848791; }
  .blue-bg:disabled, .blue-bg[disabled] {
    background: #c3de9d; }
  .blue-bg:hover {
    background: #848791;
    color: #fff; }

.green-outline {
  background: transparent;
  border-color: #a3d759;
  color: #a3d759; }
  .green-outline:active, .green-outline:focus {
    background: transparent;
    color: #81ad45;
    border-color: #81ad45; }
  .green-outline:disabled, .green-outline[disabled] {
    background: transparent;
    border-color: #c3de9d;
    color: #c3de9d; }

div#rich-tooltip-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0; }
  div#rich-tooltip-wrapper > .rich-tooptip-dialog {
    width: 267px;
    margin: 0 50px;
    max-width: 100%; }
    div#rich-tooltip-wrapper > .rich-tooptip-dialog button.btn {
      position: relative;
      color: #fff;
      left: 0;
      right: 0;
      top: 0;
      margin-top: 0;
      height: auto; }
    div#rich-tooltip-wrapper > .rich-tooptip-dialog button.btn::after {
      content: '';
      display: none; }
  div#rich-tooltip-wrapper .tooptip-content {
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.1));
    background: #fff;
    border-radius: 3px; }
  div#rich-tooltip-wrapper .tooptip-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 5px 20px; }
    div#rich-tooltip-wrapper .tooptip-header .modal-title {
      color: #848791; }
  div#rich-tooltip-wrapper .tooptip-body {
    padding: 0 20px 0 20px;
    color: #848791;
    line-height: 1.5em;
    margin-bottom: 10px; }
  div#rich-tooltip-wrapper .tooptip-footer {
    display: flex;
    flex-wrap: wrap; }
    div#rich-tooltip-wrapper .tooptip-footer .btn {
      width: 50%;
      padding: 15px;
      border-radius: 0; }
    div#rich-tooltip-wrapper .tooptip-footer .btn:first-child {
      border-radius: 0 0 0 5px; }
    div#rich-tooltip-wrapper .tooptip-footer .btn:last-child {
      border-radius: 0 0 3px 0; }

.swiper-wrapper {
  padding-bottom: 25px; }

.swiper-pagination.round span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9acc51; }

.swiper-pagination.square span.swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background: #9acc51;
  border-radius: 3px; }

div#progressbar-wrapper {
  width: 800px;
  margin-left: 45px; }

.progressbar-v1 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: stepper; }
  .progressbar-v1 ul li {
    padding-top: 50px;
    position: relative; }
  .progressbar-v1 ul:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
    height: 3px;
    background: #a3d759;
    top: 20px; }
  .progressbar-v1 li.completed:before {
    background: #a3d759;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; }
  .progressbar-v1 li.active:before {
    background: #a3d759;
    color: #fff; }
  .progressbar-v1 li {
    color: #848791; }
  .progressbar-v1 li:before {
    counter-increment: stepper;
    content: counter(stepper);
    display: flex;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #a3d759;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    position: absolute;
    font-weight: 700;
    border: 2px solid #a3d759; }

.progressbar-v2 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: stepper;
  overflow: hidden;
  margin-top: 50px; }
  .progressbar-v2 ul li {
    padding-top: 60px;
    position: relative; }
  .progressbar-v2 ul:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
    height: 3px;
    background: #9acc51;
    top: 30px; }
  .progressbar-v2 li.completed:before {
    background: #a3d759;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; }
  .progressbar-v2 li.active:before {
    background: #a3d759;
    color: #fff; }
  .progressbar-v2 li {
    color: #848791; }
  .progressbar-v2 li:before {
    counter-increment: stepper;
    content: counter(stepper);
    display: flex;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #9acc51;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    font-weight: 700;
    border: 2px solid #9acc51;
    z-index: 1; }
  .progressbar-v2 li:after {
    content: '';
    display: flex;
    width: 68px;
    height: 40px;
    background: #fff;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    font-weight: 700;
    left: -14px; }

.progressbar-v3 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: stepper;
  overflow: hidden;
  margin-top: 50px; }
  .progressbar-v3 ul li {
    padding-top: 60px;
    position: relative; }
  .progressbar-v3 ul:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
    height: 3px;
    background: #9acc51;
    top: 30px; }
  .progressbar-v3 li.completed:before {
    background: #a3d759;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; }
  .progressbar-v3 li.active:before {
    background: #a3d759;
    color: #fff; }
  .progressbar-v3 li {
    color: #848791; }
  .progressbar-v3 li:before {
    counter-increment: stepper;
    content: counter(stepper);
    display: flex;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #9acc51;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    font-weight: 700;
    border: 2px solid #9acc51;
    z-index: 1;
    opacity: 0.25; }
  .progressbar-v3 li:after {
    content: '';
    display: flex;
    width: 68px;
    height: 40px;
    background: #fff;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    font-weight: 700;
    left: -14px; }

table {
  border-collapse: collapse;
  width: 100%; }
  table span.table-badge {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    padding: 1px 15px 0px 15px;
    background-color: #1f274c;
    color: #fff;
    border-radius: 4px; }
  table td {
    padding: 12px; }
  table th {
    padding: 12px; }

table.borderless th, table.borderless td {
  border: 0px !important; }

table.spaceless th, table.spaceless td {
  padding: 0px; }

div.tables {
  width: 100%;
  margin: auto; }
  div.tables .action {
    display: inline-block; }
  div.tables .action i {
    width: 38px;
    height: 25px;
    background: #1f274c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px; }
  div.tables th {
    color: #a3d759;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px; }
  div.tables.normal-letter-spacing th {
    letter-spacing: initial; }
  div.tables tr {
    border-bottom: 1px solid #ddd;
    text-align: left; }
  div.tables td {
    color: #1f274c;
    font-weight: 400;
    font-size: 15px; }

body .dataTables_wrapper table.standard-table {
  background: #eee;
  padding: 10px 1px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0 5px; }
  body .dataTables_wrapper table.standard-table th {
    color: #1f274c;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: left;
    padding: 8px 10px; }
  body .dataTables_wrapper table.standard-table tbody tr, body .dataTables_wrapper table.standard-table tbody tr td {
    background: #fff !important;
    font-size: 14px;
    color: #1f274c;
    border: none;
    padding: 10px; }
  body .dataTables_wrapper table.standard-table .red_status {
    color: #da4a2e; }
  body .dataTables_wrapper table.standard-table .green_status {
    color: #1f274c; }
  body .dataTables_wrapper table.standard-table .dgreen_status {
    color: #1f274c; }
  body .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px; }
  body .dataTables_wrapper .dataTables_length label {
    color: #1f274c; }
  body .dataTables_wrapper .dataTables_length select {
    border-radius: 5px;
    height: 35px;
    color: #1f274c;
    padding-left: 10px;
    margin-left: 4px;
    margin-right: 4px;
    width: 90px; }
  body .dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
    width: 80%; }
  body .dataTables_wrapper .dataTables_filter label {
    float: right;
    width: 30%; }
  body .dataTables_wrapper .dataTables_filter select {
    float: right;
    width: 30%;
    border: 0px;
    border-radius: 4px;
    background-color: #1f274c;
    height: 35px;
    color: #757575;
    padding: 20px 10px !important;
    margin-left: 4px; }
  body .dataTables_wrapper .dataTables_filter input {
    width: 100%;
    border-radius: 5px;
    height: 35px;
    color: #1f274c;
    margin-left: 4px;
    margin-right: 4px; }
  body .dataTables_wrapper .dataTables_info {
    color: #1f274c; }
  body .dataTables_wrapper .dataTables_paginate {
    color: #fff !important; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button, body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: none !important;
    background: #1f274c !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 9px 8px;
    margin-right: 5px; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background-color: #1f274c !important;
    color: #fff !important; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.current {
    background-color: #1f274c !important;
    color: #fff !important; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-right: 0px; }

.table-timeline .title {
  font-weight: 400;
  font-size: 13px;
  color: #da4a2e;
  margin-top: 0px;
  margin-block: 5px; }
  .table-timeline .label_holder {
    display: block; }
  .table-timeline .label_holder .label1 {
    background-color: #a3d759;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 10px; }
  .table-timeline .label_holder .label2 {
    background-color: #1f274c;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 10px; }

h1, h2, h3, h4, h5, h6 {
  color: #1f274c; }

@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/avenir_black-webfont.woff2') format('woff2'), url('../webfontsavenir_black-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/avenir_book-webfont.woff2') format('woff2'), url('../webfonts/avenir_book-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/avenir_heavy-webfont.woff2') format('woff2'), url('../webfonts/avenir_heavy-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/avenir_light-webfont.woff2') format('woff2'), url('../webfonts/avenir_light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url('../webfonts/avenir_regular-webfont.woff2') format('woff2'), url('../webfonts/avenir_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal; }

.sidebar {
  position: fixed !important;
  background: #fff;
  top: 82px;
  bottom: 0;
  left: 0;
  min-height: calc(100vh - 103px);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-width: 15.66667%; }
  .sidebar .insetshadow {
    position: absolute;
    top: 0;
    left: 0; }
  .sidebar .user {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 70px 14px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    background: #20274b; }
  .sidebar .user svg {
    width: 22px;
    height: 100% !important;
    top: -2px;
    position: relative; }
  .sidebar .user svg path {
    fill: #81ad45; }
  .sidebar .user .name_holder {
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9999; }
  .sidebar .user .name_holder a {
    color: inherit;
    text-decoration: none; }
  .sidebar .user .menu {
    position: absolute;
    right: 15px;
    cursor: pointer; }
  .sidebar .user .menu i {
    color: #fff;
    font-size: 28px; }
  .sidebar .bottom_sidebar {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 99; }
  @media (max-width: 968px) {
    .sidebar .bottom_sidebar {
      display: none; } }
  .sidebar .bottom_sidebar .fas {
    font-size: 21px;
    position: relative;
    color: #81ad45 !important; }
  .sidebar .bottom_sidebar svg {
    width: 22px;
    height: 100% !important;
    top: -2px;
    position: relative;
    color: #81ad45 !important; }
  .sidebar .bottom_sidebar svg path {
    fill: #81ad45 !important; }
  .sidebar .bottom_sidebar .name_holder {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 9999; }
  .sidebar .bottom_sidebar .name_holder a {
    color: inherit;
    text-decoration: none; }
  .sidebar .bottom_sidebar .logout, .sidebar .bottom_sidebar .settings {
    display: block;
    padding: 13px 70px 13px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #20274b; }
  .sidebar .bottom_sidebar a {
    display: inline-block;
    text-decoration: none;
    color: inherit; }
  .sidebar .sidebar_holder {
    border-top: 1px solid #eee;
    max-height: 68vh;
    overflow: auto; }
  .sidebar .sidebar_holder span.menu_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    height: 48px; }
  .sidebar .sidebar_holder .menu_row {
    position: relative; }
  .sidebar .sidebar_holder .menu_row svg {
    max-height: 22px !important; }
  .sidebar .sidebar_holder .menu_row .fas {
    display: none; }
  .sidebar .sidebar_holder .menu_row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #eee;
    z-index: 99; }
  .sidebar .sidebar_holder .menu_row a {
    padding: 12px 70px 12px 30px;
    color: #2c376a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff; }
    .sidebar .sidebar_holder .menu_row a svg {
      margin-right: 14px;
      width: 22px;
      min-width: 22px; }
      .sidebar .sidebar_holder .menu_row a svg path {
        fill: #1f274c !important; }
    .sidebar .sidebar_holder .menu_row a span.admin_only svg path {
      fill: #f00 !important; }
  .sidebar .sidebar_holder .child {
    display: none;
    padding-left: 15px;
    border-top: 1px solid #eee; }
  .sidebar .sidebar_holder .child:not(.has_children) .fas {
    display: none !important; }
  .sidebar .sidebar_holder .has_children .fas {
    position: absolute;
    right: 20px;
    top: 13px;
    height: 23px;
    color: #2c376a;
    font-size: 13px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9; }
  .sidebar .admin_only {
    color: #f00 !important; }
  .sidebar .admin_only a {
    color: #f00 !important; }

.eq-height .block {
  height: 100%; }

.block {
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 4px; }
  .block.red {
    border: 1px solid #da4a2e; }
  .block.red small {
    color: #da4a2e; }
  .block i {
    font-size: 20px; }
  .block h4 {
    font-size: 14px; }
  .block span {
    color: #81ad45;
    font-weight: bold; }
  .block span.openModalPredictive:hover {
    border-bottom: 1px dashed; }
  .block a {
    display: block;
    font-size: 12px;
    color: #81ad45; }
  .block svg, .block img {
    margin-bottom: 8px;
    width: 50px; }
  .block.blue {
    background: #1f274c; }
  .block.blue h4 {
    color: #fff; }
  .block.blue svg path {
    fill: #fff; }
  .block.eta i {
    font-size: 29px;
    margin-bottom: 20px;
    display: block;
    background: #fff;
    width: 60px;
    height: 60px;
    vertical-align: center;
    border-radius: 100px;
    padding-top: 15px;
    margin: 0px auto 20px; }
  .block.eta svg {
    width: 46px !important;
    margin-bottom: 24px; }
  .block.eta h4 {
    font-size: 30px; }
  .block.eta span {
    color: #eee;
    font-size: 14px;
    font-weight: normal; }
  .block.feature h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px; }
  .block.feature span {
    font-size: 40px; }
  .block.grey {
    background: #eee; }
  .block.grey svg {
    margin-bottom: 8px; }
  .block.grey svg path {
    fill: #81ad45; }
  .block.grey h4 {
    margin-bottom: 0px; }
  .block.grey span {
    font-weight: 400; }

.box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  border-radius: 4px; }

.notice {
  padding: 10px 30px;
  font-weight: 400; }
  .notice .pop-over {
    cursor: pointer;
    display: inline-block;
    float: right; }
  .notice .pop-over i {
    font-size: 18px; }
  .notice .close-alert {
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    float: right; }
  .notice .close-alert i {
    font-size: 18px; }
  .notice.s1 {
    font-weight: 500; }
  .notice.s2 {
    font-weight: 400; }
  .notice.s3 {
    font-size: 12px; }
  .notice.green {
    color: #81ad45;
    font-weight: 800; }
  .notice.orange {
    color: #ff6a46;
    font-weight: 800; }
  .notice.red {
    color: #da4a2e;
    font-weight: 800; }
  .notice.bg-green {
    background-color: #81ad45;
    font-weight: 800;
    color: #fff; }
  .notice.bg-orange {
    background-color: #ff6a46;
    font-weight: 800;
    color: #fff; }
  .notice.bg-red {
    background-color: #da4a2e;
    font-weight: 800;
    color: #fff; }
  .notice.bg-grey {
    background-color: #848791;
    font-weight: 800;
    color: #fff; }

.alert {
  overflow-y: auto;
  max-height: 325px; }
  .alert .row {
    border: 1px solid #ddd;
    background: #eee;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center; }
  .alert .row span {
    display: block;
    color: #1f274c; }
  .alert .row span.s1 {
    font-weight: 500; }
  .alert .row span.s2 {
    font-weight: 400; }
  .alert .row span.s3 {
    font-size: 12px; }
  .alert .row span.green {
    color: #81ad45;
    font-weight: 800; }
  .alert .row span.orange {
    color: #ff6a46;
    font-weight: 800; }
  .alert .row span.red {
    color: #da4a2e;
    font-weight: 800; }
  .alert .row span.bg-green {
    background-color: #81ad45;
    font-weight: 800; }
  .alert .row span.bg-orange {
    background-color: #ff6a46;
    font-weight: 800; }
  .alert .row span.bg-red {
    background-color: #da4a2e;
    font-weight: 800; }
  .alert .row span.bg-grey {
    background-color: #848791;
    font-weight: 800; }
  .alert .row a i {
    color: #1f274c; }
  .alert .row a i:hover {
    color: #81ad45; }
  .alert::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }
  .alert::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5; }
  .alert::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1f274c; }

button.btn.blue-bg.float-end {
  z-index: 9;
  position: relative; }

.popup-modal {
  width: 500px !important;
  height: initial !important;
  margin: 0 auto !important; }

.login-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #1c213e;
  background: -moz-linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  background: -webkit-linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  background: linear-gradient(265deg, #1c213e 0%, #222b58 6%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c213e",endColorstr="#222b58",GradientType=1);
  display: flex;
  align-items: center; }
  .login-page .background {
    position: absolute;
    width: 74vw;
    left: -17vw;
    z-index: 0;
    bottom: -12vw; }
  .login-page .login-box {
    padding: 100px 70px;
    background: #f2f2f2;
    border-radius: 5px; }
  .login-page .login-box img.logo {
    width: 200px;
    margin: 0 auto;
    display: block; }
  .login-page .login-box img.power {
    width: 150px;
    margin: 0 auto;
    display: block; }
  .login-page .login-foot {
    position: absolute;
    color: #fff;
    bottom: 60px; }

input[type="text"], input[type="tel"], input[type="number"], input[type="password"], input[type="email"] {
  border: 1px solid #81ad45;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  padding-left: 5px; }
  input[type="text"].slim, input[type="tel"].slim, input[type="number"].slim, input[type="password"].slim, input[type="email"].slim {
    height: 25px; }

select {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #81ad45;
  height: 50px;
  padding-left: 5px; }

.checkbox {
  width: 100%; }
  .checkbox label {
    font-size: 12px; }
  .checkbox input[type="checkbox"] {
    outline: 1px solid #81ad45;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: #fff; }

label.action-label {
  display: block;
  font-size: 13px;
  font-weight: bold; }

a.green {
  color: #a3d759; }
  a.blue {
    color: #1f274c; }
  a.underline {
    text-decoration: underline; }
  a.hover-underline:hover {
    text-decoration: underline; }
  a span.green {
    color: #a3d759; }
  a span.blue {
    color: #1f274c; }
  a span.bold {
    font-weight: bold; }
  a.bold {
    font-weight: bold; }

.calendar-style {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .calendar-style li {
    min-height: calc(90vh / 6);
    border: 1px solid #1f274c;
    position: relative; }
  .calendar-style li .date {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 2px;
    border-bottom: 1px solid #fff;
    background: #1f274c;
    color: #fff; }
  .calendar-style li span.box-style {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    font-weight: bold;
    font-size: 3em; }
  .calendar-style li span.box-style.green {
    background: #a3d759;
    color: #fff; }
  .calendar-style li span.box-style.red {
    background: #da4a2e;
    color: #fff; }
  .calendar-style li span.row-style {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 2px;
    border-bottom: 1px solid #fff; }
  .calendar-style li span.row-style.red {
    background: #da4a2e;
    color: #fff; }
    .calendar-style li span.row-style.red:hover {
      background: #ff6355;
      cursor: pointer; }
  .calendar-style li span.row-style.green {
    background: #81ad45; }
    .calendar-style li span.row-style.green:hover {
      background: #7ac8ae;
      cursor: pointer; }
  .calendar-style li span.row-style.orange {
    background: #ff6a46;
    color: #fff; }
    .calendar-style li span.row-style.orange:hover {
      background: #7ac8ae;
      cursor: pointer; }
  .calendar-style li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  .calendar-style li .hover i {
    color: #fff;
    font-size: 40px; }
  .calendar-style li:hover .hover {
    opacity: 1; }

.timeline-box .content {
  width: 100%;
  margin-block: 30px; }
  .timeline-box .content .wrap .row {
    align-items: center; }
  .timeline-box .content .wrap .label_holder {
    display: block; }
    .timeline-box .content .wrap .label_holder .label1 {
      background-color: #a3d759;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      padding: 0px 10px; }
    .timeline-box .content .wrap .label_holder .label2 {
      background-color: #1f274c;
      display: inline-block;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      padding: 0px 10px; }
  .timeline-box .content .wrap .title {
    font-size: 13px;
    color: #da4a2e;
    margin-top: 0px;
    margin-block: 5px; }
  .timeline-box .content .wrap ul.timestamps {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .timeline-box .content .wrap ul.timestamps li {
      font-size: 12px; }
      .timeline-box .content .wrap ul.timestamps li span {
        font-weight: 600;
        font-style: italic; }

body {
  box-sizing: border-box;
  font-family: 'Avenir', sans-serif;
  padding: 0px;
  margin: 0px; }

small {
  line-height: 20px;
  display: inline-block; }

.clear {
  clear: both; }

.red-font {
  color: #da4a2e; }

.orange-font {
  color: #ff6a46; }

.green-font {
  color: #a3d759; }
