div#openGameModal div.modal-content {
    background: var(--color5);
}

div#openGameModal div.modal-header {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 0px solid #dee2e6;
}

div#openGameModal div.modal-header>h5 {
    color: #fff;
}

div#openGameModal div.modal-body {
    padding: 0px;
}

div#openGameModal iframe {
    border: 0px solid #dee2e6;
    height: calc(100% - 110px) !important;
}

div#openGameModal button.close {
    font-size: 24px;
    color: #fff !important;
    filter: inherit;
}

.modal {
    background: rgb(15 15 15 / 90%);
}

.button-action-game svg {
    width: 20px;
    fill: #fff;
}


div#openGameModal div.modal-content {
    background: var(--color5);
}

div#openGameModal div.modal-header {
    padding-top: 3px;
    display: flex;
    padding-bottom: 3px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0px solid #dee2e6;
}

div#openGameModal div.modal-header>h5 {
    color: #fff;
}

div#openGameModal div.modal-body {
    padding: 0px;
}

div#openGameModal iframe {
    border: 0px solid #dee2e6;
    height: calc(100% - 110px) !important;
}

div#openGameModal button.close {
    font-size: 24px;
    color: #fff !important;
    filter: inherit;
    background: transparent;
    border: 0px;
}


#openGameModal .modal-dialog {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}

#openGameModal .modal-content {
    max-width: 100%;
    max-height: 100%;
}

#openGameModal .modal-content .modal-body {
    height: 100vh;
}