body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #D6D4D4;
    font-family: 'Dosis', sans-serif !important;
    font-size: 1em;
    letter-spacing: 0.1px;
    color: #623462;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
  }
  #frame, #root {
    width: 100%;
    min-width: 400px;
    max-width: 1000px;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #f5f2f2;
  }

  @media screen and (max-width: 360px) {
    #frame {
      width: 100%;
      height: 100vh;
    }
  }
  #frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 380px;
    width: 42%;
    height: 100%;
    background: #442c44;
    color: #f5f2f2;
    overflow: hidden;
    position: relative;
  }

  #sidepanell {
    float: left;
    min-width: 433px;
    max-width: 380px;
    max-height: 300px;
    width: 42%;
    height: 100%;
    background: #f4f0f0;;
    color: #495057;
    overflow-y: auto;
    position: relative;
  }
  .modal-dialog.new-message-modal{
    margin:5px auto;
  }
 #modal-compromisso .modal-dialog.modal-compromisso{
    margin-top:50px;
  }
  .modal-content.new-message-modal{
    /* max-height: 555px; */
    /* overflow-y: auto; */

  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel {
      width: 58px;
      min-width: 58px;
    }
  }
  #frame #sidepanel #profile {
    width: 80%;
    margin: 10px auto;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
      width: 100%;
      margin: 0 auto;
      padding: 5px 0 0 0;
      background: #623462;
    }
  }
  #frame #sidepanel #profile.expanded .wrap,
  #profile2.expanded .wrap,
  #profile3.expanded .wrap{
    height: auto;
    line-height: initial;
  }
  #frame #sidepanel #profile.expanded .wrap p,
  #profile2.expanded .wrap p,
  #profile3.expanded .wrap p{
    margin-top: 1px;
  }
  #frame #sidepanelName #profile.expanded .wrap p,
  #profile2.expanded .wrap p,
  #profile3.expanded .wrap p{
    margin-top: 15px;
  }
  #frame #sidepanel #profile.expanded .wrap i.expand-button,
  #profile2.expanded .wrap i.expand-button2,
  #profile3.expanded .wrap i.expand-button3 {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  #frame #sidepanel #profile .wrap ,
  #profile2 .wrap,
  #profile3 .wrap{
    line-height: 35px;
    height: 50px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap,
    #profile2 .wrap,
    #profile3 .wrap {
      height: 55px;
    }
  }
  #frame #sidepanel #profile .wrap img,
  #profile2 .wrap img,
  #profile3 .wrap img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img,
    #profile2 .wrap img,
    #profile3 .wrap img {
      width: 40px;
      margin-left: 4px;
    }
  }
  #frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
    height: 40px;
    padding: 20px;
  }
  #frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
    height: 100%;
  }
  #frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
    height: 100%;
  }
  #frame #sidepanel #profile .wrap img.offline {
    /* border: 2px solid #95a5a6; */
    height: 100%;
  }
  #frame #sidepanel #profile .wrap p,
  #profile2 .wrap p,
  #profile3 .wrap p {
    float: left;
    margin-left: 15px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
  }
  #profile4 .wrap p {
    float: left;
    margin-left: 11px;
    display: inline-block;
    margin-top: 3px;
  }

  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
      display: none;
    }
  }
  #frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 10px;
    font-size: 0.8em;
    cursor: pointer;
    color: #e6e6e6;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
      display: none;
    }
  }
  #frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #92278F;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
      width: 58px;
      margin-top: 57px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
      margin-top: 62px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #92278F;
    margin: -8px 0 0 24px;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
      margin-left: 23px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
      padding: 15px 0 35px 22px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #623463;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
      width: 14px;
      height: 14px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
      height: 18px;
      width: 18px;
    }
  }
  #frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
      display: none;
    }
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
  }
  #frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
  }
  #frame #sidepanel #profile .wrap #expanded{
    padding: 25px 0 0 0;
    display: block;
    line-height: initial !important;
  }
  #frame #sidepanel #profile .wrap #expanded label, #expanded2 label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
  }
  #frame #sidepanel #profile .wrap #expanded input, #expanded2 input {
    border: none;
    margin-bottom: 6px;
    background: #623462;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
  }
  #frame #sidepanel #profile .wrap #expanded input:focus , #expanded2 input:focus{
    outline: none;
    background: #92278F;
  }
  #frame #sidepanel #search {
    border-top: 1px solid #623462;
    border-bottom: 1px solid #623462;
    font-weight: 300;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #search {
      display: none;
    }
  }
  #frame #sidepanel #search label {
    margin: 5px 10px 5px 10px;
    position: absolute;
    color: #f5f2f2;
    font-size: 24px;

  }
  #frame #sidepanel #search input {
    font-family: 'Dosis', sans-serif;
    padding: 10px 0 10px 46px;
    width: calc(100% - 50px);
    border: none;
    background: #623462;
    color: #f5f2f2;
    float: left;
  }
  #frame #sidepanel #search input:focus {
    outline: none;
    background: #92278F;
  }
  #frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f2f2;
  }
  #frame #sidepanel #search input::-moz-placeholder {
    color: #f5f2f2;
  }
  #frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f2f2;
  }
  #frame #sidepanel #search input:-moz-placeholder {
    color: #f5f2f2;
  }
  #frame #sidepanel #contacts {
    height: calc(100% - 190px);
    overflow-y: scroll;
    overflow-x: auto;
    background-color: #f5f2f2;
    color: #623462;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
      height: calc(100% - 149px);
      overflow-y: scroll;
      overflow-x: auto;
    }
    #frame #sidepanel #contacts::-webkit-scrollbar {
      display: none;
    }
  }
  #frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #442c44;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
  }
  #frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
    border-bottom: #e6e1e1 1px solid;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
      padding: 8px 8px 8px 8px;
    }
  }
  #frame #sidepanel #contacts ul li.contact:hover {
    background: #e9e5e5;
  }
  #frame #sidepanel #contacts ul li.contact.active {
    background: #e9e5e5;
    border-right: 5px solid #92278F;
  }
  
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
      width: 100%;
    }
  }
  #frame #sidepanel #contacts ul li.contact .wrap span, 
  .modal li.contact .wrap span{
    left: 0;
    position: relative;
    z-index: 9;
    margin: -1px 0 0 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #f5f2f2;
    /* background: #95a5a6; */
    float: right;
  }
  #frame #sidepanel #contacts ul li.contact .wrap span.online,
  .modal li.contact .wrap span.online {
    background: #2ecc71;
    
  }
  #frame #sidepanel #contacts ul li.contact .wrap span.away,
  .modal li.contact .wrap span.away {
    background: #f1c40f;
    
  }
  #frame #sidepanel #contacts ul li.contact .wrap span.busy,
  .modal li.contact .wrap span.busy {
    background: #e74c3c;
    
  }

  #frame #sidepanel #contacts ul li.contact .wrap span.not-read,
  .modal li.contact .wrap span.not-read {
    background: #29abe2;
    border: 2px solid #29abe2 !important;
  }

  #frame #sidepanel #contacts ul li.contact .wrap span.featured,
  .modal li.contact .wrap span.featured {
    background: #e0892b;
    border: 2px solid #e0892b !important;
  }

  #frame #sidepanel #contacts ul li.contact .wrap span.read,
  .modal li.contact .wrap span.read {
    background: #ffffff;
    border: 2px solid #29abe2 !important;
    
  }
  #frame #sidepanel #contacts ul li.contact .wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
      margin-right: 0px;
      width: 40px;
    }
  }
  
  .acronym{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 1px;
    color: #000000;
    text-align: center;
    float: left;
    margin-right: 10px;
  }

  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .acronym , .contact-enc {
      margin-right: 0px;
      width: 40px;
      height: 40px;
      font-size: 14pt;

    }
  }

  #frame #sidepanel #contacts ul li.contact .wrap .acronym p , .contact-enc p,
  li#contact .acronym p
  {
    margin: 37%;
    line-height: 50%;
  }

  li#contact .wrap.row {
    margin: 0px;
}


  #frame #sidepanel #contacts ul li.contact .wrap .meta , .meta-enc {
    padding: 7px 0 0 0;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta, .meta-enc {
      display: none;
    }
  }
  #frame #sidepanel #contacts ul li.contact .wrap .meta .name , .meta-enc .name,
  li#contact .name {
    color: #000000;
    /* font-size: 16pt; */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #frame #sidepanel #contacts ul li.contact .wrap .meta .preview, .meta-enc .preview,
 li#contact .preview {
    margin: 0px 0 0 0;
    padding: 0 0 1px;
    /* font-size: 14pt; */
    color: #000000;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span, .meta-enc span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: .5;
  }

  #frame #sidepanel #contacts ul li.contact .wrap .meta .info, .info2, 
  li#contact .info, 
  #container-status .info{
    display: flex;
    margin: 0;
    padding: 0 0 1px;
    color: #b3b3b3;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  #frame #sidepanel #contacts ul li.contact .wrap .meta .info span, .info2 span,
  .modal li#contact span#msg-status{
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    opacity: .5;
  }

  #frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
  }
  #frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 25%;
    padding: 10px 0;
    background: #442c44;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 0.85em;
    font-family: 'Dosis', sans-serif;
  }

  #frame #sidepanel #bottom-bar button.active {
    background: #623462;
    color: #f5f2f2;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
      float: none;
      width: 100%;
      padding: 15px 0;
    }
  }
  #frame #sidepanel #bottom-bar button:focus {
    outline: none;
  }
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #442c44;
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
      border-right: none;
      border-bottom: 1px solid #442c44;
    }
  }
  #frame #sidepanel #bottom-bar button:hover {
    background: #623462;
    color: #f5f2f2;
  }
  #frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
  }

  @media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
      font-size: 1.3em;
    }
  }
  @media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
      display: none;
    }
  }
  #frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  @media screen and (max-width: 735px) {
    #frame .content {
      width: calc(100% - 58px);
      min-width: 300px !important;
    }
  }
  @media screen and (min-width: 900px) {
    #frame .content {
      width: calc(100% - 380px);
    }
  }
  #frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #e9e5e5;
  }
  #frame .content .contact-profile img {
    border-radius: 50%;
    float: left;
    margin: -13px -3px 0px 0px;
  }
  #frame .content .contact-profile .info img {
    border-radius: 50%;
    float: left;
    margin: 7px 8px 0px 7px !important;
  }
  #frame .content .contact-profile .acronym {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 7px 8px 0px 7px;
    background-color: #b3b3b3;
    color: #000000;
    font-weight: 600;
    position: relative;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #profile2 .acronym-headerbar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -10px 12px 0px -15px;
    color: #000000;
    font-weight: 600;
    position: relative;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #frame .content .contact-profile .acronym-destinatario {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -14px 0px 0px -2px;
    /* border: 2px solid #b3b3b3; */
    color: #000000;
    font-weight: 600;
    position: relative;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
  }

  #frame .content .contact-profile .acronym p {
    margin: 0;
    position: absolute;
    top: 47%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  #frame .content .contact-profile .label-name {
    float: left;
    line-height: 1.2;
    /* padding-top: 12px; */
  }
  #frame .content .contact-profile .label-name p {
    font-weight: 800;
  }
  #frame .content .contact-profile .label-name span {
    font-weight: 400;
    font-size: 8pt;
  }
  #frame .content .contact-profile .social-media {
    float: right;
  }
  #frame .content .contact-profile .social-media i {
    margin-left: 4px;
    cursor: pointer;
  }
  #frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 5px;
  }
  #frame .content .contact-profile .social-media i:hover {
    color: #92278F;
  }

  img#profile-img.offline {
    margin: 5px;
  }

  #frame .content .messages {
    width: 100%;
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 2em;
    position: relative;
  }
  @media screen and (max-width: 735px) {
    #frame .content .messages {
      max-height: calc(100% - 105px);
    }
  }
  #frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
  }
  #frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }

  #frame .content .messages .main-message {
    clear: both;
    display: inline-block;
    float: left;
    margin: 15px 15px 5px 15px;
    padding-bottom: 20px;
    width: calc(100% - 25px);
    font-size: 0.9em;
    background-color: #e0eadc;
    border-radius: 20px;
  }

  #frame .content .messages .main-message h1 {
    color: #000000;
    font-size: 16pt;
    font-weight: 700;
    padding: 10px 15px;
  }
  #frame .content .messages .main-message p {
    color: #000000;
    padding: 10px 15px;
    max-width: 100%;
    line-height: 130%;
  }

  #frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
  }
  #frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
  }

  #frame .content .messages ul li.sent img {
    /* float: right; */
    margin: -8px 0 0 -12px;
  }
  #frame .content .messages ul li.sent div.message {
    background: #d3bdd6;
    color: #000000;
    float: right;
  }
  #frame .content .messages ul li.replies img {
    margin: -8px 0 0 -12px;
  }
  #frame .content .messages ul li.replies div.message {
    background: #ffffff;
    color: #000000;
  }
  #frame .content .messages ul li.date-message p{
    color: #000000;
    text-align: center;
    font-size: 8pt;
    background-color: #e6e6e6;
    border: #b3b3b3 1px solid;
    border-radius: 20px;
    padding: 5px 35px;
  }

  #frame .content .messages ul li img {
    /* width: 22px; */
    border-radius: 6%;
    /* float: left; */
  }
  #frame .content .messages ul li div.message {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 350px;
    line-height: 130%;
  }
  #frame .content .messages ul li div.message img {
    width: 108%;
  }
  #frame .content .messages ul li div.message p.file-name {
    float: left;
    max-width: 250px;
  }
  #frame .content .messages ul li div.message p span.label-date{
    float: right;
    color: #6d6d6d;
    font-size: 8pt;
    display: block;
  }
  /* @media screen and (min-width: 735px) {
    #frame .content .messages ul li div {
      max-width: 700px;
    }
  } */
  #frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 46px;
  }
  #frame .content .message-input .wrap {
    position: relative;
  }
  #frame .content .message-input .wrap input{
    height: 44px;
    font-family: 'Dosis', sans-serif;
    float: left;
    border: none;
    width: calc(85%);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #623462;
  }
  @media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
      padding: 15px 32px 16px 8px;
    }
  }
  #frame .content .message-input .wrap input:focus {
    outline: none;
  }
  #frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #92278F;
    opacity: .5;
    cursor: pointer;
  }
  @media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
      margin-top: 17px;
      right: 65px;
    }
  }
  #frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
  }
  #frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 5px 0;
    cursor: pointer;
    background: #623462;
    color: #f5f5f5;
  }
  @media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
      padding: 16px 0;
    }
  }
  #frame .content .message-input .wrap button:hover {
    background: #92278F;
  }
  #frame .content .message-input .wrap button:focus {
    outline: none;
  }

  .button-main {
    height: 85px;
    border-right: 1px solid #442c44 !important;
    font-size: 18pt;
  }

  @media screen and (max-width: 735px) {
    .button-main {
      height: 55px;
      border-right: 1px solid #442c44 !important;
      font-size: 24px !important;
    }
  }

  .new-conversation {
    width: 45px;
    height: 40px;
    margin: 0;
    padding: 3 3 3 3;
    float: left;
    border-bottom: 1px solid #623462;
  }

  .clear {
    clear: both;
}

