/*================================================================================
        Item Name: Materialize - Material Design Admin Template
        Version: 5.0
        Author: PIXINVENT
        Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@media only screen and (max-width: 992px)
{
    .modal
    {
        width: 97% !important;
    }
}
table {
    border-collapse: inherit !important;
    border-spacing: 2px;
}

/*================================================================================
        Item Name: Materialize - Material Design Admin Template
        Version: 5.0
        Author: PIXINVENT
        Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.bg-black-opacity-8 {
    background: rgba(0,0,0,0.7);
}
.bg-white-opacity-8 {
    background: rgba(255,255,255,0.8);
}

@media screen and (max-width: 900px) {
    /*    #main > .row > .col > .container {
            margin-top: 150px;
        }*/
}

.action-filters {
    width: 100%;
}

.dropify-wrapper {
    margin-top: 10px !important;
}

.modal.top-sheet {
    top: 0% !important;
    bottom: auto !important;
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) .2s;
    will-change: transform;
    transform: translate(0, -100%) scale(1) !important;
    width: 100%;
    opacity: 1 !important;
}

.modal.top-sheet.open {
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) .35s .25s;
}

.modal.top-sheet.open:not([style*="display: none"]):not([style*="opacity: 0;"]) {
    transform: translate(0, 0%) !important;
}

.brand-sidebar {
    background-color: #3f51b5 !important;
}