﻿.cbk_pop-up--container {
    max-width: 800px;
    width: 100%;
    height: fit-content;
    max-height: 800px;
    top: 120px;
    left: calc(50% - 400px);
    position: fixed;
    background: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    align-content: flex-start;
    padding: 30px;
    border-radius: 20px 10px 20px 13px !important;
    z-index: 999999;
}
/* width */
#cbk_pop-up--container::-webkit-scrollbar {
    width: 0px;
}
/* Track */
#cbk_pop-up--container::-webkit-scrollbar-track {
    background: #FFFFFF00;
}
/* Handle */
#cbk_pop-up--container::-webkit-scrollbar-thumb {
    background: #ffcf0000;
}
    /* Handle on hover */
    #cbk_pop-up--container::-webkit-scrollbar-thumb:hover {
        background: #FFE26600;
    }

.yntd_btn-close {
    position: absolute !important;
}

@media screen and (max-width: 800px) {
    .cbk_pop-up--container {
        max-width: 100%;
        left: 0;
    }
}

::-webkit-scrollbar {
    width: 7px;
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    background-color: #ECECEC;
}

@media screen and (max-width: 800px) {
    .cbk_pop-up--container {
        border-radius: 20px 0px 0px 13px !important;
    }
}
