/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 ene. 2022, 18:07:48
    Author     : verac
*/

.toast360{
    position: fixed;
    z-index: 9999;
    display: block;
}

.toast360:not(.top){
    bottom: 20px;
}

.toast360:not(.right){
    left: 20px;
}

.toast360.top{
    top: 20px;
}

.toast360.right{
    right: 20px;
}

.toast360 .item_toast{
    background-color: rgba(0,0,0,0.75);
    padding: 0;
    color: #fff;
    border-radius: 3px;
    display: table;
    width: auto;
}

.toast360 .item_toast:not(:last-child){
    margin-bottom: 10px;
}

.toast360 .item_toast > div{display: flex;}

.toast360 .item_toast .texto_item_toast{
    padding: 10px 10px 10px 15px;
}

.toast360 .item_toast .deshacer_item_toast{
    padding: 10px;
    color: yellow;
    cursor: pointer;
}

.toast360 .item_toast .deshacer_item_toast:hover{
    text-decoration: underline;
}

.toast360 .item_toast .cerrar_item_toast{
    padding: 10px 10px 10px 0;
    cursor: pointer;
}

.toast360 .item_toast .loader_item_toast{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}