.SocialMethods_socials__title__Grtm2{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;column-gap:30px;margin-top:0}.SocialMethods_socials__title__Grtm2 .SocialMethods_title__line__lARwK{height:1px;width:100%;background:#ccc}.SocialMethods_socials__title__Grtm2 p{white-space:nowrap;color:var(--text_secondary)}.col-md-6.login{display:flex;justify-content:center}a{color:#005bd3}a.btn.btn-xs.btn-default{background:red;border-color:red;width:100%;height:auto}span.navbar-badge{padding:10px;background:var(--color-1);color:#fff;float:right;margin-top:11px}@media (min-width:768px){.navbar-badge{display:none}}.platform-buttons.footers{align-items:unset;justify-items:unset;grid-template-columns:repeat(4,1fr);gap:1px}a.text-small.fotters{font-size:1rem}.platform-buttons p{margin:0 0 3px}

.table-striped > tr:nth-of-type(odd) {
    background: #f9f9f9;
}


.skeleton {
    
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: shine 1.5s linear infinite;
    color: transparent !important; 
    border-radius: 4px;
    min-height: 1em;
    /* Performance optimizations for animation */
    will-change: background-position;
    transform: translateZ(0);
}

@keyframes shine {
    to { background-position-x: -200%; }
}
.platform-buttons {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 7px;

    -webkit-overflow-scrolling: touch;
}

.platform-buttons::-webkit-scrollbar {
    display: none;
}
ul#currencies-list > li > a {
    margin: 4px 11px;
    padding: 2px 16px;
    border-radius: 20px;
      background: var(--bs-gray-100);
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 11px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    white-space: nowrap;
    font-size: 13px;
}
ul#currencies-list > li > a.active {
    background: var(--color-1);
    color: #fff;
}
li.navbar-badge > a > i {
    font-size: 17px;
}
@media (max-width: 850px) {
    .list.nav.nav-pills {
        width: max-content;
    }
}
a.ticket.view {
    text-decoration: none;
    background: #005bd3;
    color: #fff;
    padding: 2px 7px;
    border-radius: 10px;
      white-space: nowrap;
  display: flex;
    justify-content: space-between;
  align-items: center;
}