.webinar-card,
.instructors-card,
.stats-container.stats-item {
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 5px 5px 0px var(--primary);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.modal-header {
  background-color: var(--secondary);
  color: #fff;
}
.modal-footer {
  background-color: var(--secondary);
  color: #fff;
}
.modal-content {
  border-radius: 30px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-dialog input {
  border-radius: 30px;
}
.webinar-card .webinar-card-body .webinar-title {
  height: inherit;
}
.home-sections.home-sections-swiper {
  margin-top: 50px;
}
label.is-invalid {
  color: #f63c3c !important;
  padding: 3px;
  font-weight: bolder;
}
.input-group .input-group-text {
  color: #fff !important;
  background-color: var(--primary) !important;
  border: none !important;
}
.slider-container.slider-hero-section2 {
  padding: 0px 0 10px;
}
.dvg-btn-rounded {
  border-radius: 40px !important;
  transition: all 0.3s ease 0s;
}
.dvg-btn-rounded-left {
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  transition: all 0.3s ease 0s;
}
.dvg-btn-rounded-right {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  transition: all 0.3s ease 0s;
}
.reset-right-border {
  border-right: none !important;
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
}
.dvg-btn-rounded:hover {
  border-radius: 40px !important;
  transition: all 0.3s ease 0s;
}
.dvg-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dvg-btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary-border);
}
.dvg-btn-primary:hover {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: var(--primary-border-hover);
}
.dvg-btn-secondary {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary-border);
}
.dvg-btn-secondary:hover {
  color: #fff;
  background-color: var(--secondary-hover);
  border-color: var(--secondary-border-hover);
}
.dvg-btn-thirdcolor {
  color: #fff;
  background-color: var(--thirdcolor);
  border-color: var(--thirdcolor-border);
}
.dvg-btn-thirdcolor:hover {
  color: #fff;
  background-color: var(--thirdcolor);
  border-color: var(--thirdcolor-border);
}
.dvg-btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.dvg-btn-group > .dvg-btn {
  position: relative;
  flex: 1 1 auto;
}
.dvg-btn-group > .dvg-btn:focus,
.dvg-btn-group > .dvg-btn:active,
.dvg-btn-group > .dvg-btn.active {
  z-index: 1;
}
.ml-3 {
  margin-left: 3px !important;
}
.category-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.category-buttons.subcategory-buttons .dvg-btn {
  margin-bottom: 3px;
}
.footer .footer-subscribe {
  border: dashed 1px white;
}
.footer.user-select-none {
  border-top: dashed 5px var(--primary);
}
.footer p {
  color: white !important;
  font-size: 12px;
}
.footer p.social-media-link {
  font-size: 24px;
}
.footer p a {
  line-height: 24px;
}
.footer .border-blue {
  border-top: 1px solid var(--thirdcolor);
}
.footer .border-blue {
  border-top: 1px solid var(--thirdcolor);
}
.navbar {
  background-color: var(--thirdcolor);
}
@media (min-width: 991px) {
  .menu-category > ul > li {
    border: var(--primary) 2px solid;
  }
  .footer .footer-subscribe {
    top: -50px;
    height: 100px;
  }
  .footer {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 170px;
    max-width: 170px;
  }
  .footer .footer-subscribe {
    top: -75px;
  }
  .footer .big-footer-logo {
    width: 120px;
  }
}
.navbar .nav-item .nav-link {
  font-weight: 800;
}
.webinar-card.webinar-list-cart {
  padding: 10px 0;
}
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
  max-height: 450px;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
