@import  url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
   font-family: 'Poppins', sans-serif !important;
   background: #f9f9ff;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
body p {
    color: #666;
}

body p a:hover{
    color: #dfd653;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 600;
}

.link:hover {
    color: #dfd653 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-main {
  color: #dfd653 !important;
}

.fs-18 {
    font-size: 1.125em !important;
}

.fs-14 {
    font-size: .875em !important;
}

.padding{
    padding: 70px 0;
}
.form.form1 .form-control {
    height: 40px;
    box-shadow: none !important;
    outline: none !important;
}
.form.form1 .form-control:focus {
    border-color: #dfd653
}
.form.form1 .form-check-input:checked[type=radio] {
    background-color: #dfd653;
    border-color: #dfd653;
}

.form.form1 .form-check-input {
    box-shadow: none !important;
    outline: none !important;
}

.btn.btn-primary {
    color: #000 !important;
    background: #dfd653 !important;
    border-color: #dfd653 !important;
    padding: 10px 15px;
    min-width: 120px;
    box-shadow: none !important;
    outline: none !important;
}
.btn.btn-primary:hover {
    color: #dfd653 !important;
    background-color: #111 !important;
    border-color: #111 !important;
}

.header-back {
    background: #252538;
    padding: 15px 0;
}

.header-back i {
    background: #dfd653;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-radius: 50px;
}

.btn.btn-menu {
    min-width: auto;
    padding: 3px 10px;
    margin-right: 5px;
}


.offcanvas {
    width: 300px !important;
}

.menu-box {
    padding: 16px;
    height: calc(100% - 72px);
}

.offcanvas .nav .nav-link {
    padding: 8px 0;
    color: #000;
}

.offcanvas .nav .nav-link.active,
.offcanvas .nav .nav-link:hover {
    color: #dfd653;
}
.offcanvas .nav .nav-link i {
    width: 30px;
}


.emojionearea .emojionearea-editor {
    min-height: 2.6em !important;
    max-height: 3em !important;
    padding: 0;
}
.emojionearea .emojionearea-button{
  top: 7px !important;
}
.search{
     position: relative;
     box-shadow: 0 0 40px rgba(51, 51, 51, .1);   
 }
.search input {
    height: 60px;
    text-indent: 32px;
    border: 2px solid #d6d4d4;
    padding-right: 132px;
}
 .search input:focus{
  box-shadow: none;
  border: 2px solid #dfd653;
 }
 .search .fa-search {
    position: absolute;
    top: 24px;
    left: 16px;
}
 .search button{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    color: #000;
    background: #dfd653;
    border-color: #dfd653;
    box-shadow: none !important;
    outline: none !important;
 }
 .search button:hover {
    color: #dfd653;
    background-color: #111;
    border-color: #111;
}
 .list-group{
  max-height: 300px;
  margin-bottom: 10px;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
  }

  .user-prof{
    border-radius: 5px;
    padding: 15px;
    color: #fff;
  }

  .user-prof img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
  }


.search-users {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
}

.search-users img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}


.btn-group.dropdown1 button.btn {
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
}

.btn-group.dropdown1 .dropdown-menu {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border: 1px solid rgb(0 0 0 / 5%);
}

.btn-group.dropdown1 .dropdown-item {
    background: transparent !important;
    font-size: .875em;
    color: #222;
}

.btn-group.dropdown1 .dropdown-item:hover {
    color: #dfd653;
}


/*   chat css     */

.window {
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
}

.conv-list-view {
  position: fixed;
  width: 300px;
  height: 100vh;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  background: #252538;
  z-index: 1;
}

.conv-list-view__header {
  border-bottom: 1px solid #111111;
  margin-bottom: 15px;
}

.status__indicator:after, .status__indicator--online:after, .status__indicator--unread-message:after, .status__indicator--replied-message:after, .status__indicator--read-message:after, .status__indicator:before, .status__indicator--online:before, .status__indicator--unread-message:before, .status__indicator--replied-message:before, .status__indicator--read-message:before, .message__bubble:after, .message__bubble--send:after, .input:after, .input__emoticon:after, .input__emoticon:before {
  position: absolute;
  content: "";
}

.conv-list, .close-button-list, .function-list {
  list-style: none;
}
.conv-list li, .close-button-list li, .function-list li {
  float: left;
}

.conv-list {
  height: calc(100% - 85px);
  padding: 0;
}
.conv-list li {
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
/*  overflow-x: hidden;*/
  color: #fff;
}
.conv-list li:hover {
    background: rgb(255 255 255 / 8%);
}
.conv-list .selected {
  background-color: #fbfbfb;
  box-shadow: 0 1px 1px 0 rgba(230, 230, 230, 0.3) inset, 0 -1px 1px 0 rgba(230, 230, 230, 0.3) inset;
}

