body {
  color: #424a5c;
}
.form-control {
  font-size: 14px;
}
img.img-responsive {
  max-width: 100%;
}
.progress {
  margin-bottom: 20px;
}

.progress-bar {
  width: 0;
}

.progress .progress-bar {
  transition: unset;
}
.banner-top {
  position: relative;
  color: #fff;
  height: 360px;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
img.img-responsive.img-banner-top {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.banner-top h1.heading {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
.banner_home span.sub {
  display: block;
  font-size: 32px;
}
.banner-content p {
  font-size: 16px;
}
section.banner_home {
  padding: 90px 0;
  background-color: #f7f7f7;
}
.banner_home .left_content h1 {
  font-size: 52px;
  max-width: 600px;
  font-weight: 600;
}
.banner_home .left_content h5 {
  font-size: 24px;
  color: #424a5b;
  padding-bottom: 10px;
}
.heading .yellow,
.banner_home .left_content span.yellow {
  color: #f9593a;
}
.heading .blue,
.banner_home .left_content span.blue {
  color: #196ac8;
}
.banner_home > .container > .row {
  align-items: center;
}
.banner_home .left_content ul {
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
.banner_home .left_content ul li svg {
  fill: #40a459;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.banner_home .left_content ul li {
  font-size: 18px;
  color: #424a5b;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
.banner_home .left_content {
  padding-right: 60px;
}
.right_content {
  max-width: 658px;
  margin: 0 auto;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 20px 75px 40px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.right_content h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.right_content .drag-area {
  border: 1px dashed #aaa;
  padding: 20px 10px;
}
.right_content .drag-area .icon img {
  width: 100%;
}
.banner_home .right_content .drag-area .line-text {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  /* background-color: #fff; */
  padding: 0 15px;
  z-index: 1;
}
.banner_home .right_content .drag-area .line-text::before {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  right: 100%;
  min-width: 110px;
  height: 1px;
  background: #aaa;
  z-index: 0;
}
.drag-area h5 {
  font-size: 16px;
  padding: 15px 0;
  margin: 0;
  color: #aaa;
}
.banner_home .right_content .drag-area .line-text::after {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  left: 100%;
  min-width: 110px;
  height: 1px;
  background: #aaa;
  z-index: 0;
}
.banner_home .custom_btn {
  display: inline-block;
  min-width: 300px;
  padding: 20px 30px;
  background: #f9593a;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 32px;
}
.choose_the_best h2 {
  /* font-family: "Poppins",sans-serif; */
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  padding-bottom: 60px;
}
.choose_the_best .services .item .icon svg,
.choose_the_best .services .item .icon img {
  width: 42px;
  height: 42px;
  fill: #196ac8;
}
.choose_the_best .services .item h4 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
.choose_the_best .services .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.46;
  padding-bottom: 20px;
}
.choose_the_best .services {
  position: relative;
  height: 100%;
}
.choose_the_best .services .item {
  background-color: rgba(41, 128, 185, 0.05);
  padding: 20px;
  border-radius: 6px;
  height: 100%;
}
.choose_the_best > .container > .row {
  margin-bottom: 30px;
}
.choose_the_best .services .item.item2 {
  background-color: rgba(255, 220, 105, 0.08);
}
.choose_the_best .services .item.item3 {
  background-color: rgba(231, 76, 60, 0.05);
}
.choose_the_best .services .item.item4 {
  background-color: rgba(39, 174, 96, 0.05);
}
.choose_the_best .services .item.item5 {
  background-color: rgba(230, 126, 34, 0.05);
}
.choose_the_best .services .item.item6 {
  background-color: rgba(74, 122, 255, 0.05);
}
.choose_the_best .services .item.item1 svg {
  fill: #2f81b7;
}
.choose_the_best .services .item.item2 svg {
  fill: #fd8c60;
}
.choose_the_best .services .item.item3 svg {
  fill: #e54d42;
}
.choose_the_best .services .item.item4 svg {
  fill: #30ad63;
}
.choose_the_best .services .item.item5 svg {
  fill: #d15419;
}
.choose_the_best .services .item.item6 svg {
  fill: #4d7efb;
}
.convert-pdf-to-doc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
a.btn.btn-default.btn-download,
.btn.btn-default.btn-file-convert {
  background-color: #f9593a;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#loadingfile,
#loading {
  /* display: none; */
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
div#loadingfile img,
div#loading img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn.btn-default.btn-file-convert:hover {
  background-color: #424a5b;
}
section.convert_pdf {
  /* padding: 90px 0; */
  background-color: #f7f7f7;
}
h2.heading-title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 42px;
}
#loadingfile,
#loading {
  display: none;
}
.convert_pdf h2.heading-title span:first-child {
  color: #f9593a;
}
.convert_pdf h2.heading-title span:last-child {
  color: #196ac8;
}
/* .convert_pdf .convert_area {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #aaa;
} */
.convert_pdf .convert_item {
  text-align: center;
  transition: ease-in 0.6s;
  position: relative;
  height: 100%;
}
.convert_pdf .convert_item:before {
  content: '';
  width: 0;
  position: absolute;
  border-bottom: 3px;
  height: 4px;
  background-color: #196ac8;
  bottom: -2px;
  border-radius: 3px;
  transition: ease-in 0.3s;
}
.convert_pdf .convert_item.active::before,
.convert_pdf .convert_item:hover::before {
  width: 100%;
}
.convert_pdf .convert_item .icon {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  text-align: center;
  line-height: 153px;
  color: #aaa;
  display: inline-block;
  font-size: 40px;
  background: rgba(25, 106, 200, 0.1);
  margin: 0 auto;
  transition: all ease 0.4s;
}
.convert_pdf .convert_item .icon svg {
  width: 48px;
  height: 48px;
}
.convert_pdf .convert_item:hover .icon,
.convert_pdf .convert_item:focus .icon,
.convert_pdf .convert_item.active .icon {
  background: #196ac8;
  color: #fff;
}
.convert_pdf .convert_item:hover .icon svg,
.convert_pdf .convert_item:focus .icon svg,
.convert_pdf .convert_item.active .icon svg {
  fill: #fff;
}
.convert_pdf .convert_item h6 {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.convert_pdf .convert_item h5 {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #196ac8;
  cursor: pointer;
  text-transform: uppercase;
}
.right_content .drag-area {
  border: 1px dashed #aaa;
  padding: 20px 10px;
  position: relative;
}
.banner_home .right_content .drag-area header {
  font-size: 20px;
  padding: 15px 0;
  color: #aaa;
}
#bcode-card .card-body {
  font-family: monospace, Helvetica, sans-serif;
  line-height: 1.25;
}
#field img {
  max-width: 100%;
}
.barcode-tyles button.btn {
  border-bottom: 1px solid #e1e2e3;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  color: #343a40;
}
div#accordion {
  padding: 15px;
}
.barcode-tyles a.btn-link {
  display: block;
  text-align: left;
  border: 1px solid;
  border-radius: 20px;
  margin-bottom: 10px;
  background-color: #007bff;
  color: #fff;
}
.barcode-tyles a.btn-link .arrow {
  float: right;
}
.barcode-tyles a.collapsed .arrow .up,
.barcode-tyles a .arrow .down {
  display: none;
}
.barcode-tyles a.collapsed .arrow .down,
.barcode-tyles a .arrow .up {
  display: block;
}
ul#nav-barcode li.nav-item input {
  display: none;
}
#nav-barcode li.nav-item a {
  padding: 0;
}
#nav-barcode li.nav-item label {
  padding: 6px 15px;
  border-radius: 4px;
}
#nav-barcode li.nav-item input[type='radio']:checked + label {
  background-color: #00b8ff;
  /* color:#181818; */
  box-shadow: 0 3px 16px rgb(0 0 0 / 10%);
}
div#error_log .alert {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 1;
}
button#generate {
  padding: 10px 20px;
  background-color: #ffc600;
  color: #181818;
}
.barcode-tyles a.btn-link.collapsed {
  background-color: #fff;
  color: #007bff;
}
.barcode-wapper {
  width: 100%;
  grid-column-gap: 5px;
  grid-template-columns: auto auto;
  display: grid;
  grid-row-gap: 5px;
}
.barcode-wapper > div {
  border: 1px solid #111;
}
img.barcode-default {
  width: 70%;
  fill: #e1e2e3;
  opacity: 0.4;
}
.card-body.active-content {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
}
span.cap {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-top: 10px;
}
span.cap svg {
  position: absolute;
  top: 0;
  left: 0;
}
.barcode-wapper div#code {
  line-height: 1;
  font-size: 80%;
  margin-top: 3px;
}
.heading {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.heading .title {
  font-weight: bold;
}
.ung-dung .heading {
  width: 100%;
  max-width: 100%;
}
/* .heading h2 span{
    color: #007bff;
} */
.huong-dan .row {
  align-items: center;
}
.barcode-desc {
  /* padding: 10%; */
  position: relative;
  height: 360px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 20px;
}
.barcode-op strong {
  color: #ffc600;
}
.barcode-desc img {
  /* filter: blur(4px);
    -webkit-filter: blur(4px); */
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.barcode-op {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  padding: 10%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.64);
  height: 100%;
}
.hd-image img {
  border: 1px solid #e1e2e3;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.logo img {
  max-width: 160px;
}
.barcode-item h4.title number {
  display: block;
  font-size: 42px;
}
.barcode-item h4.title {
  font-size: 20px;
}
.footer-wapper {
  margin-top: 90px;
  padding: 60px 0;
  background-color: #0d1663;
  /* background-image: url(https://cloudify.vn/wp-content/uploads/2020/07/footer-bg-svg.svg); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
}

footer a {
  color: #fff;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

footer .app-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

footer .app-list .list-item {
  width: 50%;
  padding: 0 15px;
}

.list-item li {
  margin-bottom: 20px;
}
.list-item li a {
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
footer .elementor-image-box-img {
  margin-right: 10px;
  margin-bottom: 0;
}

h4.block-heading {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

.elementor-divider-separator {
  border-top: 1px solid rgba(222, 228, 231, 0.1);
}

.block-address .elementor-divider-separator {
  padding: 30px;
  margin-top: 40px;
}

ul.top-list-app {
  list-style: none;
  padding: 0;
}

ul.top-list-app li span {
  font-size: 20px;
  display: block;
  padding: 12px 20px;
  position: relative;
}

ul.top-list-app li span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #1e96fc;
  position: absolute;
  left: 0;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-wapper > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.barcode-item h4.title::first-letter {
  color: #0057b9;
  font-weight: 700;
  font-size: 48px;
  margin-right: 3px;
  line-height: 1;
}
.barcode-item h4.title.n1::first-letter {
  color: #1450c4;
}
.barcode-item h4.title.n2::first-letter {
  color: #1ebfa7;
}
.barcode-item h4.title.n3::first-letter {
  color: #fdb539;
}
.barcode-item h4.title.n5::first-letter {
  color: #30ad63;
}
.barcode-item h4.title.n5::first-letter {
  color: #dc2b17;
}
.barcode-item h4.title.n6::first-letter {
  color: #a74239;
}
/* .hd-content-wrapper p{
    margin-bottom: 0;
} */
ul.bar-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
ul.bar-list li {
  line-height: 1.25;
  margin: 15px 0;
}
ul.bar-list li svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #ffc600;
}
ul.bar-list li strong {
  color: #ffc600;
}
.banner-top a.btn.btn-default {
  background-color: #ffc600;
}
.kho-in .list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.kho-in .list li {
  width: 33.3333%;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 0 10px;
}
.kho-in .list li a {
  color: #191919;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border: 1px solid #e1e2e3;
}
.kho-in .list li a span {
  display: block;
  padding: 15px;
}
.kho-in .list li a i {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
@media (max-width: 767px) {
  section.banner_home {
    padding: 60px 0;
  }
  .right_content {
    padding: 15px;
  }
  .banner_home .custom_btn {
    min-width: 100%;
    padding: 15px 20px;
    font-size: 14px;
  }
  .banner_home .left_content ul li {
    font-size: 16px;
  }
  .banner_home .left_content ul li svg {
    width: 20px;
    height: 20px;
  }
  .banner_home .left_content h5 {
    font-size: 20px;
  }
  .banner_home .left_content h1 {
    font-size: 42px;
  }
  .kho-in .list li {
    width: 50%;
  }
  .banner-top h1.heading {
    font-size: 30px;
  }
  div#bar-content {
    order: 2;
    margin-top: 30px;
  }
  div#bar-content > .row > .col-md-6:last-child {
    margin-top: 20px;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .pr-5 {
    padding-right: 15px !important;
  }
  .pl-5 {
    padding-left: 15px !important;
  }
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .navbar-container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMCwgMCwgMCwgMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMjU1LCAyNTUsIDI1NSwgMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

.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 rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.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-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  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);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !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;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !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;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

@media (min-width: 576px) {
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .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;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .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;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .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;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .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;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .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;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .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;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .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;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .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;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .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;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }
}

