@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li {
  font-family: 'Lato', sans-serif;
}

.uspsws-logo {
  max-width: 280px;
}

body {
  background-color: #fff !important;
}

.height10 {
  height: 10px;
}

.height20 {
  height: 20px;
}

.height30 {
  height: 30px;
}

.height40 {
  height: 40px;
}

.height50 {
  height: 50px;
}

.padding1pr {
  padding-top: 1%;
  padding-bottom: 1%;
}

.padding2pr {
  padding-top: 2%;
  padding-bottom: 2%;
}

.padding3pr {
  padding-top: 3%;
  padding-bottom: 3%;
}

.padding4pr {
  padding-top: 4%;
  padding-bottom: 4%;
}

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

/* Homepage
--------------------------------*/
.blue-bg {
  background-image: radial-gradient(circle at center, #2700d6 0%, #005c92 100%) !important;
}

.light-text {
  color: #fff;
}

.custom-blocks-design01 img {
  max-width: 80px;
  margin-bottom: 20px;
}

.custom-blocks-design01 h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 15pt;
}

.why-uspsws h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.why-uspsws ul {
  list-style: decimal;
  margin-top: 15px;
  padding-left: 21px;
}

.why-uspsws ul li {
  line-height: 22px;
  margin-bottom: 13px;
  font-size: 12pt;
}

/* Footer
-------------------------------*/
.footer-menu {
  list-style-type: none;
}

.footer-menu li {
  float: right;
  margin-left: 15px;
}

.sspan {
  font-weight: bold !important;
  padding: 11px 0;
  display: block;
  color: #000;
}

body,
h2,
h4,
h5,
h6,
p,
li,
.text-gray-800,
.text-gray-600,
label,
td,
tr {
  color: #000 !important;
}

.navbar {
  width: 100%;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar .dropdown-menu {
  margin: 0.6rem 0 0;
}

.search-card .form-group {
  margin-bottom: 0px;
}

.search-card .card-body {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.full-height {
  min-height: 80vh;
}

.login-screen-wrapper {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.login-screen-box {
  width: 100%;
  border: 1px solid #f9f9f9;
  padding: 30px 30px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.custom-drop.show {
  padding: 10px;
}

.search-panel .form-row {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.search-dropdown select {
  border: none;
  padding: 20px;
  outline: none;
}

.search-dropdown {
  width: 100%;
  max-width: 160px;
}

/* Contact Delete
----------------------------------*/
form.contact-dlt {
  position: absolute;
  top: 5px;
  right: 9px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
/*# sourceMappingURL=sd.css.map */