.close-button-list {
  display: inline-block;
  margin: 0;
  padding: 19px 10px;
  float: left;
}
.close-button-list li {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: radial-gradient(20px 15px at center 15%, #ffffff, rgba(255, 255, 255, 0) 35%), radial-gradient(30px 30px at center bottom, #ffffff, rgba(0, 0, 0, 0));
  background-color: #d9d9d9;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(61, 41, 41, 0.4) inset, 0 -1px 1px rgba(61, 41, 41, 0.3) inset;
}

.status01 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.status__indicator, .status__indicator--online, .status__indicator--unread-message, .status__indicator--replied-message, .status__indicator--read-message {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
}
.status__indicator:after, .status__indicator--online:after, .status__indicator--unread-message:after, .status__indicator--replied-message:after, .status__indicator--read-message:after, .status__indicator:before, .status__indicator--online:before, .status__indicator--unread-message:before, .status__indicator--replied-message:before, .status__indicator--read-message:before {
  top: 50%;
}

.status__indicator--online:after, .status__indicator--unread-message:after {
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 1px #1a1a1a inset, 0 -1px 3px rgba(38, 38, 38, 0.6) inset;
  background-color: #66b736;
}

.status__indicator--unread-message:after {
  background-color: #5383e3;
}

.status__indicator--replied-message {
  left: -2px;
}
.status__indicator--replied-message:before {
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #bbbec4 transparent transparent;
  transform: rotate(360deg);
}
.status__indicator--replied-message:after {
  left: -5px;
  margin-top: -2px;
  width: 16px;
  height: 18px;
  clip: rect(0 auto auto 8px);
  border-top: 4px solid #bbbec4;
  border-radius: 50%;
}

.status__indicator--read-message:after, .status__indicator--read-message:before {
  background-color: #bbbec4;
  border-radius: 0.2em;
}
.status__indicator--read-message:before {
  width: 0.15em;
  height: 0.3em;
  transform: rotate(-45deg);
}
.status__indicator--read-message:after {
  margin-top: -0.25em;
  left: 0.28em;
  width: 0.12em;
  height: 0.6em;
  transform: rotate(45deg);
}

.status__avatar, .status__avatar--small, .status__avatar--facebook, .message__avatar {
  position: relative;
  display: block;
  /* float: left; */
  width: 2em;
  min-width: 2em;
  height: 2em;
  border-radius: 100px;
  margin: 0 0.5em 0 0;
  overflow: hidden;
}
.status__avatar:before, .status__avatar--small:before, .status__avatar--facebook:before, .message__avatar:before {
  position: absolute;
  /* content: ""; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0.125em #1a1a1a inset, 0 0 0.312em #1a1a1a inset;
}
.status__avatar img, .status__avatar--small img, .status__avatar--facebook img, .message__avatar img {
  width: inherit;
  height: inherit;
}

.status__avatar--small {
  font-size: 0.8em;
}

.status__avatar--facebook:after {
  box-sizing: border-box;
  position: absolute;
  font-weight: bold;
  content: "f";
  padding: 0 0.3em;
  line-height: 15px;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  color: white;
  background-color: #485396;
  box-shadow: 0 0 1px #2d3989 inset;
  border-radius: 3px 0 0 0;
}

.meta {
  white-space: nowrap;
}

.meta__sub, .meta__sub--dark, .meta__sub--light {
  font-size: 0.75em;
}

.meta__sub--dark {
  color: #8d8d8d;
}

.meta__sub--light {
  color: #a5a5a4;
}

.chat-view {
    margin-left: 300px;
    padding: 24px 5px;
    z-index: 0;
}


ul {
  list-style: none;
}

.chatbox-holder {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 0;
}

.chatbox {
  width: 300px;
  height: 480px;
  margin: 0 20px 0 0;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-flow: column;
  border-radius: 10px 10px 0 0;
  background: white;
  bottom: 0;
  transition: .1s ease-out;
}

.chatbox-top {
  position: relative;
  display: flex;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background: #252538;
}

.chatbox-icons {
  padding: 0 7px 0 0;
  display: flex;
  position: relative;
  font-size: 14px;
}

.chatbox-icons .fa {
    background: rgba(220, 0, 0, .6);
    padding: 5px 6px;
    margin: 0 0 0 3px;
    color: white;
    border-radius: 0 5px 0 5px;
    transition: 0.3s;
    font-size: 11px;
}

.chatbox-icons .fa:hover {
  border-radius: 5px 0 5px 0;
  background: rgba(220, 0, 0, 1);
}

.chatbox-icons a, .chatbox-icons a:link, .chatbox-icons a:visited {
  color: white;
}

.chat-partner-name, .chat-group-name {
    flex: 1;
    padding: 0 0 0 68px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: .1s ease-out;
}

.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #cacaca;
    margin: 0px 3px 0 0;
}

.online {
  background: #b7fb00;
}

.away {
  background: #ffae00;
}
.away-online {
    background: #29df29;
}

.donot-disturb {
  background: #ff4343;
}

.chatbox-avatar {
  width: 60px;
  height:60px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  padding: 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  position: absolute;
  transition: .1s ease-out;
  bottom: 1px;
  left: 5px;
}
.chatbox-avatar02{
  width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    transition: .1s ease-out;
    bottom: 0;
    left: 5px;
    text-align: center;
    line-height: 53px;
    font-size: 32px;
    background-color: #dfd653;
    color: white;
}

.chatbox-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.chat-messages {
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding: 10px;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  flex: 1;
}

.message-box-holder {
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-flow: column;
/*  align-items: flex-end;*/
}

.message-sender {
  font-size: 12px;
  margin: 0 0 15px;
  color: #30649c;
  align-self: flex-start;
}

.message-sender a, .message-sender a:link, .message-sender a:visited, .chat-partner-name a, .chat-partner-name a:link, .chat-partner-name a:visited {
  color: #30649c;
  text-decoration: none;
}

.message-box {
  padding: 6px 10px;
  border-radius: 6px 0 6px 0;
  position: relative;
  background: rgba(100, 170, 0, .1);
  border: 2px solid rgba(100, 170, 0, .1);
  color: #6c6c6c;
  font-size: 12px;
  max-width: calc(100% - 15px);
}

/*.message-box:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid rgba(100, 170, 0, .2);
  border-right: none;
  bottom: -22px;
  right: 10px;
}*/

.message-partner {
  background: rgba(0, 114, 135, .1);
  border: 2px solid rgba(0, 114, 135, .1);
  align-self: flex-start;
}

.message-partner:after {
  right: auto;
  bottom: auto;
  top: -22px;
  left: 9px;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 114, 135, .2);
  border-left: none;
}


