@charset "ISO-8859-1";

html, body {
	background-color: #f8f9fa;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	color: #616161;
}
h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0rem;
}
label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8rem;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.alert {
	text-transform: uppercase;
}
.btn {
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
ul.list-group {
	min-width: 224px;
}
.list-group-item {
	/* background-color: rgba(0,0,0,.0); */
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0rem;
    padding: .6rem 1rem;
}
.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.modal-title {
	font-weight: 800;
}
.table {
	background: #fff;
}
.table td, .table th {
    color: #616161;
    font-size: .9rem;
    text-transform: uppercase;
}
.table th {
	text-align: center;
	text-transform: uppercase;
}
#menu-market {
	color: #333;
	font-weight: 800;
}
#menu-market a {
	display: block;
	text-decoration: none;
	color: rgba(0,0,0,.5);
	font-weight: 500;
}
#menu-market a:hover {
	color: rgba(0,0,0,1);
}

[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 1rem;
    color: white;
    font-weight: 300;
    border-radius: 0;
    white-space: pre-wrap;
    /* box-shadow: 2px 2px 1px silver; */
    font-size: .8rem;
    z-index: 99999999;
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: #2D3B4E;
    margin-top: -50px;
    margin-left: 20px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

.midum-tooltip[data-tooltip]:before {
	width: 15rem;
}

.cursor-none{
	cursor: none;
}

.list-cupom {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
