.persona-photo {
    width: 150px;
}

.persona-photo-container {
    border-radius: 100%;
    max-width: 150px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    border: #fff 3px solid;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 4px -2px;
}

.persona-name {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 22pt;
    color: #7c638c;
}
.persona-area {
     margin-bottom: 10px;
     position: relative;
     top: -2px;
     font-weight: bold;
     font-size: 16pt;
     color: #4d4d4d;
 }

.persona-description {
    width: 450px;
    margin: 0px auto 10px auto;
    text-align: justify;
    border-top: #9f7cb1 1px solid;
    border-bottom: #9f7cb1 1px solid;
}

.persona-description p {
    margin-bottom: 0px;
    padding: 8px 15px;
    font-style: italic;
}

.persona-container {
    padding: 20px 0px;
}

.view:not(:first-child) {
    display: none;
}

.view#terms form {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    margin: 0px auto;
    text-align: center;
}

.view {
    height: calc(100VH - 250px);
    background: #ccc;
    display: table;
    margin-bottom: 25px;
    box-shadow: inset rgba(0, 0, 0, 0.2) 2px 2px 8px -2px;
}

#chat {
}

.chat-content, .user-input, .type-status {
    width: 100%;
}

.chat-content {
    height: calc(100VH - 330px);
    background: #d7c0d8;
    padding: 10px 15px;
    overflow-y: scroll;
    box-shadow: inset rgba(0, 0, 0, 0.2) 2px 2px 8px -2px;

}

.type-status {
    min-height: 30px;
    font-size: 10pt;
    background: #cc8dca;
    color: #fff;
}

.type-status span {
    display: block;
    margin: 5px 0px;
    padding: 0px 15px;
    background: #cc8dca;
}

.user-input {
    background: #8e8cb5;
    min-height: 50px;
    padding: 8px 15px;
}

.talk-wrapper span, .talk-user span {
    display: block;
    color: #fff;
    background: #8e8cb5;
    padding: 4px 7px;
    margin-bottom: 5px;
    border-radius: 10px;
    border-top-left-radius: 0px;
}

.talk-wrapper span::after {
    display: block;
    content: '';
}

.talk-wrapper p,
.talk-user p {
    margin-bottom: 0px;
}

.talk-user span {
    background: #fff;
    color: #4d4d4d;
    text-align: right;
    display: block;
    border-radius: 10px;
    border-top-right-radius: 0px;
    padding: 4px 7px;
}

.chat-title-container {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px;
}

.chat-title {
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 0px;
    background: #9f7cb1;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

label.card_cover:not(:first-child) {
    margin-left: -45px;
}

.card_cover + input {
    display: none;
}

.card_cover {
    display: inline-block;
    width: calc(100% / 12);
    cursor: pointer;
}

.card_cover.selected {
    transform: scale(1.1, 1.1);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 15px -2px;
}

.card_cover:hover {
    transform: translateY(20%) scale(1.1, 1.1);
    transition: transform 1s;
}

.talk-wrapper .coreg-wrapper { text-align: center; }
.talk-wrapper .coreg-wrapper img { width: 100px; }