﻿.top-bar {
  position: fixed;
  width: 100%;
  z-index: 111;
  background: #04192c;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 12px;
  font-family: "Inter",sans-serif;
  font-size: .8125rem;
  font-weight: normal;
  text-transform: none;
}



/* !! TO AVOID DUPLICATIONS: DO NOT USE THESE CSS DEFINITIONS IF YOU ALREADY USE _CUSTOM-SETTINGS.SCSS DEFINITIONS !! */

/* ICON for your custom entity "COMPANYPROFIL" */
.i-Cpro::before { content: "\e075"; }

.appo-type-default .fc-content {
    background-color: #c1c1c1;
}

.appo-type-default {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.fc-event[data-extmode="3"] .fc-content::before {
    background-color: #c1c1c1;
;
}

.fc-event a, .fc-event:hover a, .fc-following a {
    color: #000;
}

.fc-event , .fc-event:hover , .fc-following  {
    color: #000;
}

.fc-title .text-bold  {
    font-weight: normal;
}


/* CATEGORY - FORMS */
#category-contents .category-form label.required::after {
    content: "*";
    display: block;
    float: right;
    color: #de4343;
}