#pxl-header-elementor .pxl-header-elementor-sticky {
    background: #0b0b1c;
}
.prop-firm-grid-table {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow-x: auto;
}

.prop-firm-grid-table::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.prop-firm-grid-table {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.grid-row {
    display: grid;
    grid-template-columns: 200px 100px 100px 100px 200px 150px 150px 100px;
    border-bottom: 1px solid #2d2349;
    align-items: center;
}

.grid-header {
    font-weight: bold;
}

.grid-cell {
    padding: 10px;
    font-size: 14px;
    border-right: 1px solid #2d2349;
    word-break: break-word;
}

.grid-cell:last-child {
    border-right: none;
}

.grid-row:last-child {
    border-bottom: none;
}

.grid-cell.--firm > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.grid-cell.--firm > div > img {
    width: 40px !important;
    border-radius: 0.25rem;
    background-color: #5523bd;
}

.grid-header .grid-cell {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    color: #b6bec8;
}

.grid-cell.--country {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.grid-cell.--country img {
    width: 20px;
    height: 15px;
}
.platforms-list li img {
    width: 20px;
}
.platforms-list {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}
.grid-row .grid-cell {
    text-align: center;
}
.grid-row:last-child {
    border-bottom: none;
}
.assets-list li {
    background: #35244a;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    color: #b6bec8;
}
.assets-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.grid-cell.--rank > span {
    background-image: linear-gradient(315deg, rgba(144, 97, 249, 0.1), rgba(231, 70, 148, 0.1));
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid hsl(326.94deg 78.4% 49.02%);
    font-weight: bold;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.grid-placeholder {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #1c1430 10%, #2c1e40 18%, #322247 33%);
    background-size: 800px 104px;
    height: 20px;
    position: relative;
    border-radius: 20px;
}

.--stars svg {
    fill: #df1b87;
}
.--stars {
    display: flex;
    gap: 0.2rem;
    margin-top: 0.5rem;
}
.grid-cell.--max-allocations {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.--max-allocations .progress {
    width: 70px;
    height: 5px;
    -webkit-mask: linear-gradient(90deg, #000 70% 70%, #0000 0) 0 / 10%;
    background: linear-gradient(#df1b87 0 0) 0 / 0% no-repeat #ddd;
}
.grid-cell.--actions > a {
    background-image: linear-gradient(315deg, rgba(144, 97, 249, 0.1), rgba(231, 70, 148, 0.1));
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid hsl(326.94deg 78.4% 49.02%);
    font-weight: bold;
}

.grid-row:hover {
    background: #35244a4a;
    cursor: pointer;
}
.grid-header .grid-cell {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 0.5rem;
}

.grid-orderby:hover {
    background: #19193a;
}
.grid-orderby {
    background: none;
    color: #a7bec8;
    border-radius: 5px;
}

.grid-orderby svg{
  width:14px;
}

[data-order="asc"] svg path:first-child {
    color: #ff00002e;
}

[data-order="asc"] svg path:last-child {
    color: #df1b87;
}

[data-order="desc"] svg path:first-child {
    color: #df1b87;
}

[data-order="desc"] svg path:last-child {
    color: #ff00002e;
}

.search-bar input {
    padding-left: 3rem;
}

.search-bar > span {
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    left: 1rem;
}
.search-bar {
    position: relative;
}
#prop-firm-grid-container-top-bar {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1rem;
}
.search-bar svg {
    width: 20px;
}
.search-bar input {
    color: #ddd;
    height: 38px;
    font-size: 14px;
}

.prop-firm-back-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #706e8c;
    transition: all 0.3s ease;
    color:white;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.prop-firm-back-button:hover{
    background: #302145;
}
.prop-firm-gradient-btn{
    background: linear-gradient(315deg, #4C24C1 0%, #E91A83 100%);
    transition: all 0.3s ease;
    border-radius: 25px;
    color:white;
    padding: 0.5rem 1.25rem;
}
.prop-firm-gradient-btn:hover{
    opacity: 0.9;
}
.prop-firm-tabs ul{
    list-style: none;
    padding: 0;
    margin:0;
    overflow-x: auto;
}

.prop-firm-tabs ul::-webkit-scrollbar {
  display: none;
}

.prop-firm-tabs ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.prop-firm-tab-btn {
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    appearance: unset;
    font-size: 16px;
    background: #342349;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.prop-firm-tab-btn:hover{
    background: #231633;
}
.prop-firm-tab-btn.active{
    background: white;
    color:#231633;
}
.prop-firm-tab:not(.show){
    display: none;
}
.prop-firm-tab-counter {
    background: #6a22b6;
    font-size: 12px;
    border-radius: 25px;
    padding: 0.25rem 0.65rem;
    font-weight: bold;
    color: white;
}
hr {
    border-color: #302f455e;
    border-width: 1px;
}
.prop-firm-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.prop-firm-pill-item-img img {
    object-fit: cover;
}
.prop-firm-pill-item-img {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
}
.prop-firm-pill-item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background: #35244a;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    padding-right: 0.75rem;
}
.prop-firm-overview-items,
.prop-firm-instruments-assets-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
}
.prop-firm-overview-items > div,
.prop-firm-instruments-assets-items > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.prop-firm-table th:first-child {
    text-align: left;
}
.prop-firm-table th {
    color: white;
    font-size: 14px;
    background: #32234a;
    border: 0;
}
.prop-firm-table {
    border: 0;
}
.prop-firm-table td:first-child {
    text-align: left;
}
.prop-firm-table td {
    border: 0;
    font-size: 14px;
    text-align: center;
}
.prop-firm-table tr {
    border: 0;
}

.prop-firm-commission-item {
    background: #32234a6b;
    border: 1px solid #2e2d4a;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
}

.prop-firm-commissions-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
    column-gap: 1rem;
}

.prop-firm-rules ul,
.prop-firm-consistency-rules ul,
.prop-firm-payout-policy ul {
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.prop-firm-restricted-countries-items {
    display: flex;
    gap: 0.5rem;
}

aside.sidebar {
    position: sticky;
    top: 100px;
    width: 400px;
    align-self: flex-start;
}

aside.sidebar nav ul {
  list-style: none; padding: 0;
  font-size: 14px;
}
aside.sidebar nav a {
    display: block;
    padding: 0.5em 1em;
    color: #afb6c2;
    text-decoration: none;
}
aside.sidebar nav a.active {
  background-color: #35244a;
  color: white;
  border-radius: 4px;
}
.main-section > div{
    scroll-margin-top: 100px;
}
.gap-1{
    gap:1rem;
}
.gap-2{
    gap:2rem;
}
.gap-3{
    gap:3rem;
}
.prop-firm-title{
    font-size: 34px;
}
.mute-title {
    color: #c3c1c1;
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fw-bold{
    font-weight: bold;
}
.border-start {
    border-right: 1px solid #55546e80;
}
.prop-firm-image {
    border: 1px solid #55546e80;
    border-radius: 0.5rem;
    padding: 0.5rem;
    height: 90px;
    width: 90px;
    flex-shrink: 0;
}
/* ==== MARGIN ==== */
.m-0    { margin: 0 !important; }
.m-1    { margin: 0.25rem !important; }
.m-2    { margin: 0.5rem !important; }
.m-3    { margin: 1rem !important; }
.m-4    { margin: 1.5rem !important; }
.m-5    { margin: 3rem !important; }
.m-auto { margin: auto !important; }

.mt-0    { margin-top: 0 !important; }
.mt-1    { margin-top: 0.25rem !important; }
.mt-2    { margin-top: 0.5rem !important; }
.mt-3    { margin-top: 1rem !important; }
.mt-4    { margin-top: 1.5rem !important; }
.mt-5    { margin-top: 3rem !important; }
.mt-auto { margin-top: auto !important; }

.mb-0    { margin-bottom: 0 !important; }
.mb-1    { margin-bottom: 0.25rem !important; }
.mb-2    { margin-bottom: 0.5rem !important; }
.mb-3    { margin-bottom: 1rem !important; }
.mb-4    { margin-bottom: 1.5rem !important; }
.mb-5    { margin-bottom: 3rem !important; }
.mb-auto { margin-bottom: auto !important; }

.ms-0    { margin-left: 0 !important; }
.ms-1    { margin-left: 0.25rem !important; }
.ms-2    { margin-left: 0.5rem !important; }
.ms-3    { margin-left: 1rem !important; }
.ms-4    { margin-left: 1.5rem !important; }
.ms-5    { margin-left: 3rem !important; }
.ms-auto { margin-left: auto !important; }

.me-0    { margin-right: 0 !important; }
.me-1    { margin-right: 0.25rem !important; }
.me-2    { margin-right: 0.5rem !important; }
.me-3    { margin-right: 1rem !important; }
.me-4    { margin-right: 1.5rem !important; }
.me-5    { margin-right: 3rem !important; }
.me-auto { margin-right: auto !important; }

.mx-0    { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1    { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2    { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3    { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4    { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5    { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0    { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1    { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2    { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3    { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4    { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5    { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* ==== PADDING ==== */
.p-0    { padding: 0 !important; }
.p-1    { padding: 0.25rem !important; }
.p-2    { padding: 0.5rem !important; }
.p-3    { padding: 1rem !important; }
.p-4    { padding: 1.5rem !important; }
.p-5    { padding: 3rem !important; }

.pt-0    { padding-top: 0 !important; }
.pt-1    { padding-top: 0.25rem !important; }
.pt-2    { padding-top: 0.5rem !important; }
.pt-3    { padding-top: 1rem !important; }
.pt-4    { padding-top: 1.5rem !important; }
.pt-5    { padding-top: 3rem !important; }

.pb-0    { padding-bottom: 0 !important; }
.pb-1    { padding-bottom: 0.25rem !important; }
.pb-2    { padding-bottom: 0.5rem !important; }
.pb-3    { padding-bottom: 1rem !important; }
.pb-4    { padding-bottom: 1.5rem !important; }
.pb-5    { padding-bottom: 3rem !important; }

.ps-0    { padding-left: 0 !important; }
.ps-1    { padding-left: 0.25rem !important; }
.ps-2    { padding-left: 0.5rem !important; }
.ps-3    { padding-left: 1rem !important; }
.ps-4    { padding-left: 1.5rem !important; }
.ps-5    { padding-left: 3rem !important; }

.pe-0    { padding-right: 0 !important; }
.pe-1    { padding-right: 0.25rem !important; }
.pe-2    { padding-right: 0.5rem !important; }
.pe-3    { padding-right: 1rem !important; }
.pe-4    { padding-right: 1.5rem !important; }
.pe-5    { padding-right: 3rem !important; }

.px-0    { padding-left: 0 !important; padding-right: 0 !important; }
.px-1    { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2    { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3    { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4    { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5    { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0    { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1    { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2    { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3    { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4    { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5    { padding-top: 3rem !important; padding-bottom: 3rem !important; }


@media screen and (max-width: 990px) {
  aside.sidebar{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #pxl-main .mobile-hide{
    display: none !important;
  }
}