#frame #sidepanel #profile .wrap .mini,
.profile2 .wrap .mini,
#profile3 .wrap .mini{
  height: 42px;
  /* line-height: 15px; */
}

#frame #sidepanel #profile .wrap .mini img,
#profile2 .wrap .mini img,
#profile3 .wrap .mini img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0;
  padding: 0px;
  /* border: 2px solid #b3b3b3; */
}

#profile .acronym {
  margin-right: 0;
}

#frame #sidepanel #profile .wrap .mini .acronym,
#profile2 .wrap .mini .acronym,
#profile3 .wrap .mini .acronym{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px;
  /* border: 2px solid #b3b3b3; */
  color: #000000;
  font-weight: 600;
  position: relative;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

.acronym-yellow {
  background-color: #f1e20f !important;
}

.acronym-red {
  background-color: #e74c3c !important;
}

.acronym-black {
  background-color: #000000 !important;
  color: #f5f5f5 !important;
}

.acronym-white {
  background-color: #ffffff !important;
}

.acronym-blue-light {
  background-color: #0fcff1 !important;
}

.acronym-blue {
  background-color: #0f8bf1 !important;
}

.acronym-green {
  background-color: #0a9c36 !important;
}

.acronym-grey {
  background-color: #979595 !important;
}

.acronym-orange {
  background-color: #c97b07 !important;
}

