@charset "utf-8";

.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}

.full-screen-image {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #3D3D3D;
    background-attachment: fixed;
    z-index: -1;
}

.bg-gray-dark {
    background-color: #444444;
}

.bg-gray-light {
    background-color: #aaaaaa;
}

.card-body {
  position: relative;
}

.card-body img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

div.userWrapper {
    max-width: 95%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

div.userWrapper > p {
    margin: 0 0 0 0;
}

div.userWrapper > p.name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.userWrapper > p.name > span {
    background: rgba(0, 0, 0, 0.85);
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

div.userWrapper > p.info {
    background: rgba(0, 0, 0, 0.85);
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    color: #b2b2b2;
}

.ratio-3x2-mod {
    padding-bottom: 66.6%;
    bs-aspect-ratio: 66.6%;
    background-color: #333333;
    border-top: 8px solid black;
    border-bottom: 8px solid black;
    overflow: hidden;
}

.ratio-4x3-mod {
    padding-bottom: 75%;
    bs-aspect-ratio: 75%;
    background-color: #333333;
    border-top: 8px solid black;
    border-bottom: 8px solid black;
    overflow: hidden;
}

.img-fluid-mod {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

div.seatWrapper {
    max-width: 95%;
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 5px 0 0 0;
}

div.seatWrapper > a {
    color: inherit;
    text-decoration: none;
}

div.seatWrapper > a > span {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.85);
    padding: 5px 10px 5px 10px;
    color: red;
    font-size: 18px;
}

div.linkWrapper {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px
}

div.linkWrapper:hover {
    background: #000;
}

div.linkWrapper > a {
    display: block;
    width: 100%;
    height: 100%;
}

div.linkWrapper > a > img {
    opacity: .8;
    padding: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

div.card-margin {
    margin: 8px 0 8px 0;
}
