/*
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
*/
/* sidebar style */
#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

#sidebar .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #343a40;
    color: #fff;
    /*transition: all 0.3s;*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #343a40;
    background: #fff;
}

#sidebar ul li.active>a,
#sidebar ul li.active>ul>li>a.active,
#sidebar a[aria-expanded="true"] {
    color: #343a40;
    background: #f8f9fa;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343a40;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #343a40 !important;
    color: #fff !important;
}

/* Side navbar content style */

#navbar-logo {
    margin-right: 1rem;
    max-width: 60px;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* Side navbar media queries */

@media (max-width: 768px) {
    #sidebar.active {
        margin-left: -250px;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* Area switcher */

li.breadcrumb-item.dropdown:hover .dropdown-menu {
    display: block;
}

li.breadcrumb-item .dropdown-toggle::after {
    display: none;
}

/* Customizations */

.hide {
  display: none;
}

tr.filter-row {
  cursor: pointer;
}

.fa-check-circle.icon-ok-circle {
  color: limegreen;
}

.fa-minus-circle.icon-minus-sign {
  color: red;
}

.overlay {
  flex-basis: 100%;
  margin-top: -1rem;
  margin-bottom: 5px;
}

div.card-header[id^="heading"] {
  padding: 0.25rem 0.75rem;
}

div.bootstrap-tagsinput {
  line-height: 1.5;
  padding: 2px 3px;
}

div.bootstrap-tagsinput .badge {
    margin: 2px 1px !important;
    padding: 5px 8px;
}

.d-inline-table {
  display: inline-table !important;
}

.fc-daygrid-event-dot, .fc-list-event-dot {
  border: none !important;
  height: auto !important;
  width: auto !important;
}

@media(max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-direction: column;
    margin-top: 0.9em;
  }
  .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    order: 2;
    padding: 1% 0 2% 0;
  }
  .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
  }
  .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 3;
  }
}

.card-tools {
  margin-right: -0.625rem;
}

.btn-tool {
  background: 0 0;
  font-size: .875rem;
  margin: -0.75rem 0;
  padding: 0.25rem 0.5rem;
  vertical-align: baseline;
}

.force-fit {
  width: fit-content !important;
}

.countdown {
  position: relative;
  margin: auto;
  height: 23.5px;
  width: 23.5px;
  text-align: center;
  float: right;
}

.countdown > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.5px;
  height: 23.5px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.countdown > svg circle {
  stroke-dasharray: 157.07963267948966%;
  stroke-dashoffset: 0px;
  stroke-width: 11.5px;
  stroke: #007bff;
  fill: none;
  animation: countdown 30s linear infinite forwards;
}

@keyframes countdown {
  from { stroke-dashoffset: 0%; }
  to { stroke-dashoffset: 157.07963267948966%; }
}

.custom-progress-bar-animated {
  width: 100%;
  transform-origin: 0% 50%;
  animation: indeterminate 1s linear infinite;
}

@keyframes indeterminate {
  0% { transform:  translateX(0) scaleX(0); }
  40% { transform:  translateX(0) scaleX(0.4); }
  100% { transform:  translateX(100%) scaleX(0.5); }
}
