.channelList .modal-dialog{
    max-width: 828px;
}
.channelList .modal-content{
    border-radius: 28.0787px;
    border-top: none;
}
.channelList .modal-header{
    padding: 40px 0 40px 60px;
    position: relative;
}
.channelList .modal-header .btn-close{
    position: absolute;
    right: 27px;
    top: 23px;
}
.channelList .modal-content .container{
    padding: 0;
}

.channelList .main_modals .modal-header{
    background: linear-gradient(269.07deg, #65BBC9 0%, rgba(101, 187, 201, 0) 100%), #9AC221;
    border-radius: 26.0787px 26.0787px 0px 0px;
}
.channelList .main_modals .modal-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.channelList .main_modals .modal-body{
    padding: 40px 60px 55px;
}
.channelList .modal_inner_title{
    margin-bottom: 25px;

    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #161616;
}
.channelList .modal_inner_title.tv_channels{
    margin-top: 80px;
}
.channelList .modal_channel_img_hold{
    width: 100%;
    text-align: center;
}
.channelList .modal_channel_img_hold img{
    max-width: 100%;
}