* {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    scrollbar-face-color: #100b08;
    scrollbar-highlight-color: #b55420;
    scrollbar-shadow-color: #b55420;
    scrollbar-3dlight-color: #b55420;
    scrollbar-arrow-color: #b55420;
    scrollbar-track-color: #231605;
    scrollbar-darkshadow-color: #b55420;
}

#wrapper {
    width: 974px;
    height: 719px;
    margin: auto;
}

.Top {
    width: auto;
    height: 142px;
    background: url(../../content/i/topBgKK.jpg);
}

.Center {
    margin-top: 40px;
}

.Bottom {
    width: 974px;
    height: 308px;
    display: inline-block;
    background: url(../../content/i/bottomBg.jpg);
    text-align: center;
}

.Logo {
    width: 114px;
    height: 46px;
    margin: auto;
    margin-top: 180px;
}

.footerContainer {
    /*width: 327px;*/
    height: 37px;
    margin: auto;
    margin-top: 20px;
    @margin-top:25px;
}

.CopyRight {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
    margin: auto;
    margin-top: 5px;
    width: 296px;
}

.footerLink {
    /*width: 210px;*
    /*height: 16px;*/
    margin: auto;
    font-family: Tahoma;
    font-size: 12px;
    color: #fff;
}

    .footerLink a {
        font-family: Tahoma;
        font-size: 12px;
        color: #edc515;
        text-decoration: underline;
    }

.messageNav {
    width: 190px;
    text-align: center;
    color: #deb707;
    font-weight: bold;
    margin: 0 auto;
}

.messageNavPrevButton {
    width: 22px;
    height: 18px;
    cursor: pointer;
    background: url(../../content/i/news/backBtn.gif) no-repeat;
    border: none;
    outline: none;
}

.messageNavNextButton {
    width: 22px;
    height: 18px;
    cursor: pointer;
    background: url(../../content/i/news/nextBtn.gif) no-repeat;
    border: none;
    outline: none;
}

.messageNavFinishButton {
    /*float: left;
    width: 70px;
    margin-top: 13px;*/
}

/*new style*/
div#divLogin {
    width: 320px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-family: 'Trebuchet MS',sanms;
}

p.Title {
    margin: 20px 0;
    color: white;
    font-size: 15px;
}

div#divLogin .validInput {
    width: 300px;
    padding: 10px;
    background: transparent;
    border: none;
    outline: none;
    color: white;
}

a.forgetPass {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-indent: -9999px;
    background: url(../i/ikvLoginGamePic.png) no-repeat -320px -13px;
}

.User, .Password, .validContentLogin {
    border-bottom: 1px solid #757575;
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
}

    .Password .validInput {
        width: 272px !important;
        float: left;
    }

    .User label, .Password label, .validContentLogin label {
        display: none;
    }

    .validContentLogin input {
        width: 180px !important;
        float: left;
    }

.butonContainer {
    margin-top: 10px;
    text-align: left;
    overflow: auto;
}

    .butonContainer a,
    .butonContainer input {
        width: 150px;
        height: 40px;
        background: red;
        display: inline-block;
        border: none;
        cursor: pointer;
        text-indent: -99999px;
    }

    .butonContainer input {
        float: left;
        background: url('../i/ikvLoginGamePic.png') no-repeat -163px -7px;
    }

        .butonContainer input:hover {
            background: url('../i/ikvLoginGamePic.png') no-repeat -163px -58px;
        }

    .butonContainer a {
        float: right;
        background: url('../i/ikvLoginGamePic.png') no-repeat -5px -7px;
    }

        .butonContainer a:hover {
            background: url('../i/ikvLoginGamePic.png') no-repeat -5px -58px;
        }

.alert {
    color: red;
}

#Count {
    color: red;
}

.linkContainer {
    min-height: 17px;
    overflow: auto;
}

.alignLeft {
    float: left;
    text-align: left;
    cursor: pointer;
}

    .alignLeft label {
        color: wheat;
        font-size: 12px;
        margin-left: 5px;
    }

.alignRight {
    float: right;
    text-align: right;
    font-size: 12px;
}

    .alignRight a {
        text-decoration: none;
        color: gold;
        overflow: hidden;
    }

.divMemberMessages {
    width: 320px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Trebuchet MS',sans-serif;
    background: #333;
    overflow: auto;
    border-radius: 3px;
    box-shadow: 0 0 4px white;
}

    .divMemberMessages .User {
        border-bottom: none;
    }

    .divMemberMessages span:nth-child(1) {
        color: #deb707;
        min-width: 85px;
        display: inline-block;
        font-weight: bold;
    }

    .divMemberMessages span:nth-child(2) {
        color: #fff;
        display: inline-block;
        font-size: 14px;
    }

    .divMemberMessages .messageNavFinishButton {
        margin: 0 auto;
        width: 150px;
    }

    .divMemberMessages input#btnMessageFinish {
        background: url('../i/ikvLoginGamePic.png') no-repeat -163px -7px;
        text-indent: -9999px;
        width: 150px;
        height: 40px;
        border: none;
        margin-top: 10px;
        padding: 10px;
        cursor: pointer;
    }




/*Modal*/


.modal {
    position: fixed;
    top: 0;
    background: #0000009e;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    display: none;
}

.modal-container {
    background: #000;
    border-radius: 8px;
    overflow-y: hidden;
    border: 1px solid #2f0325;
    margin: auto;
    max-width: 800px;
}
.agreement-btns {
	display:none;
}
.show-buttons .agreement-btns {
    display: flex;
    place-content: center;
    gap: 20px;
    align-items: center;
	padding: 12px 0;
}
.agreement-changed-alert {
	display: none;
}
.show-buttons .agreement-changed-alert {
	display: block;
	font-size:16px;
	color: #eaaa33;
	font-weight: bold;
}

.show-buttons .close-modal{
	display: none;
}

#UserAgreementBtn, .reject-agreement{
    display: block;
    padding: 12px 20px;
    background-color: #43a047;
    color: white;
    outline: none;
	cursor: pointer;
	text-transform: uppercase;
	border: 0px;
	border-radius: 8px;
}

.reject-agreement{
	background-color: #e53935;
}

#UserAgreementBtn:hover{
	background-color: #388e3c;
}

.reject-agreement:hover{
    background-color: #d32f2f;
}


.modal-title {
    padding: 16px;
    background: #2f0325;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content {
    overflow-y: auto;
    max-height: 620px;
    padding: 0 10px;
}

.content-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.subContentText {
    /* height: 620px; */
    padding:10px;
    /* overflow: auto; */
}

.close-modal {
    cursor: pointer;
}

.subContentText p {
    margin: 12px;
    display: block;
}

table.TableCssNew {
    border-collapse: collapse;
}

    table.TableCssNew thead tr,
    table.TableCssNew tfoot tr {
        background: #4c1d19;
    }

        table.TableCssNew thead tr th,
        table.TableCssNew tfoot tr th {
            padding: 10px;
        }

    table.TableCssNew tbody tr {
        border-bottom: 1px solid #4c1d19;
    }

        table.TableCssNew tbody tr td {
            vertical-align: top;
            text-align: left;
        }

        table.TableCssNew tbody tr:nth-child(even) {
            background: rgba(76, 29, 25, .4);
        }

        table.TableCssNew tbody tr td {
            padding: 10px;
        }
