@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

#public-layout {
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
}
#public-layout .wrapper {
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  background: linear-gradient(-45deg, rgb(43, 71, 100), rgb(2, 71, 79), rgb(3, 98, 109), rgb(4, 125, 138));
  background-size: 500% 500%;
  background-repeat: no-repeat;
  animation: gradient 20s ease-in-out infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#public-layout .wrapper .content {
  padding: 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#public-layout .wrapper .content .carousel-section {
  flex: 1;
  width: 100%;
}
#public-layout .wrapper .content .carousel-section .carousel-wrapper {
  height: 100%;
}
#public-layout .wrapper .content .section {
  height: 50px;
}
#public-layout .wrapper .content::before {
  content: "";
  opacity: 5%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url("https://cdn.impactbuying.com/images/idp/mango/world-map.svg") 50%/cover no-repeat;
  z-index: -1;
}
#public-layout .wrapper .form-pages {
  flex: 0 0 472px;
  width: 472px;
}
#public-layout .footer {
  display: flex;
  color: #E9EAED;
}
#public-layout .footer .left-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
#public-layout .footer .left-section .line-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#public-layout .footer .left-section .line-items > .links:first-child {
  padding-left: 0;
}
#public-layout .footer .left-section .line-items > .links:last-child {
  padding-right: 0;
  border: 0;
}
#public-layout .footer .left-section .line-items .links {
  color: #FFF;
  /* 3xs/medium/snug/underline */
  font-size: 10px;
  font-style: normal;
  font-weight: 510;
  line-height: 13.3px; /* 133% */
  text-decoration-line: underline;
  border-right: 1px solid white;
  padding: 0 8px;
}
#public-layout .footer .left-section .copyright {
  color: #FFF;
  text-align: right;
  /* 3xs/regular/snug/default */
  font-family: "SF Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.3px; /* 133% */
  width: 100%;
}
#public-layout .footer .space-between {
  flex: 1;
}
#public-layout .footer .right-section {
  display: flex;
}
#public-layout .page-wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 10px 46px 0px black;
  border-radius: 0px;
  height: 87%;
  padding: 32px;
}
#public-layout .page-wrapper .page-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #2E3238;
  margin-bottom: 16px;
}
#public-layout .page-wrapper .page-header .sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #737D8C;
}
#public-layout .page-wrapper .page-content {
  height: 85%;
}
#public-layout .page-wrapper .page-content > p {
  display: flex;
  align-items: flex-start;
  margin: 35px 0px;
  line-height: 21px;
  color: #2E3238;
}
#public-layout a {
  font-weight: 600;
  line-height: 125%;
}

#layout .top-div {
  background: #06A9BA;
  position: relative;
  overflow: hidden;
}
#layout .top-div .top-navigation {
  display: flex;
  justify-content: space-between;
  height: 52px;
  padding: 11px 16px 11px 16px;
  align-items: center;
}
#layout .top-div .navbar-top-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
#layout .top-div .navbar-top-links li a {
  color: white !important;
}
#layout .top-div .header-text-main {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
#layout .top-div .header-text-sub {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
#layout label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
#layout .row:after {
  content: "";
  display: table;
  clear: both;
}
#layout .footer {
  transition: margin 0s;
  bottom: 0;
  left: 0;
  right: 0;
}
#layout .footer button {
  background: #06A9BA;
  border-radius: 2px;
  border-color: transparent;
}
#layout .footer button:hover {
  background: #06A9BA;
  border-radius: 2px;
  border-color: transparent;
}
#layout .footer button:focus {
  background: #06A9BA;
  border-radius: 2px;
  border-color: transparent;
}
#layout .footer button:active {
  background: #06A9BA !important;
  border-radius: 2px !important;
  border-color: transparent !important;
}
#layout .footer .footer-end {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px;
  position: static;
  width: 100%;
  height: 200px;
  left: 0px;
  top: 1557px;
  background: #186D79;
  flex: none;
  order: 6;
  align-self: stretch;
  flex-grow: 0;
  margin: 48px 0px 0px 0px;
}
#layout .contact-btn {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  border: none;
  color: white;
}
#layout .dot {
  height: 557px;
  width: 557px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #70CCD6;
  box-sizing: border-box;
}
#layout .circle-1 {
  z-index: 1000;
  left: -144px;
  bottom: -246px;
  position: absolute;
}
#layout .circle-2 {
  z-index: 1000;
  left: -63px;
  bottom: -272px;
  position: absolute;
}
#layout .circle-3 {
  z-index: 1000;
  left: -63px;
  bottom: -272px;
  position: absolute;
}
#layout .circle-4 {
  z-index: 1000;
  left: -144px;
  bottom: -246px;
  position: absolute;
}
#layout .desktop-content {
  display: block;
}
#layout .mobile-content {
  display: none;
}
#layout .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
#layout .card {
  display: flex;
  width: 178px;
  height: 128px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E9EAED;
}
#layout .card:hover {
  border: 1px solid #06A9BA;
  cursor: pointer;
}
#layout .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 1 100%;
  overflow: hidden;
}
#layout .card-content img {
  width: 100%;
  padding: 8px 8px 0 8px;
}
#layout .card-text {
  color: #A0A7B1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
