@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  background: #161b26 !important;
  font-family: "Inter", sans-serif;
}

body.path-frontpage {
  background: #0c111d !important;
  max-width: 100vw;
  overflow-x: hidden;
}

body.path-profile .site-main {
  padding-left: 0;
}


:root {
  --animateRightToLeftWidth: -2408px !important;
  --animateLeftToRightWidth: 2408px !important;
}

@media (max-width: 767px) {

  /* Calculate == logosItem 128px*(n)img + gap 16px*(n)img == animateLogosWidth by:denzdoneza */
  :root {
    --animateRightToLeftWidth: -1008px !important;
    --animateLeftToRightWidth: 1008px !important;
  }
}

.node--type-main-dashboard .field__label,
.node--type-main-dashboard>header {
  display: none;
}

a:focus {
  outline: none;
}

.region--content {
  margin: 0 !important;
}

.view,
.view-content {
  gap: 0 !important;
}

.pager {
  display: none;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c111d !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header {
  background-color: #343a40;
  color: white;
  padding: 20px;
}

.main {
  margin: 20px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #85888e;
  border-radius: 10px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0c111d;
  position: absolute;
  left: 20px;
  top: 40px;
  gap: 200px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #838da733;
  z-index: 999;
  min-height: 90%;
}

.sidebar ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.sidebar ul li {
  list-style: none;
  color: white;
  padding: 0px;
  transition: 0.3s ease;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.sidebar ul li .tooltip {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  background-color: #0c111d;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 999;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.sidebar ul li:hover .tooltip {
  display: block;
  transition: 0.3s ease-in-out;
}

.sidebar ul li .menu-level-1 {
  display: none;
}

.sidebar ul li.menu-item--expanded {
  position: unset;
}

.sidebar ul li.menu-item--expanded.active .menu-level-1 {
  display: block;
}

.sidebar ul li.menu-item--expanded.active .menu-level-1 {
  position: absolute;
  top: 0;
  left: 72px;
  width: 180px;
  height: 100%;
  background-color: #0c111d;
  z-index: 999;
  padding-top: 45px;
  padding-left: 10px;
  border-radius: 16px 0 0 16px;
}

.sidebar .profile-icon a {
  padding: 10px;
  border-radius: 5px;
}

.sidebar .profile-icon a img {
  max-width: 30px;
  max-height: 30px;
}

.sidebar ul li.menu-item--expanded.active .menu-level-1 li a {
  visibility: visible;
  font-size: 14px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.sidebar ul li.icon:hover {
  background-color: #1f242f;
}

.sidebar ul li.active {
  background-color: #1f242f;
}

.sidebar ul li.menu-item--expanded>span {
  display: none;
  z-index: 1000;
}

.sidebar ul li.menu-item--expanded.active>span {
  position: absolute;
  top: 20px;
  left: 87px;
  display: block;
}

.sidebar ul li a {
  cursor: pointer;
  padding: 10px;
}

.sidebar ul li .field--name-field-image {
  margin: 0;
}

.sidebar ul li img {
  max-width: 20px;
  max-height: 20px;
}

.sidebar ul li.logo a {
  padding: 0;
}

.sidebar ul li.logo:hover {
  background-color: transparent;
}

.sidebar ul li.logo img {
  max-height: 30px;
  max-width: 30px;
}

.sidebar ul li.profile img {
  width: 24px;
  height: 24px;
  /* border-radius: 50%; */
  object-fit: cover;
}

.sidebar ul li .field--name-field-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  background-color: #161b26;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid #838da733;
  font-size: 14px;
  display: none;
}

.sidebar ul li a:hover+.menu_link_content .field--name-field-tooltip {
  display: block;
}

.sidebar ul li span:hover+.menu_link_content .field--name-field-tooltip {
  display: block;
}

.sidebar ul li .field--name-field-tooltip .field__label {
  display: none;
}

.sidebar ul li .profile-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  height: auto;
  background-color: #0c111d;
}

.sidebar ul li .profile-dropdown:hover {
  display: block;
}

.sidebar ul li.profile a:hover+.profile-dropdown {
  display: block;
}

.sidebar ul li .profile-dropdown ul {
  padding: 0;
  margin: 0;
}

.sidebar ul li .profile-dropdown ul li a {
  text-decoration: none;
  color: #94969C;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
}

.sidebar ul li .profile-dropdown ul li a:hover {
  color: #fff;
  padding: 10px;
}

.sidebar ul li .profile-dropdown ul li a:focus {
  outline: none;
}

.profile-page {
  padding: 40px 0 130px 120px;
  min-height: 100vh;


}

.profile-page-section {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.path-dashboard .site-main .home-page-section {
  max-width: 1230px;
  margin: 0 auto;
}

.common-card-group .group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.common-card-group .group-header .group-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.common-card-group .group-header .group-more button {
  color: #94969c;
  font-size: 16px;
  background-color: transparent;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.common-card-group .group-header .group-more button:hover {
  background: #1c2436;
  color: white;
}

.common-card-group .group-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.common-card-group .group-body .card {
  padding: 20px;
  background-color: #0c111d;
  border-radius: 10px;
}

.common-card-group .group-body .card .card-image {
  width: 100%;
  height: 264px;
  border-radius: 15px;
  overflow: hidden;
}

.common-card-group .group-body .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-card-group .group-body .card .card-content {
  display: flex;
  gap: 10px;
  padding: 10px 0 0;
}

.common-card-group .group-body .card .card-content .online span {
  width: 6px;
  height: 6px;
  display: block;
  background-color: #17b26a;
  border-radius: 50%;
  margin-top: 10px;
}

.common-card-group .group-body .card .card-content .card-details .title {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.common-card-group .group-body .card .card-content .card-details .description span {
  color: #92c2f3;
  font-size: 14px;
  margin-right: 10px;
}

/** Button Categories **/
.button-categories {
  display: flex;
  gap: 30px;
}

.button-categories button {
  position: relative;
}

.button-categories button:not(:nth-last-child(1))::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #333741;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-common {
  color: white;
  background-color: #0c111d;
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 7px;
  color: #cecfd2;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.btn-common.active,
.btn-common:hover {
  background-color: #0171e3;
  color: white;
}

/* Profile Page */

.profile-banner-section {
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 40px;
  position: relative;
  color: #fff;
}

.profile-banner-section .profile-banner-image img {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 50px;
}

.profile-banner-section .profile-banner-content {
  width: calc(100% - 360px);
}

.profile-banner-section .profile-banner-content h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.profile-banner-section .profile-banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 80%;
  color: #cecfd2;
}

.profile-banner-section .profile-banner-content .edit-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  border: 1px solid #333741;
  background: rgba(22, 27, 38, 0.4);
  border-radius: 8px;
  padding: 5px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.profile-banner-section .profile-banner-content .edit-icon img {
  width: 20px;
  height: 20px;
}

.profile-banner-section .profile-banner-content .edit-icon:hover,
.profile-banner-section .profile-banner-content .edit-icon:focus {
  outline: none;
  border-color: #fff;
  transition: 0.3s ease-in-out;
}

.profile-info-section {
  padding: 25px 0 40px;
}

.profile-info-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: space-between;
}

.profile-info-section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;

}

.profile-info-section ul li:last-child {
  margin-right: 0;
}

.profile-info-section ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #f5f5f6;
  text-decoration: none;
}

