.login_box {
    border: 0px;
    width: 300px;
    padding: 15px;
    font-size: 15px;
    min-height: 130px;
    position: absolute;
    font-weight: bolder;
    border-radius: 10px;
    top: calc(50% - 115px);
    left: calc(50% - 165px);
    font-family: sans-serif;
    color: rgba(0,0,0,0.5);
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* text-shadow: 1px 1px 2px rgba(255,255,255,0.1); */
    /* box-shadow: -2px 0px 5px inset #252525, 2px 0px 5px inset #252525, 0px -2px 5px inset #252525, 0px 2px 5px inset #252525; */
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.5), -1px 0px 1px rgba(255,255,255,0.5), 0px 1px 1px rgba(255,255,255,0.5), 0px -1px 1px rgba(255,255,255,0.5); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    background-color: rgba(255,255,255,0.1);
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.loginBoxLabel {
    width: calc(100% - 30px);
    position: absolute;
    text-align: center;
    color: #000000;
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.5), -1px 0px 1px rgba(255,255,255,0.5), 0px 1px 1px rgba(255,255,255,0.5), 0px -1px 1px rgba(255,255,255,0.5); */
}

.loginEmailLabel {
    width: 200px;
    margin-left: 0px;
}

.loginEmailInput {
    border: 0;
    width: 98%;
    outline: 0;
    margin-top: 30px;
    margin-left: 1%;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    background-color: rgba(255, 255, 255, 0.1);
    /* box-shadow: 1px 0px 3px inset #111111, 0px 1px 3px inset #111111, -1px 0px 3px inset #111111, 0px -1px 3px inset #111111; */
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.5), -1px 0px 1px rgba(255,255,255,0.5), 0px 1px 1px rgba(255,255,255,0.5), 0px -1px 1px rgba(255,255,255,0.5); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.loginEmailInput::placeholder {
    color: #000000;
}

.loginPasswordLabel {
    width: 200px;
    margin-left: 0px;
}

.loginPasswordInput {
    border: 0;
    width: 98%;
    outline: 0;;
    margin-top: 5px;
    margin-left: 1%;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    font-weight: bolder;
    padding: 10px 0px 10px 0px;
    background-color: rgba(255, 255, 255, 0.1);
    /* box-shadow: 1px 0px 3px inset #111111, 0px 1px 3px inset #111111, -1px 0px 3px inset #111111, 0px -1px 3px inset #111111; */
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.5), -1px 0px 1px rgba(255,255,255,0.5), 0px 1px 1px rgba(255,255,255,0.5), 0px -1px 1px rgba(255,255,255,0.5); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.loginPasswordInput::placeholder {
    color: #000000;
}

.loginSubmit {
    border: 0;
    width: 98%;
    height: 40px;
    margin-top: 5px;
    margin-left: 1%;
    border-radius: 5px;
    font-weight: bolder;
    /* background-color: #22bbff;
    box-shadow: 1px 0px 3px inset #111111, 0px 1px 3px inset #111111, -1px 0px 3px inset #111111, 0px -1px 3px inset #111111; */
    color: rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.1);
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.25), -1px 0px 1px rgba(255,255,255,0.25), 0px 1px 1px rgba(255,255,255,0.25), 0px -1px 1px rgba(255,255,255,0.25); */
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.loginSubmit:hover {
    color: #000000;
    background-color: rgba(33,179,239,0.5);
    /* text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.75),-1px 0px 5px rgba(255, 255, 255, 0.75),0px 1px 5px rgba(255, 255, 255, 0.75),0px -1px 5px rgba(255, 255, 255, 0.75); */
    box-shadow: 0px 1px 5px inset rgba(33, 179, 239, 0.75), 0px -1px 5px inset rgba(33, 179, 239, 0.75), 1px 0px 5px inset rgba(33, 179, 239, 0.75), -1px 0px 5px inset rgba(33, 179, 239, 0.75);
}

.loginEmailInput:-webkit-autofill,
.loginEmailInput:-webkit-autofill:hover,
.loginEmailInput:-webkit-autofill:focus,
.loginEmailInput:-webkit-autofill:active,
.loginEmailInput:-webkit-autofill:valid {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    -webkit-box-shadow: 1px 0px 3px inset #111111, 0px 1px 3px inset #111111, -1px 0px 3px inset #111111, 0px -1px 3px inset #111111;
    -webkit-text-fill-color: #fff;
    font-weight: 300!important;
}

.loginPasswordInput:-webkit-autofill,
.loginPasswordInput:-webkit-autofill:hover,
.loginPasswordInput:-webkit-autofill:focus,
.loginPasswordInput:-webkit-autofill:active,
.loginPasswordInput:-webkit-autofill:valid {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    -webkit-box-shadow: 1px 0px 3px inset #111111, 0px 1px 3px inset #111111, -1px 0px 3px inset #111111, 0px -1px 3px inset #111111;
    -webkit-text-fill-color: #fff;
    font-weight: 300!important;
}

.alertLine {
    padding: 5px;
    min-height: 25px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    width: calc(100% - 14px);
    border: 2px solid #FFFFFF;
    background-color: #FF0000;
}

/* Belépés után */
.welcome_text {
    margin-top: 15px;
    margin-left: 1%;
    /* color: #FFFFFF; */
}

