html {
  scroll-behavior: smooth;
}

.input-group .form-control {
  border-left: 0;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Change the white to any color */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  background-color: transparent !important;
  box-shadow: none !important;
}

.form-control {
  transition: border-color 0s ease-in-out, box-shadow 0s ease-in-out !important;
}

.input-group-text {
  border-right: none !important;
}

.input-group .form-control:focus {
  border-color: #43464d;
  border-left: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.input-group .form-control:focus,
.input-group .form-control {
  border-left: none !important;
}

.dropdown-toggle::after {
  top: 1px;
}

.theme-user {
  color: #B4ADAD !important;
}

.theme-adviser {
  color: #9661f7 !important;
}

.theme-admin {
  color: #e74c3c !important;
}

.theme-user .dropdown-toggle::after {
  color: #B4ADAD !important;
}

.theme-adviser .dropdown-toggle::after {
  color: #9661f7 !important;
}

.theme-admin .dropdown-toggle::after {
  color: #e74c3c !important;
}

.spacer-xs {
  display: block;
  height: calc(0.75rem + 2vw);
}

.spacer-p-xs {
  display: block;
  padding-top: calc(0.75rem + 1vw);
  padding-bottom: calc(0.75rem + 1vw);
}

.spacer-m-xs {
  display: block;
  margin-top: calc(0.75rem + 1vw);
  margin-bottom: calc(0.75rem + 1vw);
}

.spacer-sm {
  display: block;
  height: calc(1rem + 2vw);
}

.spacer-p-sm {
  display: block;
  padding-top: calc(1rem + 1vw);
  padding-bottom: calc(1rem + 1vw);
}

.spacer-m-sm {
  display: block;
  margin-top: calc(1rem + 1vw);
  margin-bottom: calc(1rem + 1vw);
}

.spacer-md {
  display: block;
  height: calc(1.5rem + 2vw);
}

.spacer-p-md {
  display: block;
  padding-top: calc(1.5rem + 1vw);
  padding-bottom: calc(1.5rem + 1vw);
}

.spacer-m-md {
  display: block;
  margin-top: calc(1.5rem + 1vw);
  margin-bottom: calc(1.5rem + 1vw);
}

.spacer-lg {
  display: block;
  height: calc(2rem + 2vw);
}

.spacer-p-lg {
  display: block;
  padding-top: calc(2rem + 1vw);
  padding-bottom: calc(2rem + 1vw);
}

.spacer-m-lg {
  display: block;
  margin-top: calc(2rem + 1vw);
  margin-bottom: calc(2rem + 1vw);
}

.btn-100 {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-100:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-100, .btn-100:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-100, .btn-check:active + .btn-100, .btn-100:active, .btn-100.active, .show > .btn-100.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-100:focus, .btn-check:active + .btn-100:focus, .btn-100:active:focus, .btn-100.active:focus, .show > .btn-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-100:disabled, .btn-100.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e38a4;
  border-color: #59359a;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #5e38a4;
  border-color: #59359a;
  box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59359a;
  border-color: #533291;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-sm-linkedin {
  color: #fff;
  background-color: #075baf;
  border-color: #075baf;
}
.btn-sm-linkedin:hover {
  color: #fff;
  background-color: #064d95;
  border-color: #06498c;
}
.btn-check:focus + .btn-sm-linkedin, .btn-sm-linkedin:focus {
  color: #fff;
  background-color: #064d95;
  border-color: #06498c;
  box-shadow: 0 0 0 0.25rem rgba(44, 116, 187, 0.5);
}
.btn-check:checked + .btn-sm-linkedin, .btn-check:active + .btn-sm-linkedin, .btn-sm-linkedin:active, .btn-sm-linkedin.active, .show > .btn-sm-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #06498c;
  border-color: #054483;
}
.btn-check:checked + .btn-sm-linkedin:focus, .btn-check:active + .btn-sm-linkedin:focus, .btn-sm-linkedin:active:focus, .btn-sm-linkedin.active:focus, .show > .btn-sm-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 116, 187, 0.5);
}
.btn-sm-linkedin:disabled, .btn-sm-linkedin.disabled {
  color: #fff;
  background-color: #075baf;
  border-color: #075baf;
}

