﻿:root {
    --primary-color: #00a928;
    --primary-dark-color: #3c763d;
    --selected-color: #3c763d;
    --selected-color-sm: #FFBA49;
    --dalo-green: #0f983b;
    --dalo-light-green: #67b556;
    --dalo-dark-green: #005700;
    --dark-text-header: #262641;
    --secondary-brand-color: #4D9DE0;
    --subtle-text: #9797AB;
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Raleway, "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Fonts */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway/static/Raleway-Medium.ttf');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway/static/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway/static/Raleway-Thin.ttf');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway/static/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url("~/Content/fonts/Roboto/Roboto-Light.eot");
    src: url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Bold.eot");
    src: url("fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Medium.eot");
    src: url("fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto/Roboto-Medium.woff") format("woff"), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Regular.eot");
    src: url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Black.eot");
    src: url("fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto/Roboto-Black.woff") format("woff"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    padding-right: 0px !important;
}

p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd, dt {
    font-size: 14px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

span {
    font-size: 14px;
}

a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.a-list {
    font-size: 14px;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.a-list:hover, .a-list:focus, .a-list:active {
    color: #007bff;
    text-decoration: underline;
}

/* Black links for export */
.a-black-und-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}

.a-black-und-link:hover, .a-black-und-link:focus, .a-black-und-link:active {
    color: #358529;
}

.black-print-icon {
    width: 14px;
    height: 12px;
    left: 0px;
    top: 4px;
}

/* Breadcrumbs */
.bcrumb a .mdi:hover, .bcrumb a .mdi:focus {
    color: #358529 !important;
    text-decoration: none;
}

.bcrumb p a.active {
    color: #358529 !important;
    text-decoration: none;
}

.bcrumb p a:hover, .bcrumb p a:focus {
    color: #358529 !important;
    text-decoration: none;
}

.bcrumb a .hover-cursor:hover, .bcrumb a hover-cursor:focus {
    color: #358529 !important;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.dark-text-header {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: var(--dark-text-header);
}

th {
    text-align: inherit;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-btn {
    height: 24px;
    /*width: 95px;*/
    border-radius: 5px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.table {
    width: 100% !important;
    margin-bottom: 1rem !important;
    color: #212529 !important;
    white-space: nowrap;
}

.table th {
    padding: 1.25rem 0.9375rem !important;
    vertical-align: top !important;
}

.table thead th {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 1.25rem 0.9375rem !important;
    vertical-align: bottom !important;
    border-bottom: 2px solid #f3f3f3 !important;
}

.table td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 12px !important;
    line-height: 1;
    /*padding: 1.25rem 0.9375rem !important;*/
    padding: 1.5rem 0.9375rem !important;
    vertical-align: middle !important;
}

/* Bit check boxes in list views from models */
.table td input.check-box {
    width: auto !important;
}
/* End bit check boxes in list views from models */

.table tbody tr:not(:first-child) {
    border-top: 3px solid #f3f3f3 !important;
}

.table tbody tr:last-child {
    border-bottom: 3px solid #ffffff !important;
}

.table tbody tr:hover {
    background: #ffffff !important;
    -webkit-box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.table tbody + tbody {
    border-top: 2px solid #f3f3f3 !important;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem !important;
}

.table-bordered {
    border: 1px solid #f3f3f3 !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f3f3f3 !important;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px !important;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0 !important;
}

.table-striped tbody tr {
    background-color: #ffffff !important;
    border-radius: 5px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #f3f3f3 none !important;*/
    background-color: #ffffff !important;
    background: #ffffff !important;
}

.table-striped tbody tr:nth-of-type(odd):hover {
    background: #ffffff !important;
    -webkit-box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.table-striped tbody tr:hover {
    background: #ffffff !important;
    -webkit-box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.table-hover tbody tr:hover {
    color: #212529 !important;
    background-color: #eaeaf1 !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #cddcff !important;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #a2bfff !important;
}

.table-hover .table-primary:hover {
    background-color: #b4caff !important;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4caff !important;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5d5d5 !important;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b0b0b0 !important;
}

.table-hover .table-secondary:hover {
  background-color: #c8c8c8 !important;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8c8c8 !important;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d7edbe !important;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b5de86 !important;
}

.table-hover .table-success:hover {
  background-color: #cbe7aa !important;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cbe7aa !important;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9d1f6 !important;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b9a9ee !important;
}

.table-hover .table-info:hover {
  background-color: #c7bcf2 !important;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c7bcf2 !important;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeb8 !important;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7a !important;
}

.table-hover .table-warning:hover {
  background-color: #ffe89f !important;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe89f !important;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcbcb !important;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9f9f !important;
}

.table-hover .table-danger:hover {
  background-color: #ffb2b2 !important;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2b2 !important;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe !important;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc !important;
}

.table-hover .table-light:hover {
  background-color: #ececf6 !important;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6 !important;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c5c8 !important;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f9399 !important;
}

.table-hover .table-dark:hover {
  background-color: #b6b8bc !important;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b8bc !important;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075) !important;
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075) !important;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075) !important;
}

.table .thead-dark th {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #454d55 !important;
}

.table .thead-light th {
  color: #495057 !important;
  background-color: #e9ecef !important;
  border-color: #f3f3f3 !important;
}

.table-dark {
  color: #fff !important;
  background-color: #343a40 !important;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55 !important;
}

.table-dark.table-bordered {
  border: 0 !important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.table-dark.table-hover tbody tr:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.075) !important;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        border: none;
    }
}

@media (min-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  border-radius: 0;
}



.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e7eaed;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e7eaed;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #284485;
  background-color: #dbe6ff;
  border-color: #cddcff;
}

.alert-primary hr {
  border-top-color: #b4caff;
}

.alert-primary .alert-link {
  color: #1c305e;
}

.alert-secondary {
  color: #363636;
  background-color: #e1e1e1;
  border-color: #d5d5d5;
}

.alert-secondary hr {
  border-top-color: #c8c8c8;
}

.alert-secondary .alert-link {
  color: #1d1d1d;
}

.alert-success {
  color: #3b640b;
  background-color: #e3f2d0;
  border-color: #d7edbe;
}

.alert-success hr {
  border-top-color: #cbe7aa;
}

.alert-success .alert-link {
  color: #203606;
}

.alert-info {
  color: #3e2e74;
  background-color: #e4def9;
  border-color: #d9d1f6;
}

.alert-info hr {
  border-top-color: #c7bcf2;
}

.alert-info .alert-link {
  color: #2a204f;
}

.alert-warning {
  color: #856400;
  background-color: #fff3cc;
  border-color: #ffeeb8;
}

.alert-warning hr {
  border-top-color: #ffe89f;
}

.alert-warning .alert-link {
  color: #523e00;
}

.alert-danger {
  color: #852525;
  background-color: #ffdada;
  border-color: #ffcbcb;
}

.alert-danger hr {
  border-top-color: #ffb2b2;
}

.alert-danger .alert-link {
  color: #5d1a1a;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #15181e;
  background-color: #d4d5d8;
  border-color: #c3c5c8;
}

.alert-dark hr {
  border-top-color: #b6b8bc;
}

.alert-dark .alert-link {
  color: black;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 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;
  }
}

