.q-display-flex-column {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}
.q-grayed-backgroud {
  background-color: #fcfdfc !important;
}

.q-semi-bold {
  font-family: main_font_medium;
}
:disabled {
  opacity: var(--disabled_opacity) !important;
}
:disabled:hover {
  opacity: var(--disabled_opacity) !important;
}
a[disabled='disabled'] {
  pointer-events: none;
  cursor: zoom-in;
  opacity: var(--disabled_opacity);
}
.q-progress-overlay-container {
  position: relative;
}
.q-progress-overlay {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  border-radius: 16px;
  opacity: 0.7;
}
.q-progress-overlay span {
  width: 100px;
  height: 100px;
  background-color: transparent;
}
.q-progress-overlay span i {
  font-size: 3em;
}

.q-display-flex {
  display: flex;
  display: -webkit-flex;
}
.q-display-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.q-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.q-flex-center-items {
  align-items: center;
  -webkit-align-items: center;
}
.q-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.q-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.q-flex-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.q-auth-box {
  max-width: 1000px !important;
  border-radius: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-auth-form {
  width: 100%;
}
.q-form-button-container {
  margin-top: 32px;
}
.q-display-flex-row {
  display: flex;
  display: -webkit-flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}
.q-align-self-center {
  -webkit-align-self: center;
  align-self: center;
}
.q-align-self-right {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.q-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.q-align-content-stretch {
  align-content: stretch;
  -webkit-align-content: stretch;
}
.q-item-animatable {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.q-hoverable:hover {
  color: yellow;
  background-color: green;
}
.q-item-blur {
  -webkit-backdrop-filter: blur(12px);
  -o-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.q-itema-blur::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.q-button {
  padding: 0.5rem 1rem 0.625rem;
  border-radius: 50px;
  font-size: 1rem;
  min-height: 2.5rem;
  letter-spacing: 0px;
  width: fit-content !important;
}

.q-button-large {
  text-align: center;
  border-radius: 50px;
  font-size: 1rem;
  height:42px;
  position: relative;
  
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.q-rotate-30 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.q-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.q-rotate-45-reverse {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.q-rotate-30-reverse {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.q-button-large p {
  color: white !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  top: 0;
  margin: auto;
  width: 100%;
  height: 50%;
}
.q-crumb-large {
  position: absolute;
  width: 500px;
  height: 800px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.02;
}
.q-feature-container-section {
   background-color: #094333 !important;

}
.q-match-block {
  height: 150px;
}
.q-sub-match-block {
  margin: 4px;
  border-radius: 4px;
  background-color: #e0ebe0;
  position: relative;
  background-position: center center;
}

.q-sub-match-block aside {
  border: 1px solid var(--gw_text_color);
  width: 44px;
  height: 44px;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  background-position: center center;
}
.q-sub-match-block p {
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 1em;
  text-align: center;
}
.q-sub-match-block aside img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.q-light-bg-container{
  background-color: rgb(242, 242, 247) !important;
}
.padding-top-0{
  padding-top: 0 !important;
}
.padding-bottom-0{
  padding-bottom: 0 !important;
}

.padding-all-0{
  padding: 0 !important;
}
.q-event-banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
  background-color: var(--gw_primary_color);
}

.q-android-section {
  background-color: var(--gw_primary_color);
}
.q-has-badge {
  position: relative;
}
.q-has-badge::before {
  content: ' ';
  font-weight: 600;
  background-color: green;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0%;
  left: -10%;
  border-radius: 50%;
}
.q-active-nav {
  position: relative;
}
.q-active-nav::after {
  content: ' ';
  width: 100%;
  left: 0;
  height: 4px;
  top: 100%;
  position: absolute;
  background-color: var(--gw_primary_color);
}
.category-container {
    margin-top: 16px;

    width: fit-content;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding: 0.125rem 0.375rem;
    line-height: 1;
    border-radius: 0;
    color: #000000;
    background-color: #e9e9eb;
}
.q-sub-match-block aside i {
  border-radius: 50%;
  font-size: 1.5em;
}
.q-center-h2 {
  max-width: 100%;
  margin-bottom: 16px;
  font-weight: bold;
}
.blog-container {
  flex-wrap: wrap;
}
.blog_wrapper {
  margin: auto;
}
.q-card {
  background-color: white;
  height: 450px;
  border-radius: 42px;
  border: 1px solid var(--gw_text_color);
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
.blog-layout-container {
  padding-left: 10px;
  padding-right: 10px;
}
.q-button-fill span{

  margin-top: 2px;;
}
.q-card h4 {
  margin-bottom: 8px;
  font-family: main_font_bold;
}
.q-card-subtitle {
  margin-bottom: 0px !important;
  line-height: 1em !important;
  font-size: 1em;
  color: var(--gw_text_color);
  font-weight: normal;
  font-family: main_font_bold !important;
}

.q-card-subheader-text {
  margin-top: 4px !important;
  font-size: 0.98em;
}
.q-card p {
  text-align: center;
  max-width: 300px;
  margin-top: 16px;
  line-height: 2em;
}
.q-hide2 {
  display: none;
}
iframe {
  width: 100% !important;
  height: 300px !important;
}
.q-card h3 {
  text-align: center;
  max-width: 250px;
  font-size: 2em;
  font-weight: normal;
}
.q-card aside {
  width: 62px;
  height: 62px;
  margin-bottom: 32px;
}
.q-card aside i {
  font-size: 4em;
}
.q-card span p {
  font-size: 8px;
  font-family: main_font_bold;
  font-style: italic;
  margin: 0px;
}

.q-center-sub-title-text {
  max-width: 700px;
}

.q-filter-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 131, 60, 0.2);
}

.q-button-fill {
  background-color: #6E2A83;
  color: white !important;
}
.q-button-outline {
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgb(42, 26, 1);
}
.q-badge {
  background-color: red;
  width: 32px;
  height: 32px;
}
.q-button:hover,
.q-button-large:hover {
  opacity: 0.8;
  box-shadow:
    0 1px 0px 0 rgba(0, 0, 0, 0.16),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.q-rotate-45deg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.q-rotate-90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.q-screenshot-shadow {
  box-shadow:
    0 10px 36px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.06);
}

.q-divider-vertical::before {
  border-left: 2px solid #000;
  height: 24px;
  content: ' ';
  margin-left: 7px;
  position: relative;
  top: 0px;
  left: 0;
}

.q-nav-current {
  border-bottom: 2px solid var(--gw_primary_color);
}
.q-pale-pink-bg {
  background-color: #fefbf8 !important;
}
.q-pale-blue-bg {
  background-color: #f1f5f9 !important;
}
.gw-hightlight {
  color: var(--gw_primary_color) !important;

  position: relative;
}
.gw-hightlight1::after {
  content: ' ';
  background-color: green;
  width: 100%;
  height: 6px;
  left: 0%;
  bottom: 0%;
  top: 90%;
  position: absolute;
}

.q-hero-floor {
  position: absolute;
  width: 100%;
  height: 32%;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--gw_primary_color) !important;
}
.q-hero-floor::after {
  width: inherit;
  background-color: inherit;
}
.q-top-block-container {
  height: 200px;
}
.q-form-link {
  color: var(--gw_primary_color);
}

#q-status-section {
  background-color: red;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px 16px 16px 32px;
}

#q-status-section p {
  margin: 0px;
  font-size: 1rem;
}

.q-failed-state {
  background-color: rgb(244 67 54 / 12%) !important;
  color: rgb(244 67 54) !important;
  border: 0px solid rgb(244 67 54);
}

.q-failed-state p {
  color: rgb(244 67 54) !important;
}
.q-password-field {
  position: relative;
  margin-top: 8px;
}
.q-password-field button {
  position: absolute;
  left: 84%;
  top: 50%;
  background-color: transparent !important;
  transform: translateY(-50%);
}
#registerForm,
#update_profile {
  width: 100%;
}
.q-viewPasswordButton i {
  font-size: 1.3rem;
}
.q-google-button {
  border: 2px solid var(--gw_text_color);
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.q-google-button span {
  margin-right: 8px;
}

.q-google-button span i {
  font-size: 1.5em;
}
.q-google-button p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1em;
}
.q-auth-divider {
  position: relative;
  background-color: transparent;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.q-auth-divider p {
  position: absolute;
  margin: 0;
  top: 0%;
  bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100px;
  left: 0%;
  right: 0%;
  font-size: 1em;
}
.q-legal-link {
  color: var(--gw_text_color);
  opacity: 0.6;
  font-size: 0.9rem;
  margin-left: 8px;
  margin-right: 8px;
}
.q-auth-option {
  width: 100%;
}
.q-auth-option p {
  font-size: 1em;
}
.q-user-profile-edit-container {
  background-color: white;
}
.q-user-profile-edit-container p {
  font-size: 1.1em;
  margin-bottom: 8px;
}
.q-user-profile-edit-container button {
  margin-left: 16px;
}
.q-user-image-container {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 32px;
  position: relative;
}
.q-user-image-edit-container {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  top: 80%;
  left: 80%;
  border-radius: 50%;
}
.q-user-image-edit-container button {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.q-user-image-container img {
  border-radius: inherit;
  height: inherit;
}
.q-profile-input-placeholder {
  background-color: white;
}
.q-profile-input-placeholder p {
  margin-bottom: 8px;
  margin-top: 0px;
}
.q-profile-input-placeholder span {
  width: 100%;
  height: 42px;

  border-radius: 4px;
  border: 1px dashed rgba(0, 0, 0, 0.2) !important;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.03);
}
.q-profile-input-placeholder span p {
  font-size: 0.9em !important;
  margin: 0px;
  margin-left: 16px;
  overflow-wrap: break-word;
}
#update_dialog {
  padding-left: 32px;
  padding-right: 32px;
}
.q-tel-code {
  background-color: #e7e3e3;
  position: absolute;
  height: 100%;
  width: var(--q_tell_code_width);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.q-tel-code p {
  color: var(--gw_text_color) !important;
}
.q-error-icon {
  font-size: 3em;
  width: 32px;
  height: 32px;
  background-color: transparent;
  margin-bottom: 8px;
}
.q-error-icon i {
  font-size: 1.5em;

  background-color: transparent;
}
.q-author {
  -webkit-align-self: center;
  align-self: center;
}
.q-landing-page-sub-header {
  max-width: 100%;
}
@media (min-width: 400px) {
}
@media (min-width: 768px) {
  .q-card {
    max-width: 400px;
  }
  .q-center-h2 {
    max-width: 900px;
  }
}

@media (min-width: 992px) {
  .q-password-field button {
    left: 89%;
    top: 50%;
  }
  .q-landing-page-sub-header {
    max-width: 100%;
  }
  .q-active-nav::after {
    top: 186%;
  }
  .q-sub-match-block aside {
    width: 64px;
    height: 64px;
  }
  .q-sub-match-block aside img {
    width: 64px;
    height: 64px;
  }
  .q-top-block-container {
    height: 300px;
  }
  .q-sub-match-block aside i {
    border-radius: 50%;
    font-size: 2em;
  }
  .q-button-large {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
 .q-landing-page-sub-header {
    max-width: 70%;
  }
}
