.account-logout-button {
  display: none !important;
}
.scrollable-row {
  display: none !important;
}
.mobile-nav-toggler {
  display: none !important;
}
.header-top {
  display: block !important;
}
@media (max-width: 768px) {
  .inner-container {
    display: none !important;
  }
  .header-top {
    margin-top: 20px !important;
    display: none !important;
  }
  .search-bar-header {
    display: none !important;
  }
  .category-tabs {
    display: none !important;
  }
  .header-lower {
    display: none !important;
  }
  .account-logout-button {
    display: block !important;
  }
  .account-card-logout-button {
    font-size: 15px;
    border-radius: 30px;
  }
}

.swiper-pagination {
  height: 50px !important;
}
.accounts-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-card {
  margin-bottom: 10px;
}
.account-title {
  margin-top: 30px;
}
.account-name {
  margin-left: 20px;
  font-size: 30px;
}
.icon-account {
  font-size: 40px;
  margin-bottom: 15px;
}
.account-card-title {
  font-size: bold;
}
.account-details {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 5px 0;
}
.verified-shield-icon {
  background-color: #3b5a9b;
  position: absolute;
  padding: 8px;
  font-size: 30px;
  color: white;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}
.edit-profile-icon {
  background-color: #3b5a9b;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}
.pagination-account {
  font-size: 13px;
}
.btn-edit-account {
  color: #3b5a9b;
  font-size: 20px;
  margin-top: -10px !important;
  right: 0;
}
.user-icon-account {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  right: 1;
}
.rectangle-icon {
  position: absolute;
  top: 88%;
  left: 50%;
  width: 160px;
  transform: translate(-50%, -50%);
  padding: 0.25rem 0.75rem;
  background-color: #3b5a9b; /* Bootstrap's bg-success */
  color: white;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}
.lobibox-notify {
  border-radius: 24px !important;
}
.lobibox-delay-indicator {
  display: none !important;
}

@media (max-width: 767px) {
  .user-icon-account {
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 1;
  }
  .verified-shield-icon {
    padding: 5px;
    font-size: 30px;
  }
  .edit-profile-icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .accounts-div {
    padding: 20px;
    margin-top: -30px !important;
  }
  .account-details {
    font-size: 10px;
  }
  .account-card-title {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .account-card-title i {
    font-size: 20px;
  }
  .icon-account {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