/* Custom modal styling */
.modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-fluid .modal-content {
    border-radius: 0;
}

.modal-primary .modal-title {
    color: #fff;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-primary .modal-content {
    background-color: #5e72e4;
    color: #fff;
}

.modal-primary .modal-content .heading {
    color: #fff;
}

.modal-primary .close > span:not(.sr-only) {
    color: #fff;
}

.modal-secondary .modal-title {
    color: #212529;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-secondary .modal-content {
    background-color: #f7fafc;
    color: #212529;
}

.modal-secondary .modal-content .heading {
    color: #212529;
}

.modal-secondary .close > span:not(.sr-only) {
    color: #fff;
}

.modal-success .modal-title {
    color: #fff;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-success .modal-content {
    background-color: #2dce89;
    color: #fff;
}

.modal-success .modal-content .heading {
    color: #fff;
}

.modal-success .close > span:not(.sr-only) {
    color: #fff;
}

.modal-info .modal-title {
    color: #fff;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-info .modal-content {
    background-color: #11cdef;
    color: #fff;
}

.modal-info .modal-content .heading {
    color: #fff;
}

.modal-info .close > span:not(.sr-only) {
    color: #fff;
}

.modal-warning .modal-title {
    color: #fff;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-warning .modal-content {
    background-color: #fb6340;
    color: #fff;
}

.modal-warning .modal-content .heading {
    color: #fff;
}

.modal-warning .close > span:not(.sr-only) {
    color: #fff;
}

.modal-danger .modal-title {
    color: #fff;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-danger .modal-content {
    background-color: #f5365c;
    color: #fff;
}

.modal-danger .modal-content .heading {
    color: #fff;
}

.modal-danger .close > span:not(.sr-only) {
    color: #fff;
}

.modal-light .modal-title {
    color: #fff;
}

.modal-light .modal-header,
.modal-light .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-light .modal-content {
    background-color: #adb5bd;
    color: #fff;
}

.modal-light .modal-content .heading {
    color: #fff;
}

.modal-light .close > span:not(.sr-only) {
    color: #fff;
}

.modal-dark .modal-title {
    color: #fff;
}

.modal-dark .modal-header,
.modal-dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-dark .modal-content {
    background-color: #212529;
    color: #fff;
}

.modal-dark .modal-content .heading {
    color: #fff;
}

.modal-dark .close > span:not(.sr-only) {
    color: #fff;
}

.modal-default .modal-title {
    color: #fff;
}

.modal-default .modal-header,
.modal-default .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-default .modal-content {
    background-color: #172b4d;
    color: #fff;
}

.modal-default .modal-content .heading {
    color: #fff;
}

.modal-default .close > span:not(.sr-only) {
    color: #fff;
}

.modal-white .modal-title {
    color: #212529;
}

.modal-white .modal-header,
.modal-white .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-white .modal-content {
    background-color: #fff;
    color: #212529;
}

.modal-white .modal-content .heading {
    color: #212529;
}

.modal-white .close > span:not(.sr-only) {
    color: #fff;
}

.modal-neutral .modal-title {
    color: #212529;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-neutral .modal-content {
    background-color: #fff;
    color: #212529;
}

.modal-neutral .modal-content .heading {
    color: #212529;
}

.modal-neutral .close > span:not(.sr-only) {
    color: #fff;
}

.modal-darker .modal-title {
    color: #fff;
}

.modal-darker .modal-header,
.modal-darker .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-darker .modal-content {
    background-color: black;
    color: #fff;
}

.modal-darker .modal-content .heading {
    color: #fff;
}

.modal-darker .close > span:not(.sr-only) {
    color: #fff;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #4d83ff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1a5fff !important;
}

.bg-secondary {
  background-color: #686868 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4f4f4f !important;
}

.bg-success {
  background-color: #71c016 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #569211 !important;
}

.bg-info {
  background-color: #7859df !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #552ed7 !important;
}

.bg-warning {
  background-color: #ffc100 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc9a00 !important;
}

.bg-danger {
  background-color: #ff4747 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1414 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #282f3a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #13171c !important;
}

/* Backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-secondary {
    background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

.bg-gradient-success {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-warning {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

.bg-gradient-dark {
    background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-neutral {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-darker {
    background: linear-gradient(87deg, black 0, black 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-indigo {
    background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

.bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

.bg-gradient-pink {
    background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

.bg-gradient-red {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-yellow {
    background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

.bg-gradient-green {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-teal {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-cyan {
    background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-gray {
    background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

.bg-gradient-gray-dark {
    background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

.bg-gradient-light {
    background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

.bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

.border {
  border: 1px solid #f3f3f3 !important;
}

.border-top {
  border-top: 1px solid #f3f3f3 !important;
}

.border-right {
  border-right: 1px solid #f3f3f3 !important;
}

.border-bottom {
  border-bottom: 1px solid #f3f3f3 !important;
}

.border-left {
  border-left: 1px solid #f3f3f3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #4d83ff !important;
}

.border-secondary {
  border-color: #686868 !important;
}

.border-success {
  border-color: #71c016 !important;
}

.border-info {
  border-color: #7859df !important;
}

.border-warning {
  border-color: #ffc100 !important;
}

.border-danger {
  border-color: #ff4747 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #282f3a !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0, .rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .template-demo > .btn-group,
.template-demo > .btn-group-vertical,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .template-demo > .btn, .template-demo > .btn-group,
.template-demo > .btn-group-vertical, .template-demo > .dropdown,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .btn-toolbar .btn-group + .btn-group,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .template-demo > .btn,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #4d83ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #014eff !important;
}

.text-secondary {
  color: #686868 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #424242 !important;
}

.text-success {
  color: #71c016 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #497b0e !important;
}

.text-success-dark {
    color: #0f983b !important;
}

a.text-success-dark:hover, a.text-success-dark:focus {
    color: #005700 !important;
}

.text-info {
  color: #7859df !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4b26c5 !important;
}

.text-warning {
  color: #ffc100 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b38700 !important;
}

.text-danger {
  color: #ff4747 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #fa0000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #282f3a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #090a0d !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #686868 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */

/* Utilities */
.grid-margin {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

.img-lg {
  width: 92px;
  height: 92px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 37px;
  height: 37px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

.inv-inactive-badge {
    position: relative;
    width: 21px;
    height: 21px;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-radius: 3px;
}

#inv-active-outer-badge {
    width: 21px;
    height: 21px;
    background: #FFF;
    overflow: hidden;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-radius: 3px;
}

#inv-active-outer-badge #inv-active-inner-badge {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 10%;
    background: #5cb85c;
}

.list-img {
    height: 16px !important;
    width: 16px !important;
    border-radius: 0px !important;
}

.list-img-inventory {
    height: 22px !important;
    width: 30px !important;
    border-radius: 0px !important;
}

.list-img-calendar {
    height: 12px !important;
    width: 9px !important;
    border-radius: 0px !important;
    padding-bottom: 2px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.text-gray, .card .card-subtitle {
  color: #8c8c8c;
}

.flex-grow {
  flex-grow: 1;
}

.hover-cursor:hover {
  cursor: pointer;
}

/*-------------------------------------------------------------------*/
/* === Components === */

/* Customer note */
.customernote .modal-title {
    font-size: 3.5rem;
    font-weight: 600;
    font-weight: 300;
    line-height: 1.2;
}

.customernote .modal-body {
    width: 100%;
    height: 100%;
    background: #333 url('../images/bg-inflicted.png') repeat;
}

.customernote-paper {
    color: #FFF;
    font-size: 20px;
}

.customernote-textarea {
    width: 500px !important;
    overflow: hidden;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 34px;
    background-image: url('../images/note-lines.png'), url('../images/note-paper.png');
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.customernote-textarea:focus, .customernote-textarea:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#custnoteSuccess {
    display: none;
}

#custnoteFailure {
    display: none;
}

#customerNotesDiv {
    display: none;
}

#custnoteEditSuccess {
    display: none;
}

#custnoteEditFailure {
    display: none;
}

#custnoteDeleteSuccess {
    display: none;
}

#custnoteDeleteFailure {
    display: none;
}

.customernote-card {
    width: 100%;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 34px;
    background-image: url('../images/note-lines.png'), url('../images/note-paper.png');
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    overflow-x: hidden;
    word-wrap: break-word;
}

#noteDetail::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#noteDetail::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#noteDetail::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #noteDetail::-webkit-scrollbar-track {
        display: none;
    }

    #noteDetail::-webkit-scrollbar {
        display: none;
    }

    #noteDetail::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* Customer Data Snapshot */
.customer-data-snapshot .main-card {
    border-radius: 15px;
    height: 100%;
}

.customer-data-snapshot .snap-cust-title {
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    color: #333333;
    margin-top: 2rem;
}

.customer-data-snapshot .snap-form-inline {
    margin-top: 8px;
    width: 100%;
    float: right;
}

.customer-data-snapshot .snap-filter-label {
    margin-top: 2.5rem;
}

.customer-data-snapshot .snap-title {
    font-weight: 600;
    font-size: 10px;
    opacity: .8;
}

.customer-data-snapshot .snap-total-icon {
    width: 12px;
    height: 10px;
    vertical-align: middle !important;
    padding: 0px 3px 2px 0px;
}

.customer-data-snapshot .snap-data {
    font-size: 12px;
}

.customer-data-snapshot .snap-card {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.05);
    border-radius: 5px;
}

.customer-data-snapshot .snap-card-total {
    position: relative;
    width: 100%;
    padding: .8rem;
    background: #4d83ff;
    border: 1px solid #4d83ff;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.05);
    border-radius: 8px;
}

.customer-data-snapshot .snap-card-total .snap-data-total {
    font-size: 14px;
}

@media screen and (min-width: 1200px){
    .customer-data-snapshot input {
        width: 40% !important;
        height: 10% !important;
    }
}