/* themes/azure-light.css */
:root {
  --bs-bg-opacity: 0.5;
  --bs-body-bg-rgb: 244,
    248,
    251;
  --bs-body-bg: #f4f8fb;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0,
    0,
    0;
  --s-alt-row-bg: rgba(139, 177, 205, 0.1);
  --s-bright-rgb: 11,12,15;
  --s-card-bg: #fff;
  --s-card-border: #e8e9ea;
  --s-card-shadow: 0 2px 4px 0 rgba(53, 65, 76, 0.03);
  --s-card-title: #005fb1;
  --s-category-title: #39a7b9;
  --s-deleted: #999;
  --s-disabled: #606570;
  --s-inactive: #999;
  --s-input-bg: #fff;
  --s-input-border: rgba(0, 0, 0, 0.1);
  --s-input-border-error: #e83d3d;
  --s-input-clear: #b33f32;
  --s-input-dirty-bg: #ffe0e0;
  --s-input-outline: rgba(38, 113, 203, 0.25);
  --s-input-outline-error: rgba(203, 48, 48, 0.25);
  --s-input-readonly-bg: #f3f3f3;
  --s-link-color: #0f41c9;
  --s-link-hover: #1c77ff;
  --s-modal-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  --s-no-results: #9880bd;
  --s-placeholder: #777;
  --s-pager-icon: #5b3df1;
  --s-pager-text: #555;
  --s-scroll-thumb: #c9d0da;
  --s-scroll-thumb-hover: #c3cbd5;
  --s-scroll-track: #e2e8ee;
  --s-sidebar-band-bg: #784291;
  --s-sidebar-band-link: #bde8fd;
  --s-sidebar-band-link-active: #fff;
  --s-sidebar-icon: #0c6190;
  --s-sidebar-icon-active: #007eff;
  --s-sidebar-link: #2d3542;
  --s-sidebar-link-active: #007eff;
  --s-cell-border: rgba(53, 68, 78, 0.1);
  --s-cell-input-border: rgba(221, 221, 221, 0.5);
  --s-column-header: #7f8bb5;
  --s-column-header-hover-bg: rgba(68, 129, 239, 0.25);
  --s-column-header-border: #ebeff2;
  --s-column-footer: #3cacbf;
  --s-tabs-border: rgba(0, 0, 0, 0.1);
  --s-tabs-border-active: #3c78ff;
  --s-tabs-text: #7f8bb5;
  --s-tabs-text-active: #3c78ff;
  --s-tool-icon: #4a4a8e;
  --s-tool-border: rgba(0, 0, 0, 0.1);
}
:root {
  --s-col-gap: 0.7rem;
  --s-icon-font: "Font Awesome 5 Free";
  --s-icon-solid: 900;
  --s-row-gap: 1rem;
  --s-sidebar-band-bg: var(--bs-body-bg);
  --s-sidebar-band-width: 66px;
  --s-sidebar-pane-width: 274px;
  --s-sidebar-width: 340px;
  --s-tool-icon-size: 21px;
}
/* jqueryui.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
.ui-widget-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-priority-secondary {
  opacity: 0.7;
}
.ui-state-disabled {
  opacity: 0.35;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-button {
  display: inline-block;
  position: relative;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.4em 1em;
  user-select: none;
  transition: all 250ms ease-in-out;
  border: 1px solid var(--s-tool-border);
}
.ui-button.ui-state-hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.ui-button.ui-state-focus {
  outline: none;
  color: #1c4257;
  border-color: #7096ab;
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
input.ui-button,
.ui-widget-content input.ui-button {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 1em !important;
  height: 33px;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.ui-button {
    height: 31px !important;
  }
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.ui-dialog {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: hidden;
  background: var(--s-card-bg);
  box-shadow: var(--s-modal-shadow);
  border: 1px solid var(--s-card-border);
  box-sizing: content-box;
  border-radius: 0.3rem;
}
.ui-dialog-buttonpane {
  background-color: var(--s-card-bg);
}
.ui-dialog-buttonpane button {
  margin: 0.5em 0.5em 0.5em 0;
}
.ui-dialog-titlebar {
  flex-direction: column;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-bottom: 1px solid var(--s-card-border);
  padding: 2px 2px 2px 1em;
  display: flex;
  flex-direction: row;
}
.ui-dialog-title {
  margin: 0.5em 4px 0.5em 0;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog .ui-dialog-titlebar ::selection {
  background-color: transparent;
}
.ui-dialog-titlebar .ui-button,
.ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  font-size: 20px;
  height: auto;
  width: auto;
  margin: 0;
  padding: 1px 6px;
  line-height: inherit;
  text-shadow: none;
  outline: none;
  text-indent: 0;
}
.ui-dialog-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
  padding: 1rem 1rem;
  box-sizing: content-box;
  overflow: auto;
  zoom: 1;
}
.ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-tabs {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.ui-tabs-nav {
  border-bottom: 1px solid var(--s-tabs-border);
}
.ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  white-space: nowrap;
}
.ui-tab {
  border-bottom: 3px solid transparent;
}
.ui-tabs-nav .ui-tabs-selected,
.ui-tabs-nav .ui-tabs-active {
  border-bottom: 3px solid var(--s-tabs-border-active);
}
.ui-tabs-nav a {
  float: left;
  padding: 10px 1.25em;
  color: var(--s-tabs-text);
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav .ui-tabs-active a,
.ui-tabs-nav .ui-state-disabled a,
.ui-tabs-nav .ui-state-processing a {
  cursor: pointer;
  outline: none;
}
.ui-tabs-nav .ui-tabs-active a {
  color: var(--s-tabs-text-active);
}
.ui-tabs .tab-pane {
  padding: 1.25rem 0 0 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.ui-tabs-panel {
  border: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-datepicker-trigger {
  border: 0;
  background-color: transparent;
  padding: 0 2px;
  line-height: 1.5em;
  vertical-align: middle;
}
.ui-datepicker-trigger > i {
  font-size: var(--s-tool-icon-size);
  color: var(--bs-body-color);
  line-height: inherit;
  position: relative;
  top: 2px;
}
.ui-datepicker {
  width: 16em;
  padding: 0;
  display: none;
  background-color: var(--s-card-bg);
  border: 1px solid var(--s-card-border);
  box-shadow: var(--s-modal-shadow);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.35em 0;
  border-bottom: 1px solid var(--s-tool-border);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: 1px none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
  font-size: 21px;
}
.ui-datepicker .ui-datepicker-prev::after {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next::after {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 47%;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 3%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  border: 1px solid var(--s-tool-border);
  background-color: rgba(var(--s-bright-rgb), 0.1);
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker table .ui-state-highlight {
  border-color: #5F83B9;
}
.ui-datepicker table .ui-state-hover {
  background: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386;
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0.6) inset;
  border-color: #5F83B9;
}
.ui-datepicker-calendar .ui-state-default {
  background: transparent;
  border-color: #FFF;
}
.ui-datepicker-calendar .ui-state-active {
  background: #5F83B9;
  border-color: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-progressbar {
  height: 12px;
  text-align: left;
  background: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  background: rgba(128, 192, 255, 0.8);
  border: none;
}
.ui-front {
  z-index: 1031;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}
.ui-button {
  border: 1px solid #aaa;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
input.ui-button {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 1em !important;
  height: 33px;
}
.ui-datepicker table.ui-datepicker-calendar {
  table-layout: fixed;
}
.ui-dialog .ui-dialog-titlebar-buttonpane {
  margin-right: 4px;
}
.ui-dialog .ui-dialog-titlebar-buttonpane > a {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 2px;
}
.ui-dialog .ui-dialog-titlebar-buttonpane > a > span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-buttonpane > a:hover,
.ui-dialog .ui-dialog-titlebar-buttonpane > a:focus {
  padding: 0;
}
.ui-dialog:focus {
  outline: none;
}
.ui-dialog-titlebar-buttonpane {
  right: 34px !important;
  top: 19px !important;
  margin-right: 4px;
}
.ui-dialog-titlebar-buttonpane .ui-corner-all {
  border-radius: 0;
}
.ui-dialog-titlebar-buttonpane a.ui-state-default {
  background: none;
  border: 1px solid #C7E9FA;
}
.ui-dialog .ui-dialog-titlebar-buttonpane > a span {
  margin: 2px;
}
.ui-dialog-titlebar-buttonpane {
  margin-top: -11px !important;
}
.ui-dialog .ui-dialog-titlebar-buttonpane > a:hover {
  background: #fff;
}
.ui-dialog .ui-resizable-se {
  right: -1px;
  bottom: -1px;
}
/* dialog.css */
.s-MessageDialog {
  min-width: 310px;
}
.s-MessageDialog .ui-dialog-content,
.s-MessageModal .modal-body {
  padding-left: 90px;
}
.s-MessageDialog .message,
.s-MessageModal .message {
  white-space: pre-wrap;
  margin-top: 4px;
}
.s-MessageDialog .ui-dialog-content::before,
.s-MessageModal .modal-body::before {
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 8px;
  left: 14px;
}
.s-AlertDialog .ui-dialog-content::before,
.s-AlertModal .modal-body::before {
  content: "\f06a";
  color: var(--bs-danger);
}
.s-WarningDialog .ui-dialog-content::before,
.s-WarningModal .modal-body::before {
  content: "\f071";
  color: var(--bs-warning);
}
.s-ConfirmDialog .ui-dialog-content::before,
.s-ConfirmModal .modal-body::before {
  content: "\f059";
  color: var(--bs-primary);
}
.s-InformationDialog .ui-dialog-content::before,
.s-InformationModal .modal-body::before {
  content: "\f05a";
  color: var(--bs-info);
}
.s-SuccessDialog .ui-dialog-content::before,
.s-SuccessModal .modal-body::before {
  content: "\f058";
  color: var(--bs-success);
}
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label {
  color: #fff;
  background-color: var(--secondary) !important;
}
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
  width: 300px;
}
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu > li {
  width: 100%;
}
.instructors-card {
  padding-top: 20px !important;
}
figcaption > a {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instructor-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .form-control.search-input {
    width: 250px !important;
  }
}
.tr-price {
  font-family: Calibri !important;
}
/*video player ayarları*/
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  width: 130% !important;
}
.stats-container {
  position: relative;
  top: -30px;
  z-index: 8;
}
.devager-slider {
  background: linear-gradient(60deg, #543ab7 0%, var(--primary) 100%);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: white;
}
#devager-slider {
  height: 500px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
#devager-slider .swiper {
  width: 100%;
  height: 100%;
}
#devager-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  border-left: 1px dashed var(--primary);
  border-right: 1px dashed var(--primary);
}
#devager-slider .swiper-pagination {
  margin: 10px;
}
#devager-slider .swiper-slide .slide-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.main-page-quick-buttons {
  height: 70px;
}
.main-page-quick-buttons .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page-quick-buttons .quick-button {
  margin: 10px;
}
.main-page-quick-buttons .btn {
  font-size: 35px !important;
  padding: 30px 40px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .main-page-quick-buttons {
    height: 50px;
  }
  .main-page-quick-buttons .btn {
    font-size: 25px !important;
    padding: 0 30px 0 30px;
    font-weight: 900;
  }
  .main-page-quick-buttons .row {
    justify-content: space-evenly;
  }
  .main-page-quick-buttons .quick-button {
    margin: 0 !important;
  }
  #devager-slider {
    height: 350px;
  }
  #devager-slider h1.slide-header {
    font-size: 15px;
  }
  #devager-slider .slide-buttons .slide-button {
    font-size: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 25px !important;
    margin-top: -10px !important;
  }
}
.waves {
  position: relative;
  width: 100%;
  height: 5vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 50px;
  max-height: 75px;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 991px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .swiper-slide .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .slider-content p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
.shing {
  position: relative;
}
.shing::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: '';
  box-shadow: inset 0 2px #FFF;
  background: -50px center no-repeat;
  background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 30%, #FFF 30%, #FFF 50%, rgba(255, 255, 255, 0) 50%);
  background-clip: padding-box;
  opacity: 0.3;
  transition: background-position 0.4s;
}
.shing:hover:after {
  background-position: 100px center;
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.btn-xxs {
  padding-right: 6px;
  padding-left: 6px;
  height: 24px;
}
.ager-icon-30 {
  width: 30px;
  height: 24px;
  float: left;
  margin-top: -3px;
}
.credit-card {
  background: url(images/credit-card.png) no-repeat top left;
}
.turkish-lira {
  background: url(images/turkish-lira.png) no-repeat top left;
}
.money {
  background: url(images/money.png) no-repeat top left;
}
