:root {
  --blue: #1c6be1 !important;

  --yellow: #ffc107;
  --green: #28a745;

  --white: #fff;

  --success: #21c87a;
  --info: #00dffc;
  --danger: #da4b48;
  --light: #f5f8fb;
  --dark: #151b26;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #151b26;
  font-weight: 400;
}
a:hover {
  color: #168652;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

small {
  font-size: 80%;
}
.btn-learn {
  background-color: #f5233f !important;
  color: #fff;
}

.pte-spanned {
  background-color: rgb(190, 89, 89) !important;
  border-radius: 10px !important;
  padding: 0.3rem !important;
  color: #fff;
}

.pte-spanned-1 {
  background-color: rgb(190, 89, 89) !important;
  border-radius: 10px !important;
  padding: 0.2rem !important;
  color: #fff;
  line-height: 1rem !important;
  margin-right: 0.5rem !important;
}

.hero-image {
  max-width: 100%;
  object-fit: contain;
}
.display-1 {
  font-size: 3rem;
  font-weight: 400;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

._183sveq {
  overflow: visible !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  width: 100px !important;
  height: 100px !important;
  pointer-events: none !important;
}

@media (max-width: 991.98px) {
  .font-size-48--md-down {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .buttons {
    margin: 0 1.4rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .buttons {
    margin: 0 3rem;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.logo {
  width: 100%;
  max-width: 200px;
  vertical-align: middle;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-img-hero-alt {
  background-size: cover;
  background-position: center;
}

.bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

nav {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
/*------------------------------------
  Background Overlay
------------------------------------*/
[class*="gradient-overlay"],
[class*="gradient-overlay-half"] {
  position: relative;
  z-index: 1;
}

[class*="gradient-overlay"]::before,
[class*="gradient-overlay"]::after,
[class*="gradient-overlay-half"]::before,
[class*="gradient-overlay-half"]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.gradient-overlay-half-dark-v3::before {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(21, 27, 38, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.gradient-overlay-half-dark-v2::before {
  background-image: linear-gradient(
    0deg,
    rgba(21, 27, 38, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
}

.p-6 {
  padding: 2.5rem !important;
}

/*------------------------------------
  Height
------------------------------------*/
.min-height-320 {
  min-height: 20rem;
}

.min-height-400 {
  min-height: 25rem;
}

.height-100vh {
  height: 100vh;
}

.height-400 {
  height: 25rem;
}

.height-550 {
  height: 34.375rem;
}

.height-600 {
  height: 37.5rem;
}

.min-height-280 {
  min-height: 17.5rem;
}

@media (min-width: 576px) {
  .height-100vh--sm {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .height-100vh--md {
    height: 100vh;
  }
  .h-md-100 {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
  .height-15vh--lg {
    height: 15vh;
  }
  .height-85vh--lg {
    height: 85vh;
  }
  .height-100vh--lg {
    height: 100vh;
  }
  .height-600--lg {
    height: 37.5rem;
  }
}

@media (min-width: 1200px) {
  .height-100vh--xl {
    height: 100vh;
  }
}

/*------------------------------------
  Space
------------------------------------*/
.space-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space-1-top {
  padding-top: 2rem;
}

.space-1-bottom {
  padding-bottom: 2rem;
}

.space-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.space-2-top {
  padding-top: 4rem;
}

.space-2-bottom {
  padding-bottom: 4rem;
}

.space-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.space-3-top {
  padding-top: 8rem;
}

.space-3-bottom {
  padding-bottom: 8rem;
}

.space-4 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.space-4-top {
  padding-top: 12.5rem;
}

.space-4-bottom {
  padding-bottom: 12.5rem;
}

.space-5 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.space-5-top {
  padding-top: 15rem;
}

.space-5-bottom {
  padding-bottom: 15rem;
}

.space-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.space-0-top {
  padding-top: 0;
}

.space-0-bottom {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .space-3--sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-bottom--sm {
    padding-bottom: 8rem;
  }
  .space-4-top--sm {
    padding-top: 12.5rem;
  }
  .space-5--sm {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media (min-width: 768px) {
  .space-2-bottom-0--md {
    padding-bottom: 0;
  }
  .space-3--md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--md {
    padding-top: 8rem;
  }
  .space-3-bottom--md {
    padding-bottom: 8rem;
  }
  .space-4--md {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--md {
    padding-top: 12.5rem;
  }
  .space-5--md {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--md {
    padding-top: 15rem;
  }
}

@media (min-width: 992px) {
  .space-1--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .space-3--lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--lg {
    padding-top: 8rem;
  }
  .space-3-bottom--lg {
    padding-bottom: 8rem;
  }
  .space-4--lg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--lg {
    padding-top: 12.5rem;
  }
  .space-4-bottom--lg {
    padding-bottom: 12.5rem;
  }
  .space-5--lg {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--lg {
    padding-top: 15rem;
  }
  .space-0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .space-0-top--lg {
    padding-top: 0;
  }
  .space-0-bottom--lg {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .space-3-bottom--xl {
    padding-bottom: 8rem;
  }
  .space-4-top--xl {
    padding-top: 12.5rem;
  }
}

.position-relative {
  position: relative !important;
}
/*------------------------------------
  Z-Index
------------------------------------*/
.z-index-minus-1 {
  z-index: -1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

/*------------------------------------
  Background Colors
------------------------------------*/
.bg-gray-100 {
  background-color: #f5f8fb;
}

.bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-purple-opacity-0_07 {
  background-color: rgba(121, 110, 255, 0.07);
}

@media (min-width: 992px) {
  .bg-lg-transparent {
    background-color: transparent !important;
  }
  .index-feature {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pte-spanned {
    background-color: rgb(190, 89, 89) !important;
    border-radius: 10px !important;
    padding: 0.5rem !important;
    color: #fff;
  }
}

/*------------------------------------
  Borders
------------------------------------*/
.rounded-pill {
  border-radius: 6.1875rem !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-3 {
  border-width: 3px !important;
}

@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #f5f8fb !important;
  }
}

@media (min-width: 992px) {
  .border-lg-left {
    border-left: 1px solid #f5f8fb !important;
  }
}

.border-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-darker {
  border-color: #e3e6f0 !important;
}

@media (min-width: 768px) {
  .rounded-md-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .rounded-lg-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

/* Shadows */

.shadow-sm {
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.125) !important;
}

.shadow {
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25) !important;
}

.shadow-lg {
  box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}
/*------------------------------------
  Card
------------------------------------*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e3e6f0;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #e3e6f0;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

/*------------------------------------
  Shadows
------------------------------------*/
.shadow-xs {
  box-shadow: 0 0 1.5rem rgba(140, 152, 164, 0.125) !important;
}

.shadow-2 {
  box-shadow: 0 1rem 2.5rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-xs {
  box-shadow: 0 0.25rem 0.56rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-sm {
  box-shadow: 0 0.5rem 1.125rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-lg {
  box-shadow: 0 2rem 5rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-sm-hover,
.shadow-2-hover,
.shadow-2-lg-hover {
  transition: all 0.2s ease-in-out;
}

.shadow-2-sm-hover:hover {
  box-shadow: 0 0.5rem 1.125rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-hover:hover {
  box-shadow: 0 1rem 2.5rem rgba(21, 27, 38, 0.1) !important;
}

.shadow-2-lg-hover:hover {
  box-shadow: 0 2rem 5rem rgba(21, 27, 38, 0.1) !important;
}

/*------------------------------------
  Width
------------------------------------*/
.min-width-3 {
  min-width: 1rem;
}

.min-width-35 {
  min-width: 7rem;
}

.max-width-3 {
  max-width: 1rem;
}

.max-width-4 {
  max-width: 1.5rem;
}

.max-width-5 {
  max-width: 2rem;
}

.max-width-6 {
  max-width: 2.5rem;
}

.max-width-7 {
  max-width: 3rem;
}

.max-width-8 {
  max-width: 3.5rem;
}

.max-width-9 {
  max-width: 4rem;
}

.max-width-10 {
  max-width: 10rem;
}

.max-width-12 {
  max-width: 6rem;
}

.max-width-14 {
  max-width: 7rem;
}

.max-width-18 {
  max-width: 9rem;
}

@media (min-width: 576px) {
  .max-width-sm-40 {
    max-width: 20rem;
  }
}

@media (min-width: 992px) {
  .vw-lg-50 {
    width: 50vw !important;
  }
}

.text-dark {
  color: #151b26 !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
/* CTA CARD Padding */
.p-9 {
  padding: 4rem !important;
}

/*------------------------------------
  Card
------------------------------------*/
.card-2-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.card-3-count {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.card-4-count {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.card-columns {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  orphans: 1;
  widows: 1;
}

.card-columns .card {
  display: inline-block;
  width: 100%;
}

@media (min-width: 576px) {
  .card-sm-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-sm-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .card-sm-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .card-sm-columns {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }
  .card-sm-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .card-md-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-md-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .card-md-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .card-md-columns {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }
  .card-md-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .card-lg-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-lg-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .card-lg-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .card-lg-columns {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }
  .card-lg-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .card-xl-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-xl-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .card-xl-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .card-xl-columns {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }
  .card-xl-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card-collapse {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: transparent;
}

.card-collapse__header {
  padding: 0;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.card-collapse__btn {
  color: #151b26;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  white-space: inherit;
}

.card-collapse__btn-arrow {
  color: #c83a21;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}

.card-collapse__btn-arrow-inner {
  font-size: 0.8125rem;
}

.collapsed .card-collapse__btn-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card-collapse__body {
  color: #646f79;
}

.card-img-right {
  width: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-img-left {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* Card Frame */
.card-frame {
  border: 1px solid #e3e6f0;
  border-top-width: 0.25rem;
  transition: 0.3s;
}

.card-frame.active,
.card-frame:hover {
  border-color: rgb(190, 89, 89);
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

/* Card Shadow */
.card-shadow {
  transition: 0.3s;
}

.card-shadow:hover {
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

/* Text */
.card-text-dark {
  color: #151b26;
}

.card-danger-frame.active,
.card-danger-frame:hover {
  border-color: #da4b48;
}

.card-light-frame.active,
.card-light-frame:hover {
  border-color: #f5f8fb;
}

@media (min-width: 576px) {
  /* Gutters X */
  .card-sm-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .card-sm-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .card-sm-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-sm-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .card-sm-gutters-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-sm-gutters-3 .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  /* Gutters X */
  .card-md-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .card-md-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .card-md-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-md-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .card-md-gutters-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-md-gutters-3 .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  /* Gutters X */
  .card-lg-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .card-lg-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .card-lg-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-lg-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .card-lg-gutters-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-lg-gutters-3 .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 1200px) {
  /* Gutters X */
  .card-xl-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .card-xl-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .card-xl-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .card-xl-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .card-xl-gutters-3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-xl-gutters-3 .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

/*------------------------------------
  Pagination
------------------------------------*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  text-align: center;
  min-width: 2.25rem;
}

.page-item {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.page-item .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #646f79;
  background-color: #fff;
  border: 0 solid #646f79;
}

.page-link:hover {
  z-index: 2;
  color: #21b4c8;
  text-decoration: none;
  background-color: rgba(33, 200, 122, 0.1);
  border-color: #e3e6f0;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 161, 200, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2193c8;
  border-color: #2193c8;
}

.page-item.disabled .page-link {
  color: #8c98a4;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e3e6f0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

/*------------------------------------
  Tab Vertical
------------------------------------*/
.tab-vertical .tab-vertical__nav-link {
  color: #646f79;
  font-weight: 400;
  border-radius: 0;
  padding-left: 0;
}

.tab-vertical .tab-vertical__nav-link.active {
  color: rgb(190, 89, 89);
  background-color: transparent;
}

.tab-vertical .tab-vertical__nav-link:hover {
  color: rgb(190, 89, 89);
}

@media (min-width: 768px) {
  .tab-vertical-md {
    position: relative;
    box-shadow: 26px 0 26px -12px rgba(100, 111, 121, 0.06);
  }
  .tab-vertical-md::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.25rem;
    height: 100%;
    background-color: rgba(100, 111, 121, 0.09);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    content: " ";
  }
  .tab-vertical-md .tab-vertical__nav-link {
    position: relative;
  }
  .tab-vertical-md .tab-vertical__nav-link::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.25rem;
    height: 100%;
    background-color: transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    content: " ";
  }
  .tab-vertical-md .tab-vertical__nav-link.active::after {
    background-color: rgb(190, 89, 89);
  }
  .tab-vertical-md .tab-vertical__nav-link:hover {
    color: rgb(190, 89, 89);
  }
}

/*------------------------------------
  Label
------------------------------------*/
.u-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: 0.2s ease-in-out;
}

.u-label--rounded {
  border-radius: 6.1875rem;
}

/*------------------------------------
  Label Sizes
------------------------------------*/
/* Extra Small */
.u-label--xs {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}

/* Small */
.u-label--sm {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

/*------------------------------------
  Label Colors
------------------------------------*/
/* label primary */

/* label success */
.u-label--success {
  color: #21c87a;
  background-color: rgba(33, 200, 122, 0.1);
}

.u-label--success[href]:hover,
.u-label--success[href]:focus {
  color: #fff;
  background-color: #21c87a;
}

/* label info */
.u-label--info {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
}

.u-label--info[href]:hover,
.u-label--info[href]:focus {
  color: #212529;
  background-color: #00dffc;
}

/* label danger */
.u-label--danger {
  color: #da4b48;
  background-color: rgba(218, 75, 72, 0.1);
}

.u-label--danger[href]:hover,
.u-label--danger[href]:focus {
  color: #fff;
  background-color: #da4b48;
}

/* label dark */
.u-label--dark {
  color: #151b26;
  background-color: rgba(21, 27, 38, 0.1);
}

.u-label--dark[href]:hover,
.u-label--dark[href]:focus {
  color: #fff;
  background-color: #151b26;
}

/* Padding and Margins */

.text-highlight-warning {
  background: left 1em/1em 0.2em !important;
}
.text-highlight-warning {
  background-image: linear-gradient(
    to bottom,
    rgba(245, 202, 153, 0.5) 0%,
    rgba(245, 202, 153, 0.5) 100%
  ) !important;
  background-repeat: repeat-x !important;
}
.text-highlight-warning-alt {
  background: left 1em/1em 0.2em !important;
}
.text-highlight-warning-alt {
  background-image: linear-gradient(
    to bottom,
    rgb(9, 13, 226) 0%,
    rgba(13, 72, 235, 0.897) 100%
  ) !important;
  background-repeat: repeat-x !important;
}

/*------------------------------------
  Timeline
------------------------------------*/
.u-timeline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.u-timeline__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media (min-width: 992px) {
  .u-timeline__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .u-timeline__item:nth-child(odd) .u-timeline__content {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3rem;
  }
  .u-timeline__item:nth-child(odd) .u-timeline__info {
    -ms-flex-order: 1;
    order: 1;
  }
  .u-timeline__item:nth-child(odd) .u-timeline__spacer {
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .u-timeline__item:nth-child(even) .u-timeline__content {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3rem;
  }
  .u-timeline__item:nth-child(even) .u-timeline__info {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-timeline__item:nth-child(even) .u-timeline__spacer {
    -ms-flex-order: 1;
    order: 1;
  }
}

.u-timeline__icon {
  position: absolute;
  top: 0;
  left: 0.9375rem;
}

@media (min-width: 992px) {
  .u-timeline__icon {
    left: 0;
  }
}

.u-timeline__content,
.u-timeline__info {
  width: calc(100% - 4rem);
}

.u-timeline__info,
.u-timeline__spacer {
  display: block;
}

@media (min-width: 992px) {
  .u-timeline__info,
  .u-timeline__spacer {
    width: 33%;
  }
}

.u-timeline__info,
.u-timeline__content,
.u-timeline__spacer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (max-width: 991.98px) {
  .u-timeline__info,
  .u-timeline__content,
  .u-timeline__spacer {
    padding-left: 4rem;
  }
}

.u-timeline__info,
.u-timeline__content {
  position: relative;
}

.u-timeline__info::before,
.u-timeline__content::before {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 1.875rem;
  height: 100%;
  border-left: 3px dashed #e3e6f0;
  content: "";
}

@media (min-width: 992px) {
  .u-timeline__info::before,
  .u-timeline__content::before {
    left: 4.2rem;
  }
}

.u-timeline__content {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .u-timeline__content {
    width: 50%;
    padding-bottom: 4rem;
  }
}

.u-timeline__info {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .u-timeline__info {
    padding-bottom: 0;
  }
  .u-timeline__info::before {
    display: none;
  }
}

/*------------------------------------
  Icon
------------------------------------*/
.u-icon {
  position: relative;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}

.u-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-icon--shadow {
  box-shadow: 0 0.25rem 0.5rem 0 #e3e6f0;
}

.u-icon--primary {
  color: #fff;
  background-color: rgb(190, 89, 89);
  border-color: rgb(190, 89, 89);
}

/* secondary */
.u-icon--secondary {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.u-icon--secondary[href]:hover {
  color: #fff;
  background-color: #535c64;
  border-color: #4d555d;
}

.rounded-circle {
  border-radius: 50% !important;
}

.undraw {
  max-width: 250px !important;
}

/* Widths  */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
}

/* ---------------------------------
  List Groups
------------------------------------ */
.bg-dark {
  background-color: #151b26 !important;
}
.bg-white-alt {
  background-color: #1414143f !important;
}
.border-0 {
  border: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #646f79;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #21c87a;
  text-decoration: none;
  background-color: transparent;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.375rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e6f0;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #8c98a4;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #21c87a;
  border-color: #21c87a;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #11683f;
  background-color: #c1f0da;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #11683f;
  background-color: #acebce;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #11683f;
  border-color: #11683f;
}

.list-group-item-secondary {
  color: #343a3f;
  background-color: #d4d7d9;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #343a3f;
  background-color: #c6cacd;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #343a3f;
  border-color: #343a3f;
}

/* Transparent */
.list-group-transparent .list-group-item {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}

.list-group-transparent .list-group-item[href] {
  color: rgba(255, 255, 255, 0.7);
}

.list-group-transparent .list-group-item[href]:hover {
  color: #fff;
}

.list-group-transparent.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Flush */
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-flush .list-group-item.active {
  color: #21c87a;
  background-color: transparent;
  border-color: transparent;
}

/* Borderless */
.list-group-borderless .list-group-item {
  border: none;
}

/* Striped */
.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f5f8fb;
}

.feature {
  color: #fff;
}
.bg-gradient,
.gradient {
  /* background-color: #f4fbf8; */
  background-color: #fff;
}

.bg-primary-alt {
  background-color: #f4fbf8;
}

/*------------------------------------
  Position Spaces
------------------------------------*/
.position-absolute-top-right-0 {
  position: absolute;
  top: 0;
  right: 0;
}

.position-absolute-bottom-0 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.position-absolute-bottom-left-0 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.position-absolute-bottom-right-0 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-n1 {
  top: -0.25rem;
}

.left-3 {
  left: 1rem;
}

.right-3 {
  right: 1rem;
}

@media (min-width: 576px) {
  .left-sm-7 {
    left: 3rem;
  }
  .right-sm-7 {
    right: 3rem;
  }
}

@media (min-width: 576px) {
  .position-absolute-bottom-0--sm {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .position-absolute-top-left-0--md {
    position: absolute;
    top: 0;
    left: 0;
  }
  .position-absolute-top-right-0--md {
    position: absolute;
    top: 0;
    right: 0;
  }
  .position-absolute-bottom-left-0--md {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .position-absolute-top-left-0--lg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .position-absolute-top-right-0--lg {
    position: absolute;
    top: 0;
    right: 0;
  }
  .position-absolute-bottom-0--lg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.instructor {
  max-width: 90px;
}

/*------------------------------------
  Media Player
------------------------------------*/
.u-media-player {
  color: #151b26;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  margin-top: 18em;
}

.u-media-player__icon::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.u-media-player__icon-inner {
  color: #21c87a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0.125rem;
}

.u-media-player__icon--box-shadow::before {
  box-shadow: 0 0 2.5rem #e3e6f0;
}

.u-media-player:hover .u-media-player__icon::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Extra Large Size */
.u-media-player__icon--xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1rem;
}

/* -----------------------------------
  Live-Comment using JS. 
--------------------------------------*/
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

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

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

.comment-container {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  margin: 3rem auto;
  max-width: 600px;
  min-height: 200px;
}

.comment-container-title {
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #2d3748;
  margin-top: 0;
  padding: 1rem 2rem;
}

.comment {
  margin-top: 1rem;
  padding: 1rem 2rem;
}

.comment-new {
  border-top: 1px solid #ebebeb;
  margin: 1rem 0;
  padding-top: 2rem;
}

.comment-avatar {
  border-radius: 50%;
  height: 48px;
  margin-right: 1rem;
  width: 48px;
}

.comment-author {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.comment-body {
  color: #4a5568;
  line-height: 1.4;
  margin: 0;
  padding-right: 1rem;
}

.comment-input {
  border-radius: 8px;
  border: 1px solid #dddd;
  box-sizing: border-box;
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.8rem;
  width: 100%;
}

.comment-input:focus {
  border-color: #5cacc4;
  outline: none;
}

.comment-submit {
  background: #5cacc4;
  border-radius: 4px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
  padding: 10px 16px;
  text-transform: uppercase;
}

.comment-submit:hover,
.comment-submit:focus {
  filter: brightness(110%);
}

/* ----------------------------------
Modal 
-------------------------------------*/

/* .modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  
} */
.modal-content {
  background-color: #f5f8fb;
}

.modal-body {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

/*------------------------------------
  Form
------------------------------------*/
.form {
  border-radius: 0.25rem;
}

.form__input {
  z-index: 2;
}

.form__append,
.form__prepend,
.form__prepend > .btn,
.form__append > .btn,
.form__text {
  background-clip: padding-box;
  transition: all 0.2s ease-in-out;
}

.form__append .btn {
  margin-left: 1px;
}

.form__text {
  position: relative;
}

.form__text-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--no-brd .form__input,
.form--no-brd .form__text {
  border-color: transparent;
}

.form--white-brd .form__input,
.form--white-brd .form__text {
  border-color: #fff !important;
}

.form--no-addon-brd .form__input:not(:first-child) {
  border-left: none;
}

.form--no-addon-brd .form__input:not(:last-child) {
  border-right: none;
}

/*------------------------------------
  Form Sizes
------------------------------------*/
.form .form__text {
  min-width: 3rem;
  font-size: 0.8125rem;
}

.form--sm .form__text {
  min-width: 2.6875rem;
}

.form--lg .form__text {
  font-size: 1.125rem;
  min-width: 3.875rem;
}

/*------------------------------------
  Divider
------------------------------------*/
.u-divider {
  position: relative;
  display: inline-block;
}

.u-divider::before,
.u-divider::after {
  position: absolute;
  top: 50%;
  background-color: #d4d7dd;
  content: "";
}

.u-divider::before {
  right: 100%;
}

.u-divider::after {
  left: 100%;
}

.u-divider-wrapper {
  overflow: hidden;
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* Extra Small */
.u-divider--xs {
  font-size: 0.75rem;
}

.u-divider--xs::before,
.u-divider--xs::after {
  width: 999px;
  height: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-divider--xs::before {
  margin-right: 0.625rem;
}

.u-divider--xs::after {
  margin-left: 0.625rem;
}

/*------------------------------------
  Divider Styles
------------------------------------*/
/* Text */
.u-divider--text {
  color: #8c98a4;
}

/*------------------------------------
  Margin Spacing
------------------------------------*/
.mb-offset-14 {
  margin-bottom: -7rem;
}

/* Gutters X */
.mx-gutters-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.mx-gutters-1 > .col,
.mx-gutters-1 > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

/*------------------------------------
  Buttons Bootstrap Style
------------------------------------*/
/* facebook */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* google */
.btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}

.btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}

.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
  box-shadow: 0 0 0 0.2rem rgba(216, 94, 79, 0.5);
}

/*------------------------------------
  Tab Modern
------------------------------------*/
.tab-modern {
  border-bottom: none;
}

.tab-modern .tab-modern__nav-link {
  min-width: 15rem;
  color: #646f79;
  text-align: center;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #e3e6f0;
  border-radius: 0;
  padding: 0.5rem;
}

.tab-modern .tab-modern__nav-link.active {
  color: rgb(190, 89, 89);
  border-bottom-color: rgb(190, 89, 89);
  background-color: transparent;
}

#reset {
  display: none;
}
