* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

*,
html * /* override x.xhtml.ru style */
{
    scrollbar-width: thin;
    scrollbar-color: #7D287C #00000017;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
    height: 12px;
    width: 6px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: #00000017;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background-color: #7D287C;
    border-radius: 3px;
    border: 3px solid #7D287C;
}

.img-preview-card{
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 50px; 
    margin: 5px; 
    opacity: 0.8;
}

.number-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}