.support-left-container {
  font-size: 16px;
}

.date {
  font-size: 12px;
}

.supportChatMain .supportChatSingle article .chatContent p {
  font-size: 14px;
}

.supportChatSingle .timing {
  font-size: 12px;
}

.chatTypeArea .chatType, .chattypeArea .chatType:focus {
  font-size: 14px;
}

.astronaut_bg.landing_starter {
  min-height: 100vh;
  overflow: auto;
}
.astronaut_bg.landing_starter .landing_page_content .landing-header {
  margin-top: 0;
}

.Maintanence-banner p {
  font-size: 14px;
}

.referral-container {
  letter-spacing: 0;
}

.paginate_button:nth-child(1) a {
  border-radius: 7px 0 0 7px !important;
  -webkit-border-radius: 7px 0 0 7px !important;
  -moz-border-radius: 7px 0 0 7px !important;
  -ms-border-radius: 7px 0 0 7px !important;
  -o-border-radius: 7px 0 0 7px !important;
}
.paginate_button:nth-last-child(1) a {
  border-radius: 0 7px 7px 0 !important;
  -webkit-border-radius: 0 7px 7px 0 !important;
  -moz-border-radius: 0 7px 7px 0 !important;
  -ms-border-radius: 0 7px 7px 0 !important;
  -o-border-radius: 0 7px 7px 0 !important;
}

.paginate_button.page-item, .paginate_button.disabled {
  border: none;
  padding: 0;
  min-width: initial;
}
.paginate_button.page-item:hover, .paginate_button.disabled:hover {
  background: none !important;
}
.paginate_button.page-item a:hover, .paginate_button.disabled a:hover {
  color: #003cff !important;
  background: none !important;
}

.paginate_button.page-item.active a {
  color: #003cff !important;
  border-color: #dee2e6;
  background: none;
  font-family: var(--font-primary-700);
  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;
}

.head_lan_main {
  display: flex;
  margin: 0 0 1rem;
  position: relative;
  justify-content: space-between;
}
.head_lan_main .landing_header {
  margin: 0;
}
.head_lan_main .lan {
  position: absolute;
  right: -10px;
  top: -12px;
}

.announcements_cards_main .announcements_card_single figure {
  background: none;
  min-width: initial;
  background: none;
}
.announcements_cards_main .announcements_card_single figure img {
  height: 100%;
  object-fit: cover;
}

.logout_btn {
  border: 1px solid var(--white);
  color: var(--white);
  box-shadow: none;
  background: none;
  font-size: 12px;
  height: 40px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.2px;
  font-family: var(--font-primary-400);
  border-radius: 8px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-body {
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
}

.pagination {
  border: none;
}
.pagination .paginate_button a {
  font-family: var(--font-primary-400);
}
.pagination .active a {
  font-family: var(--font-primary-700);
}

.faq_acco {
  grid-template-columns: 1fr;
}
.faq_acco .announcements_card_single {
  background: #fff;
  border: none;
}
.faq_acco .announcements_card_single .anounce_title_sec {
  background: none;
  padding: 0;
}
.faq_acco .announcements_card_single .anounce_title_sec .anounce_title {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  color: #3D3D3D;
  position: relative;
}
.faq_acco .announcements_card_single .anounce_title_sec .anounce_title::after {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  width: 15px;
  height: 9px;
  background: url(../img/icons/acco_arrow.svg) center center no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.faq_acco .announcements_card_single p {
  color: #3D3D3D;
  padding-left: 0;
  padding-right: 0;
}
.faq_acco .active .anounce_title_sec .anounce_title {
  color: #00B0F0;
}
.faq_acco .active .anounce_title_sec .anounce_title::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

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