.acronym-brown {
  background-color: #4d3535 !important;
}




@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap .mini .acronym,
  #profile2 .wrap .mini .acronym,
  #profile3 .wrap .mini .acronym{
    width: 40px;
    margin-left: 4px;
  }
}

#frame #sidepanel #profile .wrap .mini .acronym p,
#profile2 .wrap .mini .acronym p,
#profile3 .wrap .mini .acronym p{
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

#frame #sidepanel #profile .wrap .mini .counter,
#profile2 .wrap .mini .counter,
#profile3 .wrap .mini .counter{
  width: 30px;
  height: 30px;
  margin-left: 270px;
  border-radius: 50%;
  background-color: #b3b3b3;
  color: #442c44;
  font-weight: 600;
  position: relative;
}

#frame #sidepanel #profile .wrap .mini .counter p,
#profile2 .wrap .mini .counter p,
#profile3 .wrap .mini .counter p{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.counter-message {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #442c44;
  color: #f5f2f2;
  font-weight: 600;
  position: relative;
}

.counter-message p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 735px) {
  .counter-message, .counter-message p {
    display: none;
  }
}

.divisory {
  border-top: #623462 1px solid;
  margin: 5px 5px 10px 5px;
  padding: 3px;

}

.button-attach {
  float: left;
  border: none;
  width: 40px;
  padding: 5px 0;
  cursor: pointer;
  background: #e9e5e5;
  color: #623462;
}

