@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.font-family{
    font-family: 'Lato', sans-serif;
}

body{
    margin: 0px;
    color: black;
    font-family: 'Lato', sans-serif;
    width: 100%;
    min-height: 100vh;
    text-align:center;
    background:white;
    
  /*  display: flex;
    flex-wrap: wrap;
    align-content: center; */
}

#page-wrap{
    width: 90%;
    height: auto;
    position: relative;
    margin-right: 10%;
    margin-top: 170px;
    box-shadow: 0px 0px 2px 1px #00000026;
    display: inline-block;

}

#chat-wrap                      { border: 0px solid #eee; margin: 0 0 0 0; }
#chat-area                      {     
    height: 350px;
    overflow: auto;
    border: 0px solid #666;
    padding: 0 10px;
    background: #ffffff;
    text-align: left;
    border-radius: 0px;}
#chat-area span                 { color: white; background: #333; padding: 8px 8px; -moz-border-radius: 0px; -webkit-border-radius: 0px; margin: 0 5px 0 0; }
#chat-area p{
        padding: 0px 0;
    border-bottom: 0px solid #ccc;
    color: #212121;
    line-height: 29px;
    font-size: 1rem;
        margin-bottom: 8px;
}

#name-area                      { position: absolute; top: 12px; right: 0; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }   
#name-area span                 { color: #fa9f00; }

#send-message-area p            { float: left;     color: #1d1d1d; padding-top: 27px; font-size: 14px; }
#sendie{
    border: 0px solid #d2d2d2;
    padding-left: 5%;
    width: 74%;
    padding-top: 18px;
    font: 12px "Lucida Grande", Sans-Serif;
    background: #ffffff;
    border-radius: 0PX;
    resize: none;
    color: #383838;
    float: left;
}

#chat_header{
    width: 100%;
    height: 50px;
    background: #292929;
    color: white;
    text-align: left;
}

#chat_header i{
    font-size: 2rem;
    margin: 9px;
    margin-left: 15px;
}

#chat_open{
        color: #292929;
    margin-top: 150px;
    font-size: 3rem;
    display:none;
        position: absolute;
}


.hr_light{
    border: 0;
    height: 1px;
    background: #d2d2d2;
    margin: 20px 10px;
}

.btn_blue{
        background: #292929 !important;
    display: flow-root;
    cursor: pointer;
    width: 20% !important;
    border: 0px !important;
    font-size: 22px;
    -webkit-appearance: none;
    border-radius: 0px;
    color: white !important;
    font-weight: bold;
    height: 40px;
    padding-top: 10px;
    float:right;
}

#myNav{
    width: 100%;
    height: 80px;
    background: whitesmoke;
    position:fixed;
    z-index: 100;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 8%);
}

#myNav a{
    text-decoration:none;
    color:#131523;
}

#myNav a img{
    height: 60px;
    float: left;
    margin: 10px;
}

.eload_container{
    margin-top: 150px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
    flex-flow: wrap;
}

.eload_container h1{
    padding-left: 40px;
    width: 100%;
    text-align: left;
}

.eload_1_2 h3{
        text-align: center;
    margin-top: 9px;
}

.eload_1_2 h4{
    text-align: center;
    margin-top: -10px;
    color: #565656;
}

.eload_1_2 article{
    padding-right: 40px;
    padding-left:40px;
    font-weight: 400;
}

.eload_1_2{
    width: 40%;
    margin: 5%;
    float: left;
    background: #f5f5f5;
    padding-top: 30px;
}

.eload_img{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    border-radius: 150px;
}

.prog{
    width: 80%;
    height: auto;
    padding: 5%;
    margin: auto;
    background: whitesmoke;
    text-align: left;
    margin-bottom: 32px;
    color: #3a3a3a;
}

.prog article{
    font-weight:300;
}

.prog h4{
    margin-top: 0px;
    
}

.prog h4 span{
    color: #d40000;
    font-size: 0.7rem;
    margin-left: 30px
}

#container{
    width: 100%;
    min-height: 100vh;
    background-color:whitesmoke;
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#landing_container{
    width: 100%;
    min-height: 100vh;
}

#menu{
    width: 17%;
    max-width:250px;
    height: 100vh;
    background: #4e4e4e;
    float: left;
    position:fixed;

}


@keyframes chat_alert {
    from{width:10px; height:10px;}
    to{width:20px; height:20px;}
}

#chat_alert{
    width:10px;
    height:10px;
    border-radius:20px;
    background:#d82525;
    display:none;
    position:absolute;
    animation-name:chat_alert;
    animation-duration:1s;
    animation-iteration-count: infinite;
}

#stream_container{
    height: 100vh;
    float: left;
    width: 75%;
    transition:0.2s;
    margin-left: 17%;
    
}

.oldal_menu{
    background: transparent;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    margin-left: 20px;
    text-decoration: none;
    margin-right: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-top:10px;
}

