/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../external/slick/1.6.0/css/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 0.75; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: "";
      color: #fff;
      opacity: 1; }

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../../external/leaflet/1.0.3/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../../external/leaflet/1.0.3/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../../external/leaflet/1.0.3/css/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.fc-time {
	display: none;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 15px !important;
}

span.fc-title {
    display: inline-block;
}

@media(max-width:1381px){
	span.fc-title {
	    display: inline-block;
	    white-space: normal;
	}
}

.fc-day-grid-event .fc-content {
	text-align: center;
}

.fc-toolbar h2 {
	display: inline-block;
	text-transform: none;
	width: 140px;
	color : #666;
	font-size: 24px;
}

.fc-right button.fc-button.fc-button-primary {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0px;
    margin-bottom: 9px;
}

.fc-left button.fc-button.fc-button-primary span {
	font-weight: bolder;
}

#course-run-session-popup-display .gray,
.fc th, .fc td {
	color : #666;
}
#course-run-session-popup-display .smallText{
	font-size: 11px;
}
#course-run-session-popup-display .leftPull{
	margin-left: -70px;
}
.courseRunScheduleInfo{
	padding-bottom:15px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	font-size: 14px;
	color: #333333;
}

.fc-scroller {
    min-height: 320px;
}


@media (max-width: 991px){
	.fc-view, .fc-view > table {
	    min-width: 600px;
	}
	
	.fc-view-container {
    	overflow-x: scroll;
	}
	
	#sessions-calendar-view {
    	min-height: auto;
	}
}


@media (max-width:768px){
	.fc-toolbar h2 {
		width: auto;
	}
	
	#course-run-dates{
		font-size: 18px;
	}
	
	.position-absolute {
    	margin-top: -20px
    }
}

@media(max-width:787px){
	.fc-view{
		padding-right: 2px;
	}
}

@media (max-width: 767px) {
	#course-run-session-popup-display .popuppanel .contentblock {
		padding: 0 15px 30px;
	}
}

@media (min-width: 992px) {
	#course-run-session-popup-display .session-header {
		max-width:66%;
		float:left;
	}
}

.upcoming-courses .position-absolute {
	position: inherit !important;
}

#course-run-session-popup-display .gray.courseRunScheduleInfo {
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#modalShowComments{
    select.sortBy{
        border-radius: 8px;
    }
    
    select.filter-by-holder{
        min-width: 140px;
    }

    span{
        white-space: nowrap;
    }
}


.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}


/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container {
    display: block
}

select+.select2-container {
    z-index: 1
}

.select2-container :focus {
    outline: 0
}

.select2-container .select2-selection {
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    /* border: 1px solid #ced4da; */
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .select2-container .select2-selection {
        transition: none
    }
}

.select2-container.select2-container--focus .select2-selection,.select2-container.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container .select2-search {
    width: 100%
}

.select2-container .select2-search--inline .select2-search__field {
    vertical-align: top
}

.select2-container .select2-selection--multiple .select2-selection__clear,.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 2.25rem;
    width: .75rem;
    height: .75rem;
    padding: .25em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
    transform: translateY(-50%)
}

.select2-container .select2-selection--multiple .select2-selection__clear:hover,.select2-container .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
}

.select2-container .select2-selection--multiple .select2-selection__clear>span,.select2-container .select2-selection--single .select2-selection__clear>span {
    display: none
}

.select2-container+.select2-container {
    z-index: 1056
}

.select2-container .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    color: #212529;
    background-color: #fff;
    border-color: #B1B1B1;
    /* border-radius: .25rem */
}

.select2-container .select2-dropdown.select2-dropdown--below {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container .select2-dropdown .select2-search {
    padding: .375rem .75rem
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .select2-container .select2-dropdown .select2-search .select2-search__field {
        transition: none
    }
}

.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: auto;
    overflow-y: auto
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #6c757d
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000;
    background-color: #e9ecef
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,.select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #1E90FF
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled,.select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
    color: #6c757d
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] {
    padding: 0
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .375rem;
    font-weight: 500;
    line-height: 1.5;
    color: #6c757d
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .375rem .75rem
}

.select2-container .select2-selection--single {
    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
    display: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .35em .65em;
    margin-right: .375rem;
    margin-bottom: .375rem;
    font-size: 1rem;
    color: #212529;
    cursor: auto;
    border: 1px solid #ced4da;
    /* border-radius: .25rem */
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .75rem;
    height: .75rem;
    padding: .25em;
    margin-right: .25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
    border: 0
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove>span {
    display: none
}

.select2-container .select2-selection--multiple .select2-search {
    display: block;
    width: 100%;
    height: 1.5rem
}

.select2-container .select2-selection--multiple .select2-search .select2-search__field {
    width: 100%;
    height: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    font-family: inherit;
    line-height: 1.5;
    background-color: transparent
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    right: .75rem
}

.select2-container.select2-container--disabled .select2-selection,.select2-container.select2-container--disabled.select2-container--focus .select2-selection {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ced4da;
    box-shadow: none
}

.select2-container.select2-container--disabled .select2-selection--multiple .select2-selection__clear,.select2-container.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container.select2-container--disabled .select2-selection--multiple .select2-selection__choice,.select2-container.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed
}

.select2-container.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,.select2-container.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none
}

.select2-container.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty),.select2-container.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: 0
}

.select2-container.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search,.select2-container.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search {
    display: none
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container .select2-selection,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.btn~.select2-container .select2-selection,.input-group>.dropdown-menu~.select2-container .select2-selection,.input-group>.input-group-text~.select2-container .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .select2-container {
    flex-grow: 1
}

.input-group .select2-container .select2-selection {
    height: 100%
}

.is-valid+.select2-container .select2-selection,.was-validated select:valid+.select2-container .select2-selection {
    border-color: #198754
}

.is-valid+.select2-container.select2-container--focus .select2-selection,.is-valid+.select2-container.select2-container--open .select2-selection,.was-validated select:valid+.select2-container.select2-container--focus .select2-selection,.was-validated select:valid+.select2-container.select2-container--open .select2-selection {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.is-valid+.select2-container.select2-container--open.select2-container--below .select2-selection,.was-validated select:valid+.select2-container.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-valid+.select2-container.select2-container--open.select2-container--above .select2-selection,.was-validated select:valid+.select2-container.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.is-invalid+.select2-container .select2-selection,.was-validated select:invalid+.select2-container .select2-selection {
    border-color: #dc3545
}

.is-invalid+.select2-container.select2-container--focus .select2-selection,.is-invalid+.select2-container.select2-container--open .select2-selection,.was-validated select:invalid+.select2-container.select2-container--focus .select2-selection,.was-validated select:invalid+.select2-container.select2-container--open .select2-selection {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.is-invalid+.select2-container.select2-container--open.select2-container--below .select2-selection,.was-validated select:invalid+.select2-container.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-invalid+.select2-container.select2-container--open.select2-container--above .select2-selection,.was-validated select:invalid+.select2-container.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container .select2--small.select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    /* border-radius: .2rem */
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__clear,.select2-container .select2--small.select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__clear:hover,.select2-container .select2--small.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container .select2--small.select2-selection--multiple .select2-search,.select2-container .select2--small.select2-selection--multiple .select2-search .select2-search__field,.select2-container .select2--small.select2-selection--single .select2-search,.select2-container .select2--small.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container .select2--small.select2-dropdown {
    /* border-radius: .2rem */
}

.select2-container .select2--small.select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container .select2--small.select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container .select2--small.select2-dropdown .select2-results__options .select2-results__option,.select2-container .select2--small.select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: .875rem
}

.select2-container .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .25rem
}

.select2-container .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .25rem .5rem
}

.select2-container .select2--small.select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container .select2--small.select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container .select2--large.select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    /* border-radius: .3rem */
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__clear,.select2-container .select2--large.select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__clear:hover,.select2-container .select2--large.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container .select2--large.select2-selection--multiple .select2-search,.select2-container .select2--large.select2-selection--multiple .select2-search .select2-search__field,.select2-container .select2--large.select2-selection--single .select2-search,.select2-container .select2--large.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container .select2--large.select2-dropdown {
    /* border-radius: .3rem */
}

.select2-container .select2--large.select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container .select2--large.select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container .select2--large.select2-dropdown .select2-results__options .select2-results__option,.select2-container .select2--large.select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.select2-container .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem
}

.select2-container .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.select2-container .select2--large.select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container .select2--large.select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.form-select-sm~.select2-container .select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    /* border-radius: .2rem */
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__clear,.form-select-sm~.select2-container .select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__clear:hover,.form-select-sm~.select2-container .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-search,.form-select-sm~.select2-container .select2-selection--multiple .select2-search .select2-search__field,.form-select-sm~.select2-container .select2-selection--single .select2-search,.form-select-sm~.select2-container .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-sm~.select2-container .select2-dropdown {
    /* border-radius: .2rem */
}

.form-select-sm~.select2-container .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-select-sm~.select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-select-sm~.select2-container .select2-dropdown .select2-results__options .select2-results__option,.form-select-sm~.select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: .875rem
}

.form-select-sm~.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .25rem
}

.form-select-sm~.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .25rem .5rem
}

.form-select-sm~.select2-container .select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.form-select-lg~.select2-container .select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    /* border-radius: .3rem */
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__clear,.form-select-lg~.select2-container .select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__clear:hover,.form-select-lg~.select2-container .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-search,.form-select-lg~.select2-container .select2-selection--multiple .select2-search .select2-search__field,.form-select-lg~.select2-container .select2-selection--single .select2-search,.form-select-lg~.select2-container .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-lg~.select2-container .select2-dropdown {
    /* border-radius: .3rem */
}

.form-select-lg~.select2-container .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-select-lg~.select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-select-lg~.select2-container .select2-dropdown .select2-results__options .select2-results__option,.form-select-lg~.select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.form-select-lg~.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem
}

.form-select-lg~.select2-container .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.form-select-lg~.select2-container .select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container .select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.s2bs5-navbar {
    padding: .75rem 0;
    background-color: #6610f2
}

.s2bs5-navbar .navbar-nav {
    flex-direction: row
}

.s2bs5-navbar .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.85)
}

.s2bs5-navbar .navbar-nav .nav-link:focus,.s2bs5-navbar .navbar-nav .nav-link:hover {
    color: #fff
}

.s2bs5-navbar .navbar-nav-svg {
    width: 2rem;
    height: 2rem
}

.s2bs5-subnavbar {
    position: relative;
    z-index: 1020;
    background-color: hsla(0,0%,100%,.95);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.15)
}

.s2bs5-subnavbar .dropdown-menu {
    font-size: .875rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)
}

.s2bs5-subnavbar .dropdown-item:active {
    color: #000;
    background-color: #b386fc
}

.s2bs5-subnavbar .dropdown-item.active {
    color: #fff;
    background-color: #6610f2
}

@media (min-width: 768px) {
    .s2bs5-subnavbar {
        position:-webkit-sticky;
        position: sticky;
        top: 0
    }
}

.s2bs5-sidebar-toggle {
    color: #6c757d
}

.s2bs5-sidebar-toggle:focus,.s2bs5-sidebar-toggle:hover {
    color: #6610f2
}

.s2bs5-sidebar-toggle:focus {
    box-shadow: 0 0 0 3px rgba(102,16,242,.25)
}

.s2bs5-sidebar-toggle .bi-collapse,.s2bs5-sidebar-toggle:not(.collapsed) .bi-expand {
    display: none
}

.s2bs5-sidebar-toggle:not(.collapsed) .bi-collapse {
    display: inline-block
}

@media (min-width: 768px) {
    .s2bs5-layout {
        display:grid;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1fr 3fr;
        gap: 1.5rem
    }
}

