/*----------------------------------------------------*/
:root {
  --rob: "Roboto", sans-serif;
  --great: "Great Vibes", cursive;
  --bg_gradient: linear-gradient(45deg, #F5FDFF, #FEEFEC);
  --bbpc_brand_color: var(--bbpc_brand_color_opt,#0866ff);
  --h_title: #1d2746;
  --p_color: #6b707f;
  --bs-white: #fff;
  --black_25: #f9f9f9;
  --black_50: #f2f2f2;
  --black_75: #eeeeee;
  --black_90: #e0e6f0;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --bbpc_color: #078669;
  --baseColor2: #4a6ee0;
  --bs_white: #fff;
}

/*font Variables*/
/**=== Functions ===**/
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.frmx-container,
.frmx-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.frmx-container-fluid {
  max-width: 100%;
}

@media (min-width: 576px) {
  .frmx-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .frmx-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .frmx-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .frmx-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .frmx-container {
    max-width: 1320px;
  }
}
.frmx-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.frmx-row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.frmx-row-no-gutters > [class*=frmx-col] {
  padding-right: 0;
  padding-left: 0;
}

[class*=frmx-col] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.frmx-col {
  flex: 1 0 0%;
}

.frmx-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.frmx-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.frmx-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.frmx-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.frmx-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.frmx-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.frmx-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.frmx-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.frmx-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.frmx-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.frmx-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.frmx-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.frmx-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.frmx-offset-0 {
  margin-left: 0%;
}

.frmx-offset-1 {
  margin-left: 8.3333333333%;
}

.frmx-offset-2 {
  margin-left: 16.6666666667%;
}

.frmx-offset-3 {
  margin-left: 25%;
}

.frmx-offset-4 {
  margin-left: 33.3333333333%;
}

.frmx-offset-5 {
  margin-left: 41.6666666667%;
}

.frmx-offset-6 {
  margin-left: 50%;
}

.frmx-offset-7 {
  margin-left: 58.3333333333%;
}

.frmx-offset-8 {
  margin-left: 66.6666666667%;
}

.frmx-offset-9 {
  margin-left: 75%;
}

.frmx-offset-10 {
  margin-left: 83.3333333333%;
}

.frmx-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .frmx-col-sm {
    flex: 1 0 0%;
  }
  .frmx-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .frmx-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .frmx-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .frmx-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .frmx-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .frmx-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .frmx-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .frmx-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .frmx-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .frmx-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .frmx-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .frmx-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .frmx-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .frmx-offset-sm-0 {
    margin-left: 0%;
  }
  .frmx-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .frmx-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .frmx-offset-sm-3 {
    margin-left: 25%;
  }
  .frmx-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .frmx-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .frmx-offset-sm-6 {
    margin-left: 50%;
  }
  .frmx-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .frmx-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .frmx-offset-sm-9 {
    margin-left: 75%;
  }
  .frmx-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .frmx-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .frmx-order-sm-first {
    order: -1;
  }
  .frmx-order-sm-last {
    order: 13;
  }
  .frmx-order-sm-0 {
    order: 0;
  }
  .frmx-order-sm-1 {
    order: 1;
  }
  .frmx-order-sm-2 {
    order: 2;
  }
  .frmx-order-sm-3 {
    order: 3;
  }
  .frmx-order-sm-4 {
    order: 4;
  }
  .frmx-order-sm-5 {
    order: 5;
  }
  .frmx-order-sm-6 {
    order: 6;
  }
  .frmx-order-sm-7 {
    order: 7;
  }
  .frmx-order-sm-8 {
    order: 8;
  }
  .frmx-order-sm-9 {
    order: 9;
  }
  .frmx-order-sm-10 {
    order: 10;
  }
  .frmx-order-sm-11 {
    order: 11;
  }
  .frmx-order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .frmx-col-md {
    flex: 1 0 0%;
  }
  .frmx-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .frmx-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .frmx-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .frmx-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .frmx-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .frmx-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .frmx-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .frmx-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .frmx-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .frmx-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .frmx-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .frmx-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .frmx-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .frmx-offset-md-0 {
    margin-left: 0%;
  }
  .frmx-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .frmx-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .frmx-offset-md-3 {
    margin-left: 25%;
  }
  .frmx-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .frmx-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .frmx-offset-md-6 {
    margin-left: 50%;
  }
  .frmx-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .frmx-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .frmx-offset-md-9 {
    margin-left: 75%;
  }
  .frmx-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .frmx-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .frmx-order-md-first {
    order: -1;
  }
  .frmx-order-md-last {
    order: 13;
  }
  .frmx-order-md-0 {
    order: 0;
  }
  .frmx-order-md-1 {
    order: 1;
  }
  .frmx-order-md-2 {
    order: 2;
  }
  .frmx-order-md-3 {
    order: 3;
  }
  .frmx-order-md-4 {
    order: 4;
  }
  .frmx-order-md-5 {
    order: 5;
  }
  .frmx-order-md-6 {
    order: 6;
  }
  .frmx-order-md-7 {
    order: 7;
  }
  .frmx-order-md-8 {
    order: 8;
  }
  .frmx-order-md-9 {
    order: 9;
  }
  .frmx-order-md-10 {
    order: 10;
  }
  .frmx-order-md-11 {
    order: 11;
  }
  .frmx-order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .frmx-col-lg {
    flex: 1 0 0%;
  }
  .frmx-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .frmx-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .frmx-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .frmx-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .frmx-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .frmx-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .frmx-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .frmx-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .frmx-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .frmx-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .frmx-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .frmx-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .frmx-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .frmx-offset-lg-0 {
    margin-left: 0%;
  }
  .frmx-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .frmx-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .frmx-offset-lg-3 {
    margin-left: 25%;
  }
  .frmx-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .frmx-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .frmx-offset-lg-6 {
    margin-left: 50%;
  }
  .frmx-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .frmx-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .frmx-offset-lg-9 {
    margin-left: 75%;
  }
  .frmx-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .frmx-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .frmx-order-lg-first {
    order: -1;
  }
  .frmx-order-lg-last {
    order: 13;
  }
  .frmx-order-lg-0 {
    order: 0;
  }
  .frmx-order-lg-1 {
    order: 1;
  }
  .frmx-order-lg-2 {
    order: 2;
  }
  .frmx-order-lg-3 {
    order: 3;
  }
  .frmx-order-lg-4 {
    order: 4;
  }
  .frmx-order-lg-5 {
    order: 5;
  }
  .frmx-order-lg-6 {
    order: 6;
  }
  .frmx-order-lg-7 {
    order: 7;
  }
  .frmx-order-lg-8 {
    order: 8;
  }
  .frmx-order-lg-9 {
    order: 9;
  }
  .frmx-order-lg-10 {
    order: 10;
  }
  .frmx-order-lg-11 {
    order: 11;
  }
  .frmx-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .frmx-col-xl {
    flex: 1 0 0%;
  }
  .frmx-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .frmx-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .frmx-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .frmx-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .frmx-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .frmx-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .frmx-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .frmx-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .frmx-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .frmx-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .frmx-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .frmx-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .frmx-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .frmx-offset-xl-0 {
    margin-left: 0%;
  }
  .frmx-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .frmx-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .frmx-offset-xl-3 {
    margin-left: 25%;
  }
  .frmx-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .frmx-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .frmx-offset-xl-6 {
    margin-left: 50%;
  }
  .frmx-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .frmx-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .frmx-offset-xl-9 {
    margin-left: 75%;
  }
  .frmx-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .frmx-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .frmx-order-xl-first {
    order: -1;
  }
  .frmx-order-xl-last {
    order: 13;
  }
  .frmx-order-xl-0 {
    order: 0;
  }
  .frmx-order-xl-1 {
    order: 1;
  }
  .frmx-order-xl-2 {
    order: 2;
  }
  .frmx-order-xl-3 {
    order: 3;
  }
  .frmx-order-xl-4 {
    order: 4;
  }
  .frmx-order-xl-5 {
    order: 5;
  }
  .frmx-order-xl-6 {
    order: 6;
  }
  .frmx-order-xl-7 {
    order: 7;
  }
  .frmx-order-xl-8 {
    order: 8;
  }
  .frmx-order-xl-9 {
    order: 9;
  }
  .frmx-order-xl-10 {
    order: 10;
  }
  .frmx-order-xl-11 {
    order: 11;
  }
  .frmx-order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .frmx-col-xxl {
    flex: 1 0 0%;
  }
  .frmx-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .frmx-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .frmx-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .frmx-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .frmx-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .frmx-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .frmx-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .frmx-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .frmx-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .frmx-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .frmx-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .frmx-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .frmx-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .frmx-offset-xxl-0 {
    margin-left: 0%;
  }
  .frmx-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .frmx-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .frmx-offset-xxl-3 {
    margin-left: 25%;
  }
  .frmx-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .frmx-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .frmx-offset-xxl-6 {
    margin-left: 50%;
  }
  .frmx-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .frmx-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .frmx-offset-xxl-9 {
    margin-left: 75%;
  }
  .frmx-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .frmx-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .frmx-order-xxl-first {
    order: -1;
  }
  .frmx-order-xxl-last {
    order: 13;
  }
  .frmx-order-xxl-0 {
    order: 0;
  }
  .frmx-order-xxl-1 {
    order: 1;
  }
  .frmx-order-xxl-2 {
    order: 2;
  }
  .frmx-order-xxl-3 {
    order: 3;
  }
  .frmx-order-xxl-4 {
    order: 4;
  }
  .frmx-order-xxl-5 {
    order: 5;
  }
  .frmx-order-xxl-6 {
    order: 6;
  }
  .frmx-order-xxl-7 {
    order: 7;
  }
  .frmx-order-xxl-8 {
    order: 8;
  }
  .frmx-order-xxl-9 {
    order: 9;
  }
  .frmx-order-xxl-10 {
    order: 10;
  }
  .frmx-order-xxl-11 {
    order: 11;
  }
  .frmx-order-xxl-12 {
    order: 12;
  }
}
.frmx-order-first {
  order: -1;
}

.frmx-order-last {
  order: 13;
}

.frmx-order-0 {
  order: 0;
}

.frmx-order-1 {
  order: 1;
}

.frmx-order-2 {
  order: 2;
}

.frmx-order-3 {
  order: 3;
}

.frmx-order-4 {
  order: 4;
}

.frmx-order-5 {
  order: 5;
}

.frmx-order-6 {
  order: 6;
}

.frmx-order-7 {
  order: 7;
}

.frmx-order-8 {
  order: 8;
}

.frmx-order-9 {
  order: 9;
}

.frmx-order-10 {
  order: 10;
}

.frmx-order-11 {
  order: 11;
}

.frmx-order-12 {
  order: 12;
}

.frmx-justify-content-start {
  justify-content: flex-start;
}

.frmx-justify-content-end {
  justify-content: flex-end;
}

.frmx-justify-content-center {
  justify-content: center;
}

.frmx-justify-content-between {
  justify-content: space-between;
}

.frmx-justify-content-around {
  justify-content: space-around;
}

.frmx-justify-content-evenly {
  justify-content: space-evenly;
}

.frmx-align-items-start {
  align-items: flex-start;
}

.frmx-align-items-end {
  align-items: flex-end;
}

.frmx-align-items-center {
  align-items: center;
}

.frmx-align-items-baseline {
  align-items: baseline;
}

.frmx-align-items-stretch {
  align-items: stretch;
}

.frmx-align-self-start {
  align-self: flex-start;
}

.frmx-align-self-end {
  align-self: flex-end;
}

.frmx-align-self-center {
  align-self: center;
}

.frmx-align-self-baseline {
  align-self: baseline;
}

.frmx-align-self-stretch {
  align-self: stretch;
}

.frmx-d-none {
  display: none;
}

.frmx-d-block {
  display: block;
}

.frmx-d-flex {
  display: flex;
}

.frmx-d-inline-flex {
  display: inline-flex;
}

.frmx-d-grid {
  display: grid;
}

@media (min-width: 576px) {
  .frmx-d-sm-none {
    display: none;
  }
  .frmx-d-sm-block {
    display: block;
  }
  .frmx-d-sm-flex {
    display: flex;
  }
  .frmx-d-sm-inline-flex {
    display: inline-flex;
  }
  .frmx-d-sm-grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .frmx-d-md-none {
    display: none;
  }
  .frmx-d-md-block {
    display: block;
  }
  .frmx-d-md-flex {
    display: flex;
  }
  .frmx-d-md-inline-flex {
    display: inline-flex;
  }
  .frmx-d-md-grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .frmx-d-lg-none {
    display: none;
  }
  .frmx-d-lg-block {
    display: block;
  }
  .frmx-d-lg-flex {
    display: flex;
  }
  .frmx-d-lg-inline-flex {
    display: inline-flex;
  }
  .frmx-d-lg-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .frmx-d-xl-none {
    display: none;
  }
  .frmx-d-xl-block {
    display: block;
  }
  .frmx-d-xl-flex {
    display: flex;
  }
  .frmx-d-xl-inline-flex {
    display: inline-flex;
  }
  .frmx-d-xl-grid {
    display: grid;
  }
}
@media (min-width: 1400px) {
  .frmx-d-xxl-none {
    display: none;
  }
  .frmx-d-xxl-block {
    display: block;
  }
  .frmx-d-xxl-flex {
    display: flex;
  }
  .frmx-d-xxl-inline-flex {
    display: inline-flex;
  }
  .frmx-d-xxl-grid {
    display: grid;
  }
}
.frmx-gap-0 {
  gap: 0;
}

.frmx-gap-1 {
  gap: 0.25rem;
}

.frmx-gap-2 {
  gap: 0.5rem;
}

.frmx-gap-3 {
  gap: 1rem;
}

.frmx-gap-4 {
  gap: 1.5rem;
}

.frmx-gap-5 {
  gap: 3rem;
}

.frmx-flex-wrap {
  flex-wrap: wrap;
}

.frmx-flex-nowrap {
  flex-wrap: nowrap;
}

.frmx-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.frmx-flex-row {
  flex-direction: row;
}

.frmx-flex-row-reverse {
  flex-direction: row-reverse;
}

.frmx-flex-column {
  flex-direction: column;
}

.frmx-flex-column-reverse {
  flex-direction: column-reverse;
}

.frmx-flex-grow-0 {
  flex-grow: 0;
}

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

.frmx-flex-shrink-0 {
  flex-shrink: 0;
}

.frmx-flex-shrink-1 {
  flex-shrink: 1;
}

.frmx-m-0 {
  margin: 0 !important;
}

.frmx-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.frmx-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.frmx-mt-0 {
  margin-top: 0 !important;
}

.frmx-mb-0 {
  margin-bottom: 0 !important;
}

.frmx-ms-0 {
  margin-left: 0 !important;
}

.frmx-me-0 {
  margin-right: 0 !important;
}

.frmx-m-1 {
  margin: 0.25rem !important;
}

.frmx-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.frmx-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.frmx-mt-1 {
  margin-top: 0.25rem !important;
}

.frmx-mb-1 {
  margin-bottom: 0.25rem !important;
}

.frmx-ms-1 {
  margin-left: 0.25rem !important;
}

.frmx-me-1 {
  margin-right: 0.25rem !important;
}

.frmx-m-2 {
  margin: 0.5rem !important;
}

.frmx-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.frmx-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.frmx-mt-2 {
  margin-top: 0.5rem !important;
}

.frmx-mb-2 {
  margin-bottom: 0.5rem !important;
}

.frmx-ms-2 {
  margin-left: 0.5rem !important;
}

.frmx-me-2 {
  margin-right: 0.5rem !important;
}

.frmx-m-3 {
  margin: 1rem !important;
}

.frmx-mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.frmx-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.frmx-mt-3 {
  margin-top: 1rem !important;
}

.frmx-mb-3 {
  margin-bottom: 1rem !important;
}

.frmx-ms-3 {
  margin-left: 1rem !important;
}

.frmx-me-3 {
  margin-right: 1rem !important;
}

.frmx-m-4 {
  margin: 1.5rem !important;
}

.frmx-mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.frmx-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.frmx-mt-4 {
  margin-top: 1.5rem !important;
}

.frmx-mb-4 {
  margin-bottom: 1.5rem !important;
}

.frmx-ms-4 {
  margin-left: 1.5rem !important;
}

.frmx-me-4 {
  margin-right: 1.5rem !important;
}

.frmx-m-5 {
  margin: 3rem !important;
}

.frmx-mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.frmx-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.frmx-mt-5 {
  margin-top: 3rem !important;
}

.frmx-mb-5 {
  margin-bottom: 3rem !important;
}

.frmx-ms-5 {
  margin-left: 3rem !important;
}

.frmx-me-5 {
  margin-right: 3rem !important;
}

.frmx-p-0 {
  padding: 0 !important;
}

.frmx-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.frmx-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.frmx-pt-0 {
  padding-top: 0 !important;
}

.frmx-pb-0 {
  padding-bottom: 0 !important;
}

.frmx-ps-0 {
  padding-left: 0 !important;
}

.frmx-pe-0 {
  padding-right: 0 !important;
}

.frmx-p-1 {
  padding: 0.25rem !important;
}

.frmx-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.frmx-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.frmx-pt-1 {
  padding-top: 0.25rem !important;
}

.frmx-pb-1 {
  padding-bottom: 0.25rem !important;
}

.frmx-ps-1 {
  padding-left: 0.25rem !important;
}

.frmx-pe-1 {
  padding-right: 0.25rem !important;
}

.frmx-p-2 {
  padding: 0.5rem !important;
}

.frmx-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.frmx-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.frmx-pt-2 {
  padding-top: 0.5rem !important;
}

.frmx-pb-2 {
  padding-bottom: 0.5rem !important;
}

.frmx-ps-2 {
  padding-left: 0.5rem !important;
}

.frmx-pe-2 {
  padding-right: 0.5rem !important;
}

.frmx-p-3 {
  padding: 1rem !important;
}

.frmx-px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.frmx-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.frmx-pt-3 {
  padding-top: 1rem !important;
}

.frmx-pb-3 {
  padding-bottom: 1rem !important;
}

.frmx-ps-3 {
  padding-left: 1rem !important;
}

.frmx-pe-3 {
  padding-right: 1rem !important;
}

.frmx-p-4 {
  padding: 1.5rem !important;
}

.frmx-px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.frmx-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.frmx-pt-4 {
  padding-top: 1.5rem !important;
}

.frmx-pb-4 {
  padding-bottom: 1.5rem !important;
}

.frmx-ps-4 {
  padding-left: 1.5rem !important;
}

.frmx-pe-4 {
  padding-right: 1.5rem !important;
}

.frmx-p-5 {
  padding: 3rem !important;
}

.frmx-px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.frmx-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.frmx-pt-5 {
  padding-top: 3rem !important;
}

.frmx-pb-5 {
  padding-bottom: 3rem !important;
}

.frmx-ps-5 {
  padding-left: 3rem !important;
}

.frmx-pe-5 {
  padding-right: 3rem !important;
}

.frmx-m-auto {
  margin: auto !important;
}

.frmx-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.frmx-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.frmx-mt-auto {
  margin-top: auto !important;
}

.frmx-mb-auto {
  margin-bottom: auto !important;
}

.frmx-ms-auto {
  margin-left: auto !important;
}

.frmx-me-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .frmx-m-sm-0 {
    margin: 0 !important;
  }
  .frmx-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frmx-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frmx-mt-sm-0 {
    margin-top: 0 !important;
  }
  .frmx-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .frmx-ms-sm-0 {
    margin-left: 0 !important;
  }
  .frmx-me-sm-0 {
    margin-right: 0 !important;
  }
  .frmx-m-sm-1 {
    margin: 0.25rem !important;
  }
  .frmx-mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .frmx-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frmx-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .frmx-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .frmx-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .frmx-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .frmx-m-sm-2 {
    margin: 0.5rem !important;
  }
  .frmx-mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .frmx-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frmx-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .frmx-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .frmx-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .frmx-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .frmx-m-sm-3 {
    margin: 1rem !important;
  }
  .frmx-mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .frmx-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frmx-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .frmx-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .frmx-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .frmx-me-sm-3 {
    margin-right: 1rem !important;
  }
  .frmx-m-sm-4 {
    margin: 1.5rem !important;
  }
  .frmx-mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .frmx-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frmx-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .frmx-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .frmx-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .frmx-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .frmx-m-sm-5 {
    margin: 3rem !important;
  }
  .frmx-mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .frmx-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frmx-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .frmx-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .frmx-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .frmx-me-sm-5 {
    margin-right: 3rem !important;
  }
  .frmx-p-sm-0 {
    padding: 0 !important;
  }
  .frmx-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .frmx-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frmx-pt-sm-0 {
    padding-top: 0 !important;
  }
  .frmx-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .frmx-ps-sm-0 {
    padding-left: 0 !important;
  }
  .frmx-pe-sm-0 {
    padding-right: 0 !important;
  }
  .frmx-p-sm-1 {
    padding: 0.25rem !important;
  }
  .frmx-px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .frmx-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frmx-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .frmx-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .frmx-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .frmx-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .frmx-p-sm-2 {
    padding: 0.5rem !important;
  }
  .frmx-px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .frmx-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frmx-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .frmx-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .frmx-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .frmx-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .frmx-p-sm-3 {
    padding: 1rem !important;
  }
  .frmx-px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .frmx-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frmx-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .frmx-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .frmx-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .frmx-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .frmx-p-sm-4 {
    padding: 1.5rem !important;
  }
  .frmx-px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .frmx-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frmx-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .frmx-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .frmx-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .frmx-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .frmx-p-sm-5 {
    padding: 3rem !important;
  }
  .frmx-px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .frmx-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frmx-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .frmx-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .frmx-ps-sm-5 {
    padding-left: 3rem !important;
  }
  .frmx-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .frmx-m-sm-auto {
    margin: auto !important;
  }
  .frmx-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .frmx-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .frmx-mt-sm-auto {
    margin-top: auto !important;
  }
  .frmx-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .frmx-ms-sm-auto {
    margin-left: auto !important;
  }
  .frmx-me-sm-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .frmx-m-md-0 {
    margin: 0 !important;
  }
  .frmx-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frmx-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frmx-mt-md-0 {
    margin-top: 0 !important;
  }
  .frmx-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .frmx-ms-md-0 {
    margin-left: 0 !important;
  }
  .frmx-me-md-0 {
    margin-right: 0 !important;
  }
  .frmx-m-md-1 {
    margin: 0.25rem !important;
  }
  .frmx-mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .frmx-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frmx-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .frmx-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .frmx-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .frmx-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .frmx-m-md-2 {
    margin: 0.5rem !important;
  }
  .frmx-mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .frmx-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frmx-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .frmx-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .frmx-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .frmx-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .frmx-m-md-3 {
    margin: 1rem !important;
  }
  .frmx-mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .frmx-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frmx-mt-md-3 {
    margin-top: 1rem !important;
  }
  .frmx-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .frmx-ms-md-3 {
    margin-left: 1rem !important;
  }
  .frmx-me-md-3 {
    margin-right: 1rem !important;
  }
  .frmx-m-md-4 {
    margin: 1.5rem !important;
  }
  .frmx-mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .frmx-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frmx-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .frmx-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .frmx-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .frmx-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .frmx-m-md-5 {
    margin: 3rem !important;
  }
  .frmx-mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .frmx-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frmx-mt-md-5 {
    margin-top: 3rem !important;
  }
  .frmx-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .frmx-ms-md-5 {
    margin-left: 3rem !important;
  }
  .frmx-me-md-5 {
    margin-right: 3rem !important;
  }
  .frmx-p-md-0 {
    padding: 0 !important;
  }
  .frmx-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .frmx-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frmx-pt-md-0 {
    padding-top: 0 !important;
  }
  .frmx-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .frmx-ps-md-0 {
    padding-left: 0 !important;
  }
  .frmx-pe-md-0 {
    padding-right: 0 !important;
  }
  .frmx-p-md-1 {
    padding: 0.25rem !important;
  }
  .frmx-px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .frmx-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frmx-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .frmx-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .frmx-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .frmx-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .frmx-p-md-2 {
    padding: 0.5rem !important;
  }
  .frmx-px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .frmx-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frmx-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .frmx-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .frmx-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .frmx-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .frmx-p-md-3 {
    padding: 1rem !important;
  }
  .frmx-px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .frmx-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frmx-pt-md-3 {
    padding-top: 1rem !important;
  }
  .frmx-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .frmx-ps-md-3 {
    padding-left: 1rem !important;
  }
  .frmx-pe-md-3 {
    padding-right: 1rem !important;
  }
  .frmx-p-md-4 {
    padding: 1.5rem !important;
  }
  .frmx-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .frmx-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frmx-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .frmx-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .frmx-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .frmx-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .frmx-p-md-5 {
    padding: 3rem !important;
  }
  .frmx-px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .frmx-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frmx-pt-md-5 {
    padding-top: 3rem !important;
  }
  .frmx-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .frmx-ps-md-5 {
    padding-left: 3rem !important;
  }
  .frmx-pe-md-5 {
    padding-right: 3rem !important;
  }
  .frmx-m-md-auto {
    margin: auto !important;
  }
  .frmx-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .frmx-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .frmx-mt-md-auto {
    margin-top: auto !important;
  }
  .frmx-mb-md-auto {
    margin-bottom: auto !important;
  }
  .frmx-ms-md-auto {
    margin-left: auto !important;
  }
  .frmx-me-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .frmx-m-lg-0 {
    margin: 0 !important;
  }
  .frmx-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frmx-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frmx-mt-lg-0 {
    margin-top: 0 !important;
  }
  .frmx-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .frmx-ms-lg-0 {
    margin-left: 0 !important;
  }
  .frmx-me-lg-0 {
    margin-right: 0 !important;
  }
  .frmx-m-lg-1 {
    margin: 0.25rem !important;
  }
  .frmx-mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .frmx-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frmx-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .frmx-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .frmx-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .frmx-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .frmx-m-lg-2 {
    margin: 0.5rem !important;
  }
  .frmx-mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .frmx-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frmx-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .frmx-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .frmx-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .frmx-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .frmx-m-lg-3 {
    margin: 1rem !important;
  }
  .frmx-mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .frmx-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frmx-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .frmx-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .frmx-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .frmx-me-lg-3 {
    margin-right: 1rem !important;
  }
  .frmx-m-lg-4 {
    margin: 1.5rem !important;
  }
  .frmx-mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .frmx-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frmx-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .frmx-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .frmx-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .frmx-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .frmx-m-lg-5 {
    margin: 3rem !important;
  }
  .frmx-mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .frmx-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frmx-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .frmx-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .frmx-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .frmx-me-lg-5 {
    margin-right: 3rem !important;
  }
  .frmx-p-lg-0 {
    padding: 0 !important;
  }
  .frmx-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .frmx-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frmx-pt-lg-0 {
    padding-top: 0 !important;
  }
  .frmx-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .frmx-ps-lg-0 {
    padding-left: 0 !important;
  }
  .frmx-pe-lg-0 {
    padding-right: 0 !important;
  }
  .frmx-p-lg-1 {
    padding: 0.25rem !important;
  }
  .frmx-px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .frmx-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frmx-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .frmx-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .frmx-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .frmx-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .frmx-p-lg-2 {
    padding: 0.5rem !important;
  }
  .frmx-px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .frmx-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frmx-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .frmx-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .frmx-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .frmx-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .frmx-p-lg-3 {
    padding: 1rem !important;
  }
  .frmx-px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .frmx-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frmx-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .frmx-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .frmx-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .frmx-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .frmx-p-lg-4 {
    padding: 1.5rem !important;
  }
  .frmx-px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .frmx-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frmx-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .frmx-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .frmx-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .frmx-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .frmx-p-lg-5 {
    padding: 3rem !important;
  }
  .frmx-px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .frmx-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frmx-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .frmx-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .frmx-ps-lg-5 {
    padding-left: 3rem !important;
  }
  .frmx-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .frmx-m-lg-auto {
    margin: auto !important;
  }
  .frmx-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .frmx-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .frmx-mt-lg-auto {
    margin-top: auto !important;
  }
  .frmx-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .frmx-ms-lg-auto {
    margin-left: auto !important;
  }
  .frmx-me-lg-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .frmx-m-xl-0 {
    margin: 0 !important;
  }
  .frmx-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frmx-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frmx-mt-xl-0 {
    margin-top: 0 !important;
  }
  .frmx-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .frmx-ms-xl-0 {
    margin-left: 0 !important;
  }
  .frmx-me-xl-0 {
    margin-right: 0 !important;
  }
  .frmx-m-xl-1 {
    margin: 0.25rem !important;
  }
  .frmx-mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .frmx-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frmx-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .frmx-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .frmx-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .frmx-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .frmx-m-xl-2 {
    margin: 0.5rem !important;
  }
  .frmx-mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .frmx-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frmx-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .frmx-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .frmx-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .frmx-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .frmx-m-xl-3 {
    margin: 1rem !important;
  }
  .frmx-mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .frmx-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frmx-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .frmx-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .frmx-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .frmx-me-xl-3 {
    margin-right: 1rem !important;
  }
  .frmx-m-xl-4 {
    margin: 1.5rem !important;
  }
  .frmx-mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .frmx-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frmx-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .frmx-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .frmx-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .frmx-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .frmx-m-xl-5 {
    margin: 3rem !important;
  }
  .frmx-mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .frmx-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frmx-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .frmx-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .frmx-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .frmx-me-xl-5 {
    margin-right: 3rem !important;
  }
  .frmx-p-xl-0 {
    padding: 0 !important;
  }
  .frmx-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .frmx-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frmx-pt-xl-0 {
    padding-top: 0 !important;
  }
  .frmx-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .frmx-ps-xl-0 {
    padding-left: 0 !important;
  }
  .frmx-pe-xl-0 {
    padding-right: 0 !important;
  }
  .frmx-p-xl-1 {
    padding: 0.25rem !important;
  }
  .frmx-px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .frmx-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frmx-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .frmx-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .frmx-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .frmx-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .frmx-p-xl-2 {
    padding: 0.5rem !important;
  }
  .frmx-px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .frmx-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frmx-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .frmx-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .frmx-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .frmx-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .frmx-p-xl-3 {
    padding: 1rem !important;
  }
  .frmx-px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .frmx-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frmx-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .frmx-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .frmx-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .frmx-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .frmx-p-xl-4 {
    padding: 1.5rem !important;
  }
  .frmx-px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .frmx-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frmx-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .frmx-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .frmx-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .frmx-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .frmx-p-xl-5 {
    padding: 3rem !important;
  }
  .frmx-px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .frmx-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frmx-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .frmx-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .frmx-ps-xl-5 {
    padding-left: 3rem !important;
  }
  .frmx-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .frmx-m-xl-auto {
    margin: auto !important;
  }
  .frmx-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .frmx-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .frmx-mt-xl-auto {
    margin-top: auto !important;
  }
  .frmx-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .frmx-ms-xl-auto {
    margin-left: auto !important;
  }
  .frmx-me-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1400px) {
  .frmx-m-xxl-0 {
    margin: 0 !important;
  }
  .frmx-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .frmx-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frmx-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .frmx-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .frmx-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .frmx-me-xxl-0 {
    margin-right: 0 !important;
  }
  .frmx-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .frmx-mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .frmx-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frmx-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .frmx-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .frmx-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .frmx-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .frmx-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .frmx-mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .frmx-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frmx-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .frmx-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .frmx-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .frmx-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .frmx-m-xxl-3 {
    margin: 1rem !important;
  }
  .frmx-mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .frmx-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frmx-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .frmx-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .frmx-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .frmx-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .frmx-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .frmx-mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .frmx-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frmx-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .frmx-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .frmx-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .frmx-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .frmx-m-xxl-5 {
    margin: 3rem !important;
  }
  .frmx-mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .frmx-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frmx-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .frmx-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .frmx-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .frmx-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .frmx-p-xxl-0 {
    padding: 0 !important;
  }
  .frmx-px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .frmx-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frmx-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .frmx-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .frmx-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .frmx-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .frmx-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .frmx-px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .frmx-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frmx-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .frmx-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .frmx-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .frmx-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .frmx-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .frmx-px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .frmx-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frmx-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .frmx-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .frmx-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .frmx-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .frmx-p-xxl-3 {
    padding: 1rem !important;
  }
  .frmx-px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .frmx-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frmx-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .frmx-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .frmx-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .frmx-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .frmx-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .frmx-px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .frmx-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frmx-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .frmx-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .frmx-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .frmx-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .frmx-p-xxl-5 {
    padding: 3rem !important;
  }
  .frmx-px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .frmx-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frmx-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .frmx-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .frmx-ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .frmx-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .frmx-m-xxl-auto {
    margin: auto !important;
  }
  .frmx-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .frmx-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .frmx-mt-xxl-auto {
    margin-top: auto !important;
  }
  .frmx-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .frmx-ms-xxl-auto {
    margin-left: auto !important;
  }
  .frmx-me-xxl-auto {
    margin-right: auto !important;
  }
}
.frmx-shadow-none {
  box-shadow: none !important;
}