.profile-info-section ul li img {
  width: 20px;
  margin-right: 10px;
}

.profile-info-section ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-info-section ul li .copy-btn {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 10px;
}

.profile-social-section {
  background: #0c111d;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 50px;
}

.profile-social-section .social-header {
  border-bottom: 1px solid #1f242f;
  margin-bottom: 24px;
}

.profile-social-section .social-header .social-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.profile-social-section .social-header p {
  font-size: 14px;
  color: #85999E;
  font-weight: 400;
  margin-bottom: 20px;
}

.profile-social-section .social-body ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.profile-social-section .social-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-bottom: 28px;
}

.profile-social-section .social-body ul li:nth-child(2n) {
  padding-left: 30px;
  justify-content: flex-end;
}

.profile-social-section .social-body .social-info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.profile-social-section .social-body .social-info img.social-icon {
  width: 32px;
  margin-right: 20px;
}

.profile-social-section .social-body .social-info .social-details {
  display: flex;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
  flex-grow: 1;
}

.profile-social-section .social-body .social-info .social-details span {
  margin-right: 10px;
  color: #fff;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333741;
  padding: 11px 25px;
  border-radius: 8px;
  height: 48px;
  flex-grow: 1;
}

.profile-social-section .social-body .social-info .social-details input {
  background-color: transparent;
  border: 1px solid #333741;
  outline: none;
  color: #85888e;
  margin-right: 15px;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.profile-social-section .social-body .social-info .social-details .show-btn {
  margin-right: 5px;
}

.profile-social-section .social-body .connect-btn {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #0171e3;
  min-width: 140px;
  min-height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
}

.profile-social-section .social-body .connect-btn:hover {
  background-color: #1F242F;
}

.profile-social-section .social-body .connect-btn.disconnect-btn {
  background-color: #161b26;
  border: 1px solid #333741;
  color: #cecfd2;
}

.profile-social-section .social-body.wallet-body ul li {
  width: 100%;
}

.profile-social-section .social-body.wallet-body ul li:nth-child(2n) {
  padding-left: 0;
}

.profile-social-section .social-body.wallet-body .social-info .social-details {
  margin-left: 0;
}

/* Edit Profile */
.edit-profile-model {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-profile-model .modal-dialog {
  max-width: 900px;
  width: 100%;
  background: #0c111d;
  margin: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) !important;
}

.edit-profile-model .modal-content {
  background: transparent;
  border: none;
}

.edit-profile-model .modal-header {
  padding: 16px 32px;
  border-bottom: 1px solid #1f242f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-profile-model .modal-header .modal-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #cecfd2;
}

.edit-profile-model .modal-header .close {
  color: #94969c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}

.edit-profile-model .modal-body {
  padding: 0;
  overflow: hidden;
}

.edit-profile-model .modal-body .edit-profile-section {
  display: flex;
  height: 80vh;
  overflow: hidden;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left {
  padding: 12px 16px;
  width: 25%;
  border-right: 1px solid #1f242f;
  height: calc(80vh - 60px);
  overflow-y: auto;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li {
  margin-bottom: 16px;
  width: 100%;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li a {
  color: #cecfd2;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  background: #1f242f;
  width: 100%;
  display: block;
  position: relative;
}

/* .edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li a:hover{
    background-color: #1F242F;
} */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
  width: 100%;
  padding: 35px;
  scroll-behavior: smooth;
  height: calc(80vh - 60px);
  overflow-y: auto;
  padding-right: 15px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #cecfd2;
  margin-bottom: 20px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-image {
  text-align: center;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-image img {
  width: 240px;
  max-width: 240px;
  border-radius: 50%;
  margin: 0 auto;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid #333741;
  cursor: pointer;
  background: #161b26;
  color: #cecfd2;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn img {
  margin-right: 10px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn.delete-btn {
  background: #D92D20;
  border-color: #D92D20;
  color: #fff;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn.delete-btn img {
  filter: brightness(0) invert(1);
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group {
  margin-bottom: 24px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #cecfd2;
  text-align: left;
  width: 100%;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group.disabled {
  opacity: 0.5;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group.disabled input {
  pointer-events: none;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group p {
  font-size: 12px;
  line-height: 20px;
  color: #94969c;
  text-align: right;
  margin-top: 5px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group input,
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group textarea,
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group select {
  background-color: #161b26;
  border: 1px solid #333741;
  color: #cecfd2;
  padding: 10px 16px;
  border-radius: 8px;
  width: 100%;
  resize: none;
  height: auto;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group input:focus,
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group textarea:focus,
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .form-group select:focus {
  outline: none;
  box-shadow: none;
}

.profile-right-btns {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.profile-right-btns .cancel-btn,
.profile-right-btns .save-btn {
  margin-left: 10px;
  min-width: 160px;
  min-height: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
}

.profile-right-btns .save-btn {
  margin-right: 10px;
}

.profile-right-btns .cancel-btn {
  background-color: #161b26;
  border: 1px solid #333741;
}

.profile-right-btns .cancel-btn:hover {
  background-color: #4B5565;
}

.profile-right-btns .save-btn {
  background-color: #0171e3;
}

.profile-right-btns .save-btn:hover {
  background-color: #015AB6;
}

/* Footer Section */

.footer-sec {
  padding: 48px 40px;
  background-color: #0c111d;
}

.footer-sec .footer-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-sec .footer-menu-container .footer-menu-right .menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-left: 0;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-sec .footer-menu-container .footer-menu-right .menu li {
  margin-right: 20px;
  position: relative;
}

.footer-sec .footer-menu-container .footer-menu-right .menu li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  background-color: #94969c;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-sec .footer-menu-container .footer-menu-right .menu li:last-child::after {
  display: none;
}

.footer-sec .footer-menu-container .footer-menu-right .menu li:last-child {
  margin-right: 0;
}

.footer-sec .footer-menu-container .footer-menu-right .menu li a {
  color: #94969c;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.footer-sec .footer-menu-container .footer-menu-right .menu li a:hover {
  color: white;
}

.footer-sec .footer-menu-container .footer-menu-right p {
  color: #94969c;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
}

.admin-login-link {
  text-align: center;
  margin-top: 20px;
}

.admin-login-link a {
  color: #005ea8;
  font-weight: bold;
  text-decoration: none;
}

.admin-login-link a:hover {
  text-decoration: underline;
}

/* banner slider */
.banner--slider {
  width: 100%;
}

.banner-slider-section {
  padding: 40px 0px;
  overflow: hidden;
}

.banner-slider-section .slick-slider header {
  display: none;
}

.banner-slider-section .slick-slider .field__label {
  display: none;
}

.banner-slider-section .slick-slider .node__content {
  position: relative;
  padding: 0;
}

.banner-slider-section .slick-slider .field--name-field-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.banner-slider-section .slick-slider .grouped-fields {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 40px;
  max-width: 500px;
  color: #fff;
}

.banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 90%;
  margin-bottom: 20px;
  word-break: break-word;
}

.banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-link a {
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #0171e3;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  min-width: 233px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  transition: 0.3s ease-in-out;
}

.banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-link a:hover {
  background: #015AB6;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.banner-slider-section .slick-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 35px;
}

.banner-slider-section .slick-slider .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.banner-slider-section .slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-slider-section .slick-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

/* Responsive */

@media (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }

  .template-sec {
    left: calc(50% - 750px) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .profile-banner-section .profile-banner-image img {
    width: 250px;
    height: 250px;
    margin-right: 20px;
  }

  .profile-banner-section .profile-banner-content {
    width: calc(100% - 270px);
  }

  .template-sec {
    left: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .profile-page {
    padding: 40px 50px 50px 140px;
  }

  .profile-banner-section {
    gap: 40px;
  }

  .profile-banner-section .profile-banner-image img {
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }

  .profile-banner-section .profile-banner-content {
    width: calc(100% - 290px);
  }

  .profile-banner-section .profile-banner-content h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  .profile-banner-section .profile-banner-content .edit-icon {
    /* width: 40px; */
  }

  .profile-social-section .social-body ul {
    margin: 0;
    gap: 20px;
  }

  .profile-social-section .social-body ul li {
    margin-bottom: 0;
  }

  .profile-social-section .social-body .social-info {
    gap: 20px;
  }

  .profile-social-section .social-body .social-info img.social-icon {
    width: 28px;
    margin-right: 0;
  }

  .profile-social-section .social-body .social-info .social-details {
    margin-left: 0;
    flex-wrap: wrap;
    padding: 0;
  }

  .profile-social-section .social-body .social-info .social-details .copy-btn img,
  .profile-social-section .social-body .social-info .social-details .show-btn img {
    width: 22px;
  }

  .template-sec {
    left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-page {
    padding: 40px 40px 30px 130px;
  }

  .profile-banner-section {
    flex-direction: column;
    padding: 25px;
    padding-top: 40px;
  }

  .profile-banner-section .profile-banner-image {
    margin-right: auto;
  }

  .profile-banner-section .profile-banner-image img {
    width: 200px;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .profile-banner-section .profile-banner-content {
    width: 100%;
  }

  .profile-banner-section .profile-banner-content h2 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .profile-banner-section .profile-banner-content p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }

  .profile-banner-section .profile-banner-content .edit-icon {
    top: 20px;
    right: 20px;
    /* width: 40px; */
  }

  .profile-banner-section .profile-banner-content .edit-icon img {
    /* width: 100%; */
  }

  .profile-info-section ul {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .profile-info-section ul li a {
    align-items: flex-start;
  }

  .profile-info-section ul li img {
    margin-top: 2px;
  }

  .profile-social-section {
    padding: 22px;
  }

  .profile-social-section .social-body ul {
    flex-direction: column;
    margin: 0;
    gap: 15px;
  }

  .profile-social-section .social-body ul li {
    width: 100%;
    padding: 0 !important;
    gap: 10px;
    margin-bottom: 0;
  }

  .profile-social-section .social-body .social-info {
    align-items: flex-start;
    gap: 12px;
  }

  .profile-social-section .social-body .social-info .social-details {
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .profile-social-section .social-body .social-info .social-details input {
    padding: 10px 15px;
    font-size: 14px;
    min-height: unset;
  }

  .profile-social-section .social-body .social-info .social-details .copy-btn img,
  .profile-social-section .social-body .social-info .social-details .show-btn img {
    width: 20px;
    max-width: unset;
  }

  .profile-social-section .social-body .connect-btn {
    min-height: unset;
    min-width: unset;
    padding: 5px 16px;
    font-size: 14px;
  }

  .profile-social-section .social-body .social-info img.social-icon {
    margin: 0;
    width: 22px;
  }

  .banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-description {
    max-width: 100%;
  }

  .banner-slider-section {
    padding: 40px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .profile-page {
    padding: 40px 17px 20px 110px;
  }

  .profile-banner-section {
    flex-direction: column;
    padding: 20px;
    padding-top: 40px;
  }

  .profile-banner-section .profile-banner-image {
    margin-right: auto;
  }

  .profile-banner-section .profile-banner-image img {
    width: 150px;
    height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .profile-banner-section .profile-banner-content {
    width: 100%;
  }

  .profile-banner-section .profile-banner-content h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .profile-banner-section .profile-banner-content p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .profile-banner-section .profile-banner-content .edit-icon {
    top: 15px;
    right: 15px;
    /* width: 40px; */
  }

  .profile-banner-section .profile-banner-content .edit-icon img {
    /* width: 100%; */
  }

  .profile-info-section ul {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .profile-info-section ul li a {
    align-items: flex-start;
  }

  .profile-info-section ul li img {
    margin-top: 2px;
  }

  .profile-social-section {
    padding: 20px;
  }

  .profile-social-section .social-body ul {
    flex-direction: column;
    margin: 0;
    gap: 15px;
  }

  .profile-social-section .social-body ul li {
    width: 100%;
    padding: 0 !important;
    gap: 10px;
    margin-bottom: 0;
  }

  .profile-social-section .social-body .social-info {
    align-items: flex-start;
  }

  .profile-social-section .social-body .social-info .social-details {
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .profile-social-section .social-body .social-info .social-details input {
    padding: 10px 10px;
    font-size: 14px;
    min-height: unset;
  }

  .profile-social-section .social-body .social-info .social-details .copy-btn img,
  .profile-social-section .social-body .social-info .social-details .show-btn img {
    width: 18px;
    max-width: unset;
  }

  .profile-social-section .social-body .connect-btn {
    min-height: unset;
    min-width: unset;
    padding: 5px 10px;
    font-size: 14px;
  }

  .profile-social-section .social-body .social-info img.social-icon {
    margin: 0;
    width: 18px;
  }

  .edit-profile-model .modal-body .edit-profile-section {
    flex-direction: column;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-left,
  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
    width: 100%;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
    padding-top: 10px;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-sec {
    padding: 40px 30px;
  }

  .footer-sec .footer-menu-container {
    gap: 20px;
  }

  .footer-sec .footer-menu-container .footer-menu-left img {
    width: 140px;
  }

  .footer-sec .footer-menu-container .footer-menu-right .menu {
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .footer-sec .footer-menu-container .footer-menu-right p {
    font-size: 15px;
  }

  .banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-description {
    max-width: 100%;
  }

  .banner-slider-section {
    padding: 40px 10px;
  }

  .banner-slider-section .slick-slider .grouped-fields {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .profile-page {
    padding: 40px 17px 20px 110px;
  }

  .profile-banner-section {
    flex-direction: column;
    padding: 20px;
    padding-top: 40px;
  }

  .profile-banner-section .profile-banner-image img {
    width: 150px;
    height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .profile-banner-section .profile-banner-content {
    width: 100%;
  }

  .profile-banner-section .profile-banner-content h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .profile-banner-section .profile-banner-content p {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }

  .profile-banner-section .profile-banner-content .edit-icon {
    top: 15px;
    right: 15px;
    /* width: 40px; */
  }

  .profile-banner-section .profile-banner-content .edit-icon img {
    /* width: 100%; */
  }

  .profile-info-section ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .profile-info-section ul li a {
    align-items: flex-start;
  }

  .profile-info-section ul li img {
    margin-top: 2px;
  }

  .profile-social-section {
    padding: 20px;
  }

  .profile-social-section .social-body ul {
    flex-direction: column;
    margin: 0;
    gap: 15px;
  }

  .profile-social-section .social-body ul li {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    gap: 10px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .profile-social-section .social-body ul li:nth-child(2n) {
    justify-content: flex-start;
  }

  .profile-social-section .social-body .social-info {
    align-items: center;
    width: 100%;
  }

  .profile-social-section .social-body .social-info .social-details span {
    max-width: 120px;
    padding: 7px;
    height: 35px;
    border-radius: 5px;
    margin-right: 5px;
  }

  .profile-social-section .social-body .social-info .social-details {
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .profile-social-section .social-body .social-info .social-details input {
    padding: 10px 10px;
    font-size: 12px;
    min-height: unset;
  }

  .profile-social-section .social-body .social-info .social-details .copy-btn img,
  .profile-social-section .social-body .social-info .social-details .show-btn img {
    width: 15px;
    max-width: unset;
  }

  .profile-social-section .social-body .connect-btn {
    min-height: unset;
    min-width: unset;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 10px;
  }

  .profile-social-section .social-body .social-info img.social-icon {
    margin: 0;
    width: 20px;
  }

  .edit-profile-model .modal-body .edit-profile-section {
    flex-direction: column;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-left,
  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
    width: 100%;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
    padding-top: 10px;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-sec {
    padding: 30px 20px;
  }

  .footer-sec .footer-menu-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-sec .footer-menu-container .footer-menu-left img {
    width: 100px;
  }

  .footer-sec .footer-menu-container .footer-menu-right .menu {
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }

  .footer-sec .footer-menu-container .footer-menu-right p {
    text-align: center;
    font-size: 14px;
  }

  .banner-slider-section {
    padding: 40px 10px;
  }

  .banner-slider-section .slick-slider .grouped-fields {
    padding: 20px;
  }

  .banner-slider-section .slick-slider .field--name-field-image img {
    height: 560px;
  }

  .banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-slider-section .slick-slider .grouped-fields .field--name-field-banner-description {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .profile-social-section .social-body .social-info .social-details span {
    max-width: 90px;
  }

  .profile-social-section {
    padding: 15px;
  }
}

/* common css */
.wide-content {
  width: 100%;
  margin: 0 !important;
}

.region--content {
  display: block;
  width: 100%;
}

.region--content .views-element-container {
  margin: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

/* body {
    padding-left: 100px;
} */
.site-main {
  padding-left: 100px;
}


.site-header {
  display: none;
}

.slick-slider {
  max-width: 100%;
  overflow: hidden !important;
  clip-path: inset(0 0 0 0);
}

.slick-slider img {
  max-width: 100%;
}

/* Add these styles to your existing CSS */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
  scroll-behavior: smooth;
  height: calc(80vh - 85px);
  overflow-y: auto;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Add styles for the left panel to match height */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-left {
  height: calc(80vh - 60px);
  overflow-y: auto;
}

/* Optional: Style the scrollbar */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right::-webkit-scrollbar {
  width: 6px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right::-webkit-scrollbar-track {
  background: #1f242f;
  border-radius: 3px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right::-webkit-scrollbar-thumb {
  background: #0171e3;
  border-radius: 3px;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li a {
  position: relative;
  transition: all 0.3s ease;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li a.active {
  background-color: #0171e3;
  color: #fff;
  outline: none;
}

/* Optional: Add hover state */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-left ul li a:hover {
  background-color: #161B26;
  color: #fff;
}

/* Add highlight effect for sections */
.edit-profile-right-title.highlight {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #0171e3;
}

/* Ensure sections have some spacing */
.edit-profile-right-header {
  padding: 20px 0;
  margin-bottom: 20px;
}

/* Make sure modal content doesn't scroll */
.edit-profile-model .modal-body {
  padding: 0;
  overflow: hidden;
}

.edit-profile-model .modal-body .edit-profile-section {
  height: 80vh;
  overflow: hidden;
}

/* Add these styles for better image handling */
.edit-profile-right-image img,
.edit-profile-banner-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.edit-profile-banner-img img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.edit-profile-right-image img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

/* Add hover effect for upload buttons */
.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn:hover {
  background-color: #1F242F;
}

.edit-profile-model .modal-body .edit-profile-section .edit-profile-right .edit-profile-right-body .edit-profile-right-btns .coommon-profile-btn.delete-btn:hover {
  background-color: #B42318;
}

/* Toast Message Styles */
.toast-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #0171e3;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toast-message.show {
  opacity: 1;
}

/* Show Button Cross Line Style */
.show-btn.crossed {
  position: relative;
}

.copy-btn:focus,
.show-btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.show-btn.crossed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #94969c;
  transform: rotate(-45deg);
}

/* Add these styles to your existing CSS file */

.achievements-section {
  margin: 40px 0;
  color: #fff;
}

.achievements-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.achievements-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f5f5f6;
  margin: 0;
}

.achievements-header .view-all {
  color: #94969c;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.achievements-header .view-all:hover {
  color: #fff;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.achievement-card {
  background: #0c111d;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  transition: transform 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-2px);
}

.achievement-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}

.achievement-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement-details {
  flex-grow: 1;
}

.achievement-details .rank {
  font-size: 12px;
  line-height: 1.3;
  color: #92c2f3;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.achievement-details h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #f5f5f6;
  margin: 0 0 8px 0;
}

.achievement-details p {
  font-size: 14px;
  line-height: 1.3;
  color: #cecfd2;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .achievements-grid {
    gap: 16px;
  }

  .achievement-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .achievements-section {
    margin: 30px 0;
  }

  .achievement-card {
    padding: 16px;
  }

  .achievement-icon {
    width: 40px;
    height: 40px;
  }

  .achievement-details h4 {
    font-size: 14px;
  }

  .achievement-details p,
  .achievement-details .rank {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .achievements-grid {
    grid-template-columns: 1fr;
  }

  .achievements-header {
    margin-bottom: 16px;
  }

  .achievements-header h3 {
    font-size: 16px;
  }

  .achievements-header .view-all {
    font-size: 14px;
  }

  .achievement-card {
    padding: 12px;
  }
}

/* Rank Progress Section Styles */
.rank-progress-section {
  margin: 12px 0 40px 0;
  background: #0c111d;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #333741;
}

.rank-progress-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rank-progress-container>img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.rank-progress-container>div {
  flex-grow: 1;
  margin: 0 8px;
}

.rank-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rank-left-section,
.rank-right-section {
  display: flex;
  align-items: center;
}

.rank-left-section img,
.rank-right-section img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.current-rank,
.next-rank {
  display: flex;
  align-items: center;
  gap: 12px;
}

.next-rank {
  text-align: right;
}

.current-rank img,
.next-rank img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.rank-text span {
  font-size: 14px;
  color: #94969c;
  display: block;
  margin-bottom: 4px;
}

.rank-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

/* Progress Bar Styles */
.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #161b26 !important;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.progress-fill {
  width: 75%;
  /* Adjust this value based on actual progress */
  height: 100%;
  background: #0171e3;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 8px 0px #0171e3;
}

.rank-values {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.rank-values p {
  color: #94969c;
  margin: 0;
}

/* Earn Plasma Section */
.earn-plasma {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background: #1f242f;
  border-radius: 12px;
  padding: 10px;
}

.earn-btn {
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.earn-btn:hover {
  background: #1f242f;
}

.earn-btn .plus-icon {
  background: #0171e3;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 6px;
}

.earn-btn .plasma-text {
  color: #015ab6;
  font-weight: 700;
}

.earn-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.learn-link {
  color: #94969c;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.learn-link:hover,
.learn-link:focus {
  color: #fff;
  text-decoration: none;
}

.view-challenges {
  background: #161b26;
  color: #cecfd2;
  text-decoration: none;
  padding: 8px 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: background 0.3s ease;
  text-decoration: none;
}

.view-challenges:hover {
  color: #fff;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .rank-progress-section {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .earn-plasma {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .earn-right {
    width: 100%;
    justify-content: space-between;
  }

  .earn-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .rank-progress-section {
    padding: 16px;
  }

  .rank-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .next-rank {
    align-self: flex-end;
  }

  .earn-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .view-challenges {
    width: 100%;
    justify-content: center;
  }

  .rank-text span {
    font-size: 12px;
  }

  .rank-values p {
    font-size: 14px;
  }
}

/* Avatars Section Styles */
.avatars-section {
  margin: 40px 0;
  color: #fff;
}

.avatars-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.avatars-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #f5f5f6;
}

.avatars-header .view-all {
  color: #94969c;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.avatars-header .view-all:hover {
  color: #fff;
}

.avatars-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.search-box {
  position: relative;
  flex: 1;
  margin-right: 16px;
}

.search-box input {
  width: 100%;
  padding: 8px 16px;
  padding-left: 40px;
  background: #0c111d;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}

.search-box input:focus {
  outline: none;
}

.search-box .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.filter-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-btn,
.view-btn {
  background: #0c111d;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.filter-btn:hover,
.view-btn:hover {
  background: #161b26;
}

.avatars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.avatar-card {
  background: #0c111d;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 16px 12px;
}

.avatar-card:hover {
  transform: translateY(-2px);
}

.avatar-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-details {
  padding: 16px;
}

.avatar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.avatar-title .dot {
  width: 6px;
  height: 6px;
  background: #17b26a;
  border-radius: 50%;
}

.avatar-title h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.avatar-tags {
  font-size: 12px;
  color: #94969c;
  margin-bottom: 8px;
}

.avatar-price {
  font-size: 14px;
  color: #92c2f3;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .avatars-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .avatars-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .avatars-filters {
    flex-wrap: wrap;
  }

  .search-box {
    width: 100%;
  }

  .search-box input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .avatars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .avatars-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .filter-buttons {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .avatars-grid {
    grid-template-columns: 1fr;
  }

  .filter-btn {
    padding: 8px;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-left {
    height: auto;
    overflow: unset;
  }

  .edit-profile-model .modal-body .edit-profile-section .edit-profile-right {
    height: auto;
    overflow: unset;
  }

  .edit-profile-model .modal-body .edit-profile-section {
    overflow-y: auto;
  }

  .edit-profile-model .modal-body {
    padding-bottom: 90px;
  }

  .header .navbar {
    padding: 0;
  }

  .sidebar {
    min-height: 550px;
  }

  .profile-info-section ul li span {
    max-width: 180px;
  }

}

@media (min-width: 2050px) {

  .profile-page-section,
  .path-dashboard .site-main .home-page-section {
    max-width: 1900px;
  }
}

.edit-profile-img-container {
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto;
  position: relative;
}

.edit-profile-img-section {
  position: relative;
}

.edit-profile-img-section .infor-icon {
  position: absolute;
  top: 16px;
  right: 24px;
  cursor: pointer;
}

.edit-profile-img-section .edit-profile-img-container .infor-icon {
  top: 40px;
  right: 35px;
}

.edit-profile-img-section .infor-icon img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
}

.edit-profile-img-section .infor-icon span {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  background: #0C111D;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  font-weight: 400;
  min-width: 200px;
  text-align: left;
}

.edit-profile-img-section .infor-icon:hover span {
  display: block;
}