.message-box-holder .fa-trash {
    color: #b8b8b8;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 3px;
    cursor: pointer;
    visibility: hidden;
/*    display: none;*/

}

.message-box-holder .fa-trash:hover {
    color: red;
}
.message-box-holder.box-right .fa-trash {
    margin-right: 8px;
    margin-left: 0;
}

.message-box-holder.box-right {
    justify-content: flex-end;
}
.message-box-holder:hover .fa-trash {
    visibility: visible;
/*    display: block;*/
}

.chat-input-holder {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.chat-input {
    resize: none;
    padding: 10px 10px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    flex: 1;
    border: none;
    background: #f9f9ff;
    box-shadow: none !important;
    outline: none !important;
    border-color: #f9f9ff !important;
}

.chat-input:focus, .message-send:focus {
  outline: none;
}

.message-send::-moz-focus-inner {
  border:0;
  padding:0;
}

.message-send {
  -webkit-appearance: none;
  background: #dfd653;
  color: #000;
  font-size: 12px;
  padding: 0 15px;
  border: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.message-send:hover {
  color: #dfd653;
  background: #111;
}

.attachment-panel {
  padding: 3px 10px;
  text-align: left;
}

.attachment-panel a, .attachment-panel a:link, .attachment-panel a:visited {
  margin: 0 0 0 7px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.chatbox-min {
  margin-bottom: -436px;
/*   height: 46px; */
}

.chatbox-min .chatbox-avatar {
  width: 60px;
  height: 60px;
}

.chatbox-min .chat-partner-name, .chatbox-min .chat-group-name {
  padding: 0 0 0 75px;
}

.settings-popup {
  background: white;
  border-radius: 20px/10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  font-size: 13px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 33px;
  transition: .15s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  width: 120px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.settings-popup:after, .settings-popup:before {
  border: 7px solid transparent;
  border-bottom: 7px solid white;
  border-top: none; 
  content: "";
  position: absolute;
  left: 45px;
  top: -10px;
  border-top: 3px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
  border-bottom: 7px solid rgba(0, 0, 0, .25);
  top: -11px;
}

.settings-popup:after {
  border-top-color: transparent;
}

.chkSetting {
  display: none;
}

.chkSetting:checked + .settings-popup {
  opacity: 1;
  transform: scale(1, 1);
}

.settings-popup ul li a, .settings-popup ul li a:link, .settings-popup ul li a:visited {
  color: #999;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.settings-popup ul li a:hover {
  background: rgba(0, 0, 0, .05);
}

.imgs-all {
    width: 100%;
    height: auto;
    background-color: beige;
    display: flex;
    flex-wrap: wrap;
}
.imgs-all .pip {
    position: relative;
}
.pip img{
  width: 80px;
    padding: 5px 5px 1px;
}
.imgs-all span.pip {
    position: relative;
}

.imgs-all .pip .remove {
    position: absolute;
    top: 2px;
    right: 1px;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.user-img-send{
  width: 100px;
/*  height: 80px;*/
  object-fit: contain;
}


.emojionearea.chat-input .emojionearea-editor
{
  overflow-y: auto;
}
.emojionearea.chat-input .emojionearea-editor::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.emojionearea.chat-input .emojionearea-editor::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.emojionearea.chat-input .emojionearea-editor::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #000;
}



/*   end chat     */

.profile-images img {
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.profile-user {
    padding-top: 10px;
}

.profile-user .img1 {
    width: 150px;
    min-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    margin-top: -70px;
    border: 4px solid rgb(0 0 0 / 25%);
}

.profile-user .user-links .links {
    background: #dfd653;
    color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: .875em;
}

.profile-user .user-links .links:hover {
    background: #111;
    color: #dfd653;
}

.logo1 {
    width: 150px;
}
.login-section {
    background: #252538;
}

.login-box {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
    background: #fff;
}
.btn.rnd-btn
{
  background: transparent !important;
  color: #dfd653 !important;
  border-color: #dfd653 !important;
}

.partner-div {
    background: #252538;
    padding: 6px 10px;
}

.partner-div button.btn.btn-primary {
    font-size: .6875em;
    min-width: auto;
    padding: 3px 6px 1px 6px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/*people pg css*/
.friends-box {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
}
.friends-box img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}
.nav.nav1 .nav-link {
    font-size: .875em;
    color: #222;
    padding: 10px 10px;
}
.nav.nav1 .nav-link.active {
    background: transparent;
    color: #dfd653;
}
.nav.nav1 .nav-item:first-child .nav-link {
    padding-left: 0;
}
.nav.nav1 .nav-item:last-child .nav-link {
    padding-right: 0;
}

.scrollbar-to-bottom {
    position: absolute;
    left: 50%;
    bottom: 82px;
    transform: translateX(-50%);
    z-index: 9;
    background: #252538;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}


/* scrollbar */
.scrollbar
{
  overflow-y: auto;
}
.scrollbar::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #252538;
}
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -10px;
    top: 16%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 800ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 25px;
    height: 25px;
    border:  solid 4px transparent;
    border-top-color:  #dfd653 !important;
    border-left-color: #dfd653 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.random-chat .scrollbar-to-bottom {
    bottom: 115px;
}


.overflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status01 .meta {
    width: calc(100% - 32px);
}
.status01 .meta .meta__name {
    font-size: .875em;
    margin-bottom: 2px;
}
.status01 .meta .meta-user {
    width: calc(100% - 75px);
}

.status01 .meta .meta-right {
    width: 75px;
}

.status01 .meta .badge {
    background: #dfd653;
    color: #000;
    border-radius: 100%;
    width: auto;
    min-width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    padding: 0;
    font-size: 11px;
}

.status01 .meta .time {
    font-size: .65em;
    color: rgb(255 255 255 / 50%);
}
.status01 .meta .btn-group.dropdown1 {
    opacity: 0;
}

.status01:hover .meta .btn-group.dropdown1 {
    opacity: 1;
}
.status01 .meta .btn-group.dropdown1 button.btn {
    padding-top: 0;
    padding-bottom: 0;
}

.status01 .status__avatar img {   
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-box {
    display: block;
    padding: 10px 15px;
}


/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #252538;
  z-index: 999;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.page-loader .spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #dfd653;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.conv-list li .dlt-btn {
        border: 0;
        background: transparent;
        color: #fff;
        opacity: 0;
    }
.conv-list li:hover .dlt-btn {
    opacity: 1;
}
.randomName{
    display: block;
    text-align: center;
    background-color: #00e5ff;
    color: #fff;
    font-size: .75rem;
    line-height: 33px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 100px;
    margin: 0 0.5em 0 0;
    overflow: hidden;
}
.modal .nav.nav1 .nav-link:hover {
    color: #000;
    background: #dfd653;
}
.modal .nav.nav1 .nav-link {
    padding: 10px 20px;
    margin-bottom:5px;
}
.curpointer
{
  cursor: pointer;
}

.message-box-holder .msgs {
    display: flex;
    align-items: flex-end;
}
.message-box-holder.box-right .msgs{
    justify-content: flex-end;
}
.message-box-holder .date-times {
    font-size: 0.6rem;
    color: rgb(0 0 0 / 50%);
    margin-top: 8px;
    margin-bottom: 2px;
}
.message-box-holder.box-right .date-times {
    text-align: right;
}