@media (min-width: 992px) {
    .s2bs5-layout {
        grid-template-columns:1fr 5fr
    }
}

.s2bs5-sidebar {
    grid-area: sidebar
}

.s2bs5-main {
    grid-area: main
}

@media (min-width: 768px) {
    .s2bs5-main {
        display:grid;
        grid-template-areas: "toc" "content";
        grid-template-rows: auto auto 1fr;
        gap: inherit
    }
}

@media (min-width: 992px) {
    .s2bs5-main {
        grid-template-areas:"content toc";
        grid-template-rows: auto 1fr;
        grid-template-columns: 4fr 1fr
    }
}

.s2bs5-toc {
    grid-area: toc
}

.s2bs5-content {
    grid-area: content;
    min-width: 1px
}

@media (max-width: 767.98px) {
    .s2bs5-sidebar {
        margin:0 -.75rem 1rem
    }
}

.s2bs5-links {
    overflow: auto;
    font-weight: 600
}

@media (min-width: 768px) {
    .s2bs5-links {
        position:-webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block!important;
        height: calc(100vh - 7.875rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .s2bs5-links>ul {
        padding:1.5rem .75rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef
    }
}

.s2bs5-links a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    color: rgba(0,0,0,.85);
    text-decoration: none
}

.s2bs5-links a:focus,.s2bs5-links a:hover {
    color: #6610f2;
    background-color: rgba(179,134,252,.15)
}

.s2bs5-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0,0,0,.85);
    background-color: transparent;
    border: 0
}

.s2bs5-links .btn:focus,.s2bs5-links .btn:hover {
    color: #6610f2;
    background-color: rgba(179,134,252,.15)
}

.s2bs5-links .btn:focus {
    box-shadow: 0 0 0 1px rgba(179,134,252,.75)
}

.s2bs5-links .btn:before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%
}

@media (prefers-reduced-motion:reduce) {
    .s2bs5-links .btn:before {
        transition: none
    }
}

.s2bs5-links .btn[aria-expanded=true] {
    color: #6610f2
}

.s2bs5-links .btn[aria-expanded=true]:before {
    transform: rotate(90deg)
}

.s2bs5-links .active {
    font-weight: 600;
    color: #6610f2
}

@media (min-width: 768px) {
    :root {
        scroll-padding-top:4rem
    }
}

.s2bs5-content>.h2:not(:first-child),.s2bs5-content>h2:not(:first-child) {
    margin-top: 3rem
}

.s2bs5-content>.h3,.s2bs5-content>h3 {
    margin-top: 2rem
}

.s2bs5-content>ol li,.s2bs5-content>ul li {
    margin-bottom: .25rem
}

.s2bs5-content>ol li>ul,.s2bs5-content>ul li>ul {
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.s2bs5-content>.table {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: .875rem
}

@media (max-width: 991.98px) {
    .s2bs5-content>.table {
        display:block;
        overflow-x: auto
    }

    .s2bs5-content>.table.table-bordered {
        border: 0
    }
}

.s2bs5-content>.table td:first-child,.s2bs5-content>.table th:first-child {
    padding-left: 0
}

.s2bs5-content>.table td:not(:last-child),.s2bs5-content>.table th:not(:last-child) {
    padding-right: 1.5rem
}

.s2bs5-content>.table td:first-child>code {
    white-space: nowrap
}

.s2bs5-title {
    font-weight: 300;
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .s2bs5-title {
        font-size:3rem
    }
}

.s2bs5-lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .s2bs5-lead {
        font-size:1.5rem
    }
}

@media (min-width: 992px) {
    .s2bs5-toc {
        position:-webkit-sticky;
        position: sticky;
        top: 5rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7.875rem);
        overflow-y: auto
    }
}

.s2bs5-toc nav {
    font-size: .875rem
}

.s2bs5-toc nav ul {
    padding-left: 0;
    list-style: none
}

.s2bs5-toc nav ul ul {
    padding-left: 1rem;
    margin-top: .25rem
}

.s2bs5-toc nav li {
    margin-bottom: .25rem
}

.s2bs5-toc nav a {
    color: rgba(0,0,0,.85);
    text-decoration: none
}

.s2bs5-toc nav a:hover {
    color: #6610f2;
    text-decoration: underline
}

.s2bs5-toc nav a code {
    font: inherit
}

.s2bs5-footer li {
    color: #adb5bd
}

.s2bs5-footer a {
    color: #fff;
    text-decoration: none
}

.s2bs5-footer a:focus,.s2bs5-footer a:hover {
    color: #b386fc;
    text-decoration: underline
}

.s2bs5-footer .footer-icon svg {
    width: 5rem;
    height: 5rem
}

.anchorjs-link {
    font-weight: 400;
    color: rgba(102,16,242,.5);
    transition: color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .anchorjs-link {
        transition: none
    }
}

.anchorjs-link:focus,.anchorjs-link:hover {
    color: #6610f2;
    text-decoration: none
}

.s2bs5-clipboard {
    position: relative;
    display: none;
    float: right
}

.s2bs5-clipboard+.highlight {
    margin-top: 0
}

.select2-container .select2-selection--single {
    min-height: 37px;
    height: 37.53px;
}

.select2-container .select2-selection--single {
    min-height: 37px;
    height: 37px;
    padding: 0.375rem 2.25rem 0.375rem 1rem;
    background-color: #fff;
    border-radius: 0;
}
.select2-selection__arrow {
	display:none;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height:200px
}
.card.course-overview-card p {
    white-space: pre-wrap;
}

.course-overview-card .addMsg {
    margin-top: 30px;
}

.course-overview-card .addMsgBold {
    font-weight: 600;
}

.courseOverviewBold {
    font-weight: 600;
}

.card.course-overview-card ul {
    white-space: normal;
    padding-top: 10px;
    list-style-position: outside;
}

.card.course-overview-card ul li {
    padding-bottom: 10px;
}

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

.anchor-list-holder{
    margin-bottom: 5px;
}

.sfc-box {
    border: 2px solid #F1592C;
    padding: 10px;
    display: inline;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.course-overview-card .accordion-button{
    padding:0px;
}

.course-overview-card .accordion-button::after {
    min-width: 20px;
    min-height: 20px;
    margin-bottom: 1rem !important;
}

.course-overview-card .accordion-button{
    margin-bottom: -1rem;
}

.course-overview-card .accordion-button:focus,.course-overview-card .accordion-button:not(.collapsed){
    box-shadow: none;
    color: unset;
}

.contact-persons-holder{
    margin-top: 1rem;
}

.scheduler-btn-holder{
    display: inline-flex;
    gap: 1rem;
}

@media (max-width: 767.98px) {
    .scheduler-btn-holder{
        flex-direction: column;
    }
}

#courseApplicationModel .courseAPMbottom{
    padding: 0.5rem;
}

#courseApplicationModel .modal-body {
    padding: 1.5rem;
}

#courseApplicationModel .courseAPMbottom {
    padding: 0.75rem 1.5rem;
}

#courseApplicationModel .courseAPMbottom .whiteButton {
    margin: 0.25rem;
}

#courseApplicationModel .courseAPMbottom .blueButton {
    margin: 0.25rem;
}

#courseApplicationModel .courseAPMbottom .whiteButton{
    background: white;
    color: #2A51FE;
    border: unset;
}

@media (min-width: 766px) and (max-width: 1199px) {
    #courseApplicationModel .modal-body {
        padding: 1rem;
    }

    #courseApplicationModel .courseAPMbottom {
        padding: 0.75rem;
    }
}

@media (max-width: 766px) {
    #courseApplicationModel .modal-body {
        padding: 1rem;
    }

    #courseApplicationModel .courseAPMbottom {
        padding: 0.75rem;
    }

    #courseApplicationModel .courseAPMbottom .whiteButton{
        width: 25%;
    }

    #courseApplicationModel .courseAPMbottom .blueButton {
        width: 75%;
    }
}

#courseApplicationModel .courseAPMbottom .whiteButton:hover {
    background: #F0F3FF !important;
}

.scheduler-btn{
    min-width: 140px;
}

.contact-btn-w{
    min-width: 179px;
}

/* 18523 - viewed by learners like you - start*/

/* ====================================
    OWL CAROUSEL -
    COURSES CARD
==================================== */
.owl-carousel {
    overflow: visible;
    width: 100%;
    left: 0;
    transform: none;
    display: block;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    background: none;
    display: flex;
    height: auto;
    transition: 0.3s;
}

.owl-carousel .owl-item:not(.center) {
    opacity: 1;
    transform: scale(1);
}

.owl-carousel .owl-item:not(.center)::before {
    /* display: none; */
}

.owl-carousel .owl-item .card {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    display: flex;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    height: 0;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button[class*=owl-] {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    margin: 0.5rem;
    position: absolute;
    top: 50%;
    margin-top: -2.5rem;
    color: rgba(0, 0, 0, 0.75);
    transition: 0.3s;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
}

.owl-theme .owl-nav button.disabled[class*=owl-] {
    background-color: rgba(248, 248, 248, 0.95);
    color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
}

.owl-theme .owl-nav button.disabled[class*=owl-]:hover {
    cursor: not-allowed;
}

.owl-carousel .owl-prev {
    left: 0;
}

.owl-carousel .owl-next {
    right: 0;
}

@media (min-width: 1400px) {
    .owl-carousel .owl-stage-outer {
        padding-left: 4px;
        margin-left: -4px;
    }

    .owl-carousel .owl-item {
        max-width: 320px;
    }
}

@media (min-width: 1440px) {
    .owl-carousel .owl-prev {
        left: -4.5rem;
    }

    .owl-carousel .owl-next {
        right: -4.5rem;
    }
}

@media (max-width: 1399.98px) {
    .owl-carousel .owl-stage-outer {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
    }

    .owl-carousel.owl-drag .owl-item {
        max-width: 400px;
        min-width: 18.5rem;
    }
}

@media (max-width: 767.98px) {
    .owl-carousel.owl-drag .owl-item {
        max-width: 18.5rem;
    }

    .owl-carousel .owl-item:not(.center) {
        opacity: 0.5;
    }
}

/* ====================================
    COURSES CARD
==================================== */
.courses-card-holder {
    margin-bottom: 1.5rem;
}

.courses-card-holder a {
    text-decoration: none;
}

.courses-card-holder .card {
    border-radius: 0;
    display: flex;
    height: 100%;
    color: #000;
}

.courses-card-holder .card .card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 0;
}

.courses-card-holder .card .card-img::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 100%);
}

.courses-card-holder .card .card-img>img {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    z-index: 0;
}

.courses-card-holder .card .card-img a.btn {
    position: absolute;
    z-index: 2;
    top: 0.25rem;
    right: 0.25rem;
    color: #FFF;
    font-size: 1.5rem;
    transition: 0.3s;
}

.courses-card-holder .card .card-img a.btn>* {
    transition: 0.3s;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.85);
}

