body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
    text-align: center;
    min-height:100vh;
/*    background-color:#282c34;*/
}

.App-logo {
  height: 30vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
/*  background-color: #282c34;*/
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logo {
    height: 60;
}

.logo-small {
    height: 30;
}

.appStyle {
    margin-top:20px;
    height: 250;
    display: flex;
}

.selectorStyle {
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #f5f5f5;
    height:236;
    width: 20%;
}

.msgListStyle {
    width: 80%;
    height: 256px;
    overflow: scroll;
    text-align: left;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.newMsgStyle {
    position: absolute;
    text-align: left;
    bottom: 5px;
    left: 10px;
    right: 10px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.fileInput {
    display: none;
}

.fileButtonImg {
    height: 28px;
}

.fileButton {
    cursor: pointer;
    color: white;
    backgroundColor: black;
    padding: 0px;
}

.quebicStyle {
    margin: 10px;
    padding: 10px;
    position: absolute;
    bottom: 40px;
    right: 0px;
    left: 0px;
    border: 1px solid #c9c9c9;
    background: #f5f5f5;
    border-radius: 5px;
    height: 250px;
    overflow: scroll;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.formStyle {
    margin: auto;
    padding: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #f5f5f5;
    width: 220px;
    display: block;
}

.labelStyle {
    margin: 10px 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.inputStyle {
    margin: 5px 0 10px 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    boxSizing: border-box;
    width: 100%;
}

.headerStyle {
    width: 100%;
    text-lign: center;
    font-weight: bold;
    color: black;
    display: block;
    margin: 0;
}

.spaceHeaderStyle {
    width: 100%;
    text-lign: center;
    font-weight: bold;
    color: black;
    display: none;
    margin: 0;
}

.selectStyle {
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
    padding: 4px;
}

.submitStyle {
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: 1px solid #efffff;
    border-radius: 5px;
    background: #3085d6;
    width: 100%;
    font-size: 15px;
    color: white;
    display: block;
}

.loginButtonStyle {
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: 1px solid #efffff;
    border-radius: 5px;
    background: #3085d6;
    width: 80%;
    font-size: 15px;
    color: white;
}

.buttonStyle {
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: 1px solid #efffff;
    border-radius: 5px;
    background: #3085d6;
    width: 40%;
    font-size: 15px;
    color: white;
    display: inline;
}

.rce-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    background: #3979aa;
    color: white;
    transition: all 0.15s ease;
    user-select: none;
    border: none;
    outline: none;
    border: none;
    position: relative;
}

.rce-button-icon--container {
    display: flex;
    align-items: center;
}

.rce-button:hover {
    opacity: 0.8;
}

.rce-button:active {
    opacity: 0.6;
}

.rce-button.outline {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #3979aa;
    color: #3979aa;
}

.rce-button.outline:hover {
    opacity: 0.6;
}

.rce-button.outline:active {
    opacity: 0.3;
}

.rce-button.transparent {
    background: rgba(0, 0, 0, 0) !important;
}

.rce-button.transparent:hover {
    opacity: 0.6;
}

.rce-button.transparent:active {
    opacity: 0.3;
}

.rce-button-icon {
    position: relative;
    font-size: 18px;
    display: flex;
    padding: 0 3px;
}

.rce-button-badge{
    border-radius: 4px;
    padding: 4px;
    background: #f64b34;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -7px;
    top:-7px;
    font-size: 10px;
}

.rce-button.circle {
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #3979aa;
    border-radius: 100%;
}

.rce-container-input {
    display: flex;
    min-width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    background: #fff;
    align-items: center;
}

.rce-input {
    flex: 1;
    height: 40px;
    padding: 0 5px;
    border: none;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.rce-input-textarea {
    height: 37px;
    padding: 10px 5px;
    resize: none;
}

.rce-input-buttons {
    display: flex;
    flex-direction: row;
    margin: 5px;
}

.rce-input-buttons > * {
    display: flex;
    flex-direction: row;
}

.rce-input-buttons .rce-button:nth-child(even) {
    margin-left: 5px;
    margin-right: 5px;
}

.rce-input-buttons .rce-button:last-child {
    margin-right: 0;
}

.rce-left-padding {
    padding-left: 10px;
    padding-right: 0px !important;
}

.rce-right-padding {
    padding-right: 10px;
    padding-left: 0px !important;
}

.rce-input::placeholder {
    color: #afafaf;
}


.rce-container-clist {
    display: block;
    overflow: auto;
}

.rce-container-citem {
    flex-direction: column;
    display: block;
    overflow: hidden;
    min-width: 240px;
}

.rce-container-citem.rce-citem-status-encircle {
    position: relative;
}

.rce-citem {
    position: relative;
    background: white;
    display: flex;
    flex-direction: row;
    min-height: 72px;
    cursor: pointer;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
    min-width: 240px;
}

.rce-citem:hover {
    background: #f9f9f9;
}

.rce-citem-avatar {
    position: relative;
    padding: 0 15px 0 13px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.rce-citem-status {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
}

.rce-citem-avatar.rce-citem-status-encircle .rce-citem-status {
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: auto;
    border-radius: 100%;
}

.rce-citem-avatar img {
    width: 50px;
    height: 50px;
    border: none !important;
    background: #ccc;
    border-radius: 100%;
    overflow: hidden;
    font-size: 10px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rce-citem-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    overflow: hidden;
}

.rce-citem-body--top {
    display: flex;
}

.rce-citem-body--bottom {
    margin-top: 4px;
    display: flex;
}

.rce-citem-body--bottom-title, .rce-citem-body--top-title {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rce-citem-body--top-title {
    font-size: 16px;
}

.rce-citem-body--bottom-title {
    color: #555;
    font-size: 15px;
}

.rce-citem-body--top-time {
    font-size: 12px;
    color: rgba(0,0,0,0.4)
}

.rce-citem-body--bottom-status {
    margin-left: 3px;
}

.rce-citem-body--bottom-status span {
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    background: red;
}

.rce-citem-body--bottom-tools {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -999px;
    transition: height .5s ease, opacity 1s ease;
}

.rce-citem:hover .rce-citem-body--bottom-tools {
    height: 100%;
    opacity: 1;
    position: relative;
    left: 0;
}

.rce-citem-body--bottom-tools-item-hidden-hover {
    height: 100%;
    opacity: 0.3;
    transition: .5s ease;
}

.rce-citem:hover .rce-citem-body--bottom-tools-item-hidden-hover {
    height: 0;
    opacity: 0;
    position: absolute;
    left: -999px;
    transition: .5s ease;
}

.rce-citem-body--bottom-tools-item {
    width: 18px;
    height: 18px;
}

.rce-citem-body--bottom-tools-item svg {
    width: 18px;
    height: 18px;
    fill: #575757;
}
