.header {
  background: #070c18;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0;
}
.main {
  background: #070c18;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.main.has-footer {
  padding-bottom: 75px;
}
.footer .hcard a:not(.btn) {
  padding: 10px 3px !important;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  border-top: 4px solid transparent;
}
.footer .hcard a:not(.btn).active {
  color: #5baaff;
  border-color: #ffffff00 !important;
}
.main .main-container {
  background: rgba(255, 255, 255, 0.1);
  /* backdrop-filter: blur(2.5px); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(2.5px);*/
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 15px 0;
}
.text-shadow,
.text-default,
.text-primary,
.text-white,
.text-info,
.text-warning,
.text-danger,
.text-success,
.text-dark {
  text-shadow: #4a2fa9 1px 0 10px;
}
.sm {
  background: #151a2100;
  padding: 20px 0;
  border-top: 2px solid #5baaff;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 0 32px 8px #5baaff;
  color: #fff;
}
.card {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.hcard {
  background: #282c33;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.cardx {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  width: 100px;
  padding: 1px;
  height: 50px;
  text-align: center;
}
.nav-item {
  width: 30%;
}
.nav-link.active {
  background: #5baaff !important;
  outline: none;
  color: #000 !important;
}
.card-item {
  cursor: pointer;
}
.card-item img {
  max-width: 70px;
  max-height: 70px;
}
.card-item p {
  color: #d6d6d6;
  font-size: 12px;
  padding-top: 5px;
  text-shadow: #4a2fa9 1px 0 10px;
}
.card-box img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 15px;
}
.card-box img:hover {
  background: rgb(148 255 253 / 16%);
}
.card-box p {
  color: #d6d6d6;
  font-size: 10px;
  padding-top: 5px;
  text-shadow: #4a2fa9 1px 0 10px;
}
a {
  cursor: pointer;
}
.profile-thumb {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  display: inline-flex;
}
.profile-thumb .profilePicPreview {
  display: block;
  border: 3px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
}
.material-icons,
.text-no-shadow {
  text-shadow: #492fa900 0 0 0;
}
.profile-thumb .avatar-edit {
  position: absolute;
  right: -15px;
  bottom: -20px;
}
.profile-thumb .avatar-edit input {
  width: 0;
}
.profile-thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}
.profile-thumb .avatar-edit label {
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 2px solid #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.imgEdit {
  width: 35px !important;
  height: 35px !important;
  margin-left: -2.5rem !important;
  margin-bottom: 1.5rem !important;
}
.dashboard-title {
  color: #f0f0f0;
}
.dashboard-title i {
  color: #f0f0f0;
}
.table--acordion .left .icon-warning {
  background-color: #ff9e4226;
  color: #ff9e42;
}
.table--acordion .icon-success {
  background-color: rgba(40, 167, 69, 0.12);
  color: #28a745;
}
.table--acordion .left .icon-danger {
  background-color: rgba(234, 5, 42, 0.29);
  color: #ea052a;
}
@media (max-width: 767px) {
  .transaction-item .icon-wrapper p,
  .transaction-item .icon-wrapper span {
    font-size: 0.75rem !important;
  }
}
.badge--warning {
  color: #5baaff;
  border: 1px solid #5baaff;
  background: rgba(255, 193, 7, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11px);
}
.badge--success {
  color: #fff;
  background-color: #28a745;
}
.badge--danger {
  color: #fff;
  background-color: #ea052a;
}
.text--red {
  color: #ea052a !important;
}

.swal2-popup {
  width: 20rem !important;
}
.swal2-actions {
  margin: 0 !important;
}
.swal2-html-container {
  padding: 0 !important;
}
.swal2-icon {
  margin-top: 1rem !important;
}
#swal2-title {
  padding: 0 !important;
}

.accordion-button::after {
  display: none;
}

.modalBackground {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 30px;
}
