.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0px;
}

.mb-sm-2 {
  margin-bottom: 10px !important;
}

.mr-5 {
  margin-right: 50px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-2 {
  margin-right: 20px;
}

.hero {
  position: relative;
}

.hero_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero .hero_title_content {
  z-index: 1;
}

.hero .hero_title_content h1 {
  font-weight: bold;
  color: white;
  margin-bottom: 50px;
  font-size: 40px;
}

.hero .hero_title_content p {
  font-weight: 500;
  color: white;
  font-size: 16px;
}

.hero .hero_title_content button {
  margin-top: 50px;
  margin-bottom: 50px;
}

.card {
  position: relative;
  overflow: hidden;
}

.pink_bg {
  background-color: #ce64a3;
  color: white;
}

.text-pink {
  color: #ce64a3;
}

.black_bg {
  background-color: #13120e;
  color: white;
}

.blue_bg {
  background-color: #295ca8;
  color: white;
}

.white_bg {
  background-color: white;
  color: black;
}

.uptitle {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  letter-spacing: 1px;
}

.card_subtitle {
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
}

.custom_title {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.body_title {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.section_title {
  color: white;
  font-weight: bold;
  font-size: 40px;
}

.section_title.text_black,
.uptitle.text_black {
  color: black;
}

.custom_card .card_title_content {
  display: block;
  margin-bottom: 50px;
}

.custom_card .card-text.text-body {
  color: white !important;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 100px;
  font-family: "Poppins", sans-serif;
}

.card .card_abstract {
  position: absolute;
  opacity: 0.05;
  bottom: -6%;
  right: -2%;
  width: 50%;
}

.custom_card .card_background_container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
}

.slick-arrow.slick-arrow-left,
.slick-arrow.slick-arrow-right {
  width: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 50px;
  display: flex;
  justify-content: center;
}

.slick-arrow.slick-arrow-left:hover,
.slick-arrow.slick-arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.fa-arrow-left:before,
.fa-arrow-right:before {
  align-self: center;
}

.slick-arrow.fa-arrow-left {
  position: absolute;
  top: 100%;
  right: 65px;
  z-index: 2;
  cursor: pointer;
}

.slick-arrow.fa-arrow-right {
  position: absolute;
  top: 100%;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.video_carousel .slick-arrow.fa-arrow-left {
  position: absolute;
  top: calc(50% - 35px);
  right: initial;
  z-index: 2;
  cursor: pointer;
  left: 2%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.video_carousel .slick-arrow.fa-arrow-right {
  position: absolute;
  top: calc(50% - 35px);
  left: initial;
  z-index: 2;
  cursor: pointer;
  right: 2%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.testimonial_container .title {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.testimonial_container .content {
  margin-bottom: 15px;
}

.footer_content {
  margin-top: 25px;
  margin-bottom: 50px;
}

.footer_content p {
  margin-bottom: 0px;
}

.text-grey {
  opacity: 0.5;
  color: white;
}

.footer .input-card {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.footer .form-control {
  display: block;
  width: 100%;
  padding: 0.6125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: 0.0625rem solid rgba(255, 255, 255, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.input-card {
  border-radius: 2.5rem;
}

a:hover {
  color: #ce64a3 !important;
}

.newcontent .card {
  box-shadow: none !important;
  border-radius: inherit;
}

.newcontent .card-body {
  padding: 1.25rem 0;
  width: 80%;
}

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

.hero.blur .hero_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.with_line {
  overflow: hidden;
}

.with_line::after {
  content: "";
  display: inline-block;
  height: 0.7em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 2px solid white;
  border-color: rgba(255, 255, 255, 0.1);
}

.video_container {
  margin-top: 50px;
  position: relative;
}

.video_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video_overlay.playable {
  background-color: rgba(0, 0, 0, 0.1);
}

.videcard_button_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.videcard_button_container button {
  font-size: 12px;
  display: inline-block;
  padding: 0.4125rem 2rem;
}

.videcard_button_container i {
  font-size: 12px;
  display: inline-block;
  padding: 0.4125rem 2rem;
  font-size: 50px;
  color: #ce64a3;
}

.video_container .guestVideoContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: white;
}

.video_container .guestVideoContent .title {
  color: white !important;
  margin-bottom: 50px;
  margin-top: 10px;
}

.video_container .absolute-top {
  position: absolute;
  z-index: 5;
  width: 10%;
  top: 5px;
  left: 5px;
}

.absolute-bottom-right {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 20px;
}

.absolute-top-right {
  position: absolute;
  z-index: 5;
  top: 6px;
  right: 9px;
}

.w-10 {
  width: 10%;
}

.video_container video {
  width: 100%;
}

.appitvlogo {
  width: 60%;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__control--overlaid {
  background-color: rgba(206, 100, 163, 0.8) !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background-color: rgba(206, 100, 163, 0.8) !important;
  color: #fff;
}

.plyr--full-ui input[type="range"] {
  color: rgba(206, 100, 163, 0.8) !important;
}

.video_card_container {
  margin-top: 50px;
  max-height: 800px;
  padding-right: 20px;
}

.video_card_container.popup {
  margin-top: inherit;
  padding-top: 20px;
  max-height: inherit;
  padding-right: inherit;
  list-style-type: none;
  padding-inline-start: 0;
}

.video_card {
  margin-bottom: 25px;
  position: relative;
}

.video_card_sub {
  background: none !important;
}

.video_card .videoCard_image_container {
  position: relative;
}

.video_card_bigTitle {
  color: white;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.video_card .video_card_title {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.video_description {
  margin-top: 25px;
}

.video_description .title {
  color: white;
}

.video_description .description {
  color: white;
}

.booking_description {
  margin-top: 25px;
}

.booking_description .title {
  color: white;
}

.booking_description .description {
  color: white;
  margin-top: 50px;
  text-align: center;
}

.perfectscrollbar {
  position: relative;
}

.side_logo {
  height: 60px;
  display: flex;
}

.card.card_custom {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.card.card_custom label {
  color: white;
  margin-bottom: 10px;
}

.card.card_custom .card_header .card-img-top {
  width: 60%;
}

.card.card_custom .card-body {
  padding-top: 20px;
}

.card.card_custom input[type="text"],
.card.card_custom input[type="password"],
.card.card_custom input[type="email"] {
  display: block;
  width: 100%;
  padding: 0.6125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(33, 50, 91, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card.card_custom.card_login .login-submit {
  text-align: center !important;
}

.card.card_custom .wppb-alert {
  color: white;
}

.card.card_custom .wppb-error {
  color: #ce64a3;
}

.card.card_custom.card_register ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.card.card_custom.card_register ul li {
  margin-top: 10px;
}

.card.card_custom.card_register .wppb-default-first-name {
  width: 49%;
  display: inline-block;
  margin-right: 9px;
}

.card.card_custom.card_register .wppb-default-last-name {
  width: 49%;
  display: inline-block;
}

#wppb_register_pre_form_message {
  display: none;
}

.wppb-required {
  color: #ce64a3;
  margin-left: 1px;
}

.card.card_custom.card_register .card_header .card-img-top {
  width: 30%;
}

.card.card_custom .form-submit {
  text-align: center;
}

.wppb-description-delimiter {
  color: white;
}

#subscriptionModal .modal-content {
  background-color: transparent;
}

#subscriptionModal .title {
  font-size: 70px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 56px;
}

#subscriptionModal .subtitle {
  font-size: 30px;
  font-weight: 600;
}

#subscriptionModal .subtitle::after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100%;
}

#subscriptionModal .card.white_bg .subtitle::after {
  border-bottom: 1px solid black;
}

#subscriptionModal .card.white_bg .subtitle {
  color: black;
}

#subscriptionModal .price_cards .card-header {
  padding: 5rem 2rem;
}

#subscriptionModal .price_cards .card-body {
  padding: 3rem 2rem;
}

#subscriptionModal button {
  margin: 0 auto;
}

#subscriptionModal .price_cards .list-checked li {
  font-weight: 500;
  font-size: 15px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

#learn-press-course-curriculum.course-curriculum
  ul.curriculum-sections
  .item-meta.duration {
  background: none !important;
  color: rgba(255, 255, 255, 0.7);
}

#popup-course #popup-sidebar .course-curriculum.perfectscrollbar {
  width: 323px;
  top: 77px;
}

#popup-course #popup-sidebar.custom {
  flex: 0 0 323px;
}

#popup-course #popup-header.custom {
  left: inherit;
  border-bottom: none;
  background-color: rgba(41, 92, 168, 0.4);
}

#popup-course #sidebar-toggle.custom {
  left: 323px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 15px 15px 0;
}

