@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

body::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #f0f2f5;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

/* antd table */
.ant-table-body::-webkit-scrollbar,
.ant-layout-sider::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
.ant-table-body::-webkit-scrollbar-track,
.ant-layout-sider::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
.ant-table-body::-webkit-scrollbar-thumb,
.ant-layout-sider::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #ffffff;
}

/* set button(top and bottom of the scrollbar) */
.ant-table-body::-webkit-scrollbar-button,
.ant-layout-sider::-webkit-scrollbar-button {
  display: none;
}

/* antd select */
div[class^='Dashboard_main-page']::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
div[class^='Dashboard_main-page']::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
div[class^='Dashboard_main-page']::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #ffffff;
}

/* set button(top and bottom of the scrollbar) */
div[class^='Dashboard_main-page']::-webkit-scrollbar-button {
  display: none;
}

.white-spin .ant-spin-dot-item {
  background-color: #fff;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
    width: 32rem !important;
}

.ant-input[disabled] {
    color: #545454 !important;
}

.ant-select-item-option-active {
    background-color: #dedede !important;
}

/* input */
.ant-input {
    border-color: #b2b2b2;
    color: black !important;
}

.ant-input::placeholder {
    color: #9b9b9b !important;
}

.ant-input:focus {
    border-color: #2D5CF2 !important;
}

/* Remove up/down arrows on input hover */
.ant-input::-webkit-outer-spin-button,
.ant-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ant-input[type=number] {
    appearance: textfield;
}

.ant-input-number .ant-input-number-handler-wrap {
    display: none !important;
}

/* end input */

/* select */
/* .select-error .ant-select-selector {
    border: 1px solid #ff4d4f !important;
} */

/* .ant-select-selector {
    border-color: #b2b2b2 !important;
    color: black !important;
} */

.ant-select-selector::placeholder {
    color: #9b9b9b !important;
}

/* For hover state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #709efa !important;
    color: #709efa !important;
}

/* For selected state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused .ant-select-selector {
    border-color: #709efa !important;
    color: #709efa !important;
}

/* Optional: Active state (when an item is being selected) */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
    border-color: #709efa !important;
}

/* For the arrow icon */
:where(.css-dev-only-do-not-override-jogwa6).ant-select-arrow {
    color: #709efa !important;
}

/* For the arrow icon on hover */
:where(.css-dev-only-do-not-override-jogwa6).ant-select:hover .ant-select-arrow {
    color: #709efa !important;
}

/* For the arrow icon on selected state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused .ant-select-arrow {
    color: #709efa !important;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 32px;
}

.my-select-container .ant-select .ant-select-selector {
    border-radius: 6px;
}

/* end select */
.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    border-color: #b2b2b2 !important;
    /* color: black !important; */
}

.ant-input-affix-wrapper {
    border-color: #b2b2b2 !important;
}

.ant-input-affix-wrapper-focused {
    border-color: #2D5CF2 !important;
}

.ant-select-arrow {
    color: #9b9b9b !important;
}

.ant-picker-range {
    border-color: #b2b2b2 !important;
}

.ant-picker-focused {
    border-color: #2D5CF2 !important;
}

.ant-radio-button-wrapper {
    border-color: #b2b2b2 !important;
}

.ant-radio-button-wrapper-checked {
    border-color: #2D5CF2 !important;
}

/* .ant-radio-inner{
    border-color: #b2b2b2 !important;
}
input[type='radio'], input[type='checkbox']{
    border-color: #2D5CF2 !important;
} */

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
    border-right: 0px solid #f0f0f0;
}

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
    border-right: 4px solid #2D5CF2;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #b2b2b2 !important;
}

/* input */
.ant-dropdown-trigger {
    border-color: #b2b2b2;
    color: black !important;
}

/* end input */

/* button */

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    border-color: #709efa !important;
}

/* end button */


.ant-table-expanded-row {
    z-index: 2 !important;
}

.country-code-select .ant-select-selector {
    border: none !important;
}

/* Target the Input field (phone number) */
.country-code-select .ant-input {
    height: 36px !important;
}


.ant-menu-item-selected {
    color: #2D5CF2 !important;
}

.country-input-main .ant-select-selector,
.country-input-main .ant-input-group {
    border: none !important;
}

.ant-table-row-expand-icon {
    border-radius: 0 !important;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
    color: #2D5CF2 !important;
}

.ant-menu-inline {
    border: none !important;
}

/* .ant-picker-outlined {
    border-color: #b2b2b2 !important;
} */

.ant-picker-focused {
    border-color: #2D5CF2 !important;
}

.ant-picker-outlined:hover {
    border-color: #2D5CF2 !important;

}

