a {
  color: #00cfbb;
  text-decoration: underline;
}
a:hover {
  color: #01a191;
  text-decoration: none;
}

button, .btn {
  font-size: 16px;
  font-family: Neutraface Text, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
button.btn-link, .btn.btn-link {
  color: #00cfbb;
  text-decoration: none;
}
button.btn-link:hover, .btn.btn-link:hover {
  color: #01a191;
  text-decoration: none;
}
button.btn-primary, .btn.btn-primary {
  text-decoration: none;
  background: #00cfbb;
  border: #00cfbb;
  color: #FFF;
  text-transform: uppercase;
  font-family: Alternate Gothic No2 D, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 20px;
}
button.btn-primary:hover, .btn.btn-primary:hover {
  background: #01a191;
  border: #01a191;
  color: #FFF;
}
button.btn-primary:active, .btn.btn-primary:active {
  background: #01a191;
  border: #01a191;
  color: #FFF;
}
button.btn-danger, .btn.btn-danger {
  text-decoration: none;
  background: #dc3545;
  border: #dc3545;
  color: #FFF;
  text-transform: uppercase;
  font-family: Alternate Gothic No2 D, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 20px;
}
button.btn-danger:hover, .btn.btn-danger:hover {
  background: #c52b39;
  border: #c52b39;
  color: #FFF;
}
button.btn-danger:active, .btn.btn-danger:active {
  background: #01a191;
  border: #01a191;
  color: #FFF;
}
button.btn-gray, .btn.btn-gray {
  text-decoration: none;
  background: #9a9ca5;
  border: #9a9ca5;
  color: #FFF;
  text-transform: uppercase;
  font-family: Alternate Gothic No2 D, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 20px;
}
button.btn-gray:hover, .btn.btn-gray:hover {
  background: #7c7f89;
  border: #7c7f89;
  color: #FFF;
}
button.btn-gray:active, .btn.btn-gray:active {
  background: #7c7f89;
  border: #7c7f89;
  color: #FFF;
}

@font-face {
  font-family: Alternate Gothic No2 D;
  src: url(/jobcoach_theme/static/src/fonts/AlternateGothicNo2Pro.otf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Neutraface Text;
  src: url(/jobcoach_theme/static/src/fonts/NeutrafaceText-Book.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Neutraface Text;
  src: url(/jobcoach_theme/static/src/fonts/NeutrafaceText-BookItalic.otf);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Neutraface Text;
  src: url(/jobcoach_theme/static/src/fonts/NeutrafaceText-Demi.otf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Neutraface Text;
  src: url(/jobcoach_theme/static/src/fonts/NeutrafaceText-Bold.otf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Parisienne;
  src: url(/jobcoach_theme/static/src/fonts/Parisienne-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
main p {
  color: #01756a;
}
main h1, main h2, main h3, main h4, main h5, main h6, main tr, main td, main th {
  color: #01756a !important;
}
main header.modal-header * {
  color: #FFF !important;
}
main header.modal-header * button {
  color: #FFF;
}
main .modal-body {
  background: #FFF;
}
main .modal-body {
  border-radius: 10px;
}

.card {
  border-radius: 10px;
}

.o_wslides_body .o_wslides_home_nav {
  top: 0;
}

.o_wslides_home_nav {
  margin: 25px auto;
}

.o_wslides_home_aside_loggedin {
  display: none;
}

.o_wslides_home_main .pe-lg-5 {
  width: 100%;
  padding-right: 1rem !important;
}

.font-title {
  font-family: Alternate Gothic No2 D, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.uppercase {
  text-transform: uppercase;
}

header {
  position: relative;
  background-color: #00cfbb;
  top: 0;
  left: 0;
  width: 100%;
}
header div .content {
  width: 100%;
}
header div .content h1 {
  font-size: 2em;
}
header div .content h2 {
  font-size: 1.5em;
}

footer.custom_footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #00cfbb;
  color: #FFF;
  font-size: 14px;
}

main {
  background: #e5faf8;
  font-family: Neutraface Text, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  padding-bottom: 100px;
}
main .oe_login_form {
  border-radius: 10px;
  border: 1px solid #d8dadd;
  padding: 30px;
  background-color: #FFF;
  max-width: 500px;
}
main .o_record_cover_container {
  background-color: #00cfbb !important;
}

a.white {
  color: #FFF !important;
}
a.white svg {
  color: #FFF !important;
}

.o_survey_progress_wrapper {
  min-width: auto;
  max-width: 720px;
}

@media (max-width: 720px) {
  .o_survey_progress_wrapper {
    max-width: 90%;
    padding-left: 0;
  }
}
.o_survey_form .o_survey_question_matrix th {
  background-color: rgb(229, 250, 248);
  color: #00614C;
}

.o_survey_form .o_survey_question_matrix td.o_survey_matrix_btn {
  background-color: #FFF;
}

.o_survey_form .o_survey_question_matrix td.o_survey_matrix_btn:hover {
  background-color: #f8f5f5;
}

.o_survey_form label.o_survey_choice_btn {
  background-color: #FFF;
}

.o_survey_form label.o_survey_choice_btn:hover {
  background-color: #f8f5f5;
}

.o_survey_brand_message {
  display: none !important;
}

.o_wslides_fs_exit_fullscreen,
.o_wslides_fs_share,
.o_wslides_share,
.o_wslides_course_header_nav_review,
.o_rating_popup_composer_stars,
.o_wslides_header_text {
  display: none !important;
}

.o_record_cover_container {
  background-color: #01a191;
}

.o_wslides_course_header {
  background-color: #00cfbb;
  color: #FFF !important;
}
.o_wslides_course_header * {
  color: #FFF !important;
}

.o_wslides_wrap .s_banner {
  display: none;
  background-color: #01a191;
  background-image: none !important;
  color: #FFF;
}
.o_wslides_wrap .s_banner * {
  color: #FFF !important;
}

.o_wslides_body .o_wslides_nav_navbar_right {
  margin-right: 10px !important;
}
.o_wslides_body .collapse ul {
  display: none;
}

.o_wslides_fs_slide_name {
  line-height: 36px;
}

.o_wslides_course_card a.card-title {
  color: #01756a !important;
  text-decoration: none;
}

.o_survey_timer {
  font-size: 20px;
}
.o_survey_timer span {
  font-weight: bold;
}

#navbarTagGroups a.btn {
  display: none;
}

.o_survey_breadcrumb_container .breadcrumb {
  justify-content: center !important;
}

#add_to_cart {
  display: none !important;
}

.o_wslides_fs_share, .o_wslides_fs_exit_fullscreen {
  display: none !important;
}

main .o_record_cover_container {
  background-color: #00cfbb !important;
  background-image: none !important;
}

.o_wprofile_email_validation_container {
  display: none !important;
}

.o_wslides_home_aside_loggedin {
  display: none !important;
}

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