#dams-ao-scroll-up { 
    position:fixed;
    bottom:20px;
    right:20px;
    background-color:#a12225;
    color:white;
    cursor: pointer;
    height:50px;
    width:50px;
    border-radius:50%;
    box-shadow:1px 1px 10px rgba(0,0,0,0.7);
    padding: 15px;
    text-align: center;
    display:none;
    z-index:9999999999 !important;
}

#dams-ao-scroll-up:hover { 
    background-color:#E95A4F;
}

#dams-ao-scroll-up .fas { 
    font-weight: bold;
}

.dams-ao-old-performance-ticket-box { 
    padding: 20px;
    background-color: lightgray;
    color: black;
    text-align: center;
    font-weight: bold;
}

.dams-ao-old-performance-minimenu-box { 
    float: right;
    padding: 5px 20px;
    background-color: #E95A4F;
    color: white;
    margin-right: -16px;
    margin-top: -10px;
}

.dams-ao-column-link { 
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px; /* Mostly for vertical scrollbars */
    height: 10px; /* Mostly for horizontal scrollbars */
}
::-webkit-scrollbar-thumb { /* Foreground */
    background: #404040;
}
::-webkit-scrollbar-track { /* Background */
    background: #212121;
}


.dams-core-collapsible-button {
    background-color: white !important;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.dams-core-collapsible-content {
    padding: 0px !important;
    padding-top: 10px !important;
    display: none;
    overflow: hidden;
    background-color: white;
}

.dams-core-collapsible-button {
    outline: none; /* Remove outline */
    font-weight: bold;
}

.dams-core-collapsible-button:focus {
    outline: none; /* Remove outline on focus */
}