.form-upload-avatar {
  position: absolute;
  right: -10px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-style: solid;
  border-color: #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: #1c1d1f;
}
.form-upload-avatar .input {
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background-color: transparent;
  cursor: pointer;
}
.form-upload-avatar .icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-upload-avatar .icon i {
  cursor: pointer;
}

.avatar-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px solid #ccc;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.avatar-wrap .avatar-img {
  width: 100%;
}

.text-bold {
  font-weight: bold !important;
}

.section-title {
  font-weight: 100;
  margin-bottom: 40px;
}

.section-subtitle {
  color: #293745;
}

.subsection-title {
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .subsection-title {
    line-height: 30px;
  }
}

.section-title-xl {
  color: #cccccc;
  font-size: 50px;
  line-height: 70px;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .section-title-xl {
    margin: 30px 0;
    font-size: 24px;
    line-height: 36px;
  }
}

.subsection-subtitle {
  color: #6c757d;
}

.text-purple {
  color: #9661f7;
}

.btn-nofocus:focus,
.btn-nofocus *:active,
.btn-nofocus *:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: 0 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-yellow {
  color: #F9D110 !important;
}

.text-purple {
  color: #9661f7 !important;
}

.min-vh-screen {
  min-height: calc(100vh - 200px) !important;
}

.form-check-notification {
  cursor: pointer;
}
.form-check-notification .form-check-input {
  width: 60px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='yellow'/%3e%3c/svg%3e");
  border-width: 2px;
  border-color: #F9D110;
}