@media (max-width: 1998.5px) and (min-width: 992px) {
    .customer-data-snapshot input {
        width: 34% !important;
        height: 10% !important;
    }
}

.customer-data-snapshot input {
    text-align: center !important;
}

/* Cards */
.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.card .card-body {
  padding: 1.5rem 1.875rem;
}

.card .card-body + .card-body {
  padding-top: 1rem;
}

.card .card-title {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
}

.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.card .card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: #76838f;
}

.card.card-outline-success {
  border: 1px solid #71c016;
}

.card.card-outline-primary {
  border: 1px solid #4d83ff;
}

.card.card-outline-warning {
  border: 1px solid #ffc100;
}

.card.card-outline-danger {
  border: 1px solid #ff4747;
}

.card.card-rounded {
  border-radius: 25px;
}

.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

.card.card-img-holder {
  position: relative;
}

.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.card.card-weather .weather-daily .weather-day {
  opacity: .5;
  font-weight: 900;
}

.card.card-weather .weather-daily i {
  font-size: 20px;
}

.card.card-weather .weather-daily .weather-temp {
  margin-top: .5rem;
  margin-bottom: 0;
  opacity: .5;
  font-size: .75rem;
}

.card-inverse-primary {
  background: rgba(77, 131, 255, 0.2);
  border: 1px solid #4779eb;
  color: #3b64c2;
}

.card-inverse-secondary {
  background: rgba(104, 104, 104, 0.2);
  border: 1px solid #606060;
  color: #4f4f4f;
}

.card-inverse-success {
  background: rgba(113, 192, 22, 0.2);
  border: 1px solid #68b114;
  color: #569211;
}

.card-inverse-info {
  background: rgba(120, 89, 223, 0.2);
  border: 1px solid #6e52cd;
  color: #5b44a9;
}

.card-inverse-warning {
  background: rgba(255, 193, 0, 0.2);
  border: 1px solid #ebb200;
  color: #c29300;
}

.card-inverse-danger {
  background: rgba(255, 71, 71, 0.2);
  border: 1px solid #eb4141;
  color: #c23636;
}

.card-inverse-light {
  background: rgba(248, 249, 250, 0.2);
  border: 1px solid #e4e5e6;
  color: #bcbdbe;
}

.card-inverse-dark {
  background: rgba(40, 47, 58, 0.2);
  border: 1px solid #252b35;
  color: #1e242c;
}

/* Icons */
.icons-list {
  border-left: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

.icons-list > div {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 0.875rem;
}

.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #45c15e;
}

.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.icon-lg {
  font-size: 2.5rem;
}

.icon-md {
  font-size: 1.875rem;
}

.icon-sm {
  font-size: 1rem;
}

/* Lists */
ul,
ol,
dl {
  padding-left: 1rem;
  font-size: 0.875rem;
}

ul li,
ol li,
dl li {
  line-height: 1.8;
}

.list-ticked,
.list-arrow,
.list-star {
  list-style: none;
  padding: 0;
}

.list-ticked li,
.list-arrow li,
.list-star li {
  padding-left: 1.5rem;
}

.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
  font-family: "Material Design Icons";
  margin-left: -1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
}

.list-ticked li:before {
  content: '\F12D';
  color: #ff4747;
}

.list-arrow li:before {
  content: '\F142';
  color: #71c016;
}

.list-star li:before {
  content: '\F4CE';
  color: #ffc100;
}

.solid-bullet-list {
  position: relative;
  padding-left: 0;
}

.solid-bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 2.125rem;
}

.solid-bullet-list li * {
  line-height: .8;
}

.solid-bullet-list li:before, .solid-bullet-list li:after {
  content: "";
  position: absolute;
}

.solid-bullet-list li:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #45c15e;
  z-index: 1;
}

.solid-bullet-list:after {
  content: "";
  border: 1px solid #f3f3f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
}

.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}

.bullet-line-list li {
  position: relative;
}

.bullet-line-list li:before {
  width: 15px;
  height: 15px;
  left: -30px;
  top: 0;
  border: 4px solid #45c15e;
  margin-right: 15px;
  z-index: 2;
  background: #ffffff;
}

/* Tables */
.table {
  margin-bottom: 0;
}

.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 1rem;
}

.table thead th i {
  margin-left: 0.325rem;
}

.table th,
.table td {
  vertical-align: middle;
  line-height: 1;
}

.table td {
  font-size: 0.875rem;
}

.table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.table td .badge {
  margin-bottom: 0;
}

.table.table-borderless {
  border: none;
}

.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}

.table.table-bordered {
  border-top: 1px solid #f3f3f3;
}

/* Route customers */
.route-cust img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.route-cust a .name-initials-sm {
  position: relative;
  top: 38%;
  color: #FFF;
  text-align: center;
  font-size: 10px;
}

.route-cust .photo-success-sm {
  width: 35px;
  height: 35px;
  background: #71c016;
  border-radius: 50%;
}

.route-cust .photo-primary-sm {
  width: 35px;
  height: 35px;
  background: #4d83ff;
  border-radius: 50%;
}

.route-cust .photo-light-sm {
  width: 35px;
  height: 35px;
  background: #bdbec4;
  border-radius: 50%;
}

.route-cust .photo-danger-sm {
  width: 35px;
  height: 35px;
  background: #ff4747;
  border-radius: 50%;
}

.route-cust .photo-warning-sm {
  width: 35px;
  height: 35px;
  background: #ffc100;
  border-radius: 50%;
}

.route-cust .photo-info-sm {
  width: 35px;
  height: 35px;
  background: #7859df;
  border-radius: 50%;
}

.route-title:hover, .route-title span:hover,
.route-title:focus, .route-title span:focus {
  color: #ff4747 !important;
}

