@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,800&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.bg-primary {
  background-color: #750F7D !important;
}

.bg-primaryLight {
  background-color: #F2E4F7 !important;
}

.bg-primaryDark {
  background-color: #600C66 !important;
}

.bg-secondary {
  background-color: #04BAAB !important;
}

.bg-secondaryLight {
  background-color: #23D3C5 !important;
}

.bg-secondaryDark {
  background-color: #0AA497 !important;
}

.bg-success {
  background-color: #00703C !important;
}

.bg-successLight {
  background-color: #00703C !important;
}

.bg-successDark {
  background-color: #0AA497 !important;
}

.bg-danger {
  background-color: #d32f2f !important;
}

.bg-dangerDark {
  background-color: #5f2120 !important;
}

.bg-dangerLight {
  background-color: #fdeded !important;
}

.bg-warning {
  background-color: #ed6c02 !important;
}

.bg-warningLight {
  background-color: #fff4e5 !important;
}

.bg-warningDark {
  background-color: #663c00 !important;
}

.bg-info {
  background-color: #0288d1 !important;
}

.bg-infoDark {
  background-color: #014361 !important;
}

.bg-infoLight {
  background-color: #e5f6fd !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-dark-grey {
  background-color: #213343 !important;
}

.bg-muted {
  background-color: #B1B4B6 !important;
}

.bg-disabled {
  background-color: #B1B4B6 !important;
}

.text-primary {
  color: #750F7D !important;
}

.text-primaryLight {
  color: #F2E4F7 !important;
}

.text-primaryDark {
  color: #600C66 !important;
}

.text-secondary {
  color: #04BAAB !important;
}

.text-secondaryLight {
  color: #23D3C5 !important;
}

.text-secondaryDark {
  color: #0AA497 !important;
}

.text-success {
  color: #00703C !important;
}

.text-successLight {
  color: #00703C !important;
}

.text-successDark {
  color: #0AA497 !important;
}

.text-danger {
  color: #d32f2f !important;
}

.text-dangerDark {
  color: #5f2120 !important;
}

.text-dangerLight {
  color: #fdeded !important;
}

.text-warning {
  color: #ed6c02 !important;
}

.text-warningLight {
  color: #fff4e5 !important;
}

.text-warningDark {
  color: #663c00 !important;
}

.text-info {
  color: #0288d1 !important;
}

.text-infoDark {
  color: #014361 !important;
}

.text-infoLight {
  color: #e5f6fd !important;
}

.text-dark {
  color: #333333 !important;
}

.text-muted {
  color: #B1B4B6 !important;
}

.text-disabled {
  color: #B1B4B6 !important;
}

.btn-primary {
  background-color: #750F7D !important;
  border-color: #750F7D !important;
}

.btn-secondary {
  background-color: #04BAAB !important;
  border-color: #04BAAB !important;
}

.btn-success {
  background-color: #00703C !important;
  border-color: #00703C !important;
}

.btn-danger {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}

.btn-warning {
  background-color: #ed6c02 !important;
  border-color: #ed6c02 !important;
}

.btn-info {
  background-color: #0288d1 !important;
  border-color: #0288d1 !important;
}

.btn-dark {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #750F7D !important;
  border-color: #750F7D !important;
}
.btn-outline-primary.btn:hover {
  background: #750F7D !important;
  color: #fff !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  color: #04BAAB !important;
  border-color: #04BAAB !important;
}
.btn-outline-secondary.btn:hover {
  background: #04BAAB !important;
  color: #fff !important;
}

.btn-outline-success {
  background-color: transparent !important;
  color: #00703C !important;
  border-color: #00703C !important;
}
.btn-outline-success.btn:hover {
  background: #00703C !important;
  color: #fff !important;
}

.btn-outline-danger {
  background-color: transparent !important;
  color: #d32f2f !important;
  border-color: #d32f2f !important;
}
.btn-outline-danger.btn:hover {
  background: #d32f2f !important;
  color: #fff !important;
}

.btn-outline-warning {
  background-color: transparent !important;
  color: #ed6c02 !important;
  border-color: #ed6c02 !important;
}
.btn-outline-warning.btn:hover {
  background: #ed6c02 !important;
  color: #fff !important;
}

.btn-outline-info {
  background-color: transparent !important;
  color: #0288d1 !important;
  border-color: #0288d1 !important;
}
.btn-outline-info.btn:hover {
  background: #0288d1 !important;
  color: #fff !important;
}

.btn-outline-dark {
  background-color: transparent !important;
  color: #333333 !important;
  border-color: #333333 !important;
}
.btn-outline-dark.btn:hover {
  background: #333333 !important;
  color: #fff !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5em;
}

a {
  transition: all 0.3s ease;
  color: #750F7D;
}
a:hover, a:focus, a:active, a.active, a.is-active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #4c4c4c;
  line-height: 1.167;
  margin-top: 0;
  margin-bottom: 0.35rem;
}

