::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #eae7e1;
}

.map-container, .list-container {
    height: 100vh;
    display: block;
    position: absolute
}

.map-container {
    width: 75vw;
    overflow: scroll;
    left: 0
}

.list-container {
    width: 25vw;
    overflow: hidden;
    right:0;
    background-color: #FFF6E6;
}

.maxHeight-100px {
    max-height: 100px;
}

.you_are_here {
    text-align: center;
    display: none;
    width:102px;
    position: absolute;
    top: 1900px;
    z-index: 9
}
.you_are_here.hallAEntrance { left: 1900px; display:inline-block!important; }
.you_are_here.hallCEntrance { left: 1060px; display:inline-block!important; }
.you_are_here > .svg-inline--fa.fa-location-dot {
    font-size: 5em
}
.you_are_here > b {
    font-size: 1.5em;
    line-height: 1em;
}
.tent00 {
    top:1985px;
    left:225px;
}
.tent01 {
    top:895px;
    left:467px;
    line-height: 1.1em
}
.tent02 {
    top:1675px;
    left:458px;
    line-height: 1.1em
}
.tent03 {
    top:2135px;
    left:596px;
    line-height: 1.1em
}
.hallA {
    top:1800px;
    left:1700px;
}
.hallC {
    top:1800px;
    left:975px;
}
.lobbyHallA {
    top:2280px;
    left:1940px;
}
.lobbyHallB {
    top:2280px;
    left:1520px;
}
.lobbyHallC {
    top:2280px;
    left:1095px;
}
.icon-holder {
    width: 150px;
    display: inline-block;
    position:absolute;
    font-size:2em;
    text-align: center;
    z-index: 9;
}
.emExitLeft {
    display: inline;
    position: absolute;
    top: 100px;
    left: 550px;
    height: 50px;
    width: 90px;
    background-image: url(/images/emergency_exit.png?f117d7196e23b1e86ffb08d354475c3b);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9
}
.emExitRight {
    display: inline;
    position: absolute;
    top: 100px;
    left: 2180px;
    height: 50px;
    width: 90px;
    background-image: url(/images/emergency_exit.png?f117d7196e23b1e86ffb08d354475c3b);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9
}
.ctm-table td, .ctm-table th { 
    background-color: transparent;
    border: none
}
.ctm-button {
        border: 2px solid #000000;
        display: block;
        width: 21vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 8px 20px;
        line-height: 19px;
}
[type="search"] {
    outline-offset: 0;
    margin-left: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000;
    width: 19vw;
}
.paginate_button {
    margin: 0 10px;
    cursor: pointer;
}
.paginate_button.current {
    border: 1px solid black;
    padding: 8px 13px;
}
.bg-orange { background-color: #000000 }
.bg-red { background-color: #A21D32 }
#company-list_paginate { text-align: center; }
#company-list_paginate a { 
    color: #000000!important; 
    font-weight: bold; 
    text-decoration: none
}
.modal-xl { --bs-modal-width: 80vw }
.modal-header { border-bottom: none }
.modal-title { text-transform: uppercase }
.modal-body { border-top: none }
.modal-body > * {font-size: 1.25em }
.ctm-round { 
    border: none; 
    padding: 8px 14px; 
}
.block-CG {
    background-color: transparent!important;
    color: transparent!important;
    border: none!important;
}

.fixed-info {
    background-color: #c31b13;
    color: #fff;
    padding: 7px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    position: fixed;
    z-index: 99;
    box-shadow: 2px 2px 15px #00000080;
}

.fixed-bottom-colorguide {
    position: fixed;
    bottom: 0;
    width: 75%;
    background-color: #f6ddd3;
    padding: 10px;
    z-index: 99;
}

.fixed-bottom-colorguide > div {
    display: inline;
    margin: 0 18px;
} 

.ad-placement {
    position: absolute;
    height: 220px; 
    display: flex;
    justify-content: center; 
    align-items: center;
    overflow: hidden; 
    background-color: #FFF6E6; 
    bottom: 20px;
    right: 10px;
    width: 95%;
}

.ad-placement div {  
    opacity: 0; 
    transform: translateY(100px);
    filter: blur(10px);
    transition: opacity 1s ease-out, transform 1s ease-out, filter 1s ease-out;
    position: absolute;
    text-align: center;
    top: 50%; /* Add top positioning */
    left: 50%; /* Add left positioning */
    transform: translate(-50%, -50%) translateY(100px); /* Adjust translation */
    width: 100%; 
}
 
.ad-placement div.show {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
    filter: blur(0);
} 

.right-border-cover {
    background-color: #000000;
    position: fixed;
    width: 15px;
    height: 100%;
    right: 0;
    top:0;
    z-index: 99
}