* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


.container_categories {
    min-height: 100vh;
    width: 100%;
    padding: 150px 0 0;
    display: flex;
    background-color: #fff !important;
    justify-content: center;
}

.parent {
    width: 900px;
}

.form-area {
    border-radius: 10px;
    padding: 0px 15px;
    border: 2px solid #00000030;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.edit_container{
    padding: 129px 0 0 !important;
}

.a-link {
    color: #000;
    text-decoration: none;
}


.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;
}


.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%;
}


.form-area input {
    flex: 1;
    padding: 15px 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 13px;
    font-weight: 600;
}

.form-area img {
    opacity: 70%;
    margin-right: 15px;
    width: 15px;
}


.categorie-title h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.categorie-title p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.categorie {
    box-shadow: 0px 0px 13px #00000014;
    padding: 25px 20px 15px ;
    border: 2px solid #0000000a;
    border-radius: 15px;
    margin-bottom: 20px;
}

.alert-container {
    max-width: 100%;
    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;
    /* background-image: linear-gradient(#0003, #000000b8), url(../images/bg1.jpg); */
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.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;
}

.categorie-data {
    display: flex;
    align-items: flex-start;
}

.image-area {
    height: 65px;
    width: 65px;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
}

.image-area img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.categorie-text {
    margin-left: 25px;
}

.categorie-text h3 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 700;
}

.categorie-text p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .5px;
    /* color: #0000008a; */
    color: #000000ad;
    font-weight: 600;
}
.categorie-text span{
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* responsive css design  */
@media only screen and (max-width:1600px) {
    .parent {
        width: 800px;
    }
}

@media only screen and (max-width:1440px) {
    .parent {
        width: 750px;
    }
}

@media only screen and (max-width:1220px) {
    .parent {
        width: 700px;
    }
}

@media only screen and (max-width:920px) {
    .parent {
        width: 600px;
    }

    .image-area {
        height: 55px;
        width: 55px;
        flex: none;
    }
}

@media only screen and (max-width:720px) {
    .parent {
        width: 520px;
    }

}

@media only screen and (max-width:620px) {
    .parent {
        width: 450px;
    }

    .categorie-text h3 {
        font-size: 14px;
    }

    .categorie-text p {
        font-size: 12px;
    }

    .image-area {
        height: 45px;
        width: 45px;
    }

    .categorie-text {
        margin-left: 20px;
    }

    .t-parent {
        display: none;
    }
}

@media only screen and (max-width:520px) {
    .parent {
        width: 380px;
    }

}

@media only screen and (max-width:440px) {
    .parent {
        width: 340px;
    }

    .categorie {
        padding: 20px 15px;
    }
}


/* Alhmadulilah done  */