@import url('/public/Dismangroup/Styles/panel/style.css');

html body {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

socket {
    position: fixed;
    margin: auto;
    z-index: 100;
    width: 100vW;
    height: 100vH;
    background: transparent url('/public/files/upload/bg_Web.jpg') center center no-repeat fixed;
    background-size: cover;
    box-shadow: 3px 3px 10px rgb(55 53 53 / 55%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

socket info {
    display: none;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
}

socket transition {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}

socket transition svg#Capa_1 {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: auto;
    top: -30%;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 15px;
    border: 4px solid #f8f8f8;
    overflow: hidden;
}

socket transition svg#Capa_1 path {
    fill: #181818;
}

socket transition svg#cloud2, socket transition svg#cloud4 {
    z-index: 2;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

socket transition svg#cloud2 path, socket transition svg#cloud4 path {
    fill: #c9c8c8;
}

socket transition svg#cloud1, socket transition svg#cloud3 {
    z-index: 0;
    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
}

socket transition svg#cloud1 path, socket transition svg#cloud3 path {
    fill: #494949;
}

socket transition svg#cloud1 {
    position: absolute;
    margin: auto;
    display: block;
    top: -25px;
    width: 230px;
    left: -100px;
}

socket transition svg#cloud2 {
    position: absolute;
    margin: auto;
    display: block;
    top: 10px;
    width: 250px;
    left: -120px;
}

socket transition svg#cloud3 {
    position: absolute;
    margin: auto;
    display: block;
    bottom: 10px;
    width: 300px;
    right: -120px;
}

socket transition svg#cloud4 {
    position: absolute;
    margin: auto;
    display: block;
    bottom: 34px;
    width: 350px;
    right: -215px;
}

socket transition list {
    position: absolute;
    margin: auto;
    display: block;
    width: 350px;
    height: 170px;
    /*border: 4px solid #f8f8f8;*/
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px rgb(55 54 54 / 69%);*/
    max-width: 95%;
    max-height: 70%;
    overflow: hidden;
    right: 0;
    left: 0;
    bottom: -40%;
    top: 0;
    z-index: 3;
}

socket transition list li {
    display: block;
    position: relative;
    margin: 25px 10px;
    border: 2px solid #181818;
    height: 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #5a5a5a;
    direction: ltr;
    text-align: left;
    background: rgb(255 255 255 / 40%);
    cursor: pointer;
}

socket transition list li:after {
    content: attr(title);
    display: block;
    position: absolute;
    width: auto;
    max-width: 95%;
    overflow: hidden;
    padding: 2.5%;
    background: #181818;
    border-radius: 5px;
    z-index: 4;
    top: -22px;
    right: 10px;
    font-family: 'sans';
    font-size: 14px;
}

socket transition list li text {
    border-radius: 5px;
    position: relative;
    margin: auto;
    z-index: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-family: 'per_add';
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: center;
    cursor: text;
    color: #181818;
    font-weight: lighter;
    direction: ltr;
    cursor: pointer;
}

socket transition footer-text {
    position: fixed;
    margin: auto;
    text-align: center;
    font-size: 12px;
    font-family: 'titr_r';
    bottom: 0;
    right: 0;
    left: auto;
    color: #181818;
    z-index: 10;
    width: 100%;
    display: block;
}

socket transition button {
    cursor: pointer;
    display: block;
    position: absolute;
    width: auto;
    max-width: 95%;
    overflow: hidden;
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 5px;
    z-index: 5;
    top: 15px;
    right: 15px;
    font-family: 'sans_b';
    font-size: 15px;
    border: unset;
}

form label i, .form label i, form label svg, .form label svg {
    right: 80px !important;
}

form pre, .form pre {
   display: none;
}

socket transition chats {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
}

socket transition chats chat {
    position: relative;
    display: block;
    margin: 15px 10px 5px 10px;
    border-bottom: 2px solid rgb(74 74 74 / 50%);
    width: calc(100% - 20px);
    height: 80px;
    overflow: hidden;
    clear: both;
    background: rgb(255 255 255 / 50%);
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #2d2d2d;
}