.text-extra-light {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extra-bold {
  font-weight: 800;
}

.text-date {
  font-size: 8pt;
  color: #442c44;
  font-weight: 300;
  padding-bottom: 5px;
}

@media screen and (max-width: 735px) {
  .text-date {
    display: none;
  }
}

.text-align-botton {
  text-align: right;
  padding-top: 37px;
  padding-left: 5px
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.padding-top16 {
  padding-top: 16px;
}

.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

.display-none {
  display: none;
}



.acronym-yellow {
  background-color: #f7bd06 !important;
}
.acronym-purple {
  background-color:#442c44 !important;
}

.acronym-grey {
  background-color:#b3b3b3 !important;
}

.acronym-orange {
  background-color:#e0892b !important;
}

.acronym-blue {
  background-color:#29abe2 !important;
}

.bacronym-lack {
  background-color:#000000 !important;
}

.acronym-white {
  background-color:#ffffff !important;
}

.acronym-red {
  background-color:#aa1d1d !important;
}

label{
	position: relative;
	cursor: pointer;
	color: #000000;
  font-size: 12pt;
  padding: 5px;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

.relatorioModal input[type="radio"],
.relatorioModal input[type="checkbox"]{
  position: relative;
  right:0px
}
.relatorioModal textarea{
  margin-top:15px;
}
.relatorioModal tr {
  line-height: 1.2;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\0039";
	font-family: "vindmail";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\0021";
	color: #623462;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #b3b3b3;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\0039";
	color: #b3b3b3;
}

/*--- Effects--*/
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\0033";
	font-family: "vindmail";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\0034";
	color: #623462;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #b3b3b3;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\0035";
	color: #b3b3b3;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\0036";
	font-family: "vindmail";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\0037";
	color: #623462;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #b3b3b3;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\0038";
	color: #b3b3b3;
}

/* --------------------------------------- */
.hide {
  display: none;
}

.drop-down {
  position: relative;
}

.drop-down_body {
  position: absolute;
  top: 20px;
  background-color: #e9e5e5;
  border: #442c44 1px solid;
  border-radius: 15px;
  color: #4d3535;
  padding: 10px;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
}

.drop-down.closed .drop-down_body{
  display:none;
}

.drop-down_body.more {
  left: -465px;
  width: 500px;
  z-index: 9;
}

@media screen and (max-width: 735px) {
  .drop-down_body.more{
    left: -370px;
    width: 400px;
  }
}

.drop-down_body.more p{
  font-size: 0.9em;
  font-weight: 800;
  color: #442c44;
  text-align: center;
  padding: 0 !important;
}

.button-more {
  width: 24%;
  height: 100px;
  border: none;
  background-color: #e9e5e5;
  font-size: 0.7em;
  line-height: 1.5;
  color: #442c44;
  text-align: center;
}

.button-more:hover {
  color: #6d3b6d;
}

.button-more.active {
  color: #aa1d1d;
}


.drop-down_body.info {
  left: -400px;
  width: 500px;
  background-color: #f6f4f4;
  padding: 0;
  z-index: 4;
}

@media screen and (max-width: 735px) {
  .drop-down_body.info {
    left: -250px;
    width: 400px;
    background-color: #f6f4f4;
    padding: 0;
  }
}

.drop-down_body.info p{
  font-size: 0.9em;
  font-weight: 800;
  color: #442c44;
  text-align: center;
  padding: 0 !important;
}

.bottom-bar-info{
  background-color: #e9e5e5;
  align-items: center;
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.button-info {
  width: 24%;
  height: 100px;
  border: none;
  background-color: #e9e5e5;
  font-size: 0.7em;
  line-height: 1.5;
  color: #442c44;
  text-align: center;
  float: left;
  display: block;

}

.button-info span{
  font-size: 0.9em;
  line-height: 1.5;
  color: #442c44;
  text-align: center;
  display: block;
  padding-top: 15px;
}

#count > p {
  text-align: center;
  margin-top: -10px;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: red;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.button-info span.count{
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  color: #000000;
  display: inline;
  padding: 5px;
}

.button-info:hover {
  color: #141114;
}

.button-info.active {
  color: #aa1d1d;
}

.body-info {
  clear: both;
  height: 200px;
  overflow-y: auto;
}

.body-info .wrap {
  height: 50px;
  line-height: 45px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  .body-info .wrap {
    height: 50px;
  }
}
.body-info .wrap  img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  /* padding: 3px; */
  /* border: 2px solid #e74c3c; */
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
.body-info .wrap  .acronym {
  width: 32px !important;
  border-radius: 50%;
  padding: 3px;
  /* border: 2px solid #e74c3c; */
  height: 32px !important;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  .body-info .wrap img {
    width: 32px;
    margin-left: 4px;
  }
}

.body-info .wrap  p {
  float: left;
}

.body-info-divisory {
  border-top: #623462 1px solid;
  margin: 3px;
  padding: 0 !important;
}

.body-info .wrap i {
  float: right;
  margin: 0 5 0 0!important;
}

.btn-success {
  background-color: #8CC63F;
  border: none;
}

.btn-info {
  background-color: #89DBEF;
  border: none;

}

.border-radius10 {
  border-radius: 10px;
}
#bottom-bar-modal{
  border-radius: 0 0 10px 10px;
}

.border-radius10-left {
  border-radius: 10px;
}

.border-radius10-rigth {
  border-radius: 10px;
}

#bottom-bar-modal button, #bottom-bar-modal label {
  float: left;
  border: none;
  width: 25%;
  padding: 10px 0;
  background: #f5f2f2;
  color: #442c44;
  cursor: pointer;
  font-size: 0.85em;
  font-family: 'Dosis', sans-serif;
  width: 100%;
}

@media screen and (max-width: 735px) {
  #bottom-bar-modal button, #bottom-bar-modal label  {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#bottom-bar-modal button:focus,#bottom-bar-modal label:focus {
  outline: none;
}
#bottom-bar-modal button:nth-child(1) {
  border-right: 1px solid #442c44;
}
@media screen and (max-width: 735px) {
  #bottom-bar-modal button:nth-child(1), #bottom-bar-modal label:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #442c44;
  }
}
#bottom-bar-modal button:hover, #bottom-bar-modal label:hover {
  color: #623462;
}
#bottom-bar-modal button i, #bottom-bar-modal label i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  #bottom-bar-modal button i, #bottom-bar-modal label i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #bottom-bar-modal button span, #bottom-bar-modal label span {
    display: none;
  }
}

