/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(max-width: 767px){
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        padding: 10px;
    }
    #pojo-a11y-toolbar {
        font-size: 14px !important;
    }
    
	/* Cookie css start */
    .cky-consent-container{
        max-width: 100%;
    }
    .cky-banner-bottom{
        bottom: unset !important;
    }
    .cky-notice .cky-notice-group :where(.cky-notice-des > p, .cky-notice-des a){
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }
    .cky-notice-btn-wrapper{
        margin-top: 5px !important;
    }
    .cky-btn{
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 5px !important;
        max-width: fit-content !important;
    }

    /* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        padding: 50px 20px;
        top: 0;
        left: 0;
        transform: unset;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content :where(p, li, a) {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 30px;
    }
    
}

@media(max-width: 400px){
	
}