@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;900&display=swap');
body {
    background-image: url('../images/bg-ogame.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
    font-family: "Verdana", "Raleway Medium", sans-serif !important;
}


/* Global İnput  */

.input-text-o {
    padding: 8px 12px !important;
    display: block;
    margin: 5px 0;
    border: unset;
    color: white;
    width: 100% !important;
    height: auto !important;
    background-color: #1b2531;
    font-family: 'Verdana', sans-serif !important;
    max-width: unset !important;
}

table.d-block tbody {
    display: initial;
}


/* Container */

.container {
    width: 800px;
    margin: 0 auto;
    position: relative;
}


/* Header */

header#header {
    min-height: 40px;
    width: 100%;
    background-image: url('../images/header-bg.png');
    background-size: contain;
}


/* Top Menu */

header#header nav.top-menu {
    width: 70%;
    float: left;
    font-family: "Verdana", "PT Sans Bold", sans-serif;
    color: #62656b;
    font-size: 14px;
    line-height: 40px;
}

header#header nav.top-menu ul {
    padding: 0;
    margin: 0;
}

header#header nav.top-menu ul li {
    display: inline-block;
    padding: 0px 10px;
    text-shadow: 1px 1px 1px #313131;
}

header#header nav.top-menu ul li a {
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    font-weight: 700;
    padding: 5px;
    position: relative;
    transition: content ease .3s;
}

header#header nav.top-menu ul li a:hover {
    font-weight: 700;
    filter: drop-shadow(1px 1px 1px rgb(25, 102, 245));
    color: skyblue;
}


/* header#header nav.top-menu ul li a:hover::before {
    border-width: 7px;
    border-style: solid;
    border-color: #5ec7e4 transparent transparent;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
} */

header#header nav.top-menu ul li:hover {
    color: #fff;
}


/* Top Info */

header#header div.top-info {
    width: 30%;
    float: left;
    height: 40px;
    font-size: 12px;
    color: #62656b;
    text-shadow: 1px 1px 1px #000;
}


/* Top Language */

header#header div.top-info div.top-language {
    float: right;
    margin-right: 10px;
}

header#header div.top-info div.top-language span.choose-country {
    line-height: 40px;
    margin-right: 8px;
}

header#header div.top-info div.top-language div.select-area {
    display: inline-block;
    position: relative;
}

header#header div.top-info div.top-language div.select-area div.present-language {
    background-color: #0e1015;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #314459;
}

header#header div.top-info div.top-language div.select-area div.present-language img {
    float: left;
    position: relative;
    margin-right: 6px;
    top: -6px;
}

header#header div.top-info div.top-language div.select-area div.present-language span {
    margin-right: 5px;
}

header#header div.top-info div.top-language div.select-area div.present-language i {
    font-size: 14px;
}

header#header div.top-info div.top-language div.select-area:hover div.present-language {
    border-bottom: none;
}

header#header div.top-info div.top-language div.select-area:hover div.language-box {
    display: block;
}

header#header div.top-info div.top-language div.select-area div.language-box {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #0e1015;
    min-width: 170px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px;
    border: 1px solid #314459;
}

header#header div.top-info div.top-language div.select-area div.language-box a.language-block {
    width: 100%;
    display: block;
    padding: 0px 10px 10px 10px;
}

header#header div.top-info div.top-language div.select-area div.language-box a.language-block img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}


/* Top Socials */

header#header div.top-info div.top-socials {
    float: right;
    text-align: right;
    line-height: 40px;
    color: #fff;
}

header#header div.top-info div.top-socials a {
    padding: 0px 3px;
}


/* Main */

main#main {
    margin-top: 50px;
    margin-bottom: 200px;
    color: #fff;
    width: 100%;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.justify-content-pc-center-mb-base {
    justify-content: baseline;
}

.w-100 {
    width: 100%;
}

.p-15 {
    padding: 15px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}


/* Logo Section */