#bottom-bar-modal .button-main {
  border-right: 0 !important;
}

.modal {
  background-color: rgba(98,52,98,0.21) !important;
}

.input-pesquisa{
  border:none;
  width:90%;
}

.hei-50{
  height: 50px;
}

.hei-90{
  height: 90px  !important;
}

.hei-auto{
  height: auto  !important;
}

.wid-auto{
  width: auto  !important;
}

.modal3-botton{
  margin-top: 160px !important;
}
.modal2-botton{
  margin-top: 100px !important;
}
.modal4-botton{
  margin-top: 70px !important;
}
.img2{
  width: 50px !important;
  border-radius: 50% !important;
  padding: 3px;
  border: 2px solid #b3b3b3;
}

.row__background{
  background-color:#e9e5e5;
}
input[type="file"] {
  display: none !important;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
/* 
.col-3--cinza{
  background-color: #f5f2f2;
} */

.row--cinza{
  background-color: #f5f2f2;
}

#msg-composition{ 
  width: 100%; 
  height: 200px; 
  resize: none;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #f4f0f0;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.form-control {
  background-color: #f4f0f0;
}

#content-inbox, #content-msg, #left-side {
  height: 100%;
}

#new-message {
  display: flex;
  justify-content: space-between;
}

#new-message .acronym,
.tableTopicos .acronym {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 11px;
} .tableTopicos img.acronym {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  padding: 0px;
}

