.header {
  padding: 10px;
  -webkit-box-shadow: 2px 3px 16px 4px #f0f0f0;
  -o-box-shadow: 2px 3px 16px 4px #f0f0f0;
  box-shadow: 2px 3px 16px 4px #f0f0f0;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

.header--chat {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .header--guest-chat {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #eee;
  }
}

.header__slogan, .header__logo {
  width: 130px !important;
}

@media (max-width: 580px) {
  .header__slogan, .header__logo {
    width: 98px !important;
  }
}

.header__logout svg, .header__logout i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 24px;
  color: #d13084;
}

input.form-control,
select.form-select {
  height: 45px;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #5f7b8a;
  text-decoration: none !important;
}

a:hover {
  color: #5f7b8a;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 1.4rem !important;
  height: 1.4rem !important;
  border-radius: 7px !important;
}

@media (max-width: 580px) {
  .custom-control-label::before,
  .custom-control-label::after {
    width: 1.2rem !important;
    height: 1.2rem !important;
    border-radius: 4px !important;
    background-color: #fff !important;
  }
}

.custom-control-label::before {
  border: 0 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-control-label::after {
  background: 33% 100%/76% 76% no-repeat;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #eff3f6 !important;
}

.table-striped tbody tr:nth-of-type(even) .custom-control-label::before,
.table-striped tbody tr:nth-of-type(even) .custom-control-label::after {
  background-color: #eff3f6 !important;
}

.table-striped tbody tr:nth-of-type(even) .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #eff3f6 !important;
}

@media (max-width: 580px) {
  .modal-dialog {
    margin: 0 !important;
  }
}

