.sidebar-nav::-webkit-scrollbar {
    width: 8px;
}

.sidebar-nav::-webkit-scrollbar-track {
    background: #ffffff3a;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
}
aside::-webkit-scrollbar {
    width: 8px;
}

aside::-webkit-scrollbar-track {
    background: #ffffff3a;
}

aside::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
}

#logo{
    width: 150px;
    height: 150px;
}
.long-data{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    right: 10px;
    margin-left: 5px;
    color: #333333;
    background: rgba(221, 221, 221, 0.27);
    border: 1px solid rgba(221, 221, 221, 0.22);
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
    cursor: pointer;
    color: #000000;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button_badge {
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translate(100%, -100%);
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
@media (max-width: 500px) {
    .animation-image {
        width: 250px;
    }
}
@media (min-width: 500px) {
    .animation-image {
        width: 500px;
    }
}

#btn-telegram {
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.4);
}

#btn-telegram:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.6);
}

#btn-telegram a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

#btn-telegram svg {
    display: block;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

#btn-telegram:hover svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

#btn-support {
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(19, 222, 185, 0.4);
}

#btn-support:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(19, 222, 185, 0.6);
}

#btn-support a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

#btn-support svg {
    display: block;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

#btn-support:hover svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