.frmx-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.frmx-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.frmx-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

@media (min-width: 576px) {
  .frmx-shadow-sm-none {
    box-shadow: none !important;
  }
  .frmx-shadow-sm-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .frmx-shadow-sm {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .frmx-shadow-sm-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media (min-width: 768px) {
  .frmx-shadow-md-none {
    box-shadow: none !important;
  }
  .frmx-shadow-md-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .frmx-shadow-md {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .frmx-shadow-md-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media (min-width: 992px) {
  .frmx-shadow-lg-none {
    box-shadow: none !important;
  }
  .frmx-shadow-lg-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .frmx-shadow-lg {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .frmx-shadow-lg-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media (min-width: 1200px) {
  .frmx-shadow-xl-none {
    box-shadow: none !important;
  }
  .frmx-shadow-xl-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .frmx-shadow-xl {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .frmx-shadow-xl-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media (min-width: 1400px) {
  .frmx-shadow-xxl-none {
    box-shadow: none !important;
  }
  .frmx-shadow-xxl-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .frmx-shadow-xxl {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .frmx-shadow-xxl-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
.frmx-text-center {
  text-align: center !important;
}

.frmx-text-start {
  text-align: left !important;
}

.frmx-text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  .frmx-text-sm-center {
    text-align: center !important;
  }
  .frmx-text-sm-start {
    text-align: left !important;
  }
  .frmx-text-sm-end {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .frmx-text-md-center {
    text-align: center !important;
  }
  .frmx-text-md-start {
    text-align: left !important;
  }
  .frmx-text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .frmx-text-lg-center {
    text-align: center !important;
  }
  .frmx-text-lg-start {
    text-align: left !important;
  }
  .frmx-text-lg-end {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .frmx-text-xl-center {
    text-align: center !important;
  }
  .frmx-text-xl-start {
    text-align: left !important;
  }
  .frmx-text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1400px) {
  .frmx-text-xxl-center {
    text-align: center !important;
  }
  .frmx-text-xxl-start {
    text-align: left !important;
  }
  .frmx-text-xxl-end {
    text-align: right !important;
  }
}
.frmx-g-0 {
  --frmx-gutter-x: 0;
  --frmx-gutter-y: 0;
}

.frmx-g-1 {
  --frmx-gutter-x: 0.25rem;
  --frmx-gutter-y: 0.25rem;
}

.frmx-g-2 {
  --frmx-gutter-x: 0.5rem;
  --frmx-gutter-y: 0.5rem;
}

.frmx-g-3 {
  --frmx-gutter-x: 1rem;
  --frmx-gutter-y: 1rem;
}

.frmx-g-4 {
  --frmx-gutter-x: 1.5rem;
  --frmx-gutter-y: 1.5rem;
}

.frmx-g-5 {
  --frmx-gutter-x: 3rem;
  --frmx-gutter-y: 3rem;
}

.frmx-row[class*=frmx-g-] {
  margin-right: calc(var(--frmx-gutter-x) / -2);
  margin-left: calc(var(--frmx-gutter-x) / -2);
  margin-top: calc(var(--frmx-gutter-y) * -1);
}
.frmx-row[class*=frmx-g-] > [class*=frmx-col] {
  padding-right: calc(var(--frmx-gutter-x) / 2);
  padding-left: calc(var(--frmx-gutter-x) / 2);
  margin-top: var(--frmx-gutter-y);
}

.frmx-mt-70 {
  margin-top: 70px !important;
}

.frmx-position-static {
  position: static !important;
}

.frmx-position-relative {
  position: relative !important;
}

.frmx-position-absolute {
  position: absolute !important;
}

.frmx-position-fixed {
  position: fixed !important;
}

.frmx-position-sticky {
  position: sticky !important;
}

.frmx-list-unstyled {
  list-style: none !important;
  padding: 0 !important;
}

/*---------------------------------------------------- */
.frmx-row.frmx-sidebar-left {
  flex-direction: row-reverse;
}

/** === Forum === **/
.forum-title-area {
  text-align: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 15px 25px;
  background: linear-gradient(264deg, rgba(0, 0, 0, 0) 0.95%, rgba(255, 255, 255, 0.4) 98.24%);
  border-radius: 15px;
  backdrop-filter: blur(4px);
}
@media (max-width: 550px) {
  .forum-title-area {
    padding: 15px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.forum-title-area h1 {
  font-size: 34px;
  margin-bottom: 6px;
}
@media (max-width: 550px) {
  .forum-title-area h1 {
    font-size: 28px;
  }
}
.forum-title-area.no-thumb {
  text-align: center;
}
.forum-title-area .content {
  padding-top: 5px;
}
.forum-title-area p {
  margin: 0;
  font-size: 18px;
}
.forum-title-area .thumbnail img {
  max-width: 75px;
  padding-top: 5px;
}

input.mce-textbox {
  padding: 0 5px !important;
}

/** === Topics === **/
.bb-radius {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--black_50);
  margin-top: -1px;
  background: var(--bs-white);
}

.button-container .all_doc_btn {
  margin-top: 40px;
}

@keyframes slideDown {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  100% {
    transform: translate3d(0, 23px, 0);
  }
}
.doc_border_btn.border-light {
  border-color: #cfebf1 !important;
}
.doc_border_btn.border-light svg {
  margin-left: 8px;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.doc_border_btn.border-light:hover {
  border-color: var(--bbpc_brand_color) !important;
}
.doc_border_btn.border-light:hover svg path {
  fill: #fff;
}

.pagination-wrapper {
  background: var(--bs-white);
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}
@media (max-width: 768px) {
  .pagination-wrapper {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .pagination-wrapper {
    flex-direction: column;
  }
}
.pagination-wrapper p {
  margin: 0;
  font-size: 14px;
  color: var(--black_500);
}
.pagination-wrapper .post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .pagination-wrapper .post-pagination {
    margin-top: 30px;
  }
}
.pagination-wrapper .post-pagination li {
  display: inline-block;
}
.pagination-wrapper .post-pagination li.pegi-disable {
  display: none;
}
.pagination-wrapper .post-pagination li:not(:last-child) {
  margin-right: 3px;
}
.pagination-wrapper .post-pagination li a {
  display: block;
  color: var(--black_500);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #f2f5f6;
  border-radius: 3px;
}
.pagination-wrapper .post-pagination li a:hover, .pagination-wrapper .post-pagination li a.active {
  background: var(--bbpc_brand_color);
  color: #fff;
}

body.reply-template-default .page_wrapper {
  padding-top: 150px;
}
@media (max-width: 768px) {
  body.reply-template-default .page_wrapper {
    padding-top: 100px;
  }
}

.community-post {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(2, 47, 57, 0.1);
  padding: 23px 30px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.community-post.forum-item {
  padding: 25px 20px;
}
.community-post.forum-item .post-content p {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 667px) {
  .community-post {
    display: block;
  }
}
@media (max-width: 420px) {
  .community-post {
    padding: 20px 15px;
  }
}
.community-post:hover {
  box-shadow: 0 24px 40px 0 rgba(2, 47, 57, 0.12);
  border-color: #eef3f6;
  transform: translateX(10px);
}
.community-post .post-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.community-post .post-content .author-avatar {
  margin-bottom: 5px;
  margin-right: 0 !important;
}
.community-post .post-content .author-avatar.forum-icon img {
  border-radius: 0;
}
.community-post .post-content .author-avatar img {
  max-width: 60px;
  border-radius: 50%;
}
@media (max-width: 667px) {
  .community-post .post-content .author-avatar {
    display: none;
  }
}
@media (max-width: 450px) {
  .community-post .post-content .author-avatar {
    margin-right: 15px;
  }
}
.community-post .post-content .entry-content {
  flex: 2;
}
.community-post .post-content .entry-content .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.community-post .post-content .entry-content .post-title:hover {
  color: var(--bbpc_brand_color);
}
.community-post .post-content .entry-content p {
  margin: 0;
}
@media (max-width: 667px) {
  .community-post .post-meta-wrapper {
    margin-top: 15px;
    display: none;
  }
}
.community-post .post-meta-wrapper .post-meta-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post .post-meta-wrapper .post-meta-info li {
  display: inline-block;
}
.community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 20px;
  }
}
.community-post .post-meta-wrapper .post-meta-info li a {
  display: block;
  color: var(--black_500);
  text-decoration: none;
}
.community-post .post-meta-wrapper .post-meta-info li a i {
  margin-right: 10px;
}
.community-post .post-meta-wrapper .post-meta-info li a:hover {
  color: var(--bbpc_brand_color);
}
.community-post.style-two {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.community-post.style-two:not(:last-child) {
  border-bottom: 1px solid var(--black_50);
}
.community-post.style-two .entry-content .post-title {
  font-size: 16px;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li i {
  transition: all 0.3s ease-in-out;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:nth-child(2):hover a {
  color: #b1b5c0;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:nth-child(2):hover i {
  color: #f9ae44;
}
.community-post.style-two .post-content .entry-content .post-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.community-post.style-two .post-content .com-featured {
  position: absolute;
  right: 0;
  top: -2px;
  height: 30px;
  width: 30px;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.community-post.style-two .post-content .com-featured i {
  z-index: 22;
  position: relative;
  font-size: 14px;
}
.community-post.style-two .post-content .com-featured:after {
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-top: 30px solid #00ae69;
  z-index: 1;
}
.community-post.style-two .post-content .cat-wrap {
  display: inline-block;
  vertical-align: 3px;
}
.community-post.style-two .meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post.style-two .meta li {
  display: inline;
  margin-right: 15px !important;
  color: var(--black_400);
  font-size: 14px;
  min-width: 200px;
}
.community-post.style-two .meta li img {
  display: inline-block;
  vertical-align: -2px;
}
.community-post.style-two .meta li i,
.community-post.style-two .meta li img {
  margin-right: 10px;
  font-size: 14px;
}
.community-post.style-two .meta li a {
  font-size: 14px;
  color: var(--black_400);
  text-decoration: none;
}
.community-post.style-two .meta li a:hover {
  color: var(--bbpc_brand_color);
}
.community-post.style-two:hover {
  background: #f7f9fa;
  transform: translateX(0);
  box-shadow: none;
  border-color: #f7f9fa;
}

/** === Forum heading bar === **/
.forums-box {
  background: var(--black_25);
  margin-bottom: 20px;
}

.post-header {
  display: flex;
  justify-content: space-between;
  background: rgba(7, 134, 105, 0.05);
  padding: 17px 30px;
  border: 1px solid var(--black_50);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.post-header.forums-header {
  padding: 17px 15px;
  display: flex;
  text-align: left;
  background: var(--black_50);
}
@media (max-width: 767px) {
  .post-header.forums-header .support-category-menus {
    display: none;
  }
}
@media (max-width: 768px) {
  .post-header {
    display: block;
  }
}
@media (max-width: 576px) {
  .post-header {
    padding: 15px;
  }
}
.post-header .support-total-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .post-header .support-total-info {
    margin-bottom: 10px;
  }
}
.post-header .support-total-info li {
  display: inline-block;
  font-size: 14px;
}
.post-header .support-total-info li.active .open-data {
  color: var(--black_800);
  font-weight: 500;
}
.post-header .support-total-info li.open-ticket {
  color: var(--black_800);
  font-weight: 500;
}
.post-header .support-total-info li.close-ticket a {
  color: var(--black_500);
}
.post-header .support-total-info li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--black_500);
  text-decoration: none;
}
.post-header .support-total-info li a:hover {
  color: var(--bbpc_brand_color);
}
.post-header .support-total-info li:not(:last-child) {
  margin-right: 20px;
}
.post-header .support-total-info li i {
  color: #00ae69;
  margin-right: 3px;
  vertical-align: -2px;
}
.post-header .support-total-info li:nth-child(1) i {
  color: #f06292;
}
.post-header .category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-header .category-menu li {
  display: inline-block;
  font-size: 14px;
}
.post-header .category-menu li .dropdown-menu {
  top: 12px !important;
  transform: translate3d(0, 23px, 0) !important;
  display: none;
}
.post-header .category-menu li .dropdown-menu.show {
  display: block;
  position: absolute;
  z-index: 1;
}
.post-header .category-menu li:not(:last-child) {
  margin-right: 10px;
}
.post-header .category-menu li:nth-child(4) .dropdown-menu, .post-header .category-menu li:nth-child(3) .dropdown-menu {
  right: -11px;
  left: auto !important;
}
@media (max-width: 380px) {
  .post-header .category-menu li:nth-child(4) .dropdown-menu {
    width: 190px;
  }
}
.post-header .category-menu li:nth-child(3) .title:before, .post-header .category-menu li:nth-child(3) .title:after {
  right: 40px;
}
.post-header .category-menu li:nth-child(1) .title:before, .post-header .category-menu li:nth-child(1) .title:after {
  right: auto;
  left: 30px;
}
.post-header .category-menu li:nth-child(2) .title:before, .post-header .category-menu li:nth-child(2) .title:after {
  right: auto;
  left: 25px;
}
.post-header .category-menu .dropdown-toggle {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: var(--black_500);
  padding: 0 15px;
  font-size: 14px;
}
.post-header .category-menu .dropdown-toggle:hover, .post-header .category-menu .dropdown-toggle.show {
  color: var(--black_900);
}
.post-header .category-menu .dropdown-toggle.show::after {
  transform: rotate(180deg);
  top: 0;
}
.post-header .category-menu .dropdown-toggle:after {
  content: "3";
  font-family: eleganticons;
  border: 0;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled).active,
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled):active,
.post-header .category-menu .show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: var(--black_500);
  box-shadow: none;
}
.post-header .category-menu .dropdown-menu {
  border: 1px solid var(--black_50);
  background: var(--bs-white);
  box-shadow: var(--bs_xl);
  padding: 0;
  width: 260px;
  animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}
@media (max-width: 576px) {
  .post-header .category-menu .dropdown-menu {
    width: 210px;
  }
}
.post-header .category-menu .title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: var(--black_25);
  border-bottom: 1px solid var(--black_75);
  padding: 14px 20px 11px;
  line-height: 1;
  position: relative;
}
.post-header .category-menu .title:before {
  content: "";
  height: 16px;
  width: 16px;
  background: var(--black_50);
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -8px;
}
.post-header .category-menu .title:after {
  content: "";
  height: 16px;
  width: 16px;
  background: var(--black_25);
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -6px;
}
.post-header .category-menu .cate-search-form {
  padding: 0 20px;
  margin-top: 12px;
  margin-bottom: 0;
}
.post-header .category-menu .cate-search-form input {
  width: 100%;
  background: #fbfcfc;
  border: 1px solid #e2e7e8;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 14px;
}
.post-header .category-menu .cate-search-form input::placeholder {
  color: #a8acb6;
}
.post-header .category-menu .cate-search-form input:focus {
  background: #fff;
  border: 1px solid var(--black_800);
}
.post-header .category-menu .all-users {
  font-size: 14px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--black_75);
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.post-header .category-menu .all-users .count {
  margin-left: 5px;
  font-size: 10px;
  padding: 5px 6px 5px 7px;
}
.post-header .category-menu .all-users .dropdown-item {
  display: block;
  align-items: center;
  color: var(--black_500);
  text-decoration: none;
}
.post-header .category-menu .all-users .dropdown-item:hover {
  text-decoration: none;
  border-radius: 5px;
  color: var(--black_900);
}
.post-header .category-menu .all-users img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}
.post-header .category-menu .tagList a {
  padding: 0;
  color: var(--black_400);
}
.post-header .category-menu .tagList a span {
  border-radius: 4px;
  width: 12px;
  height: 12px;
  background: var(--bbpc_brand_color);
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
.post-header .category-menu .tagList a:not(:last-child) {
  border-bottom: 1px solid #e6eeef;
}
.post-header .category-menu .tagList a:hover, .post-header .category-menu .tagList a:focus {
  background: transparent;
  color: var(--black_800);
}
.post-header .category-menu .short-by {
  padding: 10px 20px;
  background-color: var(--bs-white);
  display: block;
  text-decoration: none;
}
.post-header .category-menu .short-by a {
  padding: 7px 0 7px 20px;
  position: relative;
  color: var(--black_400);
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.post-header .category-menu .short-by a:hover {
  background: transparent;
  color: var(--black_800);
}
.post-header .category-menu .short-by a.active-short {
  color: var(--black_800);
}
.post-header .category-menu .short-by a.active-short:before {
  content: "N";
  position: absolute;
  font-family: eleganticons;
  left: 0;
  top: 7px;
  color: #0abe76;
  font-size: 14px;
}

ul.forum-titles {
  list-style: none !important;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
ul.forum-titles li {
  text-align: right;
  font-size: 14px;
}
ul.forum-titles .forum-topic-count,
ul.forum-titles .forum-reply-count {
  flex-basis: 25%;
  color: var(--black_800);
}
ul.forum-titles .forum-freshness {
  flex-basis: 50%;
}
ul.forum-titles .forum-freshness .freshness-box {
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  flex-direction: column;
}
ul.forum-titles .forum-freshness .freshness-box a {
  color: var(--black_500);
  text-decoration: none;
}
ul.forum-titles .forum-freshness .freshness-box a:hover {
  color: var(--bbpc_brand_color);
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  align-items: center;
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm .bbp-author-name {
  margin-right: 10px;
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm .bbp-author-avatar img {
  max-width: 30px;
  border-radius: 50%;
}

.forum-page-content .communities-boxes {
  margin: 0 -30px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.answer-action {
  border-radius: 6px;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .answer-action {
    display: block;
  }
}
.answer-action .action-content {
  display: flex;
  align-items: center;
}
.answer-action .action-content .image-wrap {
  margin-right: 30px;
}
.answer-action .action-content .ans-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.answer-action .action-content p {
  margin: 0;
}
.answer-action .btn-ans {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid var(--bbpc_brand_color);
  transition: all 0.3s ease-in-out;
}
.answer-action .btn-ans:hover {
  background: transparent;
  color: var(--bbpc_brand_color);
}
@media (max-width: 768px) {
  .answer-action .btn-ans {
    margin-left: 130px;
    margin-top: 5px;
  }
}

.call-to-action {
  padding: 55px 0;
  background: #242729;
  position: relative;
}
.call-to-action .container {
  position: relative;
}
.call-to-action .overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.call-to-action .action-content-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .call-to-action .action-content-wrapper {
    display: block;
    text-align: center;
  }
}
.call-to-action .action-content-wrapper .action-title-wrap {
  display: flex;
  align-items: center;
}
.call-to-action .action-content-wrapper .action-title-wrap img {
  padding-right: 45px;
}
.call-to-action .action-content-wrapper .action-title-wrap .action-title {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .call-to-action .action-content-wrapper .action-title-wrap .action-title {
    font-size: 34px;
  }
}
.call-to-action .action-content-wrapper .action_btn {
  border: 1px solid var(--bbpc_brand_color);
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 500;
}
.call-to-action .action-content-wrapper .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.status_widget .status {
  margin-bottom: 25px;
}
.status_widget .offline {
  color: #f4b130;
  border: 2px solid #f5d597;
  padding: 0 13px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}
.status_widget .title-sm {
  font-size: 16px;
  color: var(--black_800);
  font-weight: 500;
  margin-bottom: 10px;
}
.status_widget .open-hours {
  margin-bottom: 30px;
}
.status_widget .open-hours p {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .status_widget .open-hours p {
    max-width: 240px;
  }
}
.status_widget .current-time {
  margin-top: 28px;
}
.status_widget .current-time:after {
  content: "";
  display: block;
  clear: both;
}
.status_widget .current-time li {
  float: left;
  width: 50%;
}

.w_tag_list.style-light li a {
  background: #f0f2f5;
}
.w_tag_list.style-light li a:hover {
  background: rgba(7, 134, 105, 0.15);
  color: var(--bbpc_brand_color);
  box-shadow: none;
}

.usefull-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.usefull-links li {
  padding: 7px 0;
}
.usefull-links li i {
  margin-right: 10px;
}
.usefull-links li a {
  color: var(--black_500);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.usefull-links li a:hover {
  color: var(--bbpc_brand_color);
}

.ticket_categories li,
.forumax-forums-list li {
  padding: 12px 0 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ticket_categories li:not(:last-child),
.forumax-forums-list li:not(:last-child) {
  border-bottom: 1px solid var(--black_50);
}
.ticket_categories li .forumax-forum-count,
.forumax-forums-list li .forumax-forum-count {
  background: rgba(175, 184, 193, 0.2);
  height: 22px;
  color: #838793;
  font-size: 12px;
  display: flex;
  line-height: 1.2;
  padding: 5px 7px 5px 8px;
  transition: all 0.3s;
  min-width: 20px;
  border-radius: 2em;
  font-weight: 500;
}
.ticket_categories li:hover .forumax-forum-count,
.forumax-forums-list li:hover .forumax-forum-count {
  background: var(--bbpc_brand_color);
  color: #fff;
}
.ticket_categories li:hover a,
.forumax-forums-list li:hover a {
  color: var(--bbpc_brand_color);
}
.ticket_categories li img,
.forumax-forums-list li img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-width: 16px;
}
.ticket_categories li a,
.forumax-forums-list li a {
  font-size: 16px;
  color: var(--black_700);
  text-decoration: none !important;
}

/* Forum Profile Area css
============================================================================================ */
.forum-user-wrapper {
  background: #fbfbfc;
  padding-bottom: 135px;
}
.forum-user-wrapper .forum_main_inner {
  margin-top: -60px;
}

form#bbp-reply-search-form:focus-within,
form#bbp-topic-search-form:focus-within {
  border-color: var(--bbpc_brand_color);
}
form#bbp-reply-search-form input[type=search],
form#bbp-topic-search-form input[type=search] {
  border: none;
  padding-left: 10px;
  width: 100%;
}

.author_option {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 50px 30px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}
.author_option .author_img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.author_option .nav.nav-tabs {
  border: none;
}
.author_option .nav.nav-tabs li {
  margin-bottom: 10px;
}
.author_option .nav.nav-tabs li a {
  border: none;
  background: #f5f5f9;
  line-height: 50px;
  padding: 0 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #232361;
}
.author_option .nav.nav-tabs li a i {
  padding-right: 2px;
}
.author_option .nav.nav-tabs li a svg {
  position: relative;
  top: -2.5px;
  margin-right: 7px;
}
.author_option .nav.nav-tabs li a:hover, .author_option .nav.nav-tabs li a.active {
  background: var(--bbpc_brand_color);
  color: #fff;
}
.author_option .nav.nav-tabs li a:hover svg path, .author_option .nav.nav-tabs li a.active svg path {
  fill: #fff;
}
.author_option .nav.nav-tabs li:last-child {
  margin-bottom: 0;
}

.forum_body_area {
  background: #fff;
  padding: 50px 40px 30px 40px;
  border-radius: 10px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}

.search_forum {
  margin-bottom: 45px;
}
.search_forum input {
  height: 50px;
  border: 1px solid #f1f1f8;
  border-radius: 25px;
  background: #f7f7fb;
  padding: 0 30px;
  line-height: 50px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input:focus {
  border: 1px solid #f1f1f8;
  background: #f7f7fb;
  outline: none !important;
  box-shadow: none !important;
}
.search_forum input.placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum .input-group-append button {
  position: relative;
  background: var(--bbpc_brand_color);
  width: 80px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search_forum .input-group-append button i {
  transform: rotate(-90deg);
  position: absolute;
  left: 58%;
  text-align: center;
  top: 0;
  height: 100%;
}

.forum_topic_list h2 {
  color: #232361;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.list_pagination {
  padding-top: 20px;
}
.list_pagination .left {
  line-height: 36px;
}
.list_pagination .left p {
  font-size: 14px;
  color: #6b6b80;
  font-weight: 400;
  margin-bottom: 0;
}
.list_pagination .right nav ul {
  border: none;
  margin-bottom: 0;
}
.list_pagination .right nav ul li {
  margin-right: 6px;
}
.list_pagination .right nav ul li a {
  border: none;
  background: #f8f8f8;
  padding: 0;
  font-size: 14px;
  color: #6b6b80;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 10px !important;
  outline: none;
  box-shadow: none;
}
.list_pagination .right nav ul li:hover a, .list_pagination .right nav ul li.active a {
  background: var(--bbpc_brand_color);
  color: #fff;
}
.list_pagination .right nav ul li:last-child {
  margin-right: 0;
}

.profile_info .p_info_item_inner .col-sm-4:last-child .p_info_item img {
  margin-top: -13px;
}
.profile_info .p_info_item_inner .p_info_item {
  border: 1px solid #f1f1f8;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  border-radius: 6px;
}
.profile_info .p_info_item_inner .p_info_item img {
  margin-bottom: 20px;
}
.profile_info .p_info_item_inner .p_info_item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.profile_info .p_info_item_inner .p_info_item .info_btn {
  color: var(--bbpc_brand_color);
  background: #f1f1fe;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 13px;
}
.profile_info .p_info_item_inner .p_info_item .info_number {
  background: #fff4ee;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 18px;
  display: inline-block;
  border-radius: 13px;
  color: #ff762b;
}

.info_list {
  padding-top: 45px;
  padding-bottom: 60px;
}
.info_list li {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--p_color);
}
.info_list li span {
  min-width: 250px;
  color: var(--black_800);
  font-size: 14px;
  font-weight: 700;
  float: left;
  overflow: hidden;
}
.info_list li a {
  color: #6b6b80;
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.info_list li:last-child {
  margin-bottom: 0;
}

.p_social {
  border-top: 1px solid #f0f0f7;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 22px;
}
.p_social li:first-child {
  padding-left: 40px;
}
.p_social li:last-child {
  padding-right: 40px;
  margin-right: 0;
}
.p_social li {
  margin-right: 10px;
}
.p_social li a {
  height: 45px;
  width: 45px;
  background: #f2f2f7;
  color: var(--black_400);
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 10px;
  transition: all 300ms linear 0s;
}
.p_social li a:hover {
  color: #fff;
  background: var(--bbpc_brand_color);
}

.topic_comment_list li .media {
  padding-left: 18px;
  padding-right: 25px;
  padding-top: 28px;
}
.topic_comment_list li .media .d-flex {
  padding-right: 18px;
}
.topic_comment_list li .media .media-body {
  border-bottom: 1px solid var(--border_on_white);
  padding-bottom: 28px;
}
.topic_comment_list li .media .media-body .t_title h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.topic_comment_list li .media .media-body .dropdown {
  margin-top: -30px;
  float: right;
  margin-right: 14px;
}
.topic_comment_list li .media .media-body .dropdown button:after {
  display: none;
}
.topic_comment_list li .media .media-body .dropdown button {
  font-size: 34px;
  color: var(--black_400);
  padding: 0;
  line-height: 26px;
  border: none;
  outline: none;
  box-shadow: none;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu {
  left: auto !important;
  right: -14px;
  top: 20px !important;
  padding: 14px 0;
  border: 1px solid #e8eff0;
  background: #fff;
  min-width: 218px;
  box-shadow: 0 30px 40px 0 rgba(4, 4, 89, 0.1);
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 16px;
  top: -10px;
  z-index: 1;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e8eff0 transparent;
  position: absolute;
  right: 16px;
  top: -11px;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu a {
  padding: 0 24px;
  line-height: 34px;
  font-size: 16px;
  color: var(--p_color);
}
.topic_comment_list li .media .media-body h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--p_color);
  margin-right: 18px;
  margin-bottom: 13px;
}
.topic_comment_list li .media .media-body h6 i {
  padding-right: 7px;
  font-size: 14px;
}
.topic_comment_list li .media .media-body p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.topic_comment_list li .media .media-body .help_start {
  font-size: 14px;
  color: var(--black_400);
  float: right;
  margin-top: -22px;
}
.topic_comment_list li .media .media-body .help_start i {
  color: #f9ae44;
  font-size: 14px;
  padding-right: 5px;
}
.topic_comment_list li .media .help_btn {
  margin-left: 7px;
}
.topic_comment_list li:last-child .media .media-body {
  border-bottom: 0;
}

/* End Forum Area css
============================================================================================ */
/* Forum Sidebar Area css
============================================================================================ */
.forum_sidebar {
  padding-left: 20px;
  font-size: 14px;
  padding-right: 5px;
}

.topics-filter {
  margin-bottom: 30px;
}
.topics-filter .nav-item .nav-link {
  position: relative;
  color: var(--black_400);
}
.topics-filter .nav-item .nav-link i {
  margin-right: 2px;
  margin-top: -2px;
}
.topics-filter .nav-item .nav-link.active, .topics-filter .nav-item .nav-link:hover {
  color: var(--black_800);
}
.topics-filter .nav-item .nav-link.active::after, .topics-filter .nav-item .nav-link:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 25%;
  background: var(--bbpc_brand_color);
}

.forum_sidebar_area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.forum_sidebar_area .custom_container {
  position: relative;
}
.forum_sidebar_area .right_side_forum {
  margin-left: 50px;
}

.left_side_forum {
  max-width: 265px;
}

.wd_title {
  margin-bottom: 25px;
  font-size: 18px;
}

.l_widget {
  margin-bottom: 45px;
}

.comment_list .navbar-nav li {
  border-bottom: 1px solid #e6edf0;
  padding: 10px 0;
}
.comment_list .navbar-nav li:first-child {
  padding-top: 0;
}
.comment_list .navbar-nav li .media .d-flex {
  padding-right: 10px;
}
.comment_list .navbar-nav li .media .d-flex i {
  margin-top: 3px;
  color: var(--p_color);
}
.comment_list .navbar-nav li .media .media-body h4 {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  transition: all 300ms linear 0s;
}
.comment_list .navbar-nav li .media .media-body h5 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
  margin-bottom: 0;
}
.comment_list .navbar-nav li .media .media-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.comment_list .navbar-nav li:hover .media .media-body h4 {
  color: var(--bbpc_brand_color);
}
.comment_list .navbar-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.forum_body .navbar-nav li {
  padding: 25.5px 30px;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 {
  margin-bottom: 8px;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 i {
  color: #22863a;
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.forum_body .navbar-nav li .media .media-body h6 svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.forum_body .navbar-nav li .media .media-body h6:hover {
  color: var(--bbpc_brand_color);
}
.forum_body .navbar-nav li .media .media-body h6:hover svg path {
  fill: var(--bbpc_brand_color);
}
.forum_body .navbar-nav li .media .media-right .nav {
  display: inline-block;
}
.forum_body .navbar-nav li .media .media-right .nav li {
  display: inline-block;
  padding: 0;
  margin-left: -12px;
  border: none;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li a {
  margin-left: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li a:after {
  display: none;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu {
  min-width: 400px;
  background: #fff;
  left: auto !important;
  right: -18px !important;
  padding: 30px 30px 30px 30px;
  margin-top: 15px;
  border: 1px solid #e6edf0;
  box-shadow: 0 30px 40px rgba(10, 71, 102, 0.1);
  border-radius: 4px;
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  z-index: 1;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:after {
  content: "";
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e6edf0 transparent;
  position: absolute;
  right: 18px;
  top: -17px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media {
  margin-bottom: 50px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .d-flex {
  padding-right: 15px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body .follow_btn {
  width: 90px;
  height: 30px;
  border: 1px solid var(--black_500);
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body .follow_btn:hover {
  background: var(--bbpc_brand_color);
  color: #fff;
  border-color: var(--bbpc_brand_color);
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items {
  text-align: center;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items h4 {
  font-size: 14px;
  font-weight: 400;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.forum_body .navbar-nav li .media .media-right .nav:hover li {
  margin-left: 4px;
}
.forum_body .navbar-nav li .media .media-right a {
  margin-left: 45px;
  color: #54595d;
}
.forum_body .navbar-nav li .media .media-right a i {
  margin-right: 10px;
  color: #818799;
}
.forum_body .navbar-nav li .media .media-right a:hover {
  color: var(--bbpc_brand_color);
}
.forum_body .navbar-nav li .media .media-right a:hover i {
  color: var(--bbpc_brand_color);
}
.forum_body .navbar-nav li:hover .media .media-body .t_title h4 {
  color: var(--bbpc_brand_color);
}

.fade {
  transition: opacity 0.5s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.bbpress .breadcrumb .breadcrumb-item {
  margin-top: 0;
}
.bbpress a.bbp-breadcrumb-home {
  color: var(--black_900);
  font-size: 14px;
  text-decoration: none;
}
.bbpress a.bbp-breadcrumb-home:hover {
  color: #fff;
}

/****** ===================================== CSS ==================================== **/
.bbp-template-notice {
  margin-bottom: 30px;
}

.bbp-template-notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bbp-template-notice ul li.bbp-forum-description a {
  color: var(--bbpc_brand_color);
  text-decoration: none;
}
.bbp-template-notice ul li.bbp-forum-description a:hover {
  text-decoration: underline;
}

.bbp-forum-description span.bbp-author-avatar {
  display: none;
}

.communities-boxes .forumax-com-box .icon-container {
  margin-bottom: 25px;
}

.communities-boxes .forumax-com-box .icon-container img {
  max-width: 50px;
  border-radius: 5px;
}

.community-post.style-two .meta li img {
  max-width: 18px;
  border-radius: 10px;
}

.bbp-shortcode .bbp-no-topic {
  margin: 0;
}

.bbp-no-topic,
.bbp-reply-form {
  margin-top: 60px;
}

.bbp-login-form legend,
#new-post legend {
  font-family: "Roboto", sans-serif;
  color: var(--black_800);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

#bbpress-forums fieldset.bbp-form input[type=text],
.bbp-login-form input[type=text],
.bbp-login-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#new-post .bbp-the-content-wrapper textarea,
#new-post input[type=text] {
  height: 46px;
  line-height: 1.4;
  background: var(--bs-white);
  box-shadow: none;
  border: 1px solid var(--black_75);
  padding-left: 20px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 4px;
  color: var(--black_600);
  width: 100%;
}
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
.bbp-login-form input[type=text]:focus,
.bbp-login-form input[type=password]:focus,
#bbpress-forums fieldset.bbp-form input[type=password]:focus,
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#new-post .bbp-the-content-wrapper textarea:focus,
#new-post input[type=text]:focus {
  border-color: var(--bbpc_brand_color);
}

#bbpress-forums fieldset.bbp-form .frmx-nice-select {
  float: inherit;
}

.bbp-form .wp-editor-container {
  border: 1px solid var(--black_75);
}
.bbp-form .wp-editor-container:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
  border: 1px solid transparent;
}

#bbpress-forums fieldset.bbp-form p {
  margin: 8px 0 8px;
}

#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 100%;
}

.aq-form-wrapper .form-item {
  margin-top: 30px;
}
.aq-form-wrapper .form-item .frmx-nice-select.bbp_dropdown {
  width: 100%;
}

.bbp-submit-wrapper .fill-brand {
  font: 500 14px "Roboto", sans-serif;
  color: #fff !important;
  margin: 0;
  background: rgba(8, 102, 255, 0.8);
  padding: 15px 30px;
  border-radius: 4px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  width: fit-content;
}

#new-post .bbp-the-content-wrapper {
  margin-top: 30px;
  width: 100%;
}

.bbp-reply-form #new-post .bbp-the-content-wrapper {
  padding: 0;
  margin-bottom: 25px;
}

div.bbp-submit-wrapper {
  float: none;
  display: flex;
  gap: 15px;
  flex-flow: column;
}

.bbp-your-profile > fieldset.bbp-form {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px dashed var(--black_75);
}
.bbp-your-profile > fieldset.bbp-form input[value=admin] {
  color: red;
}
.bbp-your-profile > fieldset.bbp-form #password {
  margin: 25px 0;
}
.bbp-your-profile > fieldset.bbp-form #password .user-generate-password {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bbp-your-profile > fieldset.bbp-form #password .wp-pwd .wp-cancel-pw span {
  height: auto;
  width: auto;
  line-height: 22px;
}
.bbp-your-profile > fieldset.bbp-form #password .button {
  background: transparent;
  border: 1px solid transparent;
  padding: 4px 13px;
  transition: all 0.3s;
  border-radius: 5px;
  font-size: 14px;
}
.bbp-your-profile > fieldset.bbp-form #password .button.wp-generate-pw {
  background: rgba(8, 102, 255, 0.1);
  border-color: rgba(8, 102, 255, 0.1);
  color: var(--bbpc_brand_color);
}
.bbp-your-profile > fieldset.bbp-form #password .button.wp-generate-pw:hover {
  background: rgba(8, 102, 255, 0.3);
  border-color: rgba(8, 102, 255, 0.3);
}
.bbp-your-profile > fieldset.bbp-form #password .button.wp-hide-pw {
  color: var(--bbpc_brand_color);
  border: 1px solid var(--black_50);
}
.bbp-your-profile > fieldset.bbp-form #password .button.wp-cancel-pw {
  color: #f84949;
  border: 1px solid var(--black_50);
  transition: all 0.3s ease-in-out;
}
.bbp-your-profile > fieldset.bbp-form #password .button.wp-cancel-pw:hover {
  color: #fff;
  background: #f84949;
  border-color: #f84949;
}
.bbp-your-profile > fieldset.bbp-form #password .button .dashicons {
  font-size: 14px;
}
.bbp-your-profile > fieldset.bbp-form #password .password-button-wrapper {
  display: flex;
  gap: 8px;
}
.bbp-your-profile > fieldset.bbp-form #password .password-input-wrapper {
  position: relative;
}
.bbp-your-profile > fieldset.bbp-form #password .password-input-wrapper .wp-hide-pw {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e8695;
  padding: 0;
  border: 0;
}
.bbp-your-profile > fieldset.bbp-form legend {
  margin: 0;
  color: var(--black_900);
}
.bbp-your-profile > fieldset.bbp-form textarea {
  width: 100%;
  padding: 10px 20px;
}
.bbp-your-profile > fieldset.bbp-form textarea:focus {
  border-color: var(--bbpc_brand_color);
}
.bbp-your-profile > fieldset.bbp-form .pw-weak {
  margin: 4px 0 12px;
}
.bbp-your-profile > fieldset.bbp-form .pw-weak .pw-checkbox {
  margin: 0;
}
.bbp-your-profile .user-submit {
  margin-top: 18px;
}
.bbp-your-profile .form-table th,
.bbp-your-profile .form-table td {
  border: none;
  vertical-align: text-top;
}

#new-post .bbp-the-content-wrapper textarea {
  height: 300px;
  border: none;
  line-height: 1.5;
  padding: 20px;
}

form.bbp-login-form {
  position: relative;
}

.bbp-login-form .bbp-form .bbp-remember-me {
  margin-bottom: 5px;
  margin-top: 20px;
}

.bbp_widget_login .bbp-login-links {
  float: right;
}

.bbp-login-form label,
#new-post label {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--black_800);
  font-size: 14px;
  margin-bottom: 2px;
}

.bbp_widget_login .bbp-login-links a.bbp-lostpass-link {
  padding-top: 5px;
}

input.checkbox-tik {
  color: var(--black_500);
  position: relative;
  width: 12px;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}

.checkbox-tik + label {
  padding-left: 5px;
  font-size: 15px;
}

input.checkbox-tik:checked:before {
  border-color: var(--bbpc_brand_color);
}

input.checkbox-tik:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--black_500);
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}

input.checkbox-tik:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid var(--bbpc_brand_color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s linear;
}

input.checkbox-tik:checked:after {
  opacity: 1;
}

.bbp-remember-me label,
#new-post #bbp_topic_subscription + label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.bbp-submit-wrapper {
  margin-bottom: 0;
}

input#bbp_topic_subscription + label {
  color: var(--black_500);
}

.community-post .post-meta-wrapper .post-meta-info li a i {
  font-size: 14px;
}

#bbpress-forums .post-header .category-menu li:not(:last-child) {
  margin-right: 40px;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 60px;
}

.forum-post-content .forum-post-btm .taxonomy i,
.forum-post-content .forum-post-btm .taxonomy img,
.community-post .post-meta-wrapper .post-meta-info li a i,
.community-post.style-two .meta li i,
.community-post.style-two .meta li img {
  margin-right: 4px;
}

ul.forum-titles .forum-freshness .freshness-box a {
  font-size: 12px;
}

ul.forum-titles .forum-freshness .freshness-box .freshness-btm .bbp-author-avatar img {
  height: auto;
}

.bbp-pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bbp-pagination {
    justify-content: start;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.pagination-wrapper .page-numbers {
  display: block;
  color: var(--black_500);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--black_50);
  border-radius: 3px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none !important;
}
.pagination-wrapper .page-numbers:not(.current):hover {
  background: rgba(7, 134, 105, 0.2);
}
.pagination-wrapper .page-numbers.current {
  background: var(--bbpc_brand_color);
  color: #fff;
}

.pagination-wrapper .view-post-of {
  width: 100%;
}

.pagination-wrapper .page-numbers:last-child {
  margin-right: 0;
}

.bbp-no-reply,
.bbp-forum-closed {
  margin-top: 50px;
}

/** === Widgets === **/
.widget_display_stats dl dt {
  float: left;
  clear: left;
  margin: 0 0 10px;
}

.widget_display_stats dl dd {
  float: right;
  margin: 0;
}

.widget_display_replies li:before {
  font-family: eleganticons;
  content: "w";
  margin: 0 12px 0 0;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.widget_display_topics li::before {
  font-family: eleganticons;
  content: "b";
  margin: 0 12px 0 0;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: -2px;
}

.widget_display_topics .bbp-forum-title,
.widget_display_replies .bbp-forum-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.36;
  color: var(--black_800);
  font-weight: 500;
  text-decoration: none;
}

.widget_display_topics li,
.widget_display_replies li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7e9;
}
.widget_display_topics li div,
.widget_display_topics li time,
.widget_display_replies li div,
.widget_display_replies li time {
  color: var(--black_400);
  display: block;
}
.widget_display_topics li .bbp-author-avatar img,
.widget_display_replies li .bbp-author-avatar img {
  border-radius: 50%;
  margin-right: 5px;
  height: revert-layer;
}

.widget_display_topics li a:hover,
.widget_display_replies li a:hover {
  color: var(--bbpc_brand_color);
}

.bbp-logged-in .avatar {
  float: left;
  margin: 0 15px 0 0;
  border-radius: 99%;
}

.bbp-logged-in h4 {
  font-weight: normal;
  font-size: 18px;
  clear: none;
  margin: 0 0 5px;
}

.bbp-logged-in h4 a {
  color: #333;
  font-weight: 500;
}

.bbp-logged-in a.button.logout-link:hover,
.bbp-logged-in h4 a:hover {
  color: var(--bbpc_brand_color);
}

.bbp-logged-in a.button.logout-link:hover,
.bbp-logged-in a.button.logout-link {
  color: #666;
}

.bbp-submit-wrapper {
  float: left;
  margin-top: 0;
}

.forum-post-content .forum-post-btm .taxonomy.forum-post-cat {
  display: flex;
}

.comment-content .bbp-topic-reply-link:hover {
  background: #fff;
  border: 1px solid var(--black_800);
  color: var(--black_800);
}

.page-numbers {
  cursor: pointer !important;
}

.pagination-wrapper .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

#tagList {
  padding-left: 30px;
}

