@charset "utf-8";

#aca-close-icon-container { background: none; border: none; padding: 0px; }

#aca-bottom-close { all: unset; }

#aca-modal-container { border: none; }

.aca-container { flex: 1 1 0%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; height: 100vh; overflow: auto; }

.aca-container::-webkit-scrollbar { width: 0.5em; }

.aca-container::-webkit-scrollbar-thumb { background-color: transparent; }

#left-wrapper { display: flex; align-items: flex-start; }

#center-wrapper { display: flex; align-items: center; }

#right-wrapper { display: flex; align-items: flex-end; }

.aca-main-wrapper .aca-container .aca-item-section { display: flex; flex-direction: column; }

.aca-main-wrapper { position: fixed; inset: 0px; pointer-events: none; width: 100%; display: flex; z-index: 9999; flex-wrap: wrap; }

@media (max-width: 700px) {
  .aca-main-wrapper { flex-direction: column; align-items: center; justify-content: flex-end; height: 100vh !important; flex-wrap: wrap !important; }
  .aca-container { overflow: visible; }
}