.body-content-wrapper {
    display: grid;
    /* place-items: center; */
    height: 100vh;
}

.login-btn a {
    padding: 10px 70px;
    border-radius: 10px;
}
aside.main-sidebar {
    background-color: #f3f3f3;
}

.icon i {
    font-size: 50px;
}

.sidebar-open a.nav-link[data-widget="pushmenu"] {
    left: 300px;
    background-color: #046474;
    color: #fff !important;
    opacity: 1;
    z-index: 2;
}

.input-group input.form-control {
    border-left: 0 !important;
}

.bg-primary.camera-btn {
    width: 50px;
    height: 50px;
    background: #007bff;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.drag-drop-profile {
    display: flex;
    align-items: center;
    gap: 35px;
}

.drag-drop-profile.border-dotted {
    padding: 25px;
    border-radius: 25px;
    border: 2px dotted #2225;
}

.non-image {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    background: #9999;
    border-radius: 50%;
}

.image-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form.form-inline.filter .input-group.mb-3 {
    margin: 0 !important;
}
.d-flex.gap-10 {
    column-gap: 1.75rem;
}
p{font-size: calc(14px + 0.075vw) !important;}
canvas#report_pairs, canvas#report_pieces , #report_pairs_by_year , #report_tonne_by_year{
    margin-bottom: 5rem;
}
td.dataTables_empty {
    text-align: center;
}

img.circle-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}


@media screen and (max-width:600px) {
    .btn-sm.btn-danger.delete-btn {
        width: 75px;
        margin-top: 10px;
    }
    img.home-screen-image.mx-auto.d-block {
        width: calc(200px + 30vw);
    }
    .welcome-text {
        font-size: calc(16px + 0.83vw);
    }
    .description.w-50.mx-auto.d-block {
        width: 80% !important;
    }
    img.home-screen-image-footer.mx-auto.d-block {
        width: calc(200px + 35vw);
        height: auto !important;
    }
}