/* Error */
.community-post-error {
  padding: 60px 40px;
  border-style: solid;
  border-color: #e1e4e8;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 1px;
}

.community-post-error .error-content {
  text-align: center;
}

.community-post-error .error-content h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  font-weight: 400;
}

.community-post-error .error-content p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.community-post-error .error-content .error-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: #a3aab1;
}

.community-post-error .error-content .forumax-error {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

/* Loading */
.forum-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 50px;
  text-align: center;
}

.forum-loading .configure-border-1 {
  width: 50px;
  height: 50px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb5b53;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.forum-loading .configure-border-2 {
  width: 50px;
  height: 50px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(63, 249, 220);
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.forum-loading .configure-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
.community-post.style-two .post-content .entry-content .post-title {
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
}
.community-post.style-two .post-content .entry-content .solved-topic-bar {
  display: inline;
}

/** ==== Forum Search Results === **/
div.bbp-forum-header,
div.bbp-reply-header,
div.bbp-topic-header,
li.bbp-body div.hentry {
  padding: 15px;
}

#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-topic-author {
  text-align: left;
  padding-left: 10px;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  border-radius: 5px;
}

a.sbv-show-where-step {
  padding-left: 5px;
  margin-bottom: 10px;
  display: block;
}

.sbv-purchase-submit #sbv-verify-exec {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  background: var(--bbpc_brand_color);
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
  margin: 15px 0 !important;
  border: none;
}

