body {
	margin: 0;
	background: rgb(235 235 235);
}


* {
font-family: 'Quicksand', sans-serif;
}

a {
color: rgb(40 40 40);
text-decoration: none;
}

a:hover {
color: rgb(0 0 0);
}

.button {
background: rgb(136 195 253);
    border: 1px solid rgb(44 134 224);
    border-radius: 5px;
    color: rgb(24 105 185);
    cursor: pointer;
    width: 90px;
    padding: 7px 0px;
text-align: center;
}

.button:hover {
background: rgb(44 134 224);
    border: 1px solid rgb(44 134 224);
    color: rgb(255 255 255);
}

.img_cont {
background-image: url("../img/3375.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
z-index: -100;
}

.pass {
border: 1px solid rgb(155 155 155);
    border-radius: 5px;
}

.pass.kom {
border: 1px solid rgb(155 155 155);
    border-radius: 5px;
padding: 5px;
    width: 535px;
}

.pass.reg {
border: 5px solid rgb(212 212 212);
    border-radius: 10px;
padding: 5px;
    width: 200px;
}

.pass.reg2 {
border: 1px solid rgb(212 212 212);
    border-radius: 100px;
padding: 5px;
    width: 200px;
}

.area {
width: 275px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid rgb(121 121 121);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    box-shadow: none;
    resize: none;
}

.area.ank {
    height: 50px;
}

#fileBox {
    width: 200px;
    height: 31px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    padding-left: 8px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
border-radius: 10px;
}



#load {
    width: 20px;
    vertical-align: text-bottom;
    display: none;
    margin: 0 auto;
}

#load2 {
font-weight: normal;
}

#url02 {
width: 20px;
    margin-top: 5px;
    vertical-align: text-bottom;
}

#btn {
width: 25px;
    position: absolute;
    margin: 5px 0px 0px 5px;
cursor: pointer;
}

.container {
  display: flex;
  flex-wrap: wrap;              /* boxy sa zalomia na menších obrazovkách */
  justify-content: center;      /* centrovanie horizontálne */
  align-items: center;          /* centrovanie vertikálne (v riadku) */
  gap: 16px;                    /* medzery medzi boxami */
  padding: 20px;
}

.box {
width: 80px;
    height: 80px;
    background-color: rgb(255 255 255);
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    border: 10px solid rgb(255 255 255);
}

.box:hover {

    border: 10px solid rgb(219 219 219);
}

.box i {
width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100px;
    background: rgb(40 204 14);
    margin: 55px 0px 0px 55px;
    border: 4px solid rgb(255 255 255);
}

/* hlavný kontajner */
.chat-wrapper {
    width: 500px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.chat-wrapper.mo {
width: 280px;
    padding: 10px;
    box-shadow: initial;
}

/* 1. riadok */
.chat-header {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

/* 2. riadok */
.chat-input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
overflow: hidden;
cursor: pointer;
}

.chat-icon {
float: left;
}

.chat-icon i {
width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100px;
    background: rgb(255 0 0);
    margin-left: -7px;
}

.chat-icon img {
    width: 30px;

}

.chat-input-row textarea {
    flex: 1;
    resize: none;
    height: 33px;
    padding: 8px;
border-radius: 10px;
}

/* 3. riadok */
.chat-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    font-size: 20px;
    
    margin-bottom: 15px;
}

.chat-actions img {

    cursor: pointer;

}

.chat-block {
font-size: 14px;
}

.chat-block b {
cursor: pointer;
}

/* 4. riadok */
.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
height: 325px;
    overflow-y: auto;
}

.chat-messages.mo {

height: 100%;
    overflow-y: auto;
}

.chat-message_all {
    width: 100%;
float: left;
margin-bottom: 10px;
}

/* správy */
.chat-message {
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;

}



/* moje správy – vľavo */
.sent {
    align-self: flex-start;
    background: #d1e7ff;
float: left;
}

/* prijaté správy – vpravo */
.received {
    align-self: flex-end;
    background: #e6e6e6;
text-align: right;
    float: right;
}

    .messages {
        width: 530px;
    height: 530px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: auto;
    margin-top: 10px;
	background: rgb(255 255 255);
    }

    .messages.mo {
        width: 300px;
    height: 100%;

    }

    .messages #b236 {
