﻿.alert-error-form {
    border-radius: 10px;
    color: white;
    background-color: #ff6565;
}
.letterpic {
    width: 45px;
    height: 45px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #7f79c7;
}
.p-black{
    color:black !important;
}
.font-medium-4{
    font-size:12px !important;
}

.display-b1 {
    display: inline-block !important;
}

.datepickers-container{
    z-index:9999;
}

.datepicker-container {
    position: fixed;
    opacity: 0;
}

.btn-solid:hover {
    background-color: #322fe6;
}
.w-100{
    max-width:200px;
}