.sbv-purchase-submit #sbv-verify-exec:hover {
  box-shadow: 0 20px 30px 0 rgba(76, 76, 241, 0.24);
}

.reply-edit #bbpress-forums fieldset.bbp-form,
.reply-edit .bbp-no-topic,
.bbp-reply-form,
.topic-edit .bbp-topic-form {
  margin-top: 0;
}

/** === Topic Edit Page Styling === **/
.topic-edit #bbpress-forums fieldset.bbp-form {
  padding: 0;
  margin: 0;
}

.reply-edit .bbp-reply-form {
  padding: 0;
}
.reply-edit .breadcrumb .breadcrumb-item:last-child {
  display: none;
}

.bbpress-wrapper .bbp-reply-form {
  padding: 30px;
  margin: 50px;
}

.forum-search #bbpress-forums .bbp-pagination {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.bbp-user-page .support-info {
  display: flex;
  justify-content: space-between;
  width: inherit !important;
}
.bbp-user-page .page_wrapper {
  position: relative;
}
.bbp-user-page .titlebar {
  padding: 180px 0 170px;
  background: linear-gradient(45deg, #C7F5FE 10%, #C7F5FE 40%, #FCC8F8 40%, #FCC8F8 60%, #EAB4F8 60%, #EAB4F8 65%, #F3F798 65%, #F3F798 90%);
}

#bbpress-forums {
  font-size: 14px;
  line-height: 1.7;
}
#bbpress-forums .bbp-single-user-details {
  background: var(--bs-white);
  border-radius: 10px;
  padding: 30px 20px;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation a {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  color: var(--black_800);
  background: rgba(208, 215, 222, 0.32);
  border-radius: 3px;
  display: block;
  text-decoration: none;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li {
  margin-top: 4px;
  list-style: none;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li:not(.current) a:hover {
  background: rgba(7, 134, 105, 0.2);
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li.current a {
  color: #fff;
  background-color: var(--bbpc_brand_color);
}
#bbpress-forums .bbp-single-user-details #bbp-user-avatar {
  margin-bottom: 20px;
}
#bbpress-forums .bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

#bbpress-forums .bbp-user-body {
  background: var(--bs-white);
  margin-bottom: 120px;
  border-radius: 10px;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  padding-top: 40px;
  font-size: 2em;
}
#bbpress-forums .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 65px;
}
#bbpress-forums .bbp-user-section .forum-post-top {
  margin-bottom: 8px;
}
#bbpress-forums .bbp-user-section .forum-post-top .bbp-author {
  align-items: center;
}
#bbpress-forums .bbp-user-section .pagination-wrapper {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 18px;
  box-shadow: none;
}
#bbpress-forums .bbp-user-section .forum-comment {
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
}
#bbpress-forums .bbp-user-section .forum-comment .comment-content p:last-child {
  margin: 0;
}
#bbpress-forums .bbp-user-section .forum-comment.odd {
  padding: 25px;
  border-radius: 10px;
  background: var(--black_25);
}

