.loader{box-sizing:border-box;border:3px solid #dc143c;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader:after{content:"";box-sizing:border-box;border:3px solid #0000;border-bottom-color:#f63b3b;border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.dot{animation:1.4s infinite both blink;display:inline-block}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}
.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#4b5563}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#374151}.custom-scrollbar::-webkit-scrollbar-button{width:0;height:0;display:none}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#9ca3af transparent}.dark .custom-scrollbar{scrollbar-color:#4b5563 transparent}
