.category-selection__container {
    margin: 0;
    color: #002B45;
}

/* HEADER STYLING STARTS */
.category-selection__header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 3px #DDDDDD;
}

.header-icon {
    width: 40px;
    color: #002B45;
}

.header-icon:hover {
    cursor: pointer;
}

.header-icon.arrow-back {
    padding-left: 30px;
}

.header-icon.refresh-icon {
    padding-right: 30px;
}
/* HEADER STYLING ENDS */