.bbp-search-form form.search-form .form-control {
  height: 50px;
  padding-left: 45px;
  background: var(--black_25);
  border: 1px solid var(--black_75);
}
.bbp-search-form form.search-form button {
  left: 20px;
  font-size: 14px;
}

.bbp-shortcode.page #bbpress-forums {
  margin-bottom: 0;
}
.bbp-shortcode.page #bbpress-forums fieldset.bbp-form {
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 0;
}
.bbp-shortcode.page #bbpress-forums fieldset.bbp-form.bbpc-attachment {
  border: none;
}
.bbp-shortcode.page .bbp-topic-form {
  margin-top: 0;
}
.bbp-shortcode.page form#new-post {
  margin: 0;
}
@media (max-width: 768px) {
  .bbp-shortcode.page form#new-post {
    margin: 0 20px 20px;
  }
}
.bbp-shortcode.page .page_wrapper ul:not(.ordered-list) {
  list-style: none !important;
  padding: 0;
}

/* REPLY SINGLE USER ICON */
.forum-author-meta .author-badge > img {
  margin-right: 2px;
  width: 18px;
  max-width: 18px;
  height: auto;
  margin-top: -3px;
}
.forum-author-meta .author-badge.keymaster {
  background-color: #262626;
}
.forum-author-meta .author-badge.participant img {
  width: 16px;
}

