  /**
  *
  * Frontend core
  */
  .nopadding{
    padding: 0 !important;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: 0.7rem 1rem 0.5rem 1rem;

}


/**
*
* Slickdot ol fix
*/

ol li {
  list-style: auto !important;
}





.profilepanel .table th {

  border-top-width: 0px;

}





a.remove-filters-link{
  float: right;
}


input[type="file" i] {
  height: calc(1.5em + 1.1rem + 2px);
}


.messenger-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #009FE3 #F8F9FA;
}


.page-numbers {

    border-radius: 5px;
}

  .btn-secondary {
    color: #fff;
    background-color: #86c0ff;
    border-color: #007bff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
  
  .listing-pagination{
      margin-top:50px;
  }


.profilepanel,
  .sidepanel,
  .box-group,
  .course-wrapper-main .list-group-item,
  .course-wrapper-main .shadow{
      padding: 0.75rem 1.25rem;
      background-color: #fff;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: 15px;
      box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .2);
      margin-bottom: 15px;
  }

  
.sidepanel-inverted{
  background-color: #EBEBEB !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2) inset;
  color: #8b8b8b;
  font-family: monospace;
  font-size: 85%;
  font-weight: bold;
}

.sidepanel-inverted .btn {
  margin-top: -4px;
}
  

  .sidepanel h2,
  .sidepanel h3,
  .sidepanel h4,
  .list-group-item h2,
  .list-group-item h3,
  .list-group-item h4{
      text-align:left !important;
      margin: 0.25em 0 0.75em;
  }

  .sidepanel h4{
      text-transform:none;
  }

  .form-control.sidepanel{
      font-size: 22px;
      padding: 9px 10px;
  }

  
  .list-group-item .badge {
      font-size: 18px;
  }
  .filter-bar{
      margin-bottom:50px;
  }


  .breadcrumb {
      margin-bottom: 0;
      background: #ebebeb;
      padding: 0.75rem 4.75rem;
      font-size: 80%;
  }


  .main-section-title{
      padding-top:3% !important;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: '>';
  }

  .breadcrumb-item:first-child+.breadcrumb-item::before{
      content: '';
  }
  .course-nav .navbar-nav {
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      font-weight: 800;
  }

  .page-numbers:not(.prev, .next) {
      width: auto;
      height: auto;
      padding: 20px;
  }
  .page-numbers.prev, .page-numbers.next {
      margin: 0 10px;
      padding: 10px 8px 6px 8px;
      background: #009fe3;
      color: #fff;
      line-height: 30px;
  }
  a.white {
      color: #fff;
      text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6 {
      text-transform: none;
  }




/* Empty star style */
.star {
    font-size: 24px; /* Adjust the size as needed */
    color: #ccc; /* Color for empty star */
    cursor: pointer;
    position: absolute;
    right: 1.5%;
}

/* Filled star style */
.star.active {
    color: gold; /* Color for filled star */
    
}















/*
* COMPONENT: Messenger
*
*/



.messenger-wrapper ::-webkit-scrollbar {
    width: 5px;
  }
  
  .messenger-wrapper ::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
  }
  
  .messenger-wrapper ::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
  }
  
  .messenger-wrapper .text-small {
    font-size: 0.9rem;
  }
  
  .messenger-wrapper .messages-box,
  .messenger-wrapper .chat-box {
    height: 510px;
    overflow-y: scroll;
  }
  
  .hidden,
  .fhidden{
    display:none !important;
  }
  
  .messenger-wrapper .rounded {
    border-radius: 1.25rem;
  }

 
  .round {
    border-radius: 100%;
    min-width: 21px;
    min-height: 21px;
    line-height: 14px;
}
  .messenger-wrapper input::placeholder {
    font-size: 0.9rem;
    color: #999;
  }
  .messenger-wrapper .bg-primary,
  .messenger-wrapper .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-image: linear-gradient(66deg, #0070a0 43%, #009fe3) !important;
    background-color: #009fe3 !important;
    border-color: #009fe3;
  }
  
  .messenger-wrapper .btn-link {
    color: #000;
    background: none;
    text-decoration: none;
  }
  
  
  
  .messenger-wrapper #send-message-form {
    background-color: #f8f9fa!important;
    bottom: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  
  .messenger-wrapper #send-message-form button#send-message-btn:focus,
  .messenger-wrapper #send-message-form button#send-message-btn{
    background: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #009fe3;
    margin-right: 6px;
  }
  
  .messenger-wrapper #send-message-form button#emoji-picker:focus,
  .messenger-wrapper #send-message-form button#emoji-picker {
    left: 0;
    top: 0;
    background: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    z-index: 999;
  }
  
  
  .messenger-wrapper #send-message-form input#message  {
    margin-left: 20px;
  }
  
  .messenger-wrapper #send-message-form input#message:focus  {
    box-shadow: none !important;
  }
  
  img#messenger-front-cover{
    display: block;
    opacity: 0.8;
    max-width: 365px;
    margin: auto;
  }
  
  
  
  /**
  *
  * Component: Emojis
  */
  
  .test-emoji{
    position: absolute;
    text-align:center;
    font-size: 2rem;
    left: 0%;
    width: 100%;
    top: 20%;
  }
  
  .intercom-composer-popover-input{
      font-size-adjust: none;
      font-size: 100%;
      font-style: normal;
      letter-spacing: normal;
      font-stretch: normal;
      font-variant: normal;
      font-weight: 400;
      font: normal normal 100% "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: left;
      text-align-last: auto;
      text-decoration: none;
      -webkit-text-emphasis: none;
      text-emphasis: none;
      text-height: auto;
      text-indent: 0;
      text-justify: auto;
      text-outline: none;
      text-shadow: none;
      text-transform: none;
      text-wrap: normal;
      alignment-adjust: auto;
      alignment-baseline: baseline;
      -webkit-animation: none 0 ease 0 1 normal;
      animation: none 0 ease 0 1 normal;
      -webkit-animation-play-state: running;
      animation-play-state: running;
      -webkit-appearance: normal;
      -moz-appearance: normal;
      appearance: normal;
      azimuth: center;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      background: none 0 0 auto repeat scroll padding-box transparent;
      background-color: transparent;
      background-image: none;
      baseline-shift: baseline;
      binding: none;
      bleed: 6pt;
      bookmark-label: content();
      bookmark-level: none;
      bookmark-state: open;
      bookmark-target: none;
      border: 0 none transparent;
      border-radius: 0;
      bottom: auto;
      box-align: stretch;
      -webkit-box-decoration-break: slice;
      box-decoration-break: slice;
      box-direction: normal;
      box-flex: 0.0;
      box-flex-group: 1;
      box-lines: single;
      box-ordinal-group: 1;
      box-orient: inline-axis;
      box-pack: start;
      box-shadow: none;
      box-sizing: content-box;
      -webkit-column-break-after: auto;
      break-after: auto;
      -webkit-column-break-before: auto;
      break-before: auto;
      -webkit-column-break-inside: auto;
      break-inside: auto;
      caption-side: top;
      clear: none;
      clip: auto;
      color: inherit;
      color-profile: auto;
      -webkit-column-count: auto;
      -moz-column-count: auto;
      column-count: auto;
      -webkit-column-fill: balance;
      -moz-column-fill: balance;
      column-fill: balance;
      -webkit-column-gap: normal;
      -moz-column-gap: normal;
      column-gap: normal;
      -webkit-column-rule: medium medium #1f1f1f;
      -moz-column-rule: medium medium #1f1f1f;
      column-rule: medium medium #1f1f1f;
      -webkit-column-span: 1;
      -moz-column-span: 1;
      column-span: 1;
      -webkit-column-width: auto;
      -moz-column-width: auto;
      column-width: auto;
      -webkit-columns: auto auto;
      -moz-columns: auto auto;
      columns: auto auto;
      content: normal;
      counter-increment: none;
      counter-reset: none;
      crop: auto;
      cursor: auto;
      direction: ltr;
      display: inline;
      dominant-baseline: auto;
      drop-initial-after-adjust: text-after-edge;
      drop-initial-after-align: baseline;
      drop-initial-before-adjust: text-before-edge;
      drop-initial-before-align: caps-height;
      drop-initial-size: auto;
      drop-initial-value: initial;
      elevation: level;
      empty-cells: show;
      fit: fill;
      fit-position: 0 0;
      float: none;
      float-offset: 0 0;
      grid-columns: none;
      grid-rows: none;
      hanging-punctuation: none;
      height: auto;
      hyphenate-after: auto;
      hyphenate-before: auto;
      hyphenate-character: auto;
      hyphenate-lines: no-limit;
      hyphenate-resource: none;
      -webkit-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual;
      icon: auto;
      image-orientation: auto;
      image-rendering: auto;
      image-resolution: normal;
      inline-box-align: last;
      left: auto;
      line-height: inherit;
      line-stacking: inline-line-height exclude-ruby consider-shifts;
      list-style: disc outside none;
      margin: 0;
      marks: none;
      marquee-direction: forward;
      marquee-loop: 1;
      marquee-play-count: 1;
      marquee-speed: normal;
      marquee-style: scroll;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      move-to: normal;
      nav-down: auto;
      nav-index: auto;
      nav-left: auto;
      nav-right: auto;
      nav-up: auto;
      opacity: 1;
      orphans: 2;
      outline: medium none invert;
      outline-offset: 0;
      overflow: visible;
      overflow-style: auto;
      padding: 0;
      page: auto;
      page-break-after: auto;
      page-break-before: auto;
      page-break-inside: auto;
      page-policy: start;
      -webkit-perspective: none;
      perspective: none;
      -webkit-perspective-origin: 50% 50%;
      perspective-origin: 50% 50%;
      pointer-events: auto;
      position: static;
      presentation-level: 0;
      punctuation-trim: none;
      quotes: none;
      rendering-intent: auto;
      resize: none;
      right: auto;
      rotation: 0;
      rotation-point: 50% 50%;
      ruby-align: auto;
      ruby-overhang: none;
      ruby-position: before;
      ruby-span: none;
      size: auto;
      string-set: none;
      table-layout: auto;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
      -webkit-transform-style: flat;
      transform-style: flat;
      transition: all 0 ease 0;
      unicode-bidi: normal;
      vertical-align: baseline;
      white-space: normal;
      white-space-collapse: collapse;
      widows: 2;
      width: auto;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal;
      z-index: auto;
      text-align: start;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    
  }
  .intercom-composer-popover {
      z-index: 2147483003;
      position: absolute;
      bottom: 50px;
      right: calc(50% - 165px);
      box-shadow: 0 1px 15px 1px rgba(0,0,0,.08);
      background-color: #fff;
      border-radius: 6px;
      transition-duration: 200ms;
      transition-delay: 0ms;
      transform-style: flat;
      transform-origin: 50% 50% 0;
      opacity: 0;
      transition: all 0.2s linear;
      visibility: hidden;
  }
  .intercom-composer-popover.active{
    visibility: visible;
    opacity:1;
    bottom: 70px;
    left: 0;
  }
  .intercom-emoji-picker {
      width: 330px;
      height: 260px;
  }
  .intercom-composer-popover-header {
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      height: 40px;
      border-bottom: 1px solid #edeff1;
  }
  .intercom-composer-popover-input {
      background-image: url(https://js.intercomcdn.com/images/search.7ae40c25.png);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: 0 12px;
      font-weight: 400;
      font-size: 14px;
      color: #6e7a89;
      padding-left: 25px;
      height: 40px;
      width: 100%;
      box-sizing: border-box;
      background-image: url(https://js.intercomcdn.com/images/search@2x.9f02b9f3.png);
      border:none;
      outline: none;
  }
  .intercom-composer-popover-body {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      bottom: 5px;
      padding: 0 20px;
      overflow-y: scroll;
  }
  .intercom-emoji-picker-group {
      margin: 10px -5px;
  }
  .intercom-emoji-picker-group {
      margin: 10px -5px;
  }
  .intercom-emoji-picker-group-title {
      color: #b8c3ca;
      font-weight: 400;
      font-size: 13px;
      margin: 5px;
  }
  .intercom-emoji-picker-emoji {
      padding: 5px;
      width: 30px;
      line-height: 30px;
      display: inline-table;
      text-align: center;
      cursor: pointer;
      vertical-align: middle;
      font-size: 28px;
      transition: -webkit-transform 60ms ease-out;
      transition: transform 60ms ease-out;
      transition: transform 60ms ease-out,-webkit-transform 60ms ease-out;
      transition-delay: 60ms;
      font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
  }
  .intercom-emoji-picker-emoji:hover {
      transition-delay: 0ms;
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
  }
  .intercom-composer-popover-caret {
      position: absolute;
      bottom: -8px;
      right: 0;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff;
      left:20px;
  }
  
  .chat-input-tool{
    background-color: #32A8E6;
    padding: 10px;
    border:none;  
    border-radius: 5px;
    position: absolute;
    bottom:20px;
    left: 50%;
    outline:none;
  }
  

  .left-menu-profile-image{
    width: 150px; height: 150px; 
    margin-left: auto;margin-right: auto;
    margin-bottom:5%;
  }



  .course-offers .accordion .card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .2);
    margin-bottom: 15px;

    border-bottom: 1px solid rgba(0,0,0,.125);
}