.courses-card-holder .card .card-img a.btn:hover>* {
    transform: translateY(-2px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
}

.courses-card-holder .card .card-img a.btn.is-added>.fa-regular,
.courses-card-holder .card .card-img a.btn:not(.is-added)>.fa-solid {
    display: none;
}

.courses-card-holder .card .card-img a.btn>.fa-solid {
    color: #E32026;
}

.courses-card-holder .card .list-group,
.courses-card-holder .card .list-group .list-group-item {
    border: 0;
}

.courses-card-holder .card .list-group .list-group-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.courses-card-holder .card h5,
.courses-card-holder .card p {
    margin-bottom: 0;
}

.courses-card-holder .card h5 a {
    font-size: 18px;
    color: #000;
}

.courses-card-holder .card h5 a:hover {
    color: #586BCE;
}

.courses-card-holder .card label {
    display: block;
    font-size: 14px;
}

.courses-card-holder .card label>i {
    color: #586BCE;
    display: inline-block;
    position: relative;
}

.courses-card-holder .card label+p {
    font-size: 20px;
}

.courses-card-holder .card h5,
.courses-card-holder .card label+p>strong {
    font-weight: 600;
}

.course-provider {
    display: flex;
    min-height: 40px;
    margin-bottom: 0.25rem;
}

.course-provider a {
    color: #3972D5;
    display: inline-block;
    font-size: 13px;
}

.course-provider a:hover {
    text-decoration: underline;
}

.courses-card-holder .course-provider a[target=_blank]::after {
    padding: 0;
    margin-left: 4px;
}

.card-ratings-holder {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars-holder {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.stars-holder>*[class*=fa-star] {
    color: #F1BA05;
}

.stars-holder>.fa-star.disabled {
    color: #C1C1C1;
}

.card-ratings-holder span {
    font-size: 14px;
}

.card-cost-holder label>a {
    color: #586BCE;
}

.courses-card-holder .card .card-body {
    padding-bottom: 0.5rem;
}

.courses-card-holder .card .card-footer {
    border-radius: 0;
    border-top: none;
    background: none;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 576px) {
    .courses-card-holder .card h5.card-title {
        min-height: 76px;
    }
}
.occupation__card-holder {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.occupation__card-holder .occupation__card-holder-cards a {
    text-decoration: none;
    color: var(--bs-body-color);
    transition: 0.3s;
    user-select: none;
}

.occupation__card-holder .occupation__card-holder-cards a:hover .card-occupation-title-holder h5 {
    color: #586BCE;
}

.occupation__card-holder .occupation__card-holder-cards .card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 16px;
    height: 100%;
}

.occupation__card-holder .occupation__card-holder-cards .card>* {
    transition: 0.3s;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-icon {
    padding-top: calc(var(--bs-card-spacer-y) + 2px);
    padding-left: var(--bs-card-spacer-x);
}

.occupation__card-holder .occupation__card-holder-cards .card .card-icon span svg {
    fill: rgba(var(--sgds-black-rgb), 75%);
}

.occupation__card-holder .occupation__card-holder-cards .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding-left: 0;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-occupation-title-holder {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-occupation-title-holder>* {
    margin-bottom: 0;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-occupation-title-holder label {
    font-size: 16px;
    font-weight: 600;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-occupation-title-holder a {
    text-decoration: none;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-occupation-title-holder a:hover {
    color: #586BCE !important;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-cost-holder {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-cost-holder label {
    font-size: 16px;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-cost-holder p {
    font-size: 18px;
}

.courseRecommend-isMobile{
    display: flex;
}

div.industry-job-info small{
    font-size: 16px;
}

div.industry-card-holder div.card-occupation-title-holder a{
    font-size: 18px;
}

div.industry-card-holder div.card-occupation-title-holder small{
    font-size: 16px;
}

.occupation__card-holder .occupation__card-holder-cards .card .card-cost-holder .h6 {
    font-size: 18px;
    margin-bottom: 0;
}

@media (min-width: 1400px) {

    .occupation__card-holder .occupation__card-holder-cards .card .card-icon,
    .occupation__card-holder .occupation__card-holder-cards .card .card-body {
        padding-block: calc(var(--bs-card-spacer-x) * 1.5);
    }

    .occupation__card-holder .occupation__card-holder-cards .card .card-icon {
        padding-block-start: calc(var(--bs-card-spacer-y) * 1.5 + 2px);
        padding-left: 20px;
    }

    .occupation__card-holder .occupation__card-holder-cards .card .card-body {
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .occupation__card-holder .occupation__card-holder-cards {
        height: auto;
    }
}

/**
* INDUSTRY
*/
:root {
    --mysf-industry-banner-occupation-banner-div-4: #C7EBFF;
    --mysf-industry-banner-occupation-banner-div-5: #C5EBEF;
    --mysf-industry-banner-occupation-banner-div-6: #ADCFE2;
    --mysf-industry-banner-occupation-banner-div-7: #FFEBCC;
    --mysf-industry-banner-occupation-banner-div-8: #FFEEB8;
    --mysf-industry-banner-occupation-banner-div-9: #FFD79C;
    --mysf-industry-banner-occupation-banner-div-10: #FFE1D8;
    --mysf-industry-banner-occupation-banner-div-11: #FFBCA8;
    --mysf-industry-banner-occupation-banner-div-12: #F5CCBF;
    --mysf-industry-banner-occupation-banner-div-1: #F2E4FF;
    --mysf-industry-banner-occupation-banner-div-2: #C1C1FF;
    --mysf-industry-banner-occupation-banner-div-3: #D4D7E9;
}

.industry-banner .industry-banner-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.industry-banner .industry-banner-content>* {
    margin: 0;
}

.industry-banner.occupation-banner-div-1 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-1);
}

.industry-banner.occupation-banner-div-2 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-2);
}

.industry-banner.occupation-banner-div-3 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-3);
}

.industry-banner.occupation-banner-div-4 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-4);
}

.industry-banner.occupation-banner-div-5 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-5);
}

.industry-banner.occupation-banner-div-6 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-6);
}

.industry-banner.occupation-banner-div-7 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-7);
}

.industry-banner.occupation-banner-div-8 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-8);
}

.industry-banner.occupation-banner-div-9 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-9);
}

.industry-banner.occupation-banner-div-10 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-10);
}

.industry-banner.occupation-banner-div-11 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-11);
}

.industry-banner.occupation-banner-div-12 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-12);
}

.industry-banner.occupation-banner-div-1 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-1);
}

.industry-banner.occupation-banner-div-2 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-2);
}

.industry-banner.occupation-banner-div-3 {
    background-color: var(--mysf-industry-banner-occupation-banner-div-3);
}

.industry-banner.small-banner {
    position: relative;
    overflow: hidden;
}

.industry-banner.small-banner .industry-banner-content {
    height: 72px;
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 16px;
}

.industry-banner.small-banner .industry-banner-content h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry-banner.small-banner::after {
    content: "";
    position: absolute;
    right: -35%;
    top: 50%;
    background-repeat: no-repeat;
    width: 160px;
    height: 184px;
    background-size: 100%;
    transform: translate(-65%, -45%);
}

.industry-banner.small-banner.occupation-banner-div-1::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-1-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-2::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-2-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-3::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-3-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-4::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-4-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-5::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-5-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-6::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-6-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-7::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-7-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-8::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-8-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-9::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-9-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-10::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-10-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-11::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-11-right.svg");
}

.industry-banner.small-banner.occupation-banner-div-12::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-12-right.svg");
}

.industry-banner.big-banner {
    position: relative;
    overflow: hidden;
}

.industry-banner.big-banner::before,
.industry-banner.big-banner::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 368px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-size: contain;
}

.industry-banner.big-banner::before {
    left: -15%;
}

.industry-banner.big-banner::after {
    right: -15%;
}

.industry-banner.big-banner.occupation-banner-div-1::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-1-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-1::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-1-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-2::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-2-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-2::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-2-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-3::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-3-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-3::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-3-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-4::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-4-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-4::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-4-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-5::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-5-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-5::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-5-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-6::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-6-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-6::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-6-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-7::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-7-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-7::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-7-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-8::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-8-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-8::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-8-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-9::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-9-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-9::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-9-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-10::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-10-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-10::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-10-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-11::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-11-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-11::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-11-right.svg");
}

.industry-banner.big-banner.occupation-banner-div-12::before {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-12-left.svg");
}

.industry-banner.big-banner.occupation-banner-div-12::after {
    background-image: url("../../core-base/V3-ui/images/industry-banner-bg-occupation-banner-div-12-right.svg");
}

.industry-banner.big-banner .industry-banner-content {
    width: min(100%, 720px);
    text-align: center;
    gap: 16px;
    margin-inline: auto;
}

.industry-banner-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.industry-card-holder .card {
    height: 100%;
}

.industry-card-holder .card .card-header,
.industry-card-holder .card .card-footer {
    background-color: transparent;
    border: 0;
}

.industry-card-holder .card .card-header {
    padding: 0;
}

.industry-card-holder .card .card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.industry-card-holder .card .card-body a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.industry-card-holder .card .card-body a:hover {
    color: #586BCE;
}

.industry-card-holder .card .card-footer {
    padding-top: 0;
    padding-bottom: 16px;
}

.industry-card-holder .card .card-footer a {
    text-decoration: none;
}

.industry-card-holder .card .card-footer a.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    padding-block: 8px;
}

.industry-card-holder .card .list-group .list-group-item {
    padding: 0;
}

.related-course-card-single {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 12px;
    height: 100%;
    padding: 0;
    text-decoration: none;
    color: var(--bs-body-color);
    transition: 0.3s;
    user-select: none;
}

.related-course-card-single>* {
    transition: 0.3s;
}

.related-course-card-single .card-icon {
    padding-top: calc(var(--bs-card-spacer-y) / 2 + 2px);
}

.related-course-card-single .card-icon span svg {
    fill: rgba(var(--sgds-black-rgb), 75%);
}

.related-course-card-single .card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    padding-left: 0;
}

.related-course-card-single .card-body .card-occupation-title-holder {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.related-course-card-single .card-body .card-occupation-title-holder small {
    color: var(--bs-gray);
}

@media (min-width: 992px) {

    .industry-banner.big-banner::before,
    .industry-banner.big-banner::after {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .industry-banner.big-banner::before {
        left: -5%;
    }

    .industry-banner.big-banner::after {
        right: -5%;
    }
}

@media (min-width: 1400px) {

    .industry-card-holder .card .card-header .industry-banner-content,
    .industry-card-holder .card>.card-body,
    .industry-card-holder .card .card-footer {
        padding-inline: calc(var(--bs-card-spacer-x) * 1.5);
    }

    .industry-banner-content-bottom {
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .industry-banner-content-bottom {
        flex-direction: column;
        gap: 4px;
    }
}

.viewedCourse-title-text{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

/**
* OWL CAROUSEL
*/
.owl-carousel .owl-stage-outer {
    margin-bottom: 16px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: rgba(var(--bs-black-rgb), 15%);
    transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: rgba(var(--bs-primary-rgb), 50%);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #3972D5;
}

.occupation__job-posting .owl-carousel .owl-nav {
    top: calc(50% - 4px);
}

.occupation__related-courses .owl-carousel .owl-item,
.industry-card-holder .owl-carousel .owl-item {
    max-width: none;
    width: max(280px, 85vw) !important;
}

.occupation__related-courses--cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    height: calc(50% - 12px);
}

.occupation__related-courses--cards .card h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
}

.occupation__related-courses--cards .card h5+label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-1card .card h5,
.is-4cards .card h5,
.is-6cards .card h5,
.is-mobile .card h5,
.is-desktop .card h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {

    .is-1card,
    .is-mobile {
        display: flex;
    }

    .is-1card .card h5,
    .is-mobile .card h5 {
        -webkit-line-clamp: 3;
        /* Number of lines to show */
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .is-4cards {
        display: flex;
    }

    .is-4cards.occupation__related-courses .owl-carousel .owl-item {
        width: max(280px, 100%) !important;
    }
}

@media (min-width: 768px) {

    .is-4cards .card,
    .is-6cards .card {
        min-height: 260px;
    }

    .is-desktop {
        display: flex;
    }

    .is-desktop .card {
        min-height: 280px;
    }
}

@media (min-width: 1200px) {
    .is-6cards {
        display: flex;
    }

    .is-6cards.occupation__related-courses .owl-carousel .owl-item {
        width: max(280px, 100%) !important;
    }
}

@media (min-width: 1400px) {
    .is-6cards .card {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .occupation__card-holder .owl-carousel .owl-item:not(.center) {
        opacity: 1;
    }

    .occupation__related-courses--cards .card h5 {
        -webkit-line-clamp: 3;
        /* Number of lines to show */
    }
}

div.card-icon .course-icon{
    width: 20px;
	height: 20px;
	background-image: url('../../core-base/V3-ui/images/course-icon.svg');
	background-size: cover;
}

.viewed-by-learners-title{
    display: inline-block;
    margin-right: 10px;
}

@media(max-width: 767.98px){
    .viewed-by-learners-title{
        display: inline-block;
        margin-right: 10px;
        margin-top: 30px;
    }
}

#likeTooltip  {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1 !important;
}

.likeTooltip-cancel{
    height: 40px;
    align-items: flex-end;
    justify-content: end;
    display: flex;
}

.likeTooltip-button{
    margin-right: 10px;
}
/* #likeTooltip .modal-content {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  min-width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
} */
/* 18523 - viewed by learners like you - end*/
#salutationInput {
    /*width: 100%;*/
    outline: none;
    border: none;
    padding-left: 0;
    float:left;
    cursor: pointer;
}

#salutationItems {
	width: 100%;
    padding: 0px;
    border-radius: 0px;
}

#salutationItems li {
	width: 1#00%;
    padding-left: 10px;
}