#new-message .icon-user-group {
  padding: 2px;
}

.message-input #count{
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 10px;
  position: absolute;
  margin-left: 30px;
  margin-top: -11px;
}

.message-input #count > label {
  color: #fff;
  font-size: 12px;
  margin-top: 0;
  position: absolute;
  padding: 0 0 0 6px;
}

button.button-main {
  line-height: 1.2;
}
.statusInfo,
.iconesIcon{
  flex-grow:0;
  display: flex;
}
#msg-icon{
  margin-left:3px;
}
#msg-icon:nth-child(1){
  margin-left:5px;
} 
.statusBalaozinho{
  display: flex;
  margin-left: 5px;
}
.statusBalaozinho #msg-icon{
  margin-left:2px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .info span.balaozinho{
  position: inherit;
  width: auto;
  margin-left:0px;  
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .info #msgStatus,
.modal li.contact .wrap span#msgStatus{
  width: auto;
  margin-left: 3px;
  background: transparent;
  border:0px;
}

.icon-star {
  color: gold;
  padding: 25px;
}
.icon-12{
  font-size:12px
}

.hei-30 {
  height: 30px;
}

.top-12 {
  top: -12px;
}

.modal .rightArrow {
  display: none;
}

.top-7 {
  margin-top: -7px;
}

