
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.icon_font {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    margin-left: 5px;
}

.icon_font_big{
    width: 1.2em;
    height: 1.2em;
}

.icon_font_1_5 .icon_font{
    width: 1.5em;
    height: 1.5em;
}

.icon_font_1_5 .icon_font_big{
    width: 1.8em;
    height: 1.8em;
}

.icon_font_2 .icon_font{
    width: 2em;
    height: 2em;
    vertical-align: -0.3em;
}

.icon_font_2 .icon_font_big{
    width: 2.3em;
    height: 2.3em;
    vertical-align: -0.3em;
}

.bold{
    font-weight: 700 !important;
}

.btn-play{
    cursor: pointer;
}

.p-ko{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
}

.p-ro{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3rem;
}

.p-en{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
}

.hr-lyrics{
    background-color: #a0a0a0;
}

.word{
    display: inline-block;
    position: relative;
    cursor: text;
}

.word-ro{
    white-space: pre-wrap;
}

.btn-play-div {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0 !important;
}

.alt-name-small{
    line-height: 0.92rem;
}

/* Middle Out */
.sliding-middle-out {
    display: inline-block;
    position: relative;
  }
.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
    width: 100%;
    background: #3366FF;
}

.word-over-0{
    text-decoration-color: #3366FF;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
}

.word-over{
    background:linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 8%,#3366FF 8.1%, rgba(255,0,255,0) 34%);
}

.unselectable1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* lyrics links */
.lyrics-links li {
    margin-bottom: 5px; }
.lyrics-links li a {
    font-weight: 500;
    display: block;
    transition: all 0.3s;
    position: relative;
    word-wrap: break-word; }

@media (min-width: 768px) {
    .explore-section{
        min-height: 60vh;
    }

    .btn-play-div {
        width: 4rem;
        height: 4rem;
    }

    .p-ko{
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.4rem;
    }

    .p-ro{
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.3rem;
    }

    .p-en{
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.4rem;
    }
}

@media (max-width: 1500px) {
    .nav-tabs-s1 .nav-item {
        margin-right: 10px;
    }
}

@media (max-width: 900px) {
    .pagination-s1 .page-link {
        border-radius: 0.3rem;
        padding: 4px 12px;
        border: 0;
        font-weight: 500;
        background-color: transparent;
        color: #1c2b46; }
        .pagination-s1 .page-link:focus {
          box-shadow: none; }
        .pagination-s1 .page-link:hover {
          background-color: #F5F5F5; }
}
