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


application {
    position: relative;
    margin: 0px auto;
    width: 100vW;
    height: 100vH;
    display: block;
    clear: both;
    z-index: 0;
    background: url('/public/files/icons/headbg5.png'), -webkit-linear-gradient(0deg, #6088ff, #373737);
    background: url('/public/files/icons/headbg5.png'), linear-gradient(0deg, #0040ff, #313957);
    overflow: auto;
}

.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: relative;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 65px;
    background: #181818 url(/public/files/icons/headbg5.png);
    z-index: 100;
    border-bottom: 1px solid rgba(163, 163, 163, 0.20);
}

a.closer_app {
    position: fixed;
    color: red;
    text-underline-offset: unset;
    text-decoration-style: unset;
    text-align: center;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    bottom: 1%;
    right: 1%;
    cursor: pointer;
    z-index: 100;
}

a.closer_app i {
    color: var(--red-color);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
}

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;
}

.back_fix {
    display: block;
    margin: auto;
    clear: both;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.back_fix img {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -webkit-touch-callout: none;
    pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    user-drag: none;
}


.selection {
    position: fixed;
    margin: 0px auto;
    clear: both;
    width: 100vW;
    height: 100vH;
    overflow: hidden;
    z-index: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.logo_loading {
    position: relative;
    display: block;
    margin: 2% auto;
    padding: 15px;
    clear: both;
    text-align: center;
    justify-content: center;
}

.logo_loading img {
    display: block;
    clear: both;
    margin: auto;
    position: relative;
    max-width: 100vW;
    max-height: 100vH;
    width: 180px;
    height: auto;
    border-radius: 25%;
}

.progs_loading {
    position: relative;
    clear: both;
    margin: 5% auto 15px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    height: 12px;
    background: #ececec;
    border-radius: 25px;
    border: 2px solid #121111;
    direction: rtl;
    overflow: hidden;
}

.progs_loading span {
    position: absolute;
    display: block;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background: #cd2004;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.num_load {
    position: relative;
    clear: both;
    margin: 10px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'per_add';
    font-size: 17px;
    font-weight: bold;
    color: snow;
}

.row {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    min-height: 35%;
}

.row[role="scroll"] {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.set_text {
    position: relative;
    clear: both;
    margin: 30px auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'titr';
    font-size: 17px;
    font-weight: bold;
    color: snow;
}

.set_text h1 {
    font-size: 40px;
    color: snow;
    font-weight: 900;
}

.set_text h3 {
    font-size: 25px;
    margin: 20px;
    color: snow;
    font-weight: 100;
}

.copyright {
    position: absolute;
    clear: both;
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    direction: rtl;
    text-align: center;
    font-family: 'per_add';
    font-size: 13px;
    color: #cecdcd;
    bottom: 2px;
    right: 0;
    left: 0;
    font-weight: 700;
    z-index: 2;
}

container {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 60% 40%;
    width: calc(100%);
    height: calc(100% - 66.5px);
    margin: auto;
    clear: both;
    direction: ltr;
}

container c_box {
    position: relative;
    border: 1px solid rgba(163, 163, 163, 0.20);
    box-sizing: border-box;
    display: block;
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    clear: both;
    overflow: hidden;
    z-index: 1;
    direction: rtl;
}

.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 + 12%);
    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 + 20%);
    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;
}

.minibox {
    position: fixed;
    margin: auto;
    display: block;
    clear: both;
    width: 100vW;
    height: 100vH;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.minibox .body_mini {
    position: absolute;
    margin: auto;
    width: 35%;
    height: 50%;
    min-width: 350px;
    min-height: 350px;
    max-width: 90vW;
    max-height: 90vH;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(92 116 141 / 2%);
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0px 3px 7px #8a979b75;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

article {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    right: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
}

.selector {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
}

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

.selector button {
    position: relative;
    width: 90px;
    height: 90px;
    padding: 5px;
    border-radius: 50%;
    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;
    background: #00c30f url(/public/files/icons/headbg5.png);
    border: 2px var(--base-color) solid;
}

.selector button:focus {
    outline: none;
}

.selector button i svg {
    fill: #f8f8f8;
    transition: all .3s;
}

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

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

.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: #00c30f url(/public/files/icons/headbg5.png);
    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: #00c30f url(/public/files/icons/headbg5.png);
}

.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: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    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: 22px;
    color: #f8f8f8;
    z-index: 2;
    background: #00c30f url(/public/files/icons/headbg5.png);
    border-radius: 50%;
    border: 2px var(--base-color) solid;
}

.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;
}

.river {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 0;
    direction: ltr;
}

.black_bax_alert .alert_box selction {
    border: 1px solid #084526 !important;
    background-color: #0e0e0e9c !important;
}

.flix {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    clear: both;
    height: calc(100% - 20px);
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.flix lable.plus {
    position: relative;
    display: inline-block;
    margin: 5px 7px;
    padding: 10px 30px 10px 10px;
    color: #f8f8f8;
    border-radius: 10px;
    background: #00c30f url(/public/files/icons/headbg5.png);
    border: 2px var(--base-color) solid;
    font-family: 'sans';
    font-size: 12px;
    cursor: pointer;
}

.flix lable.plus i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: var(--base-color);
    text-shadow: 0px 0px 1px #f8f8f8;
    top: 0;
    bottom: 0;
    right: 7px;
    cursor: pointer;
}

.flix lable {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 10px 30px 10px 10px;
    color: #f8f8f8;
    border-radius: 10px;
    background: #c36c00 url(/public/files/icons/headbg5.png);
    border: 2px #653d13 solid;
    font-family: 'sans';
    font-size: 12px;
    cursor: pointer;
}

.flix lable i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #654c13;
    text-shadow: 0px 0px 1px #f8f8f8;
    top: 0;
    bottom: 0;
    right: 7px;
    cursor: pointer;
}

.pop_form {
    position: relative;
    margin: 10px auto;
    display: block;
    max-width: 600px;
}


input[type="checkbox"], input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.01px;
    width: 0.01px;
    margin: auto;
    padding: 0;
}

input[type="radio"] + span {
    box-shadow: 3px 3px 3px #00000091;
    position: relative;
    display: inline-block;
    text-indent: 0px;
    background: #e7e5e566;
    border: 1px solid #0b0b0b;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    top: 7px;
    margin: 0px 5px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"] + span i {
    display: none !important;
    position: absolute;
    color: var(--gold-color) !important;
    font-size: 0% !important;
    text-align: center;
    z-index: 10;
    top: -20px !important;
    bottom: 0 !important;
    height: 105% !important;
    width: 105% !important;
    right: -15px;
    left: 0 !important;
    margin: 10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"]:checked + span i {
    display: block !important;
    font-size: 170% !important;
}

input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #ccc;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    margin: 0px 10px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    zoom: 0.7;
}

input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--pop-color);
    color: #f8f8f8;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

input[type="checkbox"]:checked + span, span[checked="checked"], span:checked {
    background: var(--base-color);
    zoom: 0.7;
}

input[type="checkbox"]:checked + span:after, span[checked="checked"]:after, span:checked:after {
    left: calc(100% - 28px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}

form pre, .form pre {
    color: #f8f8f8;
}

form label b, .form label b {
    position: relative;
    text-align: right;
    display: block;
    color: var(--base-color);
    font-family: 'sans';
    font-size: 16px;
    margin: 5px 10%;
    padding: 10px;
}
