@charset "UTF-8";
.flex-center {
  display: inline-flex !important;
}

.border-dashed {
  border-style: dashed !important;
  border-width: inherit !important;
}

[class~=hover-shadow-],
[class*=hover-shadow-],
.hover-shadow {
  transition: all 0.25s ease-in-out;
}

.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(14, 17, 31, 0.075) !important;
}

.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(14, 17, 31, 0.1) !important;
}

.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(14, 17, 31, 0.125) !important;
}

.hover-shadow-xl:hover {
  box-shadow: 0 2rem 4rem rgba(14, 17, 31, 0.175) !important;
}

.hover-shadow-3d:hover {
  box-shadow: 5px 5px 0px 0px #0e111f !important;
}

.grid-separator {
  overflow: hidden;
}
.grid-separator > * {
  box-shadow: -1px -1px 0px 0px #e7e7ef;
}
.grid-separator > [class*=col-],
.grid-separator [class^=col-] {
  padding: 2rem 1rem;
}

.text-white .grid-separator > * {
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.125);
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3655FF;
  --bs-indigo: #5865f5;
  --bs-purple: #C26BF8;
  --bs-pink: #F65660;
  --bs-red: #ff3800;
  --bs-orange: #ff6838;
  --bs-yellow: #FFC940;
  --bs-green: #37A878;
  --bs-teal: #21A5A7;
  --bs-cyan: #28abff;
  --bs-white: #fff;
  --bs-gray: #434B69;
  --bs-gray-dark: #232A42;
  --bs-gray-100: #f9f9fe;
  --bs-gray-200: #e7e7ef;
  --bs-gray-300: #d6d6df;
  --bs-gray-400: #c5c5cf;
  --bs-gray-500: #6C718C;
  --bs-gray-600: #434B69;
  --bs-gray-700: #2E3552;
  --bs-gray-800: #232A42;
  --bs-gray-900: #191E32;
  --bs-primary: #3655FF;
  --bs-secondary: #2E3552;
  --bs-success: #37A878;
  --bs-info: #28abff;
  --bs-warning: #FFC940;
  --bs-danger: #F65660;
  --bs-light: #f9f9fe;
  --bs-white: #fff;
  --bs-gray-200: #e7e7ef;
  --bs-gray-800: #232A42;
  --bs-dark: #0E111F;
  --bs-primary-rgb: 54, 85, 255;
  --bs-secondary-rgb: 46, 53, 82;
  --bs-success-rgb: 55, 168, 120;
  --bs-info-rgb: 40, 171, 255;
  --bs-warning-rgb: 255, 201, 64;
  --bs-danger-rgb: 246, 86, 96;
  --bs-light-rgb: 249, 249, 254;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-200-rgb: 231, 231, 239;
  --bs-gray-800-rgb: 35, 42, 66;
  --bs-dark-rgb: 14, 17, 31;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 14, 17, 31;
  --bs-body-color-rgb: 35, 42, 66;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #232A42;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade-n .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade-n .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(14, 17, 31, 0.2);
  border-radius: 0.575rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #0E111F;
}
.modal-backdrop.fade-n {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  position:relative !important;
  width:100% !important;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #e7e7ef !important;
  border-top-left-radius: calc(0.575rem - 1px);
  border-top-right-radius: calc(0.575rem - 1px);
}

.modal-header .btn-n-close {
  position:absolute !important;
  top:8px !important;
  right:10px !important;
  padding: 0;
  margin: 0;
}

.modal-title {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  position:relative;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e7e7ef;
  border-bottom-right-radius: calc(0.575rem - 1px);
  border-bottom-left-radius: calc(0.575rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.modal-header .btn-close {
  padding: 0;
  right: 0;
  top: 0;
  margin: 0;
}

.btn-close {
  width: 32px;
  height: 32px;
  background-image: none;
  opacity: 1;
}

.fade-n {
  transition: opacity 0.15s linear !important;
}
@media (prefers-reduced-motion: reduce) {
  .fade-n {
    transition: none !important;
  }
}
.fade-n:not(.show) {
  opacity: 0 !important;
}

.border-0 {
  border: 0 !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.btn-outline-secondary-n {
  color: #2E3552 !important;
  border-color: #2E3552 !important;
}
.btn-outline-secondary-n:hover {
  color: #fff !important;
  background-color: #2E3552 !important;
  border-color: #2E3552 !important;
}
.btn-check:focus + .btn-outline-secondary-n, .btn-outline-secondary-n:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 53, 82, 0.5);
}
.btn-check:checked + .btn-outline-secondary-n, .btn-check:active + .btn-outline-secondary-n, .btn-outline-secondary-n:active, .btn-outline-secondary-n.active, .btn-outline-secondary-n.dropdown-toggle.show {
  color: #fff;
  background-color: #2E3552;
  border-color: #2E3552;
}
.btn-check:checked + .btn-outline-secondary-n:focus, .btn-check:active + .btn-outline-secondary-n:focus, .btn-outline-secondary-n:active:focus, .btn-outline-secondary-n.active:focus, .btn-outline-secondary-n.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 53, 82, 0.5);
}
.btn-outline-secondary-n:disabled, .btn-outline-secondary-n.disabled {
  color: #2E3552;
  background-color: transparent;
}

.btn-circle-ripple.btn-secondary::before, .btn-circle-ripple.btn-outline-secondary::before {
  box-shadow: 0 0 0 1px #2E3552 !important;
}

.top-0 {
  top: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.width-3x {
  width: 2rem !important;
}

.height-3x {
  height: 2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.flex-center {
  align-items: center !important;
}

.flex-center {
  justify-content: center !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.bx {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.btn-n-close {
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #2E3552 !important;
  padding: 0.475rem 1rem;
  background-color: #f9f9fe !important;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-n-close i { font-size:20px !important; color: #2e3552; }
.btn-n-close:hover i { color: #fff !important; }
.btn-n-close:hover {
  background-color: #2E3552 !important;
  border-color: #2E3552 !important;
}


.btn-n {
  display: inline-block !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #232A42 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.475rem 1rem !important;
  border-radius: 0.375rem !important;
  transition: all 0.25s ease-in-out !important;
}
@media (prefers-reduced-motion: reduce) {
  .btn-n {
    transition: none !important;
  }
}
.btn-n:hover {
  color: #fff !important;
}
.btn-check:focus + .btn-n, .btn-n:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(54, 85, 255, 0.1);
}
.btn-n:disabled, .btn-n.disabled, fieldset:disabled .btn-n {
  pointer-events: none;
  opacity: 0.65;
}

.btn-gray-200 {
  color: #0E111F !important;
  background-color: #e7e7ef !important;
  border-color: #e7e7ef !important;
  font-size:13px !important;
}
.btn-gray-200:hover {
  color: #fff !important;
  background-color: #3e75bb !important;
  border-color: #3e75bb !important;
}
.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #0E111F;
  background-color: #ebebf1;
  border-color: #e9e9f1;
  box-shadow: 0 0 0 0.25rem rgba(198, 199, 208, 0.5);
}
.btn-check:checked + .btn-gray-200, .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active, .show > .btn-gray-200.dropdown-toggle {
  color: #0E111F;
  background-color: #ececf2;
  border-color: #e9e9f1;
}
.btn-check:checked + .btn-gray-200:focus, .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 199, 208, 0.5);
}
.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #0E111F;
  background-color: #e7e7ef;
  border-color: #e7e7ef;
}

.btn-sm-n, .btn-group-sm > .btn-n {
  padding: 0.275rem 0.675rem;
  font-size: 0.835rem;
  border-radius: 0.25rem;
}






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