#salutationItems li:hover {
    background-color:#65b8fe;
}

#salutationItems li a span{
    color: black;
    width: 100%;
}

#salutationItems li a{
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

#salutationBtn i {
	float:right;
    margin-top: 5px;
}

.hidden {
	display: none;
}

#captchaImage {
	width: 100%;
}
.CompareList_box {
	padding: 15px 18px !important;
}

.CompareList_container {
	padding-bottom: 10px !important;
    position: fixed;
    bottom: 0;
    z-index: 2000;
}

.CompareList_container .CompareList_title {
	cursor: pointer;
	padding: 0px !important;
	margin-left: 8% !important;
}

.course-compare-arrow-section {
	padding-bottom: 10px;
	padding-top: 20px;
}

.CompareList_box .applicantname.course-title {
	font-family: 'WorkSans-SemiBold';
	font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    color: #333;
    text-transform: uppercase;
    min-height: 40px;
}

.CompareList_box .course-ext-ref {
	font-size: 15px;
    line-height: 19px;
    color: #8d8d8d;
    text-transform: uppercase;
}

.CompareList_box .tp-alias {
    font-size: 15px;
    line-height: 18px;
    color: #333;
}

@media(max-width:767px){
    .course-detail .CompareList_container { padding-bottom: 60px !important}
    .CompareList_box .applicantname.course-title { min-height: 0px !important}
    .CompareList_box { padding: 10px 18px !important }
    .CompareList_btns { margin-top: 0px !important}
}

.introjs-overlay {
	position: absolute;
	box-sizing: content-box;
	z-index: 999999;
	opacity: 0;
	transition: all .3s ease-out
}

.introjs-showElement {
	z-index: 9999999 !important
}

tr.introjs-showElement>td {
	z-index: 9999999 !important;
	position: relative
}

tr.introjs-showElement>th {
	z-index: 9999999 !important;
	position: relative
}

.introjs-disableInteraction {
	z-index: 99999999 !important;
	position: absolute;
	background-color: #fff;
	opacity: 0
}

.introjs-relativePosition {
	position: relative
}

.introjs-helperLayer {
	box-sizing: content-box;
	position: absolute;
	z-index: 9999998;
	border-radius: 4px;
	transition: all .3s ease-out
}

.introjs-helperLayer * {
	box-sizing: content-box
}

.introjs-helperLayer :before {
	box-sizing: content-box
}

.introjs-helperLayer :after {
	box-sizing: content-box
}

.introjs-tooltipReferenceLayer {
	font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
		Helvetica, Arial, sans-serif;
	box-sizing: content-box;
	position: absolute;
	visibility: hidden;
	z-index: 100000000;
	background-color: transparent;
	transition: all .3s ease-out
}

.introjs-tooltipReferenceLayer * {
	font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
		Helvetica, Arial, sans-serif
}

.introjs-helperNumberLayer {
	font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
		Helvetica, Arial, sans-serif;
	color: #9e9e9e;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px
}

.introjs-arrow {
	border: 5px solid transparent;
	content: "";
	position: absolute
}

.introjs-arrow.top {
	top: -10px;
	left: 10px;
	border-bottom-color: #fff
}

.introjs-arrow.top-right {
	top: -10px;
	right: 10px;
	border-bottom-color: #fff
}

.introjs-arrow.top-middle {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #fff
}

.introjs-arrow.right {
	right: -10px;
	top: 10px;
	border-left-color: #fff
}

.introjs-arrow.right-bottom {
	bottom: 10px;
	right: -10px;
	border-left-color: #fff
}

.introjs-arrow.bottom {
	bottom: -10px;
	left: 10px;
	border-top-color: #fff
}

.introjs-arrow.bottom-right {
	bottom: -10px;
	right: 10px;
	border-top-color: #fff
}

.introjs-arrow.bottom-middle {
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border-top-color: #fff
}

.introjs-arrow.left {
	left: -10px;
	top: 10px;
	border-right-color: #fff
}

.introjs-arrow.left-bottom {
	left: -10px;
	bottom: 10px;
	border-right-color: #fff
}

.introjs-tooltip {
	box-sizing: content-box;
	position: absolute;
	visibility: visible;
	background-color: #fff;
	min-width: 250px;
	border-radius: 5px;
	box-shadow: 0 3px 30px rgba(33, 33, 33, .3);
	transition: opacity .1s ease-out
}

.introjs-tooltiptext {
	padding: 20px
}

.introjs-dontShowAgain {
	padding-left: 20px;
	padding-right: 20px
}

.introjs-dontShowAgain input {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	display: inline;
	width: 10px;
	height: 10px
}

.introjs-dontShowAgain label {
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: #fff;
	color: #616161;
	-webkit-user-select: none;
	user-select: none
}

.introjs-tooltip-title {
	font-size: 18px;
	width: 90%;
	min-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 1.5
}

.introjs-tooltip-header {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	min-height: 1.5em
}

.introjs-tooltipbuttons {
	border-top: 1px solid #e0e0e0;
	padding: 10px;
	text-align: right;
	white-space: nowrap
}

.introjs-tooltipbuttons:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.introjs-button {
	box-sizing: content-box;
	position: relative;
	overflow: visible;
	padding: .5rem 1rem;
	border: 1px solid #bdbdbd;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
	color: #424242;
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	background-color: #f4f4f4;
	border-radius: .2em;
	zoom: 1;
	display: inline
}

.introjs-button:hover {
	outline: 0;
	text-decoration: none;
	border-color: #9e9e9e;
	background-color: #e0e0e0;
	color: #212121
}

.introjs-button:focus {
	outline: 0;
	text-decoration: none;
	background-color: #eee;
	box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
	border: 1px solid #616161;
	color: #212121
}

.introjs-button:active {
	outline: 0;
	text-decoration: none;
	background-color: #e0e0e0;
	border-color: #9e9e9e;
	color: #212121
}

.introjs-button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.introjs-skipbutton {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #616161;
	font-size: 22px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none
}

.introjs-skipbutton:focus, .introjs-skipbutton:hover {
	color: #212121;
	outline: 0;
	text-decoration: none
}

.introjs-prevbutton {
	float: left
}

.introjs-nextbutton {
	float: right;
}

.introjs-disabled {
	color: #9e9e9e;
	border-color: #bdbdbd;
	box-shadow: none;
	cursor: default;
	background-color: #f4f4f4;
	background-image: none;
	text-decoration: none
}

.introjs-disabled:focus, .introjs-disabled:hover {
	color: #9e9e9e;
	border-color: #bdbdbd;
	box-shadow: none;
	cursor: default;
	background-color: #f4f4f4;
	background-image: none;
	text-decoration: none
}

.introjs-hidden {
	display: none
}

.introjs-bullets {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px
}

.introjs-bullets ul {
	box-sizing: content-box;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	display: inline-block
}

.introjs-bullets ul li {
	box-sizing: content-box;
	list-style: none;
	float: left;
	margin: 0 2px
}

.introjs-bullets ul li a {
	transition: width .1s ease-in;
	box-sizing: content-box;
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer
}

.introjs-bullets ul li a:focus, .introjs-bullets ul li a:hover {
	width: 15px;
	background: #999;
	text-decoration: none;
	outline: 0
}

.introjs-bullets ul li a.active {
	width: 15px;
	background: #999
}

.introjs-progress {
	box-sizing: content-box;
	overflow: hidden;
	height: 10px;
	margin: 10px;
	border-radius: 4px;
	background-color: #e0e0e0
}

.introjs-progressbar {
	box-sizing: content-box;
	float: left;
	width: 0%;
	height: 100%;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	background-color: #08c
}

.introjsFloatingElement {
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	top: 50%
}

.introjs-fixedTooltip {
	position: fixed
}

.introjs-hint {
	box-sizing: content-box;
	position: absolute;
	background: 0 0;
	width: 20px;
	height: 15px;
	cursor: pointer
}

.introjs-hint:focus {
	border: 0;
	outline: 0
}

.introjs-hint:hover>.introjs-hint-pulse {
	background-color: rgba(60, 60, 60, .57)
}

.introjs-hidehint {
	display: none
}

.introjs-fixedhint {
	position: fixed
}

@
keyframes introjspulse { 0%{
	transform: scale(.95);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
}

70
%
{
transform
:
scale(
1
);
box-shadow
:
0
0
0
10px
transparent
}
100
%
{
transform
:
scale(
.95
);
box-shadow
:
0
0
0
0
transparent
}
}
.introjs-hint-pulse {
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background-color: rgba(136, 136, 136, .24);
	z-index: 10;
	position: absolute;
	transition: all .2s ease-out;
	animation: introjspulse 2s infinite
}

.introjs-hint-no-anim .introjs-hint-pulse {
	animation: none
}

.introjs-hint-dot {
	box-sizing: content-box;
	background: 0 0;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -18px;
	left: -18px;
	z-index: 1;
	opacity: 0
}
/*# sourceMappingURL=introjs.css.map */
.introjs-helperLayer {
	box-shadow: rgb(33 33 33/ 0%) 0px 0px 1px 2px, rgb(33 33 33/ 50%) 0px
		0px 0px 5000px !important;
}

/**Custom CSS**/
.introjs-tooltip-title {
	font-size: 18px;
	font-weight: 600;
	color: #586BCE;
}

.introjs-bullets {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
}

/* .introjs-tooltip-header {
	margin-top: 40px;
} */

.introjs-tooltiptext{
	font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
}

.introjs-nextbutton, .introjs-prevbutton{
	color: #2A51FE;
    border-color: #2A51FE;
    background-color: #fff;
}

.introjs-button:focus, .introjs-nextbutton:hover, .introjs-prevbutton:hover{
	color: #fff !important;
    border-color: #fff !important;
    background-color: #2A51FE;
    border: 0px;
    font-weight: 400px;
}

.introjs-nextbutton{
	float: left !important;
    width: 50px;
    text-align: center;
    margin-left: 5px;
	/*
	background-color: #586BCE !important;
	color: #fff !important;
	margin-left: 10px;
	*/
}

/* 
.introjs-disabled{
	float:right !important;	
	margin-right: 130px !important;
} 

.introjs-skipbutton{
	display: none;
}

*/

.introjs-prevbutton{
    width: 50px;
    text-align: center;
	/* background-color: #fff !important;
	color: #586BCE !important; */
}

