.offcanvas.offcanvas-start#Create_Project {
    width: 500px;
}

.txtavatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #6c5ce7; /* fallback color */
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    margin: 5px;
    overflow: hidden;
}

ul.errorlist {
    list-style: none;
    padding: 0;
}


input[type="radio"]:checked + label[class*='pill']{
    background-color: var(--bs-btn-active-bg);
}

.end-1{
    right: 80px;
}