.scrollingColumn {
    overflow-y: auto;
    overflow-x: hidden;
}

.mainColumn {
    height: 600px;
    min-height: 600px;
    /* max-height: 800px; */
}


@media screen and (min-width: 720px) {
    .mainColumn{
        height: 860px;
        min-height: 800px;
        /* max-height: 1200px; */
    }
}

.secondaryColumn {
    height: 400px;
    min-height: 400px;
    max-height: 600px;
}


@media screen and (min-width: 720px) {
    .secondaryColumn{
        height: 400px;
        min-height: 400px;
        max-height: 600px;
    }
}


.toggler-icon-dropdown {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

datalist {
    z-index: 1000;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot-Inactive {
    background-color: #bbb
}

.dot-Active {
    background-color: rgb(180 255 0);
}

.dot-Completed {
    background-color: rgb(26, 182, 47);
}

.dot-Expired {
    background-color: #bbb
}

.dot-Upcoming {
    background-color: rgb(180 255 0);
}

.dot-Current {
    background-color: rgb(26, 182, 47);
}

.dot-border {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    text-align: center;
}

.dot-border:hover {
    border: 2px solid #adb5bd;
    border-radius: 7px;
}

.dot-selected {
    background-color: #daeeff;
    border-radius: 7px;
}

.small {
    font-size: 0.75em!important;
}

.mw-75 {
    max-width: 70%!important;
}

.mw-95 {
    max-width: 95%!important;
}

.profileImage {
    width: 75px;
    height: 75px;
    text-align: center;
}

.profileImageEdit {
    cursor: pointer;
    background-color: aliceblue;
}

.profileIcon {
    top: 15%;
    position: relative;
    font-size: 50px;
}

.profileStat {
    font-size: 24px;
    left: 20%;
    position: relative;
}

.preserveSpacing {
    white-space: pre-wrap;
}

.pagination {
    justify-content: center;
}

.page-item {
    width: 100px;
    text-align: center;
}

.userDisplay {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.hiddenFileUpload {
    left: -100px;
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0.0;
}

.is-link {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.icon {
    width: 1.2rem;
    height: 1.2rem;
}

@media screen and (min-width: 720px) {
    .mw-75 {
        max-width: 75%!important;
    }
}

.h-fit-content {
    height: fit-content;
}

@media screen and (max-width: 768px) {
    .container {
        max-width: unset;
    }
}

.game-cover {
    height: 192px;
}

.img-fluid {
    height: inherit;
}

.list-item-row {
    height: 75px;
}