#radio-banner-lists div{
    margin-bottom: 10px;
}
#select-container{
    margin-top: 20px;
}
#select-container .select-pages-content{
    display: none;
}
#select-container .select-pages-content.active{
    display: block;
}
.select2-container{
    width: 50% !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal;
}
#banner-ninja-container{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: black;
    text-align: center;
    padding: 10px;
    transition: 0.5s;
    justify-content: space-between;
    display: flex;
}
#banner-ninja-container.close{
    transform: translateY(-100%);
}
#banner-ninja-container .content{
    position: relative;
    width: calc(100% - 40px);
}
#banner-ninja-container #close-banner-ninja{
    float: right;
    width: 40px;
    color: white;
    font-size: 25px;
    cursor: pointer;
}
#banner-ninja-container .content h4{
    margin-bottom: 0;
    color: #ffffff;
}
#excepted-pages-content button{
    border: none !important;
    background: unset !important;
}
@media screen and (max-width: 800px) {
    #banner-ninja-container .content h4{
        font-size: 14px;
    }
}