@media (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
    .layout-navbar {
        padding-left: 0!important;
        padding-right: 0!important;
        inset-block-start: 0!important;

        .navbar-content-container {
            border-radius:0!important;
        }
    }

    .layout-page-content {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-block-start:0!important;
    }

    .v-card {
        border-radius: 0!important;
    }
}


@media only screen and (max-width: 480px) {
    .Toastify__toast-container{
        width: 275px!important;
        left: unset!important;
    }
    
    .Toastify__toast-container--bottom-right {
        bottom: 1em!important;
        right: 1em!important;
    }
    
    .Toastify__toast-container--bottom-center {
        bottom: 1em!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    
    .Toastify__toast-container--bottom-left {
        bottom: 1em!important;
        left: 1em!important;
    }
    
    .Toastify__toast-container--top-center {
        top: 1em!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    
    .Toastify__toast-container--top-left {
        top: 1em!important;
        left: 1em!important;
    }
    
    .Toastify__toast-container--top-right {
        top: 1em!important;
        right: 1em!important;
    }

    .Toastify__toast {
        border-radius: 4px!important;
        margin-bottom: 1rem!important;
    }
}