.companyList {
    top: 10%;
    width: 400px;
    padding: 5px;
    font-size: 20px;
    margin-left: 10px;
    overflow-y: scroll;
    position: absolute;
    border-radius: 20px;
    height: calc(90% - 102px);
    /* border: 1px solid #FFFFFF;s */
    background-color: rgba(255,255,255,0.1);
    /* box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.list_title {
    margin: 0;
    float: left;
    width: 355px;
    height: 35px;
    /* color: #FFFFFF; */
    line-height: 35px;
    text-align: center;
    font-weight: bolder;
    border-radius: 18px 0px 0px 0px;
    /* border: 1px solid #FFFFFF; */
}

.companyList::-webkit-scrollbar {
    display: none;
}

.companyButton {
    padding: 0;
    float: left;
    width: 320px;
    height: 35px;
    font-size: 14px;
    margin-top: 5px;
    line-height: 35px;
    border-radius: 0px;
    text-align: center;
    font-weight: bolder;
    color: rgba(0,0,0,0.75);
    background-color: rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
    /* text-shadow: 1px 0px 1px rgba(255,255,255,0.5), -1px 0px 1px rgba(255,255,255,0.5), 0px 1px 1px rgba(255,255,255,0.5), 0px -1px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
    /* background-color: rgba(50, 179, 239, 0.25);
    text-shadow: 0px 0px 2px rgba(255,255,255,0.3);
    box-shadow: 0px 1px 15px inset rgba(50, 179, 239, 0.25), 0px -1px 15px inset rgba(50, 179, 239, 0.25), 1px 0px 15px inset rgba(50, 179, 239, 0.25), -1px 0px 15px inset rgba(50, 179, 239, 0.25); */
}

.companyButton:nth-child(2) {
    margin: 0;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    border-radius: 0px 16px 0px 0px;
}

.companyButton:hover {
    cursor: pointer;
    background-color: rgba(33,179,239,0.5);
    box-shadow: 0px 1px 5px inset rgba(33, 179, 239, 0.75), 0px -1px 5px inset rgba(33, 179, 239, 0.75), 1px 0px 5px inset rgba(33, 179, 239, 0.75), -1px 0px 5px inset rgba(33, 179, 239, 0.75);
}

.companyButton p {
    margin: 0;
    padding: 0;
}

.companyEditButton {
    padding: 0;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 35px;
    text-align: center;
    /* border-radius: 40px; */
    font-weight: bolder;
    color: rgba(0,0,0,0.75);
    background-color: rgba(0,0,0,0.2);
    font-family:'Times New Roman', Times, serif;
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
    /* text-shadow: 0px 0px 2px rgba(255,255,255,0.3);
    box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.companyEditButton:hover {
    cursor: pointer;
    background-color: rgba(33,179,239,0.5);
    box-shadow: 0px 1px 5px inset rgba(33, 179, 239, 0.75), 0px -1px 5px inset rgba(33, 179, 239, 0.75), 1px 0px 5px inset rgba(33, 179, 239, 0.75), -1px 0px 5px inset rgba(33, 179, 239, 0.75);
}

.companyDeleteButton {
    padding: 0;
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 35px;
    text-align: center;
    /* border-radius: 40px; */
    font-weight: bolder;
    color: rgba(0,0,0,0.75);
    /* border: 1px solid #000000; */
    background-color: rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease-in-out, 0.3s ease-in-out;
    /* text-shadow: 0px 0px 2px rgba(255,255,255,0.3);
    box-shadow: 0px 1px 5px inset rgba(255, 255, 255, 0.25), 0px -1px 5px inset rgba(255, 255, 255, 0.25), 1px 0px 5px inset rgba(255, 255, 255, 0.25), -1px 0px 5px inset rgba(255, 255, 255, 0.25); */
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
        0 0 0 1px hsla(0, 0%, 0%, 0.05),
        0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
        0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
        0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

/* .companyDeleteButton svg {
  filter: drop-shadow(0px 0px 1px rgb(255 255 255 / 1));
} */

.companyDeleteButton:hover {
    cursor: pointer;
    background-color: rgba(33,179,239,0.5);
    box-shadow: 0px 1px 5px inset rgba(33, 179, 239, 0.75), 0px -1px 5px inset rgba(33, 179, 239, 0.75), 1px 0px 5px inset rgba(33, 179, 239, 0.75), -1px 0px 5px inset rgba(33, 179, 239, 0.75);
}

.deleteBox {
    z-index: 3;
    padding: 5px;
    width: 250px;
    height: 75px;
    display: none;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    font-weight: bolder;
    top: calc(50% - 25px);
    left: calc(50% - 125px);
    color: rgba(0,0,0,0.85);
    border: 1px solid #FFFFFF;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 10px inset rgba(0,0,0,1);
    text-shadow: 1px 1px 5px rgba(255,255,255,0.5), -1px -1px 5px rgba(255,255,255,0.5);
}

.deleteYesButton {
    left: 0;
    bottom: 0;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    width: calc(50% - 2.5px);
    border-top: 1px solid #000000;
    border-radius: 0px 0px 0px 10px;
    border-right: 1px solid #000000;
    box-shadow: 0px 0px 20px inset rgba(0, 255, 0, 0.75);
}

.deleteYesButton:hover {
    cursor: pointer;
    background-color: rgba(0, 255, 0, 0.5);
}

.deleteNoButton {
    padding: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    width: calc(50% - 2.5px);
    border-top: 1px solid #000000;
    border-radius: 0px 0px 10px 0px;
    border-left: 1px solid #000000;
    box-shadow: 0px 0px 20px inset rgba(255, 0, 0, 0.75);
}

.deleteNoButton:hover {
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.5);
}