main#main div.logo-section {
    text-align: right;
}

main#main div.logo-section img {
    margin-right: 40px;
    position: relative;
    top: 20px;
}


/* Page Detail New*/

main#main div.page-detail-new {
    width: 500px;
    margin-bottom: 120px;
    border-radius: 30px;
    background-color: rgb(34, 48, 63);
    float: left;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.004), inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    border: 4px solid rgb(14, 16, 21);
    border-radius: 4px;
}


/* Page Detail Old */

main#main div.page-detail {
    width: 500px;
    min-height: 540px;
    margin-bottom: 120px;
    border-radius: 30px;
    background-color: rgb(34, 48, 63);
    float: left;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.004), inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    border: 4px solid rgb(14, 16, 21);
    border-radius: 4px;
}

main#main div.page-detail.w100 {
    width: 100%;
}

main#main .page-title {
    background-color: #1b2531;
    background-image: url('../images/title-bar.png');
    background-size: cover;
    min-height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 14px;
    color: #5d7ea2;
}

main#main .page-content {
    padding: 15px;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

main#main .page-content h1,
main#main .page-content h2,
main#main .page-content h3,
main#main .page-content h4,
main#main .page-content,
h5,
main#main .page-content h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

main#main .page-content h1 {
    font-size: 18px;
}

main#main .page-content h2 {
    font-size: 16px;
}

main#main .page-content h3 {
    font-size: 14px;
}

main#main .page-content h4 {
    font-size: 12px;
}

main#main .page-content h5 {
    font-size: 14px;
}

main#main .page-content h6 {
    font-size: 14px;
}


/* Rules Page */

main#main .page-detail.rules-detail {
    min-height: 540px;
}

main#main .page-content.rules-page {
    /* Burada hata var */
    min-height: margin-bottom: 0;
    overflow: srcoll !important;
    overflow-x: overflow-y: inherit;
}


/* Register Page */

main#main .page-content form.register-page table {
    margin: 0 auto;
}

main#main .page-content form.register-page table tr td:nth-child(odd) {
    text-align: left;
    padding: 1px 5px 1px 0px
}

table tr td {
    white-space: nowrap;
}

main#main .page-content form.register-page table tr td input {
    height: 30px;
    padding: 0px 5px;
    /* min-width: 185px; */
}

main#main .page-content form.register-page table tr td input[type="checkbox"] {
    height: 25px;
    padding: 8px 10px 5px 10px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    display: block;
    float: left;
    font-size: 20px;
    font-family: 'Play', Arial, Helvetica, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #6d6767;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 1px #d2d2d2;
    outline: none;
}

main#main .page-content form.register-page table tr td button {
    width: 100%;
    height: 35px;
    background-color: #2fa846;
    border: none;
    padding: 10px;
    color: #fff;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    font-size: 14px;
    cursor: pointer;
}


/* Top 100 */

main#main .page-content select {
    height: 30px;
    width: 185px;
    text-align: center;
    padding: 0px 5px;
}

main#main .page-content select.top-select {
    margin-bottom: 20px;
}

main#main .page-content table.top-table {
    width: 100%;
    text-align: left;
    padding: 5px;
}

main#main .page-content table.top-table tr th {
    text-align: center;
}

main#main .page-content table.top-table tr td {
    vertical-align: middle;
}


/* Register Area */

main#main .page-detail .register-area {
    background-image: url('../images/register-bg-new.png');
    left: -5px;
    box-shadow: 4px 6px 12px 4px rgba(0, 0, 0, 0.4);
    width: 395px;
    height: 165px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main#main .page-detail .register-area a.register-button {
    position: absolute;
    opacity: 0.9;
    border-radius: 6px !important;
    width: 170px;
    height: 50px;
    display: block;
    bottom: 20px;
    right: 30px;
    background: #168233;
    border: 2px;
    border-color: #00CC00;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    color: #e8f0fe;
    font-family: "PT Sans Bold", sans-serif;
    sans-serif;
    font-size: 17px;
    box-shadow: 4px 6px 12px 4px #000000;
}