/* Route and customers hover and focused */
.route-cust img:hover, .route-cust img:focus {
  border: 2px solid #ced4da;
}

.route-cust .photo-success-sm:hover, .route-cust .photo-success-sm:focus {
  border: 2px solid #3b8f00;
}

.route-cust .photo-primary-sm:hover, .route-cust .photo-primary-sm:focus {
  border: 2px solid #0057cb;
}

.route-cust .photo-light-sm:hover, .route-cust .photo-light-sm:focus {
  border: 1px solid #8d8e94;
}

.route-cust .photo-danger-sm:hover, .route-cust .photo-danger-sm:focus {
  border: 2px solid #c4001f;
}

.route-cust .photo-warning-sm:hover, .route-cust .photo-warning-sm:focus {
  border: 2px solid #c79100;
}

.route-cust .photo-info-sm:hover, .route-cust .photo-info-sm:focus {
  border: 2px solid #422eac;
}

.team-photo .photo-success-sm {
  width: 50px;
  height: 50px;
  background: #71c016;
  border-radius: 50%;
}

.team-photo .photo-primary-sm {
  width: 50px;
  height: 50px;
  background: #4d83ff;
  border-radius: 50%;
}

.team-photo .photo-light-sm {
  width: 50px;
  height: 50px;
  background: #bdbec4;
  border-radius: 50%;
}

.team-photo .photo-danger-sm {
  width: 50px;
  height: 50px;
  background: #ff4747;
  border-radius: 50%;
}

/* List view */
.list-item {
  display: block;
  border-top: 1px solid #ced4da !important;
  color: #212121;
  background: #FFF;
  position: relative;
}

.list-item:last-child {
  border-bottom: 1px solid #ced4da !important;
  margin-bottom: 1rem;
}

.list-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.list-item h4 {
   font-size: 14px !important;
}

.list-item:hover {
  background: #FFF;
  color: #00a928;
  -webkit-box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
  border-left: 3px solid #00a928;
}

.list-item .user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.list-item h3 {
  font-size: 17px;
}

.list-item .list-details {
  width: calc(100% - 250px);
}

@media (max-width: 1199.98px) {
  .list-item .list-details {
      width: 100%;
      text-align: center;
  }
}

.list-item .list-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: center;
}

.list-item .btn-sm {
  border-radius: 50% !important;
  height: 40px;
}

.list-item .btn-sm .mdi {
  position: relative;
  top: 3.5px;
}

@media screen and (min-width: 768px){
    .cust-mob-list-view {
        zoom: 0.9;
    }
}

@media screen and (max-width: 767px){
    .cust-mob-list-view {
        zoom: 0.8;
    }
}

/* List view */
.mob-list-item {
    display: block;
    border: 1px solid #ced4da !important;
    color: #212121;
    background: #FFF;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.mob-list-item:last-child {
    border-bottom: 1px solid #ced4da !important;
    margin-bottom: 1rem;
}

.mob-list-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mob-list-item h4 {
   font-size: 14px !important;
}

.mob-list-item:hover {
  background: radial-gradient(green, transparent);
  -webkit-box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
}

.mob-list-item .user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.mob-list-item h3 {
  font-size: 17px;
}

.mob-list-item .list-details {
  width: calc(100% - 250px);
  background: #FFF;
  border: 1px solid #ced4da !important;
}

@media (max-width: 1199.98px) {
  .mob-list-item .list-details {
      width: 100%;
      background: #FFF;
      border: 1px solid #ced4da !important;
  }
}

.mob-list-item .list-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: center;
}

.mob-list-item .btn-sm .mdi {
  position: relative;
  top: 3.5px;
}

@media screen and (min-width: 1024px){
    input, select, textarea {
        width: 216px !important;
    }

    input, select, textarea {
        max-width: 240px !important;
    }
}

@media screen and (max-width: 1023px) {
    input, select, textarea {
        width: 100% !important;
    }

    input, select, textarea {
        max-width: 100% !important;
    }
}

/* Search select filters */
/* Small select filters */
.small-select {
    width: 133px !important;
}

/* Buttons */
.lv-filter-btn {
    line-height: 1.3;
}

.no-data-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.no-data-img-sm {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

/* Had to adjust the z-index level so the snapshot dates won't go under
   the navbar when the snapshot is closer to the navbar
*/
.datepicker-dropdown {
    z-index: 99999 !important;
}

/* Changed the min-width to accomodate length of french words when the page 
   is translated
*/

/* Raising the element because of the list views
    and also accomodate the long texts
*/
.dropdown-menu {
    z-index: 8000;
    min-width: 200px;
}

.facility-checkout-modal {
    position: relative;
}

.facility-checkout-modal .modal-dialog .modal-content {
    max-width: 440px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(140, 140, 161, 0.2);
    border-radius: 16px;
}

.facility-checkout-modal .modal-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    /*font-size: 24px;*/
    font-size: 18px;
    line-height: 130%;
    /* or 31px */

    color: #333333;
}

.facility-checkout-modal input,.facility-checkout-modal  select {
    width: 100% !important;
    max-width: 100% !important;
}

/* Modal adjustments for inventory items index view */
@media(max-width: 767px) {

    .facility-checkout-modal {
        position: relative;
    }

    .facility-checkout-modal .modal-dialog .modal-content {
        max-width: 100%;
    }

    .facility-checkout-modal .modal-title {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        /* or 31px */
        color: #333333;
    }

    .facility-checkout-modal input, .facility-checkout-modal select {
        width: 100% !important;
        max-width: 100% !important;
    }

}

/* Invoice search at the invoice index */
.invoice-status {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    /*line-height: 21px;*/
}

.invoice-status-num {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 21px;*/
    color: #358529;
}