.banner-header {
  background-image: url("../../images/background.png");
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.banner-header .header-card-icon {
  margin-right: 15px;
}
.banner-header .header-card-icon img {
  width: 50px;
}
.banner-header .banner-card-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.homepage-about-section {
  color: #cccccc;
  background: #202226;
}
.homepage-about-section .section-title {
  font-size: 45px;
  line-height: 70px;
  font-weight: 500;
}
.homepage-about-section .welcome-experience-card {
  border: 1px solid #707070;
  position: relative;
}
.homepage-about-section .welcome-experience-card p {
  color: #CCC;
  padding: 25px;
  margin-top: -25px;
  font-size: 20px;
  position: relative;
  z-index: 15;
  font-weight: 300;
}
.homepage-about-section .welcome-experience-card::after {
  bottom: -1px;
  right: -1px;
  content: "";
  display: block;
  height: 80%;
  position: absolute;
  width: 65%;
  z-index: 1;
  background: #202226;
}
.homepage-about-section .welcome-experience-card::before {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #F9D110;
  display: inline-block;
  z-index: -1;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.homepage-about-section .about-section-ctatext h4 {
  font-size: 52px;
  color: #CCC;
}
.homepage-about-section .about-section-ctatext p {
  font-size: 26px;
  color: #CCC;
  margin-top: 35px;
  width: 60%;
}

.homepage-topics-section {
  background-color: #1C1D1F;
}
.homepage-topics-section .topics-section-rounded h2 {
  display: flex;
  z-index: 15;
  color: #fff;
  font-weight: 800 !important;
  font-size: 121px;
  margin-bottom: 0 !important;
  line-height: 150px;
  text-align: left;
}
.homepage-topics-section .topics-section-rounded h2::before {
  height: 320px;
  width: 320px;
  background-color: #F9D110;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  margin-top: -25px;
  margin-left: -120px;
}
.homepage-topics-section .homepage-topics-cards {
  margin-top: 115px;
}
.homepage-topics-section .homepage-topics-cards .welcome-steps-card {
  background-color: #202226;
  padding: 25px 15px;
  border: 2px solid #202226;
}
.homepage-topics-section .homepage-topics-cards .welcome-steps-card .card-title {
  color: #CCCCCC;
  margin-top: 10px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}
.homepage-topics-section .homepage-topics-cards .welcome-steps-card .welcome-card-icon {
  margin-top: 15px;
  height: 45px;
  color: #F9D110;
  text-align: center;
  font-size: 40px;
}
.homepage-topics-section .homepage-topics-cards .welcome-steps-card .card-text {
  text-align: center;
  color: #6c757d;
  font-size: 16px;
  line-height: 24px;
}
.homepage-topics-section .topics-section-logos h4 {
  font-size: 32px;
  color: #CCC;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 70px;
}
.homepage-topics-section .topics-section-logos .single-logo {
  margin-bottom: 45px;
}
.homepage-topics-section .topics-section-logos .single-logo .single-logo-item {
  font-size: 42px !important;
  line-height: 42px !important;
  color: #48494B !important;
  font-weight: 600;
  text-align: center;
}
.homepage-topics-section .topics-section-logos .single-logo img {
  width: 250px;
  opacity: 0.3;
}
.homepage-topics-section .topics-section-logos .single-logo img:hover {
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .homepage-topics-section .homepage-topics-cards .welcome-steps-card {
    background-color: #202226;
    padding: 25px 15px;
    border: 2px solid #202226;
    width: 100% !important;
  }
  .homepage-topics-section .topics-section-logos .single-logo img {
    width: 125px !important;
    opacity: 0.3;
  }
  .homepage-topics-section .topics-section-rounded h2 {
    display: flex;
    z-index: 10;
    color: #fff;
    font-weight: 800 !important;
    font-size: 62px !important;
    margin-bottom: 0 !important;
    line-height: 75px !important;
    text-align: left;
    margin-left: 5% !important;
  }
  .homepage-topics-section .topics-section-rounded h2::before {
    height: 150px !important;
    width: 150px !important;
    background-color: #F9D110;
    border-radius: 50%;
    display: inline-block;
    content: "";
    position: absolute;
    z-index: -1;
    margin-top: -3px !important;
    margin-left: -68px !important;
  }
}

.homepage-waiting-list {
  background: #202226;
}
.homepage-waiting-list .waiting-section-rounded h2 {
  display: flex;
  z-index: 15;
  color: #fff;
  font-weight: 800 !important;
  font-size: 102px;
  margin-bottom: 0 !important;
  line-height: 150px;
  text-align: left;
}
.homepage-waiting-list .waiting-section-rounded h2::after {
  height: 240px;
  width: 280px;
  background-color: #F9D110;
  display: inline-block;
  content: "";
  z-index: -1;
  margin-top: 40px;
  margin-left: -240px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 991.98px) {
  .homepage-waiting-list .waiting-section-rounded h2 {
    color: #fff;
    font-weight: 800 !important;
    font-size: 71px !important;
    margin-bottom: 0 !important;
    line-height: 75px !important;
    text-align: left;
  }
  .homepage-waiting-list .waiting-section-rounded h2::after {
    height: 170px !important;
    width: 200px !important;
    background-color: #F9D110;
    display: inline-block;
    content: "";
    z-index: -1;
    margin-top: -10px !important;
    margin-left: -175px !important;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }
}

.welcome-header-section {
  margin-top: 70px;
}
.welcome-header-section .welcome-header-wrapper {
  height: 50vh;
}
.welcome-header-section .welcome-details-form .input-group:focus-within {
  padding-left: 15px;
  background-color: #202226;
  border: 2px solid #F9D110;
  display: flex;
  flex-direction: row-reverse;
  outline: none;
  transition: 1s;
}
.welcome-header-section .welcome-details-form .input-group:focus-within i {
  color: #F9D110;
}
.welcome-header-section .welcome-steps-card {
  background-color: #202226;
  padding: 25px 15px;
  border: 2px solid #202226;
  position: relative;
}
.welcome-header-section .welcome-steps-card .welcome-card-icon {
  margin-top: 15px;
  height: 45px;
}
.welcome-header-section .welcome-steps-card .card-title {
  color: #CCCCCC;
  margin-top: 10px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.welcome-header-section .welcome-steps-card .card-text {
  text-align: center;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 17px;
}
.welcome-header-section .welcome-card-active {
  border: 2px solid #F9D110;
}
.welcome-header-section .welcome-steps-card.active,
.welcome-header-section .welcome-steps-card:hover {
  border: 2px solid #F9D110;
  cursor: pointer;
  transition: 0.6s;
}
.welcome-header-section .welcome-details-form .textarea-group:focus-within {
  background-color: transparent;
  border: 2px solid #F9D110;
  transition: 0.5s;
  border-radius: 4px;
}
.welcome-header-section .welcome-details-form .form-label {
  font-weight: 100;
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px !important;
}
.welcome-header-section .welcome-details-form .form-control {
  background-color: #202226;
  color: #48494B;
}
.welcome-header-section .welcome-details-form textarea.form-control {
  border-radius: 4px;
}
.welcome-header-section .welcome-details-form .input-group-text {
  background: #202226;
  border: none;
  color: #CCC;
  border-right: 0;
}
@media (min-width: 992px) {
  .welcome-header-section .welcome-header-wrapper {
    height: auto !important;
  }
  .welcome-header-section .col-12.w-75 {
    width: 90% !important;
  }
  .welcome-header-section .welcome-header-wrapper {
    height: auto !important;
    margin-bottom: 40px;
  }
  .welcome-header-section .welcome-header-wrapper .welcome-main-title {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
  }
  .welcome-header-section .welcome-header-wrapper .welcome-content {
    width: 100% !important;
  }
  .welcome-header-section .welcome-header-wrapper .welcome-main-title {
    color: #fff;
    font-weight: 800;
    font-size: 42px;
  }
  .welcome-header-section .welcome-header-wrapper .welcome-subtitle {
    color: #F9D110;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 48px;
  }
}

.welcome-title {
  color: #fff;
  font-weight: 800;
  font-size: 70px;
}

.welcome-subtitle {
  color: #F9D110;
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 16px;
  line-height: 67px;
}

.welcome-content {
  color: #707070;
  margin-top: 30px;
}

.btn-lg-back {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding-left: 10px;
}

.btn-lg-next {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  line-height: 40px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .btn-lg-next {
    font-size: 24px;
  }
}

.btn-lg-next-icon {
  font-size: 45px;
  position: relative;
  top: 5px;
}

.disabled .btn-lg-next {
  cursor: not-allowed;
  color: #6c757d !important;
}
.disabled .btn-lg-next-icon {
  color: rgba(249, 209, 16, 0.46) !important;
}

.badge-topic {
  display: inline-block;
  padding: 6px 20px;
  color: #9e9e9e;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  border: solid 2px #F9D110;
  /* background: #212529; */
  margin-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
}
.badge-topic.active, .badge-topic:hover {
  color: #000;
  background-color: #F9D110;
  border-color: #F9D110;
}

.badge-topic-nohover {
  display: inline-block;
  padding: 6px 20px;
  color: #9e9e9e;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  border: solid 2px #F9D110;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 13px;
}

.card-question .badge-category {
  display: inline-block;
  padding: 7px 20px;
  font-size: 0.75em;
  line-height: 1;
  color: #ccc;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  border: solid thin #43464d;
}
.card-question .card-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #b2b2b2;
}
.card-question .card-question-link {
  text-decoration: none;
}
.card-question .card-question-link:hover {
  color: #b2b2b2;
  text-decoration: underline;
}
.card-question .card-text {
  font-weight: 300;
}

.card-comment .badge-category {
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.75em;
  line-height: 1;
  color: #ccc;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  background-color: #1c1d1f;
}
.card-comment .card-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #b2b2b2;
}
.card-comment .card-comment-link {
  text-decoration: none;
}
.card-comment .card-comment-link:hover {
  color: #b2b2b2;
  text-decoration: underline;
}
.card-comment .card-text {
  font-weight: 300;
}

.card-topic {
  border: solid 3px #212529;
  transition: all ease-in-out 100ms;
}
.card-topic:hover {
  border-color: #414243;
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(47, 60, 74, 0.01), 0 8px 16px rgba(47, 60, 74, 0.02);
}
.card-topic.selected, .card-topic.active {
  border-color: #F9D110;
}

.btn-filter-active {
  color: #F9D110;
  pointer-events: none !important;
}

.advisor-register-section .getting-advice-content h2 {
  display: flex;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-weight: 800 !important;
  font-size: 78px;
  margin-bottom: 0 !important;
  line-height: 92px;
}
.advisor-register-section .getting-advice-content h2::after {
  height: 168px;
  width: 190px;
  background-color: #F9D110;
  display: inline-block;
  content: "";
  z-index: -1;
  margin-top: 5px;
  margin-left: -100px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(45deg);
}
.advisor-register-section .register-advisor-content h2 {
  display: flex;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-weight: 800 !important;
  font-size: 78px !important;
  margin-bottom: 0 !important;
  line-height: 92px;
}
.advisor-register-section .register-advisor-content h2::before {
  height: 170px;
  width: 170px;
  background-color: #F9D110;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  margin-top: 15px;
  margin-left: -50px;
}
.advisor-register-section .textarea-group:focus-within {
  background: #202226;
  border: 2px solid #F9D110;
  transition: 0.5s;
  border-radius: 4px;
}
.advisor-register-section .card-footer a {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .advisor-register-section .register-advisor-content h2,
.advisor-register-section .getting-advice-content h2 {
    font-size: 68px !important;
    line-height: 76px !important;
  }
  .advisor-register-section .register-advisor-content p,
.advisor-register-section .getting-advice-content p {
    font-size: 16px;
  }
  .advisor-register-section .register-advisor-content h2::before {
    margin-top: 0 !important;
    height: 160px !important;
    width: 160px !important;
    margin-left: -40px !important;
  }
  .advisor-register-section .getting-advice-content h2::after {
    height: 146px !important;
    width: 172px !important;
  }
}

#postQuestion .question-body .question-title .input-group:focus-within {
  padding-left: 15px;
  background-color: transparent;
  border: 2px solid #F9D110;
  display: flex;
  flex-direction: row-reverse;
  outline: none;
  transition: 1s;
}
#postQuestion .question-body .question-title .input-group:focus-within i {
  color: #F9D110;
}
#postQuestion .question-body .question-title .input-group-text {
  background: transparent !important;
  color: #CCC;
  border-right: 0;
}
#postQuestion h1,
#postQuestion h3 {
  color: #CCC;
}
#postQuestion p {
  font-size: 16px;
  color: #CCC;
}
#postQuestion textarea {
  width: 100%;
  background-color: #1c1d1f;
  border: 2px solid #707070;
  border-radius: 3px;
  color: #707070;
}
#postQuestion input {
  background-color: #1c1d1f;
  border-radius: 3px;
  color: #CCC;
}
#postQuestion .question-header h1 {
  font-size: 62px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #CCC;
}
#postQuestion .question-header p {
  font-size: 19px;
  margin-bottom: 30px;
  color: #707070;
}
#postQuestion .question-body {
  margin-top: 35px;
}
#postQuestion .question-body .question-title h3 {
  font-size: 32px !important;
  color: #FFF;
  margin-bottom: 10px;
}
#postQuestion .question-body .question-title p {
  font-weight: 300;
}
#postQuestion .question-body .question-description {
  margin-top: 35px;
}
#postQuestion .question-body .question-description p {
  font-weight: 300;
}
#postQuestion .question-body .question-description h3 {
  font-size: 26px !important;
  color: #FFF;
  margin-bottom: 15px;
}
#postQuestion .question-topics-wrapp {
  margin-top: 65px;
}
#postQuestion .question-topics-wrapp input {
  display: none;
}
#postQuestion .question-topics-wrapp h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}
#postQuestion .question-topics-wrapp .welcome-steps-card {
  background-color: #202226;
  padding: 25px 15px;
  border: 2px solid #202226;
}
#postQuestion .question-topics-wrapp .welcome-steps-card .card-title {
  color: #CCCCCC;
  margin-top: 10px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
