* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    background-color: #fff !important;
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #000;
    width: 100%;
}

.banner h3 {
    text-transform: capitalize;
    font-size: 70px;
    color: #ffe607;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.parent {
    width: 1100px;
}

.userinfo {
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.channelinfo {
    display: flex;
    align-items: flex-start;
}


.pagination-data {
    margin: 30px 0 20px;
    display: flex;
    justify-content: flex-end;
}

.pagination .page-item:last-child {
    margin-right: 0 !important;
}

.pagination {
    display: flex;
    align-items: center;
}

.page-item {
    list-style-type: none;
    width: 45px;
    flex: none;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px;
    background-color: #eee;
    color: #000;
}

.active-page {
    background-color: #000;
}

.active-page a {
    color: #fff !important;
}

.page-item>a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.image-parent {
    position: relative;
}

.imagearea {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.imagearea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.updatebtn {
    position: absolute;
    bottom: 2px;
    right: 5px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.updatebtn img {
    width: 70%;
}

.channeltext {
    margin-left: 20px;
}

.channeltext h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.8;
}

.channeltext p {
    font-size: 16px;
    font-weight: 500;
}

.btnarea button {
    font-size: 14px;
    padding: 16px 22px;
    border-radius: 30px;
    border: 0;
    display: flex;
    align-items: center;
    background-color: #000;
    /* background-color: #3f51b5; */
    color: #fff;
    outline: 0;
    font-weight: 600;
    display: none;
}

.btnarea button img {
    width: 16px;
    margin-right: 12px;
}

#Form-response {
    font-size: 14px;
    color: red;
    font-weight: 500;
    margin-top: 5px;
}


.videoparent {
    width: 100%;
}

.videos-navbar {
    position: sticky;
    top: 100px;
    width: 100%;
    z-index: 100;
}

.navlist-user {
    background-color: #fff;
    border-bottom: 1px solid #00000026;
    display: flex;
    align-items: center;
}

.navlist-user li {
    cursor: pointer;
    color: #000;
    padding: 20px 20px 18px;
    font-weight: 600;
    font-size: 15px;
    list-style-type: none;
}

.navlist-user li:first-child {
    border-bottom: 3px solid #000;
}

.flex-items {
    display: flex;
    align-items: center;
}

.flex-items span {
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #0000000f;
    padding: 2px 4px;
}


.banner-add-parent-mt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.banner-add-parent-mb {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px 0px 20px !important;
}

.banner-add {
    display: flex;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    /* background-color: #F44336; */
    background-color: #000;
    height: 130px;
    letter-spacing: .4px;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}



/* -----------videos */

.video-grid {
    width: 100%;
    display: grid;
    flex: none;
    overflow: hidden;
    grid-template-columns: repeat(4, 24.4%);
    column-gap: 10px;
    row-gap: 0px;
    margin: 40px 0 20px;
    /* position: relative; */

}

.videos {
    height: 270px;
    position: relative;

}

.a-link {
    color: #000;
    text-decoration: none;
}

.videos:hover .Delete-icon {
    display: block;
}

.Delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    flex: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    display: none;
}

.Delete-icon img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: fill;
}

.thumbnailarea {
    position: relative;
    height: 55%;
    margin-bottom: 15px;
}

.thumbnailarea img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.thumbnailarea span {
    bottom: 8px;
    font-size: 12px;
    padding: 2px 4px;
    font-weight: 600;
    right: 10px;
    background-color: #000;
    color: #fff;
    position: absolute;
}

.videoinfo {
    display: flex;
    align-items: flex-start;
}

.uploadby {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    display: none;
}

.uploadby img {
    width: 100%;
    height: 100%;
}


.text-vidoeinfo p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2px;
}

.text-vidoeinfo span {
    font-size: 12px;
    font-weight: 600;
    color: #000000ad;
}

.info-flex {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.info-flex span {
    font-size: 11px;
}

.alert-container {
    max-width: 100%;
    margin-top: 40px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #000000c9;
    color: #fff;
    padding: 40px;
    /* background-image: linear-gradient(#0003, #000000b8), url(../images/bg1.jpg); */
    ;
    background-size: cover;
    background-position: center;
}

.heading-design {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading-design span {
    font-weight: 500;
}

.paragraph-design {
    font-size: 16px;
    font-weight: 500;
}

.alert-container svg {
    width: 20%;
    height: fit-content;
    margin-bottom: 30px;
}

.info-flex span:first-child {
    margin-right: 15px;
}

#toast-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
}

.toast {
    background-color: #fff;
    color: #000;
    height: 80px;
    width: 410px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid red;
    font-weight: 500;
    transform: translateX(100%);
    animation: anim .42s linear forwards;
    position: relative;
}

.btn-design {
    border: 0;
    outline: 0;
    background-color: red;
    color: #fff;
    padding: 12px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    margin-left: 15px;
    align-items: center;
    justify-content: center;

}

.btn-design img {
    margin-right: 5px;
    width: 18px;
}

@keyframes anim {
    100% {
        transform: translateX(0);
    }
}

.toast::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 5px;
    width: 100%;
    background-color: red;
    animation: second 6s linear forwards;
}

