.login ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.login ul{
    text-align: center;
    padding: 0;
}
span.success_warning {
    background: #1cc88a;
    width: auto;
    display: block;
    padding: 15px;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
}
.textCustomer {
    color: black;
    border-bottom: 2px solid #4e73df;
    padding: 0 5px 0 5px;
    width: 270px;
    display: block;
    font-size: 14px;
}

.admin_recycle{
    position: relative;
    display: block;
    z-index: 11;
}
.admin_recycle:before {
    left: 0;
    top: 0;
    position: absolute;
    content: "\f1f8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 30px;
    width: 30px;
    margin-top: 5px;
    background: #2e55c7bd;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    padding-top: 2px;
    color: #ffffff94;
}

.admin_recycle:hover:before {
    position: absolute;
    content: "\f2ed";
    color: #fff;
    background: #2e55c7;
}
.delete_image_error{
    background: #bc0b0b;
    width: 100%;
    display: block;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-circle.btn-sm, .btn-group-sm>.btn-circle.btn{
    height: 1.8rem;
    width: fit-content;
    font-size: .75rem;
    border-radius: 5px;
}
.new_task{
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.activeProject{
    text-align: center;
    border-radius: 5px;
    background: #c33c2f;
    color: white;
    cursor: pointer;
    width: 100px;
    padding: 5px 0 5px 0;
}
.doneProject{
    text-align: center;
    border-radius: 5px;
    background: #17aa75;
    color: white;
    cursor: pointer;
    width: 100px;
    padding: 5px 0 5px 0;
}
.select_choose{
    display: flex;
}
.select_choose label {
    margin-top: 7px;
    width: 220px;
}
.error {
    font-size: 5rem;
  width:fit-content !important;
}
.user_task_holder{

}
.user_task_holder .date{
    width: 120px;
    height: 96px;
    display: flex;
    background: #dfdfdf;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 5px;
}
.user_task_holder .information{
    color: #494949;
    font-size: 14px;
}
.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
    border: 3px solid #4e73df;
    border-radius: 5px;
}
