.elementor-94373 .elementor-element.elementor-element-4d66b54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-94373 .elementor-element.elementor-element-ab28235{width:100%;max-width:100%;}body.elementor-page-94373:not(.elementor-motion-effects-element-type-background), body.elementor-page-94373 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A14;}@media(min-width:768px){.elementor-94373 .elementor-element.elementor-element-4d66b54{--content-width:544px;}}@media(max-width:1366px){.elementor-94373 .elementor-element.elementor-element-ab28235{width:initial;max-width:initial;}}@media(max-width:767px){.elementor-94373 .elementor-element.elementor-element-ab28235{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-ab28235 */.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: rgba(10,10,20,1);
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: rgba(35,35,45,1);
  color: rgba(245,245,255,0.5);
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background-color: rgba(10,10,20,1);
}

.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 10px;
  background: rgba(75,0,255,1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 450px;
  padding: 16px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, rgba(35, 35, 45, 0.5), rgba(35, 35, 45, 0));
  color: rgba(245,245,255,1);
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Poppins", Sans-Serif;
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: rgba(245,245,255,0.5);
}

.msg-info-name {
  margin-right: 16px;
  font-weight: 400;
  color: rgba(245,245,255,0.75);
}
.msg-info-time {
  font-size: 0.75rem;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background-image: linear-gradient(270deg, rgba(75, 0, 255, 0.5), rgba(75, 0, 255, 0));

  color: rgba(245,245,255,1);
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 0 0 0 8px;
}

.msger-inputarea {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: rgba(35,35,45,0);
}

.container-msg {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
  background: rgba(35,35,45,0);
  padding: 16px;
  flex-wrap: wrap;
}

.msgs-send {
  display: flex;
  gap: 16px;
  padding: 0;
  background: rgba(35,35,45,0);
}

.msger-input {
  flex: 1;
  background-color: rgba(35,35,45,1) !important;
  border-radius: 0 !important;
  color: rgba(245,245,255,1) !important;
}

button.msger-send-btn {
    cursor: pointer;
    margin-top: 0px !important;
    border-style: solid !important;
    border-width: 0 0 8px 0 !important;
    border-color: rgba(245,245,255,0.15) !important;
    background-image: linear-gradient(90deg, rgba(150, 100, 255, 0.05), rgba(150, 150, 255, 0.5)) !important;
    background-size: 200% !important;
    background-position: 100% 0% !important;
    background-color: rgba(150, 150, 255, 0) !important;
    transition: 0.25s !important;
    color: rgba(245,245,255,1) !important;
    box-shadow: 0 0 32px 0 rgba(0,0,10,0.25);
    border-radius: 16px;
    padding: 16px 24px;
}

button.msger-send-btn:hover {
    border-color: rgba(245,245,255,0.05) !important;
    margin-top: 4px !important;
    border-width: 0 0 4px 0 !important;
    background-position: 0% 0% !important;
    background-color: rgba(150, 150, 255, 0) !important;
    transition: 0.25s  !important;
    color: rgba(245,215,180,1)  !important;
}

div.msger-send-btn {
    display: flex;
    align-items: center;
    width: 100%;
}

div.msger-send-btn input {
    display: none;
}

div.msger-send-btn label {
    cursor: pointer;
    margin-top: 0px !important;
    border-style: solid !important;
    border-width: 0 0 8px 0 !important;
    border-color: rgba(245,245,255,0.15) !important;
    background-image: linear-gradient(90deg, rgba(150, 100, 255, 0.05), rgba(150, 150, 255, 0.5)) !important;
    background-size: 200% !important;
    background-position: 100% 0% !important;
    background-color: rgba(150, 150, 255, 0) !important;
    transition: 0.25s !important;
    color: rgba(245,245,255,1) !important;
    box-shadow: 0 0 32px 0 rgba(0,0,10,0.25);
    border-radius: 16px;
    padding: 16px 24px;
    width: 100%;
}

div.msger-send-btn:hover label {
    border-color: rgba(245,245,255,0.05) !important;
    margin-top: 4px !important;
    border-width: 0 0 4px 0 !important;
    background-position: 0% 0% !important;
    background-color: rgba(150, 150, 255, 0) !important;
    transition: 0.25s  !important;
    color: rgba(245,215,180,1)  !important; 
}

div.msger-send-btn label:hover {
    background-color: rgba(255, 0, 0, 1);
    box-shadow: none;
}

div.msger-send-btn input:checked~label {
    background-color: rgba(255, 0, 0, 1);
    box-shadow: none;
}


.msgs-interactions {
    display: none;
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.container-msg-email,
.container-msg-phone,
.container-msg001,
.container-msg002,
.container-msg003,
.container-msg004,
.container-msg005,
.container-msg006,
.container-msg007,
.container-msg008,
.container-msg009,
.container-msg010
{
  display: none;
}/* End custom CSS */