.engine{
	max-height: 13px;
    max-width: 22.09px;
}


@font-face {
font-family: "time"; 
src: url("fonts/time-2.ttf") ; 
/*font-style: normal; 
font-weight: normal; */
} 

@font-face {
font-family: "DarlingtonDemo"; 
src: url("fonts/DarlingtonDemo.ttf") ; 
/*font-style: normal; 
font-weight: normal; */
} 
@font-face {
font-family: "Bloodscriptitalicpersonalus1"; 
src: url("fonts/Bloodscriptitalicpersonalus1.otf") ; 
/*font-style: normal; 
font-weight: normal; */
} 
@font-face {
font-family: "Bloodscriptitalicpersonalus2"; 
src: url("fonts/Bloodscriptitalicpersonalus2.otf") ; 
/*font-style: normal; 
font-weight: normal; */
} 
@font-face {
font-family: "YourDreamsDemoBrush"; 
src: url("fonts/YourDreamsDemoBrush.ttf") ; 
/*font-style: normal; 
font-weight: normal; */
} @font-face {
font-family: "BlackPhantomPersonalUseOnlyItalic"; 
src: url("fonts/BlackPhantomPersonalUseOnlyItalic.otf") ; 
/*font-style: normal; 
font-weight: normal; */
font-family: "BlackPhantomPersonalUseOnlyRegular"; 
} @font-face {
src: url("fonts/BlackPhantomPersonalUseOnlyRegular.otf") ; 
/*font-style: normal; 
font-weight: normal; */
} 


.edit_engine{
	height: 38px;
}
.edit_engines{
	left: 0px;
}

.engine_active:hover{
	opacity: 0.8;
	cursor: pointer;
}

/*  .refresh{
    animation: 0.11s refresh linear infinite; 
    border-radius: 100%;

  }.refresh:hover{
    transition: 4.4s;
    animation: 44s refresh linear infinite; 
    cursor: pointer

  } */
  .checkmate_engine{
    animation: 0.01s refresh linear infinite; 
    border-radius: 100%;

  }.checkmate_engine:hover{
    transition: 4.4s;
    animation: 44s refresh linear infinite; 
    cursor: pointer

  }

   @keyframes refresh{
        0%{   transform: rotate(0deg);
         color: rgb(255,0,0);
        box-shadow: 0px 0px 40px rgb(255,0,0) inset;
        }
        8%{ box-shadow: 0px 0px 40px rgb(255,127,0) inset;
            color: rgb(255,127,0);
        }
        16%{ box-shadow: 0px 0px 40px rgb(255,255,0) inset;
            color: rgb(255,255,0);
        }
        25%{ box-shadow: 0px 0px 40px rgb(127,255,0) inset;
            color: rgb(127,255,0);
        }
        33%{ box-shadow: 0px 0px 40px rgb(0,255,0) inset;
            color: rgb(0,255,0);
        }
        41%{ box-shadow: 0px 0px 40px rgb(0,255,127) inset;
            color: rgb(0,255,127);
        }
        50%{ box-shadow: 0px 0px 40px rgb(0,255,255) inset;
            color: rgb(0,255,255);
        }
        58%{ box-shadow: 0px 0px 40px rgb(0,127,255) inset;
            color: rgb(0,127,255);
        }  
        66%{ box-shadow: 0px 0px 40px rgb(0,0,255) inset;
            color: rgb(0,0,255);
        }
        75%{ box-shadow: 0px 0px 40px rgb(127,0,255) inset;
            color: rgb(127,0,255);
        }
        83%{ box-shadow: 0px 0px 40px rgb(255,0,255) inset;
            color: rgb(255,0,255);
        }
        91%{ box-shadow: 0px 0px 40px rgb(255,0,127) inset;
            color: rgb(255,0,127);
        }   100%{transform: rotate(180deg);color: rgb(255,0,0); box-shadow: 0px 0px 40px rgb(255,0,0) inset;}
}

 .refresh_menu:hover{
    transition: 4.4s;
    animation: 0.11s refresh linear infinite; 
    cursor: pointer

  }
 .something{
  text-align: center;
  font-family: nightmare; 
 }.something > a{
  text-decoration: none;
  color: white;
 }
