
.header-container {
  background: #fff;
  padding: 10px 0;
}

nav {
  background: #fff;
}

.nav_logo img {
  width: 40px;
}

nav {
  padding: 20px 15px;
  width: 275px;
  right: -275px;
}

nav .dropdown .dropdown-toggle::after {
  top: 15px;
  position: absolute;
  right: 0;
}
nav .dropdown-menu {
  border-radius: 0 !important;
  border: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  min-width: 100%;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  padding: 7px 10px;
  margin: 0;
}
nav .dropdown-menu .dropdown-item {
  font-size: 15px !important;
  padding: 0px 10px;
  margin: 0;
  line-height: 35px;
  position: relative;
}
nav .dropdown-menu .dropdown-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  width: 7px;
  height: 1px;
  background: #000;
}

#logo-text {
  color: #000;
  font-size: 16px;
  margin: 0 0 0 15px;
}

.close-toggle {
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ABB2BB;
  border-radius: 20px;
  top: 10px;
}

.nav_list {
  padding: 0;
}
.nav_list li {
  margin: 0 0 10px 0 !important;
}
.nav_list li a {
  padding: 0;
  color: #000;
  font-size: 16px;
  
}
.nav_list li.logoutMain {
  border-top: 1px solid #D5D8DB;
  padding: 25px 0 0;
}

