@font-face {
    font-family: "Poppins-Regular";
    src: url("../font/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../font/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../font/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../font/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("../font/Poppins/Poppins-ExtraBold.ttf");
}

html,
body {
    height: 100%;
    font-family: "Poppins-Regular";
}

a,
a:link,
a:visited,
a:hover {
    color: unset;
    text-decoration: none;
}
a.btn-outline-secondary{
    color: #6c757d;
}

/* Header */

.custom-navbar {
    color: #fff;
    background-color: #10101c;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-app {
    width: 170px;
    height: auto;
}

.navbar-dark .navbar-toggler {
    border-color: #10101c;
}

.screen-darken {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: fixed;
}

.navbar {
    position: relative;
    z-index: 999;
}

/*End Header  */

.btn-primary {
    color: #fff;
    background-color: #1982c4;
    border-color: #1982c4;
    border-radius: 4px;
}

.btn-activity {
    color: #1982c4 !important;
    background-color: #fff;
    border-color: #1982c4;
    border-radius: 4px;
}

.btn-activity:hover {
    color: #fff !important;
    background-color: #1982c4;
    border-color: #1982c4;
    border-radius: 4px;
}

.btn-primary:focus {
    color: #fff;
    background-color: #1982c4;
    border-color: #80c2e4;
    box-shadow: 0 0 0 0.1rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #80c2e4;
    border-color: #80c2e4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0071aa;
    border-color: #0071aa;
}

.btn-secondary {
    color: #1982c4;
    background-color: #fff;
    border-color: #1982c4;
}

.btn-secondary:focus {
    color: #1982c4;
    background-color: #fff;
    border-color: #1982c4;
    box-shadow: 0 0 0 0.1rem rgba(49, 132, 253, 0.5);
}

.btn-secondary:disabled {
    color: #80c2e4;
    background-color: #fff;
    border-color: #80c2e4;
}

.btn-secondary:hover {
    color: #1982c4;
    background-color: #f2faff;
    border-color: #1982c4;
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-transparent:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    box-shadow: 0 0 0 0.1rem rgba(49, 132, 253, 0.5);
}

.btn-options {
    color: #2a2a2e;
    background-color: #fff;
    border: 2px solid #ba043a;
    border-radius: 40px;
    padding: 12px 28px;
    margin-top: 12px;
}

.btn-options:focus,
.btn-options.active {
    color: #fff;
    background-color: #809eae;
    border-color: #809eae;
}

.btn-tags {
    color: #2a2a2e;
    background-color: #f7f7f2;
    border: none;
    border-radius: 40px;
    width: auto;
    height: 37px;
}
.btn-block {
    display: block;
}

.z-index {
    z-index: 10;
}

h1 {
    font-family: "Poppins-ExtraBold";
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 0;
}

h2,
.h2 {
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}

h3,
.h3 {
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}

h4,
.h4,
li.nav-item > a.dropdown-toggle {
    font-family: "Poppins-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
}

h5,
.h5 {
    font-family: "Poppins-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

h6,
li.nav-item > a.nav-link,
ul.navbar-nav > button,
.h6,
select > option {
    font-family: "Poppins-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: unset;
    margin-bottom: 0;
}

p,
.p {
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.text-caption {
    font-family: "Poppins-Regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.text-captionbold {
    font-family: "Poppins-Medium";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}

.small {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}

.text-disabled {
    color: #a5aab1;
}

.text-reversed {
    color: #f7f7f2;
}

.tooltip {
    font-family: "Poppins-Regular";
    font-size: 10px;
}

.tooltip .tooltip-inner {
    width: 150px;
    height: 50px;
    padding: 10px 8px;
    background-color: #151515;
}

.bg-lightpowder {
    background-color: #f7f7f2;
}

.bg-oxford {
    background-color: #10101c;
}

.bg-crayola {
    background-color: #1982c4;
}

.bg-green {
    background-color: #63a088;
}

.crayola-color {
    color: #1982c4 !important;
}

.b-500 {
    font-weight: 500;
}

.b-600 {
    font-weight: 600;
}

.b-700 {
    font-weight: 700;
}

/* Header */

.dropdown {
    position: static;
}

.dropdown-light {
    background-color: #fff !important;
    margin-top: 1rem;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
    top: 100%;
    margin-top: 0.75rem;
}

.dropdown-toggle::after {
    border-top: none;
    vertical-align: -0.6rem;
    content: url("../assets/icons/24x24/expand-more-white.png");
}

/* End Header */

.card {
    border: none;
}

.hover-crayola:hover {
    color: #1982c4 !important;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-80 {
    width: 90%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #1982c4;
}

.list-group-item {
    border: none;
}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #dceaf2;
    border-color: #dceaf2;
}

.list-item-all:hover {
    color: #1982c4;
    background-color: #dcdee0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: unset;
}

.progress-container {
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 10px 0;
    height: 5px;
    width: 100%;
}

.progress-container-full {
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    margin: 10px 0;
    height: 4px;
    width: 100%;
}

.progress {
    background: #f3974f;
    border-radius: 0;
    height: 100%;
    width: 0%;
    transition: width 1s linear;
}

.progress-full {
    background: #ff8121;
    border-radius: 0;
    height: 100%;
    width: 25%;
    transition: width 0.1s linear;
}

audio {
    width: 100%;
}

.alert {
    position: absolute;
}

.play {
    background: url("../assets/icons/36x36/ic-36-play-white.png");
}

.pause {
    background: url("../assets/icons/36x36/ci_pause-circle-filled-white.png");
}

.ic-minimize {
    margin: 2vh 1vw;
    cursor: pointer;
}

.btn-start {
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    height: 36px;
    width: 36px;
}

.btn-close {
    background: url(../../../assets/icons/36x36/close-gray.png) !important;
}

.imgcreator {
    top: 21px;
    left: 0;
    position: relative;
    width: 28px;
    height: 28px;
}

/* TABLE */

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid rgba(165, 170, 177, 0.5);
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
}

thead,
tbody,
tfoot {
    border-top: 1px solid rgba(165, 170, 177, 0.5);
    border-bottom: 1px solid rgba(165, 170, 177, 0.5);
}

thead > tr > th {
    padding: 1.5rem 1rem !important;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap !important;
}

td {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #2a2a2e;
    white-space: nowrap !important;
}

th,
td {
    vertical-align: middle;
    padding-left: 1rem !important;
}

/* END TABLE */

/* SKELETON */

.placeholder {
    background: linear-gradient(
        360deg,
        rgba(164, 162, 162, 0.3) 0%,
        rgba(197, 196, 196, 0.3) 52.08%,
        rgba(164, 162, 162, 0.3) 100%
    );
}

/* END SKELETON */

/* Footer */

.logo-app-footer {
    width: 180px;
    height: auto;
}

.opacity-80 {
    opacity: 80%;
}

.copyright {
    height: 44px;
}

.p-12 {
    padding: 12px 0;
}

.ic-socialmedia {
    width: 24px;
    height: auto;
}

/* End Footer */

.img-playlist {
    background-color: #dcdcdc;
    height: 280px;
    width: 100%;
    /* height: 100%; */
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.btn-signup {
    font-size: 14px !important;
}

.hide {
    display: none !important;
}
.asset_name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    height: 3rem;
}

/* Desktop */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 0.5rem;
    }
    .dropdown-notification,
    .dropdown-account {
        width: 330px;
    }
    .dropdown-notification {
        right: 11vw !important;
    }
    .dropdown-community {
        width: 200px;
        margin-top: 0.5rem !important;
    }
    .row-settings {
        width: 50%;
    }
    .ic-pause {
        width: 36px;
        height: 36px;
    }
    .ic-fullscreen {
        width: 36px;
        height: 36px;
        cursor: pointer;
    }
    .img-creator {
        top: 21px;
        left: 0;
        position: relative;
        width: 28px;
        height: 28px;
    }
    .img-creator-trending {
        position: relative;
        width: 60px;
        height: 60px;
    }
    .btn-creator {
        color: #000;
        height: 60px;
        border-radius: 40px;
    }
    .w-35 {
        width: 36%;
    }
    .row-player {
        margin-top: -4.5rem;
    }
    .video-content {
        width: 100%;
        height: auto;
    }
    .col-titlemusic {
        margin-left: -2.5rem;
    }
    .next-control {
        padding-left: 6vw;
    }
    .img-music {
        height: 110px;
        width: 110px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 992.5px) {
    .w-30 {
        width: 40%;
    }
    .w-35 {
        width: 45%;
    }
    .video-content {
        height: unset;
        width: 100%;
    }
    .col-titlemusic {
        margin-left: 1rem;
    }
    .next-control {
        padding-left: unset;
    }
}

