html {
  scroll-behavior: smooth;
}
.dashboard-fire{
  gap: 0 !important;
}

.dashboard-details-side{
  gap: 15px !important;
}
.dashboard-fire .left {
  width: 25%;
}

.dashboard-fire .right {
  width: 75%;
  flex-grow: 3;
}

.dashboard-fire .section-recent-matches,
.dashboard.dashboard-fire .panel--matchmaking .tilescontainer {
  height: unset;
}

.dashboard-fire .filters form,
.dashboard-fire .filters input[type="text"] {
  width: 100%;
}

.dashboard-fire .filters label {
  display: block;
}

.dashboard-fire .filters input[type="text"],
.dashboard-fire .filters .snap-select {
  margin: 0 0 1rem 0;
}

.dashboard-fire .filters .advanced-filters .toggle-advanced-filters {
  font-weight: bold;
  margin-bottom: 1rem;
  cursor: pointer;
}

.dashboard-fire .filters .advanced-filters .chevron {
  position: relative;
  top: 4px;
}

.dashboard-fire .filters .advanced-filters .chevron-up {
  display: inline-block;
}

.dashboard-fire .filters .advanced-filters .chevron-down {
  display: none;
}

.dashboard-fire .filters .advanced-filters.hide .chevron-up,
.dashboard-fire .filters .advanced-filters.hide label,
.dashboard-fire .filters .advanced-filters.hide input,
.dashboard-fire .filters .advanced-filters.hide .snap-select {
  display: none;
}

.dashboard-fire .filters .advanced-filters.hide .chevron-down {
  display: inline-block;
}

.dashboard-fire .panel .innerbody {
  overflow: unset;
}

.dashboard-fire .tilescontainer {
  overflow: unset;
}

.dashboard-fire .pagination-container {
  display: flex;
  justify-content: center;
}

.dashboard-fire .pagination-container a,
.dashboard-fire .pagination-container span {
  margin: 0 5px;
  text-decoration: none;
  padding: 5px;
  width: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  border-color: var(--borderColor);
  color: var(--dark-grey);
}

.dashboard-fire .pagination-container a.active {
  background-color: var(--dark-blue);
  color: white;
}

.dashboard-fire .pagination-container a:not(.active):hover {
  background: var(--blue);
  color: white;
}

.dashboard-fire .back-btn {
  margin: 0 5px;
  text-decoration: none;
  padding: 5px 10px;
  background: var(--blue);
  color: #fff;
  display: inline-block;
  border: none;
  border-color: var(--borderColor);
}

.dashboard-fire .back-btn:hover {
  background: var(--dark-blue);
}

.dashboard-fire .results img.project-logo {
  max-height: 50px;
  max-width: 150px;
}

.dashboard-fire .results ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dashboard-fire .results ul li {
  box-sizing: border-box;
}

.dashboard-fire .results ul li a,
.dashboard-fire .results ul li a:active,
.dashboard-fire .results ul li a:visited {
  display: block;
  padding: 1rem;
  background-color: #fff;
  text-decoration: none;
  color: #2b1c1c;
  border-radius: 8px;
  border: 1px solid #dddfe3;
}

.dashboard-fire .results ul li a:hover {
  background-color: #e7e9ed;
  transition: background-color 0.25s;
}

/* Desktop: 4 items per row */
.dashboard-fire .results ul li {
  flex: 1 1 calc(25% - 1rem);
  /* 4 items in a row with gap */
}

/* Tablet: 2 items per row */
@media (max-width: 768px) {
  .dashboard-fire .results ul li {
    flex: 1 1 calc(50% - 1rem);
    /* 2 items in a row with gap */
  }
}

/* Mobile: 1 item per row */
@media (max-width: 480px) {
  .dashboard-fire .results ul li {
    flex: 1 1 100%;
    /* 1 item in a row */
  }
}

.dashboard-fire .results ul li dl {
  font-size: 0.9rem;
}

.dashboard-fire .results ul li dt {
  font-weight: bolder;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.dashboard-fire .results ul li dd {
  display: inline-block;
  margin-inline-start: 0;
  padding-inline-start: 0;
  opacity: 0.7;
}

.dashboard-fire .results-info {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.dashboard-fire .details .project-logo {
  max-height: 150px;
  max-width: 500px;
}

.dashboard-fire .details h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--black);
}

