body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a
}


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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}


a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}


progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}


@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}




.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}

@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 (max-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
}


.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 rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link + .card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00!important
}


.bg-light {
  background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5!important
}

.bg-dark {
  background-color: #343a40!important
}


.bg-white {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}


.rounded {
  border-radius: .25rem!important
}


.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-block {
  display: block!important
}


.d-flex {
  display: flex!important
}









.flex-row {
  flex-direction: row!important
}

.flex-column {
  flex-direction: column!important
}

.flex-row-reverse {
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  flex-direction: column-reverse!important
}

.flex-wrap {
  flex-wrap: wrap!important
}

.flex-nowrap {
  flex-wrap: nowrap!important
}


.justify-content-start {
  justify-content: flex-start!important
}

.justify-content-end {
  justify-content: flex-end!important
}

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

.justify-content-between {
  justify-content: space-between!important
}

.justify-content-around {
  justify-content: space-around!important
}

.align-items-start {
  align-items: flex-start!important
}

.align-items-end {
  align-items: flex-end!important
}

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

.align-items-baseline {
  align-items: baseline!important
}

.align-items-stretch {
  align-items: stretch!important
}

.align-content-start {
  align-content: flex-start!important
}

.align-content-end {
  align-content: flex-end!important
}

.align-content-center {
  align-content: center!important
}

.align-content-between {
  align-content: space-between!important
}

.align-content-around {
  align-content: space-around!important
}





.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}


.vh-100 {
  height: 100vh!important
}

.m-0 {
  margin: 0!important
}

.mt-0,
.my-0 {
  margin-top: 0!important
}

.mr-0,
.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: .25rem!important
}

.mt-1,
.my-1 {
  margin-top: .25rem!important
}

.mr-1,
.mx-1 {
  margin-right: .25rem!important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,
.my-2 {
  margin-top: .5rem!important
}

.mr-2,
.mx-2 {
  margin-right: .5rem!important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,
.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
}










.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-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: #fff!important
}


.text-warning {
  color: #f1aa42!important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #f1aa42!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416!important
}

.text-body {
  color: #212529!important
}

.text-muted {
  color: #6c757d!important
}





