.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}
li.navbar-badge {
    padding: 5px 14px;
    background: var(--color-1);
    float: right;
    margin-top: 14px;
    display: flex;
    border-radius: 11px;
    margin-right: 5px;
}
.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%; }
}