.invoice-index-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.invoice-search-select {
    width: 133px !important;
}

.invoice-search-date {
    width: 133px !important;
}
/* Invoice search at the invoice index */

/* Invoice styling for create modal on the customers index */
.invoice-modal {
    width: 100%;
    height: 100%;
    position: relative;
}

.invoice-modal .invoice-add-item-btn {
    width: 22px !important;
    height: 23px !important;
}

.invoice-modal .invoice-add-item-icon {
    font-size: 10px !important;
    padding: 1px 0px;
    color: #FFF !important;
}

.invoice-modal .invoice-add-item-txt {
    position: relative;
    top: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    /*color: #29924B;*/
}

.invoice-modal .no-item-txt {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    opacity: .6;
}

.invoice-modal .invoice-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    color: #565656;
}

.invoice-modal .invoice-search-input {
    width: 329px !important;
    height: 31px !important;
    background: #FFFFFF;
    border-radius: 4px !important;
}

.invoice-modal .invoice-date-input {
    width: 329px !important;
    height: 28px !important;
    background: #FAFAFA;
    border-radius: 0px !important;
}

.invoice-modal .invoice-input {
    width: 329px !important;
    height: 28px !important;
    background: #FAFAFA;
    border-radius: 0px !important;
}

.invoice-modal .invoice-taxsubtot-input {
    width: 120px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-tquant-input {
    width: 80px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-table-input {
    width: 84px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-tamount-input {
    width: 88px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-item-input {
    width: 120px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-s-item-input {
    width: 110px !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-select {
    width: auto !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.invoice-modal .invoice-modal-header-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: #333333;
}

.invoice-modal .invoice-modal-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #333333;
}

.invoice-modal .invoice-modal-divider {
    position: relative;
    /*width: 962.03px;*/
    width: 98%;
    margin: 0 auto;
    border-top: 1px solid #CCCCCC;
    opacity: 0.4;
}

.invoice-modal .invoice-icons {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 230px;
    top: 6px;
}

.invoice-modal .table thead th {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 32px;
    color: #333333;
}

.a-invoice { 
    cursor: pointer;
}

.a-invoice:hover, .a-invoice:focus {
    color: #007bff !important;
    text-decoration-color: #007bff !important;
    text-decoration: underline !important;
}

#invoiceSuccess, #invoiceFailure, #createInvoiceSuccess, #createInvoiceFailure, #quantityOverFailure,
#editInventorySuccess, #editInventoryFailure, #deleteInventoryFailure, #deleteInventorySuccess,
#UAVInventorySuccess, #UAVInventoryFailure, #facilityCheckOutSuccess, #facilityCheckOutFailure {
    display: none;
}

@media (max-width: 767px) {
    .invoice-modal .invoice-icons {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 283px;
        top: 6px;
    }

    .invoice-modal .table-responsive {
        display: block;
        width: 100%;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

}

/* Modal adjustments for create invoice at customers index view */
@media(min-width: 768px) {
    .invoice-modal .modal-dialog {
        max-width: 900px !important;
        margin: 1.75rem auto;
    }

    .inv-item-details-modal .modal-dialog {
        max-width: 920px !important;
    }
}
/* Invoice styling for create modal on the customers index */

/* Inventory & Item Types */
#inventoryHolder {
    display: none;
}

.inv-item {
    display: none;
}

.inv-item .inv-item-link:hover,
.inv-item .inv-item-link:focus {
    color: #007bff;
    cursor: pointer;
}

/* Inventory snapshot */
.inv-snap-shot-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 21px;*/
}

.inv-snap-shot-num {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 21px;*/
    color: #358529;
}

.inv-item-delete-modal {
    width: 100%;
    height: 100%;
    position: relative;
}

.inv-item-delete-modal .modal-dialog {
    max-width: 402px !important;
    border-radius: 10px;
    /*margin: 1.75rem auto;*/
}

/* Change color of td or div of available quantity */
.invav-table-interface:hover, .invav-table-interface:focus {
    background: #f5f5f5 !important;
}

/* Modal adjustments for inventory items index view */
@media(min-width: 768px) {

    .inv-item-create-modal {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .inv-item-create-modal .modal-dialog {
        max-width: 840px !important;
        /*margin: 1.75rem auto;*/
    }

    .inv-item-details-modal {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .inv-item-details-modal img {
        width: 217px;
        height: 184px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 5px;
    }

    .inv-item-details-modal .modal-dialog {
        max-width: 840px !important;
        /*margin: 1.75rem auto;*/
    }

    .inv-item-details-modal .form-control[disabled], .inv-item-details-modal .form-control[readonly],
    .inv-item-details-modal fieldset[disabled] .form-control {
        background-color: #fff !important;
        opacity: 1;
    }

    .inv-item-edit-modal .modal-dialog {
        max-width: 840px !important;
        /*margin: 1.75rem auto;*/
    }

    .inv-item-edit-modal .picture {
        width: 217px !important;
        height: 180px !important;
    }

    .inv-item-edit-modal .picture img {
        width: 216px !important;
        height: 180px !important;
    }
}
/* End modal adjustments for inventory items index view */

@media(min-width: 768px) {

    .qrcode-activity-modal {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .qrcode-activity-modal .modal-dialog {
        max-width: 840px !important;
        /*margin: 1.75rem auto;*/
    }
}

.page-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px !important;
}

.page-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    /*font-size: 24px*/
    line-height: 40px !important;
}

.page-subtitle-count {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #777;
    line-height: 40px !important;
}

.search-filter-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* font-size: 24px; */
    line-height: 28px;
    color: #333333;
}

.act-log-light-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* font-size: 20px; */
    line-height: 24px;
    color: #333333;
}

.act-log-bold-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
}

.search-filter-box .form-control {
    padding-left: 36px !important;
}

.search-filter-box .search-filter-icons {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 15px;
}

@media (max-width: 768px) {
    .search-filter-box .search-filter-icons {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 25px;
        top: 10px;
    }
}

/* Expense */
.search-filter-txt-expense {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /*font-size: 24px*/
    line-height: 28px;
    color: #333333;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#AddExpenseSuccess, #AddExpenseFailure,
#editExpenseSuccess, #editExpenseFailure,
#delExpenseSuccess, #delExpenseFailure {
    display: none;
}

.hor-div-scroller {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 5px 0px;
}

.hor-div-scroller .row {
    overflow-y: auto;
}


/* Add payments */
.payment-search-select {
    width: 102px !important;
}

@media (max-width: 1023.5px){
    .payment-search-select {
        width: 152px !important;
    }
}

@media (max-width: 767px) {
    .payment-search-select {
        width: 100% !important;
    }
}

.login-account-icons {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 15px;
}

.payment-search, .payment-summary-search {
    position: relative;
}

.payment-search .search-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 15px;
    top: 15px;
}