@keyframes second {
    100% {
        width: 0;
    }
}

/* responsive css design  */

@media only screen and (max-width:1600px) {
    .parent {
        width: 1050px;
    }

    .thumbnailarea {
        height: 55%;
    }

    .banner {
        height: 280px;
    }

    .alert-container {
        margin-top: 30px;
        width: 1000px;
    }

    .heading-design {
        font-size: 20px;
    }


    /* banner h3  */
    .banner h3 {
        text-transform: capitalize;
        font-size: 60px
    }


}

@media only screen and (max-width:1440px) {
    .imagearea {
        width: 80px;
        height: 80px;
    }

    .channeltext h2 {
        font-size: 24px;
    }

    .channeltext p {
        font-size: 14px;
    }

    .parent {
        width: 1000px;
    }

    .thumbnailarea {
        height: 50%;
    }

    .banner {
        height: 260px;
    }

    .alert-container {
        margin-top: 40px;
        width: 800px;
    }

    .heading-design {
        font-size: 20px;
    }

    /* banner h3  */
    .banner h3 {
        text-transform: capitalize;
        font-size: 55px
    }

}

@media only screen and (max-width:1220px) {
    .imagearea {
        width: 70px;
        height: 70px;
    }

    .channeltext h2 {
        font-size: 22px;
    }

    .parent {
        width: 850px;
    }

    .video-grid {
        grid-template-columns: repeat(3, 32.4%);
    }

    .thumbnailarea {
        height: 55%;
    }

    .banner {
        height: 240px;
    }

    .btnarea button {
        font-size: 12px;
        padding: 14px 18px;
    }

    .alert-container {
        margin-top: 40px;
        width: 700px;
    }

    .heading-design {
        font-size: 20px;
    }


    /* banner h3  */
    .banner h3 {
        text-transform: capitalize;
        font-size: 50px
    }

}

@media only screen and (max-width:920px) {
    .imagearea {
        width: 60px;
        height: 60px;
    }

    .channeltext h2 {
        font-size: 20px;
    }

    .parent {
        width: 670px;
    }

    .video-grid {
        grid-template-columns: repeat(2, 49.4%);
    }

    .thumbnailarea {
        height: 60%;
    }

    .banner {
        height: 220px;
    }

    .btnarea button {
        font-size: 12px;
        padding: 12px 16px;
    }

    .alert-container {
        margin-top: 20px;
        width: 600px;
    }

    .heading-design {
        font-size: 20px;
    }

    /* banner h3  */
    .banner h3 {
        text-transform: capitalize;
        font-size: 45px
    }


}



@media only screen and (max-width:720px) {
    .parent {
        width: 540px;
    }

    .thumbnailarea {
        height: 50%;
    }

    .channeltext p {
        font-size: 12px;
    }
}


@media only screen and (max-width:620px) {

    .channeltext h2 {
        font-size: 18px;
    }

    .userinfo {
        padding: 50px 0 30px;
        flex-direction: column;
    }

    .channelinfo {
        width: 100%;
    }

    .btnarea {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .navlist-user li {
        padding: 15px;
        font-size: 14px;
    }

    .parent {
        width: 75%;
    }

    .video-grid {
        row-gap: 10px;
        grid-template-columns: repeat(1, 100%);
    }

    .videos {
        height: 300px;
    }

    .thumbnailarea {
        height: 70%;
    }

    .banner {
        height: 200px;
    }

    .alert-container {
        margin-top: 10px;
        width: 100%;
    }

    .heading-design {
        font-size: 18px;
    }

    /* banner h3  */
    .banner h3 {
        text-transform: capitalize;
        font-size: 30px
    }
}

@media only screen and (max-width:440px) {
    .userinfo {
        width: 320px;
    }

    .parent {
        width: 320px;
    }

    .video-grid {
        row-gap: 30px;
    }
    .thumbnailarea {
        height: 55%;
    }

}

/* Alhmadulilah Done  */