.title{
    color: #2C2A2C;
    text-align: center;
}

.whiteline{
    border-bottom: 1px white solid;
}

.text{
    font-size: 14px;
    color: #2C2A2C;
    font-weight: bold;
    text-align: center;
}

.divtext{
    background-color: #FCC7FF;
    border-radius: 5px;
    padding: 0.1rem;
}

.footer{
    color: #2C2A2C;
    font-weight: bold;
    text-align: center;
}

.customClose {
    color: rgb(80, 77, 77) !important;
}

.customClose:hover {
    color: rgb(255, 0, 0) !important;
}

.customInput {
    background-color: rgb(255, 255, 255) !important;
}

@media screen and (min-width: 761px){
    .swal-wide{
        width: 30% !important;
    }
}
@media screen and (max-width: 760px){
    .swal-wide{
        width: 100% !important;
    }
}