.rmAlErr{
    font-weight: 900;
    color: #bb0909;
    font-size: 16px;
    text-transform: capitalize;

}

.rmAlChFirst
,.rmAlChLast
,.rmAlChTxt{
    color: #ad0000;
    font-weight: 900;
    font-size: 16px;
    margin: 5px 0;
}

.alertQuestionMessageSuccess{
    background: #132541;
    width: 75%;
    height: 50px;
    color: white;
    border-radius: 3px;
    text-align: center;
    display: none;
    padding: 8px 0;
    font-size: 16px;
}

.searchItemC{
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;

    color: #3e3e3eba;
    transition: .25s ease-out;
}

.searchItemC:hover{
    background-color: #1f2d44;
    color: white;
}
