* {
    font-family: "Kanit", serif;
}
.logo {
    max-height: 45px;
    margin: 13px;
}
.header .right {
    padding: 10px;
    z-index: 9;
    position: relative;
}
.header .avatar {
    width: 40px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}
.input-search {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 600px;
}
.input-search:focus {
    border-color: #fff;
}
.box-search {
    position: relative;
}
.header input {
 position: inherit;
 padding-top: 13px;
 padding-bottom: 13px;
}
.header button.search {
    position: absolute;
    margin-left: -48px;
    border-top-right-radius: 22px;
    margin-top: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    border-bottom-right-radius: 22px;
    padding-top: 4px;
}
.header button.search i {
    position: initial;
}
.box-search.focus button.search i{
    color: #fff;
}
.box-search.focus button.search{
    background-color: rgba(255, 255, 255, .3);
}
.header {
    display: contents;
}
.box-full {
    height: 100%;
}
.row-full {
    height: calc(100% - 75px);
}
.content {
    margin-top: -10px;
}
.in-header,
.in-header button {
    color: #b3b3b3;    
}
.in-header h2 {
    font-size: 16px;
    margin-top: 8px;
}
.in-header .right button {
    padding: 0 3px;
}
.in-header .right button:hover {
    font-weight: 800;
    color: #fff;
}
.in-header {
    padding-right: 12px;
}
.list-content {
    overflow: auto;
    height: calc(100% - 44px);
}
.list-content h2 {
    font-size: 15px !important;
}
#box-right {
    overflow: auto;
}
#box-right h1 {
    font-size: 24px;
    padding: 20px
}
.icon-music {
    background-color: rgba(255, 255, 255, 0.3);    
    width: 45px;
    height: 45px;
    text-align: center;
}
.icon-music i {
    font-size: 25px !important;
    margin-top: 10px;
    display: grid;
}
.market-loved {
    background: rgb(131,58,180);
    background: -moz-linear-gradient(138deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: -webkit-linear-gradient(138deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: linear-gradient(138deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);
}
.btn-hover-white:hover {
    color: #fff;
    border-color: #fff;
}
.item-grid {
    float: left;
    width: 20%;
    height: 160px;
    padding: 10px;
}
.row-full .col-25 {
    flex-basis: 400px;
}
@media screen and (max-width: 1500px) {
    .item-grid {
        width: 25%;
        height: 160px;
    }
    .row-full .col-25 {
        flex-basis: 25%;
    }
}
@media screen and (max-width: 1200px) {
    .item-grid {
        width: 33.33%;
        height: 160px;
    }
    .row-full .col-25 {
        flex-basis: 25%;
    }
    .input-search {
        width: 500px;
    }
}
@media screen and (max-width: 1000px) {
    .row-full .col-25 {
        flex-basis: 260px;
    }
    .input-search {
        width: 350px;
    }
}
.item-grid-content h3 {
    font-size: 28px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.item-grid-content {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.item-grid img {
    right: 0px;
    transform: rotate(25deg) translate(18%, 5%);
    position: absolute;
    bottom: 0;
    height: 79%;
    z-index: 0;
}