

.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 #FFFFFF;
  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: #fff !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: #00064f;
  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;
  border: 1px solid white;
}

.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: #00064F;
  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: #00064f;
  color: white;
}

.popup_chat .nav-link {
  display: block;
  padding: .5rem 1rem;
}

.popup_chat .nav-tabs .nav-item.show .nav-link,
.popup_chat .nav-tabs .nav-link.active {
  color: white !important;
  background-color: #1597FF !important
}

.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;
}

.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: #00064F;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  color: white;
}

.chat-type-btn{
  background-color: #1597ff;
  border-radius: 24px;
  padding: 8px 16px;
  color: white;
  font-weight: 900;
  cursor: pointer;
  border: none;
}

.chat-type-btn:hover{
  background-color: white;
  color: black;
}



@keyframes tradeAnim1 {
  0% {
    width: -5px;
  }


  100% {
    width: -54px;
  }
}

.popup_chat::-webkit-scrollbar-track {
  background-color: #00064F !important;
}

.popup_chat::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #15F1FF !important;
}

.popup_chat {
  overflow-y: scroll;
  scrollbar-color: #15F1FF #00064F;
  scrollbar-width: thin !important;
}

.chat-history-holder {
  background: #00064f;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
}

.chat-history-holder p, .chat-history-holder span{
  color: white;
}

.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: #0a6f9b;
  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: #00064F;
  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: fixed;
  bottom: 425px;
  left: 380px;
  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: fixed;
  bottom: 185px;
  left: 385px;
  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;
}