*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

button{
    width: 80px;
    height: 40px;
    color: white;
    background-color: rgb(58, 58, 58);
    border-radius: 5px;
    text-decoration: none;
    border: none;
}
#hand{
    transition: 500ms;
    position: fixed;
    z-index: 1000;
    height: 10%;
    right: 14.25vw;
    bottom: -30vh; /*0*/
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable{
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

/* LEVEL 1 / 2 */


.taskDivChanger{
    width: 90%;
    overflow-wrap:break-word;
    margin: 8% auto 1% auto;
    padding: 2%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.taskBarIcon{
    text-align: center;
    height: 80%;
    width: 3%;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border-bottom: 2px solid grey;
    cursor: pointer;
}

.Answer_div{
    display: block;
    margin: 8% 4px 0 4px;
}
.Answer_div p{
    display: inline-block;
}

.Password_INP{
    padding: 10px;
    margin: 0 5%;
    border: none;
    border-radius: 3px;
    color:grey;
    width: 25%;
}

#LEVEL3obrazek{
    z-index: 7;
    position:absolute;
    display: none;
    width: 100%;
    height: 91%;
    margin: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}


  /*///////////*/
 /* Convertor */
/*///////////*/

.main_div_convertor{
    display: flex;
    margin: 4%;
    text-align: center;
}

.INOUT{
    margin: 30px auto 20px auto;
}


.INOUT button{
    width: 12%;
    padding: 10px 0;
    border-radius: 2px;
    border: none;
}
.convertor_INP{
    background-color: rgb(58, 58, 58);
    color: white;
    border: none;
    width: 50%;
    padding: 10px 5px;
    display: inline;
}
#background_convertor{
    border-radius: 5px;
    height: 80%;
    padding: 0;
    margin: auto;
}
#ConvertBTN,#CopyBTN{
    margin: 3%;
    width: 70px;
    height: 30px;
    border: none;
    border-radius: 2px;
}
/*WHEEL*/
#resetWheel {
    z-index: 12;
    width: 80px;
    height: 80px;
    color: white;
    background-color: rgba(0,0,0,.1);
    border-radius: 40px;
    text-decoration: none;
    border: none;
}
#setWheel_div{
    z-index: 12;
    text-align: right;
    margin-right: 10px;
    margin-top: -31px;
    position: absolute;
    margin-left: 275px;
}
#setWheelInput{
    z-index: 13;
    width: 40px;
    height: 20px;
    color: black;
    background-color: White;
    border-radius: 1px;
    text-decoration: none;
    border: none;
}
#setWheelButton{
    z-index: 13;
    width: 30px;
    height: 20px;
    color: white;
    background-color: #b0916e;
    border-radius: 1px;
}
#target:hover, #resetWheel:hover {
    cursor: pointer;
}

.ceaser-wheel {
    margin: 3% 38px 2% auto;
    display: flex;
    justify-content: center;
    /*background-color: black;*/
    width: 300px;
    height: 300px;
    align-items: center;
}
.ceaser-wheel #wheel{
    z-index: 10;
    position: absolute;
    width: 300px;
    height: 300px;
}
.ceaser-wheel #target {
    z-index: 11;
    width: 300px;
    height: 300px;
    position: absolute;
}
/*Login screen*/
#loginscreen {
    z-index: 99;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../images/general/LoginBackground.png");
}
#loginContent{
    margin-top: 15%;
}
#loginContent img{
    margin-bottom: 10px;
    border-radius: 500px;
    height: 150px;
}
#ProfilePicture{
    border: #5187b5 solid 2px;
    background: rgba(0,0,0,.35);
    aspect-ratio: 1/1;
}
#username,
#userpassword{
    margin-top: 5px;
    padding: 10px;
    background-color: rgba(137, 137, 137, 0.8);
    border: hidden;
    border-radius: 10px;
    color: rgba(226, 226, 226, 0.7);
}
#username:hover,
#userpassword:hover{
    background-color: rgba(226, 226, 226, 0.8);
    color: rgba(48, 48, 48, 0.7);
}
#submitlogin{
    margin-top: 5px;
    padding: 5px 14px;
    background-color: rgba(226, 226, 226, 0.5);
    border: hidden;
    position: relative;
    top: -41.5px;
    left: 115px;
    font-size: 20px;
    color: rgb(61, 61, 61);
    border-radius: 100px;
}
#submitlogin:hover{
    background-color: rgba(137, 137, 137, 0.8);
    color: rgba(226, 226, 226, 0.7);
}
#showButton{
    margin-top: 5px;
    height: 25px;
    width: 25px;
    position: relative;
    top: -76.5px;
    left: 54%;
    border-radius: 2px;
}
#showButton:hover{
    cursor: pointer;
}
#showButton img{
    height: 100%;
    width: auto;
}
#wrongLoginText{
    margin-top: 15px;
    position: relative;
    color: white;
}
#tajenka{
    font-size: 20px;
}
/*web browser*/
#browserHeader{
    width: 100%;
    height: 10%;
    background-color: rgba(147, 147, 147, 0.5);
}
#controlBtn,
#magnifierBtn{
    height: 80%;
    float: left;
    margin: 4px 10px 0 10px;
    cursor: pointer;
}
#magnifierBtn{
    float: right;
}
#browserSearchBar{
    margin-top: 1%;
    height: 60%;
    width: 60%;
    border: none;
    border-radius: 2px;
}
#browserTabs{
    width: 100%;
    height: 5%;
    background-color: rgba(147, 147, 147, 0.5);
}
#browserTab{
    height: 100%;
    margin-left: 5px;
    width: auto;
    cursor: pointer;
    float: left;
}
#browserTab img{
    margin: 1px 10px;
    height: 90%;
    float: left;
}
#browserTab p{
    color: black;
    font-size: smaller;
    float: left;
}
#main_webbrowser_div{
    height: 80%;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: white;
}