#popup-course #sidebar-toggle.custom::before {
  color: #ce64a3;
}

.curriculum-sections .course-title {
  color: white;
  text-align: center;
  padding-top: 20px;
}

.curriculum-sections .course-title a {
  color: white;
  font-size: 25px;
}

.back-course.custom {
  display: flex;
}

#popup-course #popup-footer.custom {
  left: 323px;
  width: 50%;
  height: 43px;
  margin: 0 auto;
  border-top: none;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 5px;
  padding-right: 5px;
}

#popup-course #popup-footer.custom .course-item-nav .prev a,
#popup-course #popup-footer .course-item-nav .next a {
  display: block;
  color: #ce64a3 !important;
  font-size: 16px;
  font-weight: 300;
}

#popup-course #popup-footer.custom .course-item-nav .prev::before {
  margin-right: 10px;
  content: none;
}

#popup-course #popup-footer.custom .course-item-nav .next::before {
  margin-left: 10px;
  content: none;
}

#popup-course #popup-footer.custom .course-item-nav .course-item-nav__name {
  display: none;
  position: absolute;
  top: -20px;
  right: -30px;
  width: auto;
  padding: 10px 15px;
  color: #ce64a3;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#popup-course #popup-content.custom {
  overflow: auto;
  position: relative;
  margin: 76px 0 50px 0;
  flex: 1;
}