.introjs-tooltip{
	min-width: 300px;
}

.introjs-bullets{
	padding-bottom: 0px;
}

.introjs-bullets ul li a{
	border: 1px solid #586BCE;
	background: #fff;
}

.introjs-bullets ul li a:focus, .introjs-bullets ul li a:hover {
	background: #586BCE;
}

.introjs-bullets ul li a.active {
	background: #586BCE;
}

.introjs-tooltipbuttons{
	border-top: 0px;
}


.introjs-tooltip {
    width: 400px;
    padding: 20px;
    min-width: 208px;
}

.introjs-marginTop{
	margin-top: 100px;
}

.introjs-disabled{
	display: none;
}

.introjs-tooltipReferenceLayer * {
    font-family:"Work Sans", sans-serif;
}

.introjs-button{
	text-shadow: initial;
}

@media(max-width:768px){
	.introjs-tooltip {
	    width: 300px;
	    padding: 10px;
	}
	
	.introjs-nextbutton{
		margin-left: 10px;
	}
}

@media(max-width:425px){
	.introjs-tooltip {
	    width: auto;
	    padding: 0px;
	}
}

body.v3.page.course-detail-v3 {
    overflow-x: hidden;
}
main {
	overflow-x : unset;
}

#courseDetailsSection01 a.rounded-pill[target=_blank]:after {
    display: inline-block;
    font-family: bootstrap-icons;
    content: "";
    padding-left: 0;
    margin-left: 0;
    text-decoration-line: none;
}

.page-item.active .page-link {
    z-index: 1;
}

.overflow-wrap-break-word {
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 767.98px) {
    .scrollspy-tabs {
        height : 0px;
        display : none !important;
    }
}

@media (max-width: 767.98px) {
    .MF-course-details-own-dropdown .scrollspy-tabs {
        height : auto;
        display : block !important;
    }
}


/**
* ROOT VALUES
*/
:root {
  --ds-mysf-primary-10:	#F0F3FF;
  --ds-mysf-primary-20:	#DAE1FF;
  --ds-mysf-primary-60:	#2A51FE;
  --ds-mysf-primary-70:	#1B3AC3;
  --ds-mysf-primary-80:	#142A90;
  --ds-mysf-primary-100:	#0F0251;
  --ds-mysf-gray-10:	#F2F4F8;
  --ds-mysf-gray-20:	#E2E2E2;
  --ds-mysf-gray-30:	#C6C6C6;
  --ds-mysf-gray-40:	#A8A8A8;
  --ds-mysf-gray-60:	#676767;
  --ds-mysf-gray-70:	#4C4C4C;
  --ds-mysf-gray-80:	#373737;
  --ds-mysf-gray-100:	#151515;
  --ds-mysf-tertiary-light:	#FFEFE8;
  --ds-mysf-tertiary:	#F14E03;
  --ds-mysf-tertiary-hover:	#B93C02;
  --ds-mysf-error-light:	#FFF1F1;
  --ds-mysf-error:	#D90000;
  --ds-mysf-error-hover:	#9F0000;
  --ds-mysf-success-light:	#D7FFD7;
  --ds-mysf-success:	#007C34;
  --ds-mysf-success-hover:	#003F1A;
  --bs-success: var(--ds-mysf-success);
  --bs-success-rgb: 0, 124, 52;
  --bs-border-color: var(--ds-mysf-gray-20);
}

/**
* TEXT COLOR
*/
.mysf-text-primary-10 {
  color: var(--ds-mysf-primary-10);
}

.mysf-text-primary-20 {
  color: var(--ds-mysf-primary-20);
}

.mysf-text-primary-60 {
  color: var(--ds-mysf-primary-60);
}

.mysf-text-primary-80 {
  color: var(--ds-mysf-primary-80);
}

.mysf-text-primary-100 {
  color: var(--ds-mysf-primary-100);
}

.mysf-text-gray-10 {
  color: var(--ds-mysf-gray-10);
}

.mysf-text-gray-20 {
  color: var(--ds-mysf-gray-20);
}

.mysf-text-gray-30 {
  color: var(--ds-mysf-gray-30);
}

.mysf-text-gray-40 {
  color: var(--ds-mysf-gray-40);
}

.mysf-text-gray-50 {
  color: var(--ds-mysf-gray-50);
}

.mysf-text-gray-60 {
  color: var(--ds-mysf-gray-60);
}

.mysf-text-gray-70 {
  color: var(--ds-mysf-gray-70);
}

.mysf-text-gray-80 {
  color: var(--ds-mysf-gray-80);
}

.mysf-text-gray-100 {
  color: var(--ds-mysf-gray-100);
}

.mysf-text-tertiary-light {
  color: var(--ds-mysf-tertiary-light);
}

.mysf-text-tertiary {
  color: var(--ds-mysf-tertiary);
}

.mysf-text-tertiary-hover {
  color: var(--ds-mysf-tertiary-hover);
}

.mysf-text-error-light {
  color: var(--ds-mysf-error-light);
}

.mysf-text-error {
  color: var(--ds-mysf-error);
}

.mysf-text-error-hover {
  color: var(--ds-mysf-error-hover);
}

.mysf-text-success-light {
  color: var(--ds-mysf-success-light);
}

.mysf-text-success {
  color: var(--ds-mysf-success);
}

.mysf-text-success-hover {
  color: var(--ds-mysf-success-hover);
}

/**
* BACKGROUND COLOR
*/
.mysf-bg-primary-10 {
  background-color: var(--ds-mysf-primary-10) !important;
}

.mysf-bg-primary-20 {
  background-color: var(--ds-mysf-primary-20) !important;
}

.mysf-bg-primary-60 {
  background-color: var(--ds-mysf-primary-60) !important;
}

.mysf-bg-primary-80 {
  background-color: var(--ds-mysf-primary-80) !important;
}

.mysf-bg-primary-100 {
  background-color: var(--ds-mysf-primary-100) !important;
}

.mysf-bg-gray-10 {
  background-color: var(--ds-mysf-gray-10);
}

.mysf-bg-gray-20 {
  background-color: var(--ds-mysf-gray-20);
}

.mysf-bg-gray-30 {
  background-color: var(--ds-mysf-gray-30);
}

.mysf-bg-gray-40 {
  background-color: var(--ds-mysf-gray-40);
}

.mysf-bg-gray-50 {
  background-color: var(--ds-mysf-gray-50);
}

.mysf-bg-gray-60 {
  background-color: var(--ds-mysf-gray-60);
}

.mysf-bg-gray-70 {
  background-color: var(--ds-mysf-gray-70);
}

.mysf-bg-gray-80 {
  background-color: var(--ds-mysf-gray-80);
}

.mysf-bg-gray-100 {
  background-color: var(--ds-mysf-gray-100);
}

/**
* GENERAL
*/
body {
  color: var(--ds-mysf-gray-100);
}

a, a > * {
  text-decoration-thickness: 1px !important;
  transition: 0.3s;
}
a:hover, a > *:hover {
  text-decoration: none;
}

/**
* ALERT
*/
.mysf-alerts-holder .alert {
  display: flex;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  padding-block: 12px;
  padding-inline: 16px 24px;
  gap: 12px;
}
.mysf-alerts-holder .alert > i {
  font-size: 20px;
}
.mysf-alerts-holder .alert.alert-primary {
  background-color: var(--bs-white);
  color: var(--ds-mysf-gray-100);
  border-left: 4px solid var(--ds-mysf-primary-70);
}
.mysf-alerts-holder .alert.alert-primary > i {
  color: var(--ds-mysf-primary-70);
}
.mysf-alerts-holder .alert.alert-info {
  background-color: var(--ds-mysf-gray-10);
  color: var(--ds-mysf-gray-100);
  border-left: 4px solid var(--ds-mysf-primary-20);
}
.mysf-alerts-holder .alert.alert-info > i {
  color: var(--ds-mysf-gray-60);
}

/**
* BADGE (SUBTLE COLOR)
*/
.badge.text-bg-primary.badge-subtle {
  background-color: #F2F4F8 !important;
  color: #000000 !important;
  cursor: default !important; 
  pointer-events: none !important; 
}

/**
* CARDS (GENERAL)
*/
.course-details .card {
  border-color: var(--ds-mysf-gray-20);
}

@media (max-width: 991.98px) {
  body.course-overview-message-collapse-open {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
  }
  body.course-overview-message-collapse-open::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background-color: rgba(var(--bs-black-rgb), 50%);
    z-index: 10;
  }
}
/**
* FORM ELEMENTS
*/
.course-details select.form-select {
  border-radius: 8px;
}

/**
* TABS (FOR CONTENT LEVEL)
*/
.page-tab-holder.content-inner-tab-holder .scrtabs-tab-container {
  margin-inline: 0;
}

/**
* SCROLLSPY
*/
@media (max-width: 767.98px) {
  .scrollspy-tabs {
    display: block;
  }
}
/**
* SITE ACTION
*/
.site-action-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  z-index: 10;
}
.site-action-holder .btn-course-info {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--ds-mysf-primary-100);
  transition: all 0.3s ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--bs-white);
}
.site-action-holder .btn-course-info > [class^=fa] {
  font-size: 20px;
}
.site-action-holder .btn-course-info > [class^=material] {
  color: var(--bs-white);
  display: none;
}
.site-action-holder .btn-course-info[aria-expanded=true] {
  background-color: var(--ds-mysf-primary-20);
}
.site-action-holder .btn-course-info[aria-expanded=true] > [class^=fa] {
  display: none;
}
.site-action-holder .btn-course-info[aria-expanded=true] > [class^=material] {
  display: flex;
  color: var(--ds-mysf-primary-100);
  font-size: 24px;
}
.site-action-holder .course-overview-message-holder {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  gap: 16px;
}
.site-action-holder .course-overview-message-holder .collapse {
  width: calc(100% - 12px);
}

/**
* MODAL
*/
.modal .modal-content {
  border-radius: 8px;
}
.modal .modal-header {
  align-items: center;
  gap: 16px;
}
.modal .modal-tab-select-holder {
  border-bottom: 1px solid var(--bs-modal-header-border-color);
  padding: 12px 24px;
  position: sticky;
}
.modal .modal-tab-holder {
  display: flex;
}
.modal .modal-tab-holder .nav.nav-pills {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: min(33.33333333%, 480px);
  border-right: 1px solid var(--bs-modal-header-border-color);
}
.modal .modal-tab-holder .nav.nav-pills .nav-item .nav-link {
  border-radius: 0;
  color: var(--ds-mysf-gray-100);
  min-width: 100%;
  padding: 16px 24px;
  text-align: left;
}
.modal .modal-tab-holder .nav.nav-pills .nav-item .nav-link.active {
  background-color: var(--ds-mysf-tertiary-light);
  border-left: 4px solid var(--ds-mysf-tertiary);
  padding-left: 20px;
}
.modal .modal-tab-holder .tab-content .tab-pane {
  padding: 16px 24px;
}
.modal .modal-filter-option > .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .modal .modal-dialog.modal-fullscreen-lg-down .modal-content {
    border-radius: 0;
  }
  .modal .modal-tab-holder .nav.nav-pills {
    display: none;
  }
  .modal .modal-lg:not(.modal-fullscreen-lg-down) {
    width: calc(100% - var(--bs-modal-margin));
    max-width: 800px;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-dialog.modal-fullscreen-md-down .modal-content {
    border-radius: 0;
  }
  .modal .modal-tab-select-holder {
    padding-inline: 16px;
  }
  .modal .modal-filter-option {
    flex-direction: column;
  }
  .modal .modal-filter-option > .form-group {
    flex-direction: column;
    align-items: normal;
    width: 100%;
  }
}
/* ====================================
	HEADER (MAIN)
==================================== */
.course-details header .navbar-brand {
  transition: 0.3s;
}
.course-details header .navbar-brand img {
  transition: 0.3s;
}
.course-details header .right-action-single-btn {
  align-items: center;
  height: 80px;
}
.course-details header .right-action-single-btn > div {
  position: relative;
}
.course-details header .vr {
  background-color: #E5E5E5;
  opacity: 1;
}