.something_top_index{
	 
	/*margin-top: -23px;*/ margin-top: -146px;}

.link_text{
text-decoration: none;
}


  .push-the-tempo-1 {
            animation: 0.3s push-the-tempo infinite;
        }
        .push-the-tempo-2 {
            animation: 0.2s push-the-tempo infinite;
        }
        .push-the-tempo-3 {
            animation: 0.1s push-the-tempo infinite;
        }
        @keyframes push-the-tempo {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
        .push-the-tempo-1{opacity:1;}
        .push-the-tempo-2 {
            opacity: 1;
        }
        .push-the-tempo-3 {
            opacity: 1;
        }
        .push-the-tempo-wrapper{
        /* font-size: 13px;
		
		bottom: 3px;?*/
		opacity:0.1;
		position: relative;
        }



        .menu{

/*display: none;
width: 330px;
    left: calc(50% - 165px );
    position: fixed;
    top: 21px;
    background: #000000a8;
    text-align: center;    z-index: 999999999999;*/
        display: none;
    width: auto;
    left: 1px;
    position: fixed;
    top: 39px;
    background: #000000a8;
    text-align: left;
    z-index: 999999999999;
        }

        .page{
        	text-align: center;
			word-break: break-word;
			padding: 0px 20px; /*?*/
        }

   .keyname_button{

    cursor: pointer;
    border: 1px solid #161616;
    box-shadow: 0px 0px 2px white inset;
    background: #000000;
    color: black;
   }.key_button{

    cursor: pointer;
    border: 1px solid #161616;
    box-shadow: 0px 0px 2px white inset;
    background: #000000;
    color: black;
   }
   .key_button > img{
   }
 .button_option{
       cursor: pointer;
    border: 1px solid #161616;
    box-shadow: 0px 0px 2px white inset;
    background: #000000;
    color: white;
    padding:2px;
 }
   .link_menu:hover{
   	opacity: 0.8;
	cursor: pointer;

   } .link_menu{
    text-decoration: none; background-color: #0000006b; 
   }

   .plus{
    color:#e6ff81;
    font-size: 22px;
    padding: 0px 8px 2px 8px;
   }

   .point_pumping_block{
    box-shadow: 0px 0px 5px inset #7b7b7b54;
    padding: 7px;
    margin: 7px;
    overflow-wrap: anywhere;
    display: inline-block;
    border-radius: 19%;
	background:black;
   }.point_pumping_block_2{
    box-shadow: 0px 0px 5px inset #7b7b7b54;
    padding: 7px 7px 4px 7px;
    margin: 7px;
    display: inline-block;
    border-radius: 19%;
   }
   .point_pumping_block_input{
    width: 144px;
   }
   .form_keyname{text-align: center; display: block; margin-top: 0px;margin-bottom: 0px;}
.form_key{text-align: center; display: block; margin-top: 2px;margin-bottom: 0px;
position: fixed;
top:33%;
left: calc(50% - 120px);
width: 240px;
z-index:10; /*999*/
background: #000000cc;
   }

.form_host_cannot_increase_points_itself{text-align: center; display: block; margin-top: 2px;margin-bottom: 0px;
position: fixed;
top:42%;
left: calc(50% - 120px);
width: 240px;
z-index: 99999999;
background: #000000cc;
   }

   .form_image_show{    text-align: center;
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    position: fixed;
    top: 10%;
    left: calc(5%);
    width: 90%;
    height: 90%;
    z-index: 99999999;
    background: #000000cc;
   }



   .form_delete{text-align: center; display: block; margin-top: 2px;margin-bottom: 0px;
position: fixed;
top:38%;
left: calc(50% - 120px);
width: 240px;
z-index: 99999999;

   }
.window_box_copyright{text-align: center; display: none; margin-top: 2px;margin-bottom: 0px;
position: fixed;
top:38vh; /*38%;*/
left: calc(50% - 120px);
width: 240px;
z-index: 99999999; 
box-shadow: 0px 0px 10px black inset;
   }
.Creative_Commons_Text:hover{color:grey;}   
   
   .under_form_key{

    color: magenta;
    background: black;
    display: inline;

   } .under_form_branch{

    /*color: #9aff81;*/
	color: white;
    background: black;
    display: inline;

   }


   .keyname{background: black; color:white;}

   .action_engine{margin: 5px 8px;cursor: pointer; height: 33px;}

   .action_button{
   cursor: pointer;
	/* 
	earlier
	border: 1px solid #161616;
    box-shadow: 0px 0px 1px white inset; #1e1e1e #0a0a0a */
	border: 1px solid #1e1e1e;
    box-shadow: none ;
    background: #000000;
    border-radius: 0px;
    color: white;
    display: inline-block;
    padding: 3px 3px;
    text-decoration: none;
}
.action_button_2{
	position:relative;
   cursor: pointer;
    border: 1px solid #161616;
    box-shadow: 0px 0px 1px white inset;
    background: #000000;
    border-radius: 0px;
    color: white;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
}

.background{ background: #000000a8; width: 100%;height: 100vh; position: fixed; 
            /* Позиционирование в потоке документа */ top: 0px; left: 0px; z-index: 1;}
.background_le{ background: #000000a8; width: 100%; height: 100vh; top: 0px; left: 0px; position: fixed;z-index: 1;}
.background_2{  display:none;
background: #000000a8; width: 100%; height: 100vh; top: 0px; left: 0px; position: fixed;
z-index: 999999;}
.background_inside{
	z-index: -1;
	background: #000000a8; width: 100%; height: 100vh; top: 0px; left: 0px; position: fixed;}


.background_gr{ background: #000000a8; width: 100%; height: 100vh; top: 0px; left: 0px; position: fixed;z-index: -1;}

.background_menu{
	 background: #000000a8; width: 100%;height: 100vh; position: fixed; 
     top: 0px; left: 0px; z-index:-1;
}


.grimmoire_box{z-index:9999;position: relative;}

.grimmoire_box_top_wrapper{}

.delete_button{
	color: red;
    background-color: black;
    cursor: pointer;
    background: #000000;
    padding: 0px 9px 0px 9px;
    font-size: 18px;
	border-radius: 72%;  
	/*
	color: #ff0000;
    box-shadow: -2px -1px 2px inset;
   */	
}
.delete_button_DELETE_MINE_KEYNAME{
	color: red;
    background-color: black;
    cursor: pointer;
    background: #000000;
    padding: 0px 9px 0px 9px;
    font-size: 18px; box-shadow: 0px 0px 10px red;
}
.delete_button:hover{opacity:0.8; box-shadow: 0px 0px 10px red;
/*animation: 3s delete_button infinite;*/
}
.delete_button_DELETE_MINE_KEYNAME:hover{opacity:0.8; box-shadow: 0px 0px 10px red;}

@keyframes delete_button {
/*  may be del*/
0%{box-shadow: 0px 0px 2px inset;}
12.5%{box-shadow: -2px 0px 2px inset;}
25%{box-shadow: -4px 0px 2px inset;}
37.5%{box-shadow: -2px 0px 2px inset;}
50%{box-shadow: 0px 0px 2px inset;}
62.5%{box-shadow: 2px 0px 2px inset;}
75%{box-shadow: 4px 0px 2px inset;}
87.5%{box-shadow: 2px 0px 2px inset;}
100%{box-shadow: 0px 0px 2px inset;}
}


.link_account_top{
 padding: 7px;   
}
.link_account{

margin: 1px 0px;
display: inline-block;
	       
    color: white;

}.link_account:hover{
	
	      
}
.points_engines_under{padding: 10px;
    display: inline-block;}
a{
	color: magenta;
}

.markdown_tbody tr{
	box-shadow: 0px 0px 13px grey inset;
}.markdown_tbody td {
    padding: 0px 9px;
}

.grim_details{
/*padding: 4px;
 
    border: 1px solid #161616;
    box-shadow: 0px 0px 2px white inset;*/
    background: #000000;
    color: white;
    display: inline-block;

}
.grim_details summary{
    cursor: pointer;
}
.grim_summary{
cursor: pointer; cursor: pointer;
}

.name_edit{
	    margin: 0px 0px 3px 0px;
}

.delete_keyname{
    color: red;
    text-decoration: none;
}.delete_keyname span{
    color: red;
    text-decoration: none;    font-size: 8px;
}


.menu_spiral{
	border-radius: 100%;width: 36px;
}

.player_table_top{
	position: fixed; top: 3px; right: 5px; z-index: 999;
}


.textarea_letter{
	width: 100%;
    max-width: 100%;
    background: black;
    text-align: center;
    color: white;
    height: 100px;
    overflow-y: scroll;
}

.button_checkbox{
    position: relative;
    top: 2px;
}

.button_brainwasher{    border: 1px solid #161616;
    box-shadow: 0px 0px 2px white inset;
    padding: 0px 5px 4px 5px;
    display: inline-block;
    margin: 2px;}

.line_code_wrapper{position: relative;display: inline-block;width: 350px;height: 440px;top: 0px;left: calc(50% - 175px);overflow: hidden;}

#line_code_1{color: red;width: 440px;}
#line_code_2{color: lime;width: 440px;}
#line_code_3{color: aqua;width: 440px;}
#line_code_4{color: magenta;width: 440px;}
#line_code_5{color: yellow;width: 440px;}
 

.menu_player{
	
    
	display: none;
    top: 33vh; /* ViewPort браузера - Абсолютно важно именно vh, чтобы избежать фризов. for mobile, mainly */
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
	 height: 100%; 
	
}

/*.menu_player_button{height: 36px;border-radius: 100%;box-shadow: 0px 2px 2px white;}*/
.menu_player_button{
	opacity:0.1; transition: 3s; z-index:2;} 
.menu_player_button:hover{/*height: 27px;*/ /*animation: 3s opacity_1;*/ opacity:1; }


@keyframes opacity_1 {

0%{opacity:0;}
100%{ opacity:1; }
}

.engin_img_pump_up{
      position: relative;
    top: 2px;
}
.engin_img_pump_up_2{
      position: relative;
    top: 1px;
	
}


/*.star_letters_actions:hover{
    box-shadow: 0px 0px 6px gold inset !important;
    border-color: gold !important;
}.branch_letters_actions:hover{
        box-shadow: 0px 0px 6px lime inset !important;
        border-color: lime !important;
}*/

.cross_delete_point{
    position: absolute;
    top: 0px;
    right: 0px;box-shadow: 0px 0px 10px red;
    border-radius: 100%;
}
.cross_delete_point:hover{
    box-shadow: none;
    opacity: 0.7;
}

/*.lulz{
    
    position: relative;
    top: 3px;

}.lulzing{
    
    position: relative;
    top: 3px;

}*/


.engine_dealer_item:hover{
/*animation: 0.66s glint forwards;
*/}
 
@keyframes glint{
    0%{}
    50%{opacity:0.6;}
    100%{opacity:1; transform: rotate(2160deg); }
}


.deal_engine_box:hover  image{
box-shadow:none !important;
}


.button {
    background: black;
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
   /* cursor: default;*/
    box-sizing: border-box;
  
    margin: 0em;
    padding: 1px 6px;
   /* border-width: 2px;*/
  /*  border-style: outset;*/
/*  border-color: buttonborder;*/
    border-image: initial;
}

.engine {
  position: relative;
}

/* schield */


html {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
::-webkit-scrollbar {
  width: 0px; 
}
.portals_wrapper::-webkit-scrollbar {
	 width: 17px; 
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgb(0 0 0 / 20%) inset;
   /* background-color: #464646; */
	background-color: #060607; /* */
}

::-webkit-scrollbar-thumb {
    /* background: #121212;*/
	   background: #686868;
}


.engine_for_text {
    bottom: -2px;
	position:relative;
}


.marquee_container {
	  display: inline-block;
	  overflow: hidden;
	}
	.close_me_red{
		background: #ff00005e;
		box-shadow: 0px 0px 18px red;
		cursor: pointer;font-family: monospace;
	}
	.close_me_transparent{
		cursor: pointer;width: 40px;font-family: monospace;
	}
	.marquee_content {
	  display: inline-block;
	  white-space: nowrap;
	  animation: marquee_left 2s linear infinite; 
	}
	
	.marquee_container:hover{
		background: transparent !important;
	}
	
	@keyframes marquee_left {
	  0% { transform: translateX(100%); }
	  100% { transform: translateX(-100%); }
	}