.dashboard-fire .details dt {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--black);
}

.dashboard-fire .details dd {
  margin-bottom: 1rem;
  color: var(--black);
}

.dashboard-details-side .left {
  display: block;
}

.panel-will-get-sticky.sticky {
  position: fixed;
  top: 10px;
}

.dashboard-details-side .left ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.dashboard-details-side .left ul li a,
.dashboard-details-side .left ul li a:active,
.dashboard-details-side .left ul li a:visited {
  color: var(--dark-blue);
}

/*=============================================
=            23/12/2024 - Additional style - Ion            =
=============================================*/
.dashboard-fire {
  flex-direction: column;
}
.dashboard-fire.dashboard-details-side{
  flex-direction: row;
}

.fire-database-header-title-url a {
  border: 1px solid var(--borderColor);
  outline: none;
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  padding: 8px 10px;
  cursor: pointer;
  text-decoration: none;
  background: var(--blue);
  transition: 350ms;
  color: #fff;
  display: block;
}

.fire-database-header-title-url a:hover {
  background: #182843;
}

.fire-database-header-wrap .body {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fire-database-header-wrap .body .fire-database-header-left {
  width: 80%;
  padding-right: 3%;
}

.fire-database-header-wrap .body .fire-database-header-right {
  width: 20%;
}

.fire-database-header-wrap .body .fire-database-header-right img {
  max-width: 100%;
  max-height: 135px;
}

.fire-filter-wrap form {
  display: flex;
  flex-wrap: wrap;
}

.fire-filter-wrap form > *,
.fire-filter-wrap form .advanced-filters > * {
  margin-right: 20px;
}

.fire-filter-wrap form .snap-select-selected,
.fire-filter-wrap input[type="text"] {
  min-height: 42px;
  max-width: 300px;
  min-width: 300px;
}

/* .fire-filter-wrap input[type="text"]{
  min-width: 300px;
} */
.fire-filter-wrap form .filter-item-wrap label {
  margin-bottom: 5px;
}

.fire-filter-wrap form .advanced-filters {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fire-filter-wrap form .filter-actions {
  margin-top: 12px;
}

.fire-filter-wrap form .filter-actions button {
  height: 42px;
  min-width: 105px;
  text-align: center;
  transition: 350ms;
}

.fire-filter-wrap form .filter-actions button[type="submit"] {
  background: var(--blue);
  color: var(--white);
  margin-right: 15px;
}

.fire-filter-wrap form .advanced-filters .toggle-advanced-filters {
  width: 100%;
  color: #50a4dc;
  margin-bottom: 5px;
}

.dashboard-fire {
  gap: 0;
}

.dashboard-fire > .panel--matchmaking {
  border-radius: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.dashboard-fire > .fire-resources .panel {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dashboard-fire .fire-database-header-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 0;
}

.dashboard-fire .panel .body {
  overflow: visible;
}

.fire-grid-item-header {
  display: flex;
  border-bottom: 1px solid #dddfe3;
  min-height: 70px;
}

.fire-grid-item-header > p {
  margin-right: 15px;
}

.fire-grid-item-header h3 {
  line-height: 1.3;
}

.fire-item-view-btn {
  min-width: 105px;
  text-align: center;
  padding: 8px 10px;
  cursor: pointer;
  transition: 350ms;
  border: 1px solid var(--borderColor);
  outline: none;
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  /* text-transform: uppercase; */
  margin-top: 20px;
  transition: 350ms;
}

.dashboard-fire .results ul li a:hover .fire-item-view-btn {
  background: var(--blue);
  color: var(--white);
}

.dashboard-fire .results ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dashboard-fire .results ul li {
  max-width: 25%;
}

.fire-item-view-btn-wrap {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.fire-filter-wrap .filter-actions button[type="reset"]:hover,
.fire-filter-wrap form .filter-actions button[type="submit"]:hover {
  background-color: #182843;
  color: #fff;
}

/*=====  End of 23/12/2024 - Additional style - Ion  ======*/