main#main .page-detail .register-area a.register-button:hover {
    background: -webkit-linear-gradient(top, #1a903a 0%, #1a903a 100%)
}


/* Home Gallery */

main#main .page-detail .home-gallery {
    padding: 20px;
    font-size: 0;
    float: left;
}

main#main .page-detail .home-gallery a {
    width: 50%;
    padding: 5px;
    float: left;
    margin-bottom: 5px;
}

main#main .page-detail .home-gallery a img {
    width: 100%;
    border: 3px solid #11181f;
}


/* Home Gallery2*/

main#main .page-detail .home-gallery-2 {
    padding: 20px;
    font-size: 0;
    float: left;
}

main#main .page-detail .home-gallery-2 a {
    width: 25%;
    padding: 5px;
    float: left;
    margin-bottom: 5px;
}

main#main .page-detail .home-gallery-2 a img {
    width: 100%;
    border: 3px solid #11181f;
}


/* Login Area */

main#main div.login-area {
    width: 300px;
    min-height: 200px;
    float: left;
    background-color: #1b2531;
    margin-top: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

main#main div.login-area div.area-title {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    padding: 20px 40px;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #2d2f34;
}

main#main div.login-area.responsive-login {
    display: none;
}


/* Login Form */

main#main div.login-area form.login-form {
    position: relative;
    width: 100%;
    float: left;
    min-height: 200px;
    padding-bottom: 100px;
    font-weight: bold;
}

main#main div.login-area form.login-form div.form-elements {
    padding: 20px 40px;
}

main#main div.login-area form.login-form div.form-elements div.input-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

main#main div.login-area form.login-form div.form-elements div.input-group div.input-title {
    margin-bottom: 10px;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    font-size: 14px;
    color: #bdbdbd;
}

main#main div.login-area form.login-form div.form-elements div.input-group input {
    height: 40px;
    background-color: #22303f;
    border: none;
    width: 100%;
    padding: 0px 10px;
    color: #bdbdbd;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    font-size: 14px;
    outline: none;
}

main#main div.login-area form.login-form div.form-elements div.input-group select {
    height: 40px;
    color: #28c753;
    font-weight: bold;
    padding: 0px 10px;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    font-size: 14px;
    background-color: #22303f;
    border: none;
    width: 100%;
    outline: none;
}

main#main div.login-area form.login-form button {
    border: none;
    background-color: #158d33;
    opacity: 0.9;
    outline: none;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

main#main div.login-area form.login-form button i {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}

main#main div.login-area form.login-form button:hover {
    background: -webkit-linear-gradient(top, #189838 0%, #189838 100%)
}


/* Footer */

footer#footer {
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/footer-bg.png');
    line-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-size: contain;
    padding: 10px 5px;
    height: 25px;
    width: 100%;
}


/* Footer Logo */

footer#footer div.footer-logo {
    display: inline-block;
    width: 30%
}

footer#footer div.footer-logo img {
    width: 50%;
    height: auto;
}


/* Footer Copyright */

footer#footer div.footer-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Verdana, Arial, Helvetica, sans-serif", Arial, Helvetica, sans-serif;
    font-size: 13px!important;
    color: #bdbdbd;
    text-shadow: 1px 1px 1px #000;
    position: relative;
    top: -7px;
}

div.clear {
    clear: both;
}


/* Max Width: 991px */

