:root {
  --bg: #f5f5f6;
}

.dashboard-body {
  background: var(--bg);
  padding-bottom: 70px;
  height: auto;
}

.header-container {
  background: var(--bg);
  padding-left: 0;
  padding-right: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  margin-top: -40px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  margin-top: -40px;
}

.swiper-backface-hidden .swiper-slide {
  background-size: cover;
}

.logo img {
  width: 70px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.menu-toggle {
  width: 18px;
  height: auto;
}

.langMain .dropdown-menu {
  background: #333;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  min-width: auto;
}
.langMain .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.langMain .dropdown-menu .dropdown-item:hover {
  background: var(--primary-color);
}

.langMainBtn {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.walletConnectBtn {
  color: #d8d2f8;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: none;
  padding: 6px 10px;
  font-family: var(--primary-font-bold);
  border: 1px solid #d8d2f8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.blue-eclipses {
  background: var(--bg);
  height: auto;
}

.bannerContent {
  padding: 23px 30px 18px;
}
.bannerContent .bannerTitle {
  font-family: var(--primary-font-black);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 5px;
}
.bannerContent p {
  color: var(--Text, #f5fae8);
  font-family: var(--primary-font-regular);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  max-width: 97%;
}

.bannerMain {
  margin: 0;
}

.swiper-slide {
  border: 0.5px solid var(--Grey-1, #ccc);
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(1, 29, 50, 0) 100%
    ),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
  margin: 0 0 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.swiper-pagination-bullet {
  width: 50px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.white-wrapper {
  border: 2px solid var(--Grey-1, #ccc);
  background: var(
    --Grad-3,
    linear-gradient(180deg, rgba(153, 153, 153, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%)
  );
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.white-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: -24px;
  width: 100%;
  height: 48px;
  background: linear-gradient(
        to bottom right,
        #fff 0%,
        rgba(109, 115, 0, 0) 50%
      )
      bottom right/50% 50% no-repeat,
    linear-gradient(to bottom left, #fff 0%, rgba(109, 115, 0, 0) 50%) bottom
      left/50% 50% no-repeat,
    linear-gradient(to top left, #fff 0%, rgba(109, 115, 0, 0) 50%) top left/50%
      50% no-repeat,
    linear-gradient(to top right, #fff 0%, rgba(109, 115, 0, 0) 50%) top
      right/50% 50% no-repeat;
  border-radius: 370px;
  -webkit-border-radius: 370px;
  -moz-border-radius: 370px;
  -ms-border-radius: 370px;
  -o-border-radius: 370px;
  z-index: 1;
  pointer-events: none;
}
.white-wrapper::after {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/design-change/cardBg.svg) no-repeat center center;
}

.white-wrapper-heading {
  color: var(--Title-color, #999);
  font-family: var(--primary-font-semibold);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.white-sub-wrapper p {
  color: var(--secondary-color);
  font-family: var(--primary-font-light);
  color: var(--Second, #f4f40b);
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.white-sub-wrapper .value {
  color: var(--Text, #f5fae8);
  font-family: var(--primary-font-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 25px;
}

.flex-items p:nth-child(1) {
  text-transform: uppercase;
  font-family: var(--primary-font-light);
  color: var(--secondary-color);
}
.flex-items p:nth-child(2) {
  color: var(--Text, #f5fae8);
  font-family: var(--primary-font-semibold);
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.dollorIcon {
  position: absolute;
  top: -70px;
  right: -20px;
}

.walletMain {
  margin: 30px 0 0;
}

.walletHeader {
  display: flex;
  padding: 0px 20px;
  align-items: stretch;
  min-height: 53px;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}
.walletHeader .walletHeaderLeft {
  display: flex;
  align-items: center;
}
.walletHeader .walletHeaderLeft .walletHeadArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #000000;
}

.walletHeadIcon {
  margin: -11px 0 0;
}

.walletMainContents {
  border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  position: relative;
  border: 2px solid var(--Grey-1, #ccc);
  border-top: none;
  padding: 10px 20px;
}
.walletMainContents::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/design-change/cardBG.png) center center no-repeat;
}
.walletMainContents::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(
    --Grad-3,
    linear-gradient(180deg, rgba(153, 153, 153, 0.3) 0%, rgba(0, 0, 0, 0.8) 50%)
  );
  z-index: 1;
}

.capitalBalance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.capitalBalance .balanceHead {
  color: var(--Second, #f4f40b);
  font-family: var(--primary-font-regular);
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  margin: 0;
}
.capitalBalance .balanceValue {
  color: var(--Grey-2, #eee);
  text-align: right;
  font-family: var(--primary-font-semibold);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin: 0;
}

.btnCommon {
  min-height: 32px;
  height: auto;
  padding: 7px 20px;
  line-height: initial;
  min-width: 140px;
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 12px;
  background: none;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}

.btnLarge {
  height: 40px;
}

.btnPrimary,
.primary-btn {
  border-radius: 4px;
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
  color: var(--Dark-1, #000);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  /*text-transform: uppercase;*/
  padding: 7px 20px;
  border: none;
}
.btnPrimary:hover,
.btnPrimary:focus,
.btnPrimary:visited,
.btnPrimary:active,
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:visited,
.primary-btn:active {
  color: #000;
}

.btnBordered-green {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btnBordered-white {
  color: #fff;
  border: 1px solid #fff;
}

.btnGrey {
  color: #000;
  background: #777777;
}

.commissionMain .walletHeader {
  background: var(
    --Grad-2,
    linear-gradient(90deg, #16b3c1 0%, #0bf47c 50%, #9ffed0 100%)
  );
}

.commissionBtns {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.commissionValue {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--Dark-1, #000);
  text-align: right;
  font-family: var(--primary-font-semibold);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.headValueMain {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  justify-content: space-between;
}
.headValueMain .head {
  margin: 0;
  color: var(--Second, #f4f40b);
  font-family: var(--primary-font-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.headValueMain .value {
  color: var(--Text, #f5fae8);
  text-align: right;
  font-family: var(--primary-font-semibold);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.cardFormGroup,
.form-group {
  margin: 0 0 20px;
}
.cardFormGroup label,
.form-group label {
  color: var(--Second, #f4f40b);
  font-family: var(--primary-font-light);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.cardFormGroup .form-control,
.form-group .form-control {
  border: 1px solid var(--Grey-1, #ccc);
  background: var(--Dark-2, #222);
  color: var(--Grey-1, #ccc) !important;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

footer {
  bottom: 0;
  z-index: 9;
  width: 100%;
  position: fixed;
  border-top: 1px solid var(--Dark-2, #222);
  background: var(--Dark-1, #000);
  padding: 0;
}
footer .footerMenuList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footerMenuList .footerMenuSingle a {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
footer .footerMenuList .footerMenuSingle a img {
  margin: 0 0 5px;
}
footer .footerMenuList .footerMenuSingle a .footerMenu {
  margin: 0;
  color: var(--Grey-1, #ccc);
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footerMenuList .footerMenuSingle a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #444;
  bottom: 0px;
}
footer .footerMenuList .footerMenuSingle .active::after {
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
}
footer .footerMenuList .footerLogo a {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .footerMenuList .footerLogo a img {
  width: 60px;
  margin: 0;
}
footer .footerMenuList .footerLogo a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #444;
  top: 0px;
}
footer .footerMenuList .footerLogo .active::after {
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
}

.bg-blue {
  padding-top: 30px;
}

.page_name_header {
  margin: 20px 0 0;
  padding: 0 15px;
}
.page_name_header .page_name a {
  font-family: var(--primary-font-medium);
}

#qr-text {
  color: #fff;
}

#qr-border {
  margin: 0;
}

.referral-text {
  color: var(--primary-color);
}

.referral-id {
  color: #fff !important;
}

.link-referral {
  color: #fff !important;
}

.btns.blue {
  color: var(--Dark-1, #000);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.6px;
  background: var(
    --Grad-1,
    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;
}

.filter-container span {
  font-size: 16px;
  color: var(--secondary-color);
}

.table.history-table thead tr th {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
.table.history-table tbody tr td {
  color: var(--Text, #f5fae8);
  text-align: left;
  font-family: var(--primary-font-semibold);
  font-size: 12px;
  letter-spacing: 0.3px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 145.455% */
  border: none;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
}

.table.history-table tbody td:nth-child(3),
.table.history-table tbody td:nth-child(6) {
  color: var(--secondary-color);
}

.filter-btn {
  border: 1px solid #f5fae8;
  background: none;
  color: var(--Text, #f5fae8);
  text-align: center;
  font-family: var(--primary-font-medium);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 20px;
}

.pagination span {
  color: #fff;
  border: 1px solid #fff;
}
.pagination .active {
  color: #000;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.modal-header {
  border: none;
}

.modal-content {
  margin: 1.5rem auto 0;
  max-width: 400px;
  border: 1px solid var(--Grey-1, rgba(204, 204, 204, 0.7));
  opacity: 1;
  background: var(
    --Grad-3,
    linear-gradient(180deg, rgba(153, 153, 153, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%)
  );
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.filter-container {
  gap: 10px;
}

.filter-title {
  color: #fff;
}

.modal-close-absolute.close-filter {
  position: relative;
  margin: 20px 0 30px;
  bottom: 0px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.min-h {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.grow-1 {
  flex-grow: 1;
}

.Maintanence-banner {
  background: url(../images/design-change/maintanencebg.jpg) center top
    no-repeat;
}

.maintanence-logo img {
  width: 223px;
}

.maintanence-span span {
  color: var(--Grey, #aaa);
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.maintanence-span h1 {
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: var(--primary-font-semibold);
  text-transform: uppercase;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal_heading {
  font-family: var(--primary-font-medium);
  color: #fff;
}

.payment_two_side_wrapper .payment_two_side_row .payment_label {
  color: #fff;
}
.payment_two_side_wrapper .payment_two_side_row .payment_value {
  color: var(--secondary-color);
}

.column_values_boxes_wrapper .option .btn-option {
  border: 1px solid var(--Grey-1, #ccc);
  background: var(--Dark-2, #222);
}

.blue_select_active_boxes .option input:checked + span {
  color: #000;
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
}

.closeBottom {
  bottom: -75px;
}

.modal-icon {
  z-index: 8;
  margin-top: -38px;
  position: relative;
}

.modal-containers {
  z-index: 8;
}

.modal-icon-titles {
  color: #fff;
  margin: 0;
  font-size: 25px;
}

.success {
  color: #fff;
}

#successbg {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
}

#modal-icons {
  margin-top: 0;
  margin-left: 0;
  height: auto;
  width: auto;
  max-width: 64px;
}

.success {
  font-size: 14px !important;
  font-family: var(--primary-font-regular);
  line-height: 20px;
  margin: 20px 0 0;
}

.modal-dialog {
  margin: 0.5rem auto;
  padding: 15px;
}

.referralQRModal {
  margin: 0 0 30px;
}
.referralQRModal img {
  width: 100%;
}
.referralQRModal canvas {
  width: 100% !important;
  border: 10px solid #fff;
  border-radius: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.qr-container canvas {
  width: 100% !important;
  border: 10px solid #fff;
  border-radius: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.qrUrlMain h5 {
  color: var(--Second, #f4f40b);
  font-family: var(--primary-font-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.qrUrlMain .qrUrl {
  border-radius: 4px;
  border: 1px solid var(--Grey-1, #ccc);
  background: var(--Dark-2, #222);
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.qrUrlMain .qrUrl p {
  margin: 0;
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.qrUrlMain .qrUrl .copy-btn {
  background: none;
  border: none;
}

.noDataText {
  color: var(--Text, #f5fae8);
  text-align: center;
  font-family: var(--primary-font-medium);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0 0;
}

.qrUrlMain {
  margin: 0 0 20px;
}

.headingIcon {
  cursor: pointer;
}

.modalCentered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 1rem);
  align-items: center;
}

.announcementDetails {
  margin: 10px 0 0;
}

.announcementHeader {
  border-bottom: 1px solid var(--Grey, rgba(170, 170, 170, 0.3));
  margin: 0 0 15px;
}
.announcementHeader .announcementDate {
  color: #fff;
  font-family: var(--primary-font-medium);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.announcementHeader .announcementHeading {
  color: #fff;
  font-family: var(--primary-font-medium);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 15px;
}

.announcementContents p {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.supportChatMain {
  margin: 15px 0 0;
  max-height: 430px;
  overflow: hidden;
  overflow-y: auto;
}
.supportChatMain .supportChatSingle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 30px;
}
.supportChatMain .supportChatSingle figure {
  margin: 0;
  padding-top: 17px;
}
.supportChatMain .supportChatSingle figure img {
  width: 30px;
}
.supportChatMain .supportChatSingle article .date {
  color: #fff;
  text-align: left;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.supportChatMain .supportChatSingle article .chatContent {
  color: #fff;
  padding: 10px;
  max-width: 85%;
  min-width: 170px;
  min-height: 70px;
  background: rgba(215, 215, 215, 0.43);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.supportChatMain .supportChatSingle article .chatContent p {
  margin: 0 0 10px;
  color: #fff;
  text-align: left;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: break-all;
  white-space: initial;
}
.supportChatMain .supportChatSingle:nth-child(even) {
  flex-direction: row-reverse;
}
.supportChatMain .supportChatSingle:nth-child(even) article {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.supportChatMain .supportChatSingle:nth-child(even) article .chatContent {
  background: rgba(228, 249, 44, 0.23);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.supportChatMain .supportChatSingle:nth-child(even) article .chatContent p {
  word-break: break-all;
  white-space: initial;
}

.chatTypeArea {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid var(--Grey-1, #ccc);
  background: var(--Dark-2, #222);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 20px 0 20px;
}
.chatTypeArea .chatType {
  color: #fff;
  background: none;
  flex-grow: 1;
  border: none;
  font-size: 14px;
  padding: 0 15px;
}
.chatTypeArea button {
  height: 30px;
  min-width: 100px;
  padding: 13px 20px;
  min-height: 40px;
}

.support__msg {
  word-break: break-word;
  white-space: initial !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .announcementHeader .announcementHeading {
    font-size: 16px;
    line-height: 20px;
  }
}

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