/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js!./src/less/components.less ***!
  \***********************************************************************************************************************************************/
.pos-bottom {
  bottom: 0;
}
.pos-right {
  right: 0;
}
.pos-left {
  left: 0;
}
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.profile-image {
  width: 3.125rem;
  height: 3.125rem;
}
.rounded-circle {
  border-radius: 50% !important;
}
.info-card-text {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}
.text-truncate-lg {
  max-width: 200px;
}
.rounded-plus {
  border-radius: 30px;
}
.btn-group button:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999999;
}
.contact.payment input {
  color: #666 !important;
  font-size: 1.5rem !important;
  border: 2px solid #1ab3bc !important;
  text-align: right !important;
  padding-right: 2rem;
}
.contact.payment {
  margin-right: 0 !important;
}
.text-desc {
  width: 87%;
}
.custom-control-label::before {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
form a:hover {
  border-bottom: solid 1px #1ab3bc;
}
@media (max-width: 991.98px) {
  .text-desc {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .bg-faded {
    background-color: #0a1634;
    margin-bottom: 1rem;
  }
}
.alert {
  border-radius: 30px;
}
.alert .text-danger {
  color: #dc3545;
}
.alert .border-danger {
  border-color: #dc3545;
}
.alert .text-success {
  color: #28a745;
}
.alert .border-success {
  border-color: #28a745;
}
svg:hover g.logout-outline g {
  fill: #1ab3bc !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
ul.navbar-nav li {
  display: inline-block;
  padding: 0px 12px;
  position: relative;
}
ul.navbar-nav li a {
  color: #fff !important;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.navbar-nav li a:hover {
  color: #1ab3bc !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.navbar-collapse button:focus {
  box-shadow: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}


/*# sourceMappingURL=app.css.map*/