.main-message.message {
  background-color: #e0eadc !important;
}

#new-conversation_modal .modal-body {
  padding: 5px 1rem;
}

#new-conversation_modal .modal-header {
  padding: 0 1rem;
}

#new-conversation_modal .pb-3, #new-conversation_modal .py-3 {
  padding-bottom: 0 !important;
}

.loading-temp {
  text-align: center;
  display: inline-block;
}

#loading-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

#expanded .account {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}

#expanded .account > p {
  width: 130px;
}

#expanded .wrapper-count{
  width: 60px;
}

#expanded .counter-message, #expanded .counter-message p {
  margin: 0 !important;
  background-color: #623462 !important;
}

#profile-img {
  height: 50px;
}

#profile-img.acronym{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1px;
  background-color: #b3b3b3;
  color: #000000;
  font-size: 24pt;
  font-weight: 600;
  float: left;
  margin-right: 10px;
}

#submessage .acronym p {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 70%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

div#profile2 .wrap.mini.divisory {
  display: flex;
  justify-content: space-between;
}

.input-border-radius{
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-padding{
  padding:3px 10px;
}

#profile2.x .acronym > p {
  margin: 0;
  float: none;
  margin-top: -6px;
}

.ReactGridGallery_tile-viewport {
  height: 100px !important;
  width: 100px !important;
}