/* === bbPress Default CSS === */
div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both;
}
div.bbp-template-notice li,
div.bbp-template-notice p,
div.indicator-hint li,
div.indicator-hint p {
  margin: 0.5em 0 6px !important;
  padding: 2px;
  font-size: 13px;
  line-height: 1.4;
}
div.bbp-template-notice li a,
div.bbp-template-notice p a,
div.indicator-hint li a,
div.indicator-hint p a {
  text-decoration: none;
}
div.bbp-template-notice li a:hover,
div.bbp-template-notice p a:hover,
div.indicator-hint li a:hover,
div.indicator-hint p a:hover {
  text-decoration: underline;
  color: var(--bbpc_brand_color);
}

div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}
.bbp-login-form .bbp-submit-wrapper.has-bbp-register {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 15px;
}

.post-header .category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-header .category-menu li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.post-header .category-menu li:not(:last-child) {
  margin-right: 10px;
}

.bbp-search-form {
  width: 100%;
  padding-bottom: 40px;
}
.bbp-search-form form {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.bbp-search-form form:focus-within {
  border-color: #4A90E2 !important;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.2);
}
.bbp-search-form form input[type=search],
.bbp-search-form form input[type=text] {
  flex: 1;
  outline: none;
  background: transparent;
  box-shadow: none;
  height: 100%;
  padding: 0 10px;
  font-size: 15px;
}
.bbp-search-form form button,
.bbp-search-form form span {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bbp-search-form form i,
.bbp-search-form form .icon_search {
  color: #888888;
  font-size: 18px;
  display: inline-block;
  transform: rotate(270deg);
  visibility: visible;
  opacity: 1;
}

/** === Table Styles === **/
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px !important;
}
table td,
table th {
  border-top: 1px solid var(--black_75);
  padding: 10px 15px;
}
table tr td p:last-child {
  margin-bottom: 0;
}
table.is-style-stripes tbody > tr:nth-child(2n) td {
  background: #f2f2f2;
  color: #6d7882;
}

table thead,
.table_shortcode thead {
  background: var(--brand_color);
  color: #fff;
}
table thead th,
.table_shortcode thead th {
  padding: 20px 25px;
  border: 0;
}
table thead tr th,
table thead tr .th,
.table_shortcode thead tr th,
.table_shortcode thead tr .th {
  background: var(--brand_color);
  color: #fff;
}
table th,
table td,
.table_shortcode th,
.table_shortcode td {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
table th,
.table_shortcode th {
  font-weight: 500;
}
table tbody tr,
.table_shortcode tbody tr {
  background: var(--black_50);
  border: none;
}
table tbody tr th,
.table_shortcode tbody tr th {
  background: var(--black_90);
}
table tbody tr th a,
.table_shortcode tbody tr th a {
  color: #fff;
}
table tbody tr td,
table tbody tr th,
.table_shortcode tbody tr td,
.table_shortcode tbody tr th {
  padding: 8px 15px;
}
table tbody tr td,
.table_shortcode tbody tr td {
  color: var(--black_700);
}
table tbody tr:nth-child(odd),
.table_shortcode tbody tr:nth-child(odd) {
  background: rgba(249, 249, 249, 0.4);
}

.forum-sidebar {
  padding-left: 15px;
  padding-right: 5px;
}
.forum-sidebar .bbpc_forum_information .bbpc-widget-forum-info table {
  border: none;
}
.forum-sidebar .bbpc_forum_information .bbpc-widget-forum-info .show_last_post_user td a {
  text-decoration: none;
}
.forum-sidebar .bbpc_forum_information .bbpc-widget-forum-info .show_last_post_user td a:hover {
  text-decoration: underline;
}
.forum-sidebar .widget_display_topics li a:hover,
.forum-sidebar .widget_display_replies li a:hover {
  color: var(--bbpc_brand_color);
}
.forum-sidebar .forumax_recent_topics_widget .bbp-topics-widget li a,
.forum-sidebar .forumax_recent_topics_widget .bbp-replies-widget li a,
.forum-sidebar .forumax_recent_replies_widget .bbp-topics-widget li a,
.forum-sidebar .forumax_recent_replies_widget .bbp-replies-widget li a {
  text-decoration: none;
  color: var(--black_800);
}
.forum-sidebar .forumax_recent_topics_widget .bbp-topics-widget li a:hover,
.forum-sidebar .forumax_recent_topics_widget .bbp-replies-widget li a:hover,
.forum-sidebar .forumax_recent_replies_widget .bbp-topics-widget li a:hover,
.forum-sidebar .forumax_recent_replies_widget .bbp-replies-widget li a:hover {
  text-decoration: underline;
  color: var(--bbpc_brand_color);
}

.upload-attachments-form .bbpc_attachments input {
  border: none;
  box-shadow: none;
  padding: 0;
  width: max-content;
}

.bbp-reply-form .upload-attachments-form {
  padding-left: 0 !important;
}

.bbp-topic-form .upload-attachments-form {
  width: 100% !important;
  margin-left: 18px;
  margin-top: 10px;
}

.upload-attachments-form legend {
  padding: 0;
  margin: 8;
}

.bbp-your-profile fieldset {
  border: none;
}
.bbp-your-profile .bbp-form .frmx-edit-user {
  width: 100% !important;
}
.bbp-your-profile .bbp-form .frmx-edit-user .frmx-col-lg-6 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .bbp-your-profile .bbp-form .frmx-edit-user .frmx-col-lg-6 {
    width: 100% !important;
  }
}

.topic-content-wrapper .bbp-voting {
  left: 45px;
}

.bbp-author-wrap .bbp-voting {
  left: -4px !important;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  width: 100% !important;
}

.frmx-nice-select .option:hover,
.frmx-nice-select .option.focus,
.frmx-nice-select .option.selected.focus {
  background-color: var(--bs-white) !important;
}

#bbpress-forums .bbp-user-section {
  overflow: hidden !important;
}