/* Tablet */

@media (max-width: 991.5px) {
    .dropdown-menu[data-bs-popper] {
        right: 0;
    }
    .dropdown-notification,
    .dropdown-account {
        width: 65%;
        margin-top: 1rem;
        /* right: 0; */
    }
    .offcanvas-start {
        width: 70%;
        background-color: #10101c;
    }
    .offcanvas-header {
        padding: 0;
    }
    .w-unset {
        width: 70%;
    }
    .dropdown-menu {
        background-color: #10101c;
    }
    .row-settings {
        width: 100%;
    }
    .ic-pause {
        width: 40px;
        height: 40px;
    }
    .ic-fullscreen {
        width: 40px;
        height: 40px;
    }
    .row-player {
        margin-top: -5rem;
    }
    .btn-creator {
        height: 50px;
        border-radius: 40px;
    }
    .img-creator {
        top: 21px;
        left: 0;
        position: relative;
        width: 28px;
        height: 28px;
    }
    .img-creator-trending {
        width: 44px;
        height: 44px;
    }
    .video-content {
        height: unset;
        width: 100%;
    }
    .col-titlemusic {
        margin-left: -1rem;
    }
    .img-music {
        height: 110px;
        width: 110px;
    }
    /* Footer */
    .footer-center {
        text-align: left !important;
    }
    /* End Footer */
}

