/*
USED TO SHOW A WRANING OR A NOTES LIST.
USED IN ADD USER.
*/

.note__icon{
    position:absolute;
    top: 13%;
	left:2%;
	cursor:default;
}

.note__container{
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding:10px 0px 10px 20px;
    font-weight: 400;
    border: 1.5px solid #ef7d00;
    background-color:#fff;
}


.note__header{
    color:#fff;
	display: inline-block;
	padding:8px 10px 1px 10px;
	border-radius: 10px 10px 0 0;
    position: relative;
    background-color:  #ef7d00;
}
.note__label{
	padding-left:20px;
}