#layout h4 {
  font-weight: 100;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
#layout .navbar-top-links {
  text-align: right;
}
#layout .navbar-top-links li {
  display: inline-block;
  align-self: center;
}
#layout .navbar-top-links li a {
  padding: 6px 12px;
  border-radius: 4px;
  display: flex;
  align-items: end;
  justify-content: center;
}
#layout .navbar-top-links li :hover {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
#layout .top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}
#layout button:focus {
  outline: 0 !important;
}
#layout .btn {
  border-radius: 3px;
  font-size: inherit;
}
#layout .btn:focus {
  box-shadow: none;
  outline: none !important;
}
#layout .btn:active {
  background-image: none;
  outline: 0;
  -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);
}
#layout .btn-primary {
  color: white;
  background-color: #7896a5;
  border-color: #7896a5;
}
#layout .btn-primary:hover {
  background-color: #7896a5;
  border-color: #7896a5;
  color: white;
}
#layout .btn-primary:focus {
  background-color: #7896a5;
  border-color: #7896a5;
  color: white;
}
#layout .btn-primary:disabled {
  color: white;
  background-color: #7896a5;
  border-color: #7896a5;
}
#layout .btn-primary:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #7896a5;
  border-color: #7896a5;
}
#layout .btn-primary:not(:disabled):not(.disabled):active:focus {
  -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);
}
#layout .btn-success {
  color: white;
  background-color: #14374b;
  border-color: #14374b;
}
#layout .btn-success:hover {
  color: white;
  background-color: #14374b;
  border-color: #14374b;
}
#layout .btn-success:focus {
  color: white;
  background-color: #14374b;
  border-color: #14374b;
}
#layout .btn-success:disabled {
  color: white;
  background-color: #14374b;
  border-color: #14374b;
}
#layout .btn-success:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #14374b;
  border-color: #14374b;
}
#layout .btn-success:not(:disabled):not(.disabled):active:focus {
  -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);
}
#layout .form-control {
  box-shadow: none;
  font-size: 0.9rem;
  background-color: white;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
#layout .form-control:focus {
  box-shadow: none;
  border-color: #7896a5;
}
#layout body {
  background-color: #2f4050;
  overflow-x: hidden;
  height: 100%;
}
#layout html {
  height: 100%;
}
#layout #page-wrapper {
  min-height: 100vh;
  padding: 0 15px;
  position: relative !important;
  flex-shrink: 1;
  width: 100%;
  padding: 0 !important;
}
#layout a {
  cursor: pointer;
  color: #8C8C8C;
  text-decoration: none;
}
#layout a:hover {
  text-decoration: none;
  color: #787A7C;
}
#layout a:focus {
  text-decoration: none;
}
#layout .modal-content {
  background-clip: padding-box;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
#layout .modal-dialog {
  z-index: 2200;
}
#layout .modal-body {
  padding: 20px 30px 30px 30px;
}
#layout .inmodal .modal-body {
  background: #f8fafb;
}
#layout .inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  display: block;
}
#layout .inmodal .modal-title {
  font-size: 26px;
}
#layout .modal-footer {
  margin-top: 0;
}
#layout #wrapper {
  width: 100%;
  overflow-x: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
#layout .border-right {
  border-right: 1px solid #e7eaec;
  border-right: solid 1px #787A7C;
}
#layout .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
#layout .ibox:after {
  display: table;
}
#layout .ibox:before {
  display: table;
}
#layout .ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7eaec;
  border-image: none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
}
#layout .ibox-content {
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  clear: both;
  border-width: 4px 0;
}
#layout .gray-bg {
  background-color: #f3f3f4;
}
#layout .text-muted {
  color: #888888 !important;
}
#layout .modal {
  z-index: 2050 !important;
}
#layout .m-r-sm {
  margin-right: 10px;
}
#layout .m-b-md {
  margin-bottom: 20px;
}
#layout .error {
  color: #BE2400;
  font-weight: bolder;
  margin-top: 5px;
  color: #BE2400;
  font-weight: bolder;
  margin-top: 5px;
}
#layout .ibox-header-text {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #021E20 !important;
}
#layout .ibox-content.blue {
  border-top: 2px solid #06A9BA;
}
#layout .main-content {
  padding: 15px;
}
#layout .top-navigation-header {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  #layout .desktop-content {
    display: none;
  }
  #layout .mobile-content {
    display: block;
  }
}
@media (min-width: 768px) {
  #layout #page-wrapper {
    position: inherit;
    position: inherit;
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  #layout .navbar-top-links li a {
    padding: 20px 5px;
  }
  #layout #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 100vh;
    width: 100%;
  }
  #layout body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #f3f3f4;
  }
}
@media (max-width: 1000px) {
  #layout .welcome-message {
    display: none;
  }
}
@media print {
  #layout body {
    overflow: visible !important;
  }
  #layout #page-wrapper {
    margin: 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
