﻿.container__page {
    width: 100%;
    height: -webkit-fill-available;
}

.container__toolbar {
    border: 0.5px solid lightgray;
    border-radius: 4px;
    width: 100%;
    height: auto;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);
}

.content__toolbar {
    padding: 5px;
}

.container__grid {
    margin-top: 15px;
}

.container__message {
    /*border: 0.5px solid lightgray;
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-top: 15px;*/
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 100%;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);
    margin-top: 15px;
}

    .container__message:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .container__message:before {
        background-color: #2BDE3F;
    }

.hidden__message {
    display: none;
}

.show__message {
    display: flex;
}

#path__icon__close:hover {
    fill: #757575;
}

.content__messages {
    padding: 10px;
    width: 100%;
}

.content__messages__close {
    width: 15px;
}

.content__messages__close {
    place-items: center;
    display: flex;
    margin-right: 10px;
}

.container__new {
    /*margin-top: 15px;*/
}

.content__form {
    display: none;
    border: 0.5px solid lightgray;
    border-radius: 4px;
    width: 100%;
    height: auto;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);
}

.content__delete__actions {
    margin-top: 1rem;
}

.combo_sistemas {
    margin-bottom: 8px;
}