socket transition chats chat picture, socket transition chats chat name, socket transition chats chat message {
    cursor: pointer;
    position: absolute;
    margin: auto;
    display: block;
}

socket transition chats chat name {
    width: calc(100% - 100px);
    color: #181818;
    font-family: 'sans_b';
    font-size: 18px;
    direction: rtl;
    text-align: right;
    text-shadow: 0px 0px 2px #eee;
    top: 3px;
    right: 2px;
    padding: 5px 10px;
}

socket transition chats chat message {
    width: calc(100% - 100px);
    color: #181818;
    font-family: 'sans';
    font-size: 13px;
    direction: rtl;
    text-align: right;
    text-shadow: 0px 0px 2px #e6e6e6;
    bottom: 5px;
    right: 2px;
    padding: 5px 10px;
}

socket transition chats chat picture {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    top: 0;
    left: 10px;
    bottom: 0;
    box-shadow: inset 1px -1px 1px #757575;
    border: 2px solid #d6d6d6;
}

socket transition chats chat c {
    position: absolute;
    margin: auto;
    display: block;
    font-family: 'per_add';
    padding: 5px;
    background: var(--red-color);
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    color: #f8f8f8;
    border-radius: 50%;
    bottom: 10px;
    left: 55px;
    cursor: pointer;
    box-shadow: 0px 0px 10px var(--red-color), inset 0px 0px 10px rgb(56 53 53 / 52%);
    zoom: 1;
}

socket transition r_header {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 40px;
    display: block;
    background: #181818;
    z-index: 100;
    box-shadow: 0px 5px 15px rgb(37 37 37 / 70%);
    top: 0;
    right: 0;
    left: 0;
    direction: rtl;
}

socket transition r_header img {
    position: absolute;
    clear: both;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    top: 0px;
    right: 5px;
    border: 5px solid #181818;
    box-shadow: 0px 10px 10px rgb(37 37 37 / 50%);
    background: #181818;
}

socket transition r_header h1 {
    position: relative;
    margin: 5px 80px 2px 50px;
    color: #f8f8f8;
    font-family: 'sans_b';
    font-size: 17px;
}

socket transition r_header i {
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #f8f8f8;
    left: 11px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}