.bbp-user-section .comment-content p {
  word-break: break-all;
}

.wp-theme-astra .bbp-author-wrap .bbp-voting {
  left: 34px;
}
.wp-theme-astra .all-answers .forum-comment .comment-content .alert {
  margin-bottom: 16px !important;
}
.wp-theme-astra .bbp-eib-content button {
  box-shadow: none !important;
  border: none !important;
}
.wp-theme-astra .mce-widget button:hover {
  background-color: transparent !important;
}
.wp-theme-astra #bbpress-forums fieldset.bbp-form {
  padding: 0 !important;
}

.wp-theme-hello-elementor button.forumax-reaction-option {
  border: none;
}
.wp-theme-hello-elementor .forumax-reaction-option {
  padding: 0 !important;
}

.wp-theme-oceanwp .content-area {
  width: 100% !important;
}
.wp-theme-oceanwp .all-answers .forum-comment .comment-content .alert {
  margin-bottom: 16px !important;
}
.wp-theme-oceanwp a:focus {
  outline: none !important;
}
.wp-theme-oceanwp #bbpress-forums fieldset.bbp-form p.bbp-attachments-form {
  float: none !important;
  width: 50%;
  margin-top: 0 !important;
}
.wp-theme-oceanwp #bbpress-forums fieldset.bbp-form legend {
  margin-bottom: 0 !important;
}
.wp-theme-oceanwp .bbp-topic-form input#anonymous_topic {
  margin-top: 0 !important;
}
.wp-theme-oceanwp .bbp-shortcode.page #bbpress-forums fieldset.bbp-form {
  box-shadow: none;
  margin-top: 0px !important;
}
.wp-theme-oceanwp form legend {
  border: none !important;
}
.wp-theme-oceanwp .aq-form-wrapper p {
  margin-top: 10px;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 97% !important;
  margin-left: 0 !important;
}