@media (min-width: 992px) {
  .course-details header .right-action-header-profile-img > [class^=material] {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .course-details header .navbar-brand img {
    height: 50px;
  }
  .course-details header .navbar-item-top-level-link .navbar-link h6 {
    gap: 4px;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .course-details header .profile-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* ====================================
	PAGE HEADER - HERO BANNER
==================================== */
/**
* HERO BANNER
*/
.course-details .page-header.course-details-hero-banner {
  background-color: #084672;
  background-size: cover;
  background-position: center;
  position: relative;
}
.course-details .page-header.course-details-hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: linear-gradient(135deg, rgb(88, 107, 206) -50%, rgb(0, 208, 228) 150%);
  z-index: 0;
  opacity: 10%;
}
.course-details .page-header.course-details-hero-banner.no-schedule {
  background-color: #D84E0D;
}
.course-details .page-header.course-details-hero-banner.no-schedule::after {
  display: none;
}
.course-details .course-details-holder {
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 48px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.course-details .course-details-holder a {
  color: var(--bs-white);
}
.course-details .course-details-holder a > span {
  text-decoration: underline;
}
.course-details .course-details-holder a:hover {
  text-decoration: none;
}
.course-details .course-details-holder a:hover > span {
  text-decoration: none;
}
.course-details .course-details-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.course-details .course-info-holder {
  gap: 24px;
}
.course-details .course-details-header__section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-details .course-details-header__section-title > * {
  color: var(--bs-white);
  margin-bottom: 0;
}
.course-details .course-details-header__section-title .course-provider a span {
  text-decoration: underline;
}
.course-details .course-details-header__section-title .course-provider a:hover span {
  text-decoration: none;
}
.course-details .card-ratings-holder .stars-value {
  font-weight: bold;
  color: #F1BA05;
}
.course-details .course-wishlist-btn-holder a span {
  text-decoration: underline;
}
.course-details .course-details-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding-top: 0;
}
.course-details .course-details-footer label {
  color: #E9E9E9;
}
.course-details .course-details-footer__badge-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.course-details .course-details-footer__badge-holder a.badge {
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.course-details .course-details-footer__badge-holder a.badge.text-bg-dark {
  background-color: var(--ds-mysf-gray-100) !important;
}

.course-details .course-details-body__card-holder {
  transition: 0.3s;
}
.course-details .course-details-body__card-holder .card {
  background-color: var(--bs-white);
  color: var(--ds-mysf-gray-80);
  transition: 0.3s;
}
.course-details .course-details-body__card-holder .card .card-body {
  display: flex;
  gap: 32px;
  padding: 24px;
  transition: 0.3s;
}
.course-details .course-details-body__card-holder .card .card-body .btn {
  padding: 8px 20px;
  width: max(180px, 100%);
  text-decoration: none;
}
.course-details .course-details-body__card-holder .card .card-body .btn > span {
  text-decoration: none;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder .course-details__info--value {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder .course-details__info--value > * {
  margin-bottom: 0;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder a {
  color: var(--ds-mysf-primary-60);
  text-decoration: none;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder a span {
  text-decoration: underline;
}
.course-details .course-details-body__card-holder .card .course-details__info-holder a:hover span {
  text-decoration: none;
}
.course-details .course-details-body__card-holder .card .course-details__next-course-info {
  display: flex;
  gap: 48px;
}
.course-details .course-details-body__card-holder .card .course-details__next-course-info .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .course-details .course-info-holder .card-ratings-holder span,
  .course-details .course-attendance-holder span,
  .course-details .course-wishlist-btn-holder span {
    font-size: 16px;
  }
  .course-details .course-details-holder {
    padding-block: 16px;
  }
  .course-details .course-details-body__card-holder .card .card-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .course-details .course-details-body__card-holder .card .vr {
    min-height: auto;
    width: 100%;
    height: 1px;
  }
  .course-details .course-details__next-course-info {
    flex-direction: column;
    gap: 16px !important;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .course-details .course-info-holder {
    flex-wrap: wrap;
  }
  .course-details .card-ratings-holder {
    width: 100%;
    flex: 1 1 auto;
  }
}
/**
* MOBILE DROPDOWN HOLDER
*/
.course-section-scroll-margin {
  scroll-margin-top: 180px;
}

.page-mobile-dropdown-holder {
  transition: 0.3s;
  position: sticky;
  z-index: 2;
  top: 136px;
}
.page-mobile-dropdown-holder .dropdown > button {
  width: 100%;
  border-radius: 0;
  padding: 12px 16px;
}
.page-mobile-dropdown-holder .dropdown > button.btn-primary {
  background-color: var(--ds-mysf-primary-100);
  border-color: transparent;
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu {
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin-top: -2px !important;
  background-color: var(--ds-mysf-primary-10);
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu li + li {
  border-top: 1px solid #DAE1FF;
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item {
  background-color: var(--ds-mysf-primary-10);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  font-weight: 600;
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item > * {
  color: var(--ds-mysf-gray-100);
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item i {
  display: none;
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item.active > * {
  color: var(--ds-mysf-primary-70);
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item.active i {
  display: inline-block;
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item:hover {
  background-color: var(--ds-mysf-primary-20);
}
.page-mobile-dropdown-holder .dropdown > .dropdown-menu .dropdown-item:hover > * {
  color: var(--ds-mysf-primary-70);
}

@media (min-width: 992px) {
  .course-section-scroll-margin {
    scroll-margin-top: 153px!important;
  }

  .page-mobile-dropdown-holder {
    top: 153px !important;
  }

  .page-mobile-dropdown-holder.is-sticky {
    box-shadow: 0 4px 16px rgba(var(--bs-black-rgb), 8%);
  }
  .page-mobile-dropdown-holder .dropdown > button {
    display: none;
  }
  .page-mobile-dropdown-holder .dropdown > .dropdown-menu {
    background-color: transparent;
    display: block !important;
    position: relative !important;
    transform: none !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container {
    width: 100% !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link > i {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .course-section-scroll-margin {
    scroll-margin-top: 126px!important;
  }
}

@media (max-width: 991.98px) {
  .page-mobile-dropdown-holder .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .page-mobile-dropdown-holder .scrtabs-tab-scroll-arrow {
    display: none !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-fixed-container {
    width: 100% !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container {
    width: 100% !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav {
    display: flex !important;
    flex-direction: column !important;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link {
    background-color: var(--ds-mysf-primary-10);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: auto;
    margin-right: 0;
    text-align: center;
    font-weight: 600;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link > i {
    display: none;
    font-size: 16px;
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link:hover {
    background-color: var(--ds-mysf-primary-20);
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link:hover > * {
    color: var(--ds-mysf-primary-70);
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link.active {
    border: 0;
    color: var(--ds-mysf-primary-70);
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link.active > * {
    color: var(--ds-mysf-primary-70);
  }
  .page-mobile-dropdown-holder .scrtabs-tabs-movable-container > .nav .nav-item .nav-link.active > i {
    display: inline-flex;
  }
}
/* ====================================
	COURSE OVERVIEW
==================================== */
/**
* COURSE OVERVIEW SUMMARY CARDS
*/
.course-overview-summary-card-holder .card {
  height: 100%;
  text-align: left;
}
.course-overview-summary-card-holder .card .card-body {
  display: flex;
}
.course-overview-summary-card-holder .card .course-overview-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ECF6FF;
  color: var(--ds-mysf-primary-60);
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-icon > [class^=fa] {
  font-size: 18px;
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-icon > [class^=material] {
  font-size: 24px;
  border: none;
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-info label {
  color: var(--ds-mysf-gray-70);
  font-weight: 400;
}
.course-overview-summary-card-holder .card .course-overview-list-item .course-overview-list-item-info span {
  color: var(--ds-mysf-gray-80);
  font-weight: bold;
}

/**
* COURSE OVERVIEW ACCORDION
*/
.course-overview-accodion-holder .accordion {
  color: var(--ds-mysf-gray-100);
}
.course-overview-accodion-holder .accordion .accordion-item {
  border-radius: 8px !important;
  overflow: hidden;
}
.course-overview-accodion-holder .accordion .accordion-button,
.course-overview-accodion-holder .accordion .accordion-body {
  padding-inline: 24px;
}
.course-overview-accodion-holder .accordion .accordion-button {
  background-color: var(--ds-mysf-gray-10);
  box-shadow: none;
}
.course-overview-accodion-holder .accordion .accordion-body p {
  white-space: pre-wrap;
}
.course-overview-accodion-holder .accordion .accordion-button > span {
  color: var(--ds-mysf-gray-80) !important;
}
.course-overview-accodion-holder .accordion .accordion-button:focus, .course-overview-accodion-holder .accordion .accordion-button:hover {
  z-index: 0;
}

.keyword-search-holder > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 991.98px) {
  .course-overview-accodion-holder .accordion {
    gap: 16px;
  }
}
/**
* COURSE OVERVIEW MORE INFO
*/
.course-overview-more-info-holder {
  position: sticky;
}
.course-overview-more-info-holder .card {
  background-color: var(--ds-mysf-gray-10);
  border-radius: 8px;
}
.course-overview-more-info-holder .card .card-body {
  padding: 24px;
  transition: 0.3s;
}
.course-overview-more-info-holder .card .card-body ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 1199.98px) {
  .course-overview-more-info-holder .card .card-body {
    padding: 16px;
  }
}
/**
* COURSE OVERVIEW - SKILLS PICK UP 
*/
.course-overview-skills-pickup-holder .card {
  border-radius: 8px;
}
.course-overview-skills-pickup-holder .card .card-header,
.course-overview-skills-pickup-holder .card .card-body,
.course-overview-skills-pickup-holder .card .card-footer {
  padding-inline: 24px;
}
.course-overview-skills-pickup-holder .card .card-header,
.course-overview-skills-pickup-holder .card .card-footer {
  background-color: transparent;
}
.course-overview-skills-pickup-holder .card .card-header {
  border-color: transparent;
  padding-top: 24px;
}
.course-overview-skills-pickup-holder .card .card-footer {
  border-color: var(--bs-border-color);
}
.course-overview-skills-pickup-holder .card .card-footer a.toggle-hidden-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  padding: 8px;
}
.course-overview-skills-pickup-holder .card .card-footer a.toggle-hidden-content-btn i {
  position: relative;
  transition: 0.3s;
}
.course-overview-skills-pickup-holder .card .card-footer a.toggle-hidden-content-btn[aria-expanded=true] i {
  transform: rotate(-180deg);
}
.course-overview-skills-pickup-holder .card .card-body {
  padding-bottom: 24px;
}
.course-overview-skills-pickup-holder .toggle-content-holder {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.course-overview-skills-pickup-holder .toggle-content-holder .skills-listing-holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-overview-skills-pickup-holder .toggle-content-holder .skills-listing-holder .skills-listing-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-overview-skills-pickup-holder .toggle-content-holder .skills-listing-holder .skills-listing-title > * {
  margin-bottom: 0;
}
.course-overview-skills-pickup-holder .toggle-content-holder .skills-listing-holder .skills-listing-title h6 {
  font-size: 18px;
}
.course-overview-skills-pickup-holder .toggle-content-holder .skills-listing-holder .skills-listing-title a:hover {
  text-decoration: none;
}
.course-overview-skills-pickup-holder .toggle-content-holder .collapse > section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.skills-listing-pick-up-text{
    margin-bottom: 0rem;
}
.skills-listing-pick-up-button{
    margin-bottom: 40px;
}

.skills-listing-pick-up-pills{
    margin-bottom: 5px;
}

.skills-listing-pick-up-title{
    margin-bottom: 0.5rem;
}

.skills-listing-pick-up-title-top{
    margin-top: 30px;
}

@media (min-width: 768px) {
  .course-overview-skills-pickup-holder .toggle-content-holder .collapse {
    display: block !important;
  }
}
/* ====================================
	FEE DETAILS
==================================== */
/**
* FEE DETAILS - TAB 
*/
#courseDetailsSection02 .page-tab-holder {
  border-bottom: 0;
}

.self-sponsored-table-holder {
  display: flex;
  gap: 16px;
}
.self-sponsored-table-holder .table-holder {
  overflow: hidden;
  flex: 1 1 auto;
}
.self-sponsored-table-holder .table-holder .table-responsive {
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
}
.self-sponsored-table-holder .table-holder .table {
  margin-bottom: 0;
  background-color: var(--bs-white);
}
.self-sponsored-table-holder .table-holder .table tr.active > * {
  background-color: #FFF4D9;
}
.self-sponsored-table-holder .table-holder .table .table-primary th {
  background-color: var(--ds-mysf-primary-70);
  color: var(--bs-white);
}
.self-sponsored-table-holder .table-holder .table th, .self-sponsored-table-holder .table-holder .table td {
  padding: 20px 16px;
}
.self-sponsored-table-holder .table-holder .table th:first-child, .self-sponsored-table-holder .table-holder .table td:first-child {
  padding-left: 24px;
}
.self-sponsored-table-holder .table-holder .table th:last-child, .self-sponsored-table-holder .table-holder .table td:last-child {
  padding-right: 24px;
}
.self-sponsored-table-holder .table-holder .table caption {
  padding: 8px 24px;
  font-style: italic;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder {
  min-width: 280px;
  width: 280px;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder .card {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder .card .card-body h4 {
  line-height: 1.1;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder .btn-singpass {
  border-radius: 8px;
  padding: 8px 16px;
}
.self-sponsored-table-holder .course-fees-prelogin-info-holder .btn-singpass > svg {
  height: 16px;
}

/**
* FEE DETAILS - POST LOGIN
*/
.fees-details-post-login-holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fees-details-total-payable-holder .card {
  border-radius: 8px;
}
.fees-details-total-payable-holder .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px;
}
.fees-details-total-payable-holder .card .card-body label {
  color: var(--ds-mysf-gray-70);
}
.fees-details-total-payable-holder .card .card-body .fees-payable-amt {
  font-weight: 600;
  color: var(--ds-mysf-gray-80);
}

.fees-details-fee-breakdown-holder .accordion-body {
  padding-bottom: 32px;
}

.fees-breakdown-card-holder .card {
  height: 100%;
  border-radius: 8px;
}
.fees-breakdown-card-holder .card.fee-estimate-card-holder {
  background-color: #F7F9FF;
  border-color: var(--ds-mysf-primary-20);
}
.fees-breakdown-card-holder .card .card-header,
.fees-breakdown-card-holder .card .card-body,
.fees-breakdown-card-holder .card .card-footer {
  padding-inline: 24px;
}
.fees-breakdown-card-holder .card .card-header,
.fees-breakdown-card-holder .card .card-footer {
  background-color: transparent;
  border: 0;
}
.fees-breakdown-card-holder .card .card-header > *,
.fees-breakdown-card-holder .card .card-footer > * {
  margin-bottom: 0;
}
.fees-breakdown-card-holder .card .card-header {
  padding-block: 24px 16px;
}
.fees-breakdown-card-holder .card .card-body {
  padding-block: 16px 32px;
}
.fees-breakdown-card-holder .card hr {
  border-color: var(--bs-border-color);
  opacity: 1;
}

.fees-breakdown-card-holder .list-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fees-breakdown-card-holder .list-group .list-group-item {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 2px 0;
}
.fees-breakdown-card-holder .list-group .list-group-item.balance-opening-credit, .fees-breakdown-card-holder .list-group .list-group-item.balance-credit-topup, .fees-breakdown-card-holder .list-group .list-group-item.balance-mid-career-credit {
  padding-left: 16px;
  border-left-width: 4px;
  border-style: solid;
  border-color: transparent;
}
.fees-breakdown-card-holder .list-group .list-group-item.balance-opening-credit {
  border-color: #2C67CE;
}
.fees-breakdown-card-holder .list-group .list-group-item.balance-credit-topup {
  border-color: #00798F;
}
.fees-breakdown-card-holder .list-group .list-group-item.balance-mid-career-credit {
  border-color: #E60000;
}
.fees-breakdown-card-holder .list-group .list-group-item > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fees-breakdown-card-holder .list-group .list-group-item > div > * {
  margin-bottom: 0;
  line-height: 24px;
}
.fees-breakdown-card-holder .list-group .list-group-item > div > div {
  color: var(--ds-mysf-gray-80);
}
.fees-breakdown-card-holder .credit-balance__left-content {
  flex: 1 1 auto;
  width: 110px;
}
.fees-breakdown-card-holder .credit-balance__left-content > div {
  font-weight: 500;
}
.fees-breakdown-card-holder .credit-balance__left-content > div > a {
  color: var(--ds-mysf-gray-80);
}
.fees-breakdown-card-holder .credit-balance__left-content > small {
  color: var(--ds-mysf-gray-70);
}
.fees-breakdown-card-holder .credit-balance__righ-content {
  text-align: right;
  width: min(100%, 80px);
  flex: auto;
}
.fees-breakdown-card-holder .credit-balance__righ-content > div {
  font-weight: 600;
}
.fees-breakdown-card-holder .credit-balance__righ-content > small {
  color: #A8A8A8;
}

@media (max-width: 1199.98px) {
  .self-sponsored-table-holder {
    flex-direction: column;
  }
  .self-sponsored-table-holder .course-fees-prelogin-info-holder {
    width: auto;
    min-width: auto;
  }
  .self-sponsored-table-holder .course-fees-prelogin-info-holder .card .card-body {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    gap: 32px;
  }
  .self-sponsored-table-holder .course-fees-prelogin-info-holder .card .card-body > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .fees-breakdown-card-holder .card .card-header,
  .fees-breakdown-card-holder .card .card-body {
    padding-inline: 16px;
  }
}
/* ====================================
	SCHEDULE
==================================== */
/**
* SCHEDULE CARDS (NEW)
*/
.course-details .schedule-cards-holder .schedule-cards-results-holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course-details .schedule-cards-holder .card {
  border-radius: 8px;
  border-color: var(--ds-mysf-gray-10);
  background-color: var(--ds-mysf-primary-10);
  color: var(--ds-mysf-gray-80);
}
.course-details .schedule-cards-holder .card.card-with-badge::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 8px 0 16px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ds-mysf-gray-30);
  background-color: var(--ds-mysf-gray-20);
  color: var(--ds-mysf-gray-60);
  padding: 4px 12px;
}
.course-details .schedule-cards-holder .card.card-with-badge.schedule-card__badge--limited-vacancy::before {
  content: "Limited Vacancy";
  border-color: #FCDBCC;
  background-color: var(--ds-mysf-tertiary-light);
  color: var(--ds-mysf-tertiary-hover);
}
.course-details .schedule-cards-holder .card.card-with-badge.schedule-card__badge--available::before {
  content: "Available";
  border-color: #CCF5CC;
  background-color: var(--ds-mysf-success-light);
  color: var(--ds-mysf-success);
}
.course-details .schedule-cards-holder .card.card-with-badge.schedule-card__badge--full::before {
  content: "Full";
  border-color: #acb0ac;
  background-color: var(--ds-mysf-gray-20);
  color: var(--ds-mysf-gray-70);
}
.course-details .schedule-cards-holder .card .card-body {
  display: flex;
  gap: 32px;
  padding-block: 48px 32px;
}
.course-details .schedule-cards-holder .card .vr {
  background-color: var(--ds-mysf-primary-20);
  opacity: 1;
}
.course-details .schedule-cards-holder .card .schedule-card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.course-details .schedule-cards-holder .card .schedule-card-header > * {
  margin-bottom: 0;
}
.course-details .schedule-cards-holder .card .schedule-card-header > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.course-details .schedule-cards-holder .card .schedule-card-header > div > * {
  margin-bottom: 0;
}
.course-details .schedule-cards-holder .card .schedule-card-header .btn {
  padding-inline: 16px;
}
.course-details .schedule-cards-holder .card .schedule-card-header .schedule-card-title h4 {
  color: var(--ds-mysf-primary-100);
}
.course-details .schedule-cards-holder .card .schedule-card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course-details .schedule-cards-holder .card .schedule-card-body > * {
  margin-bottom: 0;
}
.course-details .schedule-cards-holder .card .schedule-card-body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-details .schedule-cards-holder .card .schedule-card-body ul > * {
  margin-bottom: 0 !important;
}
.course-details .schedule-cards-holder .card .schedule-card-body ul li {
  margin-bottom: 0;
}
.course-details .schedule-cards-holder .card .schedule-card-body ul li label {
  width: 100%;
  max-width: 160px;
}
.course-details .schedule-cards-holder .card .schedule-card-body ul li strong {
  font-weight: 500;
}
.course-details .schedule-cards-holder .card .schedule-card-body .toggle-hidden-content-holder .collapse section {
  gap: 8px;
}
.course-details .schedule-cards-holder .card .card-btn-holder .btn {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.course-details .schedule-cards-holder.reverse-color .card {
  background-color: var(--bs-white);
  border-color: var(--bs-border-color);
}
.course-details .schedule-cards-holder.reverse-color .card .vr {
  background-color: var(--bs-border-color);
}

/**
* SCHEDULE CARDS (SUMMARY VERSION)
*/
.course-details .schedule-cards-holder.schedule-card__summary-version-holder .card .card-body {
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
}
.course-details .schedule-cards-holder.schedule-card__summary-version-holder .card .card-body .schedule-card-header {
  width: auto;
}
.course-details .schedule-cards-holder.schedule-card__summary-version-holder .card .card-body .schedule-card-body label {
  width: auto;
}
.course-details .schedule-cards-holder.schedule-card__summary-version-holder .card .card-body .schedule-card-body strong {
  font-weight: 500;
}
.course-details .schedule-cards-holder.schedule-card__summary-version-holder .card .vr {
  width: 100%;
  min-height: auto;
  height: 1px;
}

/**
* SCHEDULE FILTER
*/
.schedule-cards-filter-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.schedule-cards-filter-holder .schedule-results-display-info,
.schedule-cards-filter-holder .schedule-results-filter-options {
  display: flex;
  align-items: center;
  gap: 8px;
}
.schedule-cards-filter-holder .schedule-results-display-info > *,
.schedule-cards-filter-holder .schedule-results-filter-options > * {
  margin-bottom: 0;
}

/**
* SCHEDULE - NO RESULT MESSAGE
*/
.schedule-cards-no-results-holder > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.schedule-cards-no-results-holder > div > * {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .course-details .schedule-cards-holder .card .schedule-card-header {
    width: max(25%, 320px);
  }
  .schedule-cards-filter-holder .schedule-results-filter-options select {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .course-details .schedule-cards-holder .card .card-body {
    flex-direction: column;
    gap: 24px;
  }
  .course-details .schedule-cards-holder .card .card-body .schedule-card-apply-info {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .course-details .schedule-cards-holder .card .card-body .schedule-card-apply-info .btn {
    width: 100%;
  }
  .course-details .schedule-cards-holder .card .vr {
    width: 100%;
    height: 1px;
    min-height: auto;
  }
  .course-details .schedule-cards-holder .card .schedule-card-body ul {
    gap: 16px;
  }
  .schedule-cards-filter-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .schedule-cards-filter-holder .schedule-results-filter-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
}
/* ====================================
	TOGGLE HIDDEN CONTENT HOLDER
==================================== */
.toggle-hidden-content-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.toggle-hidden-content-holder .collapse section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.toggle-hidden-content-holder .collapse section > * {
  margin-bottom: 0;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn > span.is-opened {
  display: none;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn > span.is-closed {
  display: inline;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn i {
  transition: 0.3s;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn[aria-expanded=true] > span.is-opened {
  display: inline;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn[aria-expanded=true] > span.is-closed {
  display: none;
}
.toggle-hidden-content-holder a.toggle-hidden-content-btn[aria-expanded=true] i {
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .toggle-hidden-content-holder .collapse {
    display: block !important;
  }
}
/* ====================================
	PAGINATION
==================================== */
.pagination-holder .pagination.pagination-square .page-item .page-link {
  background-color: var(--bs-white);
  color: var(--ds-mysf-gray-80);
  border: 1px solid var(--ds-mysf-gray-30);
  border-radius: 8px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-weight: 600;
  transition: 0.3s;
}
.pagination-holder .pagination.pagination-square .page-item:hover .page-link {
  background-color: var(--ds-mysf-gray-10);
}
.pagination-holder .pagination.pagination-square .page-item.disabled .page-link {
  background-color: var(--bs-white);
  opacity: 0.3;
}
.pagination-holder .pagination.pagination-square .page-item.active .page-link {
  background-color: var(--ds-mysf-primary-20);
  border-color: var(--ds-mysf-primary-70);
  color: var(--ds-mysf-primary-70);
  z-index: 0;
}

/* ====================================
	TRAINEE RATINGS AND FEEDBACK
==================================== */
/**
* RATINGS
*/
.course-details .trainee-rating-card-holder .card {
  margin-bottom: 0;
  height: 100%;
  border-radius: 8px;
  flex-direction: row;
  overflow: hidden;
}
.course-details .trainee-rating-card-holder .card .card-header,
.course-details .trainee-rating-card-holder .card .card-body,
.course-details .trainee-rating-card-holder .card .card-footer {
  padding-inline: 24px;
}
.course-details .trainee-rating-card-holder .card .card-header {
  border: 0;
}
.course-details .trainee-rating-card-holder .card .card-footer {
  border-top: 1px solid var(--bs-border-color);
  padding-block: 8px;
  align-items: center;
}
.course-details .trainee-rating-card-holder .card .ratings-breakdown-summary-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.course-details .trainee-rating-card-holder .card .ratings-breakdown-summary-holder .display-4 {
  line-height: 1.1;
  font-weight: 600;
}
.course-details .trainee-rating-card-holder .card .ratings-breakdown-summary-holder .card-ratings-holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-details .trainee-rating-card-holder .card .ratings-breakdown-summary-holder .card-ratings-holder .stars-holder i {
  font-size: 16px;
}

.ratings-breakdown-progress-bar-holder .list-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ratings-breakdown-progress-bar-holder .list-group .list-group-item {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ratings-breakdown-progress-bar-holder .list-group .list-group-item label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ratings-breakdown-progress-bar-holder .list-group .list-group-item label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}
.ratings-breakdown-progress-bar-holder .list-group .list-group-item .progress {
  display: flex;
  flex: 1 1 auto;
  height: 12px;
  background-color: var(--ds-mysf-gray-20);
  border-radius: 8px;
}
.ratings-breakdown-progress-bar-holder .list-group .list-group-item .progress .progress-bar {
  background-color: #F1BA05;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .course-details .trainee-rating-card-holder .card .ratings-breakdown-summary-holder {
    width: 100%;
    min-width: 136px;
  }
}
@media (max-width: 991.98px) {
  .course-details .trainee-rating-card-holder .card {
    flex-direction: column;
  }
  .course-details .trainee-rating-card-holder .card .card-header {
    justify-content: center;
  }
  .course-details .trainee-rating-card-holder .card .card-body {
    display: none;
  }
}
/**
* COMMENTS
*/
.course-details .trainee-comments-holder {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 0;
  background-color: transparent;
}
.course-details .trainee-comments-holder .card {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 0;
}
.course-details .trainee-comments-holder .card .card-body {
  padding: 16px 24px;
}
.course-details .trainee-comments-holder .card .card-body .trainee-comment-single {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-details .trainee-comments-holder .card .card-body .trainee-comment-single .card-ratings-holder .stars-holder i {
  font-size: 16px;
}

/* ====================================
	NEED ADVICE HOLDER
==================================== */
.page-bottom-need-advice-holder {
  color: var(--bs-white);
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
.page-bottom-need-advice-holder .need-advice-holder__info,
.page-bottom-need-advice-holder .need-advice-holder__img {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.page-bottom-need-advice-holder .need-advice-holder__info {
  align-items: flex-start;
  gap: 40px;
}
.page-bottom-need-advice-holder .need-advice-holder__info > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-bottom-need-advice-holder .need-advice-holder__info > div > * {
  margin-bottom: 0;
}
.page-bottom-need-advice-holder .need-advice-holder__info button {
  padding: 12px 24px;
}
.page-bottom-need-advice-holder .need-advice-holder__img {
  align-items: flex-end;
}
.page-bottom-need-advice-holder .need-advice-holder__img > img {
  max-width: 85%;
}

@media (max-width: 767.98px) {
  .page-bottom-need-advice-holder {
    flex-direction: column;
    gap: 24px;
  }
  .page-bottom-need-advice-holder .need-advice-holder__info button {
    width: 100%;
  }
}
/* ====================================
	CONTACT US
==================================== */
.page-bottom-contact-us-holder .card {
  border: 0;
  border-radius: 0;
  height: 100%;
  transition: 0.3s;
}
.page-bottom-contact-us-holder .card .card-header,
.page-bottom-contact-us-holder .card .card-body {
  border-radius: 0;
  z-index: 1;
  padding-inline: 0;
}
.page-bottom-contact-us-holder .card .card-header {
  background-color: transparent;
  border: 0;
}
.page-bottom-contact-us-holder .card .card-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.page-bottom-contact-us-holder .card .card-body h5 {
  font-weight: 500;
}
.page-bottom-contact-us-holder .card .card-body button {
  padding: 8px 16px;
}
.page-bottom-contact-us-holder .card.contact-provider-card-holder:before {
  content: "";
  position: absolute;
  top: -3rem;
  bottom: -3rem;
  left: calc(var(--bs-gutter-x) * -0.5);
  width: 50vw;
  height: auto;
  z-index: 0;
}
.page-bottom-contact-us-holder .contact-provider__contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.page-bottom-contact-us-holder .contact-provider__contact-details > * {
  margin-bottom: 0;
}
.page-bottom-contact-us-holder .contact-provider__contact-details h6 {
  font-size: 18px;
}
.page-bottom-contact-us-holder .contact-provider__contact-details .list-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-bottom-contact-us-holder .contact-provider__contact-details .list-group .list-group-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.page-bottom-contact-us-holder .contact-provider__contact-details .list-group .list-group-item > [class^=material] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 24px;
}

@media (min-width: 992px) {
  .page-bottom-contact-us-holder .card.check-faq-card-holder {
    padding-right: 40px;
  }
  .page-bottom-contact-us-holder .card.contact-provider-card-holder {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .page-bottom-contact-us-holder .card.check-faq-card-holder {
    padding-right: 64px;
  }
  .page-bottom-contact-us-holder .card.contact-provider-card-holder {
    padding-left: 64px;
  }
  .page-bottom-contact-us-holder .card.contact-provider-card-holder:before {
    bottom: -4rem;
  }
}
@media (max-width: 991.98px) {
  .page-bottom-contact-us-holder .card.check-faq-card-holder {
    padding-bottom: 40px;
  }
  .page-bottom-contact-us-holder .card.contact-provider-card-holder {
    padding-top: 40px;
  }
  .page-bottom-contact-us-holder .card.contact-provider-card-holder:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .page-bottom-contact-us-holder .card .card-body .btn-holder {
    width: 100%;
  }
}
/* ====================================
	OCCUPATION CAROUSEL
==================================== */
.course-details .occupation__card-holder-cards .card .card-occupation-title-holder a:hover {
  color: var(--ds-mysf-primary-70) !important;
}
.course-details .occupation__card-holder-cards .card .card-occupation-title-holder label {
  text-transform: uppercase;
}
.course-details .occupation__card-holder-cards .card .card-icon span svg {
  fill: var(--ds-mysf-primary-70);
}
.course-details .occupation__card-holder-cards .owl-carousel .owl-nav.disabled {
  display: none !important;
}
.course-details .occupation__card-holder-cards .owl-carousel .owl-nav button[class*=owl-] {
  background-color: var(--ds-mysf-primary-60);
  border-color: transparent;
  color: var(--bs-white);
}
.course-details .occupation__card-holder-cards .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: rgba(var(--bs-black-rgb), 15%);
  transition: 0.3s;
}
.course-details .occupation__card-holder-cards .owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--ds-mysf-primary-70);
}


.course-section .course-section-body .cursor-pointer-icon {
  cursor: pointer;
}

.course-section .course-section-body .card-no-border {
  border: none !important;
  margin-bottom: 0 !important;
}

.course-details-body__card-holder .login-in-check-fee-button {
  margin-top: 20px;
  width: max-content !important;
  margin-left: 12px;
}

@media (max-width: 992px) {
  .course-details-body__card-holder .login-in-check-fee-button { 
    margin-left: 0px;
  }

  .course-details__next-course-info .view-more-text-container {
    margin-left: -8px !important;
  }
}

@media (max-width: 768px) {
  .course-details__next-course-info .view-more-text-container {
    margin-left: 0px !important;
  }
}


.course-fees-prelogin-info-holder {
    min-width: 280px;
    width: 280px;
}

.course-fees-prelogin-info-holder .card{
    height: 100%;
    background-image: url("../../../../designs/msf/workforce/workforce-base/images/icon-course-fees-singpass-background.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.course-fees-prelogin-info-holder svg {
    height: 16px;
}

.course-fees-prelogin-info-holder img {
    margin-top: 20px;
}

.course-fee-login {
    margin-right: 20px;
    display: flex;
    flex: 1 1 auto;
}

.course-fee-login .fee-cards-holder {
    width: 100%;
}

.course-fee-mid-career-remind{
    font-size: smaller;
}

.course-fee-a:after {
    content: "" !important;
    display: none !important;
}

.course-detail-pre-login-fee-details{
    display: flex;
}

@media(max-width: 1199.98px){
    .course-detail-pre-login-fee-details{
        display: block;
    }
    .course-fees-prelogin-fee-details{
        margin-top: 20px;
    }
    .course-fees-prelogin-info-holder{
        width: auto;
        margin-right: 20px;
    }
}

.course-detail-fee-detail-credit-balance{
    font-size: 16px !important;
}

.course-detail-expiry-text{
    white-space: nowrap;
    font-size: 0.875rem !important;
    color: #4C4C4C !important;
}

.course-detail-allocated-text{
    font-size: 0.875rem !important;
    color: #A8A8A8 !important;
}

@media(max-width: 450px){
    .course-detail-expiry-text {
    white-space: normal;
    display: inline-block;
  }

  .course-detail-expiry-text .prefix::after {
    content: "";
    display: block;
  }
}

