/* body {
  width: 100vw;
  height: 100vh;
} */

.calendar {
  overflow-x: visible;
}

.content {
  padding-top: 112px;
  padding-bottom: 80px;
  height: 100%;
  width: 100%;
}

#navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.it-title {
  border-bottom: 2px solid #f59c00;
  margin-top: 1em;
}

hr.it-title {
    border-top: 0;
}

.ideler {
  color: #0069b4;
}

.time {
  color: #f59c00;
}

.avatar {
  width: 2em;
  height: 2em;
  object-fit: cover;
  border-radius: 50%;
}

.nav-link .avatar {
  width: 1.5em;
  height: 1.5em;
}

.avatar-90 {
  width: 90px;
  height: 90px;
  font-size: 45px;
}

[data-initials]:before {
  content: attr(data-initials);
  display: inline-block;
  min-width: 2em;
  min-height: 2em;
  border-radius: 50%;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  background: #707070;
  color: #f6f6f6;
}

.nav-link [data-initials]:before {
  width: 2em;
  height: 2em;
  font-size: 0.75em;
  line-height: 2em;
}

.footer {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -o-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.table thead th {
  border-top: 0px;
}

td {
  width: auto;
}

td.min {
  width: 1%;
  white-space: nowrap;
}

.table-vertical-align-center tbody th,
.table-vertical-align-center tbody td {
  vertical-align: middle;
}

.border-left-primary {
    border-left: 3px solid var(--primary) !important;
}

.border-left-secondary {
    border-left: 3px solid var(--secondary) !important;
}

.border-left-info {
    border-left: 3px solid var(--info) !important;
}

.border-left-success {
  border-left: 3px solid var(--success) !important;
}

.border-left-warning {
    border-left: 3px solid var(--warning) !important;
}

.border-left-danger {
  border-left: 3px solid var(--danger) !important;
}

.border-left-light {
    border-left: 3px solid var(--light) !important;
}

.border-left-dark {
    border-left: 3px solid var(--dark) !important;
}

.app-nav {
  height: 2.75rem;
  overflow-y: hidden;
}

.app-nav .nav-link {
  color: var(--gray);
}

.app-nav .nav-link.active {
  color: var(--gray-dark);
  font-weight: 500;
  border-bottom: 3px solid var(--gray-dark);
}

.app-nav .nav-link:hover {
  border-bottom: 3px solid var(--gray-dark);
}

.employee-list-card {
  max-height: 600px;
  overflow-y: auto;
}

.rounded-xl {
  border-radius: 1em;
}

.bi-2x {
    font-size: 2em;
}
.bi-3x {
    font-size: 3em;
}
.bi-4x {
    font-size: 4em;
}
.bi-5x {
    font-size: 5em;
}

.bi-fw {
    text-align: center;
    width: 1.25em;
    display: inline-block;
}

.btn-success-pulse {
	box-shadow: 0 0 0 0 rgba(40, 167, 69, 1);
	animation: pulse-success 2s infinite;
}

@keyframes pulse-success {
	0% {
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
	}
}
.text-xs {
    font-size: .7rem;
}
