.order {
	display: flex;
	margin: 20px 0;
	justify-content: left;
	align-items: center;
	gap: 2em;
	padding: 25px;
	width: fit-content;
}
.order div {
	min-width:120px;
}
.order div:nth-child(4) {
	min-width:125px;
}
.orders .alert {
	width: fit-content;
	border: 1px solid red;
	padding: 10px;
	margin: 100px auto;
	border-radius: 0.475rem;
}
.orders .order strong {
	font-size:1.1em;
}
.plugin-dashboard {
	text-align:center;
}
.plugin-dashboard h2 {
	margin:0;
}
.plugin-dashboard .order-top {
	display: flex;
    gap: 20%;
    min-height: fit-content;
    width: 100%;
    align-items: center;
    border-radius: 0.475rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.plugin-dashboard .orders .order {
	border: 1px solid #eee;
    background: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.475rem;
    box-shadow: 0 0 20px 0 #ccc;
}
.plugin-dashboard .orders .order:hover {
    box-shadow: 0 0 11px -4px rgb(6 106 224);
    background: #f8f8f8;
    border: 1px solid #066ae0;
}
.orders .order .pay-order {
	background: #23ad23;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 0.475rem;
	font-size: 1.4em;
	width: 100%;
	display: block;
	font-weight: 500;
	box-shadow: 2px 2px 1px green;
}
.plugin-dashboard .order-title-search, .plugin-dashboard .order-title-search h2 {
	float:left;
}
.plugin-dashboard .btn-ir, .plugin-dashboard .order-title-search {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}
#top .plugin-dashboard .order-title-search form, #top .plugin-dashboard .order-title-search form select	 {
	margin:0;
}
.plugin-dashboard .btn-ir, .plugin-dashboard .btn-ir #show-tax-popup, #top .plugin-dashboard .order-title-search form {
	float:right;
}
#top .plugin-dashboard .order-title-search form, #top .plugin-dashboard .order-title-search select, .plugin-dashboard .order-title-search {
	margin-bottom:0;
}
.plugin-dashboard .orders {
	margin-bottom:30px;
	width:100%;
}
.plugin-dashboard .orders .order small {
	color: #666666;
}
.plugin-dashboard .orders .order .btn-view {
	vertical-align: top;
	background: none;
	color: #2a2550;
	padding: 0 10px;
	margin: 0;
} 
.boxes {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2%;
	margin:45px 0;
}
.boxes div {
	width: 16%;
	min-height: fit-content;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 #bbb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxes .box-total {
	background: #383d49;
    color: #fff;
}
.boxes .box-total .nmb-box {
	color: #fff;
}
.boxes .box-aberta {
    border-left: 6px solid #1763c5;
    background:#fff;
}
.boxes .box-venc {
    border-left: 6px solid #ff7c2c;
    background:#fff;
}
.notifications-venc, .notifications-venc-menu {
	position: absolute;
    text-align: center;
	font-size: 18px;
}
.count-show, .count-show-menu {
	position: absolute;
    top: -35px;
    left: unset;
    right: 120px;
    color: #ff7c2c !important;
    border-radius: 50px;
    color: #fff;
    animation: blink 1s infinite alternate;
    width: 23px;
    height: 22px;
}
.count-show-menu {
    top: -28px !important;
    right: unset !important;
    left: -20px !important;
    color: #ffa56e !important;
}
@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.boxes .box-pag {
    border-left: 6px solid #23ad23;
    background:#fff;
}
.boxes .box-cancel {
    border-left: 6px solid #e33635;
    background:#fff;
}
.boxes .box-aguard {
    border-left: 6px solid #2f425a;
    background:#fff;
}
.boxes div p {
	vertical-align: middle;
}
.boxes div .nmb-box {
	font-size:28px;
	vertical-align: bottom;
    font-weight: bold;
	color:#071437;
}
/* Status */
.status-paga {
	color: #23ad23;
	border: 1px solid #23ad23 !important;
	padding: 2px 10px !important;
	border-radius: 10px;
}
.status-vencida {
	color: #ff7c2c;
	border: 1px solid #ff7c2c !important;
	padding: 2px 10px !important;
	border-radius: 10px;
}
.status-cancelada {
	color: #e33635;
	border: 1px solid #e33635 !important;
	padding: 2px 10px !important;
	border-radius: 10px;
}
.status-aguardando {
	color: #1763c5;
	border: 1px solid #1763c5 !important;
	padding: 2px 10px !important;
	border-radius: 10px;
}
.status-espera {
	color: #2f425a;
	border: 1px solid #2f425a !important;
	padding: 2px 10px !important;
	border-radius: 10px;
}
.status-paga, .status-vencida, .status-aguardando, .status-cancelada, .status-espera {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px;
	position: relative;
	width: 100%;
	display: block;
}
/* Popup */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 19998;
	display: none;
}
#tax-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border: 1px solid #000;
	z-index: 19999;
	display: none;
}
.p-ir {
	border: 1px solid #aaaaaa !important;
	width: 100%;
	padding: 20px;
	font-size: 16px;
}
.p-ir-t {
	font-size: 1.4em;
	text-align: center;
}
.btn-ir {
	flex-direction: row;
    gap: 5px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.btn-ir p {
	margin:0;
}
.search-year {
	width: fit-content;
}
.search-year #order_year {
	padding: 5px 28px 5px 5px;
	font-size: 1.5em;
	color: #777777 !important;
}
#tax-popup #tax-popup-content tr td, #tax-popup #tax-popup-content tr th {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
/* Mobile */
@media screen and (max-width: 782px) {
    .plugin-dashboard .order-top {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
    }
    .boxes {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        gap: 10px;
    }
    .boxes div {
        width: 30%;
    }
    .order {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .plugin-dashboard .orders .order {
        font-size: 1.6em;
    }
}