* {
    margin: 0;
    padding: 0;
    /* color: white; */
    text-decoration: none;
    list-style-type: none;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    /* background-color: #141414; */
    /* color: white; */
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}


.items {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

/* width */
.items::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.items::-webkit-scrollbar-track {
    background: #fffefe;
}

/* Handle */
.items::-webkit-scrollbar-thumb {
    background: rgb(40, 114, 252);
}

.ad-placeholder{
    display: none;
}