.learn-press-progress .learn-press-progress__active.custom {
  background: #ce64a3;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 76px;
  padding: 20px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #ce64a3;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-header
  .section-left
  .section-toggle {
  height: 100%;
  margin: 0 auto;
  align-self: flex-end;
  display: flex;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-header
  .section-left
  .section-toggle
  i {
  color: #ce64a3;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-header
  .section-left
  .section-title {
  color: white;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-content
  .course-item {
  height: inherit;
  margin-bottom: inherit;
  padding: inherit;
  background: inherit;
}

#learn-press-course-curriculum.course-curriculum.perfectscrollbar
  ul.curriculum-sections
  .section-content
  .course-item.course-item-lp_lesson
  .section-item-link::before {
  content: none;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-content
  .course-item
  .section-item-link
  .item-name {
  display: inherit;
  width: inherit;
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: rgba(255, 255, 255);
  margin-bottom: 3px;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-content
  .course-item.current {
  background: rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}

#learn-press-course-curriculum.course-curriculum.perfectscrollbar
  ul.curriculum-sections
  .section-content
  .course-item
  .item-name {
  display: inherit;
  padding: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: inherit;
}

#popup-course
  #popup-sidebar.custom
  .course-curriculum
  .section
  .section-content
  .course-item
  .section-item-link {
  height: inherit;
  line-height: inherit;
}

#learn-press-course-curriculum.course-curriculum.perfectscrollbar
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link {
  display: table;
  width: inherit;
  border-bottom: none;
  outline: none;
  box-shadow: none;
  line-height: 1.5;
}

#learn-press-course-curriculum.course-curriculum.perfectscrollbar
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link:hover
  .item-name {
  color: #ce64a3;
}

.course-item-nav .items-progress {
  display: flex;
  flex: auto;
}

.course-item-nav
  .items-progress
  .learn-press-progress
  .learn-press-progress__active {
  background: #ce64a3;
}

.meta-item,
.course-item-price {
  display: inline-block;
  background-color: #ce64a3;
  color: white;
  padding: 2px 12px;
  border-radius: 15px;
  font-size: 12px;
}

.meta-item.meta-inside {
  padding: 0;
}

.learn-press-courses .course-wrap-meta .meta-item::before {
  content: none !important;
}

.learn-press-courses .course-wrap-meta .meta-item.meta-item-level {
  display: none;
}

.learn-press-courses .course-wrap-meta .meta-item.meta-item-student{
  display: none;
}

.card_excerpt {
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .learn-press-courses[data-layout=grid] .course, 
  .learn-press-courses.lp-courses-related .course {
      width: 33%;
      margin: 0 0 60px 0;
      box-shadow: none;
      list-style: none;
      border: none;
  }

.loginModal .modal-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.loginModal .modal-header .btn-icon {
  position: absolute;
  right: 23px;
}

.loginModal .modal-header .btn-icon i {
  color: #ce64a3;
}

.loginModal .warning {
  color: #ce64a3;
}

.loginModal .modal-header img {
  width: 45%;
  margin: 0 auto;
}

.loginModal .form-group label {
  color: white;
  margin-bottom: 5px;
}

.loginModal .form-group {
  margin-bottom: 25px;
}

.lp-modal-dialog .lp-modal-content .lp-modal-header.custom {
  background: #ce64a3;
  border-bottom: 1px solid #eee;
  padding: 1em;
  text-align: center;
}

/* contact */
.flex_container {
  display: flex;
}

.bottom_line::after {
  content: "";
  border-bottom: 1px solid black;
  width: 100%;
  display: block;
}

.btn_contact {
  align-self: center;
  margin-left: auto;
}

.contact_description {
  width: 80%;
  color: black;
  font-weight: 400;
}

.post-type-archive-lp_course #header,
.learnpress-checkout #header,
.learnpress-profile #header,
.page-template-text #header,
.learnpress_package-template-default #header {
  background-color: rgba(19, 18, 14);
}

.lp-archive-courses
  .lp-content-area.custom
  .learn-press-courses[data-layout="grid"]
  .course
  .course-item:hover {
  box-shadow: none;
}

.ps__rail-y {
  z-index: 999999;
}

.course_documents {
  margin-top: 25px;
}

.text-right {
  text-align: right;
}

.jegyzetek {
  margin-top: 25px;
}

.jegyzetek .jegyzet {
  margin-bottom: 25px;
}

.custom_profile_content
  #learn-press-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.active,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
  background: #ce64a3;
}

.custom_profile_content #profile-sidebar a:hover {
  color: white !important;
}

.custom_profile_content
  #learn-press-profile
  #profile-nav
  .lp-profile-nav-tabs
  > li
  > a
  > i {
  display: inline-block;
  position: absolute;
  left: 24px;
  width: 28px;
  color: #ce64a3;
  font-size: 12px;
  line-height: 52px;
  text-align: left;
}

.custom_profile_content
  #learn-press-profile
  #profile-nav
  .lp-profile-nav-tabs
  > li
  > a::after {
  float: right;
  margin-right: 4px;
  color: #ce64a3;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  content: "\f054";
}

.custom_profile_content
  #learn-press-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.active,
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
  background: #ce64a3 !important;
}

.custom_profile_content
  .learn-press-profile-course__progress
  .lp_profile_course_progress__item {
  display: grid;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #eee;
  grid-template-columns: 90px 1fr 1fr;
  column-gap: 20px;
}

.custom_profile_content
  .learn-press-course-tab-filters
  .learn-press-filters
  a.active {
  color: #ce64a3;
}

.custom_profile_content
  .learn-press-course-tab-filters
  .learn-press-filters
  a:hover {
  cursor: pointer;
  color: #ce64a3 !important;
}

.custom_profile_content .learn-press-profile-course__tab__inner a.active {
  border-top: 4px solid #ce64a3;
  color: #ce64a3;
  background: #fff;
}

.custom_profile_content .learn-press-profile-course__tab__inner a {
  color: black;
}

.learn-press-profile-course__tab__inner a:hover {
  color: #ce64a3 !important;
}

.lp_profile_course_progress__item a {
  color: black !important;
  font-weight: 500;
}

.lp_profile_course_progress__item a:hover,
.column-order-number a:hover,
#profile-content-orders a:hover,
.profile-content a:hover {
  color: #ce64a3 !important;
}

#learn-press-profile #profile-content .lp-button:hover {
  background-color: #ce64a3 !important;
  border-color: #ce64a3 !important;
}

/* register form  */
.poster {
  height: 100vh;
  overflow: hidden;
  padding-left: 0;
}

.registration .hero_overlay {
  background: rgba(0, 0, 0, 0.7);
}

.registration .card.card_custom label {
  color: black;
}

.registration .forminator-checkbox__label {
  display: inline-block;
  margin-left: 15px;
}

.forminator-error-message {
  color: rgba(206, 100, 163, 1);
}
/* end register form */

/* datepicker form */
/* datepicker css */

.ui-datepicker {
  text-align: center;
}

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}

.ui-datepicker {
  font-family: Open Sans, Arial, sans-serif;
  margin-top: 2px;
  padding: 0 !important;
  border-color: #c9f0f5 !important;
}

.ui-datepicker {
  width: 256px;
}

.openemr-calendar .ui-datepicker {
  width: 191px;
}

.ui-datepicker table {
  width: 256px;
  table-layout: fixed;
  background-color: white;
}

.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed;
}