.oldal_menu:hover{
    background: #ffffff2e;
}

.oldal_menu i{
        margin-right: 10px;
}


#chat_container{
    width: 23%;
    max-width:500px;
    height: 100vh;
    display:block;
    float: left;
    transition:0.2s;
    position: fixed;
    right: 0;

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
    background: white;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    padding-top: 150px;
        
}

.login_cont{
    width: 350px;
    height: auto;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000033;
    margin-left: 10%;
}

.login_cont h1{
    color: #5f5f5f;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 0 30px;
}

.login_cont label{
    color: black;
    text-align: left;
    padding-left: 65px;
    float: left;
    font-size: 0.9rem;
}


.login_logo{
    width: 80%;
    display: inline-block;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
}

#login_check{
    width:auto;
    -webkit-appearance: checkbox;
}

.check_label{
    display: inline-flex;
}

.dpd_logo{
    width:200px;
    height:auto;
    margin:auto;
}

.vonal{
    width:200px;
    height:1px;
    border:0px;
    background-color:white;
}

.logo_container{
    width:100%;
    height:100px;
}

.logo{
    width: 150px;
    margin-left: 50px;
    margin-top: 10px;
    float: left;
}

.logo_mobil{
    height:70px;
    display:none;
}

.video_container{
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 30px;
}

.form{
    text-align: center;
    display: inline-block;
    width: 100%;
}

.form h1{
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 5px;
}

.form input{
    width: 200px;
    margin: auto;
    padding: 10px 10px;
    margin-bottom: 15px;
    background: transparent;
    color: #383838;
    border: 1px solid #cecece;
    text-align: ;
    -webkit-appearance: none;
    border-radius: 5px;
}

::placeholder {
 color:black;
 text-align:left;
 font-size:12px;
}

.btn{
    background: #292929 !important;
    display: inline-block;
    cursor: pointer;
    width: 220px !important;
    border: 0px !important;
    font-size: 12px;
    -webkit-appearance: none;
    border-radius: 0px;
    color: white !important;
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    height: 40px;
}

.btn:hover{
    background: transparent;
    color: whitesmoke;
    border: 1px solid whitesmoke;
    -webkit-appearance: none;
    border-radius:0px;
}



#error_container{
    width:100%;
    height:100vh;
    background: rgb(0 0 0 / 0.8);
    z-index:100;
    position:fixed;
    display:none;
}

.error_box{
    width: 300px;
    height: 300px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    text-align: center;
    color: #2f2f2f;
}

.error_box h1{
    display: inline-block;
    margin-top: 50px;
    font-weight: 800;
}

.error_box p{
    padding: 0px 30px;
    line-height: 22px;
    font-size: 18px;
}

.error_box a{
    padding: 10px 30px;
    color: white;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    cursor: pointer;
    background: #36A9DC;
    border-radius: 5px;

}

.error_box a:hover{
    background: rgb(47 47 47 / 0.9);
}


#menu_mobil {
    width: 100%;
    max-width: 100%;
    height: 50px;
    background: #4e4e4e;
    float: none;
    position: fixed;
    margin-top: 80px;
    display:none;
}


.display{
    display:none;
}

#focimecske{
    color:rgb(41 41 41);
}

#stream_container_mobil{
    display:none;
}






@media only screen and (max-width: 750px) {
    
#myNav a img {
    height: 30px;
    float: left;
    margin: 25px 20px;
}

#focimecske{
    margin-top: 0;
    padding: 22px;
    color: white;
    font-size: 1rem;
    text-align: left;
}

#menu_mobil {
    display:block;
}

.mobil_oldal_menu {
    color: white;
    font-size: 30px;
    padding: 7%;
    line-height: 48px;
}

.login_cont {
    width: 90%;
    margin: auto;
}

.login_cont label {
    color: black;
    text-align: left;
    padding-left: 0;
    float: left;
    font-size: 0.9rem;
}

.form {
    text-align: center;
    display: inline-block;
    width: 80%;
}
.form input {
    width: 84%;
    margin: auto;
    padding: 6% 8%;
    margin-top: 5px;
    margin-bottom: 15px;
}

#menu {
    display:none !important;
}

#chat_container{
    display:none;
}

#mobil_chat_container{
    display: inline-block;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 90px;
}

#mobil_chat_open {
    color: #467296;
    bottom: 60px;
    right: 70px;
    font-size: 3rem;
    display: block;
    position: fixed;
}


#stream_container{
    display:none;
}

#stream_container_mobil{
        height: 100vh;
    float: left;
    width: 100%;
    transition: 0.2s;
    margin-left: 0%;
    display:block;
}

#page-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
}

.eload_1_2 {
    width: 100%;}

#sendie {

    width: 70%;}
    
main {
    background: white;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    padding-top: 200px;}

}

