.button-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.button-row .button-col{display:flex;align-items:center;gap:12px}.btn-default{cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-black);font-family:"MNCSansRegular",sans-serif;font-size:14px;line-height:150%;padding:8px 16px;border:1px solid var(--color-black);border-radius:32px;background-color:var(--color-white);transition:all 0.3s ease-in-out}.btn-default:hover,.btn-default.active{background-color:var(--color-red-2);color:var(--color-white);border:1px solid var(--color-red-2)}.btn-blue{cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-family:"MNCSansRegular",sans-serif;font-size:14px;line-height:150%;padding:8px 16px;border:1px solid #469fff;border-radius:32px;background:#469fff;transition:all 0.3s ease-in-out}.btn-blue.unseen{display:none}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg{height:100%;max-height:110px;cursor:pointer}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg.disabled{cursor:not-allowed}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg .now-playing{position:absolute;top:0;left:0;background:rgb(41 41 41 / .75);width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:4px;font-family:"MNCSansBold";font-size:14px;line-height:150%;color:var(--color-white);z-index:-1;opacity:0;transition:all 0.5s ease-in-out}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg .now-playing.show{z-index:3;opacity:1}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg .now-playing i{position:relative;width:24px;height:24px}.widgetListArticle.row .widgetListArticle__body article.cardArticle .cardImg .now-playing i.ic-playing-now{background-image:url(../../../img/icon/ic-playing-now.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.ck-playlist{display:block;position:absolute;bottom:11px;left:11px;width:18px;height:18px;font-size:14px;line-height:20px;font-weight:400;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ck-playlist.unseen{display:none}.ck-playlist input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ck-playlist .input-checkbox-checkmark{position:absolute;top:0;left:0;width:18px;height:18px;border:2px solid var(--color-white)}.ck-playlist .input-checkbox-checkmark.disabled{cursor:not-allowed;opacity:.3}.ck-playlist .input-checkbox-checkmark:after{content:"";position:absolute;display:none;left:4px;top:0;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ck-playlist.sm{padding:8px 16px;padding-left:8px;margin-bottom:0}.ck-playlist.sm .input-checkbox-checkmark{position:absolute;top:0;left:4px;width:14px;height:14px}.ck-playlist.sm .input-checkbox-checkmark:after{top:2px;left:4px;width:3px;height:6px}.ck-playlist:hover input~.input-checkbox-checkmark,.ck-playlist input~.input-checkbox-checkmark{background:rgb(55 54 54 / .1);backdrop-filter:blur(4px);border-radius:4px}.ck-playlist input:checked~.input-checkbox-checkmark{background-color:var(--color-red-2);border:2px solid var(--color-red-2)}.ck-playlist input:checked~.input-checkbox-checkmark:after{display:block}.btn-listen,.btn-listen-all{display:flex;align-items:center;width:fit-content;font-family:"MNCSansRegular";font-size:12px;font-weight:400;line-height:150%;text-align:left;color:var(--color-red-2);cursor:pointer;background:#f4f4f4;gap:8px;border-width:1.17px;border-style:solid;border-color:#f4f4f4;border-image:initial;padding:4px 8px;border-radius:16px}.btn-listen i,.btn-listen-all i{position:relative;width:16px;height:16px}.btn-listen i.ic-listen,.btn-listen-all i.ic-listen{background-image:url(../../../img/icon/ic-listen.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.btn-listen i.ic-pause,.btn-listen-all i.ic-pause{background-image:url(../../../img/icon/ic-pause.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.btn-listen-big{display:flex;align-items:center;width:fit-content;font-family:"MNCSansRegular";font-size:14px;font-weight:400;line-height:100%;text-align:left;color:#2d2d2a;cursor:pointer;gap:8px;padding:4px 8px}.btn-listen-big i{position:relative;width:32px;height:32px}.btn-listen-big i.ic-listen{background-image:url(../../../img/icon/ic-listen.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.btn-listen-big i.ic-pause{background-image:url(../../../img/icon/ic-pause.svg);background-size:cover;background-position:center;background-repeat:no-repeat}#audioPlay{display:none}@media screen and (max-width:1025px){.btn-default,.btn-blue{font-size:12px}}#search-page .breadcrumb{padding-left:0}#search-page .search-wrapp{position:sticky;top:85px;z-index:10;color:#171717;font-family:"MNCSansBold",sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:160%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;background-color:#fff}#search-page .search-wrapp #search-input{display:block;width:68%;border-radius:32px;border:1px solid var(--color-light-0);background:var(--color-white);padding:12px 20px;transition:background-color 0.3s ease;color:#a6a6a6;font-family:"MNCSansRegular",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:150%}#search-page .search-wrapp #search-input:focus{outline:none;background-color:#f9f9f9}#search-page .search-wrapp #search-close{display:none;position:absolute;right:20px;z-index:10}#search-page .responseSearchWrapp .searchKey{display:block;color:#171717;font-family:I "MNCSansBold",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:160%}#search-page .responseSearchWrapp .searchInfo{width:100%;height:auto;display:flex;justify-content:space-between;margin-bottom:24px}#search-page .responseSearchWrapp .searchInfo .showFor{color:#171717;font-family:"MNCSansRegular",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}#search-page .responseSearchWrapp .searchInfo .showFor #keyWord{font-family:Inter-Bold,sans-serif;font-weight:700}#search-page .responseSearchWrapp .searchInfo .totalResults{color:#171717;font-family:"MNCSansRegular",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}#search-page .filterSearch{position:sticky;top:200px;border-radius:16px;border:1px solid var(--color-light-0);background:#f9f9f9;padding:20px}#search-page .filterSearch .header{margin-bottom:32px;color:#000;font-family:"MNCSansBold",sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:160%}#search-page .filterSearch .body{display:flex;flex-direction:column;gap:12px}#search-page .filterSearch .body .listFilter{position:relative;display:flex;align-items:center;gap:8px;padding:4px;color:#1f1f1f;font-family:"MNCSansRegular",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:160%}#search-page .filterSearch .body .listFilter::before{content:"";width:16px;height:16px;border-radius:50%;outline:2px solid #1f1f1f;background-color:#fff0;border:4px solid #f9f9f9}#search-page .filterSearch .body .listFilter.list-active::before{border:4px solid #f9f9f9;background-color:var(--color-red-2)}#search-page .search-not-found{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:12px}#search-page .search-not-found figcaption{width:259px;color:#0c0b0b;font-family:"MNCSansBold",sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:150%}#search-page .sideRight .widgetListArticle .widgetListArticle__body{padding-top:0}