table {
    border: none;
}

.ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container {
    border: none !important;
}

/* .ant-table-wrapper .ant-table-tbody>tr:last-of-type>td {
    border-bottom: none !important;
} */

.ant-table-wrapper .ant-table-tbody>tr>td:last-child {
    border-right: none !important;
}

/* .ant-table-wrapper .ant-table-thead>tr>th:last-child {
    border-right: none !important;
} */

.ant-table-wrapper .ant-table-summary>tr>td:last-child {
    border-right: none !important;
}

/* conflicting */
.ant-table-wrapper .ant-table-pagination.ant-pagination {
    border-top: 1px solid #f0f0f0;
    margin: 0px !important;
    padding: 16px 12px;
}

/* button */

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    border-color: #709efa !important;
}

/* end button */

:where(.css-dev-only-do-not-override-1z4kts).ant-tag {
    margin-inline-end: 0px;
}

:where(.css-mjisrn).ant-tag {
    margin-inline-end: 0px;
}

.ant-popover {
    position: fixed !important;
    z-index: 1050 !important;
}

.custom-no-padding-modal .ant-modal-content {
    padding: 0 !important;
}

/* ant tabs */
.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
    padding: 0px 0px 8px 0px;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more {
    display: none
}

.ant-tabs .ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 24px;
}

.ant-tabs .ant-tabs-tab {
    padding: 0px 0px 8px 0px;
}

/* antd button */
.ant-btn-primary {
    color: #fff;
    background: #2D5CF2;
    box-shadow: 0 2px 0 rgba(5, 122, 255, 0.06);
}

.ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 0px 12px;
    border-radius: 6px;
}

.ant-btn-sm {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 28px;
    padding: 0px 8px;
    border-radius: 4px;
}

.ant-btn-default.ant-btn-dangerous {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

.ant-btn:not(.ant-btn-sm):not(.ant-btn-icon-only)>.ant-btn-icon.ant-btn-loading-icon,
.ant-btn:not(.ant-btn-sm):not(.ant-btn-icon-only)>.ant-btn-icon:not(:last-child) {
    margin-inline-end: 8px;
}

.ant-btn.ant-btn-sm:not(.ant-btn-icon-only)>.ant-btn-icon.ant-btn-loading-icon,
.ant-btn.ant-btn-sm:not(.ant-btn-icon-only)>.ant-btn-icon:not(:last-child) {
    margin-inline-end: 6px;
}

.ant-btn-primary.ant-btn-background-ghost {
    color: #2D5CF2;
    background: transparent;
    border-color: #2D5CF2;
    box-shadow: none;
}

.ant-btn-sm.ant-btn-icon-only {
    width: 32px;
}


/* table  */
.no-hover-row:hover>td {
    background: inherit !important;
}

.ant-card:not(.ant-card-bordered) {
    box-shadow: none;
}

/* Position Frill badge on feedback button */
.Frill_Badge--count {
    margin-right: 10px !important;
}

.ant-segmented {
    background-color: #d9d9d9;
}
.ant-menu-light.ant-menu-root.ant-menu-vertical {
  border-inline-end: none;
}

.ant-float-btn {
  width: fit-content;
  min-width: 40px;
}

.custom-table .ant-table-body {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For IE/Edge */
}

.custom-table .ant-table-body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari */
}

