.selected-day {
    background-color: #d318c3;
}

.no-interaction {
    pointer-events: none;
}

:root {
    --litepicker-container-months-color-bg: #121212;
    --litepicker-container-months-box-shadow-color: #080808;
    /* --litepicker-day-color: #04c424; */
}

.litepicker .container__months .month-item-header {
    display: none;
    font-size: 22px;
    color: #d318c3;
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
    display: none;
}

.litepicker .container__months .month-item-weekdays-row {
    display: none;
}

.litepicker {
    transform: scale(0.4);
    top: -100%;
    left: -75%;
}

.litepicker .container__main {
    transform: scale(1);
}

.litepicker .container__months {
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.litepicker .container__days .day-item {
    border: #242424 solid;
    border-radius: 10px;
    box-sizing: border-box;
    /* box-sizing: content-box; */
    /* border-width: 1px; */
    /* background-color: #8b129b; */
    margin: 3px;
    font-size: 0px;
    width: 32px;
    height: 32px;
}

.tracker-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    gap: 10px;
    border: #121212 solid;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); */
    border-radius: 4px;
    border-width: 2px;
    padding: 10px;
    margin: 20px;
    height: 40px;
    padding-top: 210px;
}

.my-calendar {
    width: 110px;
    height: 110px;
    display: flex;
}

.dashboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #121212;
    z-index: 1;
    top: 0px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.shadowBox {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    min-width: 340px;
    height: 120px;
    border: #121212 solid;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
    border-radius: 6px;
    border-width: 2px;
    padding: 10px;
}


.user-stats {
    display: grid;
    height: 100px;
    margin: 8px;
    margin-left: 16px;
    font-size: 13px;
    color: #d318c3;
    text-align: left;
    /* text-transform: uppercase; */
    font-family: "Roboto Mono", monospace;
    font-style: normal;
    font-weight: bold;
    font-optical-sizing: auto;
}

#user-title {
    /* text-transform: uppercase; */
    font-size: 17px;
    color: #00ceff;
}

.levelcircle {
    display: grid;
    /* padding-left: 10px; */
    /* place-items: center; */
    /* width: fit-content; */
    /* text-align: center; */
}

svg {
    width: 114px;
    height: 114px;
    margin: 4px;
}

.bg {
    fill: none;
    stroke-width: 8px;
    stroke: #1A2C34;
}

[class^="meter-"] {
    fill: none;
    stroke-width: 8px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;

}

.meter-1 {
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    stroke: #d318c3;
    animation: progress-1 1s ease-out;
}

@keyframes progress-1 {
    from {
        stroke-dashoffset: 360;
    }

    to {
        stroke-dashoffset: var(--dash-offset, 170);
    }
}

.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
    top: -100%;
    /* left: 50%; */
    /* transform: translate(0%, -100%); */
    width: 100%;
    height: 100%;
    height: 120px;
    /* background: #000; */
    border-radius: 50%;
    font-size: 1.85em;
    font-weight: 700;
    color: #d318c3;
}

#xptxt {
    font-size: 10px;
    font-weight: 500;
    color: #d318c3;

}
