.CONTAINER_CONTENT
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    background-color: rgb(25,25,25);
    height: 100%;
    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: 5px;
    width: 100%;
    gap: 15px;
}

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

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

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

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

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

.CONTAINER_SECTION1
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(35,35,35);
    border-radius: 10px;
}

.CONTAINER_SECTION2
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    overflow-y: auto;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    gap: 15px;
    border-radius: 10px;
}

.CONTAINER_SECTION_HEADER
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    padding: 15px;
    gap: 15px;
    background-color: rgb(35,35,35);
}

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

.ABOUT_COVER
{
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
    background: #222;
}

.FACT_LIST
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 15px
}
    
.FACT_ITEM
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(35,35,35);
    border-radius: 10px;
    max-height: 100px;
    padding: 15px;
}

.FACT_ITEM_CARD
{
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
    
.SPOT_GRID
{
    display: flex;
    box-sizing: border-box;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.SPOT_CARD
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
    gap: 15px;
    background: rgb(35,35,35);
    border-radius: 10px;
}

.SPOT_IMG
{
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #222;
    border-radius: 10px;
}

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

.EVENT_CARD
{
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    max-height: 150px;
    background:rgb(35,35,35);
    border: 2px solid rgb(45,45,45);
    border-radius: 10px;
    gap: 15px}

.EVENT_IMGHERE
{
    display: flex;
    box-sizing: border-box;
    height: 100%;
}

.EVENT_IMG
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #222;
    flex-shrink: 0
}

.EVENT_BODY{padding:12px;display:flex;flex-direction:column;gap:6px}

.ADMIN_FORM
{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    background: rgb(32,32,32);
    border: 2px dashed rgb(60,60,60);
    border-radius: 10px;
    padding: 15px;
    gap: 5px;
}

.ADMIN_INLINE
{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.FACT_ITEM_CARD_IMG
{
    display: flex;
    box-sizing: border-box;
    margin-right: 15px;
    flex-shrink: 0;
}

.FACT_ICON
{
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.FACT_ITEM_CARD_IMG img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.DANGER_BTN
{
    background: #7a2b2b !important
}

.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;
}

::-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);
}
    
@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;
    }

    .CONTAINER_BODY_SECTION
    {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        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%;
        padding-right: 5px;
        width: 50%;
        gap: 15px;
    }

    .ABOUT_COVER
    {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        object-fit: cover;
        background: #222;
    }
    
    .SPOT_GRID
    {
        display: flex;
        box-sizing: border-box;
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .SPOT_IMG
    {
        width: 100%;
        height: 100px;
        object-fit: cover;
        background: #222;
        border-radius: 10px;
    }
}