.tox-statusbar__branding{
    display: none !important;
}


.modal-dialog {
    margin-top: 9% !important;
}


.modal-title {
  margin: 0;
}

#messages-box .active h6{
    color: #fff;
}


.plattform-page .header-logo-link img {
  content: url('/wp-content/plugins/inskillstogo/public/img/InSkills2Match_Logo_RGB_transparent.png');
  height: 110px;
    margin-left: -15px;
}







#guided-search.card-container {
    display: flex;
    margin-top: 10%;
}
#guided-search .card {
    cursor: pointer;
    flex: 1; /* Make cards of equal width */
    display: flex;
    flex-direction: column; /* Ensure cards are column-oriented */
        height: 100%;


        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 15px;
        box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .2);
    
}


#guided-search .card:hover {
    background-color: #068DC7;
    color: #fff;
    transition: all 0.5s;
}

#guided-search .card:hover  h6{
    color: #fff !important;
    transition: all 0.5s;
}

#guided-search .card-body {
    flex: 1; /* Make card bodies of equal height */
    text-align: justify;
    hyphens: auto;
}
#guided-search h5 {
    position: absolute;
    top: 10px;
    text-transform: none;
}

#guided-search .card h6 {
    font-size: 1em;
    min-height: 44px;
    text-align: center;
    text-transform: none;
}




/* Custom CSS for the top-bar message */
.top-bar-message {
    background-color: #333333; /* Adjust the background color as needed */
    color: #ffffff; /* Adjust the text color as needed */
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Ensure it's displayed above other elements */
}


.messages-box .media .rounded-circle {
    border-radius: 50%!important;
    width: 60px;
    height: 60px;
    object-fit: cover; /* Maintain aspect ratio and cover container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}


.profile-menu img {
    border-radius: 50%!important;
    width: 160px !important;
    height:160px !important;
    object-fit: cover; /* Maintain aspect ratio and cover container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
    margin-bottom: 25px;
}


div.course-details{
  display: none;
}

.dropdown-container{
  margin-top: 10px;
}


.sidepanel .hierarchy-group .hierarchy-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  color:#006daf;
}

.sidepanel .hierarchy-group .form-check {

  
}

.list-group-item ol,
.list-group-item ul {
  margin: 15px 0;
}