/* Módulos */
.module {
    padding: 10px 15px;
}

div.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

/* Top Content */
.topContent {
    position: relative;
    z-index: 10;
    margin-bottom: 13px;
}

/* Conteúdo dos Módulos */
.contentModules {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top__module {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin-right: 15px;
    width: 100%;
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 5px 5px 44px #f2f2f2, -5px -5px 44px #ffffff;
}

.top__module p {
    margin: 0px !important;
    text-align: left !important;
}

.top__module .icon {
    padding: 8px 8px;
    border-radius: 10px;
    margin-right: 15px;
    background: var(--color-primary);
}

.top__module .content {
    min-width: 180px;
}

.top__module .content .topText {
    font-size: 1.2em;
    font-weight: 500;
    color: #343a40;
    line-height: 1.3;
}

.top__module .content .btmText {
    font-size: .75em;
    margin-top: 5px;
    text-transform: uppercase;
    color: #343a4050;
}

.top__module .icon svg {
    width: 20px;
    stroke-width: 1px;
    margin: 0px !important;
    color: white !important;
}

h2.title {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0px;
    color: #161617;
}

div.title div {
    text-align: right;
}

div.title button {
    background: #4048EF;
    border-radius: 15px;
    padding: 8px 15px;
    font-size: .8em;
    font-weight: 300;
    border: none;
    color: white;
}

div.title svg {
    margin-right: 5px;
    width: 15px;
}

/* Tabela */
table th,
table td {
    font-size: .9em !important;
    padding: 5px 5px !important;
    border-color: #00000008 !important;
}

table th {
    font-weight: 400 !important;
    color: #343a4050 !important;
}

table td {
    font-weight: 300 !important;
}

.act__row svg {
    height: 15px;
    margin-left: 5px;
    stroke-width: 1px;
    cursor: pointer;
}

.act__row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

td a {
    text-decoration: none !important;
    color: #343a40;
}

/* Caixa de Filtro */
.filterBox {
    text-align: left !important;
}

.filterBox label.title {
    font-size: .7em;
    margin-bottom: 3px;
    color: #343a4070;
}

.filterBox .filterContent {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.filterBox .filterContent .filterItem {
    font-size: .8em;
    padding: 3px 10px;
    white-space: nowrap !important;
    cursor: pointer !important;
    border: 1px solid #343a40ae;
    color: #343a40;
    border-radius: 10px;
    margin-right: 5px;
}

/* Outros estilos */

/* SWALL */
.swal2-confirm { background: var(--color-secondary) !important; }

div:where(.swal2-container) button:where(.swal2-styled) { box-shadow: none !important; }

div:where(.swal2-container) div:where(.swal2-popup) { border-radius: 20px !important; padding:25px 0px calc(25px + 1.25em) !important; }

.swal2-actions button { text-transform: uppercase !important; font-size: .9em !important; border-radius: 10px !important; }

label.input {
    margin-top: 15px !important;
    font-size: .85em !important;
    width: 90% !important;
    text-align: left !important;
}

.swal2-input {
    height: 2.3em !important;
    width: 90% !important;
    margin-top: 3px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-color: #d9d9d9 !important;
    border-radius: .1875em !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06), 0 0 0 3px rgba(0,0,0,0) !important;
    padding: 0 .75em !important;
    font-size: 1.125em !important;
}

.status {
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 300;
    color: #343a40;
}

.status-primary { background: #B1FFB9; color: #00420F; }
.status-warning { background: #FFABAB; color: #960000; }
.status-alert { background: #FFD3AB; color: #BE5B00; }

/* DATATABLES */
.dt-container {
    font-size: .9em !important;
    color: #343a40;
    font-weight: 300;
}

.dt-input {
    padding: 5px 10px !important;
    border-radius: 10px !important;
    border: 1px solid #343a4020 !important;
    margin-right: 10px;
}

input[type=search] {
    margin-right: 0px !important;
    margin-left: 10
/* Datatables (continuação) */
px !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, 
table.dataTable thead > tr > th.dt-orderable-desc:hover, 
table.dataTable thead > tr > td.dt-orderable-asc:hover, 
table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: none !important;
    outline-offset: none !important;
}

div.dt-container .dt-paging .dt-paging-button.current, 
div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-radius: 10px !important;
    background: white !important;
    font-size: .8em !important;
    border: 1px solid #343a4050 !important;
}

.dt-paging-button {
    font-size: .8em !important;
}

.dt-info {
    font-size: .8em !important;
    color: #343a4080 !important;
}

.dt-search {
    text-align: right !important;
}

.dt-buttons {
    text-align: center !important;
}

.dt-buttons button {
    border-radius: 10px !important;
    padding: 5px 10px !important;
    background: white !important;
    font-size: .8em !important;
    border: 1px solid #343a4050 !important;
}

.dt-paging {
    text-align: right !important;
}

table {
    margin: 20px 0px !important;
    font-size: .9em !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.seller__pic {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-size: cover !important;
    background-position: center center !important;
}

.filterActive {
    background: var(--color-secondary);
    border-color: var(--color-secondary) !important;
    color: white !important;
}

.saqueBox {
    padding: 20px 20px !important;
}

.topSaque {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saqueBox h4 {
    font-size: .9em !important;
    margin-bottom: 3px;
    font-weight: 400;
    color: #343a40ac;
}

.saqueBox p {
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

.saqueBox button {
    width: 100%;
    padding: 10px 0px;
    border: none;
    background: #28a745;
    color: white;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.saqueBox button.saqueIndisponivel {
    width: 100%;
    padding: 10px 0px;
    border: 2px solid #28a745;
    background: transparent; !important;
    color: #343a40 !important;
    font-weight: 500;
    color: #fff;
    cursor: not-allowed;
    border-radius: 5px;
    margin-top: 10px;
}

p.info {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    font-size: .7em !important;
    text-align: center;
    color: #ff0000;
}

.hideRow {
    text-align: right;
}

.hideRow svg {
    width: 20px;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #343a4050 !important;
    transition: all 100ms !important;
}

.hideRow svg:hover {
    color: #343a40 !important;
}
@media (max-width:992px){
    .dt-search {
	    text-align: right !important;
    }
    
    .dt-search input {
	    max-width:100%;
    }

    .dt-buttons {
    	text-align: right !important;
    }
}
@media (max-width:576px){
    .dt-length {
        text-align: right !important;
    }
}
