/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./styleguide/src/scss/style.scss ***!
  \*************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,700&family=Source+Sans+Pro:wght@400;600;700&display=swap);
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./styleguide/src/scss/style.scss (1) ***!
  \*****************************************************************************************************************************/
::-webkit-input-placeholder {
  /* Edge */
  font-size: 0.875rem;
  color: #767676;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  font-size: 0.875rem;
  color: #767676;
}

::-moz-placeholder {
  font-size: 0.875rem;
  color: #767676;
}

::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #767676;
}

::placeholder {
  font-size: 0.875rem;
  color: #767676;
}

form div.bg-light, .card, .modal-content {
  border-radius: 20px;
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
}

.btn {
  padding: 15px;
  font-size: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 70px;
  max-width: 100%;
  border-radius: 4px;
}

.table-responsive tbody tr td.k-status > span, .card .k-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cc0404;
  min-width: 110px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}

.table-responsive tbody tr td.k-status > span.Rejected, .card .k-status.high, .card .k-status.notstarted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
}

.table-responsive tbody tr td.k-status > span.Accepted, .card .k-status.complete, .card .k-status.low {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}

.card .k-status.medium, .card .k-status.onhold {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity));
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

html,
body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background-color: #FAFAFB;
  font-family: "Lato", "Source Sans Pro", sans-serif;
}
body * {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  color: #111;
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

p {
  color: #767676;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
main > * {
  height: 100%;
}
main div#content[is=dmx-view] {
  padding: 25px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
main div#content[is=dmx-view] > section:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 70px;
}
@media screen and (max-width: 820px) {
  main div#content[is=dmx-view] > section:first-of-type {
    padding: 0 25px;
  }
}
main .k-row {
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
main .k-content {
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
main .k-side-nav {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}
main .k-side-nav .k-side-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
main .k-side-nav svg {
  max-width: 100%;
  width: 30px;
  height: auto;
  margin-bottom: 5px;
}
main .k-side-nav .nav-item {
  color: #A39C98;
}
main .k-side-nav .nav-item.active {
  color: #cc0404;
  position: relative;
}
main .k-side-nav .nav-item.active::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0 20px 20px 0;
  height: 80%;
  left: 0;
  width: 4px;
  background-color: #cc0404;
}
main .k-side-nav .nav-item.active svg {
  fill: #cc0404;
}
main .k-side-nav.collapse {
  border-right: 1px solid rgba(226, 226, 234, 0.5);
  min-width: 85px;
  max-width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .k-side-nav.collapse:not(.show) .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  min-height: 70px;
  padding: 8px 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  text-align: center;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(204, 4, 4, 0.5);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cc0404;
}

.progress {
  height: 0.5rem;
}
.progress .progress-bar {
  background-color: #3DD598;
}

.fa-2x {
  font-size: 1.5rem;
}

*[is=dmx-repeat] hr:last-child {
  display: none;
}

@media screen and (max-width: 820px) {
  main .k-side-nav.collapse {
    min-width: 100%;
    max-width: 100%;
    max-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .k-side-nav.collapse:not(.show) .nav-item {
    min-height: 100%;
  }
  main .k-side-nav .k-side-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
  main .k-side-nav .nav-item.active::before {
    bottom: 0;
    height: 4px;
    width: 80%;
    left: initial;
  }
  main .k-content {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row.k-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header {
  background-color: #fff;
  -webkit-box-shadow: inset 0px -1px 0px #E2E2EA;
          box-shadow: inset 0px -1px 0px #E2E2EA;
  border-bottom: 1px solid rgba(226, 226, 234, 0.5);
}
header nav.navbar {
  background-color: inherit;
}
header nav.navbar.bg-light {
  background-color: inherit !important;
}
header nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .k-user-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #171725;
  font-size: 0.875rem;
}
header .k-user-actions .dropdown-toggle {
  background: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .k-user-actions .dropdown-toggle + .show {
  min-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  top: 59px;
  border-radius: 2px;
  margin-top: 0;
  padding: 0;
}
header .k-user-actions .dropdown-toggle + .show li > * {
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .k-user-actions .dropdown-toggle + .show li > * i {
  margin-right: 7px;
}
header .k-user-actions .dropdown-toggle img {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}
header .k-user-actions button {
  font-size: inherit;
  color: inherit;
}

.card {
  overflow: hidden;
}
.card .btn-icon {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
  color: #cc0404;
}
.card .placeholder-img {
  margin-left: -10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.card .col img[src*=".svg"] {
  max-width: 100%;
}
.card .card-header svg {
  max-width: 30px;
  fill: #cc0404;
  height: auto;
  margin-right: 6px;
}
.card .badge.bg-light {
  border: 1px solid #767676;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1rem;
}
.card .k-status.medium, .card .k-status.onhold {
  background-color: #cc0404;
  color: #fff;
}
.card .k-status.complete, .card .k-status.low {
  background-color: #04CC3D;
}
.card .k-data-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.card .k-data-header > * > *:first-child {
  display: block;
  background-color: #E2E2EA;
  margin: 0 -25px 15px;
  padding: 10px 25px;
}
.card .card-footer {
  margin: 30px -25px -25px;
  border-top: 1px solid #e2e2ea;
}
.card .card-footer a i:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .card .k-data-header.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card .k-data-header > * > *:last-child {
    margin-bottom: 15px;
  }
}

.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 10px;
  color: #292929;
  font-weight: 500;
  font-size: 1rem;
}
.form-control:focus,
.form-select:focus {
  background-color: #fff;
}

form .form-check .form-check-label {
  color: #cc0404;
}

label[class*=form-label] {
  color: #111;
  font-weight: 700;
  font-size: 0.9rem;
}

form > * {
  position: relative;
}
form h1 {
  font-size: 24px;
  color: #292929;
  font-weight: 700;
}
form p {
  font-size: 20px;
  color: #A39C98;
  margin: 20px 0;
}
form button:first-child:last-child {
  width: 100%;
}

.btn.btn-default {
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.btn-primary {
  background-color: #cc0404;
  color: #fff;
}
.btn.btn-secondary {
  color: #cc0404;
  background-color: #fff;
  border: 1px solid;
}
.btn.btn-lg:first-child:last-child {
  width: 100%;
}

.form-group .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group .d-flex > [class*=form-]:not(:last-child) {
  margin-right: 10px;
}

h1 + form .form-select {
  color: #767676;
  border: 1px solid;
  border-radius: 0.9rem;
  margin-left: 25px;
}

.has-autocomplete {
  position: relative;
}

.row hr[class*=col] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 98%;
  margin: 20px auto 35px;
  height: 2px;
  background-color: #767676;
}

.dmx-autocomplete-items {
  width: 80%;
}

.btn-link {
  text-decoration: none;
}
.btn-link:not(.btn) {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #be5a24;
  text-decoration: none;
  padding: 0;
}

.table-responsive {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin: 30px 0;
}
.table-responsive thead {
  background-color: #F8F8F8;
}
.table-responsive tbody tr {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}
.table-responsive tbody tr td {
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: 700;
}
.table-responsive tbody tr td .btn {
  color: #cc0404;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  min-width: 0;
  max-width: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-responsive tr th {
  background-color: #F8F8F8;
  padding: 15px 20px;
}
.table-responsive .table:not(caption) > * > * {
  padding: 10px 20px;
  text-align: left;
  min-width: 100px;
}

ul.pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.k-team-member-card {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.k-team-member-card.--vertical .k-team-member img, .k-team-member-card:not(.--vertical) .k-team-member img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.k-team-member-card:not(.--vertical) .k-team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
.k-team-member-card:not(.--vertical) .k-team-member img {
  position: relative;
  z-index: 1;
}
.k-team-member-card:not(.--vertical) .k-team-member > div:last-child {
  text-transform: capitalize;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(163, 156, 152, 0.1);
  margin-top: -25px;
  z-index: 0;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 125px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.k-team-member-card:not(.--vertical) .k-team-member > div:last-child > * {
  padding: 0;
  margin: 0;
}
.k-team-member-card:not(.--vertical) > .k-team-member > div:last-child {
  background-color: rgba(204, 4, 4, 0.1);
}
.k-team-member-card.--vertical .k-team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.k-team-member-card.--vertical .k-team-member > div {
  text-transform: capitalize;
}
.k-team-member-card.--vertical .k-team-member > div > * {
  padding: 0;
  margin: 0;
}

.style1{
  color: #000;
  display: block;
}

.style2{
  display: inline-block;
}

.style3{
  color: #000;
}

.style4{
  color: #000;
}

.style5{
  margin-top: 1rem;
  display: block;
}