.wp-theme-generatepress .site-content {
  display: flex;
  flex-direction: column !important;
}
.wp-theme-generatepress .site-content .content-area {
  width: 100% !important;
}
.wp-theme-generatepress .site-content .all-answers .forum-comment .comment-content .alert {
  margin-bottom: 16px !important;
}
.wp-theme-generatepress .community-posts-wrapper .entry-content {
  margin-top: 0 !important;
}
.wp-theme-generatepress #bbpress-forums fieldset.bbp-form {
  padding: 0 !important;
}

.wp-theme-ama .topic-content-wrapper .bbp-voting {
  left: 35px;
}
.wp-theme-ama .bbp-private-reply .bbp-author-wrap .bbp-voting {
  left: 56px;
}
.wp-theme-ama .single-topic .main-post .forum-post-top {
  margin-bottom: 8px !important;
}
.wp-theme-ama .forum-post-top {
  margin-bottom: 0;
}
.wp-theme-ama .bbp-author-wrap .bbp-voting {
  left: 32px;
}
.wp-theme-ama .aq-form-wrapper .form-item {
  margin-top: 0px;
}
.wp-theme-ama .accepted-ans-mark {
  color: #fff !important;
}
.wp-theme-ama .all-answers .forum-comment {
  margin-top: 0px;
}

img.attachment-forumax_60x60.size-forumax_60x60.wp-post-image {
  width: 100%;
}

.wp-theme-docly .bbpress-wrapper .bbp-topic-form {
  margin: 100px !important;
}
.wp-theme-docly .bbp-author-wrap .bbp-voting {
  left: 7px !important;
}
.wp-theme-docly #bbpress-forums fieldset.bbp-form {
  padding: 0 !important;
}

.wp-theme-docy #bbpress-forums fieldset.bbp-form {
  padding: 10px 0px !important;
}
.wp-theme-docy #bbpress-forums div.bbp-the-content-wrapper {
  padding: 14px !important;
}
.wp-theme-docy .bbp-author-wrap .bbp-voting {
  left: 29px;
}
.wp-theme-docy .topic-content-wrapper .bbp-voting {
  left: 36px !important;
}
.wp-theme-docy .aq-form-wrapper .bbp-the-content-wrapper {
  padding: 13px !important;
}
.wp-theme-docy .aq-form-wrapper .form-item {
  margin-top: 0px;
}

#new-post .bbp-the-content-wrapper {
  padding: 15px;
}

.wp-theme-blocksy #bbpress-forums fieldset.bbp-form {
  padding: 10px 0px !important;
}
.wp-theme-blocksy .all-answers .forum-comment .comment-content .alert {
  margin-bottom: 16px !important;
}
.wp-theme-blocksy #bbpress-forums fieldset.bbp-form legend {
  padding: 13px !important;
}
.wp-theme-blocksy .upload-attachments-form legend {
  padding: 14px !important;
}

.frmx-reaction-topic-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .frmx-reaction-topic-wrap {
    flex-direction: column;
  }
}
.frmx-reaction-topic-wrap .forumax-reactions-wrapper {
  position: absolute;
  right: 30px;
}
@media (max-width: 768px) {
  .frmx-reaction-topic-wrap .forumax-reactions-wrapper {
    position: static;
  }
}

.avatar.avatar-40.photo.avatar-default {
  border-radius: 50%;
}

.wp-theme-Divi #left-area:has(.type-topic, .type-forum) {
  width: 100% !important;
}
.wp-theme-Divi .bbp-template-notice ul {
  list-style: none !important;
}
.wp-theme-Divi #bbpress-forums {
  padding: 50px;
}
.wp-theme-Divi #bbpress-forums fieldset.bbp-form {
  padding: 10px 20px !important;
}

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