/* Smartphone */

@media (max-width: 576px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 12px;
    }
    .offcanvas-start {
        width: 70%;
        background-color: #10101c;
    }
    .offcanvas-header {
        padding: 0;
    }
    .headingreguler-bold {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #1e2125 !important;
        background-color: #e9ecef !important;
    }
    .dropdown-notification,
    .dropdown-account {
        left: 0.65rem !important;
        right: 0;
        width: 98%;
    }
    .tooltip {
        font-family: "Poppins-Regular";
        font-size: 10px;
    }
    .tooltip .tooltip-inner {
        width: 150px;
        height: 50px;
        padding: 10px 8px;
        background-color: #151515;
    }
    .ic-pause {
        width: 40px;
        height: 40px;
    }
    .ic-fullscreen {
        width: 40px;
        height: 40px;
    }
    .ic-play {
        position: absolute;
        bottom: -2rem;
        left: 1.5rem;
    }
    .row-player {
        margin-top: -5rem;
    }
    .img-creator {
        top: 21px;
        position: relative;
        width: 32px;
        height: 32px;
    }
    .btn-creator {
        height: 50px;
        border-radius: 40px;
    }
    .img-creator-trending {
        width: 44px;
        height: 44px;
    }
    .mt-n5 {
        margin-top: -3rem !important;
    }
    a.list-item-all {
        color: #1982c4;
        background-color: #f2f7fc;
    }
    .pagination {
        justify-content: center;
    }
    .w-unset {
        width: unset;
    }
    .video-content {
        height: unset;
        width: 100%;
    }
    .col-titlemusic {
        margin-left: -1.5rem;
    }
    .next-control {
        margin-left: -1rem;
    }
    .img-music {
        height: 80px;
        width: 80px;
    }
    /* Footer */
    .footer-center {
        text-align: center;
    }
    /* End Footer */
}

/* Smartphone landscape */

@media only screen and (min-device-width: 480px) and (max-device-width: 824px) and (orientation: landscape) {
    .video-content {
        width: auto;
        height: 100%;
    }
    .img-music {
        height: 70px;
        width: 70px;
    }
    .d-h5 {
        font-size: 14px !important;
    }
    .next-control {
        padding-left: 4vw;
    }
}

.mr-20 {
    margin-right: 20px;
}
