.channel-list-page-container{margin-top:100px;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;width:100%;padding:0 20% 40px;color:hsla(0,0%,100%,.9);min-height:95vh}.channel-list-page-container .text-input{width:60%;margin:0 20% 20px;background-color:rgba(0,0,0,0);border-radius:25px;border:1px solid hsla(0,0%,100%,.25);height:50px;color:#fff;padding-left:40px}.channel-list-page-container .text-input::placeholder{font-size:16px}.channel-list-page-container table{color:#fff}.channel-list-page-container table .table-header{font-weight:600;background-color:#fad604;color:#000}.channel-list-page-container table .table-header td{font-size:20px}.channel-list-page-container table td{border:1px solid hsla(0,0%,100%,.24);padding:5px 10px;height:auto;font-size:16px}.channel-list-page-container table td a{font-size:16px}.channel-list-page-container table td a img{height:60px}@media(max-width:767px){.channel-list-page-container{padding:0 10px 20px}.channel-list-page-container .text-input{padding-left:20px;margin:0 10% 20px;width:80%}}