@import "/public/Myball/Styles/style.css";

:root {
    --base-color: #3788c2;
}

application {
    position: relative;
    margin: 0px auto;
    width: 100vW;
    height: 100vH;
    display: block;
    clear: both;
    z-index: 0;
    background: -webkit-linear-gradient(0deg, #6088ff, #373737);
    background: linear-gradient(0deg, #6088ff, #373737);
    background: -moz-linear-gradient(0deg, #6088ff, #373737);
}

.selector {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
}

.selector, .selector button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.selector button {
    position: relative;
    width: 32vW;
    height: 32vW;
    padding: 10px;
    background: #e7e7e7;
    border-radius: 50%;
    border: 0;
    color: var(--base-color);
    font-size: 30px;
    font-family: naz_900;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: all .1s;
    overflow: hidden;
}

.selector button:focus {
    outline: none;
}

.selector button:focus i svg {
    fill: var(--red-color);
    transition: all .5s;
}

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 1.8s ease-in-out;
}

.selector li input {
    display: none;
}

.selector li input + label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 1.8s ease-in-out, color 1.1s, background 1.1s;
}

.selector li input + label:hover {
    background: #f0f0f0;
}

.selector li input:checked + label {
    background: var(--base-color);
    color: white;
}

.selector li input:checked + label i {
    color: #b0b5c0 !important;
}

.selector li input:checked + label:hover {
    background: var(--boarder-color);
}

.selector li input:checked + label:hover i {
    color: white !important;
}

.selector.open li input + label {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: -40px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.selector li i {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 40px;
    color: #181818;
    background: #e7e7e7;
    text-shadow: 0px 0px 2px var(--base-color);
    z-index: 2;
}

.selector button img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #181818;
    border-radius: 50%;
}

.selector button i {
    width: 80%;
    height: 80%;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.hr {
    margin: 14px 0;
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    font-family: naz_300;
    font-size: 12px;
    text-align: center;
}

.hr i {
    margin: auto 2px;
    position: relative !important;
}

.hr:before, .hr:after {
    content: '';
    flex: 1 1;
    margin: auto 5px;
    border-bottom: 2px dashed var(--box-color);
}

.hr span {
    margin: -5px 7px;
    font-size: 13px;
    color: var(--box-color);
    direction: rtl;
}

header {
    position: absolute;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 60px;
    background: #181818;
    box-shadow: 0px 3px 5px #46464696;
    z-index: 100;
}
span.menobar {
    color: var(--base-color);
    font-size: 15px;
    font-family: naz;
    border: 2px var(--base-color) solid;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 12px;
    right: 12px;
    cursor: pointer;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
span.menobar i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: var(--base-color);
    left: 10px;
    top: -2px;
    bottom: 0;
}

internet {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    left: 0px;
}

.menofot {
    display: block;
    position: absolute;
    top: 13px;
    left: 18px;
    margin: auto;
    cursor: pointer;
    z-index: 10;
}

.menofot .menubar {
    position: relative;
    box-sizing: border-box;
    color: #f8f8f8;
    transition: 0.7s cubic-bezier(0.53, 0, 0.15, 1.3);
    z-index: 100;
    width: 60px;
    height: 40px;
    display: inline-table;
    margin: auto;
    right: 0;
    left: 0;
    top: -5px;
}

.menofot .containerz {
    position: absolute;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.menofot .toggle {
    position: relative;
    height: 35px;
    width: 58.5px;
    top: 0px;
}

.menofot .toggle:before {
    top: -30%;
}

.menofot .toggle:after {
    top: 30%;
}

.menofot .toggle:after, .toggle:before, span#line_3 {
    content: '';
    cursor: pointer;
    background: var(--base-color);
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -webkit-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 36px;
    height: 4px;
    border-radius: 3px;
}

.menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0;
}

.menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0;
}

.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

menu.topmenu {
    position: relative;
    margin: 0px auto 5px auto;
    display: block;
    overflow: hidden;
    top: 60px;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 45px;
    background: #e2e2e2;
    border-bottom: 1px solid #858585;
    z-index: 90;
}

menu.topmenu arc {
    position: relative;
    margin: auto;
    width: 45.5%;
    display: inline-block;
    float: right;
    height: 70%;
    text-align: center;
    z-index: 10;
}

menu.topmenu arc:nth-of-type(2n+1) {
    border-left: 1px solid #858585;
}