socket transition r_messages {
    position: relative;
    display: block;
    margin: 39px auto auto auto;
    width: 100%;
    height: calc(100% - 39px);
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

socket transition r_form {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    background: #181818;
    z-index: 100;
    box-shadow: 0px -5px 15px rgb(37 37 37 / 70%);
    bottom: 0;
    right: 0;
    left: 0;
    direction: rtl;
}

socket transition r_form input[type="text"] {
    position: relative;
    min-height: 25px !important;
    padding: 5px 50px 5px 10px;
    margin: 5px auto;
    width: calc(100%);
    display: block;
    background: unset;
    z-index: 0;
    max-height: 120px !important;
    color: #f8f8f8;
    text-align: justify;
    direction: rtl;
    overflow: hidden;
    overflow-y: auto;
    border: unset;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'sans';
    resize: vertical;
}

socket transition r_form i {
    color: snow;
    text-shadow: 0px 0px 2px #181818;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    font-size: 17px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    justify-content: center;
    background: linear-gradient(
        70deg
        , #0a79ac 45%, #43c6e3 90%);
    background: -webkit-linear-gradient(
        70deg
        , #0a79ac 45%, #43c6e3 90%);
    background: -moz-linear-gradient( 70deg, #0a79ac 45%, #43c6e3 90%);
    z-index: 4 !important;
    cursor: pointer;
    right: 7px;
    box-shadow: 0px 0px 10px #09425d;
}

socket transition r_form span.list-icons {
    position: absolute;
    margin: auto;
    direction: ltr;
    text-align: left;
    display: block;
    width: calc(100% - 20px);
    right: 0;
    left: 0;
    top: -22px;
    z-index: 5;
    padding: 1px 10px;
}

socket transition r_form span.list-icons i {
    position: relative;
    background: #181818;
    color: #f8f8f8;
    font-size: 18px;
    width: 18px;
    height: 18px;
    top: -5px;
    margin: auto 0px auto 7px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    box-shadow: unset;
    text-shadow: unset;
    display: inline-block;
    float: left;
}

socket transition r_form span.list-icons i img {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

camera * {
    z-index: 120;
}

video#photo, video#video, camera, camera canvas {
    position: absolute;
    margin: auto;
    z-index: 110;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #181818;
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
}

video#screen_shut {
    position: absolute;
    margin: auto;
    z-index: 110;
    width: 250px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 10px;
    right: 10px;
    background: #181818;
    border-radius: 15px;
    border: 2px solid #181818;
    display: block;
    clear: both;
}

.comment-box {
    background: #c3c3c3;
    margin: 0px auto;
    border-radius: 4px;
}

ul.comment-header {
    display: block;
    position: relative;
    margin: auto;
    background: var(--pop-color);
}

ul.comment-header li {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 10px 15px;
    direction: rtl;
    text-align: center;
    float: right;
    font-family: 'naz_500';
    color: #eee;
    cursor: pointer;
}

ul.comment-header li:hover {
    font-family: 'naz_900';
    color: #ccc;
}

ul.comment-header li:focus, ul.comment-header li:active {
    font-family: 'naz_900';
    color: var(--select-color);
}

p.text {
    position: relative;
    font-size: 15px;
    font-family: 'm3dfont';
    text-align: justify;
    direction: unset;
    background: #f7f7f7;
    padding: 10px 15px;
    margin: 15px;
    border: 2px solid #eee;
    border-radius: 3px;
    box-shadow: inset -1px -1px 2px #c7c6c6;
    line-height: 30px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

.comment.right {
    margin-right: 90px;
    background-color: #f8f8f8;
    float: right;
}

.comment .row {
    font-size: 16px;
    font-family: 'sans';
    direction: rtl;
    text-align: right;
    color: #181818;
}

.comment.right:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8f8f8;
}

.comment.left {
    margin-left: 90px;
    background-color: #48c0fc;
    float: left;
}

.comment.left:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #4cc4ff;
}

.comment {
    margin-bottom: 30px;
    border: 1px #333 solid;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    font: 12px 'B Helal', '2 Helal', 'Helal', 'BHelal', Tahoma;
    max-width: calc(70% - 60px);
    position: relative;
    text-align: right;
}

article.comment {
    display: block;
    clear: both;
    padding: 15px;
}

img.comment-avatar {
    position: absolute;
    margin: auto;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    top: 0px;
}

.right img.comment-avatar {
    right: -75px;
}

.left img.comment-avatar {
    left: -75px;
}

span.comment-name {
    position: relative;
    display: block;
    padding: 0px 0px 5px 0px;
    margin: -5px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

span.comment-like {
    width: 30px;
    height: 50px;
    background: #f8f8f8;
    position: absolute;
    border-radius: 3px;
    margin: auto;
    bottom: 3px;
    text-align: center;
    font-family: 'naz_500';
    font-size: 11px;
    padding-top: 25px;
    overflow: hidden;
}

.right span.comment-like {
    right: calc(100% + 5px);
}

.left span.comment-like {
    left: calc(100% + 5px);
}

span.comment-like i {
    height: 15px;
    width: 15px;
    font-size: 15px;
    right: 0;
    left: 0;
    top: 5px;
    color: snow !important;
    text-shadow: 0px 0px 5px #0a0a0a;
    cursor: pointer;
}

video#test {
    position: fixed;
    z-index: 300;
    width: 100vW;
    height: 100vH;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #181818;
}

socket transition header {
    position: relative;
    margin: 0px auto;
    display: block;
    clear: both;
    padding: 10px;
    width: calc(100% - 20px);
    min-height: 40px;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    background: #f8f8f8;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px #232323;
    font-size: 19px;
    font-family: 'sans_b';
    color: #181818;
    text-align: center;
}

@media only screen and (max-height: 500px) {
    socket transition svg#Capa_1 {
        display: none;
        visibility: hidden;
    }
}

