body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  min-height: 100vh !important;
  height: -webkit-fill-available;
  overflow-x: auto;
  overflow-y: hidden;
}

.icon-xs {
	width: 1rem;
	height: auto;
}
.icon-ssm {
	width: 2.3rem;
	height: auto;
}
.icon-sm {
	width: 3rem;
	height: auto;
}
.icon {
	width: 5rem;
	height: auto;
}
.icon-lg {
	width: 7rem;
	height: auto;
}
.title-ssm {
	font-size: 0.9em;
}
.title-sm {
	font-size: 1em;
}
.container-icon {
	padding: 0.5rem 0.5rem;
	text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.text-azure {
	color: #36A0E5;
}
.link {
	cursor: pointer;
}
table, .dropdown-item {
	font-size: 0.8rem;
}
.check-input-sm {
	transform: scale(1.6);
}
.btn-azure {
	background-color: #0787d4;
	color: white;
	transition: 1s;
}

.text-avanade {
	color: #ff5800;
}

.btn-azure:hover {
	background-color: #17a3f7;
}

.btn-avanade {
	background-color: #ff5800;
	color: white;
}
.btn-avanade:hover {
	background-color: #dc4600;
	color: white;
}
.btn-group-xs>.btn, .btn-xs {
    padding: .15rem .3rem;
    font-size: .8rem;
    border-radius: .2rem;
}
.dropdown-toggle {
	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;
}
.fs-7 {
	font-size: 0.9rem;
}

.sidebar {
	background-color: rgba(222, 222, 222, 1);
}

.signature {
	color: rgba(0, 0, 0, 0.2);
}

.nav-link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

.nav-link:hover {
	text-decoration: none;
	color: inherit;
}

.nav-link.active {
	background-color: #fbb17a !important;
	color: white;
}

.cloud-container {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	width: calc(100% - 280px);
}

/* https://getbootstrap.com/docs/5.0/examples/sidebars/# */

.nav-flush .nav-link {
  border-radius: 0;
}
