.layoutRole {
    height: auto;
}
.tpRole {
    height: 100vh;
}

@media only screen and (min-width: 1025px) {
  .chatFrame {
    position: fixed;
    top: 100px;
    right: 80px;
    width: 420px;
    height: calc(100vh - 100px);
    overflow: hidden;
    border-radius: 30px 30px 0 0;
  }
  .chatFrame .body__bg {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 100%;
  }
  .chatFrame .chat__hd__wrp {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }
  .chatFrame .chat__contents {
    position: absolute;
    top: 140px;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    margin: 0;
    margin-right: 0 !important;
    float: none;
    overflow-x: hidden;
    overflow-y: auto;
  }
}