
body {
    width: 1400px;
    height: 1000px;
    /*min-height: 80% !important;*/
    /*min-width: 95% !important;*/
    /*height: 80% !important;*/
    /*width: 95%;*/
    background-size: cover;
    vertical-align: top;
    text-align: left;

    /* background-image: url("../images/wallpaper.jpg");*/
    /* background: linear-gradient(90deg, rgb(167, 201, 215) 0%, rgb(112, 171, 136) 50%, rgb(245, 239, 192) 100%);*/
    /* background: radial-gradient(circle at center, white 10%, white 10%, black 100%);*/
    background-color: #8fe1b4 !important;
}

table {
    width: 100%;
    height: 100%;
    /*border: solid 1px black;*/
    vertical-align: top;
    text-align: left;
}

tr {
    vertical-align: top;
    text-align: left;
}

iframe {
    min-height: 98% !important;
    min-width: 10% !important;
    width: 100% !important;
    display: inline-grid;
}

label {
    background-color: transparent;
    color: white;
    opacity: 100%;
    display: block;
}


/*Client Layout*/
.clientTableWorkspace {
    width:100%;
    height: 95%;
    vertical-align: top;
}

.clientLargeRow {
    width:100%;
    height: 100%;
}

.clientStepper {
    width:10%;
    height:90%;
    vertical-align: top;
}
/* width: 60%*/
.clientGameContainer {
    width:85%;
    height:90%;
    /*border: 1px solid lightgray;*/
    position: fixed;
    z-index: 0;
}

.clientNotificationContainer {
    width:30%;
    height:90%;
    vertical-align: top;
    text-align: center;
    background-color: #545b56;
}

.gameContainer {
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    background-color: #8fe1b4;
    visibility: visible;
    opacity: 1;
    display: inline-grid;
    /*border: 2px solid red;*/
    width:100%;
    height: 100%;
    z-index: 0;

}

.notificationContainer {
    align-content: space-around;
    display: contents;
    position: absolute;

    margin-left: 10px;
    margin-right: 10px;
    height: 200px;
    width:200px;
    min-width: 95%;
    z-index: 9;
    background-color: #fcc652;
}


.adhnWorkspace {
    display: block;
    width: 300px;
    height: 200px;
    background-color: #131B23;
    visibility: visible;
}

.socket-message-window {
    width: 300px;
    padding: 20px;
    background-color: red;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333333FF;
    visibility: visible;
}


.message-window {
    width: 300px;
    padding: 20px;
    background-color: #f4e080;
    border: 1px solid #000000;
    border-radius: 15px;
    left: 40%;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-left: 20px;
    transition: opacity;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    opacity: 1;
    /*transform: translateX(-100%); */
    /*animation: slide-in 3s ease-out forwards;*/
    /*box-sizing: border-box;*/
    visibility: hidden;
    position: absolute;
    z-index: 1000;

}

.fade-in {
    display: block;
    animation: fade-in 0.7s ease-in forwards;
}

.fade-out {
    animation: fade-out 0.7s ease-out forwards;
}

/* Animation keyframes */

@keyframes fade-in {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none;
    }
}



/*Notification Window*/

.notifications-toggle {
    font-family: "Roboto Thin", sans-serif;
    font-size: 14px;
    /*color: white;*/
    left:15%;
    top: 0px;
    margin-top: 30px;
    margin-left: 20px;
    zoom: 1.5;

    position: absolute;
    z-index: 500;
}

.message-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.message-content {
    margin-bottom: 20px;
    font-family: "Roboto Thin", sans-serif;
    font-size: 14px;
}

.message-footer {
    text-align: right;
}

.close-button {
    font-family: "Roboto Thin", sans-serif;
    font-size: 16px;
    height: 40px;
    background-color: darkblue;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;

    cursor: pointer;
}

.ignore-button {
    font-family: "Roboto Thin", sans-serif;
    font-size: 16px;
    height: 40px;
    background-color: #ff5764;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.accept-button {
    font-family: "Roboto Thin", sans-serif;
    font-size: 16px;
    height: 40px;
    background-color: #8fe1b4;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
}

.close-button:hover {
    background-color: blue;
}
.accept-button:hover {
    background-color: green;
}
.ignore-button:hover {
    background-color: red;
}

#videoPlayer {
    width: 100%;
    height: 100%;
    display: none;
}

#notificationContainer {
    width: 20%;
    height: 100%;
    border: 2px solid black;
    text-align: left;
    vertical-align: top;
}

#tableOutput {
    width:95%;
    height: 80px;
    border: 2px solid black;
}

#outputTextArea {
    height:93%;
    width: 98%;
}

