body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: #000;
    color: #fff;
}

.main {
    display: flex;
    height: 100vh;
}

.sidebar {
    background-color: #000000;
    width: 20rem;
}

.main-content {
    background-color: #121212;
    border-radius: 0.5rem;
    overflow: auto;
    height: 88vh;
    margin: 0.5rem 0.5rem 0 0;
    padding: 0 1rem;
    flex: 1;
}

.content-player {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0px;
}

.nav {
    background-color: #121212;
    border-radius: 0.5rem;
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    height: 116px;
    justify-content: space-evenly;
}

.nav-option i {
    padding: 0 20px;
    font-size: 1.25rem;
}

.nav-option a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.nav-option {
    opacity: 0.6;
}

.nav-option:hover {
    opacity: 1;
}

.library {
    background-color: #121212;
    margin: 0.5rem;
    border-radius: 0.5rem;
    height: 70vh;
}

.library .options {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.library .lib-option img {
    height: 1.5rem;
}

.library .lib-option a {
    position: relative;
    bottom: 0.25rem;
    left: 0.5rem;
    padding-right: 2rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.back-cir {
    padding: 0.5rem;
    margin-left: 0.5rem;
    opacity: 0.6;
    cursor: pointer;
    background-color: #121212;
    border-radius: 50%;
    font-size: 1.25rem;
}

.library .options i:hover {
    background-color: #302d2d79;
}

.lib-option {
    opacity: 0.6;
}

.lib-option:hover {
    opacity: 1;
}

.lib-boxes {
    height: 60vh;
    overflow: auto;
}

.lib-boxes .box {
    background-color: #ffffff0d;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    margin: 0.5rem;
    .box-p1 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: 1.5rem;
    }
    .box-p2 {
        margin-bottom: 1rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

.badge {
    font-size: 0.875rem;
    border: 0px solid black;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
}

.badge:hover {
    transform: scale(1.05);
}

.account-nav {
    position: sticky;
    top: 0;
    z-index: 7;
    background-color: #121212;
    border-bottom: 2px solid black;
    border-bottom-color: #3431314f;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side {
    display: flex;
    width: 6rem;
    justify-content: space-between;
    button {
        background-color: rgb(0, 0, 0, 0);
        border: none;
    }
}

.right-side {
    display: flex;
    justify-content: center;
    align-items: baseline;
    button {
        margin-right: 1rem;
    }
}

.dark-badge {
    background-color: #000;
    color: #fff;
}

.circular {
    background-color: #000;
    padding: 0.5rem;
    border-radius: 100px;
}

.circular:hover {
    transform: scale(1.15);
}

@media (max-width: 1000px) {
    .hide {
        display: none;
    }
}

.card-section .card-container {
    display: flex;
    flex-wrap: wrap;
}

.card-section .card {
    width: 180px;
    background-color: #ffffff09;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin: 0.75rem;
}

.card-section .card:hover {
    background-color: #ffffff0f;
    /* transform: scale(1.05); */
}

.card-image {
    width: 100%;
    border-radius: 0.5rem;
}

.card-title {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-info {
    font-size: 0.85rem;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer .line {
    width: 95%;
    height: 30%;
    border-top: 1px solid white;
    opacity: 0.2;
}

.footer .site-info {
    font-size: 0.85rem;
    opacity: 0.8;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about span {
    opacity: 0.65;
    margin: 0 0.6rem;
}

.about span:hover {
    opacity: 1;
    cursor: pointer;
}

.useful-links {
    margin-left: 1rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.useful-links .category {
    margin: 3rem 7rem 0 0;
}

.useful-links a {
    opacity: 0.7;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.useful-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.useful-links .category #topic {
    opacity: 1;
    font-weight: 600;
}

.useful-links .social-media i {
    margin-top: 4rem;
    margin-left: 1rem;
    background-color: #302d2dc1;
    font-size: 1.1rem;
    padding: 0.7rem;
    opacity: 1;
}

.useful-links .social-media i:hover {
    background-color: rgba(120, 116, 116, 0.668);
    cursor: pointer;
}

.content-player {
    display: flex;
    justify-content: space-between;
}

.content-player .curr-song {
    width: 25%;
}

.curr-song img {
    display: inline-block;
    height: 70%;
    padding: 0.7rem 1rem;
    border-radius: 22%;
}

.curr-song p {
    position: relative;
    bottom: 65px;
    left: 80px;
    margin: 0.3rem;
}

.curr-song .name {
    font-weight: 600;
    font-size: 0.85rem;
}

.curr-song .singer {
    font-size: 0.68rem;
    opacity: 0.6;
}

.content-player .curr-song .album-icon {
    position: absolute;
    top: 1.2rem;
    left: 13rem;
    height: 40%;
    width: 10%;
    img {
        opacity: 0.7;
        padding: 0 5px;
    }
}

.content-player .curr-song .album-icon img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.content-player .player {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-player .player .player-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    img {
        height: 0.95rem;
        margin-right: 2rem;
        opacity: 0.6;
    }
}

.player .player-icon img:hover {
    opacity: 1;
}

.player .playbar {
    width: 90%;
    font-size: 0.85rem;
}

.player .playbar input {
    width: 75%;
    height: 0.3rem;
    margin-top: 1rem;
}

.content-player .icon {
    width: 25%;
    display: flex;
    justify-content: center;
    div {
        display: flex;
    }
}

.content-player .icon img {
    height: 1.1rem;
    margin: 2rem 0 0 1.3rem;
    opacity: 0.7;
}

.content-player .icon img:hover {
    opacity: 1;
    transform: scale(1.15);
}

.content-player .icon input {
    height: 0.25rem;
    width: 5rem;
    margin: 2.4rem 0.5rem;
}