.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%; /* Set the maximum width of the modal */
    max-height: 80%; /* Set the maximum height of the modal */
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden; /* To hide overflow content */
}

/* Styling for the modal content */
.modal-content {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Styling for the iframe */
.game-iframe {
    width: 100%;
    height: 100%;
}

/* Styling for the button container */
.button-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Styling for the close and fullscreen buttons */
.icon-button {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: white;
    margin-right: 10px; /* Add margin between buttons */
}
  
.subscribe-form {
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }

        .subscribe-form .form--control {
            width: calc(100% - 155px);
        }

        .subscribe-form .cmn-btn {
            width: 135px;
        }
        
        .nav-right .langSel {
            padding: 7px 20px;
            height: 37px;
        } 
        