h5, h6 {
  font-weight: 400;
}

@media (min-width: 576px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
  h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  h4 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
  h5 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  h6 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
.header {
  background-color: #fff;
  box-shadow: -10px 15px 10px -15px rgba(0, 0, 0, 0.25);
}
.header--sm {
  height: 60px;
}
.header--sm .header__logo-container {
  max-width: 120px;
}
.header--lg {
  height: 90px;
}
.header--lg .header__logo-container {
  max-width: 240px;
}
.header__logo-container {
  width: 100%;
  max-width: 180px;
}

.footer {
  background-color: #213343;
  color: #efefef;
  padding-top: 2rem;
}
.footer * {
  color: #efefef;
}
.footer a {
  text-decoration: none;
  position: relative;
}
.footer a:after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  background-color: #efefef;
  left: 50%;
  transform: translateX(-50%);
}
.footer a:hover:after {
  width: 100%;
}
.footer__logo-container {
  width: 100%;
  max-width: 150px;
}
.footer__logo-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.footer h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.footer__secondary {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
  border-top: 1px solid;
  border-color: #696969;
}
.footer__secondary p {
  font-size: 13px;
  font-size: 0.8125rem;
}

[class*=logo-container] svg {
  width: 100%;
  height: auto;
}

.btn {
  border-radius: 0;
  padding: 0.85rem 1.85rem;
}
.btn-link {
  color: #750F7D;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.is-active {
  color: inherit;
  text-decoration: none;
}

.header .navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}
.header .navbar-nav .nav-link:after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.header .navbar-nav .nav-item.active .nav-link {
  background: #750F7D;
  color: #fff;
  border: 1px solid;
  border-color: transparent;
}
.header .navbar-nav .nav-item.active .nav-link:hover {
  border-color: #fff;
}
.header .navbar-nav .nav-item.active .nav-link:after {
  display: "none";
}

.header--sm .navbar-nav .nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  font-size: 1rem;
  content: "›";
}

.footer nav ul {
  list-style: none;
  padding: 0;
}
.footer nav li {
  font-size: 14.5px;
  font-size: 0.90625rem;
  line-height: 1.75rem;
}
.footer nav a {
  padding: 0.25rem 0;
}

.footer .footer__secondary nav li {
  font-size: 13px;
  font-size: 0.8125rem;
}

.tooltip-inner {
  background-color: #750F7D;
  border-radius: 0;
}

/* Top positioned tooltip */
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #750F7D;
}

/* Right positioned tooltip */
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #750F7D;
}

/* Bottom positioned tooltip */
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #750F7D;
}

/* Left positioned tooltip */
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #750F7D;
}

.social {
  margin-top: 4rem;
}
.social a {
  padding: 0.15rem;
  width: 2rem;
  height: 2rem;
}
.social a:after {
  display: none;
}
.social a svg {
  transition: all 0.3s ease;
  transform: scale(1, 1);
}
.social a:hover svg {
  transform: scale(1.2, 1.2);
}

.pagination .page-link {
  color: #750F7D;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active, .pagination .page-link.active, .pagination .page-link.is-active {
  color: #fff;
  background-color: #750F7D;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  color: #fff;
  background-color: #750F7D;
  border-color: #750F7D;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.23);
}

/* Base Styles for Checkbox */
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default styling */
  position: relative;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px solid #565656;
  border-radius: 2px;
  margin-right: 8px;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.form-check-input:checked {
  border-color: #750F7D;
  background-color: #750F7D;
  outline: none;
  box-shadow: none;
}
.form-check-input:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-check-input:hover, .form-check-input:focus {
  border-color: #750F7D;
}

/* Base Styles for Radio Button */
.form-check-input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #565656;
  border-radius: 50%;
  margin-right: 8px;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
.form-check-input[type=radio]:checked {
  background-color: #fff;
  /* Adjust color as needed */
  border-color: #750F7D;
}
.form-check-input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #750F7D;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 1px;
}
.form-check-input[type=radio]:hover, .form-check-input[type=radio]:focus {
  border-color: #750F7D;
}

.form-check label {
  vertical-align: sub;
}

.form-floating .form-control:focus {
  border-color: #750F7D;
  border-width: 2px;
  box-shadow: none;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #750F7D;
  transform: scale(0.75) translateY(-1.65rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  color: #750F7D;
  transform: scale(0.75) translateY(-1.65rem) translateX(0.15rem);
}

.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: url("../assets/images/login/flex-bg.png") no-repeat center/cover;
  border: 1px solid red;
}
.login-page .col-md-6:first-of-type {
  height: auto;
  background: url("../assets/images/login/control-flex.jpg") no-repeat center/cover;
}
.login-page .logo-wrapper svg,
.login-page .logo-wrapper img {
  max-width: 250px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
