

.popup_chat .chat-btn .closed {
  display: none
}

.popup_chat .chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
}

#check:checked~.chat-btn {
  display: none;
}

.popup_chat .chat-btn .comment {
  width: 48px;
  height: 48px;
  border: 2px solid #000000;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 12px;
}

.popup_chat .chat-btn i {
  font-size: 22px;
  color: #000000 !important
}




.popup_chat .chat-btn:hover .comment {
  background-color: white;
}

.popup_chat .chat-btn:hover .closed {
  display: block;
}

.popup_chat .chat-btn:hover .opened {
  display: none;
}

.popup_chat .close-btn {
  cursor: pointer;
}



.chat-form-input {
  width: 100%;
  background: #171717;
  border-radius: 20px;
  height: 48px;
  padding: 8px 8px 8px 16px;
}

.chat-form-input input,
.chat-form-input textarea {
  height: 48px;
  background: transparent;
  width: 100%;
  height: 100%;
  color: white;
  border: none;
}

#check:checked~.wrapper {
  display: block;
}

.popup_chat label {
  color: white !important;
}

.popup_chat ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(180, 180, 180) !important;
}

.popup_chat :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(180, 180, 180) !important;
  opacity: 1;
}

.popup_chat ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(180, 180, 180) !important;
  opacity: 1;
}

.popup_chat :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(180, 180, 180) !important;
}

.popup_chat ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(180, 180, 180) !important;
}

.popup_chat ::placeholder {
  /* Most modern browsers support this now. */
  color: rgb(180, 180, 180) !important;
}

.popup_chat h6 {
  color: white;
}

.popup_chat .invalid-feedback {
  color: red !important;
}

.popup_chat .login-btn {
  padding: 12px 16px;
  gap: 10px;
  height: 44px;
  background: #EE9817;
  border-radius: 20px;
  color: white;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}

.popup_chat .login-btn:hover {
  color: black;
  background-color: white;
}

.popup_chat .header {
  background-color: #4B4B4B;
  border-radius: 24px 24px 0px 0px;
  padding: 16px;
  gap: 10px;
  width: 333px;
  height: 55px;
}

.popup_chat .chat-form {
  padding: 15px
}

.popup_chat .chat-form input,
.popup_chat textarea,
.popup_chat button {
  margin-bottom: 10px
}

.popup_chat .chat-form textarea {
  resize: none
}

.popup_chat .form-control:focus,
.popup_chat .btn:focus {
  box-shadow: none
}

.popup_chat .btn,
.popup_chat .btn:focus,
.popup_chat .btn:hover {
  background-color: #d5933f;
  border: #d5933f
}

#check {
  display: none !important
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}


.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.popup_chat li {
  width: 50%;
}

.popup_chat .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 15px;
  background-color: #1E1E1E;
  color: white;
  font-size: 13px;
  text-align: center;
}

.popup_chat .nav-tabs .nav-link:hover{
  background-color: #fff;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white;
  background-color: #EE9817;
}

.popup_chat .chat-body {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.popup_chat .chats {
  padding: 0 !important;
}

.popup_chat .message-list {
  height: 100%;
  overflow-y: scroll;
  padding: 24px 12px 24px 12px;
  scrollbar-width: thin;
}

.message-list p{
  font-size: 14px;
}

.question-category{
  font-size: 14px;
}

.popup_chat .send-btn {
  background-color: #d5933f;
  border-radius: 100%;
  color: white;
  cursor: pointer;
}


.chat-img {
  width: 60px;
  height: 50px;
  border-radius: 25px;
  background-color: #d5933f;
}

.chat-holder {
  cursor: pointer;
}

.chat-holder:hover {
  background-color: #adadad80;
}

.my-accordion {
  padding: 8px;
  background: #1E1E1E;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  color: white;
  cursor: pointer;
}

.chat-type-btn{
  background-color: #d5933f;
  border-radius: 24px;
  padding: 4px 10px;
  color: white;
  font-weight: 900;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

#form_message{
  font-size: 14px;
}

.chat-type-btn:hover{
  background-color: white;
  color: black;
}

@media screen and (max-width: 710px) {
  .popup_chat .wrapper {
    left: 20px;
  }

  .popup_chat .confirm-dialog {
    left: 15px !important;
    bottom: 135px !important;
    z-index: 99999999;
  }

  .popup_chat .message-dialog {
    left: 10px !important;
    bottom: 465px !important;
    z-index: 99999999;
    width: 310px !important;
    height: auto !important;
  }

  .popup_chat .wrapper {
    left: 5px !important;
    bottom: 15px !important;
    z-index: 99999999;
  }
}



.popup_chat::-webkit-scrollbar-track {
  background-color: #1E1E1E;
}

.popup_chat::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #535353;
}

.popup_chat {
  overflow-y: scroll;
  scrollbar-color: #A4A4A4 #1E1E1E;
  scrollbar-width: thin !important;
}

.chat-history-holder {
  background: #1E1E1E;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
}

.chat-history-close {
  border-right: 12px solid #D32F2F;
}

.chat-history-open {
  border-right: 12px solid #EE9817;
}

.my-pointer {
  cursor: pointer;
}

.popup_chat .chat-right {
  border-radius: 12px 12px 0px 12px;
}

.chat-content2 {
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 5px 10px;
  clear: both;
  color: #fff;
  background-color: #e7983c;
  border-radius: 12px 12px 0px 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
}

.chat-left2 .chat-content2 {
  float: left;
  color: white;
  margin: 5px 10px;
  background-color: #8D8D8D;
  border-radius: 12px 12px 12px 0px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
}

.chat-content2 p {
  text-align: justify;
}

.popup_chat .message-dialog {
  position: absolute;
  top: 0px;
  left: 340px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 10px;

  width: 428px;
  height: 64px;
  border-radius: 24px 24px 24px 0px;
  background: #DB5B5B;
}

.popup_chat .message-dialog,
.popup_chat .confirm-dialog {
  color: white !important;
}

.popup_chat .confirm-dialog {
  position: absolute;
  bottom: 205px;
  left: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 323px;
  border-radius: 24px 24px 24px 0px;
  background: #2D2D2D;
}

.popup_chat .confirm-dialog .confirm-header {
  background: #EE9817;
  padding: 16px;
  border-radius: 24px 24px 0px 0px;
}

.popup_chat .confirm-dialog .confirm-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 24px;
  gap: 12px;
}

.popup_chat .confirm-dialog .dialog-btn {
  padding: 12px 16px;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.popup_chat .confirm-dialog .btn-confirm {
  background: #E53935;
  margin: 0;
  margin-top: 15px;
}

.popup_chat .confirm-dialog .btn-decline {
  background: #8D8D8D;
  margin-bottom: 25px;
}

.text-justify {
  text-align: justify !important;
}

.chat-form-input input{
  outline: none !important;
}
.chat-form-input  input:focus{
  outline: none !important;
}

.login-btn{
  border: none !important;
}

.death-img{
  position: fixed;
  left: 0;
  top: 0px;
z-index: 2;
}