/* Dex last merged this code on 2nd june 2021  */

#root {
  height: 100%;
}

.App {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, Signika, Raleway, Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1rem;
  height: 100%;
  background: #fff;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
/*  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* For Firefox */
  scrollbar-color: rgba(63,63,63,.45) #fff;
  scrollbar-width: thin;
}

html {
  height: 100%;
  background: #fff;
  font-size: 100%;
  font-family: Open Sans, Roboto, Signika, Raleway, Lato, Arial, Helvetica, sans-serif;
  display: block;
  margin: 0px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
}

.mainContainer{
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  overflow-x: hidden;
}

.clientUI{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clientContainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  overflow: hidden;
}

#clientMenu{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.close-flex-container,
.close-chatAlert-container,
.close-menu{
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  padding: .5em;
  line-height: 1;
  background: transparent;
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.close-chatAlert-container{
  color: #ffffff61;
  display: inline-block;
  top: -6px;
  right: 0;
}
.close-chatAlert-container:hover .menu-close-icon.chatAlert,
.close-chatAlert-container:focus .menu-close-icon.chatAlert{
  stroke-width: 4;
}

.menu-close-icon {
  width: 25px;
  height: 25px;
  fill: transparent;
  stroke: rgba(255,255,255,.8);
  stroke-linecap: round;
  stroke-width: 3;
}
.menu-close-icon.chatAlert{
  stroke: #ffffff;
  width: 15px;
}
.menu-close-icon.flexContainer{
  stroke: rgba(173,172,172,.55);
}
.close-flex-container:hover .menu-close-icon.flexContainer,
.close-flex-container:focus .menu-close-icon.flexContainer{
  stroke: #adacac;
  stroke-width: 4;
}
.close-menu:hover .menu-close-icon,
.close-menu:focus .menu-close-icon{
  stroke: #fff;
  stroke-width: 4;
}
.clientMenuContainer{
  position: absolute;
  /*display: table;*/

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;

  width: 220px;
  height: 100%;
  background-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Dashboard-Background_150.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
  background-color: #3f3f3f;
  visibility: visible;
}

.loadingMenuContainer{
  position: absolute;
  display: table;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: 100;
  background-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Dashboard-Background_150.jpg);
  background-size: cover;
  background-color: #3f3f3f;
}
@media screen and (min-width: 758px) {
  .loadingMenuContainer{
    background-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Dashboard-Background.jpg);
  }
  .clientMenuContainer{
    background-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Dashboard-Background.jpg);
  }
}

#loading-menu{
  display: table-cell;
  vertical-align: bottom;
  background-image: url("https:\/\/prospela.com\/wp-content\/uploads\/2019\/07\/Placeholder-Text.png");
  background-position: 21px 16px;
  background-repeat: no-repeat;
  background-size: 185px 200px;
  opacity: 0.6;
}

.clientWindowContainer{
  position: absolute;
  user-select: text;
  -webkit-user-select: text;
/*  display: -ms-flexbox;
  display: -webkit-flex;
*/  display: inline-block;
/*  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  min-width: 1px;
*/  background: #fff;
  overflow-y: auto;
  left: 220px;
  height: 100%;
}
.clientWindowContainer:focus{
  outline: none;
}

.loadingContainer{
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 220px;
  z-index: 100;
  background: #fff;
}

.loadingSUContainer{
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}

#loading-welcome{
  display: table-cell;
  vertical-align: middle;
  background-image: url("https:\/\/files-and-media.ams3.digitaloceanspaces.com\/images\/LoadingTextChatName.png"), url("https:\/\/files-and-media.ams3.digitaloceanspaces.com\/images\/LoadingTextChatActions.png");
  background-position: 21px 16px, right 235px top 16px;
  background-repeat: no-repeat;
  background-size: 200px 29px, 225px 13px;
}

#loadingSU-welcome{
  display: table-cell;
  vertical-align: middle;
  background-image: url("https:\/\/files-and-media.ams3.digitaloceanspaces.com\/images\/LoadingTextChatName.png"), url("https:\/\/files-and-media.ams3.digitaloceanspaces.com\/images\/LoadingTextChatActions.png");
  background-position: 21px 16px, right 15px top 16px;
  background-repeat: no-repeat;
  background-size: 200px 29px, 225px 13px;
}

.loadingMsg{
  text-align: center;
  margin-left: -220px;
}
.loadingSUMsg{
  text-align: center;
}
.loadingWelcomeMsg{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

//Loading spinner
.infiniteSpinner-medium{
  width: 64px;
  height: 64px;
  display: inline-block;
}
.eczmJS {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ebrxGH {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.iKvkDg {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
}
svg:not(:root) {
  overflow: hidden;
}
.dtuFiT svg {
  display: block;
}
:not(svg) {
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
}
.dtuFiT rect {
  fill: currentcolor;
  opacity: 0.2;
  animation: 0.8s ease 0s infinite normal none biZQmF;
  -webkit-animation: 0.8s ease 0s infinite normal none biZQmF;
  -moz-animation: 0.8s ease 0s infinite normal none biZQmF;
  -ms-animation: 0.8s ease 0s infinite normal none biZQmF;
  -o-animation: 0.8s ease 0s infinite normal none biZQmF;
}
.dtuFiT rect, .dtuFiT rect:nth-child(1) {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(3) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(4) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(5) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(6) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(7) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(8) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(9) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(10) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(11) {
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(12) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(13) {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(14) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(15) {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
}

@-webkit-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@-moz-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@-o-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}

.notificationBell {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
}

.bell-icon {
  font-size: 20px;
  color: #d8d7f5;
  opacity: 1;
}

.down-arrow-icon {
  font-size: 20px;
  color: #d8d7f5;
  opacity: 1;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  margin-left: 6px;
  margin-top: -2px;
}
.c-scrollbar{
  position: relative;
  overflow: hidden;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
/*  height: -webkit-calc(100vh - 81px - 35px);
  height: -moz-calc(100vh - 81px - 35px);
  height: calc(100vh - 81px - 35px);*/
}
.c-scrollbar__hider{
  overflow-y: scroll;
  overflow-x: hidden;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  right: -50px;
  bottom: 0;
  height: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);

  width: 271px;
}

.c-scrollbar__track{
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: 8px;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  /*opacity: 1;*/
}

.c-scrollbar__track:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -4px;
  background: none;
}

.c-scrollbar__bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: rgba(242, 242, 242,.4);
  cursor: pointer;
  outline: none;
  z-index: 5;
  will-change: transform;
}

/*.c-scrollbar__hider:hover ~ .c-scrollbar__track{
  opacity: 1;
}
.c-scrollbar__track:hover{
  opacity: 1;
}*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  right: 12px;
  top:0;
  bottom:0;
}

::-webkit-scrollbar-thumb {
  background: rgba(63,63,63,.45);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(63,63,635,.45);
}

.menuContainer{
  visibility: visible;
  overflow: visible;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  width: 230px;
  border-right: 10px solid #fff;
}

.menuBreak{
  height: 15px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
}

.prLogoArea{
  color: #fff;
  position: relative;
  min-height: 61px;
  background-color: transparent;
  z-index: 100;
}
.prLogoArea.notLogin{
  height: 100%;
}

.prLogoContainer{
  height: 30px;
  line-height: 30px;
  width: 69px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  position: absolute!important;
  bottom: 26px!important;
  right: 26px!important;
}

.prLogoImg{
  display: block;
  height: 100%!important;
  width: 100%!important;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