.ui-datepicker-header {
  background-color: #ce64a3 !important;
  background-image: none !important;
  border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
  background-color: #e6f7f9 !important;
  border-width: 1px;
  border-color: #c9f0f5;
  border-style: solid;
}

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important;
}

.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next {
  text-align: center;
}

.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev {
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 7px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=") !important;
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important;
}

.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 8px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px;
}

.ui-datepicker-month {
  border-radius: 2px;
  background-color: #3985a0;
  width: 110px !important;
  height: 22px;
  font-family: Open Sans !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
}

.ui-datepicker-year {
  border-radius: 2px;
  background-color: #3985a0;
  width: 61px !important;
  height: 22px;
  border: none !important;
  font-family: Open Sans !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
}

.ui-datepicker-month option,
.ui-datepicker-year option {
  color: #3985a0 !important;
  background-color: #fff !important;
  font-family: Open Sans !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
  /*background: none !important;*/
  border: 0 !important;
}

.ui-datepicker td {
  vertical-align: top;
}

.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  /*     background: white !important; */
  width: 24px;
  height: 24px;
  padding: 3px !important;
  line-height: 24px;
  text-align: center !important;
  font-family: Open Sans, Arial, sans-serif;
  color: black;
  font-size: 13px;
  font-weight: 600 !important;
  margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #ce64a3 !important;
}