.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;
  }
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !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;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
  font-family: FontAwesome;
  src: url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format('embedded-opentype'),
    url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.woff2?v=4.7.0)
      format('woff2'),
    url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.woff?v=4.7.0)
      format('woff'),
    url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.ttf?v=4.7.0)
      format('truetype'),
    url(https://dorabot.io/tao-ma-qr-code-mien-phi/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-th:before {
  content: '\f00a';
}

.fa-th-list:before {
  content: '\f00b';
}

.fa-check:before {
  content: '\f00c';
}

.fa-close:before {
  content: '\f00d';
}

.fa-cog:before {
  content: '\f013';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-download:before {
  content: '\f019';
}

.fa-list-alt:before {
  content: '\f022';
}

.fa-qrcode:before {
  content: '\f029';
}

.fa-camera:before {
  content: '\f030';
}

.fa-font:before {
  content: '\f031';
}

.fa-text-height:before {
  content: '\f034';
}

.fa-text-width:before {
  content: '\f035';
}

.fa-align-left:before {
  content: '\f036';
}

.fa-align-center:before {
  content: '\f037';
}

.fa-align-right:before {
  content: '\f038';
}

.fa-list:before {
  content: '\f03a';
}

.fa-video-camera:before {
  content: '\f03d';
}

.fa-image:before {
  content: '\f03e';
}

.fa-plus-circle:before {
  content: '\f055';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-check-circle-o:before {
  content: '\f05d';
}

.fa-ban:before {
  content: '\f05e';
}

.fa-expand:before {
  content: '\f065';
}

.fa-plus:before {
  content: '\f067';
}

.fa-exclamation-circle:before {
  content: '\f06a';
}

.fa-leaf:before {
  content: '\f06c';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-heart-o:before {
  content: '\f08a';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-upload:before {
  content: '\f093';
}

.fa-phone:before {
  content: '\f095';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}

.fa-group:before {
  content: '\f0c0';
}

.fa-link:before {
  content: '\f0c1';
}

.fa-list-ul:before {
  content: '\f0ca';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-user-md:before {
  content: '\f0f0';
}

.fa-file-text-o:before {
  content: '\f0f6';
}

.fa-desktop:before {
  content: '\f108';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}

.fa-circle-o:before {
  content: '\f10c';
}

.fa-circle:before {
  content: '\f111';
}

.fa-code:before {
  content: '\f121';
}

.fa-info:before {
  content: '\f129';
}

.fa-exclamation:before {
  content: '\f12a';
}

.fa-calendar-o:before {
  content: '\f133';
}

.fa-rocket:before {
  content: '\f135';
}

.fa-html5:before {
  content: '\f13b';
}

.fa-css3:before {
  content: '\f13c';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-ellipsis-v:before {
  content: '\f142';
}

.fa-toggle-right:before {
  content: '\f152';
}

.fa-eur:before,
.fa-euro:before {
  content: '\f153';
}

.fa-gbp:before {
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}

.fa-inr:before,
.fa-rupee:before {
  content: '\f156';
}

.fa-cny:before,
.fa-jpy:before,
.fa-yen:before {
  content: '\f157';
}

.fa-rub:before,
.fa-ruble:before {
  content: '\f158';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}

.fa-file:before {
  content: '\f15b';
}

.fa-file-text:before {
  content: '\f15c';
}

.fa-youtube:before {
  content: '\f167';
}

.fa-skype:before {
  content: '\f17e';
}

.fa-sun-o:before {
  content: '\f185';
}

.fa-toggle-left:before {
  content: '\f191';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-file-pdf-o:before {
  content: '\f1c1';
}

.fa-file-image-o:before {
  content: '\f1c5';
}

.fa-file-video-o:before {
  content: '\f1c8';
}

.fa-file-code-o:before {
  content: '\f1c9';
}

.fa-ra:before {
  content: '\f1d0';
}

.fa-send:before {
  content: '\f1d8';
}

.fa-send-o:before {
  content: '\f1d9';
}

.fa-header:before {
  content: '\f1dc';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-ils:before,
.fa-shekel:before {
  content: '\f20b';
}

.fa-cart-plus:before {
  content: '\f217';
}

.fa-diamond:before {
  content: '\f219';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-user-plus:before {
  content: '\f234';
}

.fa-object-group:before {
  content: '\f247';
}

.fa-500px:before {
  content: '\f26e';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-edge:before {
  content: '\f282';
}

.fa-google-plus-circle:before {
  content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}

.fa-address-card:before,
.fa-vcard:before {
  content: '\f2bb';
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: '\f2bc';
}

.fa-user-circle:before {
  content: '\f2bd';
}

.fa-user-circle-o:before {
  content: '\f2be';
}

.fa-user-o:before {
  content: '\f2c0';
}

.fa-id-card:before {
  content: '\f2c2';
}

.fa-id-card-o:before {
  content: '\f2c3';
}

.fa-s15:before {
  content: '\f2cd';
}

.fa-window-close:before {
  content: '\f2d3';
}

.fa-window-close-o:before {
  content: '\f2d4';
}

/*!* Dorabot - QR Code
* Copyright 2015-2020 Nicola Franchini
* item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839*/
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

hr {
  border-color: #c7c7c7;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.01);
}

.btn:disabled {
  opacity: 0.2;
}

img {
  max-width: 100%;
  height: auto;
}

textarea.form-control {
  margin-bottom: 1rem;
}

.custom-file-label {
  border: none;
}

label.custom-file-label:after {
  content: '\f093' !important;
  font-family: 'font awesome 5 pro';
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 0.25rem;
}

label.upload-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.custom-file {
  border: 1px dashed #e1e2e3;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.nav-pills > li > a span {
  font-size: 0.8em;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.logoselecta img {
  min-height: 2em;
  min-width: 2em;
  max-width: 2em;
  max-height: 2em;
}

.btn.custom-watermark {
  padding: 0;
}

.custom-watermark img {
  max-width: 100%;
  height: 2em;
  margin: 0.375rem 0.75rem;
}

.styleselecta img {
  width: 2.5em;
}

.styleselecta label {
  min-width: 2.5em;
}

.btn-group-toggle .btn {
  border-radius: 0;
}

h1 {
  font-size: 2.1rem;
}

.display-4 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 3rem;
}

.display-2 {
  font-size: 3.5rem;
}

.display-1 {
  font-size: 4rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.2rem;
  }

  .display-4 {
    font-size: 3rem;
  }

  .display-3 {
    font-size: 3.5rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .display-1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.3rem;
  }

  .display-4 {
    font-size: 3.5rem;
  }

  .display-3 {
    font-size: 4rem;
  }

  .display-2 {
    font-size: 4.5rem;
  }

  .display-1 {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
  }

  .display-4 {
    font-size: 4rem;
  }

  .display-3 {
    font-size: 4.5rem;
  }

  .display-2 {
    font-size: 5rem;
  }

  .display-1 {
    font-size: 5.5rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }

  .display-4 {
    font-size: 4.5rem;
  }

  .display-3 {
    font-size: 5rem;
  }

  .display-2 {
    font-size: 5.5rem;
  }

  .display-1 {
    font-size: 6rem;
  }
}

.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.resultholder,
.wrapresult {
  position: relative;
  text-align: center;
}

.resultholder svg {
  max-width: 100%;
  height: auto;
}

.placeresult {
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 14px 16px rgb(0 0 0/6%);
  box-shadow: 0 14px 16px rgb(0 0 0/6%);
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}

.placeresult .linksholder .btn {
  font-size: 2.5rem;
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 36px;
  display: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.preloader .fa-cog {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.form-group {
  margin-bottom: 1rem;
}

.vertical-middle {
  vertical-align: middle;
}

.form-control.no-validate:invalid,
.form-control.no-validate:valid {
  border-color: #ced4da;
  padding-right: 0.75rem;
  background: 0 0;
}

.alert_placeholder {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1021;
  transition: visibility 0.15s linear;
  visibility: hidden;
}

.alert_placeholder.show {
  visibility: visible;
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

@keyframes icon-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.qrcdr-slider .qrcdr-slider-input {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.qrcdr-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #0083fd;
  cursor: pointer;
}

.qrcdr-slider-input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #0083fd;
  cursor: pointer;
}

.tool-wapper form.qrcdr-form > div {
  box-shadow: 0 14px 16px rgb(0 0 0/6%);
  border: 2px solid #797d80;
  border-radius: 6px;
  padding: 20px !important;
  background: #fff;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.accordion-item .btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.accordion-item .btn-block:hover,
.accordion-item .btn-block[aria-expanded='true'] {
  background-color: #0078d4;
  color: #fff;
}

.accordion-item .btn-block[aria-expanded='true'] {
  margin-bottom: 0 !important;
  border-radius: 6px 6px 0 0;
}

.qrcdr-form label {
  font-size: 14px;
  font-weight: 500;
}

.accordion-item > .collapse.show {
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 0 0 6px 6px;
}

section.tool-wrapper {
  background-color: #f1f3f4;
  padding: 30px 0;
}

.tool-wrapper .navbar.sticky-top {
  padding: 0;
}

.box-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
  padding: 14px 14px 16px;
  border: 2px solid #c0ced5;
  border-radius: 8px;
  color: inherit;
  height: 100%;
  text-align: left;
}

.box-item h3.block-title {
  margin: 0;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
}

.box-item.cards-list__card--background {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(https://dorabot.io/tao-ma-qr-code-mien-phi/images/mau-qrcode-background.svg);
  background-size: cover;
}

.box-item.cards-list__card--background p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #53678c;
}

.box-item.cards-list__card--background p span {
  color: #0078d4;
}

.order-last .resultholder {
  max-width: 220px;
  margin: 0 auto;
}

div#faq-collapse .btn-block {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #0078d4;
  text-decoration: none;
}

.block-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-head h3,
.block-head h3 .btn-link {
  font-weight: 700;
}

.faq-wapper {
  max-width: 912px;
  margin: 0 auto;
}

section.faq-section .number {
  border: 1px solid;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

span.product-copyright {
  font-size: 12px;
  margin-top: 30px;
  color: #999;
}

.linksholder .btn-default svg path {
  fill: #f07d25;
}

.row.steps-scroll__row {
  padding: 40px 0;
  align-items: center;
}

#WS-ScroLi {
  position: absolute;
  z-index: 1;
}

#WS-ScroLi [class^='item'] {
  display: inline-block;
  display: inline-grid;
  justify-content: center;
  align-content: center;
  position: relative;
}

#WS-ScroLi [class^='item'] .line {
  position: absolute;
}

.howto-create {
  margin-top: 60px;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.footer-wapper {
  margin-top: 90px;
  padding: 60px 0;
  background-color: #0d1663;
  background-image: url(https://dorabot.io/wp-content/uploads/2020/07/footer-bg-svg.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
}

footer a {
  color: #fff;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

footer .app-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

footer .app-list .list-item {
  width: 50%;
  padding: 0 15px;
}

.list-item li {
  margin-bottom: 20px;
}

footer .elementor-image-box-img {
  margin-right: 10px;
  margin-bottom: 0;
}

h4.block-heading {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

.elementor-divider-separator {
  border-top: 1px solid rgba(222, 228, 231, 0.1);
}

.block-address .elementor-divider-separator {
  padding: 30px;
  margin-top: 40px;
}

ul.top-list-app {
  list-style: none;
  padding: 0;
}

ul.top-list-app li span {
  font-size: 20px;
  display: block;
  padding: 12px 20px;
  position: relative;
}

ul.top-list-app li span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #1e96fc;
  position: absolute;
  left: 0;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-wapper > .container > .row {
  display: flex;
  flex-wrap: wrap;
}

img.img-mobile.img-responsive {
  display: none;
}

#collapseSettings .accordion-item button {
  display: flex;
  justify-content: left;
}

#collapseSettings .accordion-item button .vertical-middle {
  margin-left: 10px;
}

@media (max-width: 480px) {
  img.img-desktop.img-responsive {
    display: none;
  }

  img.img-mobile.img-responsive {
    display: block;
  }
}

.btn-link,
a {
  color: 1;
}

.text-primary {
  color: 1 !important;
}

.navbar-nav .nav-link,
.navbar-nav a,
.navbar-toggler {
  color: #f6f6f6;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.dropdown-menu a.dropdown-item,
a:active,
a:focus,
a:hover {
  color: #01;
}

.bg-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
label.custom-file-label:after {
  color: #f6f6f6;
  background-color: 1 !important;
}

a.dropdown-item.active,
a.dropdown-item:active {
  -webkit-box-shadow: inset 4px 0 0 0 1;
  box-shadow: inset 4px 0 0 0 1;
  background-color: transparent;
}

.btn-primary,
.btn-primary:disabled {
  border-color: 1;
  background-color: 1;
  color: #f6f6f6;
}

.btn-outline-primary,
.btn-outline-primary:disabled {
  border-color: 1;
  color: 1;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle {
  border-color: #01;
  background-color: #01;
  color: #f6f6f6;
}

.btn-outline-light {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: 1;
}

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}

.sp-original-input-container {
  position: relative;
  display: inline-flex;
}

.sp-original-input-container input {
  margin: 0 !important;
}

.sp-colorize-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px !important;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  left: initial !important;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-handle {
  position: absolute;
  top: -3px;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  margin-right: 5px;
  left: -2px;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  height: 10px;
}

.sp-alpha-inner {
  border-radius: 4px;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container button,
.sp-container.sp-dragging .sp-input,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

.sp-sat {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#fff),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}

.sp-val {
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#000),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000,
    rgba(204, 154, 129, 0)
  );
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}

.sp-hue {
  background: -moz-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -ms-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -o-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(0.17, #ff0),
    color-stop(0.33, #0f0),
    color-stop(0.5, #0ff),
    color-stop(0.67, #00f),
    color-stop(0.83, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: linear-gradient(
    to bottom,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
}

.sp-hidden {
  display: none !important;
}

.sp-dragger {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  left: -2px;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
  margin-top: 8px;
}

.sp-container {
  display: inline-flex;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16),
    0 8px 16px rgba(27, 39, 51, 0.08);
}

.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 10px;
}

.sp-clear,
.sp-color,
.sp-hue,
.sp-sat,
.sp-val {
  border-radius: 3px;
}

.sp-input-container {
  margin-top: -5px;
}

.sp-button-container.sp-cf,
.sp-initial.sp-thumb.sp-cf,
.sp-input-container.sp-cf {
  height: 25px;
}

.sp-picker-container .sp-cf {
  margin-bottom: 10px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  padding: 0 5px !important;
  margin: 0;
  width: 100%;
  box-shadow: none !important;
  height: 100% !important;
  background: 0 0;
  color: #3a3a3a;
  border-radius: 2px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  font-family: monospace;
  font-size: inherit !important;
}

.sp-palette-container,
.sp-picker-container {
  position: relative;
  padding: 10px;
}

.sp-picker-container {
  width: 200px;
  padding-bottom: 0;
}

.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-initial {
  float: left;
}

.sp-button-container {
  float: right;
}

.sp-palette-button-container {
  margin-top: 10px;
}

.sp-container button {
  border-radius: 3px;
  border: none;
  background: 0 0;
  line-height: 1;
  padding: 0 8px;
  height: 25px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #606c72;
  font-weight: 700;
}

.sp-container button.sp-choose {
  background-color: #3cab3b;
  color: #fff;
  margin-left: 5px;
}

.sp-container button.sp-palette-toggle {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
}

.sp-alpha,
.sp-preview,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
}

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

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

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

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

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

.navbar-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav .nav-item .nav-link {
  color: #1d2025;
}
.navbar-nav .nav-item .nav-link.active {
  color: #1758e1;
}
span.navdropdown_link {
  display: flex;
  align-items: center;
}

ul.dropdown-menu.mega_menu_three.show > .nav-item > a {
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px;
  padding-top: 15px;
}

ul.dropdown-menu.mega_menu_three.show > .nav-item:last-child a {
  border-bottom: 0 none;
}

span.navdropdown_link .navdropdown_content {
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 20px;
}

.navdropdown_content h5 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
}

.navdropdown_icon img {
  width: 48px;
}

.navdropdown_content p {
  margin: 0;
  font-size: 14px;
  color: #677294;
}

.main-wrapper {
  padding: 0 0;
  display: inline-block;
  width: 100%;
}

.footer-wapper {
  padding: 20px 0;
  background-color: #262b3a;
  color: #cbd5ee;
  font-size: 14px;
}

footer a {
  color: #cbd5ee;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.menu-footer {
  display: flex;
  gap: 50px;
  list-style: none;
  font-weight: 400;
  justify-content: flex-end;
  margin-bottom: 0;
}

ul.list-item {
  list-style: none;
  padding: 0;
}

.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
}

footer .app-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

footer .app-list .list-item {
  width: 50%;
  padding: 0 15px;
}

.list-item li {
  margin-bottom: 20px;
}

.list-item li a {
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

footer .elementor-image-box-img {
  margin-right: 10px;
  margin-bottom: 0;
}
section.random-tool > .container > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
