.custom-container{
    width: 100%;
    height: auto;
    display:  flex;
    flex-wrap: wrap;
    position: relative;
}
.custom-outter-container{
    width: 100%;
}
.pagination-control{
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #828282;
    margin-top: 77px;
    /* padding-top: 19px; */
}
.custom-container.pageable_container.pageable_container   .page-item.hidden.hidden{
    display: none;
}
.pagination-control span{
    border-top: 2px solid #C80002;
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 105.07%;
    color: #4F4F4F;
    padding-top: 19px;
    position: relative;
    top:-2px;
    z-index: 100;
    
}

.pagination-control.hidden{
    display: none;
}


.child-custom-container .custom-arrow-icon .inner-arrow-icon-container > svg {
    height: 25px;
    width: 25px;
}

.child-custom-container .arrow{
    position: relative;
    z-index: 100;
}
.child-custom-container .arrow.left{
    left: -28px;
}
.child-custom-container .arrow.right{
    left: 28px;
}