.error p {
  color: var(--Error, #F44);
}

.modal-content {
  border: none;
  border-radius: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}

.table {
  background: none;
  box-shadow: none;
  border: none;
}
.table thead tr th {
  color: #fff;
  
  font-size: 16px;
  white-space: nowrap;
  font-style: normal;
  line-height: 12px;
  border-bottom: 0.8px solid #767171 !important;
}
.table tbody tr td {
  color: #fff;
  
  font-size: 13px;
  border-bottom: 0.8px solid #767171 !important;
}

.dark-table thead tr th {
  color: #000;
}
.dark-table tbody tr td {
  color: #000;
}

.no-border-table tbody tr td {
  border: none !important;
}

.annoucement-table tbody tr th,
.annoucement-table tbody tr td {
  position: relative;
}
.annoucement-table tbody tr th:nth-child(1),
.annoucement-table tbody tr td:nth-child(1) {
  padding-left: 16px;
}

.unread {
  width: 9px;
  height: 9px;
  background: #f00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
}

.disabled {
  color: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(90deg, #CBFF5C 0%, #F4F40B 50%, #F5FAE8 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.modal-close-absolute.close-filter {
  position: fixed;
  bottom: 0;
}

.custom-modal-content {
  padding-left: 0;
  padding-right: 0;
}
.custom-modal-content .modal-body {
  max-height: 60vh;
  overflow: auto;
}

input:-internal-autofill-selected {
  background: none !important;
}

.capitalise {
  text-transform: capitalize;
}

.filterForm {
  margin: 0 0 30px;
}

.btn {
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
}

.btnPrimary, .primary-btn {
  background: var(--primary-color);
  color: #FFF;
}
.btnPrimary:hover, .btnPrimary:focus, .btnPrimary:visited, .btnPrimary:active, .primary-btn:hover, .primary-btn:focus, .primary-btn:visited, .primary-btn:active {
  color: #fff;
}

.btnPrimary, .primary-btn {
  background: var(--primary-color);
  color: #FFF;
}
.btnPrimary:hover, .btnPrimary:focus, .btnPrimary:visited, .btnPrimary:active, .primary-btn:hover, .primary-btn:focus, .primary-btn:visited, .primary-btn:active {
  color: #fff;
}

.largeBtn {
  height: 60px;
}

.landing_footer {
  padding: 0 20px 10px;
  text-align: center;
  color: var(--secondary-color);
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  font-weight: var(--weight-Regular, 450);
  line-height: var(--line-height--1, 16px);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.Maintanence-banner {
  background: var(--primary-color);
  min-height: 100vh;
  position: relative;
  padding-bottom: 40px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card_img {
  margin: 0 0 -35px;
  position: relative;
  z-index: 2;
}
.Maintanence-banner .maintenance_card_main .maintenance_card {
  border: var(--Stroke-Thin, 1px) solid var(--Grey-1, #CCC);
  background: var(--primary-featured-content--strong, #FFF);
  border-radius: var(--radius-level-0, 26px);
  -webkit-border-radius: var(--radius-level-0, 26px);
  -moz-border-radius: var(--radius-level-0, 26px);
  -ms-border-radius: var(--radius-level-0, 26px);
  -o-border-radius: var(--radius-level-0, 26px);
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 50px 20px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card .maintanence-span img {
  max-width: 125px;
  width: 100%;
  margin: 0 auto 25px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card .maintanence-span h2 {
  color: var(--primary-featured-content--light, #B4A2F6);
  text-align: center;
  font-family: var(--secondary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.28px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card .Maintanence-paragraph p {
  color: #505963;
  text-align: center;
  
  font-size: 16px;
  font-style: normal;
  line-height: var(--line-height-0, 20px); /* 142.857% */
}

footer {
  border: none;
  background: #fff;
}
footer .footerMenuList {
  max-width: 575px;
}
footer .footerMenuList .footerMenuSingle a {
  padding: 10px 0;
}
footer .footerMenuList .footerMenuSingle a::after {
  background: #DFE1E4;
}
footer .footerMenuList .footerMenuSingle a .footerMenu {
  color: #505963;
  text-align: center;
  
  font-size: 11px;
  font-style: normal;
  line-height: 12px;
}
footer .footerMenuList .footerMenuSingle .active::after {
  background: var(--primary-color);
}
footer .footerMenuList .footerMenuSingle .active .footerMenu {
  color: var(--primary-color);
}

.btnCommon {
  
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 13px;
}

.mediumBtn {
  height: 44px;
}

.btnBordered-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: none;
}
.btnBordered-primary:hover, .btnBordered-primary:focus, .btnBordered-primary:visited, .btnBordered-primary:active {
  color: var(--primary-color);
}

.btnBordered-white {
  background: none;
}

.page_name_header .page_name a {
  
  color: #000;
  font-size: 16px;
}
.page_name_header .page_name img {
  width: 21px !important;
}

.o-visible {
  overflow: visible;
}

.usdHeadMain {
  border-bottom: 1px solid #D5D8DB;
  padding: 20px 0;
  margin: 0 0 20px;
}
.usdHeadMain .usdSubTitle {
  color: var(--primary-featured-content--strong, #FFF);
  
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 15px;
}
.usdHeadMain .usdTitle {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: var(--secondary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.28px;
}

.usdContentMain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.usdContentMain .usdContentSingle {
  width: 49%;
}
.usdContentMain .usdContentSingle h5 {
  color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 13px;
}
.usdContentMain .usdContentSingle h2 {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: var(--secondary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.28px;
}

.mw-auto {
  min-width: auto;
}

.card-main-head {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D8DB;
  padding: 0 0 15px;
}
.card-main-head .head {
  color: var(--primary-color);
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.subTotalCard {
  padding: 24px;
  background: #967EEC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.subTotalCard h4 {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  
  line-height: 20px;
  width: 50%;
}

.filterRight {
  position: fixed;
  right: -300px;
  width: 300px;
  padding: 30px 20px;
  top: 0;
  background: #fff;
  bottom: 0;
  z-index: 999;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.filterRight .filterHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D8DB;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.filterRight .filterHeader h6 {
  margin: 0;
  color: #7634E3;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.filterRight .filterHeader .filterClose {
  width: 40px;
  border: none;
  background: none;
}
.filterRight .filterHeader .filterClose img {
  width: 100%;
}

.filterOn {
  right: 0;
}

#datepicker {
  background: url(../images/piggy_images//icons/down-arrow.svg) 100% 6px no-repeat;
}

.wallet-input-area {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
.wallet-input-area span {
  margin: 0 0 1px;
  font-size: 16px;
  
}
.wallet-input-area .form-control {
  padding-bottom: 0;
}

.rate-cont {
  color: #8D96A2;
  text-align: right;
  
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 15px;
}

.btn-mt {
  margin-top: 80px;
}

.flex-items p:nth-child(1) {
  margin: 0 0 10px;
  text-transform: capitalize;
  color: #fff;
  
}
.flex-items p:nth-child(2) {
  
  font-size: 26px;
}

.card-heading {
  
  color: var(--secondary-color);
  font-size: 16px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #D5D8DB;
}

.announcementHeader .announcementDate {
  color: #000;
  font-weight: 500;
  margin: 0 0 15px;
  
}
.announcementHeader .announcementHeading {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  
  line-height: 22px;
}

.announcementHeader {
  border-bottom: 1px solid #AAAAAA;
  
}

.announcementContents p {
  color: #000;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.supportChatMain .supportChatSingle:nth-child(even) {
  flex-direction: row;
}
.supportChatMain .supportChatSingle:nth-child(even) article {
  align-items: flex-start;
}
.supportChatMain .supportChatSingle:nth-child(even) article .chatContent {
  background: #fff;
}
.supportChatMain .supportChatSingle article .date {
  color: #000;
  text-align: left;
}
.supportChatMain .supportChatSingle article .chatContent {
  background: #fff;
}
.supportChatMain .supportChatSingle article .chatContent p {
  color: #000;
  
}
.supportChatMain .user-chat {
  padding-right: 10px;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
}

.supportChatMain {
  max-height: 350px;
}

.chatTypeArea {
  border: 1px solid #000000;
  background: none;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}
.chatTypeArea .chatType {
  padding: 17px 15px;
  background: none;
  border: none;
  color: #000;
  height: 52px;
}
.chatTypeArea button {
  height: 52px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.nodataMain {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
}
.nodataMain img {
  width: 70px;
}

.dropdown-menu {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.dropdown-menu .dropdown-item {
  padding: 0 15px !important;
}
.dropdown-menu .dropdown-item:hover {
  background: var(--secoondary-color) !important;
}

.form-group .customSelect {
  position: relative;
  padding-right: 15px;
}
.form-group .customSelect::after {
  position: absolute;
  content: "";
  right: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  pointer-events: none;
}
.form-group .customSelect select {
  appearance: none;
  min-width: 35px;
  color: var(--primary-color) !important;
}

.redDot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #f00;
  margin: 0 0 0 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.max-btn {
  background: none;
  border: none;
  font-size: 16px;
  color: var(--primary-color);
  
}

.details {
  background: #C2B8F2;
}

.wallet-containerss-2 {
  margin-top: 2.5rem;
}

.walletHeadIcon,
.dollorIcon {
  top: -50px;
}
.walletHeadIcon img,
.dollorIcon img {
  width: 120px;
}

.capitalBalanceAlignment .wallet-left {
  padding-right: 30px;
}

.form-dropdown .dropdown {
  position: relative;
}
.form-dropdown .dropdown .dropdown-toggle {
  border-radius: 0;
  padding: 10px 0;
  min-height: auto;
  color: #000;
  background: none;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.form-dropdown .dropdown .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .form-dropdown .dropdown .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .show > .form-dropdown .dropdown .dropdown-toggle:focus, .form-dropdown .dropdown .dropdown-toggle:hover, .form-dropdown .dropdown .dropdown-toggle:focus, .form-dropdown .dropdown .dropdown-toggle:visited, .form-dropdown .dropdown .dropdown-toggle:active {
  outline: none;
  border: none;
  box-shadow: none;
  background: none !important;
  color: #000;
}
.form-dropdown .dropdown .dropdown-toggle::after {
  border: 2px solid #000;
  right: 10px;
  position: absolute;
  top: 17px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
}
.form-dropdown .dropdown-menu {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  background: #fff;
  color: #000;
}
.form-dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 8px 13px !important;
  margin: 0;
}
.form-dropdown .dropdown-menu.show {
  width: 100%;
  min-width: 100%;
}

.welcome_pages {
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 30px 22px;
}

.logo_area {
  text-align: center;
  margin: 20px 0 50px;
}

.curved_card {
  background: #fff;
  border: 1px solid #CCC;
  padding: 30px 22px;
  max-width: 567px;
  margin: 0 auto;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}
.curved_card .card_heading {
  color: #505963;
  font-size: 16px;
  font-style: normal;
  
  line-height: 20px;
  margin: 0 0 20px;
}
.curved_card p {
  color: #505963;
  
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  margin: 0 0 20px;
}
.curved_card .small-para {
  font-size: 16px;
  line-height: 18px;
  color: #8D96A2;
}

.skip {
  text-align: center;
  padding: 30px 0;
}
.skip a {
  font-size: 16px;
  color: #7C3AED;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}

.copyright_footer {
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0 0;
  color: #B4A2F6;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  
}

.darkRadio .radio-container span {
  color: #000;
  color: var(--primary-featured-state-layer-fill, #000);
  font-family: var(--primary-font-semi-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.darkRadio .radio-container .checkmark {
  width: 18px !important;
  height: 18px !important;
}
.darkRadio .radio-container input:checked ~ .checkmark {
  border-color: var(--primary-color) !important;
}
.darkRadio .radio-container input:checked + .checkmark + span {
  color: #000000;
}

.text-light-blue {
  color: #B4A2F6 !important;
}

.mid-container {
  max-width: 567px;
  margin: 0 auto;
}

.back_link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  gap: 8px;
  
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.back_link a img {
  width: 17px;
}

.dotted-loader .loader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 120px;
  margin: 0 auto 20px;
}
.dotted-loader .loader div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: fade 1.5s infinite ease-in-out;
}
.dotted-loader .loader div:nth-child(1) {
  background-color: #FDE3E3;
  animation-delay: 0s;
}
.dotted-loader .loader div:nth-child(2) {
  background-color: #FCD4D4;
  animation-delay: 0.2s;
}
.dotted-loader .loader div:nth-child(3) {
  background-color: #F9BFBF;
  animation-delay: 0.4s;
}
.dotted-loader .loader div:nth-child(4) {
  background-color: #F49D9D;
  animation-delay: 0.6s;
}
.dotted-loader .loader div:nth-child(5) {
  background-color: #EC5D5D;
  animation-delay: 0.8s;
}
.dotted-loader .loader div:nth-child(6) {
  background-color: #A12A2A;
  animation-delay: 1s;
}
@keyframes fade {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.loading_content {
  text-align: center;
  padding: 100px 0;
}
.loading_content figure {
  margin: 0 0 30px;
}
.loading_content .loading_heading {
  color: #1FD396;
  text-align: center;
  font-family: var(--secondary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 30px;
  letter-spacing: -0.28px;
}

.blue-head {
  color: #B4A2F6;
  text-align: center;
  
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.scroll_box_main {
  border: 1px solid #ABB2BB;
  background: #FFF;
  padding: 16px 5px 16px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.scroll_box {
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
  /*width*/
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll_box::-webkit-scrollbar {
  width: 5px;
}
.scroll_box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll_box::-webkit-scrollbar-thumb {
  background: #DFE1E4 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.scroll_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.head_04 {
  color: #000;
  
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.head_05 {
  color: #000;
  
  font-size: 13px;
  font-style: normal;
  line-height: 24px;
}

.chat_link {
  position: fixed;
  bottom: 80px;
  right: 10px;
}
.chat_link a {
  display: inline-block;
}

.chat-container {
  padding: 20px 20px 0;
  min-height: calc(100vh - 129px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.chat-container .chat_content_area {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  padding-bottom: 20px;
}
.chat-container .chat_footer_area .chat_footer {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
}
.chat-container .chat_footer_area .chat_footer .chat_input {
  flex-grow: 1;
  border: 1px solid #8D96A2;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  
  font-size: 13px;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.chat-container .chat_footer_area .chat_footer .chat_send_btn {
  width: 50px;
  border: none;
}
.chat-container .chat_footer_area .chat_footer .chat_send_btn img {
  width: 100%;
}

.center_content {
  align-items: center;
  display: flex;
}

.chat_welcome_text {
  color: #B4A2F6;
  text-align: center;
  font-family: var(--secondary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.28px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.greyscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
}

.chat_right_main {
  display: flex;
  justify-content: flex-end;
}
.chat_right_main .chat_right {
  background: var(--neutral-supporting-fill--strong, #DFE1E4);
  padding: 20px;
  margin: 0 0 20px;
  max-width: 80%;
  border-radius: 20px 0px 20px 20px;
  -webkit-border-radius: 20px 0px 20px 20px;
  -moz-border-radius: 20px 0px 20px 20px;
  -ms-border-radius: 20px 0px 20px 20px;
  -o-border-radius: 20px 0px 20px 20px;
}

.chat_left_main {
  display: flex;
  justify-content: flex-start;
}
.chat_left_main .chat_left {
  background: #EBE9F9;
  padding: 20px;
  margin: 0 0 20px;
  max-width: 80%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.copy_btn {
  background: none;
  border: none;
  padding: 0;
}

.typing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.typing .dots {
  background: #CACED3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.spin-container {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #8D96A2;
}

.spin-container::before {
  content: "Analyzing your responses...";
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  text-align: center;
  animation: spin 10s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    content: "Thinking about your unique awesomeness...";
  }
  33% {
    content: "Crafting your personality report...";
  }
  69% {
    content: "This will only take a few seconds. I promise it’ll be worth it";
  }
}

/*# sourceMappingURL=piggy_style.css.map */
