.CONTAINER_CONTENT
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    background-color: rgb(25,25,25);
    height: 100dvh;
    width: 100%;
}

.CONTAINER_BANNER
{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(35,35,35);
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.BANNER_SECTION0
{
    display: none;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    padding-right: 5px;
    gap: 15px;
}

.BANNER_SECTION1
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    padding-right: 15px;
    width: 100%;
    gap: 15px;
}

.BANNER_SECTION2
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    padding-right: 5px;
    gap: 15px;
}

.BANNER_SECTION_FILTERS
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.CONTAINER_BODY
{
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 15px;
    gap: 15px;
}

.CONTAINER_BODY_SECTION
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 15px;
}

.CONTAINER_BODY_SUB1
{
    display: flex;
    box-sizing: border-box;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    gap: 5px;
}

.CONTAINER_BODY_SUB2
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 5px;
}

.CONTAINER_SECTION3
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
    flex-shrink: 0;
    width: 100%;
}

.CONTAINER_BODY2
{
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 5px;
}

.CARD_CONTAINER1
{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    gap: 5px;
}

.CARD_CONTAINER2
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
}

.CARD1
{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
    gap: 5px;
}

.CARD1_IMG
{
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.CARD1_IMG img
{
    display: flex;
    box-sizing: border-box;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.CARD1_CONTENTS
{
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    padding-left: 15px;
    border-radius: 10px;
    gap: 15px;
}

.CARD1_CONTENTS:hover
{
    background-color: rgb(35,35,35);
}

.CARD1_CONTENTS_SECTION1
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 100%;
}

.CARD1_CONTENTS_SECTION2
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
}

.CARD1_CONTENTS_SECTION3
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 100%;
}

.CARD1_BUTTONS
{
    display: flex;
    box-sizing: border-box;
    justify-content: right;
    width: 100%;
    padding-right: 5px;
    gap: 5px;
}

.REVIEW_SCROLL_WRAPPER
{
    display: flex;
    box-sizing: border-box;
    overflow-y: auto;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    height: 100%;
}

.CARD2
{
    flex: 1 1 calc(25% - 15px);
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: rgb(35,35,35);
}

.CARD2_SECTION
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.CARD2_SECTION2
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    width: 50px;
    background-color: rgb(150,150,25);
}

.CARD2_SUB_SECTION
{
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center;
    height: 50px;
    gap: 15px;
}

.CARD2_IMG
{
    display: flex;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.CARD2_INFO
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 5px;
}

.CONTAINER_BODY_HEADER2
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    gap: 15px;
}

.STAR_RATING
{
    font-size: 14px;
    color: rgb(210, 210, 90);
}

::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track
{
    background: rgb(25,25,25);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    background: rgb(35,35,35);
    border-radius: 10px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover
{
    background: rgb(120, 120, 120);
}

*
{
    scrollbar-width: thin;
    scrollbar-color: rgb(35,35,35) rgb(25,25,25);
}

.MODAL_CONTAINER
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: rgb(35,35,35);
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    gap: 5px;
    width: 500px;
}

.MODAL_CONTAINER a
{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
}

.MODAL_BG
{
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.MODAL_BG,
.hamburger-modal-content,
.modal,
.modal-content
{
    z-index: 9999;
}

@media (max-width: 1190px)
{
    .CONTAINER_BODY
    {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 15px;
        gap: 15px;
    }

    .BANNER_SECTION0
    {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        height: 100%;
        padding-right: 15px;
        gap: 15px;
    }

    .BANNER_SECTION1
    {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        height: 100%;
        padding-right: 15px;
        width: 100%;
        gap: 15px;
    }

    .BANNER_SECTION2
    {
        display: none;
        box-sizing: border-box;
        align-items: center;
        height: 100%;
        width: 50%;
        gap: 15px;
    }

    .BANNER_SECTION_FILTERS
    {
        display: none;
        box-sizing: border-box;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .CARD1_CONTENTS_SECTION1
    {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 150px;
        height: 100%;
    }

    .CARD1_CONTENTS_SECTION3
    {
        display: none;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        width: 100px;
        height: 100%;
    }

    .CARD1
    {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        gap: 5px;
    }

    .CARD1_IMG
    {
        display: flex;
        box-sizing: border-box;
        overflow: hidden;
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .CARD1_IMG img
    {
        display: flex;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
}