/* includes/modal.html */
.toggle-field {
    display: none;
}

.news-form__file {
    margin-bottom: 0;
}

.news-form__file-toggle {
    margin-bottom: 20px;
}

/* tv/tv_list.html */
@media (min-width: 992px) {
    .tv-sidebar {
        /* position: fixed; */
    }
}

/* index.html */
.news-card__text:hover {
    color: inherit;
}

/* gtrk/news_detail.html */
.company-article .previous-news__item-content {
    padding-left: 30px;
}

/* archive/news_list.html */
/* archive/tv_list.html */
#search-button {
    height: 45px;
    color: white;
    letter-spacing: -0.01em;
    font-size: 14px;
    line-height: 18px;
}

#search-button:hover {
    border: none;
    color: #0064FF;
}

.border-tv {
    border: 1px solid rgba(0, 100, 255, 0.2);
}

.tv-content {
    padding-left: 30px;
}

.tv-card__img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* news/news_detail.html */
@media (max-width: 767.98px) {
    .news-video {
        height: 240px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-video {
        height: 360px;
    }
}

@media (min-width: 992px) {
    .news-video {
        height: 430px;
    }
}

.news-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sort .dropdown-toggle.desc::after {
    content: '';
    display: inline-block;
    border: none;
    margin-left: 6px;
    background: url("../img/sort/arrow-down.svg") no-repeat center center/contain;
    width: 10px;
    height: 6px;
}

.sort .dropdown-toggle.asc::after {
    content: '';
    display: inline-block;
    border: none;
    margin-left: 6px;
    transform: scaleY(-1);
    background: url("../img/sort/arrow-down.svg") no-repeat center center/contain;
    width: 10px;
    height: 6px;
}

.sort .dropdown-item.desc,
.sort .dropdown-item.asc {
    width: 100%;
    display: block;
    gap: 6px;
    align-items: center;
}

.sort .dropdown-item.desc::before {
    content: '';
    display: inline-block;
    border: none;
    margin-right: 6px;
    background: url(../img/sort/arrow-down.svg) no-repeat center center/contain;
    width: 10px;
    height: 6px;
}

.sort .dropdown-item.asc::before {
    content: '';
    display: inline-block;
    border: none;
    margin-right: 6px;
    transform: scaleY(-1);
    background: url(../img/sort/arrow-down.svg) no-repeat center center/contain;
    width: 10px;
    height: 6px;
}

.sort .dropdown-menu.show {
    top: 5px !important;
}

.air-datepicker-cell.-in-range- {
    background: none;
}

.air-datepicker-cell.-in-range-fill- {
    background: var(--adp-cell-background-color-in-range) !important;
}

.category__item a {
    white-space: nowrap;
}

.collapse-archive a {
    display: inline;
    padding-bottom: 3px;
    border-bottom: 2px dashed #0d6efd;
}

.tv__item-text {
    height: 81px;
}

.preview-images{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 14px;
    gap: 8px;
}

.preview-images div{
    aspect-ratio: 1/1;
    border: 1px solid #0064FF;
    position: relative;
}

.preview-images div::after{
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/static/img/modal/close-icon-white.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.preview-images div:hover::after{
    opacity: 1;
}
.preview-images div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.episode-overlay{
    position: relative;
}
.episode-overlay::after{
    content:'';
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.tv__item-content{
    height: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .audio-control-controls {
  width: 48px;
  min-width: 48px;
  cursor: pointer;
} */
.audio-control-controls > span {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #008cff;
    color: #008cff;
}
.audio-control-controls > span svg {
    fill: #008cff;
}
.audio-control-controls > span svg {
    pointer-events: none;
}
.audio-control-controls > span:hover {
    background-color: #008cff;
    color: #fff;
}
.audio-control-controls > span:hover > svg {
    fill: #fff;
}
.audio-control.active .audio-control-controls > span {
    background-color: #008cff;
}
.audio-control.active .audio-control-controls > span > svg {
    fill: #fff;
}
#timeline{
    width: 100%;
    height: 100%;
    -webkit-appearance: auto;
}
input[type=range]::range-track {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background-color: #eee;
    border: 2px solid #ccc;
}
input[type=range]::range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    border: 2px solid #1976d2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
input[type=range]::range-progress {
    height: 20px;
    border-radius: 10px 0 0 10px;
    background-color: #2196f3;
    border: 2px solid #1976d2;
}
.audio-control-title {
    display: flex;
    flex-direction: column;
}
.audio-control-title .description {
    font-size: 12px;
    line-height: 1.25em;
    margin-top: 5px;
}
.audio-control-title .read-more{
    cursor: pointer;
    color: #2196f3;
}
.modal-fm h4{
   color: #757575;
}

.news-article__text a{
    display: inline-block;
    color: #161671;
    text-decoration: underline;
}
.news-article__text a:hover{
    display: inline-block;
    color: #666 !important;
    text-decoration: none !important;
}
