@font-face {
font-family: 'Kiarash';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('https://brain.kiarash.be/code/font/english/avenir-next-condensed/RWT.ttf') format('truetype');
}

@font-face {
font-family: 'Kiarash';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url('https://brain.kiarash.be/code/font/english/avenir-next-condensed/RWTO.ttf') format('truetype');
}

@font-face {
font-family: 'Kiarash';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://brain.kiarash.be/code/font/english/avenir-next-condensed/RWR.ttf') format('truetype');
}

@font-face {
font-family: 'Kiarash';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('https://brain.kiarash.be/code/font/english/avenir-next-condensed/RWO.ttf') format('truetype');
}
* {
font-family: 'Kiarash';
font-size: 16px;
letter-spacing: 0;
line-height: 1.5;
}
::-webkit-scrollbar {
width: 15px;
right: 7.5px;
}
::-webkit-scrollbar-button {
height: 50px;
opacity: 0;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
height: 50px;
background-color: #f7f7f7;
border-radius: 1px;
}
::-webkit-scrollbar-corner {
display: none;
}
::-webkit-resizer {
display: none;
opacity: 0;
visibility: hidden;
}
body {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
color: #f7f7f7;
background: #1e2026;
}
#background {
position: fixed;
z-index: 0;
background: url("https://safe.kiarash.be/image/background/prague-old-town.jpg") 50% 50% no-repeat;background-size: cover;
width: 100%;
height: 100%;
display: inline-block;
}
#texture {
position: fixed;
z-index: 2;
background: url("https://safe.kiarash.be/image/theme/texture.png");
width: 100%;
height: 100%;
opacity: 0.85;
}
#media {
position: fixed;
background-size: cover;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
.musicbox{
position: fixed;
z-index: 9999;
color: #f7f7f7;
text-align: center;
border-radius: 2px;
right: 20px;
bottom: 0;
height: auto;
width: 50px;
opacity: 0.4;
}
.musicbox i{
margin: 15px;
color: #f7f7f7;
text-shadow: 0 0 10px #1e2026;
}
#bar {
opacity: 1;
z-index: 9999;
position: fixed;
left: 0;
top: 10px;
height: 50px;
width: auto;
padding-right: 10px;
border-radius: 0 4px 4px 0;
}
.bar-logo{
float: left;
border-radius: 50%;
width: 50px;
height: 50px;
margin: auto 20px;
position: relative;
}
.bar-logo img{
width: 40px;
height: 40px;
margin: 5px;
-webkit-transition: color 0.8s ease, text-shadow 0.8s ease;
-moz-transition: color 0.8s ease, text-shadow 0.8s ease;
-ms-transition: color 0.8s ease, text-shadow 0.8s ease;
-o-transition: color 0.8s ease, text-shadow 0.8s ease;
transition: color 0.8s ease, text-shadow 0.8s ease;
}
#bar .bar-item {
cursor: pointer;
float: left;
background-color: #f7f7f7;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 5px;
position: relative;
}
#bar .bar-item img{
width: 26px;
height: 26px;
margin: 7px;
-webkit-transition: color 0.8s ease, text-shadow 0.8s ease;
-moz-transition: color 0.8s ease, text-shadow 0.8s ease;
-ms-transition: color 0.8s ease, text-shadow 0.8s ease;
-o-transition: color 0.8s ease, text-shadow 0.8s ease;
transition: color 0.8s ease, text-shadow 0.8s ease;
}
#bar .bottom{
top: 55px;
left: 20px;
position: absolute;
}
#bar .right{
right: 20px;
position: fixed;
}
.accessory {
opacity: 1;
background-color: rgba(102,153,204,0);
z-index: 9999;
position: fixed;
right: 20px;
bottom: 10px;
}
.accessory .accessory-item {
cursor: pointer;
background-color: #f7f7f7;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 5px;
float: left;
}
.accessory .accessory-item img {
width: 26px;
height: 26px;
margin: 7px;
}
.entity-notification {
    display: flex; /* Change display to flex */
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Horizontally center the text */
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: -18px;
    border-radius: 50%;
    box-shadow: 0 0 2px #f7f7f7, inset 0 0 2px #f7f7f7;
    background: #1e2026;
    color: #ffffff; /* Ensure the text is visible */
    width: 24px;
    height: 24px;
}
.entity-box{
display: none;
position: relative;
top: 0;
width: 100%;
max-height: 25%;
overflow-x: hidden;
overflow-y: auto;
background-color: #1e2026;
color: #f7f7f7;
padding: 70px 0 5px 0;
text-align: center;
}
.upage{
display: none;
position: fixed;
z-index: 100;
bottom: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background-color: #1e2026;
color: #f7f7f7;
padding: 70px 0 5px 0;
text-align: center;
}
.letter{
display: inline-table;
max-height: 100px;
padding: 5px 10px;
margin: 5px;
text-align: left;
width: 80%;
border-left: 3px solid #f7f7f7;
background-color: rgba(247,247,247,0.1);
border-radius: 1px 3px 3px 1px;
}
.notification{
display: none;
position: fixed;
z-index: 100;
top: 0;
right: 20px;
width: 40%;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
color: #f7f7f7;
padding: 70px 0 5px 0;
text-align: center;
}
.notification .letter{
display: inline-table;
max-height: 100px;
padding: 5px 10px;
margin: 5px;
text-align: left;
width: 100%;
border-left: 3px solid #f7f7f7;
background-color: rgba(30,32,38,0.8);
border-radius: 1px 3px 3px 1px;
}
.closeup {
display: none;
}
.rfb {
display: none;
}
.rfn {
display: none;
}
.fullcontent {
width: 100%;
height: 100%;
position: relative;
margin: 0 auto;
display: table;
}
.fullcontent .loader {
margin-top: -12px;
font-size: 17px;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
z-index: 0;
color: #f7f7f7;
display: inline-block;
opacity: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.fullcontent .loader.active {
opacity: 1;
z-index: 4;
}
.menuwrapper {
display: table-cell;
vertical-align: middle;
height: 100%;
padding-right: 20px;
position: relative;
transition: left 0.2s ease;
left: 0;
}
.menuwrapper.hidden {
left: -100%;
}
.mainmenu {
position: relative;
float: right;
z-index: 2;
left: 0;
width: 440px;
height: 440px;
}
.mainmenu .menuitem {
position: absolute;
width: 80px;
height: 80px;
margin: -30px 0 0 -40px;
z-index: 100;
text-align: center;
cursor: pointer;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.mainmenu .menuitem .icon-container {
background-color: #f7f7f7;
border-radius: 50%;
opacity: 0.8;
width: 50px;
height: 50px;
float: left;
-webkit-transition: color 0.8s ease, text-shadow 0.8s ease;
-moz-transition: color 0.8s ease, text-shadow 0.8s ease;
-ms-transition: color 0.8s ease, text-shadow 0.8s ease;
-o-transition: color 0.8s ease, text-shadow 0.8s ease;
transition: color 0.8s ease, text-shadow 0.8s ease;
}
.mainmenu .menuitem .icon-container img {
width: 32px;
height: 32px;
margin: 9px;
-webkit-transition: color 0.8s ease, text-shadow 0.8s ease;
-moz-transition: color 0.8s ease, text-shadow 0.8s ease;
-ms-transition: color 0.8s ease, text-shadow 0.8s ease;
-o-transition: color 0.8s ease, text-shadow 0.8s ease;
transition: color 0.8s ease, text-shadow 0.8s ease;
}
.mainmenu .menuitem .menu-title {
margin-top: 17px;
font-size: 20px;
color: #f7f7f7;
opacity: 1;
-webkit-transition: color 1s ease, text-shadow 1s ease;
-moz-transition: color 1s ease, text-shadow 1s ease;
-ms-transition: color 1s ease, text-shadow 1s ease;
-o-transition: color 1s ease, text-shadow 1s ease;
transition: color 1s ease, text-shadow 1s ease;
}
.mainmenu .menuitem:hover .icon-container {
opacity: 0.9;
}
.mainmenu .menuitem.active .icon-container {
opacity: 1;
}
.bigpage .mainmenu {
float: left;
width: auto;
min-width: 240px;
height: auto;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.bigpage .menuitem {
position: relative;
left: auto !important;
top: auto !important;
float: left;
display: block;
margin: 0;
padding: 15px 30px;
clear: both;
width: 100%;
height: auto;
border-left: 0px solid rgba(247,247,247, 0.8);
-webkit-transition: border 0.5s ease;
-moz-transition: border 0.5s ease;
-ms-transition: border 0.5s ease;
-o-transition: border 0.5s ease;
transition: border 0.5s ease;
}
.bigpage .menuitem i {
float: left;
width: 30px;
}
.bigpage .menuitem .menu-title {
float: left;
margin-left: 20px;
opacity: 0.5;
}
.bigpage .menuitem:hover {
border-left: 3px solid rgba(247,247,247, 0.9);
}
.bigpage .menuitem:hover i {
opacity: 0.9;
}
.bigpage .menuitem:hover .menu-title {
opacity: 0.9;
}
.bigpage .menuitem.active {
border-left: 3px solid #f7f7f7;
}
.bigpage .menuitem.active i {
opacity: 1;
}
.bigpage .menuitem.active .menu-title {
opacity: 0.9;
}
.bigpage .page {
width: 100%;
}
.bigpage .page .table .table-cell {
padding: 40px;
}
.bigpage .page .container {
max-width: none;
width: 100%;
}
.bigpage .page-limit {
max-width: 1000px;
}
.page {
height: 100%;
vertical-align: middle;
position: relative;
display: table-cell;
width: 60%;
z-index: 2;
-webkit-perspective: 800px;
-moz-perspective: 800px;
-o-perspective: 800px;
-ms-perspective: 800px;
perspective: 800px;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.page .wrapper {
display: inline-block;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
}
.page .wrapper .table {
display: table;
height: 99%;
width: 100%;
}
.page .wrapper .table .table-cell {
display: table-cell;
vertical-align: middle;
padding: 70px 10px 60px 10px;
}
.page .wrapper.active {
opacity: 1;
}
.page .container {
float: left;
display: inline-block;
color: #f7f7f7;
min-width: 400px;
max-width: 800px;
width: 80%;
position: relative;
}
.section {
margin-top: 1em;
display: inline-block;
width: 100%;
}
@media only screen and (max-width: 1440px) {
.page .container {
width: 90%;
}
}
@media only screen and (max-width: 1280px) {
.page .container {
width: 100%;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2) {
#background {
background: url("https://safe.kiarash.be/image/background/prague-old-town.jpg") 50% 50% no-repeat;background-size: cover;
}
#texture {
background: url("https://safe.kiarash.be/image/theme/texture.png") repeat;
}
}

a {
cursor: pointer;
text-decoration: none;
color: #f7f7f7;
-webkit-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
-moz-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
-ms-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
-o-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
}
.title, .title-bar{
color: #f7f7f7;
background-color: #1e2026;
text-align: center;
padding: 2px;
margin: 5px 25%;
border-radius: 2px;
box-shadow: 0 0 2px #f7f7f7, inset 0 0 2px #f7f7f7;
font-size: 25px;
min-width: 50%;
}
.content, .box-bar{
color: #1e2026;
background-color: #f7f7f7;
margin: 5px 5%;
padding: 10px;
border-radius: 2px;
box-shadow: 0 0 2px #1e2026, inset 0 0 2px #1e2026;
font-size: 22px;
min-height:48px;
}
.content a{
border-bottom: 1px dotted #1e2026;
}
.center {
display: flex;
justify-content: center;
}
.inline {
display: flex;
}
input,
textarea {
font-size: 22px;
padding: 5px 10px;
margin: 2px auto;
color: #1e2026;
background: rgba(30,32,38, 0.3);
border-radius: 2px;
border: 2px solid transparent;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
}
#editor {
background: rgba(247,247,247, 0.3);
border-radius: 2px;
margin: 2px auto;
}
input:focus {
outline: none;
border: 2px solid #1e2026;
}
textarea:focus {
outline: none;
border: 2px solid #1e2026;
}
#editor:hover {
outline: none;
border: 2px solid #1e2026;
}
*::-webkit-input-placeholder {
color: #1e2026;em
}
*:-moz-placeholder {
color: #1e2026;
}
*::-moz-placeholder {
color: #1e2026;
}
*:-ms-input-placeholder {
color: #1e2026;
}
button {
border: 0;
margin: 2px;
padding: 3px 4px;
background-color: #1e2026;
cursor: pointer;
border-radius: 2px;
color: #f7f7f7;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
outline: none;
}
button:hover {
background-color: #f7f7f7;
border-color: #f7f7f7;
color: #1e2026;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
button:active {
opacity: 0.6;
outline: none;
}
table {
border: 1px solid transparent;
width: 100%;
}
td {
text-align: center;
padding: 10px;
color: white;
text-shadow: 0 0 4px #000000;
border-radius: 0;
}
tr {background-color:#333;}
tr:hover {background-color:#444;}
td.increase {color:#1E90FF;background-color:#555555;}
td.decrease {color:#ff4510;background-color:#555555;}
td.change {color:#1eff90;background-color:#555555;}
th {
padding:12px;
background-color:#111;
text-align:center;
color:white;
border-radius: 2px;
}
h1, h2 {
font-weight: normal;
line-height: 1.4;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.25em;
}
.toggle-button, .button-menu{
cursor:pointer;
font-size: 15px;
color: #f7f7f7;
}
.toggle-cotent, .content-menu{
display: none;
position: relative;
top: -10px;
margin: 0 5px 0 5px;
padding: 10px;
font-size: 14px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
}
.SFI {
height:40px;
width:90%;
margin:0;
color:#f7f7f7;
background: rgba(247,247,247, 0.3);
border:0 solid #f7f7f7;
border-radius:2px 0 0 2px;
}
.SFB {
height:40px;
width:10%;
min-width:40px;
margin:0;
background: rgba(247,247,247, 0.3);
color:#f7f7f7;
border:0 solid #f7f7f7;
border-radius:0 2px 2px 0;
}
.icon {
cursor: pointer;
float: left;
background-color: #f7f7f7;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 5px 10px;
position: relative;
}
.icon img{
width: 26px;
height: 26px;
margin: 7px;
-webkit-transition: color 0.8s ease, text-shadow 0.8s ease;
-moz-transition: color 0.8s ease, text-shadow 0.8s ease;
-ms-transition: color 0.8s ease, text-shadow 0.8s ease;
-o-transition: color 0.8s ease, text-shadow 0.8s ease;
transition: color 0.8s ease, text-shadow 0.8s ease;
}