.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0;
}

.ui-datepicker td {
  width: 33px;
}

.openemr-calendar .ui-datepicker td {
  width: 26px;
}

.openemr-calendar .ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px;
}
.ui-state-default.ui-state-hover {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #3e9aba !important;
}

.ui-datepicker-calendar thead tr th {
  font-family: Open Sans, Arial, sans-serif;
  color: #549fa8;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px;
}

.ui-datepicker-close {
  display: none;
}

.ui-datepicker thead {
  background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
  background: none;
}

.ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #3e9aba;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
  background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
  background-color: transparent;
}

.openemr-calendar .ui-state-default {
  border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
  margin-right: 10px !important;
}

/* end datepicker form */

.forminator-response-message {
  margin-bottom: 15px;
}

.forminator-response-message.forminator-show.forminator-success {
  padding: 15px;
  text-align: center;
  border: 1px solid greenyellow;
  border-radius: 15px;
}

.forminator-response-message.forminator-show.forminator-error {
  padding: 15px;
  text-align: center;
  border: 1px solid red;
  border-radius: 15px;
}

.forminator-response-message p {
  margin-bottom: 0px;
}

.fizetesi_megjegyzes {
  margin-top: 50px;
}

.fizetesi_megjegyzes .item {
  padding-left: 25px;
  margin-top: 15px;
}

.fizetesi_megjegyzes .item:first-of-type {
  margin-top: 25px;
}

.learn-press-message.error {
  border-top: 5px solid #ce64a3 !important;
}