@media print {
  *,
  :after,
  :before {
    text-shadow: none!important;
    box-shadow: none!important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  pre {
    white-space: pre-wrap!important
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img,
  tr {
    page-break-inside: avoid
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container,
  body {
    min-width: 992px!important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse!important
  }
  .table td,
  .table th {
    background-color: #fff!important
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6!important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}


@font-face {
  font-family: The-Sans;
  src: url(../public/fonts/The-Sans-Plain.otf) format("truetype");
  font-weight: 400
}

@font-face {
  font-family: The-Sans;
  src: url(../public/fonts/TheSans-Bold.otf) format("truetype");
  font-weight: 700
}

* {
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
body,
html {
  margin: 0;
  padding: 0
}

body,
html {
  width: 100%;
  height: 100%
}

body {
  font-family: Roboto;
  color: #3783ab;
  background-color: #fff;
  font-size: 14px
}

#wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden
}





.width-10 {
  width: 10%
}

.width-20 {
  width: 20%
}

.width-30 {
  width: 30%
}

.width-40 {
  width: 40%
}

.width-50 {
  width: 50%
}

.width-60 {
  width: 60%
}

.width-70 {
  width: 70%
}

.width-80 {
  width: 80%
}

.width-90 {
  width: 90%
}

.width-100 {
  width: 100%
}




.text-warning {
  color: #000
}

.text-inverse {
  color: #000
}

.text-white {
  color: #999
}


.bg-primary {
  background-color: #250444
}

.bg-success {
  background-color: #4db59a
}

.bg-warning {
  background-color: #b89733
}

.bg-danger {
  background-color: #ca0403
}

.bg-info {
  background-color: #250444
}








body.rtl-mode {
  direction: rtl;
  text-align: right
}

.rtl-mode h1,
.rtl-mode h2,
.rtl-mode h3,
.rtl-mode h4,
.rtl-mode h5,
.rtl-mode h6,
body.rtl-mode {
  font-family: The-Sans
}

.rtl-mode caption {
  text-align: right
}

.rtl-mode .offset-1 {
  margin-right: 8.333333%;
  margin-left: 0
}

.rtl-mode .offset-2 {
  margin-right: 16.666667%;
  margin-left: 0
}

.rtl-mode .offset-3 {
  margin-right: 25%;
  margin-left: 0
}

.rtl-mode .offset-4 {
  margin-right: 33.333333%;
  margin-left: 0
}

.rtl-mode .offset-5 {
  margin-right: 41.666667%;
  margin-left: 0
}

.rtl-mode .offset-6 {
  margin-right: 50%;
  margin-left: 0
}

.rtl-mode .offset-7 {
  margin-right: 58.333333%;
  margin-left: 0
}

.rtl-mode .offset-8 {
  margin-right: 66.666667%;
  margin-left: 0
}

.rtl-mode .offset-9 {
  margin-right: 75%;
  margin-left: 0
}

.rtl-mode .offset-10 {
  margin-right: 83.333333%;
  margin-left: 0
}

.rtl-mode .offset-11 {
  margin-right: 91.666667%;
  margin-left: 0
}

@media (min-width:992px) {
  .rtl-mode .offset-lg-0 {
    margin-right: 0
  }
  .rtl-mode .offset-lg-1 {
    margin-right: 8.333333%
  }
  .rtl-mode .offset-lg-2 {
    margin-right: 16.666667%
  }
  .rtl-mode .offset-lg-3 {
    margin-right: 25%
  }
  .rtl-mode .offset-lg-4 {
    margin-right: 33.333333%
  }
  .rtl-mode .offset-lg-5 {
    margin-right: 41.666667%
  }
  .rtl-mode .offset-lg-6 {
    margin-right: 50%
  }
  .rtl-mode .offset-lg-7 {
    margin-right: 58.333333%
  }
  .rtl-mode .offset-lg-8 {
    margin-right: 66.666667%
  }
  .rtl-mode .offset-lg-9 {
    margin-right: 75%
  }
  .rtl-mode .offset-lg-10 {
    margin-right: 83.333333%
  }
  .rtl-mode .offset-lg-11 {
    margin-right: 91.666667%
  }
}

@media (min-width:1200px) {
  .rtl-mode .offset-xl-0 {
    margin-right: 0
  }
  .rtl-mode .offset-xl-1 {
    margin-right: 8.333333%
  }
  .rtl-mode .offset-xl-2 {
    margin-right: 16.666667%
  }
  .rtl-mode .offset-xl-3 {
    margin-right: 25%
  }
  .rtl-mode .offset-xl-4 {
    margin-right: 33.333333%
  }
  .rtl-mode .offset-xl-5 {
    margin-right: 41.666667%
  }
  .rtl-mode .offset-xl-6 {
    margin-right: 50%
  }
  .rtl-mode .offset-xl-7 {
    margin-right: 58.333333%
  }
  .rtl-mode .offset-xl-8 {
    margin-right: 66.666667%
  }
  .rtl-mode .offset-xl-9 {
    margin-right: 75%
  }
  .rtl-mode .offset-xl-10 {
    margin-right: 83.333333%
  }
  .rtl-mode .offset-xl-11 {
    margin-right: 91.666667%
  }
}



body {
  position: relative;
}

.text-warning {
  color: #f1aa42!important
}

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

.text-dark {
  color: #250444!important
}

.btn.focus,
.btn:focus {
  box-shadow: none!important
}

.bg-blue {
  background: #250444
}

.bg-warning {
  background: #b89733!important
}

.bg-warning-2 {
  background: #b79f47
}

.btn-blue {
  background: #250444
}

.btn-blue,
.btn-blue:hover {
  color: #fff
}

.font-18 {
  font-size: 18px
}

.font-16 {
  font-size: 16px!important
}

.font-14 {
  font-size: 14px!important
}

.font-12 {
  font-size: 12px!important
}


.report-main-header {
  position: relative;
  min-height: 100px;
  padding-top: 110px;
  text-align: center;
  z-index: 5
}

.report-main-header:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../public/images/header-shape.png) no-repeat;
  background-size: cover;
  width: 50%;
  height: 135px;
  z-index: -1
}

.report-main-header .main-report-title {
  font-weight: 700;
  font-size: 24px;
  color: #492964;
  margin: 0
}

.report-main-header .report-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #492a64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px
}


.report-main-header .report-date img {
  height: 15px;
  margin: 0 5px
}

.report-main-header .report-date span {
  color: #fff;
  font-family: Tahoma
}

.report-section-title {
  position: relative
}

.report-section-title .heading {
  display: inline-flex;
  justify-content: center;
  padding: 15px 30px;
  min-width: 140px;
  font-size: 13px;
  margin: 0;
  z-index: 5;
  white-space: nowrap;
  background: #f1aa42;
  font-weight: 700
}

.report-main-intro {
  padding-top: 30px;
  display: flex;
  text-align: center
}

.report-main-intro,
.report-main-intro h2 {
  align-items: center;
  justify-content: center
}

.report-main-intro h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #d0b364;
  display: inline-flex;
  color: #492a64;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 21px
}