.input-white{
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 32px;
  color: #808096;
  display: flex;
  align-items: center;
  padding-right: 15px;
  width: 100%;
}
.noneStyle {
  background-color: transparent;
  border: none;
  padding: 5px;
  margin: 0px;
  width: 100%;
  flex: 1;
  outline: 0;
  font-size: 18px;
}
.noneStyle:hover,
.noneStyle:active,
.noneStyle:focus {
  border: none;
  box-shadow: none;
}

/*  .:::. FlexBox .:::.  */
.displayFlex{
  display:flex
}
.flexEnd{
  justify-content: flex-end 
}
.flex1{
  flex:1
}
.alignCenter{
  align-items: center;
}

.margin0{
  margin:0px
}
.padding0{
  padding: 0
}

.counterFlex{
  display: flex;
  max-width: 120px;
  margin: 0 auto;
  height: 35px;
  align-items: center;
}
.flex-item-1 {
	flex: 5;
}
.flex-item-2 {
  flex: 5;
  background-color: #623462;
  border: 0;
  color: #f5f2f2;
}

.counter{
  font-size: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
label.button-show {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}

#modal-compromisso .modal-body {
  min-height: 475px;
}

#modal-compromisso .modal-footer {
  display: flex;
  justify-content: center;
}

.comp-item {
  width: 100%;
  display: flex;
  border-bottom: solid #613462;
  justify-content: space-between;
}

.comp-item > label:first-child {
  width: 100%;
}

.comp-item > * {
  padding: 5;
  margin: 10px 25px 0 10px !important;
  font-size: 22px;
}

.compButton {
  background-color: #442c44;
  color: #e9e5e5;
  border: 0;
  height: 32px;
  margin: 6px;
  min-width: 15%;
}

.info-subtitle {
  text-align: left;
  margin: 15px 47px;
  font-size: small;
  height: 30px;
  margin-top: -45px;
}

.titleSpace {
  font-size: 150% 
}
.marginTop20{
margin-top:20px
}

.buttonsRelatorio {
  background-color:white;
  border: 0
}

.typeItem {
  position: relative;
  right: 0;
}

.item {
	margin: 5px;
	color: white;
  text-align: center;
  width: 100px
}

.containerTable {
	margin: 0 auto;
  background-color: #442c44;
  color: #fff
}

.displayTable {
  display: table-header-group;
}

.listAllRelatorios {
overflow-y: auto;
max-height: 250px
}

.tableTopicos tbody tr td p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableTopicos .float-right{
  float: none!important;
}

.tableTopicos .icon20{
  padding-left:0px;
  margin: 0px; 
  float: none;
  }
  .tableTopicos .top-12{
    top:0px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tableTopicos input[type="text"] {
    margin-top: 15px;
    width: 100%
  }
  .tableTopicos .acronym {
    margin-top: -6px;
  }

  #relatorio
  div {
    width: 100% !important;
    font-size: 16px !important;
  }

  #relatorio
    div img {
    height: 16px;
    width: 25px !important;
    padding-right: 10px !important;
    margin-bottom: 5px;
  }

  #relatorio
    div h1 {
      font-family: 'Dosis', sans-serif !important;
  }

  .displayFlexTopicos {
    display: flex;
    align-items: center;
    justify-content: center;
  }

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #d3bdd6; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background:#623462; 
  border-radius: 10px;
}

.btn-downmessage {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 60px;
  z-index: 999;
  right: 20px;
  text-align: center;
}

.countdown {
  text-align: center;
  margin-top: -25px;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -30px;
  background: #06d755;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}