body {
    color: #000 !important;
}

#navbar {
    display         : inline-table;
    padding         : 0px;
    background-color: #323232;
    color           : #ffffff;
}

#sb {
    width       : 32px;
    margin-right: 32px;
}

#navbar_top {
    padding: 0px;
}

#navbar_top img {
    float: left;
}

#navbar_top div {
    float: right;
}

#navbar_list {
    background-color: #33393b;
}

#navbar_list li {
    width: 25%;
}



#footer_top {
    background-color: #323232;
    padding-top     : 15px;
    padding-bottom  : 15px;
}

#footer_top_left_header {
    color         : #ffa500;
    font-size     : 16px;
    border-bottom : 1px solid #d8cdd5;
    padding-bottom: 3px;
}

#footer_top_right_header {
    color         : #ffa500;
    font-size     : 16px;
    border-bottom : 1px solid #d8cdd5;
    padding-bottom: 3px;
}

#footer_bottom {
    background-color: #000000;
    color           : #ffffff;
    text-align      : center;
    padding-top     : 10px;
    padding-bottom  : 10px;
}

.footer-list {
    list-style          : circle;
    font-size           : 20px;
    clear               : both;
    color               : #70a2fb;
    padding-inline-start: initial;
}

.footer-list li {
    line-height  : 30px;
    font-size    : 15px;
    border-bottom: 1px solid #5a5a5a;
}

.footer-list li a {
    color: #70a2fb;
}

#main_page {
    padding         : 0px;
    background-color: #ffffff;
}

#main_page_top {}

#main_page_top_header {

    text-align: center;
    font-size : 20px;
    color     : #004488;
    margin-top: 10px;
}

#main_page_top_ethicet {
    margin-top: 15px;
}

#main_page_top_smedia {
    margin-top: 15px;
    text-align: center;
}

#main_page_middle {
    padding: 0px;
}

.main_page_category_div {
    background-color: #33383b;
    min-height      : 24px;
    color           : #fff;
    font-size       : 15px;
    padding         : 5px 0px 5px 10px;
    font-size       : 17px;
    margin-top      : 15px;
}

.main_page_category_music {
    padding: 5px;
}

.main_page_category_music_box {
    display       : flex;
    border-bottom : 1px solid #d8d1d1;
    padding-bottom: 7px;
}

.main_page_category_music_img {
    float: left;
}

.main_page_category_music_txt {
    float       : left;
    padding-left: 10px;
    color       : #333;
}

/* .main_page_category_music_txt */

#album_page {
    padding         : 0px;
    background-color: #ffffff
}

#album_page_navigator {
    margin-top: 15px;
    font-size : 16px;
}



.album_page_b_p {
    margin-top   : 15px;
    border-bottom: 1px solid #ebe6e9;
}

.album_page_content {
    margin-top: 15px;
}

.album_page_mpl {
    padding     : 0px;
    padding-left: 0px;
    margin-top  : 15px;
}

.album_page_mpl.social_share {
    display    : flex;
    align-items: center;
    height     : 50px;
}

#category_content {
    padding      : 0px;
    margin-top   : 15px;
    margin-bottom: 15px;
}

.list-song {
    border-bottom: 1px solid #d8ccd4;
}





.form-container {
    border-radius: 10px;
    padding      : 20px;
    box-shadow   : 0px 0px 10px 0px;
}

.btn-download {
    display      : inline-block;
    background   : linear-gradient(#ff1400, #946204);
    color        : #fff;
    font-size    : 16px;
    border-radius: 28px;
    padding      : 10px 15px;
    margin       : 10px;
    cursor       : pointer;
    transition   : all 0.5s linear;
}

.btn-download::before {
    content    : '\1F4E5';
    color      : #ffffff;
    font-size  : 18px;
    font-weight: bolder;
    margin     : 0 5px;
}

.btn-download:hover {
    box-shadow     : 15px 15px 20px rgba(0, 0, 0, 0.4);
    transform      : scale(1.05);
    border-radius  : 27px;
    cursor         : pointer;
    text-decoration: none;
    color          : white;
}

.icon-music::before {
    content  : '\266B';
    color    : #DB0707;
    font-size: 40px;
}

.music-name {
    font-size  : 16px;
    color      : #333;
    font-weight: bold;
}

.music-singer {
    font-size    : 15px;
    color        : #000;
    padding      : 5px 15px 5px 0;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.text-blue {
    color: #004488;
}

.btn-view-all {
    text-align: center;
}

.btn-view-all button {
    font-size    : 15px;
    padding      : 8px 25px;
    background   : #323232;
    color        : #fff !important;
    border-radius: 10px;
    margin       : 0 20px;
    line-height  : 1;
}

.label-trading {
    display      : inline-block;
    color        : #fff;
    font-size    : 12px;
    background   : #e80404;
    padding      : 1px 5px 1px 5px;
    margin       : 5px 5px 5px 0;
    border-radius: 3px;
}

.singer-name {
    font-size: 18px;
    color    : #333;
}

.show-hide-text {
    display  : flex;
    flex-wrap: wrap;
    justify-content: center;
}

.show-hide-text-content {
    position  : relative;
    overflow  : hidden;
    max-height: 160px;
    display           : -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: pre-line;
}
.show-hide-text-content.more {
    display   : block;
    max-height: 100%;
}