.learn-press-message.error::before {
  background: #ce64a3 !important;
}

.card_logo {
  position: absolute;
  position: absolute;
  width: 22%;
  right: 2%;
  top: 2%;
}

.play_button_container {
  color: white;
}

.play_button {
  display: inline-block;
}

.play_button i {
  background-color: #ce64a3;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex !important;
  border-radius: 100%;
  font-size: 22px;
  padding-left: 5%;
}

.play_button.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play_button.large i {
  width: 100px;
  height: 100px;
  font-size: 30px;
}

.video_carousel {
  background-color: #13120e;
}

.video_carousel .video_container {
  margin-top: 0px;
  max-height: 450px;
}

.video_carousel .video_carousel_item {
}

.video_carousel .description_section {
  color: white;
  padding: 50px 100px;
}

.video_carousel .title {
  font-size: 30px;
  color: white;
}

.video_carousel .description {
  font-size: 15px;
  color: white;
}

#header.menu_open {
  padding: 0px;
  background-color: #21325b;
  text-align: center;
  height: 100%;
}

#header.menu_open .nav-item {
  margin-bottom: 10px;
}

.mc4wp-response .mc4wp-alert {
  border: 2px solid #CE64A3;
  border-radius: 27px;
  padding: 20px 3rem 0 3rem;
  margin-top: 5px;
  background-color: #CE64A3;
  color: white;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .my-n11 {
    margin-top: -7rem !important;
  }

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

  .content-space-3 {
    padding-top: 13.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .pr-sm-25 {
    padding: 25px;
  }

  .custom_title {
    font-size: 25px;
  }

  .custom_card .card-text.text-body {
    margin-bottom: 50px;
  }

  .custom_card .card_title_content {
    display: block;
    margin-bottom: 15px;
  }

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

  .newcontent .card-body {
    padding: 1.25rem 0;
    width: 100%;
  }

  .content-space-1 {
    padding-bottom: 0rem !important;
  }

  .section_title {
    font-size: 35px;
    line-height: 35px;
  }

  .card-body {
    padding: 3rem 2.5rem;
  }

  .card-footer {
    text-align: center;
  }

  .body_title {
    font-size: 18px;
  }

  .video_carousel {
    margin-top: 50px;
  }

  .video_carousel .slick-arrow.fa-arrow-right {
    position: absolute;
    top: calc(50% - 35px);
    left: initial;
    z-index: 2;
    cursor: pointer;
    right: 4%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }

  .video_carousel .slick-arrow.fa-arrow-left {
    position: absolute;
    top: calc(50% - 35px);
    right: initial;
    z-index: 2;
    cursor: pointer;
    left: 4%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }

  .video_carousel .js-slick-carousel {
    padding-right: 0px;
  }

  .section_title {
    margin-bottom: 30px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}


.origin-price {
  text-decoration: line-through;
  margin-right: 7px;
}

.learn-press-courses[data-layout=grid] .course-wrap-meta .wp-block-learnpress-course-duration,
.learn-press-courses[data-layout=grid] .course-wrap-meta .wp-block-learnpress-course-quiz,
.learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item-duration,
.learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item-quiz, .learn-press-courses.lp-courses-related .course-wrap-meta .wp-block-learnpress-course-duration,
.learn-press-courses.lp-courses-related .course-wrap-meta .wp-block-learnpress-course-quiz,
.learn-press-courses.lp-courses-related .course-wrap-meta .meta-item-duration,
.learn-press-courses.lp-courses-related .course-wrap-meta .meta-item-quiz {
  display: initial !important;
}

.learn-press-courses .course-wrap-meta {
    gap: 7px !important;
}

.learn-press-courses .course-price .free {
    color: inherit !important;
}

#popup-header {
  background-color: #CE64A3 !important;
  border-bottom: none !important;
}

.course-curriculum {
  background: var(--lp-white-grey, #F7F7FB);
}

.lp-user-profile .lp-profile-nav-tabs > li a:hover {
  color: white !important;
}

.lp-user-profile .lp-profile-nav-tabs > li > a:hover > i {
    color: white !important;
}