menu.topmenu arc i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f8f8f8;
    text-shadow: 0px 0px 2px black, 0px 0px 2px black, -2px -1px 5px #00000073;
    cursor: pointer;
    -moz-transition: color 0.75s ease;
    -webkit-transition: color 0.75s ease;
    transition: color 0.75s ease;
}

menu.topmenu arc.active i {
    color: var(--pop-color);
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

menu.topmenu arc {
    padding: 7px;
    font-size: 20px;
    font-family: naz_900;
    text-shadow: 0px 0px 2px var(--base-color);
}

article {
    position: absolute;
    top: 105px;
    bottom: 50px;
    margin: auto;
    display: block;
    width: 100vW;
    right: 0;
    left: 0;
    max-width: 100%;
    height: calc(100% - 155px);
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
}

.pager {
    position: absolute;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    bottom: 0px;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 50px;
    background: #f1f1f1;
    border-bottom: 1px solid #858585;
    z-index: 90;
}
.pager span {
    position: relative;
    margin: auto;
    width: 33%;
    display: inline-block;
    float: right;
    height: 100%;
    text-align: center;
}
.pager span:nth-of-type(1), .pager span:nth-of-type(2) {
    border-left: 1px solid #858585;
}
.pager span i {
    width: 22px;
    height: 22px;
    font-size: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #858585;
    text-shadow: 0px 0px 2px black, 0px 0px 2px black, -2px -1px 5px #00000073;
    cursor: pointer;
    -moz-transition: color 0.75s ease;
    -webkit-transition: color 0.75s ease;
    transition: color 0.75s ease;
}
.pager span i:hover, .pager span i:focus {
    color: #f8f8f8;
}

main.gameboard {
    position: relative;
    margin: auto;
    width: 105%;
    height: 105%;
    top: -1.5%;
    left: -2.5%;
}

.popup_box object.box_show_link {
    max-height: 98vH;
    top: 0;
}

form, .form {
    margin-top: 20% !important;
}

form label textarea, .form label textarea, form label select, .form label select {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 10px;
    direction: rtl;
    clear: both;
    z-index: 1;
    font-family: 'sans';
    width: calc(80% - 18px);
}

form label textarea, .form label textarea {
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
}

form label input, .form label input, form label textarea, .form label textarea, form label select, .form label select {
    color: rgb(30 28 28 / 91%) !important;
    background: #c5c5c5e0 !important;
    border-radius: 10px !important;
    border: 2px solid #181818 !important;
    box-shadow: -2px 2px 2px rgb(0 0 0 / 20%) !important;
}

form label input::placeholder, .form label input::placeholder, form label textarea::placeholder, .form label textarea::placeholder, form label select::placeholder, .form label select::placeholder {
    color: rgb(30 28 28 / 70%) !important;
}

form i svg, .form i svg {
    font-size: unset !important;
    top: unset !important;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    right: unset !important;
    color: unset !important;
    text-shadow: unset !important;
}

form label i, .form label i {
    color: #181818;
    font-size: 25px;
    width: 30px;
    height: 30px;
    z-index: 10;
    left: calc(10px + 12vW);
    top: 5px;
    bottom: 0px;
}

form label pre, .form label pre {
    position: absolute;
    background: var(--base-color);
    color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 15;
    cursor: pointer;
    top: 30%;
    left: calc(10px + 22vW);
    margin: auto;
}

form label input[type="submit"], .form label input[type="submit"] {
    color: #f8f8f8 !important;
    background: var(--base-color) !important;
    font-size: 14px !important;
    border-radius: 15px !important;
    border: 1px solid #181818 !important;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 20%) !important;
}

.text_box {
    position: relative;
    margin: 5px calc(10px + 10%);
    display: block;
    padding: 10px;
    background: #f8f8f8;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    text-align: right;
    direction: rtl;
    font-size: 14px;
    font-family: 'sans';
}

.text_box.text {
    background: #cfbba2fa;
    color: #181818;
    border: 2px solid #a3a3a3;
}

.text_box.error {
    background: rgba(111, 20, 41, 0.25);
    color: #f8f8f8;
    border: 2px solid #b1728e;
}

.text_box pre {
    font-family: 'titr_r';
    font-size: 16px;
}

.document {
    position: relative;
    margin: 20% 2% 10px 2%;
    padding: 10px 10px 15px 10px;
    font-family: 'sans_b';
    font-size: 14px;
    text-align: right;
    direction: rtl;
    background: #181818;
    border-radius: 8px 8px 0px 0px;
    color: var(--base-color);
    z-index: 2;
}