.report-main-intro h2 img {
  margin: 0 7px
}

.report-main-intro p {
  color: #492a64;
  text-align: justify;
  line-height: 30px;
  font-size: 15px;
  margin: 0
}

.text-dark {
  color: #52376d
}

.lg-padding-top {
  padding-top: 50px
}

.bg-light-1 {
  background: #f4f3f2
}

.bg-light-2 {
  background: #e5e3e3
}

.bg-warning-1 {
  background: #3b5eb2
}

.bg-dark-1 {
  background: #492a64
}

.sm-eq-height {
  height: 50px
}

.w-70 {
  width: 70%
}

.w-30 {
  width: 30%
}

.report-sm-heading {
  font-size: 18px;
  font-weight: 700
}

.report-section-1 {
  padding-bottom: 200px
}

.report-section-1 .container {
  position: relative
}

.report-section-1 img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  width: 100%
}

.report-section-1 ul {
  width: 100%;
  display: flex;
  align-items: center
}

.report-section-1 ul li {
  width: 25%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative
}

.report-section-1 ul li h4 {
  position: absolute;
  top: 50px;
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  right: 82px;
  margin: 0 auto
}

.report-section-1 ul li .list {
  position: absolute;
  top: 90%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 60%
}

.report-section-1 ul li .list p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #231f20;
  font-size: 14px;
  margin: 0
}

.report-section-1 ul li .list p img {
  width: 8px;
  height: 8px
}

.report-section-1 ul li .list p span {
  margin-right: 12px
}

.report-section-1 ul li:nth-child(2) .list {
  right: 10%;
  top: 90%
}

.report-section-1 ul li:nth-child(3) .list {
  right: 15%
}

.report-section-1 ul li:nth-child(4) .list {
  right: 20%
}

.section-1-card {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 500px;
  width: 100%
}

.report-section-2 {
  padding-top: 60px
}

.double-height {
  min-height: 100px
}

.report-section-3 {
  position: relative
}

.report-section-3 img {
  margin: 0 auto;
  max-width: 100%
}

.report-section-3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap
}

.report-section-3 ul li {
  color: #231f20;
  font-size: 14px;
  position: relative;
  width: 10%;
  background: url(../public/images/img-1.png) no-repeat 50%;
  background-size: cover;
  height: 223px;
  margin: 0 5px 30px
}

.report-section-3 ul li .title {
  font-size: 16px;
  height: 136px;
  top: 0;
  max-width: 94px
}

.report-section-3 ul li .num,
.report-section-3 ul li .title {
  color: #250444;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto
}

.report-section-3 ul li .num {
  bottom: 0;
  height: 80px;
  font-size: 18px;
  font-family: Tahoma
}

.report-section-3 ul li:nth-child(2),
.report-section-3 ul li:nth-child(4),
.report-section-3 ul li:nth-child(6),
.report-section-3 ul li:nth-child(8),
.report-section-3 ul li:nth-child(10),
.report-section-3 ul li:nth-child(12),
.report-section-3 ul li:nth-child(14),
.report-section-3 ul li:nth-child(16),
.report-section-3 ul li:nth-child(18),
.report-section-3 ul li:nth-child(20) {
  background: url(../public/images/img-2.png) no-repeat 50%;
  background-size: cover
}

.report-section-3.second ul li {
  position: absolute;
  color: #231f20;
  font-family: Tahoma;
  font-size: 14px
}

.report-section-3.second ul li:first-child {
  top: 86%;
  right: 4%
}

.report-section-3.second ul li:nth-child(2) {
  top: 86%;
  right: 15.3%
}

.report-section-3.second ul li:nth-child(3) {
  top: 86%;
  right: 27%
}

.report-section-3.second ul li:nth-child(4) {
  top: 86%;
  right: 38.5%
}

.report-section-3.second ul li:nth-child(5) {
  top: 86%;
  right: 49.8%
}

.report-section-3.second ul li:nth-child(6) {
  top: 86%;
  right: 61.3%
}

.report-section-3.second ul li:nth-child(7) {
  top: 86%;
  right: 72.8%
}

.report-section-3.second ul li:nth-child(8) {
  top: 86%;
  right: 84.4%
}

.report-section-4 {
  padding-top: 70px
}

.report-section-6 {
  padding-top: 20px
}

.report-finish {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px
}

.report-finish img {
  position: relative;
  margin: 20px auto;
  height: 150px;
  width: auto
}

.report-finish span {
  padding: 12px 30px;
  background: #53386e;
  color: #eacf8e;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px
}

.report-main-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  height: 150px
}

.report-main-footer:before {
  right: 0;
  background: url(../public/images/footer-circle.png) no-repeat;
  background-size: contain;
  width: 110px
}

.report-main-footer:after,
.report-main-footer:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 150px;
  z-index: -1
}

.report-main-footer:after {
  left: 0;
  background: url(../public/images/footer-bg.png) no-repeat;
  background-size: contain;
  width: 75%
}

.report-main-footer .row {
  display: flex;
  align-items: flex-end;
  justify-self: center;
  width: 100%
}

.report-main-footer .footer-logo {
  position: absolute;
  right: 50px;
  bottom: 0
}

.report-main-footer .footer-logo img {
  height: 100px
}

.report-main-footer .contact-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 15px;
  bottom: 10px
}

.report-main-footer .contact-ways .email,
.report-main-footer .contact-ways .phone,
.report-main-footer .contact-ways .twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  flex-direction: row-reverse
}

.report-main-footer .contact-ways .email .icon,
.report-main-footer .contact-ways .phone .icon,
.report-main-footer .contact-ways .twitter .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e9cf8e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 10px
}

.report-main-footer .contact-ways .email .icon img,
.report-main-footer .contact-ways .phone .icon img,
.report-main-footer .contact-ways .twitter .icon img {
  height: 15px
}

.report-main-footer .contact-ways .email span,
.report-main-footer .contact-ways .phone span,
.report-main-footer .contact-ways .twitter span {
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap
}

.space {
  flex-grow: 1
}


.pdf-report-section-1 {
  padding-bottom: 50px
}

.pdf-report-section-1 .container {
  position: relative
}

.pdf-report-section-1 img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  width: 100%
}

.pdf-report-section-1 ul {
  width: 100%;
  display: flex;
  align-items: center
}

.pdf-report-section-1 ul li {
  width: 25%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative
}

.pdf-report-section-1 ul li h4 {
  position: absolute;
  top: 50px;
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  right: 82px;
  margin: 0 auto
}

.pdf-report-section-1 ul li .list {
  position: absolute;
  top: 55%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 60%
}

.pdf-report-section-1 ul li .list p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #231f20;
  font-size: 11px;
  margin: 0
}

.pdf-report-section-1 ul li .list p img {
  width: 8px;
  height: 8px
}

.pdf-report-section-1 ul li .list p span {
  margin-right: 12px
}

