@charset "UTF-8";
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
/******* Base *******/
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
body {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  color: #72767D;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  transition: background-color 0.3s, color 0.3s;
}

::selection {
  background: #6338F6;
  color: #FFF;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #141B27;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.bg-primary {
  background-color: #6338F6 !important;
}

.bg-secondary {
  background-color: #60CBFF !important;
}

.bg-info {
  background-color: #1B84FF !important;
}

.bg-success {
  background-color: #0CC68C !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-danger {
  background-color: #FD3A55 !important;
}

.bg-dark {
  background-color: #0D1119 !important;
}

.bg-light {
  background-color: #F7F8FA !important;
}

.bg-white {
  background-color: #FFF;
}

.bg-pink {
  background-color: #FD3995 !important;
}

.bg-purple {
  background-color: #AB47BC !important;
}

.bg-gray {
  background: #FBFBFD;
}

.bg-primary {
  background-color: #6338F6 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(99, 56, 246, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: rgba(99, 56, 246, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(99, 56, 246, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(99, 56, 246, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: #6338f6 !important;
}

.bg-secondary {
  background-color: #60CBFF !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(96, 203, 255, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(96, 203, 255, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(96, 203, 255, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(96, 203, 255, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: #60cbff !important;
}

.bg-info {
  background-color: #1B84FF !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(27, 132, 255, 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(27, 132, 255, 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(27, 132, 255, 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(27, 132, 255, 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: #1b84ff !important;
}

.bg-success {
  background-color: #0CC68C !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(12, 198, 140, 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(12, 198, 140, 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(12, 198, 140, 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(12, 198, 140, 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: #0cc68c !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #FD3A55 !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(253, 58, 85, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(253, 58, 85, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(253, 58, 85, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(253, 58, 85, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: #fd3a55 !important;
}

.bg-dark {
  background-color: #0D1119 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(13, 17, 25, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(13, 17, 25, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(13, 17, 25, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(13, 17, 25, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: #0d1119 !important;
}

.bg-light {
  background-color: #F7F8FA !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(247, 248, 250, 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(247, 248, 250, 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(247, 248, 250, 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(247, 248, 250, 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: #f7f8fa !important;
}

.bg-skyblue {
  background-color: #0DCAF0 !important;
}

.bg-primary {
  background-color: #6338F6 !important;
  border: 1px solid #6338F6 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #60CBFF !important;
  border: 1px solid #60CBFF !important;
  color: #FFF;
}

.bg-success {
  background-color: #0CC68C !important;
  border: 1px solid #0CC68C !important;
  color: #FFF;
}

.bg-info {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  color: #FFF;
}

.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #FD3A55 !important;
  border: 1px solid #FD3A55 !important;
  color: #FFF;
}

.bg-dark {
  background-color: #0D1119 !important;
  border: 1px solid #0D1119 !important;
  color: #FFF;
}

.bg-light {
  background-color: #F7F8FA !important;
  border: 1px solid #F7F8FA !important;
  color: #FFF;
}

.bg-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF;
}

.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: #FFF;
}

.bg-soft-primary {
  background-color: #E3DBFD;
  color: #6338F6;
}

.bg-soft-secondary {
  background-color: #C6ECFF;
  color: #60CBFF;
}

.bg-soft-success {
  background-color: #EFFCED;
  color: #0CC68C;
}

.bg-soft-danger {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.bg-soft-warning {
  background-color: #FEB8C2;
  color: #FFC107;
}

.bg-soft-info {
  background-color: rgba(27, 132, 255, 0.3);
  color: #1B84FF;
}

.bg-soft-light {
  background-color: rgba(247, 248, 250, 0.9);
  color: #72767D;
}

.bg-soft-dark {
  background-color: rgba(13, 17, 25, 0.3);
  color: #FFF;
}

.bg-light {
  color: #72767D;
}

.bg-primary-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-secondary-gradient {
  background: linear-gradient(180deg, #E8FCFF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FEF8EA 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-info-gradient {
  background: linear-gradient(180deg, #E7F1FC 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-success-gradient {
  background: linear-gradient(180deg, #E8F9E8 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #FDE9ED 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-purple-gradient {
  background: linear-gradient(to right, #AB47BC 0%, #9b25b7 100%) !important;
  color: #FFF;
}

.bg-light-gradient {
  background: linear-gradient(180deg, #D1D6DE 0%, #FFFFFF 100%) !important;
  color: #000;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #6338F6;
  color: #6338F6;
}

.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #60CBFF;
  color: #60CBFF;
}

.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFC107;
  color: #FFC107;
}

.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #1B84FF;
  color: #1B84FF;
}

.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #0CC68C;
  color: #0CC68C;
}

.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #FD3A55;
  color: #FD3A55;
}

.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #0D1119;
  color: #0D1119;
}

.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #F7F8FA !important;
  color: #000 !important;
}

.bg-primary-transparent {
  background-color: #F1EDFE !important;
  color: #6338F6 !important;
}
.bg-primary-transparent:hover {
  background-color: #F1EDFE !important;
  color: #6338F6 !important;
}

.bg-secondary-transparent {
  background-color: #F1FAFF !important;
  color: #60CBFF !important;
}
.bg-secondary-transparent:hover {
  background-color: #F1FAFF !important;
  color: #60CBFF !important;
}

.bg-info-transparent {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}
.bg-info-transparent:hover {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}

.bg-success-transparent {
  background-color: #EFFCED !important;
  color: #0CC68C !important;
}
.bg-success-transparent:hover {
  background-color: #EFFCED !important;
  color: #0CC68C !important;
}

.bg-warning-transparent {
  background-color: #FAEFCD !important;
  color: #FFC107 !important;
}
.bg-warning-transparent:hover {
  background-color: #FAEFCD !important;
  color: #FFC107 !important;
}

.bg-danger-transparent {
  background-color: #FFDCE0 !important;
  color: #FD3A55 !important;
}
.bg-danger-transparent:hover {
  background-color: #FFDCE0 !important;
  color: #FD3A55 !important;
}

.bg-light-transparent {
  background-color: rgba(247, 248, 250, 0.5) !important;
  color: #F7F8FA !important;
}
.bg-light-transparent:hover {
  background-color: rgba(247, 248, 250, 0.5) !important;
  color: #72767D !important;
}

.bg-skyblue-transparent {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}
.bg-skyblue-transparent:hover {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}

.bg-gray-100 {
  background-color: #D0D1D4;
}

.bg-gray-200 {
  background-color: #B9BBBE;
}

.bg-gray-300 {
  background-color: #A1A4A9;
}

.bg-gray-400 {
  background-color: #8A8D93;
}

.bg-gray-500 {
  background-color: #72767D;
}

.bg-gray-600 {
  background-color: #5B5F68;
}

.bg-gray-700 {
  background-color: #434952;
}

.bg-gray-800 {
  background-color: #2C323D;
}

.bg-gray-900 {
  background-color: #141B27;
}

.bg-light-100 {
  background-color: #FEFEFE !important;
}

.bg-light-300 {
  background-color: #FCFDFD !important;
}

.bg-light-400 {
  background-color: #FCFCFD !important;
}

.bg-light-500 {
  background-color: #FBFBFD !important;
}

.bg-success-800 {
  background-color: #48CB45 !important;
}

.svg-primary {
  fill: #6338F6;
}

.svg-secondary {
  fill: #60CBFF;
}

.svg-success {
  fill: #0CC68C;
}

.svg-danger {
  fill: #FD3A55;
}

.svg-warning {
  fill: #FFC107;
}

.svg-white {
  fill: #FFF;
}

.svg-black {
  fill: #000;
}

.svg-pink {
  fill: #FD3995;
}

.svg-purple {
  fill: #AB47BC;
}

.svg-info {
  fill: #1B84FF;
}

.svg-light {
  fill: #F7F8FA;
}

.svg-dark {
  fill: #0D1119;
}

