body {
    font-family: "Poppins", sans-serif;
    overflow-y: hidden;
}

.myvh {
    height: 100vh;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background-image: linear-gradient( to top, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 1)), url("../images/bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: 5;
    border-right: 1px solid #bbb;
}

#admin-sidebar {
    min-width: 300px;
    max-width: 300px;
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("../images/bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: 5;
    color: white;
}

.backdrop {
    backdrop-filter: blur(2px);
}

#profile-pic {
    border-radius: 100px;
}

.round-1 {
    border-radius: 10px;
}

.round-2 {
    border-radius: 15px;
}

.profile-card {
    background-color: rgba(250, 250, 250, 0.6);
}

.btn-danger-light {
    background-color: rgba(250, 0, 0, 0.7);
    color: white;
}

.smalltxt {
    font-size: 14px;
}

.mybtn:hover {
    background-color: #ddd;
    cursor: pointer;
}

#right-panel {
    background: linear-gradient( to right, rgba(0, 0, 0, 0.07), rgba(250, 250, 250, 1));
}

.pointer {
    cursor: pointer;
}

.mynav {
    background-color: transparent;
    border: none;
}

.mynav-active {
    background: rgb(13, 110, 253);
    color: white;
}

.mynav:hover {
    cursor: pointer;
    background-color: rgba(13, 110, 253, 0.2);
}

.box {
    border-left: 5px solid #333;
}

.blurme {
    filter: blur(10px) saturate(50%);
    pointer-events: none;
}


/* .btn-success {
    background-color: #77dd77;
} */