body,
html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
.bg-contain,
.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-light-7 {
    background-color: rgba(248, 249, 250, 0.7) !important;
}
.overflow-y-auto {
    overflow-y: auto;
    overflow-x: hidden;
}
.fs-sm {
    font-size: 0.875rem !important;
}
.box {
    aspect-ratio: 1/1;
}
.transition {
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cursor-pointer {
    cursor: pointer;
}
.dx-freespace-row {  
    height: 0px !important;  
 } 