.header {
  background: #d6d9e2;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0;
}
.main {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 0;
  /*padding-top: 10px;*/
  width: 100%;
  /*border-top: 2px solid #DDA41C;*/
  /*  border-top-right-radius: 40px;*/
  /*  border-top-left-radius: 40px;*/
  /*  box-shadow: 0 0 32px 8px #DDA41C;*/
}
.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: #000;
  display: block;
  text-decoration: none;
  border-top: 4px solid transparent;
}
.footer .hcard a:not(.btn).active {
  color: #f8ad13;
  border-color: #ffffff00 !important;
}
.main .main-container {
background: linear-gradient(90deg, #a04149, #6a4d52);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 15px 0;
}
.text-shadow,
.text-default{
  text-shadow: #4a2fa9 1px 0 10px;
}
/* .sm {
  background-color: #3D784F !important;
  padding: 20px 0;
  border-top: 2px solid #f8ad13;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 0 32px 8px #f8ad13;
  color: #fff;
} */

.card {
  color: #000;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.hcard {
  background: #fff;
  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%;
}

.teams-bg{
    background: linear-gradient(90deg,#a04149,#6a4d52);
    color: #fff;
}

.nav-link.active {
  background: transparent !important;
  outline: none;
    border-bottom: solid 4px #6a4d52;
    color: #000 !important;
}
.card-item {
  cursor: pointer;
}
.card-item img {
  max-width: 70px;
  max-height: 70px;
}
.card-item p {
  color: #d6d6d6;
  font-size: 13px;
    font-weight: bold;
  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: #000;
}
.dashboard-title i {
  color: #000;
}
.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: #f8ad13;
  border: 1px solid #f8ad13;
  background: rgba(255, 193, 7, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11px);
}
.text-info {
  color: #f8ad13 !important;
}
a:hover {
  color: #f8ad13 !important;
}
.bg-warning {
  background-color: #f8ad13 !important;
}
.btn-default {
  background-color: #f8ad13 !important;
  color: #ffffff !important;
}
.badge--success {
  color: #fff;
  background-color: #28a745;
}
.badge--danger {
  color: #fff;
  background-color: #ea052a;
}
.text--red {
  color: #ea052a !important;
}

/*.swal2-popup {*/
/*  width: 20rem !important;*/
/*    padding: 20px !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;
}

.platform-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.platform-card {
    flex: 1 1 200px; /* base width each card tries for */
    max-width: 25%;  /* desktop: 4 per row */
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .platform-card {
        max-width: 33.33%; /* tablet: 3 per row */
    }
}

@media (max-width: 768px) {
    .platform-card {
        max-width: 50%; /* mobile landscape: 2 per row */
    }
}

@media (max-width: 480px) {
    .platform-card {
        max-width: 100%; /* small mobile: 1 per row */
    }
}

.platform-card .card {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.platform-card img {
    width: 100%;
    height: auto;
    display: block;
}

.platform-card .card-body {
    padding: 8px;
    text-align: center;
}

.platform-card .card-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.platform-card .card-text {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}