.loader_entry{
    position: fixed;
    top: 0;
    left: 0;
    z-index:1000;
    width:100vw;
    height: 100vh;
    background-color: #ffffff99;
    display: flex;
    justify-content: center;
    align-items: center;

}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2D5CF2;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* Define fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
.Outsource_outsource-container__YXckj {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.Outsource_search-input__hiWqb {
    width: 408px;
}

.Outsource_edit-delete-btn__1ntm- {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.Outsource_for-relative-box__XRAv0 {
    position: relative;
}

.Outsource_lab-name-modal__rANSS {
    background: #fff;
    margin: 4px 0;
    position: absolute;
    width: 300px;
}

.Outsource_outsource-lab-name__0-2BW {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 3px 10px;
}

.Outsource_outsource-lab-name__0-2BW:hover {
    background-color: #D9D9D9;
}

/* Labwise */
.Outsource_labwise-container__6pAc9 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 12px 4px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.Outsource_input-box-ccontaier__SfatS {
    margin-left: 8px;
}

.Outsource_lab_name_styles__pHrWy {
    padding: 2px 10px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Outsource_lab_name_styles__pHrWy>div:first-child {
    color: rgba(0, 0, 0, 0.85);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.Outsource_lab_name_styles__pHrWy>div:last-child {
    color: rgba(0, 0, 0, 0.85);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.Outsource_lab_name_styles__pHrWy:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.Outsource_lab-name-wrapper__RB9I5 {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.Outsource_lab-name-wrapper__RB9I5::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.receipt-view-modal .ant-modal-body {
  max-height: 600px;
  overflow-y: auto;
}

.receipt-view-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.test-list {
    width: 300px;
    margin: auto;
}

.gap-area {
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.gap-area:hover {
    background-color: #f0f0f0;
}

.page-break-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* index.css */
.gap-container {
    position: relative;
    cursor: pointer;
    transition: height 0.3s ease;
}

.gap-container:hover {
    height: 50px;
}

.page-break-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gap-container:hover .page-break-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* ─── Animations ─────────────────────────────────────────────── */
@keyframes SupportChatbot_bounce__Ta-bn {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes SupportChatbot_pulse__HqOki {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes SupportChatbot_fadeIn__TlXYn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── Root container ─────────────────────────────────────────── */
.SupportChatbot_chatbotContainer__fF2\+X {
  width: 400px;
  height: 580px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* ─── Header ─────────────────────────────────────────────────── */
.SupportChatbot_chatbotHeader__hjIju {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #2d5cf2;
  flex-shrink: 0;
  cursor: grab;
}

.SupportChatbot_headerIconCircle__ZXYg9 {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.SupportChatbot_headerInfo__F\+PF7 {
  flex: 1 1;
}

.SupportChatbot_headerTitle__BHRrJ {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.2px;
}

.SupportChatbot_headerStatusRow__GZ7dR {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.SupportChatbot_headerOnlineDot__e4WLT {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #52c41a;
  flex-shrink: 0;
}

.SupportChatbot_headerSubtitle__E8UAj {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

/* ─── Language picker ────────────────────────────────────────── */
.SupportChatbot_langPickerRelative__DxNp7 {
  position: relative;
}

.SupportChatbot_langPickerBtn__Xmzab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #2d5cf2;
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: box-shadow 0.2s;
}

.SupportChatbot_langPickerBtn__Xmzab:hover {
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.SupportChatbot_langDropdownOverlay__MQ\+La {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.SupportChatbot_langDropdown__9LATz {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  z-index: 50;
  min-width: 210px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 4px 0;
}

.SupportChatbot_langDropdownHeader__XDK7b {
  padding: 8px 12px;
  border-bottom: 1px solid #d9d9d9;
}

.SupportChatbot_langDropdownLabel__JKLAd {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #bfbfbf;
  margin: 0;
}

.SupportChatbot_langOption__mRvOq {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #1f1f1f;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.2s;
  text-align: left;
}

.SupportChatbot_langOption__mRvOq:hover {
  background-color: #f5f5f5;
}

.SupportChatbot_langOptionActive__1tnYL {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border: none;
  background-color: #f0f6ff;
  color: #2d5cf2;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.2s;
  text-align: left;
}

.SupportChatbot_langCheckActive__7Unkz {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #2d5cf2;
  color: #ffffff;
  border: none;
}

.SupportChatbot_langCheckInactive__vLhKV {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  border: 2px solid #d9d9d9;
}

.SupportChatbot_langOptionNativeLabel__EvtwF {
  flex: 1 1;
  text-align: left;
}

.SupportChatbot_langOptionEnLabel__SwCmv {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #bfbfbf;
}

/* ─── Tabs ───────────────────────────────────────────────────── */
.SupportChatbot_tabsBar__2glOd {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  flex-shrink: 0;
}

.SupportChatbot_tabBtn__w3HWc {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #bfbfbf;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
}

.SupportChatbot_tabBtn__w3HWc:hover {
  background-color: #f5f5f5;
  color: #1f1f1f;
}

.SupportChatbot_tabBtnActive__zHKcM {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #2d5cf2;
  background-color: #ffffff;
  color: #2d5cf2;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
}

/* ─── Content area ───────────────────────────────────────────── */
.SupportChatbot_contentArea__lMkRr {
  flex: 1 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}

.SupportChatbot_contentArea__lMkRr::-webkit-scrollbar {
  width: 4px;
}

.SupportChatbot_contentArea__lMkRr::-webkit-scrollbar-track {
  background: transparent;
}

.SupportChatbot_contentArea__lMkRr::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}

/* kept for backward compat if referenced elsewhere */
.SupportChatbot_chatMessagesContainer__6jmvt {
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}

.SupportChatbot_chatMessagesContainer__6jmvt::-webkit-scrollbar {
  width: 4px;
}

.SupportChatbot_chatMessagesContainer__6jmvt::-webkit-scrollbar-track {
  background: transparent;
}

.SupportChatbot_chatMessagesContainer__6jmvt::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}

/* ─── Chat messages list ─────────────────────────────────────── */
.SupportChatbot_chatMessagesList__MrYoi {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

/* ─── Typing indicator ───────────────────────────────────────── */
.SupportChatbot_typingWrapper__lhdwR {
  display: flex;
  align-items: center;
  gap: 8px;
}

.SupportChatbot_typingBotIcon__xClCz {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #2d5cf2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.SupportChatbot_typingBubble__7aAdE {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.SupportChatbot_typingDotsRow__s\+A8k {
  display: flex;
  gap: 4px;
}

.SupportChatbot_bounceDot__92lXq {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bfbfbf;
  animation: SupportChatbot_bounce__Ta-bn 1s infinite;
}

.SupportChatbot_typingContent__hOLgZ {
  display: flex;
  align-items: center;
  gap: 10px;
}

.SupportChatbot_typingPhrase__jL64A {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  font-style: italic;
  animation: SupportChatbot_fadeIn__TlXYn 0.3s ease;
  white-space: nowrap;
}

.SupportChatbot_pulseDot__oQR1s {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d5cf2;
  animation: SupportChatbot_pulse__HqOki 1.2s ease-in-out infinite;
}

/* ─── Chat input ─────────────────────────────────────────────── */
.SupportChatbot_chatInputWrapper__W2q1P {
  padding: 12px;
  border-top: 1px solid #d9d9d9;
  flex-shrink: 0;
}

.SupportChatbot_chatAttachmentsBar__uKPlc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 4px;
}

.SupportChatbot_chatInputRow__p7Vzz {
  display: flex;
  align-items: center;
  gap: 8px;
}

.SupportChatbot_chatInput__C9sz7 {
  flex: 1 1;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #1f1f1f;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  transition: border-color 0.2s;
}

.SupportChatbot_chatInput__C9sz7:focus {
  outline: none;
  border-color: #2d5cf2;
  box-shadow: none;
}

.SupportChatbot_attachBtn__fnjKY {
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #bfbfbf;
  transition: all 0.2s;
  cursor: pointer;
}

.SupportChatbot_attachBtn__fnjKY:hover {
  color: #1f1f1f;
  background-color: #f5f5f5;
}

.SupportChatbot_sendBtn__6uPjU {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #2d5cf2;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.SupportChatbot_sendBtn__6uPjU:hover:not(:disabled) {
  background-color: #1a4ad4;
}

.SupportChatbot_sendBtn__6uPjU:disabled {
  background-color: #e0e0e0;
  color: #bfbfbf;
  cursor: not-allowed;
}

/* ─── Ticket form ────────────────────────────────────────────── */
.SupportChatbot_quickOption__aKC4r {
  padding: 5px 12px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  color: #595959;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s;
}

.SupportChatbot_quickOption__aKC4r:hover {
  border-color: #2d5cf2;
  color: #2d5cf2;
  background-color: #f0f6ff;
}

.SupportChatbot_quickOptionActive__nLmPF {
  padding: 5px 12px;
  border-radius: 16px;
  border: 1px solid #2d5cf2;
  background-color: #f0f6ff;
  color: #2d5cf2;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s;
}

.SupportChatbot_submitBtn__HV224 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background-color: #2d5cf2;
  color: #ffffff;
  border-radius: 6px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.SupportChatbot_submitBtn__HV224:hover:not(:disabled) {
  opacity: 0.9;
}

.SupportChatbot_submitBtn__HV224:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.SupportChatbot_dropzone__XqTTz {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px dashed #D6E4FF;
  background-color: #FAFCFF;
  transition: all 0.2s;
  cursor: pointer;
}

.SupportChatbot_dropzone__XqTTz:hover {
  border-color: #2d5cf2;
  background-color: #EEF3FF;
}

.SupportChatbot_raiseAnotherBtn__Kfi1I {
  margin-top: 24px;
  padding: 10px 24px;
  background-color: #2d5cf2;
  color: #ffffff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.SupportChatbot_raiseAnotherBtn__Kfi1I:hover {
  opacity: 0.9;
}

/* ─── Ticket list ────────────────────────────────────────────── */
.SupportChatbot_ticketCard__jB4w5 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  transition: box-shadow 0.2s;
}

.SupportChatbot_ticketCard__jB4w5:hover {
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}

/* ─── File attachment ────────────────────────────────────────── */
.SupportChatbot_removeBtn__2bpai:hover {
  color: #ff4d4f;
}

.SupportChatbot_removeImgBtn__e1VIo:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Define fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