.svg-default {
  fill: #72767D;
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.bg-light-200 {
  background: #FDFDFE;
}

.bg-light-300 {
  background: #FCFDFD;
}

.bg-transparent-primary {
  background: #F1EDFE;
}

.bg-transparent-dark {
  background: #E8E8E9;
}

.bg-transparent-warning {
  background: #FAEFCD;
}

.bg-transparent-light {
  background: #F7F8FA;
}

.bg-transparent-danger {
  background: #FFDCE0;
}

.bg-transparent-success {
  background: #EFFCED;
}

.bg-transparent-info {
  background: #EBF4FF;
}

.bg-light-gray {
  background: #FBFBFD;
}

/****** Layout ******/
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

::-webkit-scrollbar-track {
  background: #FBFBFD;
}

::-webkit-scrollbar-thumb {
  background: #B9BBBE;
}

::-webkit-scrollbar-thumb:hover {
  background: #B9BBBE;
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 25px;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input ~ .checkmarks {
  border: 1px solid #F8F9FB;
  border-radius: 2px;
}

.checkboxs input:checked ~ .checkmarks {
  background-color: #6338F6;
  border-color: #6338F6;
}
.checkboxs input:checked ~ .checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.page-wrapper {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 252px;
  padding: 56px 0 0;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .page-wrapper {
    margin: 0;
    padding: 60px 0 0;
  }
}
.page-wrapper .content {
  padding: 24px;
  background: #FDFDFE;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-wrapper .content {
    padding: 15px;
    padding-bottom: 0;
  }
}
.page-wrapper .content.content-two {
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-wrapper .content.content-two {
    padding-bottom: 15px;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start;
  }
}
.page-header .page-title {
  margin-bottom: 10px;
}
.page-header h3 {
  font-weight: 700;
  color: #141B27;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .page-header h3 {
    font-size: 14px;
  }
}
.page-header h4 {
  font-weight: 600;
  color: #141B27;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-header h4 {
    font-size: 18px;
  }
}
.page-header h6 {
  font-size: 14px;
  color: #434952;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-header h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72px;
  background-color: #FFF;
  z-index: 999;
  padding: 20px 10px;
  border-right: 1px solid #E8E8E9;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    width: 57px;
  }
}
@media (max-width: 767.98px) {
  .sidebar-menu {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
.sidebar-menu .logo {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sidebar-menu .logo {
    display: none;
  }
}
.sidebar-menu .menu-wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: calc(100vh - 105px);
}
@media (max-width: 767.98px) {
  .sidebar-menu .menu-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    height: auto;
    align-items: center;
    width: 100%;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .sidebar-menu .main-menu ul {
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.sidebar-menu .main-menu ul li {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .sidebar-menu .main-menu ul li {
    margin-bottom: 0px !important;
  }
}
.sidebar-menu .main-menu ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 8px;
  color: #141B27;
  font-size: 22px;
}
.sidebar-menu .main-menu ul li a.active, .sidebar-menu .main-menu ul li a:hover {
  background-color: #6338F6;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .sidebar-menu .main-menu ul li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.sidebar-menu .profile-menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sidebar-menu .profile-menu {
    justify-content: end;
    -webkit-justify-content: end;
    padding: 0px 10px 0 0;
  }
}
@media (max-width: 767.98px) {
  .sidebar-menu .profile-menu ul {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.sidebar-menu .profile-menu ul li {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .sidebar-menu .profile-menu ul li {
    margin-bottom: 0px;
  }
}
.sidebar-menu .profile-menu ul li a.dark-mode-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 8px;
  color: #141B27;
  font-size: 22px;
  display: none;
}
@media (max-width: 767.98px) {
  .sidebar-menu .profile-menu ul li a.dark-mode-toggle {
    height: 35px;
    width: 35px;
    font-size: 18px;
  }
}
.sidebar-menu .profile-menu ul li a.dark-mode-toggle:hover {
  background-color: #6338F6;
  color: #FFF;
}
.sidebar-menu .profile-menu ul li a.dark-mode-toggle.active {
  display: flex;
  display: -webkit-flex;
}
.sidebar-menu .profile-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar-menu .profile-menu .dropdown-menu {
  position: fixed;
  z-index: 1050;
}
.sidebar-menu .profile-menu .dropdown-menu.show {
  position: fixed !important;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.darkmode {
  color: #72767D;
  line-height: 1.5;
  background-color: #0D0D0D;
}
.darkmode .online::before {
  border: 2px solid #0D0D0D !important;
}
.darkmode .messages .chat-actions .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .messages .chat-actions .dropdown-menu li a {
  color: #D8DFEB;
}
.darkmode .messages .chat-actions .dropdown-menu li a:hover {
  background-color: #161616;
  color: #6338F6 !important;
}
.darkmode .form-label {
  color: #D8DFEB;
}
.darkmode .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .dropdown-menu li a {
  color: #D8DFEB;
}
.darkmode .dropdown-menu li a:hover {
  background-color: #161616;
}
.darkmode .dropdown .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .dropdown .dropdown-menu li a {
  color: #D8DFEB;
  background-color: #161616;
}
.darkmode .dropdown .dropdown-menu li a:hover {
  color: #6338F6;
}
.darkmode .form-check .form-check-input {
  background-color: #222224;
  border: 1px solid #222224;
}
.darkmode .form-check .form-check-label {
  color: #D8DFEB;
}
.darkmode .form-control {
  background-color: #0D0D0D;
  border: 1px solid #222224;
  color: #D8DFEB;
}
.darkmode .form-control:focus {
  color: #D8DFEB;
  border: 1px solid #222224;
}
.darkmode .form-select {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .form-select option {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .card {
  border: 1px solid #222224 !important;
  box-shadow: none;
}
.darkmode .card .card-body {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .card .card-body a {
  background-color: #0D0D0D !important;
}
.darkmode .modal .modal-content {
  background-color: #0D0D0D;
  border: #222224;
  box-shadow: none;
}
.darkmode .modal .modal-content .modal-header {
  border-bottom: #222224;
}
.darkmode .modal .modal-content .modal-header h6 {
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-header h4 {
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-header .btn-close {
  background-color: #72767D;
  color: #0D0D0D;
}
.darkmode .modal .modal-content .modal-body {
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-body .contact-actions a {
  border: 1px solid #222224;
}
.darkmode .modal .modal-content .modal-body .card .card-header {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224 !important;
}
.darkmode .modal .modal-content .modal-body .card .card-body {
  border: 1px solid #222224;
}
.darkmode .modal .modal-content .modal-body .link-item {
  border: 1px solid #222224 !important;
}
.darkmode .modal .modal-content .modal-body .link-item .input-group-text {
  background-color: #0D0D0D;
  border: 0;
}
.darkmode .modal .modal-content .modal-body h6 {
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-body .block-wrap p {
  color: #72767D;
}
.darkmode .modal .modal-content .modal-body ul li {
  color: #72767D;
}
.darkmode .modal .modal-content .modal-body p {
  color: #72767D;
}
.darkmode .modal .modal-content .modal-body .block-wrap span {
  background-color: #161616;
}
.darkmode .modal .modal-content .modal-body .block-wrap p {
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-body .drag-and-drop-block {
  background-color: #131313;
}
.darkmode .modal .modal-content .modal-body .drag-and-drop-block p {
  color: #D8DFEB !important;
}
.darkmode .modal .modal-content .modal-body .drag-and-drop-block span {
  color: #D8DFEB !important;
}
.darkmode .modal .modal-content .modal-body .contact-search .input-group {
  border: 1px solid #222224;
}
.darkmode .modal .modal-content .modal-body .contact-search .input-group .form-control {
  border-color: transparent;
}
.darkmode .modal .modal-content .modal-body .contact-search .input-group .input-group-text {
  background-color: #0D0D0D;
  border-color: transparent;
}
.darkmode .modal .modal-content .modal-body .contact-user {
  background: #0D0D0D;
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0);
  border-color: #131313 !important;
}
.darkmode .modal .modal-content .modal-body .contact-scroll .contact-user {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .modal .modal-content .modal-body .contact-scroll .contact-user .model-icon {
  background-color: #0D0D0D !important;
  border: 1px solid #222224 !important;
  color: #D8DFEB;
}
.darkmode .modal .modal-content .modal-body .contact-scroll .contact-user .form-check-input {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .sidebar-menu {
  background-color: #0D0D0D;
  border-right: #222224;
  box-shadow: none;
}
.darkmode .sidebar-menu .profile-menu ul li a.dark-mode-toggle.active {
  background-color: #6338F6;
  color: #D8DFEB;
}
.darkmode .sidebar-menu .profile-menu ul li .dropdown .dropdown-item {
  color: #D8DFEB;
}
.darkmode .sidebar-menu .profile-menu ul li .dropdown .dropdown-item:hover {
  background-color: #161616;
  color: #6338F6;
}
.darkmode .sidebar-menu .menu-wrap .main-menu ul li {
  margin-bottom: 8px;
}
.darkmode .sidebar-menu .menu-wrap .main-menu ul li a {
  color: #D8DFEB !important;
}
.darkmode .sidebar-group {
  border-right: 1px solid #181818;
  background-color: #181818;
}
.darkmode .sidebar-group .sidebar-content {
  background-color: #181818;
}
.darkmode .sidebar-group .sidebar-content .chat-search-header .header-title h4 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .sidebar-content .chat-search-header .search-wrap .input-group .form-control {
  background-color: #0D0D0D;
  border-color: #0D0D0D;
  color: #72767D;
}
.darkmode .sidebar-group .sidebar-content .chat-search-header .search-wrap .input-group .input-group-text {
  background-color: #0D0D0D;
  border-color: #0D0D0D;
}
.darkmode .sidebar-group .sidebar-content .top-online-contacts h5 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body .avatar::before {
  border: 2px solid #0D0D0D !important;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body h6 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body h5 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body .chat-users-wrap .chat-user-list {
  background-color: #0D0D0D;
  box-shadow: none;
  border-bottom: 1px solid #161616;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body .chat-users-wrap .chat-user-list:hover {
  box-shadow: 0px 0px 0px 2px rgb(99, 56, 246) inset;
}
.darkmode .sidebar-group .sidebar-content .sidebar-body .chat-users-wrap .chat-user-list .chat-user-msg h6 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .profile h6 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .border {
  border: 1px solid #222224 !important;
}
.darkmode .sidebar-group .chat-body .card {
  border: 1px solid #222224 !important;
  box-shadow: none;
}
.darkmode .sidebar-group .chat-body .card .card-body {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224;
}
.darkmode .sidebar-group .chat-body .card .card-body .list-group-item {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .sidebar-group .chat-body .card .card-body h6 {
  color: #D8DFEB;
}
.darkmode .sidebar-group .chat-body .card .card-body .profile-list {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .sidebar-group .chat-body .card .card-body .profile-list:last-child {
  border-bottom: none !important;
}
.darkmode .welcome-content {
  background-image: url(../img/bg/dark-background.png);
}
.darkmode .welcome-content .welcome-info .status-content {
  color: #D8DFEB !important;
}
.darkmode .welcome-content .welcome-info .welcome-box {
  background-color: #0D0D0D !important;
}
.darkmode .welcome-content .welcome-info .welcome-box h6 {
  color: #D8DFEB;
}
.darkmode .welcome-content .welcome-info .welcome-box::before {
  border-top: #0D0D0D;
}
.darkmode .user-stories-box .inner-popup .status-user-blk .user-details h6 {
  color: #D8DFEB !important;
}
.darkmode .chat .chat-header {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224;
  box-shadow: none;
}
.darkmode .chat .chat-header .chat-search .form-control {
  background-color: #0D0D0D;
  border: 1px solid #222224;
  color: #D8DFEB;
}
.darkmode .chat .chat-header .chat-search .input-group-text {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .chat .chat-header .user-details h6 {
  color: #D8DFEB;
}
.darkmode .chat .chat-header .chat-options ul li a {
  background: #0D0D0D;
}
.darkmode .chat .chat-header .chat-options ul li a:hover {
  background: #0D0D0D;
  color: #6338F6;
}
.darkmode .chat .chat-header .chat-options .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .chat .chat-header .chat-options .dropdown-menu li a {
  color: #D8DFEB;
}
.darkmode .chat .chat-body {
  background-image: url(../img/bg/dark-background.png);
  background-color: #0D0D0D;
}
.darkmode .chat .chat-body .messages .chats .chat-content .chat-profile-name h6 {
  color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content {
  background-color: #131313;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .message-reply {
  background-color: #131313;
  color: #72767D;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .chat-forward .forward-text {
  border-bottom: 1px solid #222224;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .file-attach .file-icon {
  background-color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .file-attach .download-icon {
  background-color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .file-attach .overflow-hidden h6 {
  color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group ul li {
  margin-bottom: 4px;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group ul li:last-child {
  margin-bottom: 0;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group ul li a {
  background-color: #131313;
  color: #D8DFEB;
  box-shadow: none;
  border-color: #131313;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group ul li a:hover {
  background-color: #6338F6;
  color: #FFF;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group ul li a:hover i {
  color: #FFF;
}
.darkmode .chat .chat-body .messages .chats .chat-content .message-content .emoj-group .emoj-group-list ul {
  background-color: #0D0D0D;
  border: 1px solid #0D0D0D;
}
.darkmode .chat .chat-body .messages .chats .chat-content .chat-actions a {
  color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats-right .chat-info .message-content {
  background-color: #6338F6;
}
.darkmode .chat .chat-body .messages .chats-right .chat-content .message-content {
  background-color: #6338F6;
}
.darkmode .chat .chat-body .messages .chats-right .chat-content .message-content .file-attach .file-icon {
  background-color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chats-right .chat-content .message-content .file-attach .download-icon {
  background-color: #D8DFEB;
}
.darkmode .chat .chat-body .messages .chat-line::before {
  background-color: #222224;
}
.darkmode .chat .chat-body .messages .chat-line span {
  color: #D8DFEB;
}
.darkmode .chat .chat-footer .footer-form {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .chat .chat-footer .footer-form .chat-footer-wrap {
  background-color: #131313;
}
.darkmode .chat .chat-footer .footer-form .form-item .dropdown-menu a {
  color: #D8DFEB;
}
.darkmode .chat .chat-footer .footer-form .form-item .dropdown-menu a:hover {
  background-color: #161616;
  color: #6338F6;
}
.darkmode .chat-offcanvas {
  background: #222224 !important;
}
.darkmode .chat-offcanvas .offcanvas-header {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-offcanvas .offcanvas-header h4 {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-header .btn-close {
  background-color: #0D0D0D;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .contact-profile-info h6 {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .action-wrap {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .action-wrap p {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper h5 {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .list-group {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .list-group .list-group-item {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .list-group .list-group-item h6 {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .list-group .list-group-item:last-child {
  border-bottom: 0 !important;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card {
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card .card-body {
  background-color: #0D0D0D;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card .card-body .profile-info-content {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card .card-body h6 {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card .card-body .social-icon a {
  background-color: #131313;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .card .card-body .social-icon a i {
  color: #72767D;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item:last-child {
  border-bottom: 0 !important;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #0D0D0D;
  color: #D8DFEB;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: #0D0D0D;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item .accordion-body {
  background-color: #0D0D0D;
}
.darkmode .chat-offcanvas .offcanvas-body .chat-contact-info .profile-content .content-wrapper .accordion .accordion-item .accordion-body .link-item {
  border: 1px solid #222224;
}
.darkmode .chat-offcanvas .offcanvas-body .favourite-chats a {
  background-color: #0D0D0D;
  border: 1px solid #222224;
  color: #D8DFEB;
}
.darkmode .fav-canvas {
  background-color: #0D0D0D !important;
  border-left: 1px solid #222224 !important;
}
.darkmode .fav-canvas .offcanvas-body .chats {
  border: 1px solid #222224 !important;
}
.darkmode .fav-canvas .offcanvas-body .chats .chat-content .chat-profile-name h6 {
  color: #D8DFEB;
}
.darkmode .fav-canvas .offcanvas-body .chats .chat-content .message-content {
  background-color: #131313;
}
.darkmode .document-item {
  border: 1px solid #222224;
}
.darkmode .document-item .document-icon {
  background-color: #D8DFEB;
}
.darkmode .document-item h6 {
  color: #D8DFEB;
}
.darkmode .document-item a {
  background-color: #D8DFEB;
}
.darkmode .chat-file .chat-accordion {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .chat-file .chat-accordion .accordion-item {
  background-color: #0D0D0D;
}
.darkmode .chat-file .chat-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #0D0D0D !important;
  color: #D8DFEB;
  border-radius: 0 !important;
}
.darkmode .chat-file .chat-accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: #0D0D0D;
}
.darkmode .chat-file .chat-accordion .accordion-item .accordion-body {
  background-color: #0D0D0D;
}
.darkmode .chat-file .chat-accordion .accordion-item .accordion-body .link-item {
  border: 1px solid #222224;
}
.darkmode .chat-file .chat-accordion .accordion-item .accordion-body .link-item .form-control-light {
  background-color: #0D0D0D !important;
}
.darkmode .chat-file .chat-accordion h6 a {
  color: #D8DFEB;
}
.darkmode .chat-file .file-item .accordion .profile-list {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-file .file-item .accordion .profile-list .accordion-item {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-file .file-item .accordion .accordion-body .device-option a {
  color: #D8DFEB;
}
.darkmode .chat-file .file-item .accordion .accordion-body .device-option .device-icon {
  background-color: #0D0D0D;
}
.darkmode .chat-file .file-item .accordion .accordion-body .device-option h6 {
  color: #D8DFEB;
}
.darkmode .chat-file .file-item .card .card-body .profile-list {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-file .file-item .card .card-body .profile-list h6 a {
  color: #D8DFEB;
}
.darkmode .chat-file .file-item .card .card-body h6 a {
  color: #D8DFEB;
}
.darkmode .chat-file .file-item .list-group {
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode .chat-file .file-item .list-group .list-group-item {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224 !important;
}
.darkmode .chat-file .file-item .list-group .list-group-item h6 {
  color: #D8DFEB;
}
.darkmode .user-status-group .user-stories-box .chat-footer-wrap .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .user-status-group .user-stories-box .chat-footer-wrap .dropdown-menu .dropdown-item {
  color: #D8DFEB;
}
.darkmode .user-status-group .user-stories-box .chat-footer-wrap .dropdown-menu .dropdown-item:hover {
  background-color: #161616;
  color: #6338F6;
}
.darkmode .user-status-group .user-stories-box .status-pause {
  background-color: #0D0D0D;
  color: #D8DFEB;
}
.darkmode .chat-messages .chat-header .avatar::before {
  border: 2px solid #0D0D0D !important;
}
.darkmode .chat-messages .chat-footer .footer-form .dropdown-menu {
  background-color: #0D0D0D;
  box-shadow: none;
  border: 1px solid #222224;
}
.darkmode .chat-messages .chat-footer .footer-form .dropdown-menu a {
  color: #D8DFEB;
}
.darkmode .chat-messages .chat-footer .footer-form .dropdown-menu a:hover {
  background-color: #161616;
  color: #FFF;
}
.darkmode .emoj-action-foot .emoj-group-list-foot ul {
  background: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .chats-dropdown a {
  color: #D8DFEB;
}
.darkmode .profile-item.list-group .list-group-item:last-child {
  border: 0 !important;
}
.darkmode .others {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .voice-call .modal-header .card .card-body h6 {
  color: #D8DFEB;
}
.darkmode .voice-call .modal-header .card .card-body h3 {
  color: #D8DFEB;
}
.darkmode .voice-call .modal-header .card .card-body .badge-danger {
  background-color: #FD3A55 !important;
}
.darkmode .voice-call .call-controll-block {
  background-color: #181818;
  border: 1px solid #222224;
}
.darkmode .voice-call .call-controll-block .call-decline {
  background-color: #FD3A55;
}
.darkmode .voice-call .call-controll-block a {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .video-call-popup .modal-header h6 {
  color: #D8DFEB;
}
.darkmode .video-call-popup .call-controll-block {
  background-color: #181818;
  border: 1px solid #222224;
}
.darkmode .video-call-popup .call-controll-block .call-decline {
  background-color: #FD3A55;
}
.darkmode .video-call-popup .call-controll-block a {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .login-bg1 .card {
  border: 1px solid #F8F9FB !important;
}
.darkmode .login-bg1 .card .card-body {
  background-color: #FFF;
}
.darkmode .login-bg1 .card .card-body a {
  background-color: transparent !important;
}
.darkmode .login-bg1 .card .card-body .login-or span {
  color: #72767D;
}
.darkmode .login-bg1 .card .card-body .form-wrap p {
  color: #141B27;
}
.darkmode .login-bg1 .card .card-body .form-wrap a {
  background-color: transparent !important;
}
.darkmode .login-bg1 .card .card-body p {
  color: #72767D;
}
.darkmode .login-bg1 .card .card-body .form-label {
  color: #141B27;
}
.darkmode .login-bg1 .card .card-body .form-control {
  background-color: #FFF;
  border: 1px solid #E8E8E9;
}
.darkmode .login-bg1 .card .card-body .form-check-input {
  background-color: #FFF;
  border: 1px solid #B9BBBE;
}
.darkmode .call-controll-block {
  background-color: #181818;
  border: 1px solid #222224;
}
.darkmode .call-controll-block .call-decline {
  background-color: #FD3A55;
}
.darkmode .call-controll-block a {
  background-color: #0D0D0D;
  border: 1px solid #222224;
}
.darkmode .call-details-popup {
  border: 1px solid #222224;
}
.darkmode .call-details-popup .card-header {
  background-color: #0D0D0D;
  border-bottom: 1px solid #222224;
}
.darkmode .call-details-popup .card-header h4 {
  color: #D8DFEB;
}
.darkmode .call-details-popup .card-body h6 {
  color: #D8DFEB;
}
.darkmode .call-details-popup .card-footer {
  background-color: #0D0D0D;
}
.darkmode .block-wrap p {
  color: #D8DFEB !important;
}
.darkmode .top-online-contacts .avatar::before {
  border: 2px solid #0D0D0D !important;
}
.darkmode .profile .profile-header {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .video-call h3 {
  color: #D8DFEB;
}
.darkmode .profile-item .accordion-flush {
  background-color: #0D0D0D;
  box-shadow: none;
  border-bottom: 1px solid #222224 !important;
}
.darkmode .profile-item .accordion-flush .accordion-header a {
  color: #D8DFEB;
}
.darkmode .profile-item .accordion-flush .accordion-header a::after {
  background-color: #0D0D0D;
}
.darkmode .accordion-body {
  background-color: #0D0D0D;
}
.darkmode .border-bottom {
  border-bottom: 1px solid #222224 !important;
}
.darkmode .disappearing-card .form-check-label {
  background-color: #181818;
  border-color: #222224;
  color: #D8DFEB;
}
.darkmode .disappearing-card .form-check-input:checked + .form-check-label {
  background-color: #222224;
  border-color: #6338F6;
}
.darkmode .disappearing-icon {
  background-color: #222224;
  color: #D8DFEB;
}
.darkmode .disappearing-banner {
  background-color: rgba(99, 56, 246, 0.12);
  border-color: rgba(99, 56, 246, 0.3);
  color: #D8DFEB;
}
.darkmode .modal .disappearing-banner {
  background-color: #181818;
  border-color: #222224;
}
.darkmode .modal .disappearing-banner > .ti {
  color: #8A8D93;
}
.darkmode .media-delete-option {
  background-color: #181818;
  border-color: #222224;
}
.darkmode .media-delete-option .form-check-label {
  color: #D8DFEB;
}
.darkmode .disappearing-banner h6 {
  color: #D8DFEB;
}
.darkmode .disappearing-badge,
.darkmode .timer-pill {
  background-color: #161616;
}
.darkmode .chat-empty h4 {
  color: #D8DFEB;
}
.darkmode .chat-selection-bar {
  background-color: #161616;
  border-block-end-color: #222224;
}
.darkmode .chat-compose-bar {
  background-color: #181818;
  border-color: #222224;
}
.darkmode .chat-compose-bar h6 {
  color: #D8DFEB;
}
.darkmode .chat-compose-icon {
  background-color: #0D0D0D;
}
.darkmode .chat-search-result,
.darkmode .chat-mention-list {
  background-color: #0D0D0D;
  border-color: #222224;
  box-shadow: none;
}
.darkmode .chat-search-result a,
.darkmode .chat-mention-list a {
  color: #D8DFEB;
}
.darkmode .chat-search-result a:hover, .darkmode .chat-search-result a:focus-visible, .darkmode .chat-search-result a.active,
.darkmode .chat-mention-list a:hover,
.darkmode .chat-mention-list a:focus-visible,
.darkmode .chat-mention-list a.active {
  background-color: #161616;
}
.darkmode .chat-map {
  background-color: #181818;
  background-image: linear-gradient(115deg, transparent 46%, rgba(12, 198, 140, 0.35) 46% 54%, transparent 54%), linear-gradient(65deg, transparent 62%, rgba(27, 132, 255, 0.3) 62% 68%, transparent 68%), linear-gradient(#222224 1px, transparent 1px), linear-gradient(90deg, #222224 1px, transparent 1px);
}
.darkmode .chat-poll-option {
  background-color: #181818;
  border-color: #222224;
  color: #D8DFEB;
}
.darkmode .chat-poll-bar {
  background-color: #161616;
}
.darkmode .chat-body[data-wallpaper="1"] {
  background-color: #161616;
}
.darkmode .chat-body[data-wallpaper="2"],
.darkmode .chat-body[data-wallpaper="3"],
.darkmode .chat-body[data-wallpaper="4"],
.darkmode .chat-body[data-wallpaper="5"] {
  background-color: #181818;
}
.darkmode .wallpaper-swatch {
  border-color: #222224;
}
.darkmode .wallpaper-swatch.active {
  border-color: #6338F6;
}
.darkmode .chats mark {
  background-color: rgba(255, 193, 7, 0.3);
  color: #D8DFEB;
}
.darkmode .settings-group {
  border-color: #222224;
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode #setting-menu .search-wrap .input-group {
  border-color: #222224;
  background-color: #0D0D0D;
  box-shadow: none;
}
.darkmode #setting-menu .search-wrap .form-control {
  color: #D8DFEB;
}
.darkmode #settings-index .settings-row {
  color: #D8DFEB;
}
.darkmode #settings-index .settings-row:hover, .darkmode #settings-index .settings-row:focus-visible {
  background-color: rgba(99, 56, 246, 0.18);
  color: #D8DFEB;
}
.darkmode #settings-index .settings-row:hover .settings-icon, .darkmode #settings-index .settings-row:focus-visible .settings-icon {
  background-color: #0D0D0D;
  color: rgb(175.5, 153.5865384615, 250.4134615385);
  box-shadow: none;
}
.darkmode #settings-index .settings-row:hover .settings-chevron, .darkmode #settings-index .settings-row:focus-visible .settings-chevron {
  color: rgb(175.5, 153.5865384615, 250.4134615385);
}
.darkmode .settings-icon {
  border-color: #222224;
  background-color: #181818;
  color: #8A8D93;
}
.darkmode .contact-presence {
  color: #8A8D93;
}
.darkmode [data-contact-list] mark {
  background-color: rgba(99, 56, 246, 0.22);
  color: rgb(183.15, 163.3451923077, 250.8548076923);
}
.darkmode .contact-stat {
  border-color: #222224;
}
.darkmode .contact-stat h6 {
  color: #D8DFEB;
}
.darkmode .contact-stat p {
  color: #8A8D93;
}
.darkmode .dc-toast {
  background-color: #181818;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.darkmode .dc-toast-title {
  color: #D8DFEB;
}
.darkmode .dc-toast-message {
  color: #8A8D93;
}
.darkmode .dc-toast-close {
  filter: invert(1) grayscale(100%);
}
.darkmode .dc-toast.is-success .dc-toast-icon {
  background-color: rgba(12, 198, 140, 0.18);
  color: rgb(29.8457142857, 241.3542857143, 175.4);
}
.darkmode .dc-toast.is-error .dc-toast-icon {
  background-color: rgba(253, 58, 85, 0.18);
  color: rgb(253.6150753769, 118.5849246231, 137.2814070352);
}
.darkmode .dc-toast.is-warning .dc-toast-icon {
  background-color: rgba(255, 193, 7, 0.18);
  color: rgb(255, 203.2, 47.8);
}
.darkmode .dc-toast.is-info .dc-toast-icon {
  background-color: rgba(27, 132, 255, 0.18);
  color: rgb(98.4, 170.5184210526, 255);
}
.darkmode #chat-body::-webkit-scrollbar-thumb {
  background-color: rgba(216, 223, 235, 0.2);
}
.darkmode .chats .message-content {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.4);
}
.darkmode .chats.chats-right .message-content {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.4);
}
.darkmode .device-head {
  border-block-end-color: #222224;
}
.darkmode .device-row:hover {
  background-color: #181818;
}
.darkmode .device-tag {
  background-color: rgba(99, 56, 246, 0.2);
  color: rgb(175.5, 153.5865384615, 250.4134615385);
}
.darkmode .device-remove {
  color: #8A8D93;
}
.darkmode .device-remove:hover, .darkmode .device-remove:focus-visible {
  background-color: rgba(253, 58, 85, 0.2);
  color: rgb(253.5125628141, 108.4874371859, 128.567839196);
}
.darkmode .settings-hero {
  border-color: #222224;
  background-color: #0D0D0D;
  box-shadow: none;
  color: #D8DFEB;
}
.darkmode .settings-hero:hover, .darkmode .settings-hero:focus-visible {
  border-color: rgb(175.5, 153.5865384615, 250.4134615385);
  color: #D8DFEB;
}
.darkmode .settings-hero:hover .settings-chevron, .darkmode .settings-hero:focus-visible .settings-chevron {
  color: rgb(175.5, 153.5865384615, 250.4134615385);
}
.darkmode .settings-hero-avatar {
  background-color: rgba(99, 56, 246, 0.24);
}
.darkmode .settings-hero-name,
.darkmode .settings-label {
  color: #D8DFEB;
}
.darkmode .settings-hero-meta,
.darkmode .settings-sub,
.darkmode .settings-value,
.darkmode .settings-chevron,
.darkmode .settings-title {
  color: #8A8D93;
}
.darkmode [data-empty] h6 {
  color: #D8DFEB;
}
.darkmode [data-empty] p {
  color: #8A8D93;
}
.darkmode .status-view-time {
  color: #8A8D93;
}
.darkmode .status-nav {
  background-color: rgba(24, 24, 24, 0.9);
  color: #D8DFEB;
}
.darkmode .status-nav:hover, .darkmode .status-nav:focus-visible {
  background-color: #181818;
}
.darkmode .status-swatch.active {
  border-color: #D8DFEB;
}
.darkmode .status-msg .chat-empty h4 {
  color: #D8DFEB;
}
.darkmode .schedule-preview {
  background-color: #181818;
  border-color: #222224;
  color: #D8DFEB;
}
.darkmode .schedule-preview p {
  color: #8A8D93;
}
.darkmode .schedule-card {
  background-color: #181818;
  border-color: #222224;
  color: #D8DFEB;
}
.darkmode .schedule-card h6 {
  color: #D8DFEB;
}
.darkmode .schedule-card p {
  color: #8A8D93;
}
.darkmode .schedule-badge {
  background-color: #161616;
}
.darkmode .chats:not(.chats-right) .schedule-note {
  color: #8A8D93;
}
.darkmode .status-ring .status-ring-seg.is-seen {
  stroke: #8A8D93;
}
.darkmode .status-ring .status-ring-seg.is-muted,
.darkmode .status-ring .status-ring-seg.is-empty {
  stroke: #222224;
}
.darkmode .status-ring .status-ring-add {
  border-color: #181818;
}
.darkmode .qr-frame {
  background-color: #181818;
  border-color: #222224;
}
.darkmode .qr-svg {
  fill: #D8DFEB;
}
.darkmode .qr-avatar {
  border-color: #181818;
  background-color: #181818;
}
.darkmode .qr-scanner {
  background-color: #222224;
}
.darkmode .qr-scan-body p {
  color: #8A8D93;
}
.darkmode .qr-result {
  background-color: #181818;
  border-color: #222224;
}
.darkmode .qr-result h6 {
  color: #D8DFEB;
}
.darkmode .qr-result p {
  color: #8A8D93;
}
.darkmode .qr-history p {
  color: #8A8D93;
}
.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode h6 {
  color: #D8DFEB !important;
}
.darkmode .call-card {
  border-color: #222224;
  background-color: #181818;
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0) !important;
}
.darkmode .call-card:hover, .darkmode .call-card:focus-visible {
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0) !important;
}
.darkmode .call-card-title {
  color: #D8DFEB;
}
.darkmode .call-card-who {
  color: #D8DFEB;
}
.darkmode .call-card-meta {
  color: #72767D;
}
.darkmode .call-card-icon .call-card-pip {
  border-color: #181818;
}
.darkmode .search-wrap .input-group {
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0) !important;
}
.darkmode .bg-transparent-dark {
  background: rgba(232, 232, 233, 0.1215686275);
}
.darkmode .bg-soft-primary {
  background-color: rgba(227, 219, 253, 0.1215686275);
}
.darkmode .btn.btn-light {
  background: #181818;
  border-color: #181818;
}
.darkmode .modal .modal-footer {
  border-top: 1px solid #181818 !important;
}
.darkmode .wallpaper-section .sub-title {
  color: #D8DFEB;
}
.darkmode .chat-offcanvas.offcanvas {
  border-left: 1px solid #181818;
}
.darkmode .white-text, .darkmode .settings-hero-name, .darkmode .settings-value {
  color: #fff !important;
}
.darkmode .wallpaper-swatch {
  background-color: rgba(0, 0, 0, 0.2117647059) !important;
}
.darkmode .border-top {
  border-top: 1px solid #181818 !important;
}
.darkmode .qr-state {
  background: #181818;
}
.darkmode .bg-white {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #737373 !important;
}

/******* Components ******/
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #FFF;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before, .avatar.offline:before, .avatar.idle:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 2px;
  inset-block-end: 0;
  border: 2px solid #FFF !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #0CC68C;
}
.avatar.offline:before {
  background-color: #FD3A55;
}
.avatar.away:before {
  background-color: #FFC107;
}
.avatar.idle:before {
  background-color: #FFC107;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before, .avatar.avatar-sm.idle:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before, .avatar.avatar-md.idle:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before, .avatar.avatar-lg.idle:before {
  width: 14px;
  height: 14px;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before, .avatar.avatar-xl.idle:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before, .avatar.avatar-xxl.idle:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before, .avatar.avatar-xxxl.idle:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #6338F6;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 15px;
  font-weight: 500;
  color: #141B27;
  width: 30px;
  height: 40px;
  line-height: 40px;
}
.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #F8F9FB;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.bootstrap-datetimepicker-widget table th.prev span:hover, .bootstrap-datetimepicker-widget table th.next span:hover {
  background: #0D1119;
  border-color: #0D1119;
  color: #FFF;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 15px;
  color: #434952;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #6338F6;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #0CC68C !important;
}

.shadow-sm {
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36) !important;
}

.shadow-md {
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05) !important;
}

.list-group-item {
  border-color: #E8E8E9 !important;
  color: inherit;
}

.list-styled-dotted li {
  list-style-type: disc;
}

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #72767D;
  border: 1px solid #72767D;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #FD3A55;
  border-color: #FD3A55;
}

hr {
  border-color: #F8F9FB;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.btn-primary {
  color: #FFF;
  background-color: #6338F6;
  border-color: #6338F6;
  font-size: 14px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn.show:hover, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #6338F6;
  border-color: #6338F6;
  color: #FFF;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-primary {
  background-color: #6338F6;
  border: 1px solid #6338F6;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(72.225, 21.8447115385, 244.4552884615);
  border: 1px solid rgb(72.225, 21.8447115385, 244.4552884615);
  color: #FFF;
}
.btn.btn-secondary {
  background-color: #60CBFF;
  border: 1px solid #60CBFF;
  color: #FFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: rgb(60.3, 191.3245283019, 255);
  border: 1px solid rgb(60.3, 191.3245283019, 255);
  color: #FFF;
}
.btn.btn-success {
  background-color: #0CC68C;
  border: 1px solid #0CC68C;
  color: #FFF;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: rgb(9.96, 164.34, 116.2);
  border: 1px solid rgb(9.96, 164.34, 116.2);
  color: #FFF;
}
.btn.btn-info {
  background-color: #1B84FF;
  border: 1px solid #1B84FF;
  color: #FFF;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: rgb(0, 113.4276315789, 246.3);
  border: 1px solid rgb(0, 113.4276315789, 246.3);
  color: #FFF;
}
.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: #FFF;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: rgb(226.3, 169.725, 0);
  border: 1px solid rgb(226.3, 169.725, 0);
  color: #FFF;
}
.btn.btn-danger {
  background-color: #FD3A55;
  border: 1px solid #FD3A55;
  color: #FFF;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: rgb(252.6412060302, 22.6587939698, 54.5025125628);
  border: 1px solid rgb(252.6412060302, 22.6587939698, 54.5025125628);
  color: #FFF;
}
.btn.btn-dark {
  background-color: #0D1119;
  border: 1px solid #0D1119;
  color: #FFF;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: rgb(0.7868421053, 1.0289473684, 1.5131578947);
  border: 1px solid rgb(0.7868421053, 1.0289473684, 1.5131578947);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F7F8FA;
  border: 1px solid #F7F8FA;
  color: #FFF;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(225.0307692308, 228.7769230769, 236.2692307692);
  border: 1px solid rgb(225.0307692308, 228.7769230769, 236.2692307692);
  color: #FFF;
}
.btn.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: hsl(0, 0%, -7%);
  border: 1px solid hsl(0, 0%, -7%);
  color: #FFF;
}
.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: #FFF;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple.focus, .btn.btn-purple:active, .btn.btn-purple.active {
  background-color: rgb(148.5701195219, 59.6059760956, 163.6940239044);
  border: 1px solid rgb(148.5701195219, 59.6059760956, 163.6940239044);
  color: #FFF;
}
.btn.btn-primary {
  background-color: #734CF7;
  border: 1px solid #734CF7;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(88.2727272727, 41.8272727273, 245.4727272727);
  border: 1px solid rgb(88.2727272727, 41.8272727273, 245.4727272727);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F8F9FB;
  border: 1px solid #F8F9FB;
  color: #434952;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(238.2636363636, 240.6545454545, 245.4363636364);
  border: 1px solid #F8F9FB;
  color: #434952;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #141B27;
}
.btn.btn-white:hover {
  background-color: #D0D1D4;
}
.btn.btn-shadow {
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}

.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

.btn-list > button, .btn-list > a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

.btn-square {
  border-radius: 0;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}
.btn.btn-primary-light:hover, .btn.btn-primary-light:focus, .btn.btn-primary-light:active {
  background-color: #6338F6;
  color: #FFF;
  border-color: #6338F6;
}
.btn.btn-secondary-light {
  background-color: rgba(96, 203, 255, 0.1);
  color: #60CBFF;
}
.btn.btn-secondary-light:hover, .btn.btn-secondary-light:focus, .btn.btn-secondary-light:active {
  background-color: #60CBFF;
  color: #FFF;
  border-color: #60CBFF;
}
.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.btn.btn-warning-light:hover, .btn.btn-warning-light:focus, .btn.btn-warning-light:active {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.btn.btn-info-light {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.btn.btn-info-light:hover, .btn.btn-info-light:focus, .btn.btn-info-light:active {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}
.btn.btn-success-light {
  background-color: rgba(12, 198, 140, 0.1);
  color: #0CC68C;
}
.btn.btn-success-light:hover, .btn.btn-success-light:focus, .btn.btn-success-light:active {
  background-color: #0CC68C;
  color: #FFF;
  border-color: #0CC68C;
}
.btn.btn-danger-light {
  background-color: rgba(253, 58, 85, 0.1);
  color: #FD3A55;
}
.btn.btn-danger-light:hover, .btn.btn-danger-light:focus, .btn.btn-danger-light:active {
  background-color: #FD3A55;
  color: #FFF;
  border-color: #FD3A55;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #6338F6;
  border: 1px solid #6338F6;
}
.btn.btn-primary-ghost:active {
  color: #6338F6;
  border: 1px solid #6338F6;
  background-color: transparent;
}
.btn.btn-dark {
  background: #141B27 !important;
  border-color: #141B27 !important;
  box-shadow: none;
  color: #FFF;
}
.btn.btn-dark:hover {
  background: #252a30 !important;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #60CBFF;
  border: 1px solid #60CBFF;
}
.btn.btn-secondary-ghost:active {
  color: #60CBFF;
  border: 1px solid #60CBFF;
  background-color: transparent;
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}
.btn.btn-info-ghost:active {
  color: #1B84FF;
  border: 1px solid #1B84FF;
  background-color: transparent;
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: #0CC68C;
  border: 1px solid #0CC68C;
}
.btn.btn-success-ghost:active {
  color: #0CC68C;
  border: 1px solid #0CC68C;
  background-color: transparent;
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: #FD3A55;
  border: 1px solid #FD3A55;
}
.btn.btn-danger-ghost:active {
  color: #FD3A55;
  border: 1px solid #FD3A55;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-outline-primary {
  border: 1px solid #6338F6 !important;
  color: #6338F6 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #6338F6 !important;
  border: 1px solid #6338F6 !important;
  box-shadow: 0 3px 10px rgba(99, 56, 246, 0.5);
  color: #FFF !important;
}

.btn-outline-secondary {
  border: 1px solid #60CBFF !important;
  color: #60CBFF !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #60CBFF !important;
  border: 1px solid #60CBFF !important;
  box-shadow: 0 3px 10px rgba(96, 203, 255, 0.5);
  color: #FFF !important;
}

.btn-outline-success {
  border: 1px solid #0CC68C !important;
  color: #0CC68C !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success.active {
  background-color: #0CC68C !important;
  border: 1px solid #0CC68C !important;
  box-shadow: 0 3px 10px rgba(12, 198, 140, 0.5);
  color: #FFF !important;
}

.btn-outline-danger {
  border: 1px solid #FD3A55 !important;
  color: #FD3A55 !important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background-color: #FD3A55 !important;
  border: 1px solid #FD3A55 !important;
  box-shadow: 0 3px 10px rgba(253, 58, 85, 0.5);
  color: #FFF !important;
}

.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: #FFF !important;
}

.btn-outline-info {
  border: 1px solid #1B84FF !important;
  color: #1B84FF !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info.active {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  box-shadow: 0 3px 10px rgba(27, 132, 255, 0.5);
  color: #FFF !important;
}

.btn-outline-light {
  border: 1px solid #F7F8FA !important;
  color: #434952 !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #F7F8FA !important;
  border: 1px solid #F7F8FA !important;
  color: #434952 !important;
}

.btn-outline-dark {
  border: 1px solid #0D1119 !important;
  color: #0D1119 !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: #0D1119 !important;
  border: 1px solid #0D1119 !important;
  box-shadow: 0 3px 10px rgba(13, 17, 25, 0.5);
  color: #FFF !important;
}

.btn-soft-primary {
  background-color: #C7B7FC !important;
  color: #6338F6 !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary.focus, .btn-soft-primary:active, .btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(99, 56, 246, 0.2);
  border-color: #6338F6;
}

.btn-soft-secondary {
  background-color: #C6ECFF !important;
  color: #60CBFF !important;
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary.focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(96, 203, 255, 0.2);
  border-color: #60CBFF;
}

.btn-soft-success {
  background-color: #BAECB9 !important;
  color: #0CC68C !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success.focus, .btn-soft-success:active, .btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(12, 198, 140, 0.2);
  border-color: #0CC68C;
}

.btn-soft-danger {
  background-color: #FFEDF0 !important;
  color: #FD3A55 !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger.focus, .btn-soft-danger:active, .btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(253, 58, 85, 0.2);
  border-color: #FD3A55;
}

.btn-soft-warning {
  background-color: #FEB8C2 !important;
  color: #FFC107 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning.focus, .btn-soft-warning:active, .btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}

.btn-soft-info {
  background-color: rgba(27, 132, 255, 0.3) !important;
  color: #1B84FF !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info.focus, .btn-soft-info:active, .btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(27, 132, 255, 0.2);
  border-color: #1B84FF;
}

.btn-soft-light {
  background-color: rgba(247, 248, 250, 0.9) !important;
  color: #72767D !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light.focus, .btn-soft-light:active, .btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(247, 248, 250, 0.2);
  border-color: #F7F8FA;
  border-color: #72767D;
}

.btn-soft-dark {
  background-color: rgba(13, 17, 25, 0.3) !important;
  color: #FFF !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark.focus, .btn-soft-dark:active, .btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(13, 17, 25, 0.2);
  border-color: #0D1119;
}

.primary-hover:hover {
  background: #6338F6 !important;
  color: #FFF;
}

.page-loader {
  width: 48px;
  height: 48px;
  border: 4px solid;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent #6338F6 #6338F6 transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s ease-in-out infinite;
}

.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 12px solid;
  border-color: transparent #60CBFF #60CBFF transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.warning-btn-hover:hover {
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #FFF;
}

.success-btn-hover:hover {
  background: #0CC68C !important;
  border-color: #0CC68C !important;
  color: #FFF;
}

.danger-btn-hover:hover {
  background: #FD3A55 !important;
  border-color: #FD3A55 !important;
  color: #FFF !important;
}

.secondary-btn-hover:hover {
  background: #60CBFF !important;
  border-color: #60CBFF !important;
  color: #FFF;
}

.primary-btn-hover:hover {
  background: #6338F6 !important;
  border-color: #6338F6 !important;
  color: #FFF !important;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 5px 12px;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.badge.badge-primary {
  background: rgba(99, 56, 246, 0.1);
  box-shadow: 0 1px 1px rgba(99, 56, 246, 0.5);
  color: #6338F6;
}

.badge.badge-primary {
  background: #6338F6;
  color: #FFF;
}
.badge.badge-soft-primary {
  background: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}

.badge.badge-secondary {
  background: #60CBFF;
  color: #FFF;
}
.badge.badge-soft-secondary {
  background: rgba(96, 203, 255, 0.1);
  color: #60CBFF;
}

.badge.badge-success {
  background: #0CC68C;
  color: #FFF;
}
.badge.badge-soft-success {
  background: rgba(12, 198, 140, 0.1);
  color: #0CC68C;
}

.badge.badge-info {
  background: #1B84FF;
  color: #FFF;
}
.badge.badge-soft-info {
  background: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}

.badge.badge-warning {
  background: #FFC107;
  color: #FFF;
}
.badge.badge-soft-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.badge.badge-danger {
  background: #FD3A55;
  color: #FFF;
}
.badge.badge-soft-danger {
  background: rgba(253, 58, 85, 0.1);
  color: #FD3A55;
}

.badge.badge-dark {
  background: #0D1119;
  color: #FFF;
}
.badge.badge-soft-dark {
  background: rgba(13, 17, 25, 0.1);
  color: #0D1119;
}

.badge.badge-light {
  background: #F7F8FA;
  color: #FFF;
}
.badge.badge-soft-light {
  background: rgba(247, 248, 250, 0.1);
  color: #F7F8FA;
}

.badge.badge-black {
  background: #000;
  color: #FFF;
}
.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.badge.badge-purple {
  background: #AB47BC;
  color: #FFF;
}
.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}

.badge {
  padding: 8px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.badge.arrow {
  width: 20px;
  height: 20px;
  background: #FDFDFE;
  color: #0D1119;
}
.badge.arrow:hover {
  background: #6338F6;
  color: #FFF;
}

.badge.bg-light.arrow:hover {
  background: #0D1119 !important;
}

.badge-primary-transparent {
  background: #F1EDFE;
  color: #6338F6;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #F7F8FA;
}

.border {
  border: 1px solid #E8E8E9 !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid #6338F6 !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: rgba(99, 56, 246, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: rgba(99, 56, 246, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: rgba(99, 56, 246, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: rgba(99, 56, 246, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: #6338f6 !important;
}
.border.border-secondary {
  border: 1px solid #60CBFF !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(96, 203, 255, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(96, 203, 255, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(96, 203, 255, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(96, 203, 255, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: #60cbff !important;
}
.border.border-info {
  border: 1px solid #1B84FF !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(27, 132, 255, 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(27, 132, 255, 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(27, 132, 255, 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(27, 132, 255, 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: #1b84ff !important;
}
.border.border-success {
  border: 1px solid #0CC68C !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(12, 198, 140, 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(12, 198, 140, 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(12, 198, 140, 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(12, 198, 140, 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: #0cc68c !important;
}
.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}
.border.border-danger {
  border: 1px solid #FD3A55 !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(253, 58, 85, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(253, 58, 85, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(253, 58, 85, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(253, 58, 85, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: #fd3a55 !important;
}
.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid #F7F8FA !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(247, 248, 250, 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(247, 248, 250, 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(247, 248, 250, 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(247, 248, 250, 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: #f7f8fa !important;
}
.border.border-dark {
  border: 1px solid #0D1119 !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(13, 17, 25, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(13, 17, 25, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(13, 17, 25, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(13, 17, 25, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: #0d1119 !important;
}
.border.border-dark-2 {
  border: 2px solid #E8E8E9 !important;
  border-radius: 8px !important;
  height: 70px;
  width: 70px;
}
.border.border-dark-2.active {
  border-color: #6338F6 !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}

.border-top {
  border-top: 1px solid #E8E8E9 !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: #6338F6 !important;
}
.border-top.border-secondary {
  border-color: #60CBFF !important;
}
.border-top.border-warning {
  border-color: #FFC107 !important;
}
.border-top.border-info {
  border-color: #1B84FF !important;
}
.border-top.border-success {
  border-color: #0CC68C !important;
}
.border-top.border-danger {
  border-color: #FD3A55 !important;
}
.border-top.border-light {
  border-color: #F7F8FA !important;
}
.border-top.border-dark {
  border-color: #0D1119 !important;
}

.border-end {
  border-inline-end: 1px solid #E8E8E9 !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: #6338F6 !important;
}
.border-end.border-secondary {
  border-color: #60CBFF !important;
}
.border-end.border-warning {
  border-color: #FFC107 !important;
}
.border-end.border-info {
  border-color: #1B84FF !important;
}
.border-end.border-success {
  border-color: #0CC68C !important;
}
.border-end.border-danger {
  border-color: #FD3A55 !important;
}
.border-end.border-light {
  border-color: #F7F8FA !important;
}
.border-end.border-dark {
  border-color: #0D1119 !important;
}

.border-bottom {
  border-bottom: 1px solid #E8E8E9 !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: #6338F6 !important;
}
.border-bottom.border-secondary {
  border-color: #60CBFF !important;
}
.border-bottom.border-warning {
  border-color: #FFC107 !important;
}
.border-bottom.border-info {
  border-color: #1B84FF !important;
}
.border-bottom.border-success {
  border-color: #0CC68C !important;
}
.border-bottom.border-danger {
  border-color: #FD3A55 !important;
}
.border-bottom.border-light {
  border-color: #F7F8FA !important;
}
.border-bottom.border-dark {
  border-color: #0D1119 !important;
}
.border-bottom.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-start {
  border-inline-start: 1px solid #E8E8E9 !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: #6338F6 !important;
}
.border-start.border-secondary {
  border-color: #60CBFF !important;
}
.border-start.border-warning {
  border-color: #FFC107 !important;
}
.border-start.border-info {
  border-color: #1B84FF !important;
}
.border-start.border-success {
  border-color: #0CC68C !important;
}
.border-start.border-danger {
  border-color: #FD3A55 !important;
}
.border-start.border-light {
  border-color: #F7F8FA !important;
}
.border-start.border-dark {
  border-color: #0D1119 !important;
}

.border-primary {
  border-color: #6338F6 !important;
}

.border-secondary {
  border-color: #60CBFF !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-info {
  border-color: #1B84FF !important;
}

.border-success {
  border-color: #0CC68C !important;
}

.border-danger {
  border-color: #FD3A55 !important;
}

.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-3 {
  border-width: 3px !important;
}

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-border {
  border-radius: 50% !important;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.main-chat-blk .slimscroll {
  height: calc(100vh - 60px) !important;
}
.main-chat-blk .slimscroll-active-sidebar a {
  color: #72767D;
}
.main-chat-blk .emoj-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .emoj-group ul li + li {
  margin-left: 10px;
}
.main-chat-blk .emoj-group ul li a {
  width: 34px;
  height: 34px;
  background: #FBFBFD;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .message-content {
  position: relative;
}
.main-chat-blk .message-content:hover .emoj-group {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-chat-blk .rig-emoji-group {
  position: absolute;
  right: 210px;
}
.main-chat-blk .wrap-emoji-group {
  position: absolute;
  right: 290px;
}
.main-chat-blk .emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FBFBFD;
  border-radius: 50px;
  padding: 5px;
}
.main-chat-blk .emoj-group-list-foot ul li a {
  padding: 0;
  display: flex;
  align-items: center;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a {
  background: #FBFBFD;
}
.main-chat-blk .emoj-group-list-foot ul li.add-emoj a i {
  font-size: 20px;
}
.main-chat-blk .down-emoji-circle {
  position: absolute;
  left: 10px !important;
  top: -38px !important;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul {
  padding: 10px;
}
.main-chat-blk .down-emoji-circle ul li + li {
  margin-left: 14px;
}
.main-chat-blk .emoj-action-foot .down-emoji-circle ul li:last-child a {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-page-wrapper .content {
  padding: 0;
}
.main-chat-blk .chat-page-wrapper .sidebar {
  position: initial;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat-page-wrapper .sidebar {
    margin-left: 0;
  }
}
.main-chat-blk .chat-page-wrapper .left-chat-title {
  padding: 12px;
  border-bottom: 1px solid #F8F9FB;
  min-height: 72px;
}
.main-chat-blk .chat-page-wrapper .setting-title-head h4 {
  font-size: 18px;
  color: #141B27;
  font-weight: 700;
}
.main-chat-blk .chat-page-wrapper .chat .slimscroll {
  height: calc(100vh - 135px) !important;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 7px 14px;
  font-weight: 500;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item i {
  font-size: 16px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
  float: right;
  font-size: 18px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item.active {
  background: none;
  color: inherit;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu {
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 173px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu.chat-drop-menu .dropdown-item i {
  font-size: 16px;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:hover,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:focus,
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item:active {
  background-color: #FBFBFD;
}
.main-chat-blk .chat-page-wrapper .dropdown-menu .dropdown-item span {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .chat-page-wrapper .contact-close_call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.main-chat-blk .chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background: #FFF;
}
.main-chat-blk .chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 24px;
  align-items: center;
  border-bottom: 1px solid #F8F9FB;
  background: #FFF;
  position: relative;
}
.main-chat-blk .chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .user-details figure {
  margin-right: 1rem;
}
.main-chat-blk .chat .chat-header .user-details h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
  color: #141B27;
}
.main-chat-blk .chat .chat-header .chat-options ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a {
  font-size: 14px;
  color: #141B27;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a i {
  font-size: 20px;
}
.main-chat-blk .chat .chat-header .chat-options ul > li > a:not(.no-bg):hover {
  background-color: #D0D1D4;
  border-color: #D0D1D4;
}
.main-chat-blk .chat .chat-body {
  flex: 1;
  padding: 24px;
}
.main-chat-blk .chat .chat-body:not(.no-message) {
  overflow: hidden;
}
.main-chat-blk .chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 1.5rem;
  display: flex;
  display: -webkit-flex;
}
.main-chat-blk .chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .avatar {
  margin-right: 1rem;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time {
  color: #FFF;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i {
  color: rgba(247, 247, 247, 0.5);
}
.main-chat-blk .chat .chat-body .messages .chats .chat-time .time i img {
  width: 14px;
  height: auto;
  margin-left: 2px;
  vertical-align: 0px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content {
  border-radius: 0px 15px 15px 15px;
  background: #F1EDFE;
  padding: 14px 20px;
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content a {
  color: #141B27;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link a {
  color: #141B27;
  margin-bottom: 2px;
  display: block;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.award-link img {
  border-radius: 10px;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.chat-award-link a {
  display: flex;
}
.main-chat-blk .chat .chat-body .messages .chats .message-content.fancy-msg-box .image-not-download span {
  position: absolute;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 {
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .chat-profile-name h6 span {
  font-size: 12px;
  color: #72767D;
  font-weight: 400;
  padding-left: 10px;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-time {
  justify-content: flex-end;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content {
  border-radius: 15px 0px 15px 15px;
  background: #F1EDFE;
  color: #141B27;
  padding: 15px;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time {
  color: #72767D;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .message-content .chat-time .time i {
  color: #141B27;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns {
  order: 2;
  -webkit-order: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-action-col {
  width: 20px;
  text-align: center;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-action-btns .chat-read-col {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 22px;
  color: #5B5F68;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.main-chat-blk .chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 8px 0px 0 15px;
}
.main-chat-blk .chat .chat-body .messages .download-col {
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  display: flex;
  display: -webkit-flex;
}
.main-chat-blk .chat .chat-body .messages .download-col ul li + li {
  margin-left: 5px;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col {
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col a > img {
  border: 1px solid transparent;
  width: 80px;
  border-radius: 8px;
}
.main-chat-blk .chat .chat-body .messages .download-col .image-download-col.image-not-download a > img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.main-chat-blk .chat .chat-body .messages .file-download {
  position: relative;
  background: #F8F9FB;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 7px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type {
  width: 54px;
  height: 54px;
  background-color: #FFF;
  border-radius: 4px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-type i {
  color: #72767D;
  font-size: 24px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details span.file-name {
  color: #141B27;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li {
  list-style: none;
  color: #141B27;
  font-size: 14px;
  position: relative;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #C2C2C2;
  right: -8px;
  top: 5px;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li:last-child::before {
  display: none;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li a {
  color: #6338F6;
}
.main-chat-blk .chat .chat-body .messages .file-download .file-details ul li + li {
  padding-left: 15px;
}
.main-chat-blk .chat .chat-body.no-message {
  user-select: none;
}
.main-chat-blk .chat .chat-footer {
  position: relative;
}
.main-chat-blk .chat .chat-footer form {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}
@media (max-width: 991.98px) {
  .main-chat-blk .chat .chat-footer form {
    padding-bottom: 15px;
  }
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn {
  margin-left: 0px;
  color: #8A8D93;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn:last-child {
  margin-right: 0;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #6338F6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF !important;
  margin-left: 10px;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover {
  background-color: #FFF;
  border-color: #2C323D;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:hover i {
  color: #2C323D;
}
.main-chat-blk .chat .chat-footer form .form-buttons .btn.send-btn:focus {
  box-shadow: none;
}
.main-chat-blk .chat .chat-footer form .attach-col {
  right: inherit;
  left: 60px;
}
.main-chat-blk .chat .chat-footer form .attach-col i {
  color: #2C323D;
  font-size: 20px;
}
.main-chat-blk .chat .chat-footer form .smile-col {
  right: inherit;
  left: 15px;
}
.main-chat-blk .chat .chat-footer form .smile-col i {
  color: #2C323D;
  font-size: 20px;
  font-size: 22px;
}
.main-chat-blk .chat .chat-footer form .smile-foot {
  margin-right: 10px;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle {
  width: 38px;
  height: 38px;
  background: #FFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle:hover {
  background-color: #D0D1D4;
  border-color: #D0D1D4;
}
.main-chat-blk .chat .chat-footer form .smile-foot .action-circle i {
  font-size: 18px;
}
.main-chat-blk .chat-options ul.list-inline .list-inline-item {
  margin-bottom: 0;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a {
  background: #6338F6;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  color: #141B27;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #FFF !important;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline-item a:hover {
  background: rgb(62.75, 10.8605769231, 240.1394230769);
  color: #FFF;
}
.main-chat-blk .chat-options.chat-option-profile .list-inline {
  border-bottom: 1px solid #F8F9FB;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.main-chat-blk .last-seen-profile span {
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.main-chat-blk .right_sidebar_profile {
  margin-top: 0px;
}
.main-chat-blk .chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.main-chat-blk .chat-search input[type=text] {
  padding: 8px 8px 8px 35px;
  width: 100%;
  min-height: 47px;
  border-radius: 0px 0px 5px 5px;
  background-color: #FFF;
  color: #141B27;
}
.main-chat-blk .chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.main-chat-blk .form-control-feedback {
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main-chat-blk .form-control-feedback i {
  font-size: 16px;
  color: #141B27;
}
.main-chat-blk .user-chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.main-chat-blk .user-chat-search input[type=text] {
  padding: 8px 8px 8px 35px;
  width: 100%;
  min-height: 47px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #E5E7EB;
  font-size: 13px;
  background-color: #FFF;
  color: #141B27;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .user-chat-search input[type=text]:hover {
  border-color: #B9BBBE;
}
.main-chat-blk .user-chat-search input[type=text]:focus {
  border-color: #B9BBBE;
}
.main-chat-blk .user-chat-search input[type=text]:focus-visible {
  border-color: #B9BBBE;
}
.main-chat-blk .user-chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
}
.main-chat-blk .all-chats {
  position: relative;
}
.main-chat-blk .close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #141B27;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}
.main-chat-blk .user-close-btn-chat {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #141B27;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
}
.main-chat-blk .chat-avatar {
  padding: 8px 15px 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.main-chat-blk .chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.main-chat-blk .chat-profile-name .chat-action-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-chat-blk .chats.chats-right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.main-chat-blk .chat-voice-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0;
  margin-bottom: 0;
}
.main-chat-blk .chat-voice-group ul li span {
  width: 28px;
  height: 28px;
  background: #6338F6;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .chat-voice-group li {
  margin-bottom: 0;
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.main-chat-blk .chat-voice-group li + li {
  padding-left: 10px;
}
.main-chat-blk .review-files p {
  margin-bottom: 5px;
  color: #141B27;
  font-size: 14px;
}
.main-chat-blk .like-chat-grp ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.main-chat-blk .like-chat-grp ul li {
  list-style: none;
}
.main-chat-blk .like-chat-grp ul li a {
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  padding: 3px 12px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #141B27;
  font-weight: 400;
  font-size: 14px;
}
.main-chat-blk .like-chat-grp ul li a img {
  margin-left: 5px;
}
.main-chat-blk .like-chat-grp ul li + li {
  margin-left: 10px;
}
.main-chat-blk .like-chat-grp ul li.like-chat a {
  background: #FEF6DC;
}
.main-chat-blk .like-chat-grp ul li.comment-chat a {
  background: #FFE8E9;
}
.main-chat-blk .chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.main-chat-blk .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #F8F9FB;
  width: 100%;
  height: 1px;
}
.main-chat-blk .chat-date {
  border-radius: 100px;
  background: #F8F9FB;
  color: #141B27;
  font-size: 14px;
  padding: 4px 20px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  border: 1px solid #F8F9FB;
}
.main-chat-blk .chat + .sidebar-group {
  margin-right: 0px;
}
.main-chat-blk .chat + .sidebar-group .sidebar {
  margin-right: 0px;
}
.main-chat-blk .chat-message-grp {
  padding: 24px;
  padding-top: 0;
}
.main-chat-blk .chat-message-grp ul {
  padding: 0;
}
.main-chat-blk .chat-message-grp ul li {
  list-style: none;
  margin-bottom: 15px;
}
.main-chat-blk .chat-message-grp ul li:last-child {
  margin-bottom: 0px;
}
.main-chat-blk .chat-message-grp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .chat-message-grp ul li a:hover .stared-group h6 {
  color: #2C323D;
}
.main-chat-blk .stared-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .stared-group span {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 10px;
  background: #FBFBFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.main-chat-blk .stared-group span i {
  font-size: 16px;
}
.main-chat-blk .count-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .count-group span {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  color: #FFF;
  font-size: 10px;
  background: #6338F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 5px;
}
.main-chat-blk .count-group i {
  color: #424242;
  font-size: 16px;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: transparent;
  border: 0;
}
.main-chat-blk .nav.nav-tabs.chat-tabs .nav-item .nav-link.active {
  font-size: 16px;
  font-weight: bold;
  color: #815EF8;
}
.main-chat-blk .header-top ul li a {
  color: #000;
  font-size: 18px;
}
.main-chat-blk .user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.main-chat-blk .user-list li a {
  padding: 17px 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.main-chat-blk .user-list li .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.main-chat-blk .user-list .avatar > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .user-list .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .avatar-away::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0px;
  right: 2px;
  border: 2px solid #FFF;
  z-index: 9;
  background-color: #FFC107;
}
.main-chat-blk .avatar-offline::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0px;
  right: 2px;
  border: 2px solid #FFF;
  z-index: 9;
}
.main-chat-blk .avatar-online::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0px;
  right: 2px;
  border: 2px solid #FFF;
  z-index: 9;
  background-color: #0CC68C;
}
.main-chat-blk .animate-typing-col {
  color: #0CC68C;
}
.main-chat-blk .animate-typing-col .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #0CC68C;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.main-chat-blk .animate-typing-col .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.main-chat-blk .animate-typing-col .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.main-chat-blk .chat_form {
  border-radius: 20px;
  margin-right: 0px;
  background: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  border-radius: 6px;
  height: 40px;
  padding: 10px 10px;
}
.main-chat-blk .contact-close a {
  color: #141B27;
  opacity: 0.5;
  border-color: #A1A4A9;
}
.main-chat-blk .main-wrapper .content .sidebar-group.right-sidebar .sidebar {
  width: 310px;
}
.main-chat-blk .left-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.main-chat-blk .left-sidebar-wrap {
  background: #FFF;
  overflow: hidden;
  width: 448px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
}
.main-chat-blk .right-sidebar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #F7F8FA;
  opacity: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: relative;
  width: 320px;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap {
  background-color: #FFF;
  border-left: 1px solid #F8F9FB;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: calc(100vh - 0px);
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .sidebar-body {
  padding: 0;
}
.main-chat-blk .right-sidebar .right-sidebar-wrap .right-sidebar-profile {
  padding: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #141B27;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-star {
  color: #FFC107;
}
.main-chat-blk .right-sidebar .contact-close_call .close_profile.close-trash {
  color: #FD3A55;
}
.main-chat-blk .right-sidebar.video-right-sidebar {
  width: 371px;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat {
  margin-left: 0 !important;
  display: block;
}
.main-chat-blk .right-sidebar.video-right-sidebar .chat .chat-body {
  padding-bottom: 110px;
}
.main-chat-blk .member-details {
  margin-bottom: 10px;
}
.main-chat-blk .chat-member-details {
  padding: 0 24px;
}
.main-chat-blk .chat-member-details .member-details ul {
  padding: 0;
  border-bottom: 1px solid #EDEDED;
}
.main-chat-blk .chat-member-details .member-details ul li {
  list-style: none;
  margin-bottom: 15px;
}
.main-chat-blk .chat-member-details .member-details ul li h6 {
  font-size: 15px;
  font-weight: 400;
  color: #141B27;
  margin-bottom: 5px;
}
.main-chat-blk .chat-member-details .member-details ul li h5 {
  font-size: 15px;
  font-weight: 500;
  color: #141B27;
  margin-bottom: 0px;
}
.main-chat-blk .chat-member-details .member-details ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #141B27;
}
.main-chat-blk .chat-member-details .member-details ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #2C323D;
  border-radius: 100px;
  padding: 5px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-member-details .member-details ul li a:hover {
  color: #141B27;
}
.main-chat-blk .chat-member-details .member-details ul li a + a {
  margin-left: 10px;
}
.main-chat-blk .right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.main-chat-blk .right-sidebar.video-right-sidebar.show-right-sidebar {
  margin-right: 0;
}
.main-chat-blk .right-sidebar.hide-right-sidebar {
  margin-right: -320px;
}
.main-chat-blk .right-sidebar.video-right-sidebar.hide-right-sidebar {
  margin-right: -371px;
}
.main-chat-blk .chat-cont-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper {
  margin-bottom: 0;
}
.main-chat-blk .chat-cont-type .chat-type-wrapper p {
  color: #72767D;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-chat-blk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #FFF;
  border: 1px solid #F8F9FB;
  border-radius: 50%;
}
.main-chat-blk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-chat-blk .right-sidebar-profile > .avatar {
  background: rgba(66, 11, 161, 0.1);
}
.main-chat-blk .group_img {
  position: relative;
  display: inline-block;
}
.main-chat-blk .group-name-search {
  margin-bottom: 14px;
}
.main-chat-blk .right-sidebar-head {
  padding: 0px 24px;
}
.main-chat-blk .right-sidebar-head h5 {
  font-size: 15px;
  font-weight: 600;
  color: #141B27;
  margin-bottom: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .share-media-blk {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs {
  border-bottom: 1px solid #F8F9FB;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav-tabs {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item.active {
  background: #6338F6;
  border-radius: 6px;
  color: #141B27;
  color: #FFF;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item {
  padding: 2px 10px;
  font-size: 14px;
  color: #141B27;
  font-weight: 500;
  border: 0;
  margin-right: 10px;
  background: #fff;
  color: #141B27;
  border-radius: 6px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .nav .nav-item:last-child {
  margin-right: 0px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li {
  margin: 0px 6px 6px 0px;
  position: relative;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li img {
  border-radius: 8px;
  width: 84px;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span {
  position: absolute;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li span i {
  font-size: 20px;
  color: #FFF;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li:hover span i {
  color: #A1A4A9;
}
.main-chat-blk .right-sidebar-head.share-media .about-media-tabs .share-media-img li.blur-media img {
  filter: blur(2px);
}
.main-chat-blk .media-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .media-file:last-child {
  margin-bottom: 0;
}
.main-chat-blk .media-doc-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .media-doc-blk span {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
}
.main-chat-blk .media-doc-blk span i {
  font-size: 24px;
}
.main-chat-blk .document-detail ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .document-detail ul li {
  list-style: none;
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.main-chat-blk .document-detail ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #C2C2C2;
  right: -8px;
  top: 5px;
}
.main-chat-blk .document-detail ul li:last-child::before {
  display: none;
}
.main-chat-blk .document-detail ul li + li {
  padding-left: 15px;
}
.main-chat-blk .document-detail h6 {
  color: #141B27;
  font-size: 15px;
  font-weight: 500;
}
.main-chat-blk .media-download a {
  color: #141B27;
}
.main-chat-blk .media-link-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.main-chat-blk .media-link-detail h6 a {
  color: #141B27;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.main-chat-blk .media-link-detail span a {
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.main-chat-blk .media-link-detail a:hover {
  color: #2C323D;
}
.main-chat-blk .share-media-blk a {
  color: #2C323D;
  font-weight: 500;
}
.main-chat-blk .link-img {
  flex-shrink: 0;
}
.main-chat-blk .link-img img {
  border-radius: 4px;
  margin-right: 10px;
}
.main-chat-blk .chat-action-col > a {
  color: #141B27;
}
.main-chat-blk .dreams_chat {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.main-chat-blk .chatimage img {
  width: 120px;
  height: 120px;
}
.main-chat-blk .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.main-chat-blk ul.list-inline .list-inline-item {
  margin-bottom: 0.5rem;
}
.main-chat-blk .avatar {
  border-radius: 50%;
}
.main-chat-blk .avatar > a {
  width: 100%;
  height: 100%;
  display: block;
  transition: color 0.3s;
  color: #6338F6;
}
.main-chat-blk .avatar > a > img,
.main-chat-blk .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .avatar.avatar-sm {
  height: 1.3rem;
  width: 1.3rem;
}
.main-chat-blk .avatar.avatar-xl {
  height: 100px;
  width: 100px;
}
.main-chat-blk .add-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-chat-blk .add-section ul li {
  float: left;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-chat-blk .add-section ul li + li {
  margin-left: 10px;
}
.main-chat-blk .add-section ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 20px;
}
.main-chat-blk .all-chats .add-section ul li:hover {
  background-color: #FBFBFD;
  border-color: #FBFBFD;
}
.main-chat-blk .online {
  color: #0CC68C;
  font-weight: 500;
}
.main-chat-blk .fav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.main-chat-blk .fav-title h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-chat-blk .fav-title h6 i {
  font-size: 22px;
}
.main-chat-blk .fav-title a {
  margin-bottom: 0;
  color: #6338F6;
  font-weight: 500;
}
.main-chat-blk .fav-title a:hover {
  color: rgb(62.75, 10.8605769231, 240.1394230769);
}
.main-chat-blk .profile-name span {
  color: #5B5F68;
  font-size: 12px;
  display: inline-block;
  margin-top: 9px;
}
.main-chat-blk .dropdown-menu .dropdown-item span.edit-profile-icon,
.main-chat-blk .dropdown-menu .dropdown-item span.profile-icon-col {
  font-size: 15px;
}
.main-chat-blk .avatar {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.main-chat-blk .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-chat-blk .avatar-away::before,
.main-chat-blk .avatar-offline::before,
.main-chat-blk .avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #FFF;
}
.main-chat-blk .avatar-online::before {
  background-color: #0CC68C;
}
.main-chat-blk .avatar-offline::before {
  background-color: #FD3A55;
}
.main-chat-blk .avatar-away::before {
  background-color: #FFC107;
}
.main-chat-blk .avatar .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar .rounded {
  border-radius: 6px !important;
}
.main-chat-blk .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.main-chat-blk .avatar-xs .border {
  border-width: 2px !important;
}
.main-chat-blk .avatar-xs .rounded {
  border-radius: 4px !important;
}
.main-chat-blk .avatar-xs.avatar-away::before,
.main-chat-blk .avatar-xs.avatar-offline::before,
.main-chat-blk .avatar-xs.avatar-online::before {
  border-width: 1px;
}
.main-chat-blk .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.main-chat-blk .avatar-sm .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar-sm .rounded {
  border-radius: 4px !important;
}
.main-chat-blk .avatar-sm.avatar-away::before,
.main-chat-blk .avatar-sm.avatar-offline::before,
.main-chat-blk .avatar-sm.avatar-online::before {
  border-width: 2px;
}
.main-chat-blk .avatar-lg .border {
  border-width: 3px !important;
}
.main-chat-blk .avatar-lg .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-lg.avatar-away::before,
.main-chat-blk .avatar-lg.avatar-offline::before,
.main-chat-blk .avatar-lg.avatar-online::before {
  border-width: 3px;
}
.main-chat-blk .avatar-xl {
  width: 5rem;
  height: 5rem;
}
.main-chat-blk .avatar-xl .border {
  border-width: 4px !important;
}
.main-chat-blk .avatar-xl .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-xl.avatar-away::before,
.main-chat-blk .avatar-xl.avatar-offline::before,
.main-chat-blk .avatar-xl.avatar-online::before {
  border-width: 4px;
}
.main-chat-blk .avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
.main-chat-blk .avatar-xxl .border {
  border-width: 6px !important;
}
.main-chat-blk .avatar-xxl .rounded {
  border-radius: 8px !important;
}
.main-chat-blk .avatar-xxl.avatar-away::before,
.main-chat-blk .avatar-xxl.avatar-offline::before,
.main-chat-blk .avatar-xxl.avatar-online::before {
  border-width: 4px;
}
.main-chat-blk .contact-close {
  float: right;
  left: 95%;
  right: 0px;
  position: relative;
  top: 5%;
}
.main-chat-blk .nav.nav-tabs {
  border: none;
  line-height: 2;
}
.main-chat-blk .badge {
  padding: 5px 10px;
  font-size: 11px;
}
.main-chat-blk .badge.badge-success {
  background: #0CC68C;
}
.main-chat-blk .badge.badge-danger {
  background: #FD3A55;
}
.main-chat-blk .badge.badge-secondary {
  background: #60CBFF;
}
.main-chat-blk .badge.badge-info {
  background: #1B84FF;
}
.main-chat-blk .badge.badge-warning {
  background: #FFC107;
}
.main-chat-blk .badge.badge-primary {
  background: #6338F6;
}
.main-chat-blk .btn {
  position: relative;
}
.main-chat-blk .btn .badge {
  padding: 2px 6px;
  right: 7px;
  top: -7px;
  position: absolute;
}
.main-chat-blk .input-group .input-group-text {
  font-size: 14px;
}
.main-chat-blk .tooltip > .tooltip-inner {
  text-align: left;
  max-width: 500px;
  --bs-tooltip-bg: #6338F6;
}
.main-chat-blk .tooltip {
  --bs-tooltip-bg: #6338F6;
}
.main-chat-blk .tooltip .arrow {
  display: none;
  background-color: #6338F6;
}
.main-chat-blk .tooltip .tooltip-inner {
  background-color: #6338F6;
}
.main-chat-blk .sticky-top {
  z-index: auto;
}
.main-chat-blk .tab-content {
  padding-top: 30px;
}
.main-chat-blk .main-wrapper {
  height: 100vh;
  overflow: hidden;
}
.main-chat-blk .main-wrapper .content {
  display: flex;
  display: -webkit-flex;
}
.main-chat-blk .main-wrapper .content .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 340px;
}
@media (max-width: 767.98px) {
  .main-chat-blk .main-wrapper .content .sidebar-group {
    width: 100%;
  }
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
  background: #FFF;
  overflow: hidden;
  width: 340px !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-right: 1px solid #F8F9FB;
}
@media (max-width: 767.98px) {
  .main-chat-blk .main-wrapper .content .sidebar-group .sidebar {
    width: 100% !important;
  }
}
.main-chat-blk .main-wrapper .content .sidebar-group .sidebar:not(.active) {
  display: none;
}
.main-chat-blk .chat-header ul {
  margin-bottom: 0;
}
.main-chat-blk .chat-header ul li:not(.list-inline-item) {
  margin-bottom: 0;
  width: 48px;
  margin-right: 15px !important;
}
.main-chat-blk .chat-header ul li:last-child {
  margin-right: 0 !important;
}
.main-chat-blk .sidebar-body {
  flex: 1;
  overflow: auto;
  padding: 24px 24px 10px;
  width: 100%;
}
.main-chat-blk .pin-chat img {
  margin-right: 6px;
}
.main-chat-blk .sidebar-body .profile-name {
  font-weight: 600;
  color: #141B27;
  font-size: 18px;
  margin-bottom: 0;
}
.main-chat-blk .sidebar .user-list li a {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #F8F9FB;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li a:hover {
  background-color: #FBFBFD;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.main-chat-blk .sidebar .user-list li figure {
  margin-right: 1rem;
}
.main-chat-blk .sidebar .user-list li.unread h5 {
  color: #FFF;
}
.main-chat-blk .sidebar .user-list li.unread p {
  color: #FFF;
}
.main-chat-blk .rightside_tab {
  padding-top: 5px !important;
}
.main-chat-blk .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.main-chat-blk .chat-pin .success-check {
  color: #0CC68C;
}
.main-chat-blk .chat-pin img {
  width: 10px;
}
.main-chat-blk .group-setting .stared-group span {
  width: 50px;
  height: 50px;
}
.main-chat-blk .check-star i {
  color: #FFC107;
}
.main-chat-blk .emoj-group-list {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.main-chat-blk .emoj-group-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FBFBFD;
  border-radius: 50px;
  padding: 5px;
}
.main-chat-blk .emoj-group-list ul li a {
  padding: 0;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a {
  background: #FBFBFD;
}
.main-chat-blk .emoj-group-list ul li.add-emoj a i {
  font-size: 20px;
}
.main-chat-blk .chat .slimscroll {
  height: calc(100vh - 60px) !important;
}
.main-chat-blk .bootstrap-datetimepicker-widget span {
  position: relative;
}

.chat-window .card .card-header {
  background-color: #FFF;
  border-bottom: 1px solid #A1A4A9;
}
.chat-window .badge-success {
  background-color: #0CC68C !important;
}

.chat-page .footer {
  display: none;
}

.chat-search .input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #434952;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0;
}
.chat-cont-left .chat-scroll .media {
  border-bottom: 1px solid #A1A4A9;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.chat-cont-left .chat-scroll .media.active {
  background-color: #D0D1D4;
}
.chat-cont-left .chat-scroll .media:hover {
  background-color: #D0D1D4;
}
.chat-cont-left .chat-scroll .media .media-img-wrap {
  margin: 0 15px 0 0;
  position: relative;
}
.chat-cont-left .chat-scroll .media .media-img-wrap .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-cont-left .chat-scroll .media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.chat-cont-left .chat-scroll .media .media-body .user-name {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #141B27;
  font-size: 16px;
  font-weight: 700;
}
.chat-cont-left .chat-scroll .media .media-body .user-last-chat {
  color: #2C323D;
  font-size: 14px;
  line-height: 24px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-left .chat-scroll .media .media-body .last-chat-time {
  color: #5B5F68;
  font-size: 13px;
}
.chat-cont-left .chat-scroll .media .media-body div:last-child {
  text-align: right;
}

.chat-cont-right {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right .chat-scroll {
  max-height: calc(100vh - 293px);
  overflow-y: auto;
}
.chat-cont-right .msg_head .back-user-list {
  display: none;
  margin: 0 0 0 -10px;
  padding: 0 10px;
}
.chat-cont-right .img_cont {
  position: relative;
  height: 45px;
  width: 45px;
}
.chat-cont-right .img_cont .user_img {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1.5px solid #6338F6;
}
.chat-cont-right .user_info {
  margin: 0 auto 0 15px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-right ul.list-unstyled {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent {
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.sent .avatar {
  order: 3;
  height: 30px;
  width: 30px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box {
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box + .msg-box {
  margin: 5px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box p {
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid #e3e3e3;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #e3e3e3;
  display: inline-block;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .msg-box:first-child > div {
  border-radius: 10px 0 10px 10px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #FFF;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 5px 0 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  flex-direction: row-reverse;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li {
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #6338F6;
  content: "";
  height: 4px;
  width: 4px;
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right ul.list-unstyled .media.sent .media-body .chat-msg-info a {
  color: #2C323D;
}
.chat-cont-right ul.list-unstyled .media.received {
  position: relative;
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .media.received .media-body {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #6338F6;
  border-top: 6px solid #6338F6;
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0px;
  right: auto;
  left: -6px;
  width: 0;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #6338F6;
  display: table;
  position: relative;
}
.chat-cont-right ul.list-unstyled .media.received .media-body > div p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box {
  display: block;
}
.chat-cont-right ul.list-unstyled .media.received .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-info .chat-time {
  color: rgba(255, 255, 255, 0.8);
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .media.received .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  color: #FFF;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-cont-right ul.list-unstyled .chat-date:before {
  background-color: #F8F9FB;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-date:after {
  background-color: #F8F9FB;
  content: "";
  height: 1px;
  margin: 0 0 0 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

.card-footer {
  background-color: #FFF;
  border-top: 1px solid #A1A4A9;
  margin: 0;
  padding: 1rem 1.5rem;
}
.card-footer .type_msg {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .chat-cont-right {
    position: absolute;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .chat-cont-right .msg_head .back-user-list {
    display: flex;
    align-items: center;
  }
}
.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  background-color: #FFF;
  display: block;
  opacity: 0.4;
  margin: 0 1px;
  border-radius: 50%;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span :nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.chat-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.chat-selection-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 24px;
  border-block-end: 1px solid #F8F9FB;
  background-color: #F1EDFE;
}
.chat-selection-bar.d-none {
  display: none;
}
.chat-selection-bar .chat-options ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.chat-compose-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-block-end: 10px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #F7F8FA;
}
.chat-compose-bar.d-none {
  display: none;
}
.chat-compose-bar h6 {
  color: #141B27;
}

.chat-compose-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
  color: #6338F6;
}

.chat-compose-close {
  flex-shrink: 0;
  color: #72767D;
}
.chat-compose-close:hover {
  color: #FD3A55;
}

.chat-compose-thumb {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.chat-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 24px;
  overflow: hidden;
}
.chat-waveform span {
  display: block;
  width: 3px;
  min-height: 3px;
  border-radius: 3px;
  background-color: #6338F6;
  transition: height 0.15s linear;
}

.chat-search-result {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: 5;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  right: 16px;
  left: 16px;
}
.chat-search-result a {
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
  color: #141B27;
  font-size: 13px;
}
.chat-search-result a:hover, .chat-search-result a:focus-visible {
  background-color: #F1EDFE;
}

.chat-mention-list {
  position: absolute;
  inset-inline: 0;
  bottom: calc(100% + 8px);
  z-index: 5;
  max-height: 220px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
}
.chat-mention-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  color: #141B27;
}
.chat-mention-list a:hover, .chat-mention-list a.active {
  background-color: #F1EDFE;
}

.chat-map {
  position: relative;
  height: 140px;
  border-radius: 4px;
  background-color: #EFFCED;
  background-image: linear-gradient(115deg, transparent 46%, rgba(12, 198, 140, 0.35) 46% 54%, transparent 54%), linear-gradient(65deg, transparent 62%, rgba(27, 132, 255, 0.3) 62% 68%, transparent 68%), linear-gradient(#E8E8E9 1px, transparent 1px), linear-gradient(90deg, #E8E8E9 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 28px 28px, 28px 28px;
  overflow: hidden;
}

.chat-map-pin {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  color: #FD3A55;
  font-size: 28px;
}

.chat-map-sm {
  height: 96px;
  width: 220px;
  max-width: 100%;
}

.chat-poll-option {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-block-end: 8px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
  color: #141B27;
  font-size: 13px;
  text-align: start;
  overflow: hidden;
}
.chat-poll-option:last-of-type {
  margin-block-end: 4px;
}
.chat-poll-option.voted {
  border-color: #6338F6;
}

.chat-poll-bar {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  background-color: #F1EDFE;
  transition: width 0.4s ease;
}

.message-sticker {
  font-size: 56px;
  line-height: 1.1;
}

.chats.is-highlighted .message-content {
  box-shadow: 0 0 0 2px #6338F6;
}

.chats mark {
  padding: 0 2px;
  border-radius: 3px;
  background-color: #FDF7E6;
  color: #141B27;
}

.chats.is-selectable {
  cursor: pointer;
}

.chats.is-selected .message-content {
  box-shadow: 0 0 0 2px #6338F6;
}

.chat-body[data-wallpaper="0"] {
  background-color: #FFF;
  background-image: url("../../frontend_assets/img/bg/bg-01.png");
  background-repeat: repeat;
  background-size: 320px;
}

.wallpaper-swatch[data-wallpaper-preview="0"] {
  background-color: #FFF;
  background-image: url("../../frontend_assets/img/bg/bg-01.png");
  background-repeat: repeat;
  background-size: 96px;
}

.chat-body[data-wallpaper="1"] {
  background-color: #F1EDFE;
}

.wallpaper-swatch[data-wallpaper-preview="1"] {
  background-color: #F1EDFE;
}

.chat-body[data-wallpaper="2"] {
  background-color: #EFFCED;
}

.wallpaper-swatch[data-wallpaper-preview="2"] {
  background-color: #EFFCED;
}

.chat-body[data-wallpaper="4"] {
  background-color: #E9FAFE;
}

.wallpaper-swatch[data-wallpaper-preview="4"] {
  background-color: #E9FAFE;
}

.chat-body[data-wallpaper="5"] {
  background-color: #F8F9FB;
}

.wallpaper-swatch[data-wallpaper-preview="5"] {
  background-color: #F8F9FB;
}

.chat-body[data-wallpaper="6"] {
  background-color: #F4F1FE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23A8A0D8' stroke-opacity='.5'%3E%3Ccircle cx='20' cy='20' r='11'/%3E%3Ccircle cx='60' cy='60' r='11'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 80px;
}

.wallpaper-swatch[data-wallpaper-preview="6"] {
  background-color: #F4F1FE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23A8A0D8' stroke-opacity='.5'%3E%3Ccircle cx='20' cy='20' r='11'/%3E%3Ccircle cx='60' cy='60' r='11'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 44px;
}

.chat-body[data-wallpaper="7"] {
  background-color: #EFF6F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%2385C3AE' fill-opacity='.55'%3E%3Ccircle cx='16' cy='16' r='3'/%3E%3Ccircle cx='56' cy='36' r='3'/%3E%3Ccircle cx='30' cy='62' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 72px;
}

.wallpaper-swatch[data-wallpaper-preview="7"] {
  background-color: #EFF6F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%2385C3AE' fill-opacity='.55'%3E%3Ccircle cx='16' cy='16' r='3'/%3E%3Ccircle cx='56' cy='36' r='3'/%3E%3Ccircle cx='30' cy='62' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 39.6px;
}

.chat-body[data-wallpaper="8"] {
  background-color: #F5F3EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg stroke='%23C9BFA6' stroke-opacity='.5' stroke-width='1'%3E%3Cpath d='M0 40h80M40 0v80'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="8"] {
  background-color: #F5F3EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg stroke='%23C9BFA6' stroke-opacity='.5' stroke-width='1'%3E%3Cpath d='M0 40h80M40 0v80'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="9"] {
  background-color: #EEF4FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg stroke='%23A6C2DC' stroke-opacity='.55' stroke-width='2' fill='none'%3E%3Cpath d='M0 20h80M0 60h80'/%3E%3Cpath d='M20 0v80M60 0v80' stroke-opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 80px;
}

.wallpaper-swatch[data-wallpaper-preview="9"] {
  background-color: #EEF4FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg stroke='%23A6C2DC' stroke-opacity='.55' stroke-width='2' fill='none'%3E%3Cpath d='M0 20h80M0 60h80'/%3E%3Cpath d='M20 0v80M60 0v80' stroke-opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 44px;
}

.chat-body[data-wallpaper="10"] {
  background-color: #FDF0F3;
}

.wallpaper-swatch[data-wallpaper-preview="10"] {
  background-color: #FDF0F3;
}

.chat-body[data-wallpaper="11"] {
  background-color: #FDF3EA;
}

.wallpaper-swatch[data-wallpaper-preview="11"] {
  background-color: #FDF3EA;
}

.chat-body[data-wallpaper="12"] {
  background-color: #EEF1F5;
}

.wallpaper-swatch[data-wallpaper-preview="12"] {
  background-color: #EEF1F5;
}

.chat-body[data-wallpaper="13"] {
  background-color: #EFF5EE;
}

.wallpaper-swatch[data-wallpaper-preview="13"] {
  background-color: #EFF5EE;
}

.chat-body[data-wallpaper="14"] {
  background-color: #FBF6E9;
}

.wallpaper-swatch[data-wallpaper-preview="14"] {
  background-color: #FBF6E9;
}

.chat-body[data-wallpaper="15"] {
  background-color: #F5F2FD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg stroke='%23B3A6E0' stroke-opacity='.4' stroke-width='6'%3E%3Cpath d='M-10 10L10 -10M0 40L40 0M30 50L50 30'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 40px;
}

.wallpaper-swatch[data-wallpaper-preview="15"] {
  background-color: #F5F2FD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg stroke='%23B3A6E0' stroke-opacity='.4' stroke-width='6'%3E%3Cpath d='M-10 10L10 -10M0 40L40 0M30 50L50 30'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 22px;
}

.chat-body[data-wallpaper="16"] {
  background-color: #EDF4FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%2395B9D6' stroke-opacity='.5' stroke-width='3'%3E%3Cpath d='M0 22l15-14 15 14 15-14 15 14'/%3E%3Cpath d='M0 52l15-14 15 14 15-14 15 14' stroke-opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 60px;
}

.wallpaper-swatch[data-wallpaper-preview="16"] {
  background-color: #EDF4FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%2395B9D6' stroke-opacity='.5' stroke-width='3'%3E%3Cpath d='M0 22l15-14 15 14 15-14 15 14'/%3E%3Cpath d='M0 52l15-14 15 14 15-14 15 14' stroke-opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 33px;
}

.chat-body[data-wallpaper="17"] {
  background-color: #F7F4EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke='%23C2B08A' stroke-opacity='.5' stroke-width='2'%3E%3Cpath d='M12 6v12M6 12h12M36 30v12M30 36h12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 48px;
}

.wallpaper-swatch[data-wallpaper-preview="17"] {
  background-color: #F7F4EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke='%23C2B08A' stroke-opacity='.5' stroke-width='2'%3E%3Cpath d='M12 6v12M6 12h12M36 30v12M30 36h12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 26.4px;
}

.chat-body[data-wallpaper="18"] {
  background-color: #EFF7F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%237FBFA3' fill-opacity='.32'%3E%3Cpath d='M30 12l13 22H17z'/%3E%3Cpath d='M0 44l8 14H-8z'/%3E%3Cpath d='M60 44l8 14H52z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 60px;
}

.wallpaper-swatch[data-wallpaper-preview="18"] {
  background-color: #EFF7F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%237FBFA3' fill-opacity='.32'%3E%3Cpath d='M30 12l13 22H17z'/%3E%3Cpath d='M0 44l8 14H-8z'/%3E%3Cpath d='M60 44l8 14H52z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 33px;
}

.chat-body[data-wallpaper="19"] {
  background-color: #F4F1FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23AC9BD8' stroke-opacity='.45' stroke-width='2'%3E%3Cpath d='M28 4l16 9v18l-16 9-16-9V13z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px;
}

.wallpaper-swatch[data-wallpaper-preview="19"] {
  background-color: #F4F1FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23AC9BD8' stroke-opacity='.45' stroke-width='2'%3E%3Cpath d='M28 4l16 9v18l-16 9-16-9V13z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 30.8px;
}

.chat-body[data-wallpaper="20"] {
  background-color: #ECF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='44' viewBox='0 0 80 44'%3E%3Cpath d='M0 22q10-14 20 0t20 0 20 0 20 0' fill='none' stroke='%238FBBD4' stroke-opacity='.5' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 80px 44px;
}

.wallpaper-swatch[data-wallpaper-preview="20"] {
  background-color: #ECF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='44' viewBox='0 0 80 44'%3E%3Cpath d='M0 22q10-14 20 0t20 0 20 0 20 0' fill='none' stroke='%238FBBD4' stroke-opacity='.5' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 44px 24.2px;
}

.chat-body[data-wallpaper="21"] {
  background-color: #FDF1F4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg stroke='%23E39CB2' stroke-opacity='.55' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M10 12l6-6M40 22l5 5M22 46l6-6M52 50l4-5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="21"] {
  background-color: #FDF1F4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg stroke='%23E39CB2' stroke-opacity='.55' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M10 12l6-6M40 22l5 5M22 46l6-6M52 50l4-5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="22"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23C9CCD2' fill-opacity='.65'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='36' cy='36' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 48px;
}

.wallpaper-swatch[data-wallpaper-preview="22"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23C9CCD2' fill-opacity='.65'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='36' cy='36' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 26.4px;
}

.chat-body[data-wallpaper="23"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg stroke='%23D3D6DC' stroke-opacity='.9' stroke-width='1'%3E%3Cpath d='M0 32L32 0M-8 8L8 -8M24 40L40 24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 32px;
}

.wallpaper-swatch[data-wallpaper-preview="23"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg stroke='%23D3D6DC' stroke-opacity='.9' stroke-width='1'%3E%3Cpath d='M0 32L32 0M-8 8L8 -8M24 40L40 24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 17.6px;
}

.chat-body[data-wallpaper="24"] {
  background-color: #F6F1E7;
}

.wallpaper-swatch[data-wallpaper-preview="24"] {
  background-color: #F6F1E7;
}

.chat-body[data-wallpaper="25"] {
  background-color: #EDF3FB;
}

.wallpaper-swatch[data-wallpaper-preview="25"] {
  background-color: #EDF3FB;
}

.chat-body[data-wallpaper="26"] {
  background-color: #F3EFFB;
}

.wallpaper-swatch[data-wallpaper-preview="26"] {
  background-color: #F3EFFB;
}

.chat-body[data-wallpaper="27"] {
  background-color: #FCF8E6;
}

.wallpaper-swatch[data-wallpaper-preview="27"] {
  background-color: #FCF8E6;
}

.chat-body[data-wallpaper="28"] {
  background-color: #EBF6FA;
}

.wallpaper-swatch[data-wallpaper-preview="28"] {
  background-color: #EBF6FA;
}

.chat-body[data-wallpaper="33"] {
  background-color: #E9EED6;
}

.wallpaper-swatch[data-wallpaper-preview="33"] {
  background-color: #E9EED6;
}

.chat-body[data-wallpaper="35"] {
  background-color: #D6EBE9;
}

.wallpaper-swatch[data-wallpaper-preview="35"] {
  background-color: #D6EBE9;
}

.chat-body[data-wallpaper="42"] {
  background-color: #EEE2DA;
}

.wallpaper-swatch[data-wallpaper-preview="42"] {
  background-color: #EEE2DA;
}

.chat-body[data-wallpaper="51"] {
  background-color: #FFF;
}

.wallpaper-swatch[data-wallpaper-preview="51"] {
  background-color: #FFF;
}

.chat-body[data-wallpaper="52"] {
  background-color: #F3F1EE;
}

.wallpaper-swatch[data-wallpaper-preview="52"] {
  background-color: #F3F1EE;
}

.chat-body[data-wallpaper="53"] {
  background-color: #FBF8F0;
}

.wallpaper-swatch[data-wallpaper-preview="53"] {
  background-color: #FBF8F0;
}

.chat-body[data-wallpaper="3"] {
  background-color: #FAF8F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='%23C6BCA6' fill-opacity='0.45'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 22px;
}

.wallpaper-swatch[data-wallpaper-preview="3"] {
  background-color: #FAF8F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='%23C6BCA6' fill-opacity='0.45'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 12.1px;
}

.chat-body[data-wallpaper="29"] {
  background-color: #F5F1EA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg stroke='%23CBBFAA' stroke-opacity='.35'%3E%3Cpath d='M0 4h8M4 0v8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8px;
}

.wallpaper-swatch[data-wallpaper-preview="29"] {
  background-color: #F5F1EA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg stroke='%23CBBFAA' stroke-opacity='.35'%3E%3Cpath d='M0 4h8M4 0v8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 4.4px;
}

.chat-body[data-wallpaper="30"] {
  background-color: #EFF6FA;
  background-image: linear-gradient(160deg, rgba(187, 217, 236, 0.5) 0%, rgba(255, 255, 255, 0) 55%, rgba(213, 230, 242, 0.45) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="30"] {
  background-color: #EFF6FA;
  background-image: linear-gradient(160deg, rgba(187, 217, 236, 0.5) 0%, rgba(255, 255, 255, 0) 55%, rgba(213, 230, 242, 0.45) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="31"] {
  background-color: #F2F5F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23FFFFFF' fill-opacity='.75'%3E%3Cellipse cx='40' cy='50' rx='38' ry='20'/%3E%3Cellipse cx='120' cy='110' rx='46' ry='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px;
}

.wallpaper-swatch[data-wallpaper-preview="31"] {
  background-color: #F2F5F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23FFFFFF' fill-opacity='.75'%3E%3Cellipse cx='40' cy='50' rx='38' ry='20'/%3E%3Cellipse cx='120' cy='110' rx='46' ry='24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 88px;
}

.chat-body[data-wallpaper="32"] {
  background-color: #F6F3FB;
  background-image: linear-gradient(135deg, rgba(217, 207, 242, 0.55) 0%, rgba(207, 227, 245, 0.45) 50%, rgba(246, 239, 221, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="32"] {
  background-color: #F6F3FB;
  background-image: linear-gradient(135deg, rgba(217, 207, 242, 0.55) 0%, rgba(207, 227, 245, 0.45) 50%, rgba(246, 239, 221, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="34"] {
  background-color: #F5F4F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23D6D2CB' stroke-opacity='.5'%3E%3Cpath d='M0 150q60-40 100 0t100-30'/%3E%3Cpath d='M-20 60q70 30 120-10t100 20' stroke-opacity='.32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
}

.wallpaper-swatch[data-wallpaper-preview="34"] {
  background-color: #F5F4F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23D6D2CB' stroke-opacity='.5'%3E%3Cpath d='M0 150q60-40 100 0t100-30'/%3E%3Cpath d='M-20 60q70 30 120-10t100 20' stroke-opacity='.32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 110px;
}

.chat-body[data-wallpaper="36"] {
  background-color: #F7F1E6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='%23CFBE9C' fill-opacity='0.45'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 18px;
}

.wallpaper-swatch[data-wallpaper-preview="36"] {
  background-color: #F7F1E6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='%23CFBE9C' fill-opacity='0.45'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 9.9px;
}

.chat-body[data-wallpaper="37"] {
  background-color: #F8FAFC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%23BFD2E2' fill-opacity='.45'%3E%3Ccircle cx='8' cy='10' r='1.4'/%3E%3Ccircle cx='28' cy='24' r='1.2'/%3E%3Ccircle cx='18' cy='34' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 40px;
}

.wallpaper-swatch[data-wallpaper-preview="37"] {
  background-color: #F8FAFC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%23BFD2E2' fill-opacity='.45'%3E%3Ccircle cx='8' cy='10' r='1.4'/%3E%3Ccircle cx='28' cy='24' r='1.2'/%3E%3Ccircle cx='18' cy='34' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 22px;
}

.chat-body[data-wallpaper="38"] {
  background-color: #F4F2EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cg stroke='%23CFC8BC' stroke-opacity='.4'%3E%3Cpath d='M0 3h6M3 0v6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 6px;
}

.wallpaper-swatch[data-wallpaper-preview="38"] {
  background-color: #F4F2EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cg stroke='%23CFC8BC' stroke-opacity='.4'%3E%3Cpath d='M0 3h6M3 0v6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 3.3px;
}

.chat-body[data-wallpaper="39"] {
  background-color: #F7F2FB;
  background-image: linear-gradient(120deg, rgba(216, 198, 238, 0.45) 0%, rgba(255, 255, 255, 0) 45%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="39"] {
  background-color: #F7F2FB;
  background-image: linear-gradient(120deg, rgba(216, 198, 238, 0.45) 0%, rgba(255, 255, 255, 0) 45%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="40"] {
  background-color: #F7F4F1;
  background-image: linear-gradient(115deg, rgba(243, 211, 222, 0.55) 0%, rgba(220, 232, 246, 0.5) 40%, rgba(223, 240, 228, 0.5) 72%, rgba(248, 235, 207, 0.55) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="40"] {
  background-color: #F7F4F1;
  background-image: linear-gradient(115deg, rgba(243, 211, 222, 0.55) 0%, rgba(220, 232, 246, 0.5) 40%, rgba(223, 240, 228, 0.5) 72%, rgba(248, 235, 207, 0.55) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="41"] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23C9C9C9' fill-opacity='0.55'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 12px;
}

.wallpaper-swatch[data-wallpaper-preview="41"] {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23C9C9C9' fill-opacity='0.55'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 6.6px;
}

.chat-body[data-wallpaper="43"] {
  background-color: #EDF4FA;
  background-image: linear-gradient(180deg, rgba(198, 222, 242, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="43"] {
  background-color: #EDF4FA;
  background-image: linear-gradient(180deg, rgba(198, 222, 242, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="54"] {
  background-color: #F3F7FB;
  background-image: linear-gradient(180deg, rgba(188, 216, 239, 0.6) 0%, rgba(255, 255, 255, 0) 48%, rgba(247, 217, 196, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.wallpaper-swatch[data-wallpaper-preview="54"] {
  background-color: #F3F7FB;
  background-image: linear-gradient(180deg, rgba(188, 216, 239, 0.6) 0%, rgba(255, 255, 255, 0) 48%, rgba(247, 217, 196, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-body[data-wallpaper="55"] {
  background-color: #EFF8F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23A9D3BF' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="55"] {
  background-color: #EFF8F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23A9D3BF' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="56"] {
  background-color: #F7F1E8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23D3C1A5' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="56"] {
  background-color: #F7F1E8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23D3C1A5' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="57"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg stroke='%23E6E9EE' stroke-opacity='.9'%3E%3Cpath d='M0 32h32M32 0v32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 32px;
}

.wallpaper-swatch[data-wallpaper-preview="57"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg stroke='%23E6E9EE' stroke-opacity='.9'%3E%3Cpath d='M0 32h32M32 0v32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 17.6px;
}

.chat-body[data-wallpaper="58"] {
  background-color: #F1F4F6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23C2CCD3' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="58"] {
  background-color: #F1F4F6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23C2CCD3' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="59"] {
  background-color: #F5F1FB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23C4B4DF' fill-opacity='0.35'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="59"] {
  background-color: #F5F1FB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23C4B4DF' fill-opacity='0.35'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="60"] {
  background-color: #FDF3EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23E5BFA4' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="60"] {
  background-color: #FDF3EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%23E5BFA4' fill-opacity='0.4'%3E%3Ccircle cx='3' cy='4' r='1'/%3E%3Ccircle cx='14' cy='9' r='1'/%3E%3Ccircle cx='8' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="44"] {
  background-color: #F4F1FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23AC9BD8' stroke-opacity='.45' stroke-width='2'%3E%3Cpath d='M28 8l20 20-20 20L8 28z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px;
}

.wallpaper-swatch[data-wallpaper-preview="44"] {
  background-color: #F4F1FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23AC9BD8' stroke-opacity='.45' stroke-width='2'%3E%3Cpath d='M28 8l20 20-20 20L8 28z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 30.8px;
}

.chat-body[data-wallpaper="45"] {
  background-color: #EFF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%2394B8D4' fill-opacity='.4'%3E%3Crect x='2' y='2' width='14' height='14' rx='2'/%3E%3Crect x='22' y='22' width='14' height='14' rx='2'/%3E%3Crect x='24' y='4' width='8' height='8' rx='2' fill-opacity='.22'/%3E%3Crect x='4' y='24' width='8' height='8' rx='2' fill-opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 40px;
}

.wallpaper-swatch[data-wallpaper-preview="45"] {
  background-color: #EFF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%2394B8D4' fill-opacity='.4'%3E%3Crect x='2' y='2' width='14' height='14' rx='2'/%3E%3Crect x='22' y='22' width='14' height='14' rx='2'/%3E%3Crect x='24' y='4' width='8' height='8' rx='2' fill-opacity='.22'/%3E%3Crect x='4' y='24' width='8' height='8' rx='2' fill-opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 22px;
}

.chat-body[data-wallpaper="46"] {
  background-color: #EFF7F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cg stroke='%237FBFA3' stroke-opacity='.5' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M14 8v12M8 14h12M38 32v12M32 38h12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 52px;
}

.wallpaper-swatch[data-wallpaper-preview="46"] {
  background-color: #EFF7F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cg stroke='%237FBFA3' stroke-opacity='.5' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M14 8v12M8 14h12M38 32v12M32 38h12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 28.6px;
}

.chat-body[data-wallpaper="47"] {
  background-color: #F7F3EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23C2B08A' stroke-opacity='.5' stroke-width='2'%3E%3Crect x='6' y='6' width='20' height='20' rx='6'/%3E%3Crect x='30' y='30' width='20' height='20' rx='6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px;
}

.wallpaper-swatch[data-wallpaper-preview="47"] {
  background-color: #F7F3EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23C2B08A' stroke-opacity='.5' stroke-width='2'%3E%3Crect x='6' y='6' width='20' height='20' rx='6'/%3E%3Crect x='30' y='30' width='20' height='20' rx='6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 30.8px;
}

.chat-body[data-wallpaper="48"] {
  background-color: #FCF6E4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23DCBE72' fill-opacity='.55'%3E%3Cpath d='M12 4l2 6 6 2-6 2-2 6-2-6-6-2 6-2z'/%3E%3Cpath d='M36 28l1.5 4.5 4.5 1.5-4.5 1.5-1.5 4.5-1.5-4.5-4.5-1.5 4.5-1.5z' fill-opacity='.35'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 48px;
}

.wallpaper-swatch[data-wallpaper-preview="48"] {
  background-color: #FCF6E4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23DCBE72' fill-opacity='.55'%3E%3Cpath d='M12 4l2 6 6 2-6 2-2 6-2-6-6-2 6-2z'/%3E%3Cpath d='M36 28l1.5 4.5 4.5 1.5-4.5 1.5-1.5 4.5-1.5-4.5-4.5-1.5 4.5-1.5z' fill-opacity='.35'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 26.4px;
}

.chat-body[data-wallpaper="49"] {
  background-color: #ECF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238FBBD4' stroke-opacity='.45' stroke-width='2'%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Ccircle cx='32' cy='32' r='14' stroke-opacity='.3'/%3E%3Ccircle cx='32' cy='32' r='22' stroke-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="49"] {
  background-color: #ECF4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%238FBBD4' stroke-opacity='.45' stroke-width='2'%3E%3Ccircle cx='32' cy='32' r='6'/%3E%3Ccircle cx='32' cy='32' r='14' stroke-opacity='.3'/%3E%3Ccircle cx='32' cy='32' r='22' stroke-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="50"] {
  background-color: #F1F6EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='%2392BD8E' fill-opacity='.32'%3E%3Cpath d='M18 6c8 0 14 6 12 14-2 7-11 10-16 6-6-5-4-20 4-20z'/%3E%3Cpath d='M46 34c6 2 8 10 3 14-5 5-14 1-14-6 0-6 5-10 11-8z' fill-opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="50"] {
  background-color: #F1F6EE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='%2392BD8E' fill-opacity='.32'%3E%3Cpath d='M18 6c8 0 14 6 12 14-2 7-11 10-16 6-6-5-4-20 4-20z'/%3E%3Cpath d='M46 34c6 2 8 10 3 14-5 5-14 1-14-6 0-6 5-10 11-8z' fill-opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="61"] {
  background-color: #F5F6F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg stroke='%23C5CBD4' stroke-opacity='.55'%3E%3Cpath d='M0 16h16M16 0v16'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="61"] {
  background-color: #F5F6F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg stroke='%23C5CBD4' stroke-opacity='.55'%3E%3Cpath d='M0 16h16M16 0v16'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="62"] {
  background-color: #F6F3EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg stroke='%23CDBFA9' stroke-opacity='.5'%3E%3Cpath d='M0 16L16 0M0 0l16 16'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 16px;
}

.wallpaper-swatch[data-wallpaper-preview="62"] {
  background-color: #F6F3EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg stroke='%23CDBFA9' stroke-opacity='.5'%3E%3Cpath d='M0 16L16 0M0 0l16 16'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 8.8px;
}

.chat-body[data-wallpaper="63"] {
  background-color: #F3F5FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0v20' stroke='%23AEC0DA' stroke-opacity='.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 20px;
}

.wallpaper-swatch[data-wallpaper-preview="63"] {
  background-color: #F3F5FA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0v20' stroke='%23AEC0DA' stroke-opacity='.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 11px;
}

.chat-body[data-wallpaper="64"] {
  background-color: #F4F7F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M0 10h20' stroke='%23AFC9AC' stroke-opacity='.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 20px;
}

.wallpaper-swatch[data-wallpaper-preview="64"] {
  background-color: #F4F7F3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M0 10h20' stroke='%23AFC9AC' stroke-opacity='.5'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 11px;
}

.chat-body[data-wallpaper="65"] {
  background-color: #FBF6E9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23DFC98E' fill-opacity='.3'%3E%3Cpath d='M28 4l14 8v16l-14 8-14-8V12z'/%3E%3Cpath d='M0 32l14 8v16L0 64z' fill-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px;
}

.wallpaper-swatch[data-wallpaper-preview="65"] {
  background-color: #FBF6E9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23DFC98E' fill-opacity='.3'%3E%3Cpath d='M28 4l14 8v16l-14 8-14-8V12z'/%3E%3Cpath d='M0 32l14 8v16L0 64z' fill-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 30.8px;
}

.chat-body[data-wallpaper="66"] {
  background-color: #F4F1FB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23B4A4DE' stroke-opacity='.4'%3E%3Ccircle cx='24' cy='24' r='9'/%3E%3Ccircle cx='24' cy='24' r='17' stroke-opacity='.24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 48px;
}

.wallpaper-swatch[data-wallpaper-preview="66"] {
  background-color: #F4F1FB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23B4A4DE' stroke-opacity='.4'%3E%3Ccircle cx='24' cy='24' r='9'/%3E%3Ccircle cx='24' cy='24' r='17' stroke-opacity='.24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 26.4px;
}

.chat-body[data-wallpaper="67"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='2' fill='%23CBD1D9' fill-opacity='.8'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="67"] {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='2' fill='%23CBD1D9' fill-opacity='.8'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="68"] {
  background-color: #F2F5F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke='%23A9BED6' stroke-opacity='.5' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 12h14M26 36h14'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 48px;
}

.wallpaper-swatch[data-wallpaper-preview="68"] {
  background-color: #F2F5F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke='%23A9BED6' stroke-opacity='.5' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 12h14M26 36h14'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 26.4px;
}

.chat-body[data-wallpaper="69"] {
  background-color: #FDF2F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23E8A6BC' fill-opacity='.45'%3E%3Crect x='8' y='10' width='7' height='3' rx='1.5' transform='rotate(24 8 10)'/%3E%3Crect x='38' y='26' width='7' height='3' rx='1.5' transform='rotate(-38 38 26)'/%3E%3Crect x='20' y='44' width='7' height='3' rx='1.5' transform='rotate(62 20 44)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 60px;
}

.wallpaper-swatch[data-wallpaper-preview="69"] {
  background-color: #FDF2F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23E8A6BC' fill-opacity='.45'%3E%3Crect x='8' y='10' width='7' height='3' rx='1.5' transform='rotate(24 8 10)'/%3E%3Crect x='38' y='26' width='7' height='3' rx='1.5' transform='rotate(-38 38 26)'/%3E%3Crect x='20' y='44' width='7' height='3' rx='1.5' transform='rotate(62 20 44)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 33px;
}

.chat-body[data-wallpaper="70"] {
  background-color: #F1F7EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='%2390BC8B' fill-opacity='.3'%3E%3Cpath d='M16 8c10 0 14 6 12 14-8 2-14-4-12-14z'/%3E%3Cpath d='M46 36c-10 0-14 6-12 14 8 2 14-4 12-14z' fill-opacity='.2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 64px;
}

.wallpaper-swatch[data-wallpaper-preview="70"] {
  background-color: #F1F7EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='%2390BC8B' fill-opacity='.3'%3E%3Cpath d='M16 8c10 0 14 6 12 14-8 2-14-4-12-14z'/%3E%3Cpath d='M46 36c-10 0-14 6-12 14 8 2 14-4 12-14z' fill-opacity='.2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35.2px;
}

.chat-body[data-wallpaper="71"] {
  background-color: #F4F4F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23C9C6BE' fill-opacity='.45'%3E%3Cellipse cx='16' cy='16' rx='8' ry='6'/%3E%3Cellipse cx='40' cy='38' rx='7' ry='5' fill-opacity='.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 56px;
}

.wallpaper-swatch[data-wallpaper-preview="71"] {
  background-color: #F4F4F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23C9C6BE' fill-opacity='.45'%3E%3Cellipse cx='16' cy='16' rx='8' ry='6'/%3E%3Cellipse cx='40' cy='38' rx='7' ry='5' fill-opacity='.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 30.8px;
}

.chat-body[data-font=sm] .message-content {
  font-size: 13px;
}

.chat-body[data-font=lg] .message-content {
  font-size: 16px;
}

.wallpaper-canvas.chat-offcanvas.offcanvas {
  background: #FFF;
  position: relative;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .wallpaper-canvas.chat-offcanvas.offcanvas.show {
    min-width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .wallpaper-canvas.chat-offcanvas.offcanvas.show {
    width: min(100%, 460px);
  }
}
@media (max-width: 575.98px) {
  .wallpaper-canvas.chat-offcanvas.offcanvas.show {
    width: 100%;
  }
}
.wallpaper-canvas.chat-offcanvas .offcanvas-header {
  gap: 8px;
  flex-shrink: 0;
}
.wallpaper-canvas.chat-offcanvas .offcanvas-body {
  flex: 1 1 auto;
  min-height: 0;
  padding-block-end: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.wallpaper-canvas.chat-offcanvas .wallpaper-footer {
  flex-shrink: 0;
}

.wallpaper-search {
  position: relative;
  margin-block-end: 16px;
}
.wallpaper-search .form-control {
  padding-inline-start: 36px;
}
.wallpaper-search .form-control::-webkit-search-cancel-button {
  appearance: none;
}

.wallpaper-search-icon {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 12px;
  transform: translateY(-50%);
  color: #72767D;
  font-size: 16px;
  pointer-events: none;
}

.wallpaper-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-block-end: 18px;
}
.wallpaper-chips .wallpaper-chip {
  padding: 5px 13px;
  border: 1px solid #E8E8E9;
  border-radius: 999px;
  background-color: #FFF;
  color: #5B5F68;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.wallpaper-chips .wallpaper-chip:hover, .wallpaper-chips .wallpaper-chip:focus-visible {
  border-color: #6338F6;
  color: #6338F6;
}
.wallpaper-chips .wallpaper-chip:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.wallpaper-chips .wallpaper-chip.active {
  border-color: #6338F6;
  background-color: #6338F6;
  color: #FFF;
}

.wallpaper-section {
  margin-block-end: 22px;
}
.wallpaper-section.d-none {
  display: none;
}
.wallpaper-section .sub-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block-end: 12px;
}

.wallpaper-count {
  color: #72767D;
  font-size: 12px;
  font-weight: 400;
}

.wallpaper-swatch {
  position: relative;
  display: block;
  width: 100%;
  height: 62px;
  padding: 0;
  border: 2px solid #E8E8E9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.wallpaper-swatch:hover, .wallpaper-swatch:focus-visible {
  border-color: #6338F6;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px -6px rgba(20, 27, 39, 0.35);
}
.wallpaper-swatch:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.wallpaper-swatch.active {
  border-color: #6338F6;
  box-shadow: 0 0 0 2px rgba(99, 56, 246, 0.25);
}
.wallpaper-swatch.active .wallpaper-check {
  opacity: 1;
  transform: scale(1);
}

.wallpaper-swatch-solid {
  height: 54px;
}

.wallpaper-swatch-light {
  height: 84px;
}

.wallpaper-swatch-recent {
  height: 48px;
  border-radius: 10px;
}

.wallpaper-mini {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}
.wallpaper-mini span {
  display: block;
  height: 9px;
  border-radius: 5px;
}
.wallpaper-mini .wallpaper-mini-in {
  width: 58%;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(20, 27, 39, 0.12);
}
.wallpaper-mini .wallpaper-mini-out {
  width: 48%;
  margin-inline-start: auto;
  background-color: #6338F6;
  opacity: 0.85;
}

.wallpaper-check {
  position: absolute;
  inset-block-start: 6px;
  inset-inline-end: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6338F6;
  color: #FFF;
  font-size: 11px;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

.wallpaper-swatch-solid .wallpaper-check {
  inset-block-start: 50%;
  inset-inline-end: 50%;
  transform: translate(50%, -50%) scale(0.6);
}

.wallpaper-swatch-solid.active .wallpaper-check {
  transform: translate(50%, -50%) scale(1);
}

.wallpaper-name {
  display: block;
  margin-block-start: 6px;
  color: #72767D;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallpaper-empty {
  padding-block: 32px;
  color: #72767D;
}
.wallpaper-empty i {
  font-size: 32px;
}

.wallpaper-footer {
  padding: 16px 24px;
  border-block-start: 1px solid #E8E8E9;
  background-color: #FFF;
}

.darkmode .wallpaper-canvas.offcanvas,
.darkmode .wallpaper-footer,
.darkmode .wallpaper-chips .wallpaper-chip {
  background-color: #2C323D;
}
.darkmode .wallpaper-swatch,
.darkmode .wallpaper-footer,
.darkmode .wallpaper-chips .wallpaper-chip {
  border-color: #222224;
}
.darkmode .wallpaper-swatch:hover, .darkmode .wallpaper-swatch:focus-visible, .darkmode .wallpaper-swatch.active {
  border-color: #6338F6;
}
.darkmode .wallpaper-chips .wallpaper-chip {
  color: #8A8D93;
}
.darkmode .wallpaper-chips .wallpaper-chip.active {
  border-color: #6338F6;
  background-color: #6338F6;
  color: #FFF;
}
.darkmode .wallpaper-name,
.darkmode .wallpaper-count,
.darkmode .wallpaper-empty,
.darkmode .wallpaper-search-icon {
  color: #8A8D93;
}

@media (prefers-reduced-motion: reduce) {
  .wallpaper-swatch,
  .wallpaper-check,
  .wallpaper-chips .wallpaper-chip {
    transition: none;
  }
  .wallpaper-swatch:hover {
    transform: none;
  }
}
.msg-status {
  display: inline-flex;
  align-items: center;
  margin-inline-end: 6px;
  font-size: 12px;
  color: #8A8D93;
}
.msg-status.read {
  color: #0CC68C;
}

.chats.is-new {
  animation: chat-message-in 0.3s ease;
}

@keyframes chat-message-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .chats.is-new,
  .chat-waveform span {
    animation: none;
    transition: none;
  }
}
@media screen and (max-width: 767.98px) {
  .chat-selection-bar {
    padding-inline: 15px;
  }
}
#settings-index {
  padding-block-start: 4px;
}

.settings-group {
  padding: 12px 8px;
  border: 1px solid #E8E8E9;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}

#setting-menu .search-wrap .input-group {
  border: 1px solid #E8E8E9;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  overflow: hidden;
  transition: border-color 0.25s ease;
}
#setting-menu .search-wrap .input-group:focus-within {
  border-color: #6338F6;
}
#setting-menu .search-wrap .form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#setting-menu .search-wrap .input-group-text {
  border: 0;
  background-color: transparent;
  color: #8A8D93;
}

.settings-group + .settings-group {
  margin-block-start: 16px;
}

.settings-title {
  margin-bottom: 6px;
  padding-inline: 12px;
  color: #72767D;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.settings-row {
  gap: 12px;
  padding: 9px 12px;
  border-radius: 14px;
  color: #141B27;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.settings-row:hover, .settings-row:focus-visible {
  background-color: #F1EDFE;
  color: #141B27;
}
.settings-row:hover .settings-icon, .settings-row:focus-visible .settings-icon {
  border-color: transparent;
  background-color: #FFF;
  color: #6338F6;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
.settings-row:hover .settings-chevron, .settings-row:focus-visible .settings-chevron {
  color: #6338F6;
  transform: translateX(2px);
}

.settings-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.settings-sub {
  color: #72767D;
  font-size: 12px;
  line-height: 1.35;
}

.settings-value {
  flex-shrink: 0;
  max-width: 88px;
  color: #72767D;
  font-size: 12px;
  font-weight: 500;
}

.settings-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E8E8E9;
  border-radius: 12px;
  background-color: #F7F8FA;
  color: #5B5F68;
  font-size: 18px;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.settings-chevron {
  color: #A1A4A9;
  font-size: 16px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contact-presence {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #72767D;
  font-size: 12px;
  line-height: 1.4;
}
.contact-presence i {
  font-size: 13px;
}
.contact-presence.is-online {
  color: #0CC68C;
}
.contact-presence.is-typing {
  color: #6338F6;
}
.contact-presence.is-blocked {
  color: #FD3A55;
}

.contact-fav {
  color: #FD3A55;
  font-size: 13px;
  vertical-align: middle;
}

[data-contact-list] mark {
  padding: 0;
  background-color: #F1EDFE;
  color: #6338F6;
  font-weight: 500;
}

.contact-stat {
  padding: 12px 4px;
  border: 1px solid #E8E8E9;
  border-radius: 12px;
}
.contact-stat p {
  color: #72767D;
}

.dc-toast {
  position: relative;
  width: 360px;
  max-width: calc(100vw - 32px);
  border-radius: 14px;
  background-color: #FFF;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  overflow: hidden;
  animation: dc-toast-in 0.28s ease;
}
.dc-toast .toast-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px 14px 16px;
}
.dc-toast::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
}

.dc-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 18px;
}

.dc-toast-text {
  flex: 1;
  min-width: 0;
  padding-block-start: 1px;
}

.dc-toast-title {
  display: block;
  color: #141B27;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.dc-toast-message {
  display: block;
  color: #72767D;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.dc-toast-close {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.dc-toast-close:hover, .dc-toast-close:focus-visible {
  opacity: 1;
}

.dc-toast.is-success::before {
  background-color: #0CC68C;
}
.dc-toast.is-success .dc-toast-icon {
  background-color: #EFFCED;
  color: rgb(8.5028571429, 140.2971428571, 99.2);
}

.dc-toast.is-error::before {
  background-color: #FD3A55;
}
.dc-toast.is-error .dc-toast-icon {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.dc-toast.is-warning::before {
  background-color: #FFC107;
}
.dc-toast.is-warning .dc-toast-icon {
  background-color: #FDF7E6;
  color: rgb(170.2, 127.65, 0);
}

.dc-toast.is-info::before {
  background-color: #1B84FF;
}
.dc-toast.is-info .dc-toast-icon {
  background-color: #EBF4FF;
  color: #1B84FF;
}

@keyframes dc-toast-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dc-toast {
    animation: none;
  }
  .dc-toast-close {
    transition: none;
  }
}
@media screen and (max-width: 575.98px) {
  .dc-toast {
    width: 100%;
  }
}
#chat-conversation {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#chat-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
#chat-body::-webkit-scrollbar {
  width: 7px;
}
#chat-body::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(20, 27, 39, 0.2);
}
#chat-body::-webkit-scrollbar-track {
  background-color: transparent;
}

.chat .chat-footer {
  flex-shrink: 0;
}

@media screen and (max-width: 991.98px) {
  .chat.chat-messages.show-chatbar {
    display: flex;
    height: 100%;
  }
}
.chat .chat-footer form.footer-form {
  position: static;
}

.chats .message-content:not(.bg-transparent) {
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}

.chat .chat-body .messages .chats:not(.chats-right) .chat-content .message-content:not(.bg-transparent) {
  border: 1px solid #E8E8E9;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(20, 27, 39, 0.05), 0 8px 20px -8px rgba(20, 27, 39, 0.16);
}

.chat .chat-body .messages .chats.chats-right .chat-content .message-content:not(.bg-transparent) {
  background-color: #4B2FB8;
}
.chat .chat-body .messages .chats.chats-right .chat-content .message-content:not(.bg-transparent) h6 {
  color: #FFF;
}

.chats.chats-right .message-content:not(.bg-transparent) {
  box-shadow: 0 1px 2px rgba(75, 47, 184, 0.12), 0 8px 20px -8px rgba(75, 47, 184, 0.45);
}

.darkmode .chat .chat-body .messages .chats-right .chat-content .message-content:not(.bg-transparent) {
  background-color: #5633D5;
}

.darkmode .chat .chat-body .messages .chats:not(.chats-right) .chat-content .message-content:not(.bg-transparent) {
  border-color: rgba(255, 255, 255, 0.08);
  background-color: #222224;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 8px 20px -8px rgba(0, 0, 0, 0.7);
}

.device-head {
  gap: 12px;
  margin-bottom: 8px;
  padding: 0 12px 12px;
  border-block-end: 1px solid #E8E8E9;
}

.device-row {
  gap: 12px;
  padding: 9px 12px;
  border-radius: 14px;
  transition: background-color 0.25s ease;
}
.device-row:hover {
  background-color: #F7F8FA;
}

.device-tag {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #F1EDFE;
  color: #6338F6;
  font-size: 11px;
  font-weight: 500;
}

.device-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  color: #8A8D93;
  font-size: 16px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.device-remove:hover, .device-remove:focus-visible {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.settings-hero {
  gap: 12px;
  padding: 14px;
  border: 1px solid #E8E8E9;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  color: #141B27;
  transition: border-color 0.25s ease;
}
.settings-hero:hover, .settings-hero:focus-visible {
  border-color: #6338F6;
  color: #141B27;
}
.settings-hero:hover .settings-chevron, .settings-hero:focus-visible .settings-chevron {
  color: #6338F6;
  transform: translateX(2px);
}

.settings-hero-avatar {
  display: inline-flex;
  padding: 3px;
  border-radius: 50%;
  background-color: #F1EDFE;
}

.settings-hero-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.settings-hero-meta {
  color: #72767D;
  font-size: 12px;
  line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
  .settings-row,
  .settings-hero,
  .settings-icon,
  .settings-chevron {
    transition: none;
  }
  .settings-row:hover .settings-chevron,
  .settings-hero:hover .settings-chevron {
    transform: none;
  }
}
[data-empty] .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[data-empty] p {
  color: #72767D;
}

.chat-compact .chat-users-wrap .chat-user-list {
  padding-block: 6px;
}
.chat-compact .chat-users-wrap .avatar-lg {
  width: 38px;
  height: 38px;
}

[dir=rtl] .settings-chevron,
[dir=rtl] [data-settings-back] .ti-arrow-left {
  transform: scaleX(-1);
}
[dir=rtl] .settings-row:hover .settings-chevron,
[dir=rtl] .settings-row:focus-visible .settings-chevron,
[dir=rtl] .settings-hero:hover .settings-chevron,
[dir=rtl] .settings-hero:focus-visible .settings-chevron {
  transform: scaleX(-1) translateX(2px);
}

[data-storage-bar] {
  width: 31%;
}

.call-card {
  --call-tone: #72767D;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 248px;
  max-width: 340px;
  padding: 12px 14px;
  border: 1px solid #E8E8E9;
  border-radius: 14px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  color: #72767D;
  text-align: start;
  transition: all 0.25s ease;
}
.call-card:hover, .call-card:focus-visible {
  border-color: var(--call-tone);
  box-shadow: 0 8px 18px -6px rgba(20, 27, 39, 0.18);
  transform: translateY(-1px);
}
.call-card:focus-visible {
  outline: 2px solid var(--call-tone);
  outline-offset: 2px;
}
.call-card.is-success {
  --call-tone: #0CC68C;
}
.call-card.is-info {
  --call-tone: #1B84FF;
}
.call-card.is-danger {
  --call-tone: #FD3A55;
}
.call-card.is-warning {
  --call-tone: #FFC107;
}
.call-card.is-muted {
  --call-tone: #72767D;
}

.call-card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.06);
  background-color: color-mix(in srgb, var(--call-tone) 14%, transparent);
  color: var(--call-tone);
  font-size: 20px;
}
.call-card-icon .call-card-pip {
  position: absolute;
  inset-block-end: -2px;
  inset-inline-end: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: var(--call-tone);
  color: #FFF;
  font-size: 8px;
}

.call-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 2px;
}

.call-card-title {
  color: #141B27;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.call-card-who {
  overflow: hidden;
  color: #434952;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.call-card-meta {
  color: #72767D;
  font-size: 12px;
  line-height: 1.3;
}

.call-card-go {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--call-tone);
  font-size: 16px;
  transition: background-color 0.25s ease;
}

.call-card:hover .call-card-go,
.call-card:focus-visible .call-card-go {
  background-color: rgba(0, 0, 0, 0.06);
  background-color: color-mix(in srgb, var(--call-tone) 14%, transparent);
}

@media screen and (max-width: 575.98px) {
  .call-card {
    min-width: 0;
    width: 100%;
    padding: 10px 12px;
    gap: 10px;
  }
  .call-card-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .call-card-go {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .call-card,
  .call-card-go {
    transition: none;
  }
  .call-card:hover {
    transform: none;
  }
}
.emoj-group .chat-action-more {
  position: relative;
}
.emoj-group .chat-action-more .dropdown-menu {
  z-index: 5;
}

.chat .chat-body .messages .chats .chat-content .message-content .emoj-group {
  width: max-content;
  right: auto;
  left: calc(100% + 12px);
}

.chat .chat-body .messages .chats.chats-right .chat-content .message-content .emoj-group {
  left: auto;
  right: calc(100% + 12px);
}

.chats .message-content .emoj-group.is-open {
  opacity: 1;
}

[data-group-members] .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
[data-group-members] .list-group-item > .d-flex {
  min-width: 0;
}
[data-group-members] .list-group-item .chat-user-info {
  min-width: 0;
}
[data-group-members] .list-group-item .chat-user-info h6,
[data-group-members] .list-group-item .chat-user-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-group-members] .list-group-item > .dropdown {
  flex-shrink: 0;
  line-height: 1;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.chat-head-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #F7F8FA;
  color: #434952;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-head-btn:hover, .chat-head-btn:focus-visible {
  background-color: #E3DBFD;
  color: #6338F6;
}
.chat-head-btn:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.chat-head-btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.chat-head-btn.chat-head-btn-danger:hover, .chat-head-btn.chat-head-btn-danger:focus-visible {
  background-color: rgba(253, 58, 85, 0.12);
  color: #FD3A55;
}

.chat-menu.dropdown-menu {
  min-width: 218px;
  padding: 8px;
  border: 1px solid #E8E8E9;
  border-radius: 12px;
  box-shadow: 0 12px 28px -6px rgba(20, 27, 39, 0.16);
}
.chat-menu.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #434952;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-menu.dropdown-menu .dropdown-item i {
  flex-shrink: 0;
  width: 18px;
  color: #8A8D93;
  font-size: 16px;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.chat-menu.dropdown-menu .dropdown-item:hover, .chat-menu.dropdown-menu .dropdown-item:focus-visible, .chat-menu.dropdown-menu .dropdown-item.active {
  background-color: #E3DBFD;
  color: #6338F6;
}
.chat-menu.dropdown-menu .dropdown-item:hover i, .chat-menu.dropdown-menu .dropdown-item:focus-visible i, .chat-menu.dropdown-menu .dropdown-item.active i {
  color: #6338F6;
}
.chat-menu.dropdown-menu .dropdown-divider {
  margin: 6px 4px;
  border-top-color: #E8E8E9;
  opacity: 1;
}
.chat-menu.dropdown-menu.show {
  animation: chat-menu-in 0.18s ease;
}

@keyframes chat-menu-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.chat-filter {
  margin-block-start: 16px;
}

.chat-filter-tabs {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0 0 2px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.chat-filter-tabs::-webkit-scrollbar {
  display: none;
}
.chat-filter-tabs .nav-item {
  flex-shrink: 0;
}
.chat-filter-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid #E8E8E9;
  border-radius: 999px;
  background-color: #FFF;
  color: #72767D;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chat-filter-tabs .nav-link:hover, .chat-filter-tabs .nav-link:focus-visible {
  border-color: #6338F6;
  background-color: #E3DBFD;
  color: #6338F6;
}
.chat-filter-tabs .nav-link:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.chat-filter-tabs .nav-link.active {
  border-color: #6338F6;
  background-color: #6338F6;
  color: #FFF;
}
.chat-filter-tabs .nav-link.active .chat-filter-count {
  background-color: rgba(255, 255, 255, 0.24);
  color: #FFF;
}

.chat-filter-more-wrap {
  flex-shrink: 0;
  margin-inline-start: 8px;
}

.chat-filter-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #E8E8E9;
  border-radius: 999px;
  background-color: #FFF;
  color: #72767D;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chat-filter-more:hover, .chat-filter-more:focus-visible, .chat-filter-more.show {
  border-color: #6338F6;
  background-color: #E3DBFD;
  color: #6338F6;
}
.chat-filter-more:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.chat-filter-more.active {
  border-color: #6338F6;
  background-color: #6338F6;
  color: #FFF;
}

.chat-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background-color: #6338F6;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

#chats .chat-list-head {
  margin-block-end: 12px;
}
#chats .chat-list-head .chat-title {
  margin: 0;
  color: #8A8D93;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.chat-select-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-block-end: 12px;
  padding: 6px 8px;
  border-radius: 12px;
  background-color: #E3DBFD;
  color: #6338F6;
}
.chat-select-bar.d-none {
  display: none !important;
}
.chat-select-bar .chat-head-btn {
  background-color: transparent;
  color: #6338F6;
}
.chat-select-bar .chat-head-btn:hover, .chat-select-bar .chat-head-btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.7);
}
.chat-select-bar [data-list-select-count] {
  font-size: 14px;
}

.chat-select-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-inline-end: 10px;
  border: 1.5px solid #B9BBBE;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#chats .chat-users-wrap .chat-user-list.selected {
  background-color: #E3DBFD;
}
#chats .chat-users-wrap .chat-user-list.selected .chat-select-mark {
  border-color: #6338F6;
  background-color: #6338F6;
  color: #FFF;
}

.darkmode .chat-head-btn {
  background-color: #222224;
  color: #D8DFEB;
}
.darkmode .chat-head-btn:hover, .darkmode .chat-head-btn:focus-visible {
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF;
}
.darkmode .chat-menu.dropdown-menu {
  border-color: #222224;
  background-color: #181818;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.6);
}
.darkmode .chat-menu.dropdown-menu .dropdown-item {
  color: #D8DFEB;
}
.darkmode .chat-menu.dropdown-menu .dropdown-item i {
  color: #72767D;
}
.darkmode .chat-menu.dropdown-menu .dropdown-item:hover, .darkmode .chat-menu.dropdown-menu .dropdown-item:focus-visible, .darkmode .chat-menu.dropdown-menu .dropdown-item.active {
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF;
}
.darkmode .chat-menu.dropdown-menu .dropdown-item:hover i, .darkmode .chat-menu.dropdown-menu .dropdown-item:focus-visible i, .darkmode .chat-menu.dropdown-menu .dropdown-item.active i {
  color: #FFF;
}
.darkmode .chat-menu.dropdown-menu .dropdown-divider {
  border-top-color: #222224;
}
.darkmode .chat-filter-tabs .nav-link,
.darkmode .chat-filter-more {
  border-color: #222224;
  background-color: transparent;
  color: #8A8D93;
}
.darkmode .chat-filter-tabs .nav-link:hover, .darkmode .chat-filter-tabs .nav-link:focus-visible, .darkmode .chat-filter-tabs .nav-link.show,
.darkmode .chat-filter-more:hover,
.darkmode .chat-filter-more:focus-visible,
.darkmode .chat-filter-more.show {
  border-color: #6338F6;
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF;
}
.darkmode .chat-filter-tabs .nav-link.active,
.darkmode .chat-filter-more.active {
  background-color: #6338F6;
  color: #FFF;
}
.darkmode .chat-select-bar {
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF;
}
.darkmode .chat-select-bar .chat-head-btn {
  background-color: transparent;
  color: #FFF;
}
.darkmode .chat-select-bar .chat-head-btn:hover, .darkmode .chat-select-bar .chat-head-btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.14);
}
.darkmode #chats .chat-list-head .chat-title {
  color: #72767D;
}
.darkmode .chat-select-mark {
  border-color: #5B5F68;
}
.darkmode #chats .chat-users-wrap .chat-user-list.selected {
  background-color: rgba(99, 56, 246, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .chat-head-btn,
  .chat-filter-tabs .nav-link,
  .chat-filter-more,
  .chat-select-mark {
    transition: none;
  }
  .chat-menu.dropdown-menu.show {
    animation: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.disappearing-card {
  position: relative;
  height: 100%;
}
.disappearing-card .form-check-input {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.disappearing-card .form-check-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
  color: #141B27;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.disappearing-card .form-check-input:hover + .form-check-label {
  border-color: #6338F6;
}
.disappearing-card .form-check-input:focus-visible + .form-check-label {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.disappearing-card .form-check-input:checked + .form-check-label {
  border-color: #6338F6;
  background-color: #F7F8FA;
}
.disappearing-card .form-check-input:checked + .form-check-label .ti-circle-check-filled {
  opacity: 1;
}
.disappearing-card .form-check-input:disabled {
  cursor: not-allowed;
}
.disappearing-card .form-check-input:disabled + .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.disappearing-card .ti-circle-check-filled {
  margin-inline-start: auto;
  color: #6338F6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.disappearing-icon {
  background-color: #E8E8E9;
  color: #5B5F68;
}

.disappearing-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E3DBFD;
  border-radius: 4px;
  background-color: #F1EDFE;
  color: #141B27;
}
.disappearing-banner > .ti {
  flex-shrink: 0;
  color: #6338F6;
}

.modal .disappearing-banner {
  border-color: #E8E8E9;
  background-color: #F7F8FA;
}
.modal .disappearing-banner > .ti {
  color: #5B5F68;
}

.media-delete-option {
  padding: 12px 16px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #F7F8FA;
}
.media-delete-option .form-check-label {
  color: #141B27;
}

.disappearing-badge,
.timer-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 100px;
  background-color: #F1EDFE;
  color: #6338F6;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.countdown-label {
  font-variant-numeric: tabular-nums;
}

.chats.is-expiring {
  animation: disappearing-fade 0.6s ease forwards;
  pointer-events: none;
}

@keyframes disappearing-fade {
  to {
    opacity: 0;
    transform: scale(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .disappearing-card .form-check-label,
  .disappearing-card .ti-circle-check-filled {
    transition: none;
  }
  .chats.is-expiring {
    animation-duration: 0.01ms;
  }
}
@media screen and (max-width: 575.98px) {
  .disappearing-banner {
    flex-wrap: wrap;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.qr-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1;
  padding: 16px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
}
.qr-frame.qr-frame-lg {
  width: 340px;
}

.qr-canvas {
  width: 100%;
  height: 100%;
}

.qr-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #141B27;
  shape-rendering: geometricPrecision;
}

.qr-avatar {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FFF;
  border-radius: 50%;
  background-color: #FFF;
}

[dir=rtl] .qr-avatar {
  transform: translate(50%, -50%);
}

.qr-scanner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  background-color: #F7F8FA;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.qr-scanner.is-live {
  background-color: #141B27;
}
.qr-scanner.is-flash {
  background-color: #434952;
}

.qr-scan-body {
  position: relative;
  z-index: 1;
  padding: 16px;
  text-align: center;
}
.qr-scan-body p {
  margin-bottom: 0;
  color: #72767D;
  font-size: 13px;
}

.qr-scanner.is-live .qr-scan-body p {
  color: #FFF;
}

.qr-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 3px solid #6338F6;
  border-radius: 4px;
}
.qr-corner.qr-corner-tl {
  inset-block-start: 16px;
  inset-inline-start: 16px;
  border-inline-end-color: transparent;
  border-block-end-color: transparent;
}
.qr-corner.qr-corner-tr {
  inset-block-start: 16px;
  inset-inline-end: 16px;
  border-inline-start-color: transparent;
  border-block-end-color: transparent;
}
.qr-corner.qr-corner-bl {
  inset-block-end: 16px;
  inset-inline-start: 16px;
  border-inline-end-color: transparent;
  border-block-start-color: transparent;
}
.qr-corner.qr-corner-br {
  inset-block-end: 16px;
  inset-inline-end: 16px;
  border-inline-start-color: transparent;
  border-block-start-color: transparent;
}

.qr-scan-line {
  position: absolute;
  inset-inline: 16px;
  inset-block-start: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #6338F6;
  opacity: 0;
}

.qr-scanner.is-scanning .qr-scan-line {
  opacity: 1;
  animation: qr-sweep 1.4s ease-in-out infinite;
}

@keyframes qr-sweep {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(196px);
  }
}
.qr-state {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #F1EDFE;
  color: #6338F6;
  font-size: 13px;
  font-weight: 500;
}
.qr-state.is-success {
  background-color: #EFFCED;
  color: #0CC68C;
}
.qr-state.is-warning {
  background-color: #FDF7E6;
  color: #FFC107;
}
.qr-state.is-danger {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.qr-result {
  padding: 16px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #F7F8FA;
}
.qr-result h6 {
  color: #141B27;
}
.qr-result p {
  color: #72767D;
}

.qr-history [data-qr-history-row]:last-child {
  border-bottom: 0 !important;
}
.qr-history p {
  color: #72767D;
}

@media screen and (max-width: 575.98px) {
  .qr-frame,
  .qr-scanner {
    width: 200px;
  }
  .qr-frame.qr-frame-lg {
    width: 260px;
  }
  @keyframes qr-sweep {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(136px);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .qr-scanner.is-scanning .qr-scan-line {
    animation: none;
  }
}
@media print {
  .qr-printing .sidebar-menu,
  .qr-printing .sidebar-group,
  .qr-printing .chat,
  .qr-printing .chat-offcanvas,
  .qr-printing .toast-container,
  .qr-printing .modal-header,
  .qr-printing .nav-tabs,
  .qr-printing .chat-segment,
  .qr-printing #qr-pane-scan,
  .qr-printing [data-qr-action] {
    display: none !important;
  }
  .qr-printing .modal,
  .qr-printing .modal-dialog,
  .qr-printing .modal-content {
    position: static !important;
    max-width: 100% !important;
    border: 0 !important;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.schedule-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 100px;
  background-color: #F1EDFE;
  color: #6338F6;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.schedule-status.is-pending {
  background-color: #FDF7E6;
  color: #FFC107;
}
.schedule-status.is-sending {
  background-color: #EBF4FF;
  color: #1B84FF;
}
.schedule-status.is-sent {
  background-color: #EFFCED;
  color: #0CC68C;
}
.schedule-status.is-cancelled {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.chats.scheduled-message .message-content {
  border: 1px dashed #6338F6;
}
.chats.scheduled-message.chats-right .message-content {
  border-color: rgba(255, 255, 255, 0.6);
}

.schedule-note {
  margin-block-start: 6px;
  color: #72767D;
  font-size: 12px;
}

.chats-right .schedule-note {
  color: rgba(255, 255, 255, 0.85);
}

.schedule-preview {
  padding: 16px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #F7F8FA;
  color: #141B27;
}
.schedule-preview p {
  color: #72767D;
}

.schedule-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.schedule-card {
  padding: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 4px;
  background-color: #FFF;
  color: #141B27;
  transition: border-color 0.3s ease;
}
.schedule-card:hover, .schedule-card:focus-within {
  border-color: #6338F6;
}
.schedule-card h6 {
  color: #141B27;
}
.schedule-card p {
  margin-bottom: 0;
  color: #72767D;
  font-size: 13px;
}
.schedule-card.is-cancelled {
  opacity: 0.65;
}

@media screen and (max-width: 575.98px) {
  .schedule-preview {
    padding: 12px;
  }
  .schedule-card .btn {
    flex: 1 1 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .schedule-card {
    transition: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.dropdown-auto {
  overflow: auto;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
}
.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #FFF;
}
.dropdown .dropdown-menu {
  font-family: "Archivo", sans-serif;
}

.dropdown-menu {
  border-color: #E8E8E9;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  font-size: 0.875rem;
  color: #141B27;
  background-color: #FFF;
  padding: 0;
  z-index: 10;
}

.dropdown-divider {
  border-color: #E8E8E9;
}

.dropdown-item-text {
  color: #72767D;
}

.dropdown-header {
  color: #72767D;
}

.dropdown-item {
  color: #141B27;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 8px !important;
}
.dropdown-item i {
  color: #72767D;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #72767D;
  opacity: 0.5;
}
.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):active {
  color: #6338F6;
  background-color: #F1EDFE;
}
.dropdown-item:not(.active):hover i, .dropdown-item:not(.active):focus i, .dropdown-item:not(.active):active i {
  color: #6338F6;
}
.dropdown-item.active {
  background-color: #F1EDFE;
}
.dropdown-item.active i {
  color: #6338F6;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.btn.dropdown-toggle-split {
  opacity: 0.85;
}

.dropdown-menu-dark {
  background-color: #0D1119;
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: #FFF;
}

.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}
.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}
.dropdown-menu.dropdown-menu-primary {
  background-color: #6338F6;
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover, .dropdown-menu.dropdown-menu-primary .dropdown-item:focus, .dropdown-menu.dropdown-menu-primary .dropdown-item:active, .dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: #60CBFF;
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover, .dropdown-menu.dropdown-menu-secondary .dropdown-item:focus, .dropdown-menu.dropdown-menu-secondary .dropdown-item:active, .dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: #FFC107;
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover, .dropdown-menu.dropdown-menu-warning .dropdown-item:focus, .dropdown-menu.dropdown-menu-warning .dropdown-item:active, .dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-info {
  background-color: #1B84FF;
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover, .dropdown-menu.dropdown-menu-info .dropdown-item:focus, .dropdown-menu.dropdown-menu-info .dropdown-item:active, .dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-success {
  background-color: #0CC68C;
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover, .dropdown-menu.dropdown-menu-success .dropdown-item:focus, .dropdown-menu.dropdown-menu-success .dropdown-item:active, .dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: #FD3A55;
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover, .dropdown-menu.dropdown-menu-danger .dropdown-item:focus, .dropdown-menu.dropdown-menu-danger .dropdown-item:active, .dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover, .dropdown-menu.dropmenu-item-primary .dropdown-item:focus, .dropdown-menu.dropmenu-item-primary .dropdown-item:active, .dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(99, 56, 246, 0.1) !important;
  color: #6338F6;
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-item-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-item-secondary .dropdown-item:active, .dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(96, 203, 255, 0.1) !important;
  color: #60CBFF;
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover, .dropdown-menu.dropmenu-item-warning .dropdown-item:focus, .dropdown-menu.dropmenu-item-warning .dropdown-item:active, .dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #FFC107;
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover, .dropdown-menu.dropmenu-item-info .dropdown-item:focus, .dropdown-menu.dropmenu-item-info .dropdown-item:active, .dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(27, 132, 255, 0.1) !important;
  color: #1B84FF;
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover, .dropdown-menu.dropmenu-item-success .dropdown-item:focus, .dropdown-menu.dropmenu-item-success .dropdown-item:active, .dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(12, 198, 140, 0.1) !important;
  color: #0CC68C;
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover, .dropdown-menu.dropmenu-item-danger .dropdown-item:focus, .dropdown-menu.dropmenu-item-danger .dropdown-item:active, .dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(253, 58, 85, 0.1) !important;
  color: #FD3A55;
}

.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(96, 203, 255, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover, .dropdown-menu.dropmenu-light-primary .dropdown-item:focus, .dropdown-menu.dropmenu-light-primary .dropdown-item:active, .dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #FFF;
  background-color: #6338F6 !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(96, 203, 255, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-light-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-light-secondary .dropdown-item:active, .dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #FFF;
  background-color: #60CBFF !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(27, 132, 255, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover, .dropdown-menu.dropmenu-light-info .dropdown-item:focus, .dropdown-menu.dropmenu-light-info .dropdown-item:active, .dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #FFF;
  background-color: #1B84FF !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 193, 7, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover, .dropdown-menu.dropmenu-light-warning .dropdown-item:focus, .dropdown-menu.dropmenu-light-warning .dropdown-item:active, .dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #FFF;
  background-color: #FFC107 !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(12, 198, 140, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover, .dropdown-menu.dropmenu-light-success .dropdown-item:focus, .dropdown-menu.dropmenu-light-success .dropdown-item:active, .dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #FFF;
  background-color: #0CC68C !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(253, 58, 85, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover, .dropdown-menu.dropmenu-light-danger .dropdown-item:focus, .dropdown-menu.dropmenu-light-danger .dropdown-item:active, .dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #FFF;
  background-color: #FD3A55 !important;
}

.dropdown-divider {
  margin: 0;
}

.bd-example > .dropdown-menu {
  position: static;
  display: block;
}

.card-dropdown > a {
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434952;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.card-dropdown > a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.card-dropdown > a i {
  font-size: 16px;
  margin-right: 5px;
}
.card-dropdown > a[aria-expanded=true]::after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}
.card-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}
.card-dropdown .dropdown-menu li a:hover {
  background: #F9FAFB;
  color: #2C323D;
}

.dropdown-md {
  min-width: 320px !important;
}

.dropdown-menu.notes-menu {
  z-index: 99999;
}
.dropdown-menu.notes-menu a.dropdown-item {
  color: #141B27;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.dropdown-menu.notes-menu span {
  margin-right: 8px;
}
.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: #72767D;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.icons-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #e6ebf1;
  color: #6338F6;
  margin: 5px;
  -webkit-box-shadow: 0 2px 3px rgb(215, 197, 255);
  -moz-box-shadow: 0 2px 3px rgb(215, 197, 255);
  box-shadow: 0 2px 3px rgb(215, 197, 255);
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.progress {
  background-color: #F8F9FB;
  height: 0.75rem;
  border-radius: 0.25rem;
}

.progress-stacked {
  background-color: #F8F9FB;
}

.progress-bar {
  color: #FFF;
  background-color: #6338F6;
}

@keyframes progress-animate {
  0% {
    width: 0;
  }
}
.progress-animate {
  position: relative;
  border-radius: 0.625rem;
}
.progress-animate .progress-bar {
  position: relative;
  border-radius: 0.625rem;
  animation: 2s progress-animate;
}

.progress.progress-xs, .progress-stacked.progress-xs {
  height: 0.3125rem;
}
.progress.progress-sm, .progress-stacked.progress-sm {
  height: 0.5rem;
}
.progress.progress-lg, .progress-stacked.progress-lg {
  height: 1rem;
}
.progress.progress-xl, .progress-stacked.progress-xl {
  height: 1.25rem;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical .progress-bar {
  width: 100%;
}
.progress-vertical.progress-xl {
  width: 15px;
}
.progress-vertical.progress-lg {
  width: 12px;
}
.progress-vertical.progress-sm {
  width: 8px;
}
.progress-vertical.progress-xs {
  width: 5px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.progress-vertical-bottom.progress-xl {
  width: 15px;
}
.progress-vertical-bottom.progress-lg {
  width: 12px;
}
.progress-vertical-bottom.progress-sm {
  width: 8px;
}
.progress-vertical-bottom.progress-xs {
  width: 5px;
}

.progress-custom {
  overflow: visible;
  position: relative;
}
.progress-custom .progress-bar {
  position: relative;
  overflow: visible;
}
.progress-custom .progress-bar:after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem rgba(99, 56, 246, 0.5);
  background: #FFF;
  position: absolute;
  inset-inline-end: -0.375rem;
  inset-block-start: -0.375rem;
  border: 0.25rem solid #6338F6;
}
.progress-custom .progress-bar.bg-secondary:after {
  border: 0.25rem solid #60CBFF;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--secondary-rgb), 0.2);
}
.progress-custom .progress-bar.bg-warning:after {
  border: 0.25rem solid #FFC107;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--warning-rgb), 0.2);
}
.progress-custom .progress-bar.bg-info:after {
  border: 0.25rem solid #1B84FF;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb), 0.2);
}
.progress-custom .progress-bar.bg-success:after {
  border: 0.25rem solid #0CC68C;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb), 0.2);
}
.progress-custom .progress-bar.bg-danger:after {
  border: 0.25rem solid #FD3A55;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb), 0.2);
}
.progress-custom .progress-bar-value {
  width: 1.875rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.188rem;
  background: #6338F6;
  box-shadow: 0 0.313rem 0.313rem rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  position: absolute;
  inset-block-end: 1.5rem;
  inset-inline-end: -0.688rem;
}
.progress-custom .progress-bar-value:after {
  content: "";
  border-block-start: 0.438rem solid #6338F6;
  border-inline-start: 0.438rem solid transparent;
  border-inline-end: 0.438rem solid transparent;
  position: absolute;
  inset-block-end: -0.375rem;
  inset-inline-start: 28%;
}
.progress-custom .progress-bar-value.bg-secondary {
  background-color: #60CBFF;
}
.progress-custom .progress-bar-value.bg-secondary:after {
  border-block-start: 0.438rem solid #60CBFF;
}
.progress-custom .progress-bar-value.bg-success {
  background-color: #0CC68C;
}
.progress-custom .progress-bar-value.bg-success:after {
  border-block-start: 0.438rem solid #0CC68C;
}
.progress-custom .progress-bar-value.bg-warning {
  background-color: #FFC107;
}
.progress-custom .progress-bar-value.bg-warning:after {
  border-block-start: 0.438rem solid #FFC107;
}
.progress-custom .progress-bar-value.bg-danger {
  background-color: #FD3A55;
}
.progress-custom .progress-bar-value.bg-danger:after {
  border-block-start: 0.438rem solid #FD3A55;
}
.progress-custom .progress-bar-value.bg-info {
  background-color: #1B84FF;
}
.progress-custom .progress-bar-value.bg-info:after {
  border-block-start: 0.438rem solid #1B84FF;
}

[dir=rtl] .progress-bar-title {
  border-radius: 0 0.313rem 0.313rem 0;
}

.progress-item-1, .progress-item-2, .progress-item-3 {
  position: absolute;
  margin-block-start: -0.25rem;
  z-index: 1;
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 1.563rem;
  background-color: #F7F8FA;
}

.progress-item-1 {
  inset-inline-start: 25%;
}

.progress-item-2 {
  inset-inline-start: 50%;
}

.progress-item-3 {
  inset-inline-start: 75%;
}

.custom-progress-3 {
  overflow: visible;
  border-radius: 0.625rem;
}
.custom-progress-3 .progress-bar {
  position: relative;
  overflow: visible;
  margin: 0.313rem;
  border-radius: 0.25rem;
}
.custom-progress-3 .progress-bar:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  inset-inline-start: 0.125rem;
  background-color: #FFF;
  border-radius: 50%;
}
.custom-progress-3 .progress-bar .progress-bar-value {
  border: 0.125rem solid #6338F6;
  width: 2.5rem;
  height: 1.563rem;
  line-height: 1.313rem;
  border-radius: 3.125rem;
  background: #FFF;
  font-size: 0.625rem;
  font-weight: 600;
  color: #6338F6;
  text-align: center;
  position: absolute;
  inset-inline-end: -0.625rem;
}
.custom-progress-3 .progress-bar .progress-bar-value.secondary {
  border: 0.125rem solid #60CBFF;
  color: #60CBFF;
}
.custom-progress-3 .progress-bar .progress-bar-value.warning {
  border: 0.125rem solid #FFC107;
  color: #FFC107;
}
.custom-progress-3 .progress-bar .progress-bar-value.info {
  border: 0.125rem solid #1B84FF;
  color: #1B84FF;
}
.custom-progress-3 .progress-bar .progress-bar-value.success {
  border: 0.125rem solid #0CC68C;
  color: #0CC68C;
}
.custom-progress-3 .progress-bar .progress-bar-value.danger {
  border: 0.125rem solid #FD3A55;
  color: #FD3A55;
}

.custom-progress-4.progress {
  background-color: rgba(99, 56, 246, 0.1);
  border-radius: 0.25rem;
}
.custom-progress-4.progress.secondary {
  background-color: rgba(96, 203, 255, 0.1);
}
.custom-progress-4.progress.secondary .progress-bar-label {
  color: #60CBFF;
}
.custom-progress-4.progress.warning {
  background-color: rgba(255, 193, 7, 0.1);
}
.custom-progress-4.progress.warning .progress-bar-label {
  color: #FFC107;
}
.custom-progress-4.progress.info {
  background-color: rgba(27, 132, 255, 0.1);
}
.custom-progress-4.progress.info .progress-bar-label {
  color: #1B84FF;
}
.custom-progress-4.progress.success {
  background-color: rgba(12, 198, 140, 0.1);
}
.custom-progress-4.progress.success .progress-bar-label {
  color: #0CC68C;
}
.custom-progress-4.progress.danger {
  background-color: rgba(253, 58, 85, 0.1);
}
.custom-progress-4.progress.danger .progress-bar-label {
  color: #FD3A55;
}
.custom-progress-4.progress .progress-bar {
  border-radius: 0.25rem;
}
.custom-progress-4.progress .progress-bar-label {
  position: absolute;
  inset-inline-end: 0.313rem;
  font-weight: 600;
  font-size: 0.813rem;
  color: #6338F6;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.page-link {
  color: #72767D;
  background-color: #FFF;
  border: 1px solid #E8E8E9;
}
.page-link:focus {
  box-shadow: none;
  background-color: #F7F8FA;
}
.page-link:hover {
  color: #6338F6;
  background-color: #F7F8FA;
  border-color: #E8E8E9;
}

.page-item.active .page-link {
  color: #FFF;
  background-color: #6338F6;
  border-color: #6338F6;
}

.disabled > .page-link, .page-link.disabled {
  color: #72767D;
  background-color: #FFF;
  border-color: #E8E8E9;
  opacity: 0.7;
}

[dir=rtl] .pagination .page-link .bx-chevron-left::before {
  content: "\ea50";
}
[dir=rtl] .pagination .page-link .bx-chevron-right::before {
  content: "\ea4d";
}
[dir=rtl] .pagination .page-link .ri-arrow-right-s-line:before {
  content: "\ea64";
}
[dir=rtl] .pagination .page-link .ri-arrow-left-s-line:before {
  content: "\ea6e";
}

.pagination-style-1 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-1 .pagination .page-item .page-link {
  border: 0;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.pagination-style-1 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-1 .pagination .page-item.active .page-link {
  border-radius: 4px;
  background-color: #6338F6;
  color: #FFF;
}
.pagination-style-1 .pagination .page-item.active:hover .page-link {
  border-radius: 4px;
  background-color: #6338F6;
  color: #FFF;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
  background-color: #F7F8FA;
  color: #6338F6;
}

.pagination-style-2 .pagination {
  border-radius: 4px;
}
.pagination-style-2 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-2 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
}
.pagination-style-2 .pagination .page-item.active .page-link {
  background-color: #FFF;
  color: #6338F6;
  position: relative;
  font-weight: bold;
}
.pagination-style-2 .pagination .page-item.active .page-link:before {
  position: absolute;
  content: "";
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #6338F6;
}
.pagination-style-2 .pagination .page-item:hover .page-link {
  background-color: transparent;
}

.pagination-style-3 .pagination {
  border-radius: 50px;
  padding: 0.25rem;
  align-items: center;
}
.pagination-style-3 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-3 .pagination .page-item .page-link {
  border: 0;
  border-radius: 50px;
  font-size: 0.8125rem;
}
.pagination-style-3 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-3 .pagination .page-item.active .page-link {
  background-color: #6338F6;
  color: #FFF;
}
.pagination-style-3 .pagination .page-item.active:hover .page-link {
  background-color: #6338F6;
}
.pagination-style-3 .pagination .page-item:hover .page-link {
  background-color: #F7F8FA;
}

.pagination-style-4 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  border-radius: 4px;
}
.pagination-style-4 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-4 .pagination .page-item.active .page-link {
  border: 0;
  border-radius: 4px;
  background-color: #6338F6;
  color: #FFF;
}
.pagination-style-4 .pagination .page-item.active:hover .page-link {
  background-color: #6338F6;
}
.pagination-style-4 .pagination .page-item:hover .page-link {
  background-color: transparent;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #141B27;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}

.fs-sm {
  font-size: 0.6875rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-1 {
  font-size: 0.0625rem;
}

.fs-2 {
  font-size: 0.125rem;
}

.fs-3 {
  font-size: 0.1875rem;
}

.fs-4 {
  font-size: 0.25rem;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.75em !important;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.text-default {
  color: #72767D !important;
}

.text-muted {
  color: #677788 !important;
}

.text-primary {
  color: #6338F6 !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: rgba(99, 56, 246, 0.75) !important;
}
.text-primary.text-opacity-25 {
  color: rgba(99, 56, 246, 0.25) !important;
}
.text-primary.text-opacity-50 {
  color: rgba(99, 56, 246, 0.5) !important;
}

.text-secondary {
  color: #60CBFF !important;
  opacity: 1;
}

.text-info {
  color: #1B84FF !important;
  opacity: 1;
}

.text-success {
  color: #0CC68C !important;
  opacity: 1;
}

.text-warning {
  color: #FFC107 !important;
  opacity: 1;
}

.text-danger {
  color: #FD3A55 !important;
  opacity: 1;
}

.text-skyblue {
  color: #0DCAF0 !important;
  opacity: 1;
}

.text-pink {
  color: #FD3995 !important;
}

.text-purple {
  color: #AB47BC !important;
}

.text-dark {
  color: #0D1119 !important;
}

.text-light {
  color: #F7F8FA !important;
}

.text-gray {
  color: #72767D !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #FFF !important;
}

.text-fixed-white {
  color: #FFF !important;
}

.text-fixed-black {
  color: #000 !important;
}

.text-gray-1 {
  color: #D0D1D4;
}

.text-gray-2 {
  color: #B9BBBE;
}

.text-gray-3 {
  color: #A1A4A9;
}

.text-gray-4 {
  color: #8A8D93;
}

.text-gray-5 {
  color: #72767D;
}

.text-gray-6 {
  color: #5B5F68;
}

.text-gray-7 {
  color: #434952;
}

.text-gray-8 {
  color: #2C323D;
}

.text-gray-9 {
  color: #141B27 !important;
}

a {
  color: #141B27;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #6338F6;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

.link-primary {
  color: #6338F6 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: rgb(62.75, 10.8605769231, 240.1394230769) !important;
}

.link-secondary {
  color: #60CBFF !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #60CBFF !important;
}

.link-success {
  color: #0CC68C !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #0CC68C !important;
}

.link-danger {
  color: #FD3A55 !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #FD3A55 !important;
}

.link-warning {
  color: #FFC107 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #FFC107 !important;
}

.link-info {
  color: #1B84FF !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #1B84FF !important;
}

.link-light {
  color: #F7F8FA !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #F7F8FA !important;
}

.link-dark {
  color: #0D1119 !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #0D1119 !important;
}

hr.text-danger {
  border-color: #FD3A55 !important;
}

.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid #8A8D93;
  position: relative;
}
.blockquote-container.text-end {
  border-right: 4px solid #8A8D93;
  border-left: 0;
}

.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}
.blockquote.custom-blockquote.primary {
  background-color: rgba(99, 56, 246, 0.1);
  border-inline-start: 2px solid #6338F6;
}
.blockquote.custom-blockquote.primary:before {
  color: rgba(99, 56, 246, 0.1);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(96, 203, 255, 0.1);
  border-inline-start: 2px solid #60CBFF;
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(96, 203, 255, 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 2px solid #1B84FF;
}
.blockquote.custom-blockquote.info:before {
  color: rgba(27, 132, 255, 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 2px solid #FFC107;
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 193, 7, 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(12, 198, 140, 0.1);
  border-inline-start: 2px solid #0CC68C;
}
.blockquote.custom-blockquote.success:before {
  color: rgba(12, 198, 140, 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(253, 58, 85, 0.1);
  border-inline-start: 2px solid #FD3A55;
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(253, 58, 85, 0.1);
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.transform-none {
  transform: none !important;
}

.list-circle {
  list-style: circle;
  padding-left: 2rem;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.alert.alert-dismissible {
  padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}
.alert i {
  font-size: 20px;
}
.alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 600;
}

[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 2.25rem;
}

.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
  border-color: rgba(255, 193, 7, 0.1);
}
.alert-warning .alert-link {
  color: #FFC107;
}
.alert-warning .btn-close {
  color: #FFC107;
}
.alert-warning .btn-close.custom-close {
  background-color: #FFC107;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-primary {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
  border-color: rgba(99, 56, 246, 0.1);
}
.alert-primary .alert-link {
  color: #6338F6;
}
.alert-primary .custom-alert-icon {
  color: #6338F6;
}
.alert-primary .btn-close {
  color: #6338F6;
}
.alert-primary .btn-close.custom-close {
  background-color: #6338F6;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-secondary {
  background-color: rgba(96, 203, 255, 0.1);
  color: #60CBFF;
  border-color: rgba(96, 203, 255, 0.1);
}
.alert-secondary .alert-link {
  color: #60CBFF;
}
.alert-secondary .btn-close {
  color: #60CBFF;
}
.alert-secondary .btn-close.custom-close {
  background-color: #60CBFF;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-success {
  background-color: rgba(12, 198, 140, 0.1);
  color: #0CC68C;
  border-color: rgba(12, 198, 140, 0.1);
}
.alert-success .alert-link {
  color: #0CC68C;
}
.alert-success .btn-close {
  color: #0CC68C;
}
.alert-success .btn-close.custom-close {
  background-color: #0CC68C;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-info {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
  border-color: rgba(27, 132, 255, 0.1);
}
.alert-info .alert-link {
  color: #1B84FF;
}
.alert-info .btn-close {
  color: #1B84FF;
}
.alert-info .btn-close.custom-close {
  background-color: #1B84FF;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-danger {
  background-color: rgba(253, 58, 85, 0.1);
  color: #FD3A55;
  border-color: rgba(253, 58, 85, 0.1);
}
.alert-danger .alert-link {
  color: #FD3A55;
}
.alert-danger .btn-close {
  color: #FD3A55;
}
.alert-danger .btn-close.custom-close {
  background-color: #FD3A55;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-light {
  background-color: #F7F8FA;
  color: #72767D;
  border-color: #F7F8FA;
}
.alert-light .alert-link {
  color: #72767D;
}
.alert-light .btn-close {
  color: #72767D;
}
.alert-light .btn-close.custom-close {
  background-color: #F7F8FA;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-dark {
  background-color: rgba(13, 17, 25, 0.1);
  color: #72767D;
  border-color: rgba(13, 17, 25, 0.1);
}
.alert-dark .alert-link {
  color: #72767D;
}
.alert-dark .btn-close {
  color: #FFF;
}
.alert-dark .btn-close.custom-close {
  background-color: #0D1119;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 0.85rem;
}

.alert-solid-primary {
  background-color: #6338F6;
  color: #FFF;
  border-color: #6338F6;
}
.alert-solid-primary .btn-close {
  color: #FFF;
}

.alert-solid-secondary {
  background-color: #60CBFF;
  color: #FFF;
  border-color: #60CBFF;
}
.alert-solid-secondary .btn-close {
  color: #FFF;
}

.alert-solid-warning {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.alert-solid-warning .btn-close {
  color: #FFF;
}

.alert-solid-info {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}
.alert-solid-info .btn-close {
  color: #FFF;
}

.alert-solid-success {
  background-color: #0CC68C;
  color: #FFF;
  border-color: #0CC68C;
}
.alert-solid-success .btn-close {
  color: #FFF;
}

.alert-solid-danger {
  background-color: #FD3A55;
  color: #FFF;
  border-color: #FD3A55;
}
.alert-solid-danger .btn-close {
  color: #FFF;
}

.alert-solid-light {
  background-color: #F7F8FA;
  color: #72767D;
  border-color: #8A8D93;
}

.alert-solid-dark {
  background-color: #0D1119;
  color: #FFF;
  border-color: #0D1119;
}
.alert-solid-dark .btn-close {
  color: #FFF;
}

.alert-outline-primary {
  background-color: #FFF;
  color: #6338F6;
  border-color: #6338F6;
}
.alert-outline-primary .btn-close {
  color: #6338F6;
}

.alert-outline-secondary {
  background-color: #FFF;
  color: #60CBFF;
  border-color: #60CBFF;
}
.alert-outline-secondary .btn-close {
  color: #60CBFF;
}

.alert-outline-info {
  background-color: #FFF;
  color: #1B84FF;
  border-color: #1B84FF;
}
.alert-outline-info .btn-close {
  color: #1B84FF;
}

.alert-outline-warning {
  background-color: #FFF;
  color: #FFC107;
  border-color: #FFC107;
}
.alert-outline-warning .btn-close {
  color: #FFC107;
}

.alert-outline-success {
  background-color: #FFF;
  color: #0CC68C;
  border-color: #0CC68C;
}
.alert-outline-success .btn-close {
  color: #0CC68C;
}

.alert-outline-danger {
  background-color: #FFF;
  color: #FD3A55;
  border-color: #FD3A55;
}
.alert-outline-danger .btn-close {
  color: #FD3A55;
}

.alert-outline-light {
  background-color: #FFF;
  color: #72767D;
  border-color: #F7F8FA;
}

.alert-outline-dark {
  background-color: #FFF;
  color: #0D1119;
  border-color: #0D1119;
}
.alert-outline-dark .btn-close {
  color: #0D1119;
}

.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid #6338F6 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
  color: #72767D;
}
.alert-primary.custom-alert-icon > i {
  color: #6338F6;
}

.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid #60CBFF !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
  color: #72767D;
}
.alert-secondary.custom-alert-icon > i {
  color: #60CBFF;
}

.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid #FFC107 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
  color: #72767D;
}
.alert-warning.custom-alert-icon > i {
  color: #FFC107;
}

.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid #FD3A55 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
  color: #72767D;
}
.alert-danger.custom-alert-icon > i {
  color: #FD3A55;
}

.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid #0CC68C !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
  color: #72767D;
}

.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid #1B84FF !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
  color: #72767D;
}

.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid #F7F8FA !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
  color: #72767D;
}

.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid #0D1119 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #8A8D93;
  font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
  color: #72767D;
}

.custom-alert1 {
  margin-block-end: 0;
  background-color: #FFF;
  border: 0;
  padding: 1.25rem;
  color: #72767D;
}
.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: #677788;
  font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
  font-size: 40px;
  margin-bottom: 0.85rem;
}
.custom-alert1 .custom-alert-icon i {
  font-size: 40px;
}
.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid #6338F6;
}
.custom-alert1.alert-primary .custom-alert-icon {
  color: #6338F6;
}
.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid #60CBFF;
}
.custom-alert1.alert-secondary .custom-alert-icon {
  color: #60CBFF;
}
.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid #FFC107;
}
.custom-alert1.alert-warning .custom-alert-icon {
  color: #FFC107;
}
.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid #FD3A55;
}
.custom-alert1.alert-danger .custom-alert-icon {
  color: #FD3A55;
}

.alert-img {
  display: flex;
  align-items: center;
}
.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}
.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.custom-popover {
  --bs-popover-max-width: 12.5rem;
  --bs-popover-border-color: #6338F6;
  --bs-popover-header-bg: #6338F6;
  --bs-popover-header-color: #FFF;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}

.popover {
  background-color: #FFF;
  border: 1px solid #8A8D93;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  font-size: 0.8rem;
  border-radius: 4px;
  z-index: 999;
}
.popover .popover-header {
  background-color: #FFF;
  border-block-end: 1px solid #8A8D93;
}
.popover .popover-body {
  color: #72767D;
}
.popover.only-body {
  border-radius: 0.3rem;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  border-top-color: #F7F8FA;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  border-right-color: #F7F8FA;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  border-left-color: #F7F8FA;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: #F7F8FA;
}

.header-primary .popover-header {
  background-color: #6338F6;
  color: #FFF;
}
.header-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #6338F6;
}

.header-secondary .popover-header {
  background-color: #60CBFF;
  color: #FFF;
}
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #60CBFF;
}

.header-warning .popover-header {
  background-color: #FFC107;
  color: #FFF;
}
.header-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #FFC107;
}

.header-info .popover-header {
  background-color: #1B84FF;
  color: #FFF;
}
.header-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #1B84FF;
}

.header-success .popover-header {
  background-color: #0CC68C;
  color: #FFF;
}
.header-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #0CC68C;
}

.header-danger .popover-header {
  background-color: #FD3A55;
  color: #FFF;
}
.header-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #FD3A55;
}

.popover-primary.popover {
  border: 1px solid #6338F6;
}
.popover-primary.popover .popover-header {
  background-color: #6338F6;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-primary.popover .popover-body {
  background-color: #6338F6;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-primary.bs-popover-top > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-primary.bs-popover-top > .popover-arrow::before {
  border-top-color: #6338F6;
}
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-primary.bs-popover-end > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-primary.bs-popover-end > .popover-arrow::before {
  border-right-color: #6338F6;
}
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-primary.bs-popover-start > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-primary.bs-popover-start > .popover-arrow::before {
  border-left-color: #6338F6;
}
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-primary.bs-popover-bottom > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-primary.bs-popover-bottom > .popover-arrow::before, .popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-primary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #6338F6;
}

.popover-secondary.popover {
  border: 1px solid #60CBFF;
}
.popover-secondary.popover .popover-header {
  background-color: #60CBFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-secondary.popover .popover-body {
  background-color: #60CBFF;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-secondary.bs-popover-top > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-secondary.bs-popover-top > .popover-arrow::before {
  border-top-color: #60CBFF;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-secondary.bs-popover-end > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-secondary.bs-popover-end > .popover-arrow::before {
  border-right-color: #60CBFF;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-secondary.bs-popover-start > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-secondary.bs-popover-start > .popover-arrow::before {
  border-left-color: #60CBFF;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-secondary.bs-popover-bottom > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-secondary.bs-popover-bottom > .popover-arrow::before, .popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-secondary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #60CBFF;
}

.popover-warning.popover {
  border: 1px solid #FFC107;
}
.popover-warning.popover .popover-header {
  background-color: #FFC107;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-warning.popover .popover-body {
  background-color: #FFC107;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-warning.bs-popover-top > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-warning.bs-popover-top > .popover-arrow::before {
  border-top-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-warning.bs-popover-end > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-warning.bs-popover-end > .popover-arrow::before {
  border-right-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-warning.bs-popover-start > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-warning.bs-popover-start > .popover-arrow::before {
  border-left-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-warning.bs-popover-bottom > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-warning.bs-popover-bottom > .popover-arrow::before, .popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-warning.bs-popover-bottom .popover-header::before {
  border-bottom-color: #FFC107;
}

.popover-info.popover {
  border: 1px solid #1B84FF;
}
.popover-info.popover .popover-header {
  background-color: #1B84FF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-info.popover .popover-body {
  background-color: #1B84FF;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-info.bs-popover-top > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-info.bs-popover-top > .popover-arrow::before {
  border-top-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-info.bs-popover-end > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-info.bs-popover-end > .popover-arrow::before {
  border-right-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-info.bs-popover-start > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-info.bs-popover-start > .popover-arrow::before {
  border-left-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-info.bs-popover-bottom > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-info.bs-popover-bottom > .popover-arrow::before, .popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-info.bs-popover-bottom .popover-header::before {
  border-bottom-color: #1B84FF;
}

.popover-success.popover {
  border: 1px solid #0CC68C;
}
.popover-success.popover .popover-header {
  background-color: #0CC68C;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-success.popover .popover-body {
  background-color: #0CC68C;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-success.bs-popover-top > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-success.bs-popover-top > .popover-arrow::before {
  border-top-color: #0CC68C;
}
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-success.bs-popover-end > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-success.bs-popover-end > .popover-arrow::before {
  border-right-color: #0CC68C;
}
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-success.bs-popover-start > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-success.bs-popover-start > .popover-arrow::before {
  border-left-color: #0CC68C;
}
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-success.bs-popover-bottom > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-success.bs-popover-bottom > .popover-arrow::before, .popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-success.bs-popover-bottom .popover-header::before {
  border-bottom-color: #0CC68C;
}

.popover-danger.popover {
  border: 1px solid #FD3A55;
}
.popover-danger.popover .popover-header {
  background-color: #FD3A55;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-danger.popover .popover-body {
  background-color: #FD3A55;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-danger.bs-popover-top > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-danger.bs-popover-top > .popover-arrow::before {
  border-top-color: #FD3A55;
}
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-danger.bs-popover-end > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-danger.bs-popover-end > .popover-arrow::before {
  border-right-color: #FD3A55;
}
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-danger.bs-popover-start > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-danger.bs-popover-start > .popover-arrow::before {
  border-left-color: #FD3A55;
}
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-danger.bs-popover-bottom > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-danger.bs-popover-bottom > .popover-arrow::before, .popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-danger.bs-popover-bottom .popover-header::before {
  border-bottom-color: #FD3A55;
}

.popover-purple.popover {
  border: 1px solid #AB47BC;
}
.popover-purple.popover .popover-header {
  background-color: #AB47BC;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-purple.popover .popover-body {
  background-color: #AB47BC;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-purple.bs-popover-top > .popover-arrow::after, .popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-purple.bs-popover-top > .popover-arrow::before {
  border-top-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-purple.bs-popover-end > .popover-arrow::after, .popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-purple.bs-popover-end > .popover-arrow::before {
  border-right-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-purple.bs-popover-start > .popover-arrow::after, .popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-purple.bs-popover-start > .popover-arrow::before {
  border-left-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-purple.bs-popover-bottom > .popover-arrow::after, .popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-purple.bs-popover-bottom > .popover-arrow::before, .popover-purple.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-purple.bs-popover-bottom .popover-header::before {
  border-bottom-color: #AB47BC;
}

.popover-primary-light.popover {
  border: 1px solid rgba(99, 56, 246, 0.1);
}
.popover-primary-light.popover .popover-header {
  background-color: rgba(99, 56, 246, 0.1);
  border-block-end: 1px solid rgba(99, 56, 246, 0.1);
  color: #6338F6;
  border-radius: 0;
}
.popover-primary-light.popover .popover-body {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-primary-light.bs-popover-top > .popover-arrow::after, .popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-primary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(99, 56, 246, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-primary-light.bs-popover-end > .popover-arrow::after, .popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-primary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(99, 56, 246, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-primary-light.bs-popover-start > .popover-arrow::after, .popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-primary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(99, 56, 246, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-primary-light.bs-popover-bottom > .popover-arrow::after, .popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-primary-light.bs-popover-bottom > .popover-arrow::before, .popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-primary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(99, 56, 246, 0.1);
}

.popover-secondary-light.popover {
  border: 1px solid rgba(96, 203, 255, 0.1);
}
.popover-secondary-light.popover .popover-header {
  background-color: rgba(96, 203, 255, 0.1);
  border-block-end: 1px solid rgba(96, 203, 255, 0.1);
  color: #60CBFF;
  border-radius: 0;
}
.popover-secondary-light.popover .popover-body {
  background-color: rgba(96, 203, 255, 0.1);
  color: #60CBFF;
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-secondary-light.bs-popover-top > .popover-arrow::after, .popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-secondary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-secondary-light.bs-popover-end > .popover-arrow::after, .popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-secondary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(96, 203, 255, 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-secondary-light.bs-popover-start > .popover-arrow::after, .popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-secondary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-secondary-light.bs-popover-bottom > .popover-arrow::after, .popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-secondary-light.bs-popover-bottom > .popover-arrow::before, .popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-secondary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--secondary-rgb), 0.1);
}

.popover-warning-light.popover {
  border: 1px solid rgba(255, 193, 7, 0.1);
}
.popover-warning-light.popover .popover-header {
  background-color: rgba(255, 193, 7, 0.1);
  border-block-end: 1px solid rgba(255, 193, 7, 0.1);
  color: #FFC107;
  border-radius: 0;
}
.popover-warning-light.popover .popover-body {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-warning-light.bs-popover-top > .popover-arrow::after, .popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-warning-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-warning-light.bs-popover-end > .popover-arrow::after, .popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-warning-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-warning-light.bs-popover-start > .popover-arrow::after, .popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-warning-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-warning-light.bs-popover-bottom > .popover-arrow::after, .popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-warning-light.bs-popover-bottom > .popover-arrow::before, .popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-warning-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(255, 193, 7, 0.1);
}

.popover-info-light.popover {
  border: 1px solid rgba(27, 132, 255, 0.1);
}
.popover-info-light.popover .popover-header {
  background-color: rgba(27, 132, 255, 0.1);
  border-block-end: 1px solid rgba(27, 132, 255, 0.1);
  color: #1B84FF;
  border-radius: 0;
}
.popover-info-light.popover .popover-body {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-info-light.bs-popover-top > .popover-arrow::after, .popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-info-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-info-light.bs-popover-end > .popover-arrow::after, .popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-info-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-info-light.bs-popover-start > .popover-arrow::after, .popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-info-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-info-light.bs-popover-bottom > .popover-arrow::after, .popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-info-light.bs-popover-bottom > .popover-arrow::before, .popover-info-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-info-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(27, 132, 255, 0.1);
}

.popover-success-light.popover {
  border: 1px solid rgba(12, 198, 140, 0.1);
}
.popover-success-light.popover .popover-header {
  background-color: rgba(12, 198, 140, 0.1);
  border-block-end: 1px solid rgba(12, 198, 140, 0.1);
  color: #0CC68C;
  border-radius: 0;
}
.popover-success-light.popover .popover-body {
  background-color: rgba(12, 198, 140, 0.1);
  color: #0CC68C;
}
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-success-light.bs-popover-top > .popover-arrow::after, .popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-success-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(12, 198, 140, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-success-light.bs-popover-end > .popover-arrow::after, .popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-success-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(12, 198, 140, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-success-light.bs-popover-start > .popover-arrow::after, .popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-success-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(12, 198, 140, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-success-light.bs-popover-bottom > .popover-arrow::after, .popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-success-light.bs-popover-bottom > .popover-arrow::before, .popover-success-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-success-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(12, 198, 140, 0.1);
}

.popover-danger-light.popover {
  border: 1px solid rgba(253, 58, 85, 0.1);
}
.popover-danger-light.popover .popover-header {
  background-color: rgba(253, 58, 85, 0.1);
  border-block-end: 1px solid rgba(253, 58, 85, 0.1);
  color: #FD3A55;
  border-radius: 0;
}
.popover-danger-light.popover .popover-body {
  background-color: rgba(253, 58, 85, 0.1);
  color: #FD3A55;
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-danger-light.bs-popover-top > .popover-arrow::after, .popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-danger-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(253, 58, 85, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-danger-light.bs-popover-end > .popover-arrow::after, .popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-danger-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(253, 58, 85, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-danger-light.bs-popover-start > .popover-arrow::after, .popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-danger-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(253, 58, 85, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-danger-light.bs-popover-bottom > .popover-arrow::after, .popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-danger-light.bs-popover-bottom > .popover-arrow::before, .popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-danger-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(253, 58, 85, 0.1);
}

.popover-purple-light.popover {
  border: 1px solid rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.popover .popover-header {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--purple-rgb), 0.1);
  color: #AB47BC;
  border-radius: 0;
}
.popover-purple-light.popover .popover-body {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: #AB47BC;
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-purple-light.bs-popover-top > .popover-arrow::after, .popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-purple-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-purple-light.bs-popover-end > .popover-arrow::after, .popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-purple-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-purple-light.bs-popover-start > .popover-arrow::after, .popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-purple-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-purple-light.bs-popover-bottom > .popover-arrow::after, .popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-purple-light.bs-popover-bottom > .popover-arrow::before, .popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-purple-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--purple-rgb), 0.1);
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.form-control {
  border-color: #E8E8E9;
  color: #141B27;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  height: 38px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #E8E8E9;
}

textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}
.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}
.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}

.form-text {
  color: #677788;
}

.form-control-light {
  background-color: #F7F8FA;
  border: 0;
}
.form-control-light:focus {
  background-color: #F7F8FA;
}

.form-control-primary {
  background-color: rgba(99, 56, 246, 0.1);
  border: 0;
  color: #6338F6;
}
.form-control-primary:focus {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}

.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #677788;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}

.form-select {
  background-color: #ffffff;
  border: 1px solid #E8E8E9;
  color: #72767D;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  line-height: 2;
}
.form-select option {
  background-color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}
.form-select option:last-child {
  margin-block-end: 0;
}
.form-select option:checked {
  background-color: rgba(99, 56, 246, 0.2);
  color: #6338F6;
}
.form-select option:hover {
  background-color: rgba(99, 56, 246, 0.2);
  color: #6338F6;
}
.form-select option:focus {
  background-color: rgba(99, 56, 246, 0.2);
  color: #6338F6;
}

.form-check-label {
  color: #141B27;
  font-size: 16px;
}

.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #FFF;
  border: 1px solid #E8E8E9;
}
.form-check-input:checked {
  background-color: #6338F6;
  border-color: #6338F6;
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #6338F6;
}
.form-check-input.form-checked-secondary:checked {
  background-color: #60CBFF;
  border-color: #60CBFF;
}
.form-check-input.form-checked-warning:checked {
  background-color: #FFC107;
  border-color: #FFC107;
}
.form-check-input.form-checked-info:checked {
  background-color: #1B84FF;
  border-color: #1B84FF;
}
.form-check-input.form-checked-success:checked {
  background-color: #0CC68C;
  border-color: #0CC68C;
}
.form-check-input.form-checked-danger:checked {
  background-color: #FD3A55;
  border-color: #FD3A55;
}
.form-check-input.form-checked-light:checked {
  background-color: #F7F8FA;
  border-color: #F7F8FA;
}
.form-check-input.form-checked-dark:checked {
  background-color: #0D1119;
  border-color: #0D1119;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #6338F6;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #60CBFF;
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #1B84FF;
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #0CC68C;
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #FD3A55;
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: #F7F8FA;
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: #0D1119;
}

.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #6338F6;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #60CBFF;
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #1B84FF;
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #0CC68C;
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #FD3A55;
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: #F7F8FA;
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: #0D1119;
}

fieldset:disabled .btn {
  color: #FFF;
  background-color: #6338F6;
  border-color: #6338F6;
}

.form-select:focus {
  border-color: rgba(99, 56, 246, 0.5);
  outline: 0;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #F7F8FA;
  color: #72767D;
}

.form-control-plaintext {
  color: #72767D;
}

.form-control::-webkit-file-upload-button {
  color: #72767D;
  background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f7f8f9;
}

.form-control:focus {
  color: #141B27;
}
.form-control:focus::-webkit-input-placeholder, .form-control:focus::placeholder {
  color: #72767D;
  padding-inline-start: 0.3rem;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control::-webkit-input-placeholder {
  color: #72767D;
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: #72767D;
}
.form-control::-moz-placeholder {
  color: #72767D;
}
.form-control:-ms-input-placeholder {
  color: #72767D;
}

.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.form-check-md .form-check-input {
  width: 1rem;
  height: 1rem;
  border-radius: 5px;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
  border-radius: 2em;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 3px;
}

.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
  border-radius: 2em;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}

.label-primary {
  background: #6338F6;
  color: #FFF;
}

.label-secondary {
  background: #60CBFF;
  color: #FFF;
}

.label-warning {
  background: #FFC107;
  color: #FFF;
}

.label-info {
  background: #1B84FF;
  color: #FFF;
}

.label-success {
  background: #0CC68C;
  color: #FFF;
}

.label-danger {
  background: #FD3A55;
  color: #FFF;
}

.label-light {
  background: #F7F8FA;
  color: #FFF;
}

.label-dark {
  background: #0D1119;
  color: #FFF;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: #6338F6;
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid #6338F6;
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: #6338F6 !important;
}
.form-floating.floating-secondary label {
  color: #60CBFF;
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid #60CBFF;
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: #60CBFF !important;
}
.form-floating.floating-warning label {
  color: #FFC107;
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid #FFC107;
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: #FFC107 !important;
}
.form-floating.floating-info label {
  color: #1B84FF;
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid #1B84FF;
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: #1B84FF !important;
}
.form-floating.floating-success label {
  color: #0CC68C;
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid #0CC68C;
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: #0CC68C !important;
}
.form-floating.floating-danger label {
  color: #FD3A55;
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid #FD3A55;
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: #FD3A55 !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #FFF;
  border-radius: 4px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #0CC68C;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #0CC68C;
}

.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}

.bootstrap-tagsinput {
  border-color: #E8E8E9;
  color: #72767D;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  background: #F7F8FA;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 14px;
  color: #434952;
  display: inline-flex;
  align-items: center;
}
.bootstrap-tagsinput .tag span::after {
  color: #141B27;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #F7F8FA;
}

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 600;
}

.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: #141B27;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #141B27;
}

[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

[dir=rtl] input[type=week], [dir=rtl] input[type=month], [dir=rtl] input[type=date], [dir=rtl] input[type=datetime-local], [dir=rtl] input[type=time] {
  text-align: end;
}

.input-group-text {
  border-color: #F8F9FB;
}

/**
Form help
 */
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background: #60CBFF;
  border-radius: 4px;
}
.form-help:hover, .form-help[aria-describedby] {
  color: #FFF;
  background: #6338F6;
}

.input-icon {
  position: relative;
}
.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-left: 2.1rem;
}

/* Input Group */
.input-group-link {
  font-size: 12px;
}

.input-group-flat:focus-within {
  border-radius: 4px;
}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: #E8E8E9 !important;
}
.input-group-flat .form-control:focus {
  box-shadow: none;
}
.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}
.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}
.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: #434952;
  text-transform: capitalize;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio input:checked ~ .checkmark {
  border-color: #6338F6;
  background: #6338F6;
}
.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #F8F9FB;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px;
}
.check-radio-group .custom-radio {
  margin-right: 15px;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}

.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: #FFF;
  border: 1px solid #F8F9FB;
  margin-bottom: 0;
}

.check:checked + .checktoggle {
  background-color: #FFF;
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #A1A4A9;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked + .checktoggle:after {
  background-color: #6338F6;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #72767D;
  pointer-events: none;
  font-size: 1.2em;
}
.input-icon-addon:last-child {
  left: 10px;
  right: auto;
}
.input-icon-addon .spinner-border-sm {
  border-width: 1px;
}

.input-icon-start .form-control {
  padding-left: 28px;
}

.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #434952;
  pointer-events: none;
  font-size: 1.2em;
}

.form-wrap .form-wrap-icon {
  position: relative;
}
.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.toggle-password, .conform-toggle-password {
  cursor: pointer;
  height: 30px;
  color: #72767D;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
.toggle-password:hover, .conform-toggle-password:hover {
  color: #6338F6;
}

.pass-group {
  position: relative;
}

.toggle-passwords, .toggle-passworda {
  cursor: pointer;
  height: 30px;
  color: #72767D;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
.toggle-passwords:hover, .toggle-passworda:hover {
  color: #6338F6;
}

.form-wrap-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.form-wrap-checkbox .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #141B27;
  margin-bottom: 0;
}
.form-wrap-checkbox .check input {
  display: none;
}
.form-wrap-checkbox .check input:checked + .box {
  background: #60CBFF;
}
.form-wrap-checkbox .check input:checked + .box:after {
  top: 0;
}
.form-wrap-checkbox .check .box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FDFDFE;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #F8F9FB;
  border-radius: 5px;
}
.form-wrap-checkbox .check .box:after {
  width: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #FFF;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 3px;
  margin: auto;
}
.form-wrap-checkbox p {
  color: #141B27;
}

.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}
.form-sort span.select2-container.select2-container--default.select2-container--open {
  z-index: 99;
}

.form-sort {
  position: relative;
  width: 149px;
  height: 40px;
}
.form-sort .info-img {
  position: absolute;
  top: 52%;
  z-index: 100;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: 10px;
  color: #72767D;
  transform: translateY(-50%);
  line-height: normal;
}
@media (max-width: 575.98px) {
  .form-sort {
    margin-top: 24px;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.accordion-button {
  background-color: #FFF;
  color: #141B27;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #141B27;
  background-color: #FFF;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: rgba(99, 56, 246, 0.3);
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-90deg);
}
.accordion-button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 10px;
  line-height: 1;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #72767D;
  background-image: none;
}

.accordion-body {
  padding: 1rem;
  font-size: 0.8125rem;
  color: #677788;
}

.accordion-item {
  color: #72767D;
  background-color: #FFF;
  border: 1px solid #E8E8E9;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #E8E8E9;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.accordion.accordion-primary .accordion-button {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}
.accordion.accordion-primary .accordion-button:after {
  background-color: #6338F6;
  color: #FFF;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(96, 203, 255, 0.1);
  color: #60CBFF;
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: #60CBFF;
  color: #FFF;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(12, 198, 140, 0.1);
  color: #0CC68C;
}
.accordion.accordion-success .accordion-button:after {
  background-color: #0CC68C;
  color: #FFF;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(253, 58, 85, 0.1);
  color: #FD3A55;
}
.accordion.accordion-danger .accordion-button:after {
  background-color: #FD3A55;
  color: #FFF;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.accordion.accordion-warning .accordion-button:after {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.accordion.accordion-info .accordion-button:after {
  background-color: #1B84FF;
  color: #FFF;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}

.accordion.accordion-solid-primary .accordion-button {
  background-color: #6338F6;
  color: #FFF;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: #FFF;
  color: #6338F6;
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: #60CBFF;
  color: #FFF;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: #FFF;
  color: #60CBFF;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-solid-success .accordion-button {
  background-color: #0CC68C;
  color: #FFF;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: #FFF;
  color: #0CC68C;
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: #FD3A55;
  color: #FFF;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: #FFF;
  color: #FD3A55;
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}
.accordion.accordion-solid-info .accordion-button {
  background-color: #1B84FF;
  color: #FFF;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #72767D;
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #72767D;
}

.accordion.accordion-border-primary .accordion-item {
  border: 1px solid #6338F6;
}
.accordion.accordion-border-primary .accordion-button {
  background-color: #FFF;
  color: #6338F6;
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: #FFF;
  color: #6338F6;
  border: 1px solid #6338F6;
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #6338F6;
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid #60CBFF;
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: #FFF;
  color: #60CBFF;
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: #FFF;
  color: #60CBFF;
  border: 1px solid #60CBFF;
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #60CBFF;
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid #0CC68C;
}
.accordion.accordion-border-success .accordion-button {
  background-color: #FFF;
  color: #0CC68C;
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: #FFF;
  color: #0CC68C;
  border: 1px solid #0CC68C;
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #0CC68C;
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid #FD3A55;
}
.accordion.accordion-border-danger .accordion-button {
  background-color: #FFF;
  color: #FD3A55;
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: #FFF;
  color: #FD3A55;
  border: 1px solid #FD3A55;
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FD3A55;
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button {
  background-color: #FFF;
  color: #FFC107;
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FFC107;
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid #1B84FF;
}
.accordion.accordion-border-info .accordion-button {
  background-color: #FFF;
  color: #1B84FF;
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #1B84FF;
}

.accordion.accordionicon-none .accordion-button:after {
  display: none;
}

.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: #f7f8f9;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
  background-color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: rgba(99, 56, 246, 0.1);
  border-inline-start: 0.25rem solid rgba(99, 56, 246, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: rgba(99, 56, 246, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: rgba(99, 56, 246, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(99, 56, 246, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(96, 203, 255, 0.1);
  border-inline-start: 0.25rem solid rgba(96, 203, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(96, 203, 255, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(96, 203, 255, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(96, 203, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(255, 193, 7, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(255, 193, 7, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(27, 132, 255, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(27, 132, 255, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(12, 198, 140, 0.1);
  border-inline-start: 0.25rem solid rgba(12, 198, 140, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(12, 198, 140, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(12, 198, 140, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(12, 198, 140, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(253, 58, 85, 0.1);
  border-inline-start: 0.25rem solid rgba(253, 58, 85, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(253, 58, 85, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(253, 58, 85, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(253, 58, 85, 0.6);
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}

[dir=rtl] .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
  font-family: "tabler-icons" !important;
}

.breadcrumb .breadcrumb-item a {
  color: #5B5F68;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #6338F6;
}
.breadcrumb .breadcrumb-item.active {
  color: #141B27;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  opacity: 0.4;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  content: "\f101";
  font-family: "Fontawesome" !important;
}

.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  content: "\f061";
  font-family: "Fontawesome" !important;
}

.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  content: "-";
}

.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  content: "•";
}

.breadcrumb-divide .breadcrumb-item + .breadcrumb-item::before {
  color: #5B5F68;
  content: "\f054";
  font-family: "Fontawesome" !important;
}

.breadcrumb-separatorless .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}

.breadcrumb-colored {
  padding: 12px 15px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item.active {
  color: #FFF;
  opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #FFF;
}

.embedded-breadcrumb:before {
  opacity: 0.7;
}

[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.card {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 8px;
  border: 1px solid #F8F9FB;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  color: inherit;
}
.card .card-body {
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .card .card-body {
    padding: 16px;
  }
}
.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #141B27;
}
@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 16px;
  }
}
.card .card-header {
  border-color: #F8F9FB;
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
@media (max-width: 767.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-header .card-title {
  margin-bottom: 0rem;
}
.card .card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card .card-footer {
  border-color: #F8F9FB;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

.card-group .card {
  margin-bottom: 1.5rem;
}

.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: #FFF;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid #8A8D93;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid #8A8D93;
  padding: 1rem 1.5rem;
  font-size: 14px;
}
.card.custom-card .card-body {
  padding: 1.5rem;
  color: #72767D;
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card .card-text {
  font-size: 0.813rem;
}
.card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .over-content-bottom {
  top: auto;
}
.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.card.card-bg-primary {
  background-color: #6338F6;
  color: #FFF;
}
.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-primary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-primary .card-body {
  color: #FFF;
}
.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary {
  background-color: #60CBFF;
  color: #FFF;
}
.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-secondary .card-body {
  color: #FFF;
}
.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning {
  background-color: #FFC107;
  color: #FFF;
}
.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning .card-header:before {
  background-color: #FFF;
}
.card.card-bg-warning .card-body {
  color: #FFF;
}
.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info {
  background-color: #1B84FF;
  color: #FFF;
}
.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info .card-header:before {
  background-color: #FFF;
}
.card.card-bg-info .card-body {
  color: #FFF;
}
.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success {
  background-color: #0CC68C;
  color: #FFF;
}
.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success .card-header:before {
  background-color: #FFF;
}
.card.card-bg-success .card-body {
  color: #FFF;
}
.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger {
  background-color: #FD3A55;
  color: #FFF;
}
.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger .card-header:before {
  background-color: #FFF;
}
.card.card-bg-danger .card-body {
  color: #FFF;
}
.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-light {
  background-color: #F7F8FA;
  color: #72767D;
}
.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #72767D;
  border-block-end: #8A8D93;
}
.card.card-bg-light .card-body {
  color: #72767D;
}
.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #72767D;
  border-block-start: #8A8D93;
}
.card.card-bg-dark {
  background-color: #0D1119;
  color: #FFF;
}
.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-dark .card-header:before {
  background-color: #FFF;
}
.card.card-bg-dark .card-body {
  color: #FFF;
}
.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card .collapse-close {
  display: none;
}
.card.card .collapsed .collapse-close {
  display: block;
}
.card.card .collapsed .collapse-open {
  display: none;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

.cals-icon {
  font-size: 50px;
  color: #72767D;
}

.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: #F7F8FA;
  border-inline-start: 0.25rem solid #8A8D93;
}

.callout-info {
  background-color: rgba(27, 132, 255, 0.075);
  border-color: rgba(27, 132, 255, 0.5);
}

.callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}

.callout-danger {
  background-color: rgba(253, 58, 85, 0.075);
  border-color: rgba(253, 58, 85, 0.5);
}

.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.btn-wave {
  display: inline-block !important;
}

@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}
.card .form-control-plaintext {
  min-height: 38px;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.tooltip.tooltip-primary .tooltip-inner {
  background-color: #6338F6;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #6338F6;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #6338F6;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #6338F6;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #6338F6;
}
.tooltip.tooltip-secondary .tooltip-inner {
  background-color: #60CBFF;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #60CBFF;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #60CBFF;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #60CBFF;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #60CBFF;
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #FFC107;
}
.tooltip.tooltip-info .tooltip-inner {
  background-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #1B84FF;
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: #0CC68C;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0CC68C;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0CC68C;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #0CC68C;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #0CC68C;
}
.tooltip.tooltip-danger .tooltip-inner {
  background-color: #FD3A55;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #FD3A55;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #FD3A55;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #FD3A55;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #FD3A55;
}
.tooltip.tooltip-dark .tooltip-inner {
  background-color: #0D1119;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0D1119;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0D1119;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #0D1119;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #0D1119;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #FFF;
}
.tooltip.tooltip-light .tooltip-inner {
  background-color: #F7F8FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #F7F8FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #F7F8FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #F7F8FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #F7F8FA;
}
.tooltip.tooltip-light .tooltip-inner {
  color: #72767D;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.nav-item {
  margin-inline-end: 0.5rem;
}
.nav-item:last-child {
  margin-inline-end: 0;
}

.nav-link {
  color: #72767D;
  border-radius: 4px;
}
.nav-link.active {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}

.navbar-brand {
  color: #72767D;
}
.navbar-brand:focus, .navbar-brand:hover {
  color: #72767D;
  opacity: 0.9;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #6338F6;
}

.nav-link.disabled {
  color: #72767D;
  opacity: 0.3;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: rgba(13, 17, 25, 0.5);
}

.navbar-text {
  color: #72767D;
}

.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #6338F6;
}

.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}
.nav.nav-style-1 .nav-link.active:hover {
  background: rgba(99, 56, 246, 0.1);
}
.nav.nav-style-1 .nav-link:hover {
  background: transparent;
  color: #6338F6;
}

.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: rgba(99, 56, 246, 0.1);
  border-block-start: 3px solid #6338F6;
  color: #6338F6;
}

.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid #6338F6;
  color: #6338F6;
}

.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: #677788;
  border: 0;
}
.nav.nav-style-4 .nav-link {
  margin-bottom: 3px;
}
.nav.nav-style-4 .nav-link.active {
  background-color: #F7F8FA;
  color: #72767D;
  border: 0;
}
.nav.nav-style-4 .nav-link:hover, .nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav.nav-style-4 .nav-link:hover {
  background-color: #F7F8FA;
  color: #72767D;
}

.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: #677788;
  border: 0;
  margin-bottom: 3px;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: #6338F6;
  color: #FFF;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover, .nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
  background-color: #6338F6;
  color: #FFF;
}

.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid #6338F6;
  border-block-end: 2px solid #6338F6;
  background-color: transparent;
  color: #6338F6;
}

.nav-tabs-header {
  border: 0 !important;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: rgba(99, 56, 246, 0.1);
  color: #6338F6;
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover, .nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #6338F6;
}

.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: #6338F6;
  border: 1px solid #6338F6;
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: #6338F6;
  color: #FFF;
  border: 1px solid #6338F6;
}
.nav-tabs-footer .nav-item .nav-link:hover, .nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid #6338F6;
  background-color: transparent;
  color: #6338F6;
}

.vertical-tabs-2 {
  border: 0;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  min-width: 7.5rem;
  max-width: 7.5rem;
  text-align: center;
  border: 1px solid #8A8D93;
  margin-bottom: 0.5rem;
  color: #677788;
  background-color: #F7F8FA;
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #6338F6;
  color: #FFF;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #6338F6;
}
.vertical-tabs-2 .nav-item .nav-link.active:hover {
  color: #FFF;
}
.vertical-tabs-2 .nav-item .nav-link:hover {
  color: #6338F6;
}

.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid #6338F6;
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: #6338F6;
  color: #FFF;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: #6338F6;
  border: 1px solid #6338F6;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active:hover {
  background: #6338F6;
  border: 1px solid #6338F6;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #FFF;
  color: #6338F6;
}
.vertical-tabs-3 .nav-item .nav-link:hover, .vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid #6338F6;
  color: #6338F6;
  background: transparent;
}

.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: #F7F8FA;
  border-radius: 7px;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 7px;
  padding: 0.35rem 1rem;
}
.nav.tab-style-1 .nav-link.active {
  background-color: #6338F6 !important;
  color: #FFF !important;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  transition: color 0.15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
  background: transparent;
  color: #6338F6;
}

.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: #F7F8FA;
  color: #72767D;
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #6338F6;
}
.tab-style-2 .nav-item .nav-link:hover i {
  color: #6338F6;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: #6338F6;
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: #6338F6;
  border-radius: 50px;
}

.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #F7F8FA;
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #8A8D93;
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #6338F6;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #6338F6;
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: #6338F6;
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: #6338F6;
  color: #6338F6;
}

.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: #6338F6;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #6338F6;
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: #6338F6;
  border: 1px solid #6338F6;
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: #6338F6;
}

#tab-style-4 .tab-pane.active {
  border: 1px solid #6338F6;
  background-color: #6338F6;
  color: #FFF;
  padding: 16px;
  border-radius: 7px;
}

.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: #6338F6;
}

.tab-style-6 {
  border: 0;
  background-color: #FFF;
  border-radius: 7px;
  color: #6338F6;
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: #6338F6;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: #6338F6;
  color: #FFF;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover, .tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}

.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: #677788;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-7 .nav-link:active, .tab-style-7 .nav-link.active {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}

.nav-style-1 .nav-item .nav-link.active {
  background-color: rgba(99, 56, 246, 0.1);
  color: #6338F6;
}

@media screen and (max-width: 400px) {
  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-bottom li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
  border-color: #A1A4A9;
}
.nav-tabs li a {
  color: #141B27;
  border-bottom-width: 2px;
}
.nav-tabs li a.active {
  border-color: transparent;
  border-bottom-color: #6338F6;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #6338F6;
}

.nav-tabs .nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs .nav-tabs-solid .active {
  background-color: #6338F6;
  border-color: #6338F6;
  color: #FFF;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #6338F6;
}
.nav-tabs.nav-tabs-top li a {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top li a.active {
  border-top-color: #6338F6;
  border-radius: 0;
}
.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #6338F6;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs.nav-tabs-bottom li a {
  border-width: 0 0 2px 0;
}
.nav-tabs.nav-tabs-bottom li a.active, .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #6338F6;
  background: transparent;
  border-radius: 0;
  color: #6338F6;
}
.nav-tabs.nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
  background-color: #6338F6;
  border-color: #6338F6;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
  border-color: #F8F9FB;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #6338F6;
  border-color: #6338F6;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid li a.active {
  background-color: #6338F6;
  border-color: #6338F6;
  color: #FFF;
  border-radius: 0;
}

.nav-link:hover {
  color: #6338F6;
}

.page-menu .nav-tabs li a {
  font-size: 16px;
}

.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #60CBFF;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
}
.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #6338F6;
  background: #6338F6;
  color: #FFF;
}

.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 40px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #A1A4A9;
  margin-right: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-sets .nav-tabs .nav-link:focus, .tabs-sets .nav-tabs .nav-link:hover, .tabs-sets .nav-tabs .nav-link.active {
  background: #6338F6;
  color: #FFF;
}

@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #FFF;
    border: 1px solid #FCFDFD;
    padding: 5px 0;
    border-radius: 3px;
  }
}
.chat-segment {
  gap: 4px;
  padding: 4px;
  border: 1px solid #E8E8E9;
  border-radius: 12px;
  background-color: #F7F8FA;
}
.chat-segment .nav-item {
  flex: 1;
  margin-inline-end: 0;
}
.chat-segment .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  background-color: transparent;
  color: #72767D;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chat-segment .nav-link i {
  font-size: 16px;
}
.chat-segment .nav-link:hover, .chat-segment .nav-link:focus-visible {
  color: #6338F6;
}
.chat-segment .nav-link:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: -2px;
}
.chat-segment .nav-link.active {
  border: 0;
  background-color: #FFF;
  color: #6338F6;
  box-shadow: 0 2px 8px -2px rgba(20, 27, 39, 0.22);
}

.darkmode .chat-segment {
  border-color: #222224;
  background-color: #0D0D0D;
}
.darkmode .chat-segment .nav-link {
  color: #8A8D93;
}
.darkmode .chat-segment .nav-link:hover, .darkmode .chat-segment .nav-link:focus-visible {
  color: #FFF;
}
.darkmode .chat-segment .nav-link.active {
  background-color: #222224;
  color: #FFF;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .chat-segment .nav-link {
    transition: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.modal .card {
  border: 0;
}

.modal .modal-content {
  border: 0;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
  border-radius: 8px;
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .modal .modal-title {
    font-size: 16px;
  }
}
.modal .logo-lg img {
  width: 150px;
}
.modal .modal-header {
  border-bottom: 1px solid #E8E8E9;
  padding: 20px;
}
.modal .modal-header .close,
.modal .modal-header .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #82E672;
  opacity: 1;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border: 0;
  font-weight: 700;
  background-color: #72767D;
  background-image: none;
  border-radius: 50px;
  color: #FFF;
  padding: 0;
  margin: 0;
}
.modal .modal-header .close:hover,
.modal .modal-header .btn-close:hover {
  background-color: #FD3A55;
  color: #FFF;
}
.modal .modal-body {
  padding: 20px;
}
.modal .modal-footer {
  border-top: 1px solid #E8E8E9;
}
.modal .modal-footer .btn {
  margin: 0;
}
.modal .modal-footer .btn-secondary {
  background: #60CBFF;
}
.modal .modal-footer .btn-secondary:hover {
  -webkit-box-shadow: inset 0 0px 0px 100px #FFF;
  -moz-box-shadow: inset 0 0px 0px 100px #FFF;
  box-shadow: inset 0 0px 0px 100px #FFF;
  color: #60CBFF !important;
}
.modal .note-editor.note-frame.card {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-content .modal-header {
  justify-content: space-between;
}
.modal-content .modal-header .custom-btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #72767D;
  color: #FFF;
  margin: 0;
  padding: 0;
  background-image: none;
}
.modal-content .modal-header .custom-btn-close:hover {
  background-color: #FD3A55;
}

.modal-btn .btn {
  padding: 5px 20px;
}

.modal.animated .modal-dialog {
  transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop, .modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.modal.effect-fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.modal.effect-flip-horizontal {
  perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}
.modal.effect-flip-vertical {
  perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-sign {
  perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-bottom {
  perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-left {
  perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

.offcanvas-header .btn-close {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #FFF;
  color: #72767D;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 auto;
}
.offcanvas-header .btn-close:hover {
  background: #FD3A55;
  color: #FFF;
}

#delete-modal .modal-dialog {
  max-width: 400px;
}
#delete-modal .modal-dialog .delete-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #FFDCE0;
  color: #FD3A55;
  font-size: 40px;
}
#delete-modal .modal-dialog h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
#delete-modal .modal-dialog p {
  margin-bottom: 24px;
}

.custom-modal .modal-header {
  justify-content: space-between;
  align-items: center;
}

.modal-header .badge {
  box-shadow: none;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.privacy-except {
  margin-block-start: 12px;
  padding: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  background-color: #F7F8FA;
}
.privacy-except p {
  color: #72767D;
}
.privacy-except .btn i {
  margin-inline-end: 4px;
}

.privacy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-start: 12px;
}

.privacy-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 4px 8px 4px 4px;
  border: 1px solid #E8E8E9;
  border-radius: 100px;
  background-color: #FFF;
  color: #141B27;
  font-size: 12px;
  line-height: 1.4;
}
.privacy-chip img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

[dir=rtl] .privacy-chip {
  padding: 4px 4px 4px 8px;
}

.privacy-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  color: #72767D;
  font-size: 12px;
  transition: all 0.2s ease;
}
.privacy-chip-remove:hover, .privacy-chip-remove:focus-visible {
  background-color: #FFEDF0;
  color: #FD3A55;
}

.privacy-picker {
  max-height: 320px;
  padding-inline-end: 4px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.privacy-picker .contact-user:last-child {
  margin-bottom: 0 !important;
}

.darkmode .privacy-except {
  border-color: #E8E8E9;
  background-color: #2C323D;
}
.darkmode .privacy-chip {
  border-color: #E8E8E9;
  background-color: #141B27;
  color: #FFF;
}
.darkmode .privacy-chip-remove {
  color: #8A8D93;
}

@media (prefers-reduced-motion: reduce) {
  .privacy-chip-remove {
    transition: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
body.app-locked {
  overflow: hidden;
}

.app-lock {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: rgba(20, 27, 39, 0.55);
  backdrop-filter: blur(6px);
  overflow-y: auto;
}

.app-lock-card {
  width: 100%;
  max-width: 360px;
  padding: 32px 24px 24px;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0 24px 60px -20px rgba(20, 27, 39, 0.45);
  text-align: center;
}
.app-lock-card h4 {
  color: #141B27;
}
.app-lock-card p {
  color: #72767D;
}
.app-lock-card.is-wrong {
  animation: app-lock-shake 0.4s ease;
}

.app-lock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #F1EDFE;
  color: #6338F6;
  font-size: 24px;
}

.app-lock-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-block: 24px 12px;
}
.app-lock-dots span {
  width: 12px;
  height: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.2s ease;
}
.app-lock-dots span.is-on {
  border-color: #6338F6;
  background-color: #6338F6;
  transform: scale(1.1);
}

.app-lock-error {
  min-height: 18px;
  color: #FD3A55;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.app-lock-error.is-shown {
  opacity: 1;
}

.app-lock-pad {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  gap: 12px;
  justify-content: center;
  margin-block-start: 16px;
}

.app-lock-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #E8E8E9;
  border-radius: 50%;
  background-color: #FFF;
  color: #141B27;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.app-lock-key:hover, .app-lock-key:focus-visible {
  border-color: #6338F6;
  background-color: #F1EDFE;
  color: #6338F6;
}
.app-lock-key:active {
  transform: scale(0.94);
}
.app-lock-key.app-lock-key-alt {
  border-color: transparent;
  background-color: transparent;
  font-size: 20px;
}

.app-lock-key-blank {
  display: block;
}

.app-lock-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-block-start: 20px;
}
.app-lock-foot .btn-link {
  color: #72767D;
  text-decoration: none;
}
.app-lock-foot .btn-link:hover, .app-lock-foot .btn-link:focus-visible {
  color: #6338F6;
}
.app-lock-foot .btn-link.is-armed {
  color: #FD3A55;
}

@keyframes app-lock-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8px);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.app-lock-detail {
  padding: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  background-color: #F7F8FA;
}
.app-lock-detail p {
  color: #72767D;
}
.app-lock-detail .btn i {
  margin-inline-end: 4px;
}

.darkmode .app-lock {
  background-color: rgba(20, 27, 39, 0.7);
}
.darkmode .app-lock-card {
  background-color: #2C323D;
}
.darkmode .app-lock-card h4 {
  color: #FFF;
}
.darkmode .app-lock-dots span {
  border-color: #E8E8E9;
}
.darkmode .app-lock-key {
  border-color: #222224;
  background-color: #141B27;
  color: #FFF;
}
.darkmode .app-lock-key:hover, .darkmode .app-lock-key:focus-visible {
  border-color: #6338F6;
  color: #FFF;
}
.darkmode .app-lock-key.app-lock-key-alt {
  border-color: transparent;
  background-color: transparent;
}
.darkmode .app-lock-detail {
  border-color: #E8E8E9;
  background-color: #2C323D;
}

@media screen and (max-width: 575.98px) {
  .app-lock-card {
    padding: 24px 16px 20px;
  }
  .app-lock-pad {
    grid-template-columns: repeat(3, 56px);
    gap: 10px;
  }
  .app-lock-key {
    width: 56px;
    height: 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .app-lock-card.is-wrong {
    animation: none;
  }
  .app-lock-dots span,
  .app-lock-key,
  .app-lock-error {
    transition: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.sync-bar {
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  background-color: #F7F8FA;
}
.sync-bar p {
  color: #72767D;
}
.sync-bar p i {
  margin-inline-end: 6px;
}
.sync-bar .btn i {
  margin-inline-end: 4px;
}

.chat-users-wrap .chat-list.sync-list {
  position: relative;
}
.chat-users-wrap .chat-list.sync-list .chat-user-list {
  padding-inline-end: 130px;
  cursor: default;
}
.chat-users-wrap .chat-list.sync-list a.chat-user-list {
  cursor: pointer;
}

.sync-action {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.sync-action .btn {
  white-space: nowrap;
}
.sync-action .btn i {
  margin-inline-end: 4px;
}

.sync-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #E3DBFD;
  color: #6338F6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.sync-phone {
  font-variant-numeric: tabular-nums;
}

.sync-step .form-label {
  font-weight: 500;
}
.sync-step p {
  color: #72767D;
}

.darkmode .sync-bar {
  border-color: #E8E8E9;
  background-color: #2C323D;
}
.darkmode .sync-initials {
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF;
}

@media screen and (max-width: 575.98px) {
  .chat-users-wrap .chat-list.sync-list .chat-user-list {
    padding-inline-end: 20px;
    padding-block-end: 56px;
  }
  .sync-action {
    inset-inline: 20px auto;
    inset-block-start: auto;
    inset-block-end: 16px;
    transform: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.dc-scroll {
  position: relative;
}

.dc-scroll-pane {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dc-scroll-pane::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.dc-scroll-bar {
  position: absolute;
  inset-inline-end: 1px;
  inset-block-start: 0;
  width: 7px;
  height: 0;
  border-radius: 7px;
  background-color: #ccc;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  cursor: default;
}
.dc-scroll-bar.is-on {
  opacity: 0.4;
}
.dc-scroll-bar.is-dragging, .dc-scroll-bar:hover {
  opacity: 0.7;
}

.darkmode .dc-scroll-bar {
  background-color: #5B5F68;
}

@media (prefers-reduced-motion: reduce) {
  .dc-scroll-bar {
    transition: none;
  }
}
.emoj-group-list.is-open,
.emoj-group-list-foot.is-open {
  display: block;
}

.dc-picker {
  position: relative;
}

.dc-picker-panel {
  position: absolute;
  z-index: 5;
  inset-inline-start: 0;
  inset-block-start: calc(100% + 6px);
  width: 260px;
  max-width: 90vw;
  padding: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 8px 24px -8px rgba(20, 27, 39, 0.25);
}

.dc-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.dc-picker-head .dc-picker-title {
  color: #141B27;
  font-size: 14px;
  font-weight: 600;
}

.dc-picker-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  color: #72767D;
}
.dc-picker-nav:hover, .dc-picker-nav:focus-visible {
  background-color: #F1EDFE;
  color: #6338F6;
}

.dc-picker-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 4px;
}
.dc-picker-week span {
  color: #72767D;
  font-size: 12px;
  text-align: center;
}

.dc-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.dc-day {
  padding: 6px 0;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  color: #141B27;
  font-size: 13px;
  line-height: 1.2;
}
.dc-day:hover, .dc-day:focus-visible {
  background-color: #F1EDFE;
  color: #6338F6;
}
.dc-day.is-muted {
  color: #8A8D93;
}
.dc-day.is-today {
  font-weight: 600;
  text-decoration: underline;
}
.dc-day.is-selected {
  background-color: #6338F6;
  color: #FFF;
}

.dc-picker-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-block-start: 10px;
}

.darkmode .dc-picker-panel {
  border-color: #E8E8E9;
  background-color: #2C323D;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.6);
}
.darkmode .dc-picker-head .dc-picker-title,
.darkmode .dc-day {
  color: #FFF;
}
.darkmode .dc-day.is-muted {
  color: #72767D;
}
.darkmode .dc-day.is-selected {
  color: #FFF;
}

body.dc-lightbox-open {
  overflow: hidden;
}

.dc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1095;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.85);
}

.dc-lightbox-figure {
  max-width: min(900px, 100%);
  margin: 0;
  text-align: center;
}
.dc-lightbox-figure img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 8px;
  object-fit: contain;
}
.dc-lightbox-figure figcaption {
  margin-block-start: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.dc-lightbox-close,
.dc-lightbox-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.14);
  color: #FFF;
  font-size: 20px;
  transition: background-color 0.2s ease;
}
.dc-lightbox-close:hover, .dc-lightbox-close:focus-visible,
.dc-lightbox-nav:hover,
.dc-lightbox-nav:focus-visible {
  background-color: rgba(255, 255, 255, 0.28);
}

.dc-lightbox-close {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 20px;
}

@media screen and (max-width: 575.98px) {
  .dc-lightbox {
    gap: 6px;
    padding: 16px;
  }
  .dc-lightbox-close,
  .dc-lightbox-nav {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dc-lightbox-close,
  .dc-lightbox-nav {
    transition: none;
  }
}
/******* Pages ******/
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.chat-users-wrap .chat-list {
  position: relative;
}
.chat-users-wrap .chat-list .chat-dropdown {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}
.chat-users-wrap .chat-list .chat-dropdown > a {
  color: #72767D;
}
.chat-users-wrap .chat-list .chat-dropdown:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-users-wrap .chat-list .chat-dropdown:hover .chat-user-list {
  box-shadow: 0px 0px 0px 2px rgb(99, 56, 246) inset;
}
.chat-users-wrap .chat-user-list {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 8px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border-bottom: 1px solid #E8E8E9;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #72767D;
}
@media (max-width: 991.98px) {
  .chat-users-wrap .chat-user-list {
    padding: 16px;
  }
}
.chat-users-wrap .chat-user-list .chat-user-info {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-time {
  text-align: end;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .time {
  display: inline-block;
  margin: 0 0 2px 4px;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .count-message {
  background-color: #FD3A55;
  color: #FFF;
  padding: 1px 8px;
  border-radius: 15px;
}
.chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-users-wrap .chat-user-list.active {
  box-shadow: 0px 0px 0px 2px rgb(99, 56, 246) inset;
}
.chat-users-wrap .chat-user-list:hover {
  box-shadow: 0px 0px 0px 2px rgb(99, 56, 246) inset;
}
.chat-users-wrap .chat-list:hover .chat-dropdown {
  display: block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-users-wrap .chat-list:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal-content {
  color: #72767D;
}

.welcome-info .welcome-box {
  padding: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: relative;
  margin-bottom: 8px;
}
.welcome-info .welcome-box::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -8px;
  border-top: 8px solid #FFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: none;
}
.welcome-info p {
  font-size: 16px;
  margin-bottom: 24px;
}

.welcome-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background-image: url(../../frontend_assets/img/bg/bg-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .welcome-content {
    display: none !important;
  }
}

.search-wrap .form-control {
  border-color: #FFF;
  min-height: 48px;
}
@media (max-width: 991.98px) {
  .search-wrap .form-control {
    min-height: 38px;
  }
}
.search-wrap .input-group {
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border-radius: 8px;
  overflow: hidden;
}
.search-wrap .input-group > .form-control,
.search-wrap .input-group > .input-group-text {
  border-radius: 0;
}
.search-wrap .input-group-text {
  border-color: #FFF;
  background-color: #FFF;
  color: #72767D;
}
.search-wrap.contact-search .input-group {
  border: 1px solid #E8E8E9;
}
.search-wrap.contact-search .form-control,
.search-wrap.contact-search .input-group-text {
  border-color: transparent;
}

.sidebar-content {
  background-color: #F8F9FB;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .sidebar-content {
    width: 100%;
  }
}

.chat-search-header {
  padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
  .chat-search-header {
    padding: 16px 16px 0;
  }
}

.top-online-contacts {
  padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
  .top-online-contacts {
    padding: 16px 16px 0;
  }
}

.sidebar-body {
  flex: 1;
  overflow: auto;
  width: 100%;
  padding: 24px 24px 16px;
}
@media (max-width: 991.98px) {
  .sidebar-body {
    padding: 16px 16px 8px;
  }
}
@media (max-width: 767.98px) {
  .sidebar-body {
    padding: 16px 16px 65px;
  }
}

.chat-status {
  display: block;
  color: #72767D;
}
.chat-status .avatar {
  margin: 0 auto 4px;
}

.chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
}
.chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  z-index: 9;
}

.sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 400px;
  margin-left: 72px;
  background-color: #F8F9FB;
  border-right: 1px solid #E8E8E9;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1399.98px) {
  .sidebar-group {
    width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .sidebar-group {
    width: calc(100% - 72px);
  }
}
@media (max-width: 991.98px) {
  .sidebar-group {
    width: calc(100% - 57px);
    margin-left: 57px;
  }
}
@media (max-width: 767.98px) {
  .sidebar-group {
    width: 100%;
    margin-left: 0;
  }
}

.main-wrapper {
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  visibility: hidden;
}

.main_content {
  display: flex;
  display: -webkit-flex;
  width: 100% !important;
}

.animate-typing .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #72767D;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}

.animate-typing .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.animate-typing .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/bg-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .chat {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    transform: translateX(100%);
    transition: visibility 0.4s ease, transform 0.4s ease;
    order: 3;
    z-index: 999;
    background-color: #FFF;
  }
}
.chat.show {
  visibility: visible;
  transform: translateX(0);
}
.chat .slimscroll {
  height: calc(100vh - 65px) !important;
}
@media (max-width: 575.98px) {
  .chat .slimscroll {
    height: calc(100vh - 90px) !important;
  }
}
.chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  background: #FFF;
  border-bottom: 1px solid #E8E8E9;
  position: relative;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
@media (max-width: 575.98px) {
  .chat .chat-header {
    flex-wrap: wrap;
  }
}
.chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat .chat-header .user-details h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
.chat .chat-header .chat-options > ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat .chat-header .chat-options > ul > li {
  margin-right: 4px;
}
.chat .chat-header .chat-options > ul > li > a {
  font-size: 15px;
  color: #72767D;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 27px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #FFF;
}
.chat .chat-header .chat-options > ul > li > a:hover {
  background: #F7F8FA;
}
.chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
  width: 36px;
  height: 36px;
}
@media (max-width: 991.98px) {
  .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .chat .slimScrollDiv {
    height: calc(100vh - 95px) !important;
  }
}
.chat .chat-body {
  flex: 1;
  padding: 16px 16px 50px;
}
.chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat .chat-body .messages .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  flex-shrink: 0;
}
.chat .chat-body .messages .chat-profile-name h6 .chat-time {
  color: #72767D;
  flex-shrink: 0;
}
.chat .chat-body .messages .chat-profile-name h6 i {
  color: #E8E8E9;
}
.chat .chat-body .messages .chat-profile-name h6 span {
  font-weight: 400;
}
.chat .chat-body .messages .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chat .chat-body .messages .chat-profile-name h6 .msg-read i {
  color: #72767D;
}
.chat .chat-body .messages .chat-profile-name h6 .msg-read.success i {
  color: #0CC68C;
}
.chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .chat .chat-body .messages .chats {
    max-width: 95%;
  }
}
.chat .chat-body .messages .chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chat .chat-body .messages .chats .chat-avatar img {
  width: 32px;
  height: 32px;
}
.chat .chat-body .messages .chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chat .chat-body .messages .chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chat .chat-body .messages .chats .chat-content {
  width: 100%;
}
.chat .chat-body .messages .chats .chat-content .message-content {
  background-color: #F7F8FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .chat .chat-body .messages .chats .chat-content .message-content {
    font-size: 14px;
  }
}
.chat .chat-body .messages .chats .chat-content .message-content:last-child {
  margin-bottom: 0;
}
.chat .chat-body .messages .chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chat .chat-body .messages .chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chat .chat-body .messages .chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat .chat-body .messages .chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #141B27;
  flex-shrink: 0;
}
.chat .chat-body .messages .chats .chat-content .message-content .file-attach h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat .chat-body .messages .chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chat .chat-body .messages .chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #72767D;
  margin-left: 40px;
  flex-shrink: 0;
}
.chat .chat-body .messages .chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chat .chat-body .messages .chats .chat-content .emonji-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.chat .chat-body .messages .chats .chat-content .emonji-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: #72767D;
}
.chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}
.chat .chat-body .messages .chats.chats-right .chat-profile-name {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat .chat-body .messages .chats.chats-right .chat-info {
  justify-content: end;
}
.chat .chat-body .messages .chats.chats-right .chat-actions {
  margin-right: 8px;
}
.chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat .chat-body .messages .chats.chats-right .chat-profile-name h6 {
  flex-direction: row-reverse;
}
.chat .chat-body .messages .chats.chats-right .chat-profile-name h6 .msg-read {
  margin: 0 8px 0 0;
}
.chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #6338F6;
  color: #FFF;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}
.chat .chat-body .messages .chats.chats-right .message-content .file-attach .file-icon {
  color: #6338F6;
}
.chat .chat-body .messages .chats.chats-right .message-content .file-attach h6 {
  color: #FFF;
}
.chat .chat-body .messages .chats.chats-right .message-content .emoj-group {
  left: -110px;
  width: max-content;
}
.chat .chat-body .messages .chats.chats-right .emonji-wrap {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.chats {
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chats .chat-avatar img {
  width: 48px;
  height: 48px;
}
.chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chats .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
}
.chats .chat-profile-name h6 .chat-time {
  color: #72767D;
}
.chats .chat-profile-name h6 i {
  color: #E8E8E9;
}
.chats .chat-profile-name h6 span {
  font-weight: 400;
}
.chats .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chats .chat-profile-name h6 .msg-read i {
  color: #72767D;
}
.chats .chat-profile-name h6 .msg-read.success i {
  color: #0CC68C;
}
.chats .chat-content .message-content {
  background-color: #F7F8FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 8px;
}
.chats .chat-content .message-content:last-child {
  margin-bottom: 0;
}
.chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #141B27;
}
.chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #72767D;
  margin-left: 40px;
}
.chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chats.chats-right .message-content {
  background-color: #6338F6;
  color: #FFF;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}

.chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #E8E8E9;
  width: 100%;
  height: 1px;
}

.chat-date {
  background-color: #0D1119;
  color: #FFF;
  font-weight: 600;
  padding: 2px 16px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}

.chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

.message-audio audio {
  max-width: 260px;
}
@media (max-width: 1399.98px) {
  .message-audio audio {
    max-width: 200px;
  }
}

@media (max-width: 1399.98px) {
  .favourite-chats .message-audio audio {
    max-width: 180px;
  }
}

.info-chats .chats {
  max-width: 100%;
}
.info-chats .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}

.message-video video {
  border-radius: 10px;
  max-width: 400px;
  height: auto;
  width: 100%;
}

.emoj-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.emoj-group > ul > li > a {
  width: 34px;
  height: 34px;
  background: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border: 1px solid #E8E8E9;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #72767D;
  font-size: 16px;
}
.emoj-group > ul > li > a:hover {
  background-color: #6338F6;
  color: #FFF;
}

.emoj-group > ul > li + li {
  margin-left: 6px;
}

.message-content {
  position: relative;
}

.message-content:hover .emoj-group {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rig-emoji-group {
  position: absolute;
  right: 210px;
}

.wrap-emoji-group {
  position: absolute;
  right: 290px;
  z-index: 9;
}

.emoj-group-list-foot {
  left: 0;
}
.emoj-group-list-foot ul li + li {
  margin-left: 8px;
}

.emoj-group-list,
.emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.emoj-group-list ul,
.emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  padding: 8px;
}
.emoj-group-list ul li a,
.emoj-group-list-foot ul li a {
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.emoj-group-list ul li a:last-child,
.emoj-group-list-foot ul li a:last-child {
  padding-right: 0;
}
.emoj-group-list ul li.add-emoj a,
.emoj-group-list-foot ul li.add-emoj a {
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #6338F6;
  color: #FFF;
  font-size: 14px;
}
.emoj-group-list ul li.add-emoj a:hover,
.emoj-group-list-foot ul li.add-emoj a:hover {
  background-color: rgb(62.75, 10.8605769231, 240.1394230769);
  color: #FFF;
}

.chat-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chat-img .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 120px;
  height: 120px;
}
.chat-img .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.chat-img .img-wrap .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-img .img-wrap .img-overlay a {
  font-size: 14px;
  color: #FFF;
}
.chat-img .img-wrap:hover .img-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.message-link {
  overflow: hidden;
}
.message-link .link-img {
  background: #FFF;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}
.message-link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-forward .forward-text {
  border-bottom: 1px solid #E8E8E9;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.message-reply {
  background: #FFF;
  border-radius: 8px;
  border-left: 3px solid #60CBFF;
  padding: 16px;
  color: #141B27;
  margin-bottom: 8px;
}

.emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.chat .chat-footer {
  position: relative;
}
.chat .chat-footer .footer-form {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #FFF;
  border-top: 1px solid #E8E8E9;
  padding: 10px 16px;
}
.chat .chat-footer .footer-form .chat-footer-wrap {
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7F8FA;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-wrap {
  flex: 1;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control {
  background: transparent;
  min-height: 32px;
  height: 32px;
  padding-left: 0;
  border: none;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control::placeholder {
  color: #72767D;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #F7F8FA;
  max-width: 100%;
  padding: 16px;
  margin-bottom: 0;
  display: none;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats .message-content {
  padding: 0;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-item {
  margin-right: 2px;
  position: relative;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-item > a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #72767D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.chat .chat-footer .footer-form .chat-footer-wrap .form-btn .btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.close-replay {
  position: absolute;
  top: 16px;
  right: 16px;
}
.close-replay:hover {
  color: #FD3A55;
}

.favourite-chats .chats {
  max-width: 100%;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

.chat-offcanvas.offcanvas {
  position: static;
  width: 0;
  color: #72767D;
  background: #F8F9FB;
  border-left: 1px solid #E8E8E9;
  display: none;
}
.chat-offcanvas.offcanvas.show {
  min-width: 400px;
  display: flex;
}
@media (max-width: 1399.98px) {
  .chat-offcanvas.offcanvas.show {
    min-width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .chat-offcanvas.offcanvas.show {
    min-width: unset;
    width: 100%;
  }
}
.chat-offcanvas.offcanvas .offcanvas-header {
  border-bottom: 1px solid #E8E8E9;
  min-height: 65px;
}
@media (max-width: 1199.98px) {
  .chat-offcanvas.offcanvas {
    min-width: unset;
    position: fixed;
  }
}

.fav-canvas.offcanvas {
  background: #FFF;
  border-left: 1px solid #E8E8E9;
}

.contact-profile-info {
  margin-bottom: 16px;
  text-align: center;
}
.contact-profile-info .avatar-xxl {
  width: 96px;
  height: 96px;
}

.action-wrap {
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
.action-wrap i {
  font-size: 14px;
}
.action-wrap p {
  color: #141B27;
  margin-top: 4px;
}

.link-icon {
  color: #72767D;
}
.link-icon:hover {
  color: #6338F6;
}

.content-wrapper {
  margin-bottom: 24px;
}
.content-wrapper .sub-title {
  margin-bottom: 8px;
}
.content-wrapper .profile-item.list-group {
  /*background: $white;
  box-shadow: $box-shadow-xs;
  @include rounded(8px);
  padding: 20px;*/
}
.content-wrapper .profile-item.list-group .list-group-item {
  padding: 16px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .profile-item.list-group .list-group-item .profile-info h6 {
  font-size: 14px;
}
.content-wrapper .profile-item.list-group .list-group-item .profile-info h6 i {
  color: #72767D;
}
.content-wrapper .profile-item.list-group .list-group-item .profile-info p {
  font-size: 16px;
}
.content-wrapper .profile-item.list-group .list-group-item .profile-icon {
  font-size: 16px;
}
.content-wrapper .profile-item.list-group .list-group-item:first-child {
  padding-top: 0;
}
.content-wrapper .profile-item.list-group .list-group-item:last-child {
  padding-bottom: 0;
  border: 0;
}
.content-wrapper .count-message {
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}
.content-wrapper .view-all {
  text-align: center;
  border-bottom: 1px solid #6338F6;
  font-weight: 500;
  font-size: 13px;
}
.content-wrapper.other-info .profile-item a:hover h6, .content-wrapper.other-info .profile-item a:hover .link-icon {
  color: #6338F6;
}

.contact-gallery .img-wrap {
  flex: 1 1 100px;
  height: 96px;
}

.chat-video .video-img {
  position: relative;
  display: inline-block;
}
.chat-video .video-img img {
  border-radius: 8px;
  width: 96px;
}
.chat-video .video-img span {
  position: absolute;
  color: #141B27;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.chat-video .video-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.chat-accordion .accordion-item .accordion-header .accordion-button i {
  color: #72767D;
}

.document-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #E8E8E9;
  margin-bottom: 8px;
}
.document-item .document-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 8px;
  background: #F7F8FA;
  font-size: 22px;
  color: #6338F6;
}
.document-item h6 {
  font-size: 14px;
}
.document-item .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 8px;
  background: #FFF;
  font-size: 16px;
  color: #72767D;
}
.document-item:last-child {
  margin-bottom: 0;
}

.link-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #E8E8E9;
  margin-bottom: 8px;
}
.link-item .link-icon {
  width: 32px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 8px;
  background: #F7F8FA;
}
.link-item p {
  color: #8A8D93;
}
.link-item:last-child {
  margin-bottom: 0;
}

.chat-accordion {
  padding: 4px 20px;
  background: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border-radius: 8px;
}
.chat-accordion .accordion-header .accordion-button {
  padding: 16px 0;
}
.chat-accordion .accordion-body {
  padding: 0 0 16px;
}

.social-icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.social-icon a {
  width: 32px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #F7F8FA;
  font-size: 16px;
  margin-right: 8px;
}
.social-icon a:hover {
  background: #6338F6;
  color: #FFF;
}
.social-icon a:last-child {
  margin-right: 0;
}

.user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
}

.block-wrap p {
  font-size: 16px;
}

.contact-user {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  padding: 20px;
  margin-bottom: 8px;
  border: 1px solid #E8E8E9;
}
.contact-user:last-child {
  margin-bottom: 0;
}

.contact-scroll {
  max-height: 400px;
  overflow-y: auto;
}

.contact-actions a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F7F8FA;
  border: 1px solid #E8E8E9;
  color: #72767D;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.contact-actions a:hover {
  background: #6338F6;
  border-color: #6338F6;
  color: #FFF;
}

.open-file {
  width: 28px;
  opacity: 0;
}

.chat-body .dropdown-item.active {
  background-color: #6338F6;
}

.file-action {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991.98px) {
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
  .chat.show-chatbar {
    display: block;
    margin-left: 0;
    visibility: visible;
    transform: none;
    position: unset;
    height: auto;
  }
  .main-wrapper .content {
    flex-flow: column wrap;
  }
}
.chats.reply-chat {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #F7F8FA;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 0;
  display: none;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.user-online h6 {
  color: #FFF;
}

.darkmode .sidebar-menu::-webkit-scrollbar {
  display: none;
}

#contact-menu .chat-users-wrap .chat-list:has(.show), #contact-menu .chat-users-wrap .chat-list:focus-within {
  position: relative !important;
  z-index: 10 !important;
}
#contact-menu .chat-users-wrap .chat-list {
  position: relative;
}
#contact-menu .chat-users-wrap .chat-list .chat-dropdown {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
#contact-menu .chat-users-wrap .chat-list .chat-user-msg p {
  display: block;
}
#contact-menu .chat-users-wrap .chat-list:hover .chat-user-info {
  padding-right: 15px;
}

#group-menu .chat-users-wrap .chat-list:has(.show), #group-menu .chat-users-wrap .chat-list:focus-within {
  position: relative !important;
  z-index: 10 !important;
}
#group-menu .chat-users-wrap .chat-list {
  position: relative;
}
#group-menu .chat-users-wrap .chat-list .chat-dropdown {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
#group-menu .chat-users-wrap .chat-list .chat-user-msg p {
  display: block;
}
#group-menu .chat-users-wrap .chat-list .chat-user-info .chat-user-time {
  display: flex;
}
#group-menu .chat-users-wrap .chat-list:hover .chat-user-info {
  padding-right: 15px;
}

/* 1. Lift the active message block above all subsequent messages when its dropdown is open */
#chat-messages .chats:has(.emoj-group.is-open),
#chat-messages .chats:has(.dropdown-menu.show),
#chat-messages .chats:focus-within {
  position: relative !important;
  z-index: 50 !important; /* Forces the current message row to stack on top */
}

/* 2. Ensure the dropdown menu sits safely at the absolute peak layer */
.chats .message-content .dropdown-menu {
  z-index: 9999 !important;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.login-bg2 {
  background: linear-gradient(180deg, #6338F6 0%, #3A2190 100%);
}

.login-bg1 {
  background: linear-gradient(134.21deg, #FFFFFF 2.18%, #EFEBFF 74.65%);
}

.login-img {
  width: 90%;
}

.floating-bg img {
  position: absolute;
}
.floating-bg img:nth-child(1) {
  top: 40px;
}
.floating-bg img:nth-child(2) {
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.floating-bg img:nth-child(3) {
  bottom: 60px;
  right: 300px;
}
.floating-bg img:nth-child(4) {
  bottom: 30px;
  right: 100px;
}
.floating-bg img:nth-child(5) {
  top: 20px;
  right: 50px;
}
.floating-bg img:nth-child(6) {
  top: 20px;
  left: 50px;
}
.floating-bg img:nth-child(7) {
  right: 136px;
  bottom: 80px;
}
.floating-bg img:nth-child(8) {
  bottom: 100px;
  left: 90px;
}

.floating-avatar .avatar {
  position: absolute;
}
.floating-avatar .avatar:nth-child(1) {
  width: 60px !important;
  height: 60px !important;
  top: 40px;
  right: 100px;
}
.floating-avatar .avatar:nth-child(2) {
  width: 50px !important;
  height: 50px !important;
  top: 80px;
}
.floating-avatar .avatar:nth-child(3) {
  width: 70px !important;
  height: 70px !important;
  bottom: 20px;
  left: 160px;
}
.floating-avatar .avatar:nth-child(4) {
  width: 30px !important;
  height: 30px !important;
  bottom: 50px;
  right: 170px;
  transform: rotate(-45deg);
}

.login-or {
  text-align: center;
  font-weight: 500;
  position: relative;
}
.login-or::before {
  width: 100%;
  content: "";
  border-top: 1px solid #E8E8E9;
  position: absolute;
  top: 50%;
  left: 0;
}
.login-or::after {
  width: 100%;
  content: "";
  border-top: 1px solid #E8E8E9;
  position: absolute;
  top: 50%;
  right: 0;
}
.login-or .span-or {
  background-color: #FFF;
  padding: 0 20px;
  z-index: 9;
  position: relative;
}

.bg-soft-success.success-badge {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.add-icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.chats-dropdown {
  position: absolute;
  right: 20px;
  top: 37px;
}

.status-list {
  margin-bottom: 20px;
}
.status-list:last-child {
  margin-bottom: 12px;
}

.welcome-info .rounded-border {
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
}
.welcome-info .rounded-border::after {
  content: "";
  background: #6338F6;
  position: absolute;
  height: 16px;
  width: 16px;
  bottom: -4px;
  transform: rotate(45deg);
}

.drag-and-drop-block {
  min-height: 212px;
  border-radius: 5px;
  background: #F7F8FA;
  border-color: transparent;
}
.drag-and-drop-block.status-view {
  min-height: auto;
}
.drag-and-drop-block .status-preview {
  border-radius: 8px;
  max-height: 400px;
  width: 100%;
}

.dz-clickable .dz-message {
  display: none;
}

.modal .footer-form {
  position: relative !important;
  border: 1px solid #E8E8E9;
  border-radius: 8px;
}

.user-stories-box {
  border: 0;
  background-color: transparent;
  height: 100%;
  flex-direction: inherit;
  -webkit-flex-direction: inherit;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.user-stories-box .inner-popup {
  margin: 0 auto;
  width: 100%;
}

.user-stories-box .inner-popup .carousel-indicators {
  top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.user-stories-box .inner-popup .carousel-indicators li {
  border: 0;
  background-color: #C2C2C2;
  width: 100%;
  height: 5px;
  border-radius: 50px;
  opacity: 1;
  margin-right: 16px;
}

.user-stories-box .inner-popup .carousel-indicators li {
  position: relative;
}

.user-stories-box .inner-popup .carousel-indicators li .status-progress-fill {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 5px;
  width: 0;
  background-color: #fff;
  border-radius: 50px;
  transition: width 0.05s linear;
}

.user-stories-box .inner-popup .carousel-inner {
  height: calc(100vh - 110px);
  border-radius: 10px;
}

.carousel-item {
  height: 100%;
}

.user-stories-box .inner-popup .carousel-inner .carousel-item img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

.user-stories-box .inner-popup .status-user-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: absolute;
  z-index: 9;
  left: 20px;
  right: 20px;
  top: 50px;
  flex-wrap: wrap;
  gap: 15px;
}

.user-stories-box .inner-popup .status-user-blk .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.user-stories-box .inner-popup .status-user-blk .user-details .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  margin-right: 10px;
}

.user-stories-box .inner-popup .status-user-blk .user-details .user-online h5 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.user-stories-box .inner-popup .status-user-blk .user-details .user-online span {
  font-size: 14px;
  font-weight: 400;
  color: #EDEDED;
}

.user-stories-box .inner-popup .status-user-blk .chat-user-time .chats-dot a {
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  border: 0;
  background-color: red;
  width: 145px;
  height: 5px;
  border-radius: 50px;
}

@keyframes animate {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.user-status-group {
  padding: 55px 40px;
  background-image: url(../../frontend_assets/img/bg/bg-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .user-status-group {
    width: 100%;
    padding: 24px;
  }
}

.user-stories-box .inner-popup .carousel-indicators li {
  list-style: none;
}

.carousel .chat-footer {
  position: unset;
}
.carousel .chat-footer .footer-form {
  z-index: 9;
  bottom: 16px;
  right: 16px;
  left: 16px;
  border-radius: 8px;
}

.status-voice-group {
  display: flex;
  align-items: center;
}
.status-voice-group .status-pause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
}

.view-status-list {
  background: #FFF;
  bottom: 16px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.status-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-inline-start: 8px;
  text-transform: none;
  letter-spacing: 0;
}

.user-stories-box .inner-popup .status-user-blk .user-details .user-online .status-type-badge {
  font-size: 10px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.18);
}

.status-view-time {
  color: #72767D;
}

.status-msg {
  flex-direction: column;
}
.status-msg .chat-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.status-msg .user-status-group {
  flex: 1;
  width: 100%;
}

.status-nav {
  position: absolute;
  inset-block-start: 50%;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  color: #141B27;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.status-nav:hover, .status-nav:focus-visible {
  background-color: #FFF;
}
.status-nav.status-nav-prev {
  inset-inline-start: 16px;
}
.status-nav.status-nav-next {
  inset-inline-end: 16px;
}

[dir=rtl] .status-nav i {
  transform: scaleX(-1);
}

.status-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.status-text p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.status-media {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.status-caption {
  position: absolute;
  inset-inline: 24px;
  inset-block-end: 88px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.status-swatch {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
}
.status-swatch.active {
  border-color: #141B27;
}

.status-pick {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.status-pick.active {
  border-color: #6338F6;
}
.status-pick img {
  width: 100%;
  height: 72px;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  .status-msg .user-status-group {
    padding: 16px;
  }
  .status-nav {
    width: 30px;
    height: 30px;
  }
  .status-caption {
    inset-block-end: 72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .user-stories-box .inner-popup .carousel-indicators li .status-progress-fill {
    transition: none;
  }
}
.status-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 50%;
  transition: transform 0.25s ease;
  margin-right: 0.5rem;
}
.status-ring .status-ring-svg {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transition: filter 0.25s ease;
}
.status-ring .status-ring-seg {
  fill: none;
  stroke: #0CC68C;
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: stroke 0.25s ease, opacity 0.25s ease;
}
.status-ring .status-ring-seg.is-seen {
  stroke: #A1A4A9;
  opacity: 0.85;
}
.status-ring .status-ring-seg.is-muted {
  stroke: #B9BBBE;
  opacity: 0.7;
}
.status-ring .status-ring-seg.is-empty {
  stroke: #B9BBBE;
  stroke-width: 2;
}
.status-ring .status-ring-add {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: #6338F6;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
}
.status-ring.is-opening {
  animation: status-ring-pop 0.3s ease;
}

.user-stories-box .inner-popup .status-user-blk .user-details .status-ring .avatar {
  margin-right: 0;
  margin-left: 0;
}

.chat-user-list:hover .status-ring,
.status-ring:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.chat-user-list:hover .status-ring .status-ring-svg,
.status-ring:hover .status-ring-svg {
  filter: drop-shadow(0 0 4px rgba(161, 164, 169, 0.65));
}
.chat-user-list:hover .status-ring.has-unseen .status-ring-svg,
.status-ring:hover.has-unseen .status-ring-svg {
  filter: drop-shadow(0 0 5px rgba(12, 198, 140, 0.55));
}

.chat-user-list:focus-visible .status-ring {
  transform: scale(1.05);
}

@keyframes status-ring-pop {
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .status-ring,
  .status-ring .status-ring-svg,
  .status-ring .status-ring-seg {
    transition: none;
  }
  .status-ring.is-opening {
    animation: none;
  }
}
.status-empty-icon {
  background-color: #F7F8FA;
  color: #72767D;
  box-shadow: 0 1px 2px rgba(20, 27, 39, 0.06), 0 10px 24px -10px rgba(20, 27, 39, 0.28);
}

.darkmode .status-empty-icon {
  background-color: #2C323D;
  color: #8A8D93;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 12px 28px -12px rgba(0, 0, 0, 0.6);
}

/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.user-shield {
  position: relative;
}
.user-shield .point {
  position: absolute;
  color: #FD3A55;
  top: 5px;
  right: 0;
}
.user-shield:hover .point {
  color: #FFF;
}

.set-pro {
  position: relative;
  border: 2px dashed #6338F6;
}
.set-pro .add {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFF;
}
.set-pro .add i {
  background: #6338F6;
  color: #FFF;
  width: 14px;
  height: 14px;
}

.img-overlay-1 {
  position: relative;
  border: 2px dashed #6338F6;
}
.img-overlay-1 .check-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #6338F6;
}
.img-overlay-1 .check-icon i {
  background: #6338F6;
  color: #FFF;
  width: 14px;
  height: 14px;
}

.device-option .device-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.device-option .form-check {
  margin: 0 4px 0 0;
  min-height: 1.5rem !important;
}

.user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
}

.chat-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chat-img .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 120px;
  height: 120px;
}
.chat-img .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.chat-img .img-wrap .img-overlay-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-img .img-wrap .img-overlay-1 a {
  font-size: 14px;
  color: #FFF;
}
.chat-img .img-wrap:hover .img-overlay-1, .chat-img .img-wrap:focus .img-overlay-1, .chat-img .img-wrap:active .img-overlay-1, .chat-img .img-wrap .active .img-overlay-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  border-radius: 10px;
  border: 2px solid #6338F6 !important;
}
.chat-img .img-wrap .active .img-overlay-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.file-item .input-icon .icon-addon {
  right: 8px;
  left: auto;
}
.file-item .input-icon .toggle-password, .file-item .input-icon .toggle-passwords, .file-item .input-icon .conform-toggle-password {
  right: 12px;
  left: auto;
  font-size: 18px;
}
.file-item .input-icon .form-control:not(:last-child) {
  padding-left: 0.75rem;
  padding-right: 3rem;
}

.profile h6 {
  margin-bottom: 4px;
}

.sidebar-body.chat-body h6 {
  margin-bottom: 4px;
}

.contact-user h6 {
  margin-bottom: 4px;
}

.avatar-drop {
  padding: 32px 20px;
  border: 1px dashed #8A8D93;
  border-radius: 12px;
  background-color: #F7F8FA;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.avatar-drop.is-over {
  border-color: #6338F6;
  background-color: #E3DBFD;
}
.avatar-drop .avatar-drop-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #FFF;
  color: #6338F6;
  font-size: 24px;
}
.avatar-drop p {
  margin-bottom: 0;
}

.avatar-crop-stage {
  position: relative;
  width: 260px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #141B27;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.avatar-crop-stage:active {
  cursor: grabbing;
}
.avatar-crop-stage:focus-visible {
  outline: 2px solid #6338F6;
  outline-offset: 2px;
}
.avatar-crop-stage .avatar-crop-image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.avatar-crop-stage .avatar-crop-mask {
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.45) inset;
  border-radius: 50%;
  pointer-events: none;
}

.darkmode .avatar-drop {
  border-color: #222224;
  background-color: #181818;
}
.darkmode .avatar-drop.is-over {
  border-color: #6338F6;
  background-color: rgba(99, 56, 246, 0.22);
}
.darkmode .avatar-drop .avatar-drop-icon {
  background-color: #222224;
}

@media (prefers-reduced-motion: reduce) {
  .avatar-drop {
    transition: none;
  }
}
#avatar-crop {
  z-index: 1070;
}

.modal-backdrop ~ .modal-backdrop {
  z-index: 1065;
}

.set-pro [data-group-avatar] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.set-pro {
  display: inline-block;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  line-height: unset !important;
}
a.set-pro:hover, a.set-pro:focus-visible {
  box-shadow: 0 0 0 4px #F1EDFE;
}

@media (prefers-reduced-motion: reduce) {
  a.set-pro {
    transition: none;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: Dreamschat - Html Template
    Version      : 2.7.6
    Template URI: https://dreamschat.dreamstechnologies.com/
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/****** Utils ******/
.chat-search-header .call-icon {
  width: 24px;
  height: 24px;
}

.model-icon {
  width: 32px;
  height: 32px;
}

.voice-icon {
  width: 52px;
  height: 52px;
}

.user-add {
  width: 22px;
  height: 22px;
}

.mini-video-view {
  border: 2px solid transparent;
  bottom: 20px;
  right: 20px;
  height: 150px;
  width: 150px;
}
@media (max-width: 575.98px) {
  .mini-video-view {
    bottom: 10px;
    right: 10px;
    height: 80px;
    width: 80px;
  }
}
.mini-video-view .default-profile {
  display: none;
  width: 80px;
  height: 80px;
}
.mini-video-view.active {
  border: 2px solid #6338F6;
}
.mini-video-view.no-video {
  background: #F1EDFE;
  display: flex;
  align-items: center;
}
.mini-video-view.no-video .default-profile {
  display: flex;
}
.mini-video-view.no-video img {
  display: none;
}

.video-call-view > img {
  max-height: 330px;
  width: 100%;
  object-fit: cover;
}
.video-call-view.default-mode {
  background: #F1EDFE;
}
.video-call-view.default-mode .default-profile {
  width: 100px;
  height: 100px;
}

.call-controll-block {
  border: 1px solid #E8E8E9;
  padding: 15px 20px;
  background: #F8F9FB;
  gap: 16px;
  flex-wrap: wrap;
}
.call-controll-block .call-controll {
  border: 1px solid #E8E8E9;
  background: #FFF;
  color: #72767D;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.call-controll-block .call-controll:hover {
  background: #6338F6;
  color: #FFF;
}
.call-controll-block .call-controll.call-decline {
  width: 56px;
  height: 56px;
  background: #FD3A55;
  color: #FFF;
}
.call-controll-block .call-controll.call-decline:hover {
  background: #FD3A55;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .call-controll-block .call-controll.call-decline {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 575.98px) {
  .call-controll-block .call-controll {
    font-size: 14px;
    width: 36px;
    height: 36px;
  }
}
.call-controll-block .call-controll span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-controll-block .mute-bt.stop, .call-controll-block .mute-video.stop, .call-controll-block .call-controll.active {
  background: #6338F6;
  color: #FFF;
  border-color: #6338F6;
  box-shadow: 0 2px 10px 0 rgba(99, 56, 246, 0.45);
}
.call-controll-block .mute-bt.stop:hover, .call-controll-block .mute-video.stop:hover, .call-controll-block .call-controll.active:hover {
  background: rgb(62.75, 10.8605769231, 240.1394230769);
  color: #FFF;
  box-shadow: 0 3px 14px 0 rgba(99, 56, 246, 0.55);
}

.mini-video-view img.is-flipped {
  transform: scaleX(-1);
}

.call-span {
  width: 120px;
  height: 120px;
}

.audio-crd {
  position: relative;
  overflow: hidden;
}
.audio-crd .modal-bg1 {
  position: absolute;
  bottom: -90px;
  left: 0;
}
.audio-crd .modal-bg2 {
  position: absolute;
  top: 0;
  right: 0;
}
.audio-crd .single-img {
  padding-top: 70px;
}
.audio-crd .single-img span {
  width: 220px;
  height: 220px;
}

.layout-tab .nav-link:hover {
  color: #6338F6 !important;
}
.layout-tab .nav-link.active {
  color: #6338F6 !important;
}
.layout-tab .nav-link.active i {
  font-weight: 900;
}

.modal-header .badge.badge-sm {
  padding: 6px;
}

.avatar-group a {
  width: 96px;
  height: 96px;
  display: inline-flex;
}
.avatar-group a + a {
  margin-left: -57px;
}

.messages .incoming .overlay {
  display: none;
  visibility: hidden;
  transform: translateX(-20px);
}
.messages .incoming:hover .overlay {
  display: flex !important;
  transform: translateX(0);
  visibility: visible;
}
.messages .incoming:hover .incoming-phone {
  background: #FFF !important;
  color: #72767D !important;
  border: none !important;
  transition: 0.5s ease-in-out;
}

.call-details-popup {
  border-color: #E8E8E9;
  bottom: 0;
  right: 16px;
  display: none;
}
.call-details-popup.show {
  display: block;
}
.call-details-popup .card-header {
  border-color: #E8E8E9;
}
.call-details-popup .avatar.avatar-lg {
  width: 36px;
  height: 36px;
}
.call-details-popup .call-controll-block {
  border: none;
  padding: 0;
  background: transparent;
}

.call-shell {
  border: 0;
  border-radius: 20px;
  background: linear-gradient(160deg, #141B27 0%, #0B1220 100%);
  color: #FFF;
  overflow: hidden;
}

.darkmode .modal .modal-content.call-shell {
  border: 0;
  background: linear-gradient(160deg, #1A2233 0%, #0B1220 100%);
}

.call-stage {
  padding: 28px 24px 20px;
  text-align: center;
}

.call-kind {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  padding: 5px 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.call-portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 16px;
}
.call-portrait img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  object-fit: cover;
}

.call-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(99, 56, 246, 0.45);
  animation: call-pulse 2.4s ease-out infinite;
}

.call-pulse-late {
  animation-delay: 1.2s;
}

.is-connected .call-pulse {
  display: none;
}

@keyframes call-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}
.call-name {
  margin-bottom: 6px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.call-state {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.call-timer {
  display: block;
  min-height: 26px;
  margin-top: 2px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 26px;
}

.call-controls {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 4px;
  padding: 4px 24px 20px;
}

.call-ctrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .call-ctrl {
    padding: 10px 14px;
  }
}
.call-ctrl.btn {
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-btn-hover-color: #FFF;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-shadow: none;
  --bs-btn-focus-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.call-ctrl.btn:hover, .call-ctrl.btn:focus-visible {
  color: #FFF !important;
}
.call-ctrl .call-ctrl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.call-ctrl.btn-outline-primary:hover .call-ctrl-icon, .call-ctrl.btn-outline-primary:focus-visible .call-ctrl-icon {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
}
.call-ctrl.btn-primary .call-ctrl-icon {
  border-color: transparent;
  background-color: #6338F6;
  color: #FFF;
}
.call-ctrl.btn-primary:hover .call-ctrl-icon, .call-ctrl.btn-primary:focus-visible .call-ctrl-icon {
  background-color: rgb(62.75, 10.8605769231, 240.1394230769);
}
.call-ctrl:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}

.call-controls .call-ctrl {
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.call-controls .call-ctrl .call-ctrl-icon {
  width: 54px;
  height: 54px;
  border: 0;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 6px 16px -8px rgba(0, 0, 0, 0.7);
  font-size: 22px;
}
.call-controls .call-ctrl .call-ctrl-label {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.call-controls .call-ctrl:hover, .call-controls .call-ctrl:focus-visible {
  transform: translateY(-3px);
}
.call-controls .call-ctrl:hover .call-ctrl-icon, .call-controls .call-ctrl:focus-visible .call-ctrl-icon {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 12px 22px -10px rgba(0, 0, 0, 0.8);
}
.call-controls .call-ctrl.btn-primary .call-ctrl-icon {
  background: linear-gradient(150deg, #6338F6 0%, rgb(62.75, 10.8605769231, 240.1394230769) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 8px 20px -6px rgba(99, 56, 246, 0.85);
}
.call-controls .call-ctrl.btn-primary:hover .call-ctrl-icon, .call-controls .call-ctrl.btn-primary:focus-visible .call-ctrl-icon {
  background: linear-gradient(150deg, rgb(62.75, 10.8605769231, 240.1394230769) 0%, #6338F6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 12px 26px -8px rgba(99, 56, 246, 0.95);
}

.call-end-row {
  display: flex;
  justify-content: center;
  padding: 0 24px 28px;
}

.call-end.voice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(150deg, #FD3A55 0%, rgb(247.2894472362, 2.5105527638, 36.4030150754) 100%);
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 24px -6px rgba(253, 58, 85, 0.7);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.call-end.voice-icon:hover, .call-end.voice-icon:focus-visible {
  transform: scale(1.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 14px 30px -6px rgba(253, 58, 85, 0.85);
}

.call-answer {
  padding-block-end: 8px;
}
.call-answer.d-none {
  display: none;
}

.call-answer-extras {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 10px;
  padding: 4px 24px 18px;
}
.call-answer-extras .call-ctrl {
  position: relative;
  flex-direction: row;
  gap: 10px;
  padding-block: 6px;
  padding-inline: 6px 20px;
  border-radius: 999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 2px 10px -6px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.call-answer-extras .call-ctrl.btn {
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}
.call-answer-extras .call-ctrl.btn:hover, .call-answer-extras .call-ctrl.btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.call-answer-extras .call-ctrl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.call-answer-extras .call-ctrl .call-ctrl-icon,
.call-answer-extras .call-ctrl .call-ctrl-label {
  position: relative;
  z-index: 1;
}
.call-answer-extras .call-ctrl .call-ctrl-icon {
  width: 38px;
  height: 38px;
  border: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%);
  font-size: 18px;
}
.call-answer-extras .call-ctrl .call-ctrl-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1px;
  white-space: nowrap;
}
.call-answer-extras .call-ctrl:hover, .call-answer-extras .call-ctrl:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 26px -12px rgba(0, 0, 0, 0.75);
}
.call-answer-extras .call-ctrl:hover .call-ctrl-icon, .call-answer-extras .call-ctrl:focus-visible .call-ctrl-icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.12) 100%);
}
.call-answer-extras .call-ctrl.btn-primary {
  border-color: rgba(99, 56, 246, 0.55) !important;
  background-color: rgba(99, 56, 246, 0.22);
  color: #FFF !important;
}
.call-answer-extras .call-ctrl.btn-primary .call-ctrl-icon {
  background: linear-gradient(145deg, #6338F6 0%, rgb(62.75, 10.8605769231, 240.1394230769) 100%);
  box-shadow: 0 4px 12px -4px rgba(99, 56, 246, 0.9);
}
.call-answer-extras .call-ctrl.btn-primary:hover, .call-answer-extras .call-ctrl.btn-primary:focus-visible {
  border-color: rgba(99, 56, 246, 0.75) !important;
  background-color: rgba(99, 56, 246, 0.3);
}

[dir=rtl] .call-answer-extras .call-ctrl::before {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 55%);
}

@media (prefers-reduced-motion: reduce) {
  .call-answer-extras .call-ctrl {
    transition: none;
  }
  .call-answer-extras .call-ctrl:hover {
    transform: none;
  }
}
.call-answer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 4px 24px 28px;
}

.modal-fullscreen .modal-content.call-shell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
}
.modal-fullscreen .modal-content.call-shell .call-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-block: 40px;
}
.modal-fullscreen .modal-content.call-shell .call-portrait {
  width: 132px;
  height: 132px;
}
@media (max-width: 575.98px) {
  .modal-fullscreen .modal-content.call-shell .call-portrait {
    width: 104px;
    height: 104px;
  }
}
.modal-fullscreen .modal-content.call-shell .call-name {
  font-size: 24px;
}
.modal-fullscreen .modal-content.call-shell .call-answer {
  padding-block-end: 24px;
}

.call-ringbars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  height: 22px;
  margin-block-start: 14px;
}
.call-ringbars.d-none {
  display: none;
}
.call-ringbars span {
  display: block;
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.55);
  animation: call-ringbar 1.1s ease-in-out infinite;
}
.call-ringbars span:nth-child(2) {
  animation-delay: 0.16s;
}
.call-ringbars span:nth-child(3) {
  animation-delay: 0.32s;
}
.call-ringbars span:nth-child(4) {
  animation-delay: 0.48s;
}
.call-ringbars span:nth-child(5) {
  animation-delay: 0.64s;
}
.call-ringbars.is-quiet span {
  animation: none;
  background-color: rgba(255, 255, 255, 0.25);
}

@keyframes call-ringbar {
  0%, 100% {
    height: 6px;
  }
  50% {
    height: 20px;
  }
}
.call-answer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  font-size: 24px;
  -webkit-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.call-answer-btn:hover, .call-answer-btn:focus-visible {
  color: #FFF;
  transform: scale(1.05);
}
.call-answer-btn:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
.call-answer-btn.btn-danger {
  box-shadow: 0 10px 24px -6px rgba(253, 58, 85, 0.7);
}

.call-answer-accept {
  box-shadow: 0 10px 24px -6px rgba(12, 198, 140, 0.7);
  animation: call-answer-nudge 1.4s ease-in-out infinite;
}

@keyframes call-answer-nudge {
  0%, 70%, 100% {
    transform: rotate(0deg);
  }
  78% {
    transform: rotate(-14deg);
  }
  86% {
    transform: rotate(14deg);
  }
  94% {
    transform: rotate(-8deg);
  }
}
.call-keypad {
  padding: 0 24px 16px;
  text-align: center;
}

.call-keypad-read {
  min-height: 30px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 3px;
  line-height: 30px;
}

.call-keypad-grid {
  display: grid;
  grid-template-columns: repeat(3, 60px);
  justify-content: center;
  gap: 10px;
}

.call-key {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.call-key:hover, .call-key:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.22);
}
.call-key:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 2px;
}

.call-keypad-clear {
  margin-top: 12px;
  --bs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-btn-border-color: rgba(255, 255, 255, 0.24);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.16);
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 575.98px) {
  .call-stage {
    padding: 24px 16px 16px;
  }
  .call-portrait {
    width: 88px;
    height: 88px;
  }
  .call-controls {
    gap: 14px;
    padding-inline: 16px;
  }
  .call-ctrl .call-ctrl-icon {
    width: 46px;
    height: 46px;
  }
  .call-controls .call-ctrl .call-ctrl-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .call-answer-row {
    gap: 40px;
    padding-inline: 16px;
  }
  .call-answer-extras {
    gap: 10px;
    padding-inline: 16px;
  }
  .call-answer-extras .call-ctrl {
    padding-inline: 4px 16px;
  }
  .call-answer-extras .call-ctrl .call-ctrl-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .call-answer-extras .call-ctrl .call-ctrl-label {
    font-size: 12px;
  }
  .call-answer-btn {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
  .call-keypad {
    padding-inline: 16px;
  }
  .call-keypad-grid {
    grid-template-columns: repeat(3, 54px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .call-pulse {
    animation: none;
    opacity: 0;
  }
  .call-answer-accept,
  .call-ringbars span {
    animation: none;
  }
  .call-ctrl .call-ctrl-icon,
  .call-controls .call-ctrl,
  .call-end.voice-icon,
  .call-answer-btn,
  .call-key {
    transition: none;
  }
  .call-end.voice-icon:hover,
  .call-answer-btn:hover,
  .call-controls .call-ctrl:hover {
    transform: none;
  }
}
.call-stats {
  gap: 0;
}
.call-stats .call-stat {
  padding-inline: 20px;
}
.call-stats .call-stat + .call-stat {
  border-inline-start: 1px solid #E8E8E9;
}
.call-stats .call-stat p {
  color: #72767D;
}

.darkmode .call-stats .call-stat + .call-stat {
  border-inline-start-color: #181818;
}

@media screen and (max-width: 575.98px) {
  .call-stats .call-stat {
    padding-inline: 12px;
  }
}
.dropdown .dropdown-menu li {
  margin-bottom: 4px;
}
.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .call-controll-block {
    border-radius: 5px !important;
  }
}

/*# sourceMappingURL=style.css.map */
