.dzc-container {
    display: flex;
    justify-content: center;
}

.dzc-section {
    width: 45%;
    padding: 20px;
    margin: 10px;
}

.dzc-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.dzc-name {
    flex: 1;
    font-weight: bolder;
    margin-left: 30px;
}

.dzc-arrow {
    margin-right: 15px;
    color: #ADADAD
}

.dzc-arrow-pic {
    width: 50px;
    height: 50px;
}

.arrow {
    font-size: 32px;
    width: 75px;
}

.dzc-rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border: 2px solid #EDEDED;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: white;
    color:black;
}

.dzc-rectangle:hover {
    border: 2px solid #7B509F;
}

.dzc-row {
    display: flex;
    flex-wrap: wrap;
}

.dzc-column {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    border: 2px solid #EDEDED;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-weight: 600;
    /* T R B L */
    margin: 5px 0px 5px 0px;
    color:black;
}

.dzc-column:hover {
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #7B509F;
    background-color: #F6F1FA;
}

.dzc-column:hover .dzc-show {
    display: block;
}

.dzc-pic-container {
    width: 5rem;
    padding: 0px !important;
}

.dzc-pic {
    width: 5rem;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    object-fit: cover;
}

.dzc-placeholder {
    width: 5rem;
    height: 100%;
    background-color: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dzc-link {
    margin-left: 10px;
    width: 100%;
}

.dzc-header-row {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.dzc-back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.dzc-back-button:hover {
    cursor: pointer;
}

.dzc-title h2 {
    display: flex;
    margin-left: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    justify-content: center;
    align-items: center;
}

.dzc-show {
    display: none;
    font-size: 12px;
    position: absolute;
    min-width: fit-content;
    text-align: right;
    margin-top: auto;
    bottom: 5px;
    right: 20px;
}

.dzc-search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #7B509F;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    height: 50px;
}

.dzc-search-pic {
    width: 26.5px;
    height: 26.5px;
}

.dzc-search-logo {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dzc-search-close-hidden {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    background-color: #7B509F;
    display: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dzc-close-pic {
    max-width: 50%;
    max-height: 50%;
}

.dzc-search-container {
    flex-grow: 1;
}

.dzc-search {
    width: 100%;
    padding: 8px;
    border: 1px #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
}

.dzc-search:focus {
    border: none;
    outline: none;
}

.dzc-category-name {
    margin: 40px 0px 40px 15px;
}

.dzc-no-results {
    padding-left: 15px;
    padding-top: 15px;
}

.dzc-back-symbol {
    font-size: 42px !important;
}

/* Small devices (phones, less than 576px) */
@media (max-width: 1030px) {
    .dzc-row {
        display: contents;
    }

    .dzc-row .col-6 {
        max-width: 100%;
    }

    .dzc-column {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5rem;
        border: 2px solid #EDEDED;
        border-radius: 5px;
        background-color: #F5F5F5;
        font-weight: 600;
        /* T R B L */
        margin: 10px 0px 10px 0px;
    }

    .dzc-container {
        display: contents;
    }

    .dzc-section {
        width: 100%;
        padding: 20px;
        margin: 10px;
    }

    .dzc-arrow-pic {
        width: 32px;
        height: 32px;
    }
}

/* Medium devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Large devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Extra large devices (large desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra extra large devices (larger desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.d-flex.align-items-center.editmode-switch-form {
    margin-bottom: 0px !important;
}