/* Extra large devices (large desktops, up to 1600px) */
@media screen and (max-width: 1600px) {
    
}

/* Large devices (desktops) */
@media screen and (max-width: 1495px) {
    
}

/*  Large tablets */
@media screen and (max-width: 1024px) {
    
}

/* Medium devices (tablets) */
@media screen and (max-width: 992px) {
    
}

@media (max-width: 768px) {
    #help-sidebar {
        position: absolute !important;
        padding-top: 80px !important;
        right: 0;
        left: unset;
    }
}

/* Extra small devices (portrait phones) */
@media screen and (max-width: 576px) {
    
    .pp-w-md-50-sm-100, .gap-20 .pp-w-md-50-sm-100, .gap-30 .pp-w-md-50-sm-100, .pp-w-md-min50-sm-100 {
        width: 100% !important;
    }

    .rz-dialog {
        max-height: 100%;
    }
}

/* Specific smaller mobile devices */
/*@media screen and (max-width: 414px) {*/
/*    */
/*}*/

/*!* Very small devices *!*/
/*@media screen and (max-width: 360px) {*/
/*    */
/*}*/