/*ENIGMA*/
#Enigma_mainDiv{
    text-align: left;
}
.LED-Class, .KB-Class{
    margin-top: 10px;
    width: 95%;
    height: 30px;
    display: inline-flex;
}
.LED, .KB, .neonText, .KB-Pressed {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    background: black;
    margin: auto; 
}

#LED2, #KB2 { width: 85%;}
#LED1 { margin-top: 10px;}
#KB1 { margin-top: 10px;}

.neonText, .LED {
    border: 1px solid black;
}

.KB {
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 4px;
}
.KB-Pressed{
    background-color: #000000;
    border: 1px solid white;
    /*border-top: 3px solid white;*/ /*chtěl bych aby to tam bylo, ale kazí to vzhled, pokud se ti chce, podívej se na to*/
}
#KeyboardAndLEDs{
    width: 450px;
    height: 280px;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 15px auto 10px;
    border-radius: 5%;
    border: 1px solid #F51F84;
}
#KeyboardAndLEDs hr{
    margin-top: 20px;
    border: 1px solid black;
}
.neonText {
    background: #e86da8;
    color: white;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow:
            0 0 7px #fff,
            0 0 10px #fff,
            0 0 21px #fff,
            0 0 42px #0fa,
            0 0 82px #0fa,
            0 0 92px #0fa,
            0 0 102px #0fa,
            0 0 151px #0fa;
}
#typeBox{
    width: 300px;
    height: 30px;
    background: transparent;
    text-decoration: none;
    border: none;
    color: white;
    text-align: center;
}
input:focus, select:focus {
    outline: none;
}
#EnigmaInput_div{
    width:175px;
    margin: 100px auto;
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    /*flex: left;*/ /*HÁZÍ ERROR*/
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5%;
    border: 1px solid #2271BA;
}

.arrowUP, .arrowDOWN{
    width: 0;
    height: 0;
    background-color: transparent;
    border: solid 25px;
    border-color: transparent transparent #5c6ab6;
    margin-bottom: 5px;
}
.arrowDOWN{
    border-color: #5c6ab6 transparent transparent transparent;
}
.EnigmaInput{
    width: 25px; height: 25px;
    border-radius: 4px;
    font-size: 15px;
    color: black;
    text-align: center;
    background-color: white;
    margin: 5px auto;
    align-items: center;
}
#rotorSwap1, #rotorSwap2, #rotorSwap3{
    background-color: black;
    margin-bottom: 10px;
    position: absolute;
    z-index: 3;
    border-color: #2271ba;
    color: white;
}
#rotorSwap1{
    bottom: -1%;
    left: 9%;
}
#rotorSwap2{
    bottom: -1%;
    right: 41.5%;
}

#rotorSwap3{
    bottom: -1%;
    right: 9%;
}

#telephone{
    transition: 200ms;
    z-index: 100;
    position: fixed;
    width: 200px;
    bottom: -370px;
    right: -10px;
}
#telephone-arrow{
    transition: 500ms;
    z-index: 100;
    position: fixed;
    bottom: 25px;
    right: 65px;
    height: 50px;
    opacity: 30%;
}
#telephone-button-messages{
    position: fixed;
    bottom: 15px;
    right: 119px;
    width: 39px;
    height: 39px;
}
#telephone-button-messages-back{
    z-index: 103;
    position: fixed;
    bottom: 11px;
    right: 18px;
    width: 193px;
    height: 48px;
}
#telephone-button-none{
    position: fixed;
    opacity: 0;
    z-index: 0;
}
#telephone-button-open-conversation{
    z-index: 0;
    position: fixed;
    bottom: 312px;
    right: 10px;
    width: 210px;
    height: 50px;
}
#twoFactorCode{
    position: fixed;
    bottom: 91px;
    right: 50px;
    z-index: 103;
    color: white;
    font-size: 12px;
}
#showEnigmaManual{
    position: absolute;
    top: 160px;
}
#generated_code{
    position: absolute;
    z-index: 100;
    color: white;
    width: 100%;
    text-align: center;
    top: max(380px,50%);
    font-size: 35px;
}
/* NEW CSS PRO PURKIADA 2023 */
