body {
	background-color: rgba(165, 198, 219, 0.1);
}
.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 {
	font-size: 0.8rem;
}
.check-input-sm {
	transform: scale(1.6);
}
.btn-azure {
	background-color: #0787d4;
	color: white;
	transition: 1s;
}

.btn-azure:hover {
	background-color: #17a3f7;
}

.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;
}
li > a.dropdown-item {
	font-size: 0.8rem;
}
.fs-7 {
	font-size: 0.9rem;
}

.nps-container {
	border: 2px dashed #b2d8e9;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}
.nps-btn {
	width: 40px;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	margin: 5px;
	border: none;
}
.nps-btn:hover {
	opacity: 0.8;
}
.red { 
	background-color: #f95f62; 
	color: white; 
}
.yellow { 
	background-color: #ffcc00; 
	color: white; 
}
.green { 
	background-color: #4caf50; 
	color: white; 
}
.blue { 
	background-color: #3e82b9; 
	color: white; 
}

@media (max-width: 576px) {
    .nps-btn {
        width: 30px; 
        height: 30px;
        font-size: 12px;
        margin: 3px;
    }
}