.payment-summary-search .search-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 15px;
}

.payment-search .form-control, .payment-summary-search .form-control {
    padding-left: 36px;
    width: 50vh !important;
    max-width: 80vh !important;
    background: #F6F6F6 !important;
}

@media (max-width: 991.5px) {
    .payment-search .form-control, .payment-summary-search .form-control {
        padding-left: 36px;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .payment-search .form-control, .payment-summary-search .form-control {
        padding-left: 36px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .payment-search .search-icon, .payment-summary-search .search-icon {
        position: absolute;
        width: 14px;
        height: 14px;
        top: 10px;
    }
}

@media (max-width: 320px) {

    .payment-search .form-control, .payment-summary-search .form-control {
        padding-left: 34px;
        width: 280px;
    }

    .payment-search input, .payment-search select {
        width: 280px;
    }

    .payment-search .search-icon, .payment-summary-search .search-icon {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 25px;
        top: 15px;
    }

}

.search {
    position: relative;
}

.search .search-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 15px;
    top: 15px;
}

.search .search-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 15px;
}

.search .search-filter-icon {
    position: relative;
    height: 34px;
    width: 40px;
    top: 5px;
}

.search .search-filter-icon:hover {
    background: #CACACA;
    border: 1px solid #CACACA;
    border-radius: 8px;
    order: 2;
}

@media (min-width: 992px){
    .search .form-control {
        padding-left: 36px;
        width: 50vh !important;
        max-width: 80vh !important;
        background: #F6F6F6 !important;
    }
}

@media (max-width: 991.5px) {
    .search .form-control {
        padding-left: 36px;
    }
}

@media (max-width: 767px) {
    .search .form-control {
        padding-left: 36px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .search input, .search select {
        padding-left: 36px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .search .search-icon {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 25px;
        top: 15px;
    }
}

@media (max-width: 320px) {

    .search .form-control {
        padding-left: 34px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .search input, .search select {
        width: 280px !important;
        max-width: 320px !important;
    }

    .search .search-icon {
        padding-left: 36px;
        width: 100% !important;
        max-width: 100% !important;
    }

}

.modal-rounded-border {
    border-radius: 25px !important;
}

.customer-filter-title {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /*font-size: 24px;*/
    line-height: 28px;
    color: #333333;
}

.payment-title-text {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /*font-size: 24px;*/
    line-height: 28px;
    color: #333333;
}

.payment-text {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /*font-size: 24px;*/
    line-height: 28px;
    color: #333333;
}

.payment-divider {
    position: relative;
    width: 95%;
    border-bottom: 1px solid lightgrey;
}

.payment-ecobank-logo {
    width: 73px;
    height: 36px;
    left: 902px;
    top: 1056px;
}

.payment-mtn-logo {
    width: 51px;
    height: 51px;
    left: 991px;
    top: 1048px;
}

.payment-orange-logo {
    width: 85px;
    height: 57px;
    left: 1058px;
    top: 1045px;
}

.payment-sendito-logo {
    width: 75px;
    height: 75px;
    left: 1159px;
    top: 1036px;
}

.payment-paystack-logo {
    width: 100px;
    height: 18px;
    left: 1250px;
    top: 1065px;
}

.payment-modal-ecobank-logo {
    width: 73px;
    height: 36px;
}

.payment-modal-mtn-logo {
    width: 51px;
    height: 51px;
}

.payment-modal-orange-logo {
    width: 85px;
    height: 57px;
}

.payment-modal-sendito-logo {
    width: 75px;
    height: 75px;
}

.payment-modal-paystack-logo {
    width: 100px;
    height: 18px;
}

.pay-with {
    width: 72px;
    height: 36px;
    left: 902px;
    top: 1016px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
    /* identical to box height, or 36px */
    display: flex;
    align-items: center;
    color: #333333;
    margin: 0 !important;
}

/*Payment snapshot */
.payment-snapshot {
    position: relative;
}

@media(min-width: 992px){
    .payment-snapshot .snap-card {
        position: relative;
        height: 94px;
        border-right: 1px solid #B2B5B7;
    }
}

@media (max-width: 991.5px){
    .payment-snapshot .snap-card:last-child {
        border-bottom: none;
    }

    .payment-snapshot .snap-card {
        position: relative;
        height: 94px;
        border-bottom: 1px solid #B2B5B7;
    }
}

.payment-snapshot .snap-card .snap-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;

    position: static;
    width: 58px;
    height: 81px;
    /*left: 250.57px;*/
    top: 6.5px;


    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px auto;
}

.payment-snapshot .snap-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 160%;
    /* identical to box height, or 29px */


    /* Subtle text */

    color: #9797AB;
}

.payment-snapshot .snap-data {
    /* Bold 7 */

    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */


    /* Green - main theme */

    color: #358529;
}

/*Customer snapshot */
.customer-snapshot {
    position: relative;
}

.customer-snapshot .snap-card .snap-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: static;
    /*width: 58px;*/
    height: 81px;
    /*left: 250.57px;*/
    top: 6.5px;
    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px auto;
}