@media (max-width: 991px) {
    main#main div.page-detail-new {
        margin: 20px auto;
    }
    .kayit-form {
        display: flex;
    }
    .container {
        width: 100%;
    }
    body {
        background-size: cover;
    }
    /* Header */
    header#header {
        background-size: contain;
    }
    /* Top Menu */
    header#header nav.top-menu {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        border-bottom: 2px solid #fff;
    }
    /* Top Info */
    header#header div.top-info {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
    }
    header#header div.top-info div.top-socials,
    header#header div.top-info div.top-language {
        float: none;
        display: inline-block;
    }
    header#header div.top-info div.top-socials {
        margin-right: 10px;
    }
    /* Top Info */
    header#header div.top-info div.top-language {
        text-align: left;
    }
    /* Main */
    main#main {
        text-align: center;
        margin-bottom: 100px;
    }
    main#main div.logo-section {
        text-align: center;
    }
    main#main div.logo-section img {
        top: 0;
        margin: 0;
    }
    /* Page Detail */
    main#main div.page-detail {
        float: none;
        margin: 20px auto;
        display: inline-block;
    }
    main#main div.login-area {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 500px;
        border-radius: 10px;
    }
    /* Login Area */
    main#main div.login-area form.login-form button {
        border-bottom-left-radius: 10px;
    }
    main#main div.login-area.responsive-login {
        display: inline-block;
    }
    main#main div.login-area.desktop-login {
        display: none;
    }
    /* Footer Logo */
    footer#footer {
        height: inherit;
        min-height: 30px;
    }
    footer#footer div.footer-logo {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }
    footer#footer div.footer-logo img {
        max-width: 150px;
        height: auto;
    }
    /* Footer Copyright */
    footer#footer div.footer-copyright {
        width: 100%;
        text-align: center;
        padding: 20px 0px 0px;
        float: none;
        display: block;
    }
}


/* Max Width: 560px */

@media (max-width: 560px) {
    /* Main */
    main#main {
        padding: 0px 5px;
    }
    main#main .page-content {
        padding: 20px 5px;
    }
    main#main .page-content form.register-page table tr td {
        width: 100%;
        float: left;
        text-align: center!important;
        padding: 0px!important;
        padding-bottom: 5px!important;
    }
    main#main .page-content form.register-page table tr td input[type="checkbox"] {
        margin: 0;
    }
    main#main .page-content form.register-page table tr td select,
    main#main .page-content form.register-page table tr td button {
        max-width: 183px;
    }
    main#main .page-content table.top-table tr td {
        width: 25%;
        font-size: 12px;
        line-height: 12px;
    }
    main#main .page-detail .register-area {
        left: 0;
    }
    .top100pagecontent {
        overflow-x: scroll;
    }
    .mobile-th
    /* Page Detail */
    main#main div.page-detail {
        width: 100%;
    }
    main#main .page-detail .register-area {
        width: 100%;
    }
    main#main div.page-detail-new {
        width: 100%;
    }
    main#main .page-detail-new .register-area {
        width: 100%;
    }
    /* Login Area */
    main#main div.login-area {
        width: 100%;
    }
}

@media (max-width: 375px) {}


/* PT Sans Bold */

@font-face {
    font-family: "PT Sans Bold";
    font-style: normal;
    font-weight: normal;
    src: local("PT Sans Bold"), url('../fonts/PTS75F.woff') format("woff");
}


/* PT Sans Regular */

@font-face {
    font-family: "PT Sans Regular";
    font-style: normal;
    font-weight: normal;
    src: local("PT Sans Regular"), url('../fonts/PTS55F.woff') format("woff");
}


/* Raleway Medium */

@font-face {
    font-family: "Raleway Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Raleway Medium"), url('../fonts/Raleway-Medium.woff') format("woff");
}


/* Raleway Light */

@font-face {
    font-family: "Raleway Light";
    font-style: normal;
    font-weight: normal;
    src: local("Raleway Light"), url('../fonts/Raleway-Light.woff') format("woff");
}


/* Raleway Bold */

@font-face {
    font-family: "Raleway Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Raleway Bold"), url('../fonts/Raleway-Bold.woff') format("woff");
}


/* 

	Reset CSS

*/

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    color: #bdbdbd;
    outline: none;
}

@media (max-width:380px) {
    #registerForm {
        overflow-x: scroll;
    }
}