.avatar-upload {
    position: relative;
    max-width: 100%;
    .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
        input {
            display: none;
            + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
                &:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

            }
        }
    }
    .avatar-preview {
        height: 100px;
        position: relative;
        border-radius: 2%;
        border: 1px dashed #d2d3d8;
        > div {
            height: 100%;
            border-radius: 2%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
}
.sortable-list {
    width: 100%;

    background: #fff;
    border-radius: 7px;

}
.sortable-list .item {
    list-style: none;
    display: flex;
    cursor: move;
    background: #fff;
    align-items: center;
    border-radius: 5px;
    padding: 10px 13px;
    margin-bottom: 11px;
    border: 1px solid #ccc;
    justify-content: space-between;
}


.item .details {
    display: flex;
    align-items: center;
}
.item .details img {
    height: 43px;
    width: 43px;
    pointer-events: none;
    margin-right: 14px;
    object-fit: cover;
    border-radius: 5%;
}
.item .details span {
    font-size: 1.13rem;
}
.item i {
    color: #474747;
    font-size: 1.13rem;
}
.item.dragging {
    opacity: 0.6;
}
.item.dragging :where(.details, i) {
    opacity: 0;
}
.delete,.edit{
    cursor: pointer;
}

.form-control:focus {
    border: 1px solid rgba(107, 114, 128, 0.33) !important;
    box-shadow: 0 0px 0px 1px #4949493b !important;

}
.tagify--focus {
    border: 1px solid rgba(107, 114, 128, 0.33) !important;
    box-shadow: 0 0px 0px 1px #4949493b !important;
}
.drop-here {
    border: 1px dashed #d2d3d8;
    border-radius: 5px;
    background-color: #c0c0c033;
    padding: 10px;
    text-align: center;
    font-size: 1.13rem;
    color: #474747;
}
.hidden{
    display: none;
}
.navigation-item{
    cursor: move;
}
.cursor{
    cursor: pointer;
}

.dashboard .card {
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background-color: #757877;
    border: none;
    border-radius: 10px;
}
.dashboard .card-title,
.dashboard .card-text {
    color: white;
}

.dashboard .big-icon {
    position: absolute;
    bottom: 10px; /* Adjust vertical position as needed */
    right: 10px; /* Adjust horizontal position as needed */
    font-size: 4rem;
    color: white;
    opacity: 0.5;
}
.table-img {
    height: 2rem;
    width: 2rem;
    object-fit: cover;
    border-radius: 5%;
}
.coevs-switch{
    width: 3em !important;
    height: 1.5em !important;
}