.customer-snapshot .snap-card-first .snap-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: static;
    width: 58px;
    height: 81px;
    /*left: 250.57px;*/
    top: 6.5px;
    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px auto;
}

.customer-snapshot .snap-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 160%;
    /* identical to box height, or 29px */
    /* Subtle text */

    color: #9797AB;
}

.customer-snapshot .snap-data {
    /* Bold 7 */

    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */
    /* Green - main theme */

    color: #358529;
}

@media(min-width: 992px) {
    .customer-snapshot .snap-card {
        position: relative;
        height: 94px;
        border-right: 1px solid #B2B5B7;
    }

    .customer-snapshot .snap-card:last-child {
        border-right: none;
    }

    .customer-snapshot .snap-card-first {
        position: relative;
        height: 94px;
        border-left: 1px solid #B2B5B7;
    }

    .customer-snapshot .snap-card-first:last-child {
        border-right: none;
    }

}

@media (max-width: 991.5px) {

    .customer-snapshot .snap-card {
        display: inline-block;
        /*width: 100%;*/
        width: 50%;
    }

    .customer-tab-control .hor-div-scroller {
        overflow-x: hidden;
        white-space: nowrap;
        padding: 5px 0px;
    }

    .customer-snapshot .snap-card:last-child {
        border-right: none;
    }

    .customer-snapshot .snap-card {
        position: relative;
        height: 94px;
        border-right: 1px solid #B2B5B7;
    }
}

/* Facility */
.drop-off-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    /* Dark Text Header */

    color: #262641;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.fi-rr-icons {
    width: 28px;
    height: 28px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}


/* Waste Facility Add Data */
.waste-data .photo-primary-sm {
    width: 56px;
    height: 56px;
    background: #4D9DE0;
    border-radius: 50%;
}

/*Original design*/
/*
    .waste-data .waste-img {
        position: absolute;
        width: 22.4px;
        height: 22.4px;
        left: 34px;
        top: 12px;
    }
*/

/*
    .waste-data a .name-initials-sm {
        position: absolute;
        left: 34px;
        top: 32px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 11.2px;
        line-height: 17px;
        color: #FFFFFF;
    }
*/

.waste-data .waste-img {
    position: relative;
    width: 22.4px;
    height: 22.4px;
    left: 17.2px;
    top: 12px;
}

.waste-data a .name-initials-sm {
    position: relative;
    left: 16px;
    top: 8px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 11.2px;
    line-height: 17px;
    color: #FFFFFF;
}

.waste-data .dark-text-header {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    /* or 31px */
    /* Dark Text Header */

    color: #262641;
}

.waste-data .subtle-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    /* Subtle text */

    color: #9797AB;
}

.waste-data .a-secondary {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    /* secondry brand color */

    color: #4D9DE0;
}

.waste-data .a-danger {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */
    /* secondry brand color */

    color: #F95738;
}

.waste-data .a-danger:hover, .waste-data a-danger:focus {
    color: #bf1e0c;
}

.waste-data span {
    position: relative;
    left: 17.2px;
    top: 18px;
    font-size: 20px;
    color: #FFF;
}

/* Route and customers hover and focused */
.waste-data .photo-primary-sm:hover, .waste-data .photo-primary-sm:focus {
    border: 2px solid #4D9DE0;
}

.waste-data .waste-actions {
    position: relative;
    top: 15px;
}

@media (max-width: 767px) {
    .waste-data .photo-primary-sm {
        width: 43px;
        height: 43px;
        background: #4D9DE0;
        border-radius: 50%;
    }

    .waste-data .waste-img {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 30.25px;
        top: 10px;
    }

    .waste-data span {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 30.25px;
        top: 16px;
        font-size: 16px;
        color: #FFF;
    }

    .waste-data a .name-initials-sm {
        position: absolute;
        left: 30px;
        top: 25px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 17px;
        color: #FFFFFF;
    }

    /* Origianal design */
    /*
        .waste-data .waste-img {
            position: absolute;
            width: 18px;
            height: 18px;
            left: 30px;
            top: 10px;
        }

        .waste-data a .name-initials-sm {
            position: absolute;
            left: 30px;
            top: 26px;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 8px;
            line-height: 17px;
            color: #FFFFFF;
        }
    */

    .waste-data .waste-actions {
        position: relative;
        top: 15px;
    }

    .waste-data .dark-text-header {
        position: relative;
        top: 5px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 36px;
        /* or 31px */
        /* Dark Text Header */

        color: #262641;
    }

    /*
       .waste-data .dark-text-header {
            position: relative;
            top: 5px;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 21px;
        }
    */

    .waste-data .subtle-text {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 19px;
        /* identical to box height, or 29px */
        /* Subtle text */

        color: #9797AB;
    }

    .waste-data .a-secondary {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 19px;
        /* identical to box height, or 29px */
        /* secondry brand color */

        color: #4D9DE0;
    }

    .waste-data .a-danger {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 19px;
        /* identical to box height, or 29px */
        /* secondry brand color */

        color: #F95738;
    }
}

.wd-top-actions {
    float: right;
}

@media(max-width: 767px) {
    .wd-top-actions {
        float: none;
        margin-top: 10px;
    }

    .wd-top-actions a {
        width: 49%;
    }
}

/*# sourceMappingURL=maps/style.css.map */