::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
    position:relative;
    z-index:9000;
    background-color: rgba(0,0,0,.0);
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(0,0,0,.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


#kt_body:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}



#kt_body{
    width: 100% !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
.cpn-data{
    display: none;
}
#cpn-body{
    display: none;
}
#page-loader{
    width: 100%;
    text-align: center;
    display: none;
}
.card{
    background: #ffffff00;
    box-shadow: none !important;
}
.data-model{
    display: none;
}
iframe[data-testid]{
    width: 100% !important;
}

.flipTimer{
    zoom: 50%;
}
.timer_preview{
    zoom: 30% !important;
}

@media screen and (max-width: 900px) {
    .flipTimer{
        zoom: 40% !important;
    }
}

@media screen and (max-width: 500px) {
    .flipTimer{
        zoom: 30% !important;
    }
}

@media screen and (max-width: 300px) {
    .flipTimer{
        zoom: 25% !important;
    }
}