text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0px;
    }

    .message-zoz {
        display: flex;
        align-items: center;
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

    .message:last-child {
        border-bottom: none;
    }

    .message-avatar {
        width: 30px;
        height: 30px;
        margin-right: 10px;
	border-radius: 100px;
    	overflow: hidden;
    }

    .message-avatar img {
        

    }

    .message-text {
        flex: 1;
	font-size: 13px;
    }

    .message-text b {
        color: rgb(255 0 0);
    }

    .message-text a {
text-decoration: none;
    color: rgb(0 0 0);
    }

    .delete {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

.a0001 {
    width: 263px;
    margin: 0 auto;
    text-align: center;
}

.a0001b {
top: calc(50% - 125px);
    position: absolute;
    border: 5px solid rgb(44 134 224);
    border-radius: 200px;
    height: 224px;
    padding: 15px;
background: rgb(0 97 218);
box-shadow: 0px 0px 10px 4px rgb(44 134 224);
}


.a0002 {
font-size: 40px;
    font-weight: bold;
    color: rgb(255 255 255);
}

.a0002b {
font-size: 30px;
    color: rgb(132 193 247);
    margin-bottom: 10px;
margin-top: 40px;
}

.a0003 {
padding: 15px;
}

.a0004 {
font-size: 30px;
    font-weight: bold;
    color: rgb(255 255 255);
    float: left;
}

.a0005 {
float: right;
}

.a0006 {
float: left;
    margin-left: 10px;
}

.a0007 {
width: 50%;
    position: fixed;
}

.a0008 {
width: 50%;
    position: fixed;
    left: 50%;
}

.a0009 {
float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.a0009 img {
width: 100px;
}

.a0010 {
position: fixed;
    width: 100%;
    height: 40px;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 25%);
    z-index: 10;
    background: rgb(255 255 255);
}

.a0010b {

}

.a0011 {
float: left;
    color: rgb(0 0 0);
    font-size: 20px;
    padding: 7px;
}

.a0012 {
float: right;
padding: 7px;
}


.a0013,
.a0013b,
.a0013c {
float: left;
    margin-left: 10px;
}

.a0013 i {
width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100px;
    background: rgb(255 0 0);
    margin-left: -7px;
}

.a0013b {
display: none;
}

.a0013c {
width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 100px;
    margin: 2px 4px 2px 10px;
}

.a0013 img,
.a0013b img {
width: 26px;
cursor: pointer;
}


.a0014 {
margin-top: 0px;
    float: left;
width: 100%;
}

.a0014b {
width: 100%;
float: left;
}

.a0014c {
width: 92px;
    margin: 0 auto;
padding: 10px 0px;
}

.a0015 {
width: 211px;
    margin: 0 auto;

}

.a0016 {
margin-top: 60px;
    float: left;
}

.a0017 {
width: 100%;
    float: left;
}

.a0018 {
float: left;
    width: 100%;
    margin-top: 50px;
}

.a0019 {
position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgb(0 0 0);
    padding: 4px 8px;
    border-radius: 10px;
    color: rgb(255 255 255);
    font-size: 12px;
    cursor: pointer;
}

.a0019 b {
background: rgb(255 0 0);
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    padding: 0px 7px 0px 7px;
    margin-left: 5px;
cursor: pointer;
}

.a0019 u {
text-decoration: none;
}

.a0020,
.a0020m {
position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 77%);
    z-index: 200;
top: 0px;
display: none;
}

.a0021 {
position: absolute;
    margin: 0px 0px 0px 305px;
    cursor: pointer;
}

.a0021b {
position: absolute;
    margin: 30px 0px 0px 305px;
    cursor: pointer;
}

.a0021c {
position: absolute;
    margin: 60px 0px 0px 305px;
    cursor: pointer;
}

.a0021c b {
position: absolute;
    font-size: 9px;
    width: 15px;
    text-align: center;
    margin: 7px 0px 0px -20px;
}

.a0021 img,
.a0021b img,
.a0021c img {
width: 25px;
}

.a0022 {
width: 300px;
    margin: 0 auto;
}

.a0023 {
margin-top: 30px;
}

.a0023 img {
width: 300px;
}

.a0023b {
position: absolute;
    background: rgb(0 0 0 / 79%);
    border-radius: 10px;
    color: rgb(255 255 255);
    padding: 10px;
    margin: 10px 0px 0px 40px;
display: none;
}

.a0023b u {
text-decoration: none;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 12px;
}

.a0023b b {
    width: 20px;
    float: left;
    text-align: center;
    border-radius: 10px;
cursor: pointer;
}

.a0023b b:hover {
    background: rgb(92 92 92);
}

.a0024 {
text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.a0024 img {
width: 26px;
}

.a0025 {
width: 212px;
    margin: 0 auto;
    text-align: center;
}

.a0026 {
    position: fixed;
    z-index: 1000;
    background: rgb(255 255 255 / 65%);
    width: 100%;
    height: 100%;
display: none;
top: 0px;
}

.a0027 {
position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.a0027 img {
width: 25px;
}

.a0028 {
width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.a0029 {
width: 200px;
    margin-left: 50px;
    margin-bottom: 10px;
    background: rgb(90 90 90);
    padding: 5px 0px;
    border-radius: 10px;
    color: rgb(255 255 255);
cursor: pointer;
}

.a0029:hover {
background: rgb(30 30 30);
}

.a0030 {
display: none;
font-size: 14px;
    padding-bottom: 20px;
font-weight: bold;
}

.a0031 {

}

.a0032 {

}

.a0033 {

}

.a0034 {

}


.a0035 {

}

.a0036 {

}

.a0037 {

}


.a0038 {

}

.a0039 {

}

.a0040 {

}

@media (max-width: 500px) {

.a0010 {
    width: 100%;
border-radius: 0px;
left: 0px;
    top: 0px;
}


.a0013b {
display: block;
}

}



@media (min-width: 1200px) {

.a0010b {
    width: 1140px;
    margin: 0 auto;
}

.a0014 {
width: 1200px;
    margin: 0 auto;
    float: initial;
}


}