#postQuestion .question-topics-wrapp .welcome-steps-card img.welcome-card-icon {
  margin-top: 15px;
  height: 45px;
}
#postQuestion .question-topics-wrapp .welcome-steps-card .card-text {
  text-align: center;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 17px;
}
#postQuestion .question-topics-wrapp .welcome-card-active {
  border: 2px solid #F9D110 !important;
}

.navbar {
  background-color: transparent;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease-out;
  padding: 40px 0;
}
.navbar.border-bottom-theme-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  z-index: -2;
  background: linear-gradient(to right, #1c1d1f 0, #292A2DFF 35%, #292A2DFF 65%, #1c1d1f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c1d1f), color-stop(35%, #292A2DFF), color-stop(65%, #292A2DFF), color-stop(100%, #1c1d1f));
}
@media (max-width: 991.98px) {
  .navbar {
    background-color: #202226;
    padding: 30px 0;
  }
}
.navbar.scrolled {
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .navbar.scrolled {
    padding: 10px 0;
  }
}
.navbar .navbar-brand img {
  max-width: 200px;
  width: 100%;
}
.navbar .navbar-brand .img-icon {
  max-width: 30px;
}
.navbar #navbar-content {
  justify-content: flex-end;
}
.navbar #navbar-content .nav-item .nav-link {
  color: #B4ADAD;
  font-size: 18px;
  font-weight: 500;
}
.navbar #navbar-content .nav-item .nav-link.active {
  text-decoration: underline;
}
.navbar #navbar-content .nav-item .nav-link:hover {
  color: #F9D110;
}
.navbar .navbar-brand img {
  width: 200px;
}
.navbar.scrolled {
  box-shadow: 0 5px 35px #111111;
  background-color: #212529;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar .icon-button:hover {
  cursor: pointer;
}
.navbar span i {
  font-size: 24px;
}
.navbar .navbar-nav .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-top-navbar {
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .padding-top-navbar {
    padding-top: 50px;
  }
}

