*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::after,
::before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Outfit, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1,
h4 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b {
  font-weight: bolder;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h4,
hr,
p {
  margin: 0;
}
p{
  font-size: 14px !important;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #6d6d6d;
}
button {
  cursor: pointer;
}
embed,
img,
object {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.flex {
  display: flex;
}
.w-10 {
  width: 2.5rem;
}
.w-full {
  width: 100%;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pb-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
* {
  box-sizing: border-box;
}
.main-bg {
  background: url(index_files/petroleos-mexicanos-pemex-foto-especial.jpeg) center center/cover no-repeat;
  height: 100vh;
}
.pattern-bg {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.date {
  width: fit-content;
}
.main-chat {
  background-color: #00000026;
  backdrop-filter: blur(3px);

  -webkit-backdrop-filter: blur(3px);
  width: 40%;
  padding: 0 16px 30px;
  overflow-y: scroll;
  margin: 0 auto;
  flex-grow: 1;
  scroll-behavior: smooth;
}
.main-chat .chat_content {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.left-chat,
.right-chat {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: left;
}
.right-chat {
  justify-content: right;
  flex-direction: row-reverse;
  display: flex;
  width: 100%;
  position: relative;
}
.time {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 12px;
}
.vertical {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  justify-content: left;
  flex-direction: column;
}
.form {
  padding: 24px;
  width: 100%;
}
.form-title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;

  justify-content: center;
  gap: 20px;
}
.form h4 {
  text-align: left;
  margin-bottom: 13px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
}
.form input {
  margin: 5px 0;
  padding: 8px 10px;
  width: 100%;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid #ffffff99;
  background-color: rgba(255, 255, 255, 0.946);
  color: black;
}
.form input::placeholder {
  color: grey;
}
.form button {
  margin-top: 20px;
  padding: 10px 40px;
  width: 100%;
  background: #fff;
  border-radius: 555px;
  color: red;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.form button:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
  box-shadow: 0 1px 4px 0 #00000040;
  background: linear-gradient(180deg, #fff 0, #eed1d7 100%);
}
.nachat {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-chat {
    width: 100%;
  }
}
body {
  font-weight: 400;
}
.date {
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #5c5e62;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.left-chat {
  padding-left: 8px;
  position: relative;
  margin-bottom: 2px;
  padding-right: 20px;
}
.left-chat .chat-block {
  width: 100%;
  display: flex;
  line-height: 1.2;
  flex-direction: column;
  padding: 16px;
  border-radius: 25px 25px 25px 0;
  background: #f9f9f9;
  position: relative;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.left-chat .chat-block:after {
  position: absolute;
  bottom: 6px;
  right: 12px;
  color: #a7a7a7;
  text-align: right;
  font-size: 12px;
}
.vertical {
  padding-left: 8px;
  margin-bottom: 10px;
}
.answer-btn {
  background: #fff;
  padding: 12px 8px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid red;
  border-radius: 12px;
}
.answer-btn:hover {
  border: 2px solid red;
}
.vertical .answer-btn {
  margin-bottom: 6px;
}
.right-chat .chat-block {
  border-radius: 25px 25px 0;
  background: red;
  color: #fff;
  padding: 8px 15px;
  position: relative;
  max-width: 84%;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.time,
.time-right {
  position: absolute;
  bottom: 8px;
  right: 0;
  color: rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.time-right {
  right: 10px;
  bottom: 6px;
  color: rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form {
  margin: 20px auto 0;
  max-width: 480px;
  border-radius: 25px;
  border: 1px solid #dd1860;
  background: red;
  box-shadow: 0 1px 0 0 #0000001f;
  color: #fff;
}
.header {
  width: 40%;
  margin: 0 auto;
  border-bottom: 1px solid #a4a39e;
  border-radius: 25px 25px 0 0;
}
.logo_img {
  border-radius: 50%;
  background: #eceaea;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 12px;
}
footer {
  bottom: 0;
  left: 0;
  width: 40%;
  padding: 10px;
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  border-radius: 0 0 20px 20px;
}
.message-input {
  width: 100%;
  padding: 4px 60px 4px 35px;
  border: none;
  border-radius: 20px;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
}
.attach-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 30px;
  font-weight: 100;
  padding: 0 10px;
  outline: 0;
  color: #888;
  transition: color 0.2s;
  line-height: 1;
}
.attach-file,
.send_btn,
.smile-btn {
  position: absolute;
  right: 7px;
  top: 8px;
  padding: 0;
}
.attach-file {
  right: 37px;
}
.smile-btn {
  left: 2px;
}
.attach-btn img {
  width: 24px;
}
.attach-btn:hover {
  color: #000;
}
.mess_inp_container {
  position: relative;
  flex: 1;
  margin: 0 10px;
}
.online {
  color: #898989;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.024px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .header,
  footer {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 767px) {
  .pattern-bg {
    padding: 20px 0;
  }
}
.active-btn {
  background: red;
  color: #fff;
}
.warn_content {
  font-size: 13px;
  line-height: 15px;
  background: #dffaff;
  color: #618195;
  text-align: center;
  border-radius: 25px;
  padding: 12px;
}
.warn_content img {
  display: inline-block;
  float: left;
}
.iti--allow-dropdown {
  width: 100%;
}
.error {
  border: 2px solid red;
  border-radius: 4px;
}
.chelik {
  display: flex;
  align-items: center;
  gap: 10px;
}
.iti,
.iti.iti--allow-dropdown.iti--separate-dial-code,
[name="phone2"] {
  width: 100%;
}
.iti__country-name,
.iti__selected-dial-code {
  color: black;
}
.iti__selected-flag {
  --r: 0px;
  border-radius: var(--r) 0 0 var(--r);
}
input.error {
  border: 1px solid #ff0 !important;
  color: #ff0 !important;
}
input[name="phone2"] {
  outline: 0;
}
.hide {
  display: none;
}
.chat-block {
  font-size: 14px;
}