.btn-p {
  background-color: #d13084;
  color: #fff;
  border-radius: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-p:hover {
  background: #333;
  color: #fff;
}

.btn-s {
  background-color: #810065;
  color: #fff;
  border-radius: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-s:hover {
  background: #333;
  color: #fff;
}

@font-face {
  font-family: Cairo;
  src: url("../../Fonts/Cairo-SemiBold.ttf");
}

@font-face {
  font-family: CairoBold;
  src: url("../../Fonts/Cairo-Bold.ttf");
}

body {
  font-size: 16px;
  font-family: Cairo;
  font-weight: 500;
  color: #2c3e50;
  background: #eff3f6;
}

label {
  font-size: 14px;
}

.load {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.divider {
  border: 1px solid #a9aaae;
}

.blured {
  -webkit-filter: blur(10px) brightness(100%);
          filter: blur(10px) brightness(100%);
}

.pages input {
  width: 60px;
  border-radius: 0 !important;
  height: 35px !important;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.pages input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pages button {
  width: 35px;
  height: 35px;
  background: #fff;
}

.pages button:first-of-type {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pages button:last-of-type {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pages button:hover {
  background: #d13084;
  color: #fff;
}

.block, .guest__wrapper, .guest-chat__wrapper, .chat, .settings {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: -1px 19px 40px 2px #e6e7e9;
  -o-box-shadow: -1px 19px 40px 2px #e6e7e9;
  box-shadow: -1px 19px 40px 2px #e6e7e9;
  border: 1px solid #eee;
}

@media (max-width: 580px) {
  .block, .guest__wrapper, .guest-chat__wrapper, .chat, .settings {
    padding: 15px;
  }
}

.btn-p {
  background-color: #d13084;
  color: #fff;
  border-radius: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-p:hover {
  background: #333;
  color: #fff;
}

.btn-s {
  background-color: #810065;
  color: #fff;
  border-radius: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-s:hover {
  background: #333;
  color: #fff;
}

.text-p {
  color: #d13084 !important;
}

.bg-primary {
  background-color: #d13084;
}

.menu {
  height: 100vh;
  width: 240px;
  right: -240px;
  top: 0;
  background-color: #fff;
  padding: 20px;
  z-index: 52;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__link {
  padding-bottom: 1rem;
}

.menu--open {
  right: 0;
}

.layer {
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  z-index: 51;
}

.home {
  min-height: 100vh;
}

@media (max-width: 767px) {
  .home__img {
    width: 100%;
  }
}

.home__btn {
  width: 240px;
}

@media (max-width: 767px) {
  .home__btn {
    width: 100%;
  }
}

.home__copyright {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #999;
}

.guest {
  position: relative;
  top: 50px;
}

.guest .alert-warning {
  font-size: 14px;
}

.guest__wrapper {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  line-height: 2.3rem;
  font-size: 18px;
}

@media (max-width: 767px) {
  .guest__wrapper {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .guest__wrapper {
    padding: 15px;
  }
}

.guest__h4 {
  color: #5f7b8a;
}

@media (max-width: 580px) {
  .guest__login .form-check-label {
    font-size: 14px;
  }
}

.guest__login .form-check-input {
  width: 1.5em;
  height: 1.5em;
}

.guest__btn {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.guest__btn:disabled {
  background: #333 !important;
}

.modal-dialog--rules {
  max-width: 800px;
}

.modal-dialog--rules .modal-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.modal-dialog--rules .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}

.btn-accept:disabled {
  background: #333 !important;
}

.guest-chat__wrapper {
  top: 92px;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .guest-chat__wrapper {
    margin: 0;
    top: 58px;
    width: 100%;
    border-radius: 0;
    height: calc(100vh - 58px);
    position: fixed;
  }
}

.guest-chat__wrapper .word {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 50%;
  color: #fff;
  background: #333;
  text-align: center;
}

.guest-chat .alerts {
  font-size: 13px;
}

.guest-chat__header {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.guest-chat__body {
  padding: 20px;
  overflow: auto;
  height: calc(100vh - 352px);
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .guest-chat__body {
    height: calc(100vh - 295px);
  }
}

@media (max-width: 580px) {
  .guest-chat__body {
    padding-bottom: 160px;
  }
}

.guest-chat__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.guest-chat__message--user {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.guest-chat__message .date {
  color: #a9aaae;
  font-size: 13px;
}

.guest-chat__block {
  padding: 10px;
  max-width: 80%;
  background-color: rgba(213, 217, 221, 0.5);
  border-radius: 10px;
  color: #5f7b8a;
}

.guest-chat__block--user {
  background-color: #d13084;
  color: #fff;
}

.guest-chat__block--user .date {
  color: #a9aaae;
  font-size: 13px;
}

.guest-chat__text {
  min-width: 150px;
  font-family: Cairo;
  font-size: 16px;
  line-height: 2rem;
  word-wrap: break-word;
}

@media (max-width: 580px) {
  .guest-chat__text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .guest-chat__wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
}

.guest-chat__send {
  border-top: 1px solid #eee;
  padding: 10px;
}

.guest-chat__em {
  color: #a9aaae;
  font-size: 22px;
}

.guest-chat__area {
  height: 50px;
}

.guest-chat__btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

#emojis {
  right: 0;
  top: -270px;
  display: none;
  position: absolute;
}

.login__wrapper {
  width: 500px;
  margin: 100px auto;
}

@media (max-width: 580px) {
  .login__wrapper {
    width: 100%;
  }
}

.cpanel {
  position: relative;
  top: 100px;
}

@media (max-width: 991px) {
  .chat-body {
    overflow: hidden;
  }
}

.chat {
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  top: 71px;
  position: relative;
  height: calc(100vh - 71px);
}

@media (max-width: 580px) {
  .chat {
    height: calc(100vh - 60px);
    top: 58px;
  }
}

.chat .dropdown-toggle::after {
  display: none;
}

.chat .dropdown-toggle i {
  font-size: 22px;
}

.chat .chat-col {
  background: #fff;
}

@media (max-width: 991px) {
  .chat .chat-col {
    position: fixed;
    left: 0;
    top: 58px;
    display: none;
  }
}

.chat .chat-col--open {
  display: block;
}

@media (max-width: 991px) {
  .chat .chat-list-col {
    position: fixed;
    left: 0;
    top: 60px;
  }
}

.chat__header {
  border-bottom: 1px solid #eee;
}

.chat__search {
  padding: 13px 0;
  position: relative;
  padding-right: 15px;
}

.chat__search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #a9aaae;
  position: absolute;
  left: 15px;
  top: 23px;
}

.chat__search input {
  background: rgba(213, 217, 221, 0.5);
  border-radius: 40px;
  height: 44px;
  border: none;
}

@media (max-width: 991px) {
  .chat__search {
    padding-left: 10px;
  }
  .chat__search:before {
    left: 30px;
  }
}

.chat__toggle {
  width: 50%;
  padding: 20px 5px;
  color: #2c3e50;
  font-family: CairoBold;
  border-bottom: 6px solid transparent;
  text-align: center;
  background: #fff;
}

.chat__toggle--active {
  background: #810065;
  color: #fff;
  border-color: #d13084;
}

.chat__toggle--active:hover {
  color: #fff;
}

.chat__ul {
  padding-right: 10px;
  overflow-y: auto;
  height: calc(100vh - 151px);
}

@media (max-width: 991px) {
  .chat__ul {
    height: calc(100vh - 129px);
    padding-left: 10px;
  }
}

.chat__item {
  padding-right: 10px;
  padding-left: 5px;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.chat__item:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.chat__item--active {
  background: #eee;
}

.chat__date {
  color: #a9aaae;
}

.chat .word {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 50%;
  color: #fff;
  background: #333;
  text-align: center;
}

.chat .messanger__header {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 580px) {
  .chat .messanger__header {
    padding: 10px;
  }
}

.chat .messanger__name {
  font-family: CairoBold;
}

.chat .messanger .actions {
  position: relative;
}

.chat .messanger .actions__btn {
  border: none;
  background: none;
  font-size: 18px;
  color: #5f7b8a;
}

.chat .messanger .actions__search, .chat .messanger .actions__select, .chat .messanger .actions__close {
  background: #fff;
  right: -72px;
  top: -4px;
}

.chat .messanger .actions__search input,
.chat .messanger .actions__search select,
.chat .messanger .actions__search .close-btn, .chat .messanger .actions__select input,
.chat .messanger .actions__select select,
.chat .messanger .actions__select .close-btn, .chat .messanger .actions__close input,
.chat .messanger .actions__close select,
.chat .messanger .actions__close .close-btn {
  height: 40px;
  width: 230px;
}

.chat .messanger .actions__search button, .chat .messanger .actions__select button, .chat .messanger .actions__close button {
  font-size: 20px;
  color: #858587;
}

@media (max-width: 580px) {
  .chat .messanger .actions__search, .chat .messanger .actions__select, .chat .messanger .actions__close {
    right: -67px;
    top: -7px;
  }
}

.chat .messanger .actions__close {
  right: 0;
}

.chat .messanger .actions__close .close-btn {
  font-size: 14px;
  width: 171px;
}

.chat .messanger__body {
  padding: 20px;
  overflow: auto;
  height: calc(100vh - 211px);
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .chat .messanger__body {
    height: calc(100vh - 130px);
    padding-bottom: 160px;
  }
}

.chat .messanger__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.chat .messanger__message--user {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chat .messanger__message .date {
  color: #c9c9c9;
  font-size: 13px;
}

.chat .messanger__block {
  padding: 10px;
  max-width: 80%;
  background-color: rgba(213, 217, 221, 0.5);
  border-radius: 10px;
  color: #5f7b8a;
}

.chat .messanger__block--audio {
  background: transparent;
}

.chat .messanger__block--audio audio {
  position: relative;
  right: -8px;
}

@media (max-width: 991px) {
  .chat .messanger__block--audio audio {
    width: 230px;
  }
}

.chat .messanger__block--user {
  background-color: #d13084;
  color: #fff;
}

.chat .messanger__block--user .date {
  color: #c9c9c9;
  font-size: 13px;
}

.chat .messanger__text {
  min-width: 150px;
  font-family: Cairo;
  font-size: 18px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (max-width: 580px) {
  .chat .messanger__text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .chat .messanger__wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
}

.chat .messanger .rdy-res .dropdown-menu {
  min-width: 280px;
}

.chat .messanger .rdy-res li:not(:last-of-type) a {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.chat .messanger .rdy-res .dropdown-item {
  word-break: break-all;
  white-space: pre-wrap;
}

.chat .messanger .res-comm {
  color: #a9aaae;
}

.chat .messanger__send {
  border-top: 1px solid #eee;
  padding: 10px;
}

.chat .messanger__em {
  color: #a9aaae;
  font-size: 22px;
}

.chat .messanger__area, .chat .messanger__select {
  height: 50px;
}

.chat .messanger__select {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.chat .messanger__btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

.chat #emojis {
  right: 0;
  top: -270px;
  display: none;
  position: absolute;
}

.chat #emojis.rdy-res {
  top: 0;
}

.modal-dialog--checkChat {
  max-width: 600px;
}

.modal-dialog--editInfo {
  max-width: 600px;
}

@media (min-width: 576px) {
  .modal-dialog--editInfo {
    margin: 0;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    margin-right: auto;
  }
}

.chat-body .modal-backdrop,
.dir-body .modal-backdrop {
  background: none;
}

.chatInfo .modal-header {
  top: 0;
  background-color: #fff;
  z-index: 5;
}

.chatInfo .modal-footer {
  bottom: 0;
  background: #fff;
}

.users,
.responses,
.pages {
  padding: 20px;
  background: #fff;
}

@media (max-width: 580px) {
  .users,
  .responses,
  .pages {
    padding: 15px;
  }
}

@media (max-width: 580px) {
  .users .btn-p,
  .responses .btn-p,
  .pages .btn-p {
    font-size: 12px !important;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.users header form .btn-p,
.responses header form .btn-p,
.pages header form .btn-p {
  font-size: 15px !important;
  padding-right: 2rem;
  padding-left: 2rem;
}

.users .table-wrapper,
.responses .table-wrapper,
.pages .table-wrapper {
  direction: ltr;
}

.users .table-wrapper .dataTables_info,
.responses .table-wrapper .dataTables_info,
.pages .table-wrapper .dataTables_info {
  text-align: left;
}

.users .table-wrapper .dataTables_filter,
.responses .table-wrapper .dataTables_filter,
.pages .table-wrapper .dataTables_filter {
  direction: rtl;
}

.users .table-wrapper .dataTables_filter input,
.responses .table-wrapper .dataTables_filter input,
.pages .table-wrapper .dataTables_filter input {
  margin-right: 10px;
}

.users .table,
.responses .table,
.pages .table {
  direction: rtl;
}

.users .table__head,
.responses .table__head,
.pages .table__head {
  background: rgba(213, 217, 221, 0.5);
}

.users .table__th, .users .table__td,
.responses .table__th,
.responses .table__td,
.pages .table__th,
.pages .table__td {
  padding: 15px 8px;
  vertical-align: middle !important;
  font-size: 15px;
  white-space: nowrap;
}

.users .table__th,
.responses .table__th,
.pages .table__th {
  font-weight: bold;
  font-size: 14px;
}

.users .table .badge,
.responses .table .badge,
.pages .table .badge {
  width: 15px;
  height: 15px;
}

.users .table .bg-warning,
.responses .table .bg-warning,
.pages .table .bg-warning {
  background: #cddc36 !important;
  color: #fff;
}

.users .table__status,
.responses .table__status,
.pages .table__status {
  width: 26px;
  height: 26px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.users .table__btn,
.responses .table__btn,
.pages .table__btn {
  background: rgba(213, 217, 221, 0.5);
}

.files .remove-file {
  left: 0;
  top: -10px;
}

.checkChat__body {
  padding: 20px;
  overflow: auto;
  height: 400px;
  padding-bottom: 60px;
}

@media (max-width: 580px) {
  .checkChat__body {
    padding-bottom: 20px;
  }
}

.checkChat__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.checkChat__message--user {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checkChat__message .date {
  color: #a9aaae;
  font-size: 13px;
}

.checkChat__block {
  padding: 10px;
  max-width: 80%;
  background-color: rgba(213, 217, 221, 0.5);
  border-radius: 10px;
  color: #5f7b8a;
}

.checkChat__block--user {
  background-color: #d13084;
  color: #fff;
}

.checkChat__block--user .date {
  color: #a9aaae;
  font-size: 13px;
}

.checkChat__text {
  min-width: 150px;
  font-family: Cairo;
  font-size: 18px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (max-width: 580px) {
  .checkChat__text {
    font-size: 14px;
  }
}

.btn-directions {
  width: 45%;
}

@media (max-width: 580px) {
  .btn-directions {
    width: 100% !important;
  }
}

.btn-directions.btn-s {
  font-size: 15px;
}

.settings .btn-p {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  font-size: 16px;
}

.settings .switch-smsm {
  height: 45px;
}

.settings .form-switch input {
  height: 34px;
  width: 5em;
}

.fadeIn {
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal none;
          animation: fadeIn 0.5s ease 0s 1 normal none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */