body {
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: bold;
}

.user-avatar {
  margin-left: 30px;
}
.user-avatar a {
  font-size: 16px;
  font-weight: 100;
  color: #fff !important;
  cursor: pointer;
  padding-left: 10px;
}
.user-avatar a:hover {
  text-decoration: none;
}
#userModal .modal-dialog {
  width: 165px !important;
  float: right;
  margin-right: 12em;
  margin-top: 8.2em;
}
.modal-content {
  border-radius: 12px;
}
#userModal a {
  color: #333333;
  font-size: 20px;
  padding-left: 15px;
  cursor: pointer;
}
#userModal a .fa {
  margin-right: 10px;
}
.modal-body {
  padding: 20px !important;
}
#userModal .body-content {
  display: flex;
}
#userModal .body-logout {
  padding-top: 20px;
}
.error-404 {
  text-align: center;
}
.error-404 div {
  font-size: 36px;
  font-weight: bold;
  color: #3a3a3a;
  margin: 20px 0;
}
.error-404 span {
  font-size: 22px;
  color: #7d7d7d;
}
.error-404 span a {
  text-decoration: underline;
  color: #4169e2 !important;
}
.error-404 span a:hover {
  font-weight: bold;
}
.header-logo img {
  padding-right: 80px;
}
.url-link {
  height: 200px;
  background: #fffaf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
.chat-icon {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
.chat-icon img {
  width: 100px;
}
.chat-modal-dialog {
  width: 500px !important;
  position: absolute !important;
  right: 20px;
  bottom: 20px;
  margin: 0 !important;
}
.chat-modal-content {
  border-radius: 20px !important;
}
.chat-modal-title {
  font-size: 25px;
  font-family: "Poppins";
  text-align: center;
  font-weight: 400 !important;
}
.default-message {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.first-admin-message {
  background: rgb(2, 46, 70, 0.05);
  padding: 5px 20px;
  border-radius: 10px;
  line-height: 2;
  margin-top: 10px;
  margin-left: 10px;
  width: 70%;
}
.admin-message {
  background: rgb(2, 46, 70, 0.05);
  padding: 5px 20px;
  border-radius: 10px;
  line-height: 2;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}
.chat-modal-body {
  padding: 0px 0px !important;
}
.modal-footer {
  font-size: 16px;
  color: #7e7e7e;
  text-align: center !important;
}
.modal-footer span {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
}
.chat-login-form {
  display: none;
}
.start-chat-form {
  background: rgb(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  margin-top: 4em;
}
.user-avatar-img {
  display: flex;
  justify-content: center;
}
.user-avatar-img img {
  margin-top: -4em;
  width: 80px;
}
.start-chat-form .chat-user-info {
  height: 60px;
  border-radius: 40px;
  padding: 20px;
  margin-top: 20px;
}
.start-chat-form .checkbox {
  margin-top: 20px;
}
.start-chat-form .checkbox span {
  font-weight: bold;
  font-size: 14px !important;
}
.start-btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 40px;
  border: none;
  margin-top: 40px;
}
.chat-modal-footer {
  border: none !important;
  padding: 0 0 20px 0 !important;
}
.chat-control {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
}
.chat-logout {
  right: 70px;
  top: 30px;
  color: #000;
  display: none;
}
.chatlogout-modal-dialog {
  width: 400px !important;
  position: absolute !important;
  right: 4em;
  bottom: 6em;
  margin: 0 !important;
}
.chat-close {
  right: 40px;
  top: 30px;
  color: #000;
}
.chatlogout-modal-content {
  text-align: center;
  display: grid;
}
.chatlogout-modal-body {
  padding: 50px !important;
}
.chatlogout-modal-body button {
  color: #fff;
  background: #d93311;
  border-radius: 16px;
  height: 60px;
  font-size: 18px;
  border: none;
}
.chatlogout-modal-body span {
  font-size: 20px;
  color: rgb(0, 0, 0, 0.5);
  display: block;
  margin: 20px 0;
}
.chatlogout-close {
  right: 40px;
  top: 30px;
}
.first-message {
  display: none;
}
.chat-input-form {
  height: 60px;
  background: rgb(0, 0, 0, 0.05);
  padding: 0 50px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.chat-input-form textarea {
  width: 100%;
  padding-top: 15px;
  background: none;
  border: none;
  padding-left: 20px;
  height: 55px;
}
.chat-input-form textarea:focus {
  border: none !important;
}
.chat-input-form textarea:focus-visible {
  border: none !important;
}
.chat-input-form textarea:active {
  border: none !important;
}
.send-btn {
  cursor: pointer;
}
.chat-input-form button {
  background: none;
  border: none;
  font-size: 24px;
}
.my-message div {
  background: rgb(2, 46, 70, 0.05);
  padding: 5px 20px;
  border-radius: 10px;
  line-height: 2;
}
.my-message {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 10px;
}
.from-message {
  display: flex !important;
  margin-top: 5px;
}
#chatModal .body-content {
  height: 35vh;
  overflow-y: scroll;
  padding: 0 30px 20px;
}
.chat-modal-header {
  padding: 20px !important;
}
.show-message {
  font-size: 15px !important;
}
.show-message img {
  width: 45px;
}
.get-in-touch {
  text-align: end;
  margin-top: 20px;
}
.GIT-btn {
  color: rgb(31 115 183);
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgb(31 115 183);
  background: #fff;
}
.GIT-btn:hover {
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgb(31 115 183);
  background: rgb(31 115 183);
  font-weight: 300 !important;
}
.live-chat-btn {
  margin-top: 10px;
  color: rgb(31 115 183);
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid rgb(31 115 183);
  background: #fff;
}
.live-chat-btn:hover {
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid rgb(31 115 183);
  background: rgb(31 115 183);
  font-weight: 300 !important;
}
.livechat-btn-group {
  display: none;
}
.welcome-chat {
  margin-top: 20px;
  background: rgb(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .modal-dialog {
    margin-right: 8em;
  }

  .container {
    width: 80vw !important;
  }
  .my-message div {
    padding: 5px 20px;
  }
  .admin-message {
    padding: 5px 20px;
  }
}

@media (max-width: 575px) {
    .chat-modal-dialog {
      width: 400px !important;
      position: absolute !important;
      right: 7px !important;
      bottom: 20px;
      margin: 0 !important;
    }
}

@media (max-width: 480px) {
  #userModal .modal-dialog {
    margin-right: 4em;
    margin-top: 5.2em;
  }
}

@media (max-width: 375px) {
    .chat-modal-dialog {
      width: 375px !important;
      position: absolute !important;
      right: 0px !important;
      bottom: 20px;
      margin: 0 !important;
    }
}
