.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !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;
}
.pt-3,
.py-3 {
  padding-top: 10rem !important;
}
.pr-3,
.px-3 {
  padding-right: 10rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 10rem !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;
}
.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;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-white {
  color: #fff !important;
}
.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}
.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 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;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
@media (min-width: 576px) {
  .container_check {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container_check {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container_check {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container_check {
    max-width: 1140px;
  }
}
@media print {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container_check {
    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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container_check {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}