.pdf-report-section-1 ul li:nth-child(2) .list {
  right: 10%;
  top: 55%
}

.pdf-report-section-1 ul li:nth-child(3) .list {
  right: 15%
}

.pdf-report-section-1 ul li:nth-child(4) .list {
  right: 25%
}

.pdf-report-section-2 {
  padding-top: 30px
}

.pdf-report-section-3 {
  position: relative
}

.pdf-report-section-3 img {
  margin: 0 auto;
  max-width: 100%
}

.pdf-report-section-3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap
}

.pdf-report-section-3 ul li {
  color: #231f20;
  font-size: 12px;
  position: relative;
  width: 10%;
  background: url(../public/images/img-1.png) no-repeat 50%;
  background-size: cover;
  height: 143px;
  margin: 0 5px 30px
}

.pdf-report-section-3 ul li .title {
  font-size: 12px;
  height: 86px;
  top: 0;
  max-width: 60px
}

.pdf-report-section-3 ul li .num,
.pdf-report-section-3 ul li .title {
  color: #250444;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto
}

.pdf-report-section-3 ul li .num {
  bottom: 0;
  height: 53px;
  font-size: 16px;
  font-family: Tahoma
}

.pdf-report-section-3 ul li:nth-child(2),
.pdf-report-section-3 ul li:nth-child(4),
.pdf-report-section-3 ul li:nth-child(6),
.pdf-report-section-3 ul li:nth-child(8),
.pdf-report-section-3 ul li:nth-child(10),
.pdf-report-section-3 ul li:nth-child(12),
.pdf-report-section-3 ul li:nth-child(14),
.pdf-report-section-3 ul li:nth-child(16),
.pdf-report-section-3 ul li:nth-child(18),
.pdf-report-section-3 ul li:nth-child(20) {
  background: url(../public/images/img-2.png) no-repeat 50%;
  background-size: cover
}

.pdf-report-section-3.second ul li {
  position: absolute;
  color: #231f20;
  font-family: Tahoma;
  font-size: 14px
}

.pdf-report-section-3.second ul li:first-child {
  top: 86%;
  right: 4%
}

.pdf-report-section-3.second ul li:nth-child(2) {
  top: 86%;
  right: 15.3%
}

.pdf-report-section-3.second ul li:nth-child(3) {
  top: 86%;
  right: 27%
}

.pdf-report-section-3.second ul li:nth-child(4) {
  top: 86%;
  right: 38.5%
}

.pdf-report-section-3.second ul li:nth-child(5) {
  top: 86%;
  right: 49.8%
}

.pdf-report-section-3.second ul li:nth-child(6) {
  top: 86%;
  right: 61.3%
}

.pdf-report-section-3.second ul li:nth-child(7) {
  top: 86%;
  right: 72.8%
}

.pdf-report-section-3.second ul li:nth-child(8) {
  top: 86%;
  right: 84.4%
}

.pdf-report-section-4 {
  padding-top: 70px
}

.pdf-report-section-6 {
  padding-top: 20px
}

.pdf-report-finish {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px
}

.pdf-report-finish img {
  position: relative;
  margin: 20px auto;
  height: 150px;
  width: auto
}

.pdf-report-finish span {
  padding: 12px 30px;
  background: #53386e;
  color: #eacf8e;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px
}




.q-num{
  width: 35px;
  height: 35px;
  background: #53386e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-left: 5px;
}

.bg-blue-2{
  background: #53386e;
}

.height-35{
  height: 35px;
}

.comment{
  margin-right: -7px;
}

.comment.mr-sm{
  margin-right: -2px;
}

.barcode {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 60px;
}
.barcode h3 {
  color: #492964;
  font-size: 21px;
}
.barcode img {
  height: 100px;
  margin: 30px auto
}
.barcode span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  padding: 10px 30px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #492964;
  color: #cfb163;
  font-size: 18px
}

.report-table .table{
  margin: 0;
}

.report-table .table thead th {
  color: #fff;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.report-table .table tbody tr td {
  background: #f9f9f9;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