.notification-icon {
  position: relative;
  color: #6c757d;
}
.notification-icon .icon-button-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #f02849;
  color: #fff !important;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
}

.form-search {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .form-search {
    max-width: 100%;
  }
}
.form-search .form-control {
  border-width: 1px;
}
.form-search .form-control.outline-less {
  border-width: 0 !important;
  background-color: transparent !important;
}
.form-search .badge-category {
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.75em;
  line-height: 1;
  color: #ccc;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  border: solid 1px #636363;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.form-search .badge-category.active, .form-search .badge-category:hover {
  background-color: #F9D110;
  color: #000;
}
.form-search .highlight {
  background-color: #F9D110;
}
.form-search .dropdown-item {
  color: #6c757d;
  text-decoration: none !important;
  white-space: initial !important;
}
.form-search .dropdown-menu {
  margin-top: 5px;
  background: #202226;
  border: solid 1px #43464d;
}
.form-search .dropdown-menu-suggestions .dropdown-item:hover {
  color: #fafafa;
}

.dropdown-notification .dropdown-menu {
  min-width: 300px;
  right: 0 !important;
}
@media (max-width: 991.98px) {
  .dropdown-notification .dropdown-menu {
    right: 15px !important;
  }
}
@media (max-width: 575.98px) {
  .dropdown-notification .dropdown-menu {
    max-width: 300px;
  }
}
.dropdown-notification .right-0 {
  right: 0 !important;
}
.dropdown-notification .dropdown-item {
  white-space: normal;
  margin-bottom: 15px;
  line-height: 18px;
  font-size: 14px;
}
.dropdown-notification .dropdown-notification-inner {
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 4px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dropdown-notification .dropdown-notification-inner::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}
.dropdown-notification .dropdown-notification-inner::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown-notification .dropdown-notification-inner::-webkit-scrollbar-thumb {
  background: #2f3338;
}
.dropdown-notification .dropdown-notification-inner::-webkit-scrollbar-thumb:hover {
  background: #2d3238;
}
.dropdown-notification .dropdown-notification-header {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-notification .dropdown-notification-footer {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-notification .prevent-default {
  color: #fafafa;
  pointer-events: none !important;
}
.dropdown-notification .btn-action {
  font-size: 12px;
  color: #f2f2f2;
  margin-bottom: 0;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
}
.dropdown-notification .btn-action:hover {
  text-decoration: underline;
}
.dropdown-notification .body-text {
  font-size: 12px;
  color: #f2f2f2;
  margin-bottom: 0;
  display: inline-block;
  line-height: 18px;
}
.dropdown-notification .body-text a {
  color: #eaeaea;
}
.dropdown-notification .date {
  margin-bottom: 0;
  font-size: 10px;
  font-style: italic;
  color: #ccc;
}

.notification-icon-wrap {
  text-align: center;
}

.notification-icon {
  display: inline-block;
  color: #aeaeae;
}

.user-layout {
  background-color: #1C1D1F !important;
}
@media (max-width: 991.98px) {
  .user-layout {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .user-layout .header-card-icon img {
    width: 40px !important;
  }
  .user-layout .banner-card-title p {
    color: #CCCCCC;
    font-size: 19px !important;
    line-height: 30px;
    font-weight: 400;
  }
}

.banner-header {
  background-color: #1C1D1F;
  background-image: url("../../images/background.png");
  background-size: cover;
}
@media (max-width: 991.98px) {
  .banner-header {
    background-color: #1C1D1F !important;
    background-size: 100% !important;
    background-repeat: inherit;
  }
}

.navbar-manage {
  background-color: #1e2024;
}
.navbar-manage .active {
  color: #F9D110;
}

.footer {
  background: #1C1D1F;
  padding: 30px 0;
}
.footer p {
  color: #6c757d !important;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #ccc;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 24px;
  top: 7px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 27px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #ccc;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 350ms ease-in-out;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
