/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17-Jan-2024, 4:49:53 pm
    Author     : Sailaja
*/

.toastMessageblue:before{
    background-color:#0564d0;
}
.toast:before{
    content:'';
    position: absolute !important;
    top:0;
    left:0;
    width:7px;
    height:100%;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.toastMessageblue a, .toastMessageblue a:hover .toastMessageblue a:active{
    color:#0564d0;
    text-decoration:none;
}
.toastMessageblue p{
    color:#0564d0;
    text-decoration:none;
}
.toast{
            text-align: left !important;
            padding: 20px 26px !important;
            background-color: #fff !important;
            border-radius: 4px !important;
            min-width: 350px;
            max-width: 350px;
            top: 0px;
            position: relative;
            box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);

}
#toast-container>div {
color:#333 !important;
opacity:1;
 -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}
#toast-container>div:hover {
-webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}
.info-iconWrap {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:10px;
}
.info-iconWrap p {
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
}
.info-iconWrap img{
	width:24px;
	height:24px;
}
.toast-close-min{
position: absolute;
right:20px;
display:flex;
align-items:center;
gap:10px;
top:15px;

}