@import '../../../assets/fonts/fonts.css';
:root {
    --blue: rgb(36, 71, 106);
    --blue-dark: rgb(30, 57, 84);
    --baby-blue: rgb(0, 176, 220);
    --border: solid 1px #ccc;
}

form {
    display: flex !important;
}

input,
button {
    outline: transparent !important;
}

button{
    cursor: pointer;
}
.page-item.active .page-link{
    background-color: rgb(0, 176, 220);
    border-color: rgb(0, 176, 220);
}
.page-item .page-link:hover{
    background-color: rgb(0, 176, 220);
    border-color: rgb(0, 176, 220);
    color: #fff;
}

.form-inputs input {
    width: auto !important;
}

.user-profile span{
    text-transform: uppercase;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme1"],
.pcoded[theme-layout="vertical"][vertical-placement="left"] .pcoded-navbar,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu {
    background: #1a1a1a;
    padding-top: 10px;
}

.pcoded .pcoded-navbar .pcoded-item>li {
    background: #333;
    margin-bottom: 3px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
    text-transform: uppercase;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="none"] li>a.active,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
    background: #525252;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left {
    height: 56px;
    justify-content: center;
    align-items: center;
    background: #000;
    width: auto;
}

@media only screen and (max-width: 740px){  
.header-navbar .navbar-wrapper .navbar-container .nav-left {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;

    }

    .header-navbar .navbar-wrapper .navbar-container .nav-left li {
        padding-left: 0px !important;
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-left h4 {
        padding-top: 0px !important;
    }
}

.pcoded .pcoded-header[header-theme="theme1"] {
    background: rgb(51, 51, 51);
    color: #FFF;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li {
    padding-left: 35px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left h4 {
    padding-top: 15px;
    color: #459A4E;
    font-size: 18px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right li {
    padding: 0 20px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dashboard .header-top {
    padding: 20px !important;
}

.pg-dashboard#dashboard .card-header-custom>div{
    margin: 0 5px!important;
}

.pg-dashboard .card-header-custom>div:nth-child(1),
.pg-dashboard .card-header-custom>div:nth-child(2){
    width: 42.3%!important;
    margin: 0!important;
}
.pg-dashboard .card-header-custom>div:nth-child(3){
    width: 75px!important;
}

.pg-dashboard .dashboar-relatorio .btn-buscar {
    margin-left: 0!important;
}

#dashboard.pg-dashboard .card-header-custom{
    justify-content: space-evenly;
}

#dashboard.pg-dashboard .card-header-custom>div input {
    width: 100%;
}

#dashboard.pg-dashboard .card-header-custom>div span {
    width: 130px;
    text-align: center;
}

.painel-custom,
.pcoded-main-container {
    background: rgb(217, 220, 227);
}

.painel-custom .card-header {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 2px;
}
@media only screen and (max-width: 740px){ 
.painel-custom .card-header {
    display: block;
  }
}

.painel-custom .page-body .card {
    border-radius: 0 !important;
    box-shadow: none;
    height: 100%;
}
   
@media only screen and (max-width: 740px){  
.painel-custom .page-body .card {
    overflow-x: scroll;
   }
}

.painel-custom .tittle-painel-default {
    color: rgb(139, 139, 139);
    text-transform: uppercase;
    border-bottom: 3px solid #459A4E;
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.card .card-header+.card-block {
    padding: 10px 20px 0px 20px;
}

.title-h3-default {
    font-size: 16px;
    color: #ababab;
    padding: 0px;
    margin: 0;
    text-transform: uppercase;
}

.card-block {
    padding: 10px 20px 0px 20px;
}

.card-block img{
    width: 100%;
    max-width: 832px;
}

.card {
    margin-bottom: 5px;
}


/********extrato-bingo-emocoes******/

.row-body .col-md-12.col-tabela-extrato {
    padding: 0 30px !important;
}

.pg-clientes .row-body .col-md-12.col-tabela-extrato {
    padding: 0 15px !important;
}


/* DASHBOARD
*************************/

#dashboard .dashboar-relatorio {
    border: var(--border);
    padding: 5px 3px 3px;
    background: rgb(230, 230, 230) !important;
}

#dashboard .relatorio-resumido hr,
#dashboard .card-header hr {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #459A4E !important;
}

.dashboar-relatorio h3 {
    color: #459A4E !important;
    text-transform: uppercase;
    font-size: 25px !important;
    padding-left: 15px;
    font-weight: 700;
    text-align: center;
    border: none !important;
    padding-bottom: 0 !important;
}

.dashboar-relatorio .btn-buscar {
    margin-left: 15px;
}

#dashboard .card-header-right .card-option {
    display: none;
}

#dashboard .card-header-custom {
    display: flex;
    border: var(--border);
    padding: 15px !important;
    background: rgb(230, 230, 230) !important;
    width: 100%;
}

#dashboard .card-header-custom>div {
    display: flex;
    width: 50%;
    align-items: center;
}
.pg-relacao-agendadas#dashboard .card-header-custom>div{
    width: 100%;
}

#dashboard .card-header-custom>div span {
    font-size: 14px;
    font-weight: 600;
    color: rgb(105, 105, 105);
    width: 85px;
}

#dashboard .card-header-custom>div:nth-child(1) {
    height: 30px;
    margin-bottom: 5px;
    margin: 0 10px;
}

#dashboard .card-header-custom>div:nth-child(2) {
    width: 100%;
    height: 30px;
}

#dashboard .card-header-custom>div .btn {
    padding: 0;
    margin-left: 10px;
}

#dashboard .card-header-custom>div input {
    width: 135px;
    height: 35px;
    margin-left: 2px;
    padding: 0 5px;
}
#dashboard.pg-relacao-agendadas .card-header-custom>div input {
    width: 170px;
}

#dashboard.pg-cambistas-agendadas .card-header-custom>div input {
    width: 160px;
}

#dashboard .relatorio-resumido .card-header+.card-block {
    padding: 0px 5px 10px;
}

#dashboard .table-data {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

#dashboard .table-data>div {
    border: var(--border);
    padding: 10px;
    margin-top: 10px;
}

#dashboard .table-data>div:nth-child(1) {
    width: 65%;
}

#dashboard .table-casa {
    background: rgb(255, 216, 229);
}

#dashboard .table-casa-saldo {
    background: #aaec84;
}

#dashboard .table-data>div:nth-child(2) {
    width: 33%;
    display: flex;
    justify-content: space-around;
}

#dashboard .custom-table-data>div {
    border: none;
}

#dashboard .card-body-custom>.custom-table-data:nth-child(8),
#dashboard .card-body-custom>.custom-table-data:nth-child(9),
.dashboard-bingo-emocoes,
.dashboard-bingo-especiais,
.tr-resumido,
.tr-resumido-l2 {
    background: var(--blue-dark);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.tr-resumido-l2 {
    background: #0a6aa1;
}

#dashboard .card-body-custom>.custom-table-data:nth-child(8) button,
.dashboard-bingo-emocoes button,
.dashboard-bingo-especiais button,
#dashboard .card-body-custom>.custom-table-data:nth-child(9) button {
    border: none;
    color: var(--blue-dark);
    font-size: 14px;
    background: rgb(255, 204, 0);
    padding: 0 5px;
    width: 105px;
    height: 37px;
    border-radius: 20px;
    margin-top: -8px;
}

#dashboard .card-body-custom>.custom-table-data button a {
    color: var(--blue-dark);
}

#dashboard .card-body-custom>.custom-table-data:nth-child(9) {
    background: #459A4E;
}

#dashboard .table-bordered td,
#dashboard .table-bordered th,
.page-custom .table-bordered th {
    padding: .30rem .45rem !important;
    text-align: center;
    padding: 9px !important;
}

#dashboard .rodadas-agendas th {
    background: #459A4E;
}

#dashboard .relatorio-resumido .card-block {
    min-height: 583px;
}

#dashboard .table-bordered tr td > a.ativo {
    font-weight: bold;
    background: #459A4E !important;
    padding: 7px 46px;
    color: #fff;
}
#dashboard .table-bordered tr td > a {
    background: #ffcc00 !important;
    padding: 7px 46px;
    color: #47559c;
    font-weight: bold;
}

#dashboard .table-bordered tr td > a:hover {
    font-weight: bold;
    background: #efa434 !important;
    padding: 7px 46px;
    color: #ffffff !important;
}

#dashboard .ultimos-clientes .table td,
#dashboard .ultimos-clientes .table th {
    padding: .35rem .55rem;
}

#dashboard .ultimos-clientes {
    margin-top: 30px;
}

.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div:nth-child(1){
    width: 100%;
}
.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div:nth-child(3){
    width: 75px;
}
.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div:nth-child(3) button{
    margin-left: 0;
}

.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div{
    margin: 0 15px;
}

.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div span{
    width: 115px;
}
.pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div input{
    width: 95%;
}

.acompanhamento-confirmacao .card-block>.row>.col {
    position: relative;
}

.acompanhamento-confirmacao .card-block>.row>.col h5 {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.acompanhamento-confirmacao .card-block .box-content-4-button {
    margin-bottom: 15px;
}

.acompanhamento-confirmacao .card-block>.row>.col .header-box {
    width: 100%;
    padding: 10px 2px;
}

.acompanhamento-confirmacao .card-block>.row>.col .content-box {
    padding: 5px 10px;
}

.acompanhamento-confirmacao .card-block>.row>.col:nth-child(1)>div {
    background: rgb(246, 179, 80);
    position: relative;
}

.acompanhamento-confirmacao .card-block>.row>.col:nth-child(1) .header-box {
    background: rgb(214, 133, 12);
}

.acompanhamento-confirmacao .card-block>.row>.col:nth-child(2)>div {
    background: rgb(107, 194, 34);
}

.acompanhamento-confirmacao .card-block>.row>.col:nth-child(2) .header-box {
    background: rgb(64, 149, 22);
}

.acompanhamento-confirmacao .card-block>.row>.col:nth-child(3) .header-box {
    background: rgb(6, 158, 196);
}

.header-box.venda-encerrada{
    background: #33a218!important;
}

.acompanhamento-confirmacao .card-block .box-action-confirmar {
    background: rgb(0, 204, 255);
}

.acompanhamento-confirmacao .card-block .box-action-confirmar.active {
    display: flex;
}

.acompanhamento-confirmacao .content-single-box {
    display: flex;
    justify-content: space-between;
}

.acompanhamento-confirmacao .content-single-box>div {
    margin-bottom: 2px;
    text-align: center;
    color: #FFF;
}

.animated p {
    margin-bottom: 2px;
    text-align: center;
    color: #000;
    animation: blinkingBackground 2s infinite;
}

.acompanhamento-confirmacao .box-content-1 .content-single-box>div:nth-child(1),
.acompanhamento-confirmacao .box-content-1 .content-single-box>div:nth-child(2) {
    background: rgb(243, 146, 18);
}

.acompanhamento-confirmacao .box-content-1 .content-single-box>div:nth-child(1) {
    width: 55%;
}

.acompanhamento-confirmacao .box-content-1 .content-single-box>div:nth-child(2) {
    width: 42%;
}

.acompanhamento-confirmacao .box-content-2 .content-single-box>div:nth-child(1),
.acompanhamento-confirmacao .box-content-2 .content-single-box>div:nth-child(2) {
    background: rgb(90, 165, 33);
}

.acompanhamento-confirmacao .box-content-2 .content-single-box>div:nth-child(1) {
    width: 42%;
}

.acompanhamento-confirmacao .box-content-2 .content-single-box>div:nth-child(2) {
    width: 55%;
}

.acompanhamento-confirmacao .box-content-1,
.acompanhamento-confirmacao .box-content-2 {
    min-height: 102px;
}

.acompanhamento-confirmacao .box-content-2 {
    padding-top: 16px;
}

.acompanhamento-confirmacao .box-content-3>div:nth-child(2) {
    min-height: 122px;
}

.acompanhamento-confirmacao .box-content-3 {
    display: flex;
    padding: 10px 10px 18px 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.box-2{
    padding: 8px 10px!important;
}

.box-1 h5{
    margin-bottom: 8px;
}

.acompanhamento-confirmacao .box-content-3 h5 {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px !important;
}

.acompanhamento-confirmacao .box-content-3>div {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.acompanhamento-confirmacao .box-content-3-time {
    width: 100%;
    margin: 5px auto 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 22px;
}

.acompanhamento-confirmacao .box-content-3>div:nth-child(2) div {
    border: solid #FFF 1px;
    border-radius: 10px;
    width: 175px;
    height: 70px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 0 2px;
}

.acompanhamento-confirmacao .box-content-3>div:nth-child(2) p {
    line-height: 20px;
    font-weight: 600;
    margin: 0 auto;
}

.acompanhamento-confirmacao .box-content-3>div:nth-child(2) div p span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.acompanhamento-confirmacao .box-content-3-time input[type="time"] {
    text-align: center;
    background: transparent;
    border: none;
    color: #FFF;
    padding-left: 6px;
}

.acompanhamento-confirmacao .box-content-4-button {
    display: flex;
    align-items: center;
    min-height: 137px;
}

.acompanhamento-confirmacao .box-content-4-button button {
    margin: 0;
    background: url('../images/img-custom/botao-verde-2.png');
    background-size: cover;
    border: none;
    color: #FFF;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -15px;
}

.acompanhamento-confirmacao .box-content-4-button button.active {
    background: url('../images/img-custom/botao-laranja.png');
    background-size: cover;
}

.acompanhamento-confirmacao .ball-content-3 {
    width: 115px;
    height: 115px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-left: 10%;
    background-image: url(../images/bolas-bingo/undefined.png);
    background-position: center center;
    background-size: cover;
    border: 10px solid #05b9e6
}

.tabela-cartela-sorteados {
    /* background: ffcc00; */
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
}

.tabela-cartela-sorteados:nth-child(even) {
    margin-left: 15px;
}

.tabela-cartela-sorteados td {
    text-align: center;
    min-width: 40px;
    font-size: 30px;
    font-weight: 500;
}

.tabela-cartela-sorteados td span {
    background: rgb(3, 125, 185);
    color: #FFF;
    width: 95%;
    display: block;
    margin: 0 auto;
}

.tabela-cartela-sorteados tr td:first-child span {
    background: rgb(153, 0, 0);
}

.texto-cartela td {
    background: #ffcc00;
}

.rodada-atual h3 {
    text-transform: inherit !important;
}

.rodada-atual .card-block {
    display: flex;
}

.rodada-atual .card-block>div:not(.table-responsive) {
    background: rgb(230, 230, 230);
    height: 40px;
    padding: 5px 20px;
    border: solid #CCC 1px;
    margin-bottom: 10px;
}

.rodada-atual .card-block>div+div {
    margin-left: 30px;
}

.rodada-atual .card-block>div:nth-child(1),
.rodada-atual .card-block>div:nth-child(2) {
    width: 30%;
    font-weight: 600;
    text-align: center;
}

.text-red {
    color: #ff441f !important;
}

.text-blue {
    color: rgb(0, 98, 126) !important;
}

.rodada-atual .card-block>div:nth-child(3) {
    width: 30%;
    font-weight: 600;
    text-align: center;
    background:#ff441f;
    color: #ffffff;
    padding: 5px;
}

.rodada-atual .card-block>div:nth-child(1) p {
    color: darkred;
    margin-bottom: 0;
}

.rodada-atual .card-block {
    padding-bottom: 10px !important;
}

.rodada-atual .card-block>div:nth-child(2) p {
    color: rgb(119, 119, 119);
    margin-bottom: 0;
}

.rodada-atual .card-block>div:nth-child(3) select {
    width: 100%;
    height: auto;
    background: rgb(0, 153, 51);
    text-align: center;
    color: #FFF;
    padding-left: 20px;
    font-weight: 600;
    padding: .55rem;
}

.rodada-atual .card-block>div:nth-child(4) {
    padding: 0;
    width: 100px;
    background: transparent;
    border: none;
}

.rodada-atual .card-block>div:nth-child(4) button {
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: 600;
    background: red;
    border: solid 1px darkred;
    border-radius: 10px;
    cursor: pointer;
}
.rodada-atual .card-block>div:nth-child(4) button:hover {
    background: rgb(138, 6, 6);
}

.rodadas-info h3,
.rodadas-info h4 {
    border: none !important;
    text-align: center;
    color: #FFF !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.rodadas-info .card-header {
    background: rgb(0, 80, 53);
    padding: 15px 0;
}

.rodadas-info .card-block {
    background: rgb(0, 166, 90);
    padding: 20px 25px !important;
}

.rodadas-info h4 {
    margin-bottom: 20px;
}

.rodadas-info>div {
    background: #FFF;
}

.rodadas-info .card {
    padding: 0 20px 20px 20px;
}

.box-rodadas-info>div {
    display: flex;
    justify-content: space-between;
}

.tittle-box-rodadas-info h6 {
    margin-bottom: 0 !important;
    padding-top: 3px;
}

.box-rodadas-info>div+div {
    margin-top: 1%;
}

.box-rodadas-info>div>div {
    width: 49%;
    background: rgb(0, 149, 81);
    padding: 2px 20px;
    color: #FFF;
    align-items: center;
}

.box-rodadas-info h5 {
    background: rgb(0, 80, 53);
    margin: 20px 0;
    color: #FFF;
    padding: 10px 0;
}

.rodadas-info>div>h4 {
    border-bottom: 3px solid #459A4E !important;
    padding-bottom: 15px !important;
    text-align: left;
    text-transform: inherit !important;
    padding-top: 15px !important;
    font-size: 20px;
    color: #ababab !important;
    padding-left: 20px !important;
}

.rodadas-info-date+.rodadas-info-date {
    margin-top: 20px;
}

.rodadas-info .blue .card-block {
    background: rgb(0, 192, 239);
}

.rodadas-info .blue .box-rodadas-info>div>div {
    background: rgb(0, 172, 215);
}

.rodadas-info .blue .card-header,
.rodadas-info .blue .box-rodadas-info h5 {
    background: rgb(0, 98, 126);
}

.ganhadores-rodada .table td,
.ganhadores-rodada .table th {
    padding: .5rem .40rem;
    color: rgb(127, 127, 127);
    border: none;
    color: #555;
}

.ganhadores-rodada .table span a {
    font-weight: 900;
    color: rgb(68, 68, 68);
}

.ganhadores-rodada table {
    border: none;
}

.ganhadores-rodada h3 {
    text-transform: inherit !important;
}

.ganhadores-rodada .table th {
    padding-bottom: 10px;
}

.sorteio .col-rodada-atual {
    margin: 30px 0;
}

.sorteio .col-numeros-sorteados {
    margin-top: 10px;
}

.acompanhamento-confirmacao .card-block .box-action-confirmar button {
    cursor: pointer;
    background: #36a7c3;
    height: 80px;
    border-radius: 80px;
    border: solid 4px #319aa2;
    color: #FFF;
    font-size: 32px;
    text-transform: uppercase;
    right: 25px;
    position: relative;
    font-weight: 800;
}

.acompanhamento-confirmacao .card-block .box-action-confirmar button:hover {
    cursor: pointer;
    background: #6bc222;
    height: 80px;
    border-radius: 80px;
    border: solid 4px #0b9263;
    color: #FFF;
    font-size: 35px;
    text-transform: uppercase;
    right: 25px;
    position: relative;
    font-weight: 800;
}

.acompanhamento-confirmacao .card-block .box-action-confirmar button.confirmado{
    background: red;
    border: solid 4px rgb(150, 35, 23);
}


.acompanhamento-confirmacao .card-block .box-action-confirmar button.active {
    border: solid 3px rgb(37, 117, 6);
    background: rgb(64, 149, 22);
}

.sorteio-conf-bingo .box-conf-sorteio {
    background: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 25px 38px;
    align-items: center;
}

.sorteio-conf-bingo .box-conf-sorteio h3 {
    margin-bottom: 0;
    color: rgb(153, 153, 153);
}

.sorteio-conf-bingo .box-conf-sorteio p {
    margin-bottom: 0;
    font-size: 16px;
}

.sorteio-conf-bingo .box-conf-sorteio div {
    border: solid 1px rgb(153, 153, 153);
    padding: 12px 40px;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    display: none;
}

.box-content-3-custom .box-content-4-button button {
    background: rgb(255, 102, 0);
}

.conf-bingo-emocoes .conf-container,
.conf-table-date-default .conf-container,
.conf-rel-apostadores .conf-container {
    padding: 10px 20px;
}

.conf-bingo-emocoes .card-block,
.conf-rel-apostadores .card-block {
    background: rgb(0, 80, 53);
    color: #FFF;
}

.conf-bingo-emocoes .conf-content-box,
.conf-table-date-default .conf-content-box {
    background: rgb(238, 241, 245);
    padding: 10px;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
}

.conf-bingo-emocoes .conf-content-box h5,
.conf-table-date-default .conf-content-box h5 {
    font-size: 17px;
    margin-bottom: 0 !important;
    padding-top: 3px;
}

.conf-bingo-emocoes .conf-content-box h5,
.conf-table-date-default .conf-content-box h5,
.conf-bingo-emocoes .conf-content-box p,
.conf-bingo-emocoes .conf-content-box p {
    padding: 0;
    margin: 0;
    font-family: blue_highwayregular;
    font-weight: 100;
}

.conf-table-date-default .conf-content-box h5,
.conf-rel-apostadores .conf-content-box h5 {
    font-family: blue_highwayregular;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
}

.conf-table-date-edit .card-block {
    background: rgb(230, 230, 230) !important;
    border: solid 1px rgb(198, 198, 198);
    margin-bottom: 10px;
}

.conf-table-date-edit .conf-content-box {
    background: #FFF !important;
}

.conf-table-date-edit .conf-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: rgb(105, 105, 105);
}

.conf-table-date-edit .conf-header-box input{
    text-align: center;
}

.conf-table-date-edit .conf-header-box h3{
    margin-bottom: 0;
}

.conf-table-date-edit .conf-header-box input.form-control {
    display: inline-block;
    width: 40%;
}

.conf-table-date-edit .conf-header-box div:nth-child(1) {}

.conf-table-date-edit .conf-header-box div:nth-child(1) label {
    font-size: 16px;
    margin-bottom: 0;
}

.conf-table-date-edit .conf-header-box div:nth-child(1) input {
    width: 60%;
}

.conf-table-date-edit .conf-header-box div:nth-child(2) {
    text-align: center;
}

/* .conf-table-date-edit .conf-header-box div:nth-child(2) input {
    width: 60%;
} */

.conf-table-date-edit .conf-header-box div:nth-child(3) {
    text-align: center;
}

/* .conf-table-date-edit .conf-header-box div:nth-child(3) input {
    width: 60%;
} */

.conf-table-date-edit .conf-header-box div:nth-child(4) {
    text-align: center;
}

.conf-table-date-edit .conf-header-box div:nth-child(5) {
    text-align: end;
}

.conf-table-date-edit .conf-header-box div:nth-child(5) button {
    background: green;
    color: #fff;
}

.conf-table-date-edit .conf-header-box div:nth-child(3) input[type="submit"] {
    margin-left: 6px;
    background: rgb(51, 102, 153);
    border: none;
    color: #FFF;
    padding: 8px 4px 9px;
    margin-top: -5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

.conf-table-date-edit .conf-header-box div:nth-child(6) {
    margin-left: -214px;
}

.conf-table-date-edit .conf-header-box div:nth-child(6) input {
    background: rgb(0, 153, 51);
    border: none;
    color: #FFF;
    padding: 6px 5px;
    font-weight: 600;
    font-size: 13px;
}


.conf-bingo-emocoes .conf-boxs-infos .titulo-1 {
    background: rgb(0, 102, 51);
    text-align: center;
    padding: 10px 0;
}
.conf-bingo-emocoes .conf-boxs-infos .titulo-2{
    background: #24476A;
    text-align: center;
    padding: 10px 0;
}
.conf-bingo-emocoes .conf-boxs-infos .titulo-3{
    background: rgb(201, 162, 8);
    text-align: center;
    padding: 10px 0;
}


.conf-bingo-emocoes .conf-boxs-infos>div:nth-child(2) {
    border: solid rgb(160, 164, 171) 1px;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
    color: #333;
}

.conf-bingo-emocoes .conf-boxs-infos {
    width: 15%;
}

.conf-bingo-emocoes .conf-boxs-infos {
    margin: 8px 0.5%;
}

.conf-bingo-emocoes .active .conf-boxs-infos>div:nth-child(1) {
    background: #FFF;
    color: #000;
}

.conf-bingo-emocoes .conf-info-dropdown {
    margin-top: 10px;
    width: 100%;
}

.conf-bingo-emocoes .conf-info-dropdown .conf-info-border {
    border: solid 1px rgb(160, 164, 171);
    padding: 15px;
    height: 100%;
    background: #d4d7de;
}

.conf-bingo-emocoes .row .col {
    margin-bottom: 10px;
}

.conf-bingo-emocoes .bg .col-6 {
    background: #FFF;
}

.conf-bingo-emocoes .box-dropdown-conf button {
    display: block;
    background: #009551;
    border: solid #FFF 1px;
    width: 30px;
    height: 33px;
    color: #FFF;
    margin-left: 5px;
    margin-top: 47px;
    font-size: 20px;
    cursor: pointer;
    top: 5px;
    position: relative;
}

.conf-bingo-emocoes .box-dropdown-conf button:hover{
    background: #08673b;
}

.bt-edicao-rodada-especial button:hover{
    background: #FFCC00!important;
}

.conf-bingo-emocoes .conf-info-dropdown-add {
    margin-top: 10px;
    width: 100%;
}

.conf-bingo-emocoes .conf-info-dropdown-add .conf-info-border {
    border: solid 1px #FFF;
    padding: 15px;
    height: 100%;
}

.conf-bingo-emocoes .conf-info-dropdown {
    display: none;
}

.conf-bingo-emocoes .conf-info-dropdown.active {
    display: flex;
}

.custom-table-date .content-conf-boxs-infos button {
    color: rgb(11, 175, 217);
    padding: 1px 9px;
    margin-left: 6px;
}

.custom-table-date .content-conf-box>div:last-child {
    display: none !important;
}

.custom-table-date .content-conf-box .content-conf-boxs-infos:last-child {
    text-align: center;
    padding: 3px 0px;
    width: 12.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border: rgb(233, 187, 5) solid 1px;
}

.custom-table-date .header-conf-box>div {
    width: 12.7% !important;
}

.custom-table-date .content-conf-boxs-infos {
    width: 12.7% !important;
}

.custom-table-date .header-conf-box .header-conf-boxs-infos:nth-child(4) {
    width: 7% !important;
}

.pg-conf-admin .custom-table-date .conf-table-date-dropdown {
    padding: 0!important;
}

.custom-table-date .conf-table-date-dropdown {
    padding: 0 13px;
}

.custom-table-date .conf-table-date-dropdown .header-conf-boxs-infos,
.custom-table-date .conf-table-date-dropdown .body-conf-boxs-infos {
    display: flex;
}

.custom-table-date .header-conf-boxs-infos .header-conf,
.custom-table-date .conf-table-date-dropdown .body-conf {
    background: #459A4E;
    text-align: center;
    padding: 8px 0px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-top: 12px;
}

.custom-table-date .header-conf-boxs-infos .header-conf:nth-child(1),
.custom-table-date .header-conf-boxs-infos .header-conf:nth-child(2),
.custom-table-date .conf-table-date-dropdown .body-conf:nth-child(1),
.custom-table-date .conf-table-date-dropdown .body-conf:nth-child(2) {
    width: 30%;
}

.custom-table-date .header-conf-boxs-infos .header-conf:nth-child(3),
.custom-table-date .conf-table-date-dropdown .body-conf:nth-child(3){
    width: 25%;
}

.custom-table-date .header-conf-boxs-infos .header-conf+.header-conf,
.custom-table-date .conf-table-date-dropdown .body-conf+.body-conf {
    margin-left: 5px;
}

.custom-table-date .header-conf-boxs-infos .header-conf h5,
.custom-table-date .body-conf-boxs-infos .body-conf h5 {
    font-family: blue_highwayregular;
    font-weight: 100;
    font-size: 16px;
}

.custom-table-date .conf-table-date-dropdown .body-conf {
    margin-top: 3px;
    border: solid 1px #459A4E;
    background: #FFF;
    color: rgb(138, 138, 138);
    padding: 3px 0px;
}

.custom-table-date .conf-table-date-dropdown .body-conf button {
    background: #FFF;
    border: none;
    color: rgb(51, 51, 51);
    font-weight: 600;
    background: rgb(255, 204, 0);
}

.custom-table-date .conf-table-date-dropdown .body-conf button:hover {
    background: rgb(168, 136, 9);
}

.custom-table-date .conf-table-date-dropdown .body-conf button a {
    color: rgb(51, 51, 51);
}

.custom-table-date .conf-table-date-dropdown .body-conf button a:hover {
    color: inherit;
}

.custom-table-date .conf-table-date-dropdown .body-conf:last-child button {
    background: #FFF;
    border: solid 1px #459A4E;
}

.custom-table-date .conf-table-date-dropdown .body-conf:last-child button:hover {
    background: #459A4E;
}
.custom-table-date .conf-table-date-dropdown .body-conf:last-child button:hover a{
    color: #fff;
}

.custom-table-date .conf-table-date-dropdown .body-conf:last-child button a {
    color: #459A4E;
}


/******caixa-lançamentos*******/

.header-caixa .right {
    display: flex;
    justify-content: flex-end;
}

.header-caixa .left h4 {
    padding-bottom: 15px;
}

.header-caixa .right div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.header-caixa .right div:last-child{
    margin-right: 0;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table thead th.padding-small {
    padding: 5px !important;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table tbody td.blue {
    color: #007bff !important;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table tbody td.red {
    color: red !important;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table tbody td.green {
    color: green !important;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table.font-small th,
#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table.font-small td {
    font-size: 13px !important;
}

.card-header-custom.dashboar-relatorio.header-caixa {
    padding: 8px 20px 8px 0px!important;
}


/* conf-table-date-default - header */

.conf-table-date-default .conf-content-box {
    background: rgb(255, 255, 153);
    color: rgb(51, 51, 51);
}

.conf-table-date-default .header-conf-box,
.conf-table-date-default .content-conf-box,
.conf-rel-apostadores .header-conf-box {
    display: flex;
    padding-bottom: 5px;
}

.conf-table-date-default .header-conf-box>div,
.conf-table-date-default .content-conf-box>div,
.conf-rel-apostadores .content-conf-box>div {
    margin-left: 5px;
}

.conf-table-date-default .header-conf-box .header-conf-boxs-infos,
.conf-table-date-default .header-conf-box .header-conf-boxs-infos {
    background: rgb(233, 187, 5);
    text-align: center;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    width: 12%;
}

.conf-table-date-default .header-conf-box .header-conf-boxs-infos:nth-child(4),
.conf-table-date-default .content-conf-boxs-infos:nth-child(4) {
    width: 7% !important;
}


/*relatorio-extrato-bingo-emocoes***/

.form-control-relatorio {
    /* width: 65%; */
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 0;
}

.relatorio-entradas {
    color: rgb(0, 176, 220);
    font-size: 25px;
}


.relatorio-saidas {
    color: red;
    font-size: 25px;
}

.btn-buscar {
    border-radius: 10px !important;
    background: rgb(0, 115, 144) !important;
    font-size: 15px !important;
    border: none;
    color: #FFF;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
}

.btn-buscar:hover {
    background: rgb(4, 51, 63) !important;
}

.table-total {
    margin: 0 !important;
    padding: 3px !important;
}

.table-total table {
    width: 100%;
    text-align: center;
}

.table-total .table-striped tr th,
.table-relatorio tr th {
    text-align: center;
    width: 190px;
    border: none;
}

.table-relatorio .tr-row {
    background: #e6e6e6;
}

.pg-resumo-de-rodada .table-striped tbody tr:nth-of-type(odd){
    background: #fff;
}

.table-relatorio tr th {
    border: 1px solid #d6d6d6;
}

.pg-resumo-de-rodada h3{
    color: #009FC7;
    font-weight: 600;
    font-size: 24px!important;
}

.pg-resumo-de-rodada .dataTables_wrapper h4{
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding-bottom: 3px;
    color: #009FC7;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'blue_highwayregular';
    font-weight: 100;
    font-size: 22px;
}

.col-casa div {
    display: flex;
    justify-content: center;
}

.col-casa span {
    background: #00bd00;
    padding: 10px;
    color: #fff;
}

.col-acumulado div {
    display: flex;
    justify-content: space-between;
}

/* .col-acumulado div p {
    margin-right: 20px;
} */

.td-red {
    background: red;
    color: #fff;
}

.td-red p {
    margin-bottom: 0;
    padding: 10px 20px;
}

.td-red span {
    background: #940000;
    padding: 10px 12px;
    margin: 0 !important;
    color: #fff !important;
}

.td-green {
    background: #00bd00;
    color: #fff !important;
}

.td-green p {
    margin-bottom: 0;
    padding: 10px 20px;
}

.td-green span {
    background: #007b00;
    padding: 10px 12px;
    margin: 0 !important;
    color: #fff !important;
}

#dashboard .extrato-tabela table tbody tr td div span {
    color: #fff !important;
    font-weight: 900;
    margin: 0 !important;
}

.col-premiacao div {
    display: flex;
    justify-content: center;
}

.col-premiacao div span {
    background: red;
    padding: 10px;
    color: #fff !important;
}

.col-premiacao div p {
    margin-right: 20px;
}

.table-relatorio tbody td {
    padding: 0 !important;
}

.table-relatorio tbody td p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.col-anterior-seguinte {
    margin-top: 140px;
    margin-left: 2px;
}


/*** relatorio-extrato-bingo-emocoes-saidas*****/

#dashboard .h5-resumo-rodada h5 {
    font-size: 18px !important;
}

#dashboard .tabela-saidas table tr th strong {
    color: #459A4E;
}

#dashboard .tabela-saidas table tbody td span {
    color: red !important;
    font-weight: 900;
}

.th-relatorio-saida th span {
    color: rgb(0, 176, 220);
}


/* conf-table-date-default - content */

.conf-table-date-default .card-block {
    background: rgb(255, 204, 0);
    color: rgb(51, 51, 51);
    padding: 5px 20px;
}

.conf-table-date-default .card-block h5 {
    color: rgb(51, 51, 51);
    font-family: 'blue_highwayregular';
    font-weight: 100;
    padding: 10px 0;
}

.conf-table-date-default .card-block h5::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #3B82AF;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin-right: 7px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #3B82AF;
}

.conf-table-date-default .content-conf-box {
    padding-top: 0;
}

.conf-table-date-default .content-conf-boxs-infos {
    text-align: center;
    padding: 3px 0px;
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conf-table-date-default .content-conf-boxs-infos .plus {
    background: transparent;
    font-size: 28px;
    line-height: 25px;
    padding: 0 5px;
}
.conf-table-date-default .content-conf-boxs-infos .plus:hover {
    color: #04b6e2;
}

.conf-table-date-default .content-conf-boxs-infos,
.conf-table-date-default .content-conf-boxs-infos a,
.conf-rel-apostadores .content-conf-boxs-infos .plus {
    border: rgb(233, 187, 5) solid 1px;
    font-weight: 600;
    padding: 0 11px;
}

.conf-table-date-default .content-conf-boxs-infos a:hover{
    background-color:  rgb(233, 187, 5);
}

.conf-table-date-default .content-conf-boxs-infos .plus {
    cursor: pointer;
    border: 1px solid rgb(233, 187, 5);
    color: rgb(233, 187, 5);
    width: 29px;
    height: 29px;
    font-weight: 700;
}

.conf-table-date-default .content-conf-boxs-infos:first-child,
.conf-rel-apostadores .content-conf-boxs-infos:first-child {
    font-weight: 100;
}

.conf-table-date-default .content-conf-boxs-infos:nth-child(6) {
    color: rgb(51, 102, 153);
}

.conf-table-date-default .content-conf-boxs-infos:last-child,
.conf-rel-apostadores .content-conf-boxs-infos:last-child {
    margin-left: 5px !important;
    border: rgb(233, 187, 5) solid 1px !important;
    font-weight: 600;
    text-align: center;
    padding: 3px 0px !important;
    width: 9% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conf-table-date-default .content-conf-boxs-infos:last-child,
.conf-rel-apostadores .content-conf-boxs-infos:last-child {
    width: 3%;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 0;
}

.edicao-rod-esp .conf-table-date-default span{
    top: -6px;
    position: relative;
}

.conf-info-dropdown h4 {
    font-size: 18px;
    color: rgb(101, 101, 101);
    padding: 10px 0;
    font-family: blue_highwayregular;
    font-weight: 100;
}

.conf-info-dropdown .col-md-12:nth-child(1),
.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.conf-info-dropdown .col-md-12:nth-child(1)>div {
    background: #FFF;
    width: 49%;
    padding: 20px 0;
    color: #909090;
    font-size: 16px;
}

.conf-info-dropdown .col-md-12:nth-child(2),
.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4,
.conf-info-dropdown .col-md-12:nth-child(4) {
    margin-bottom: 10px;
}

.conf-info-dropdown .col-md-12:nth-child(2)>div,
.conf-info-dropdown .col-md-12:nth-child(4)>div {
    background: #FFF;
    color: #909090;
    padding: 20px 0;
}

.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4>div:nth-child(2),
.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4>div:nth-child(4) {
    color: rgb(55, 55, 55);
    font-weight: 600;
}

.conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4>div {
    background: #FFF;
    color: #909090;
    padding: 5px;
    width: 25%;
    height: 40px;
}

.conf-info-dropdown .conf-info-boxs-3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.conf-info-dropdown .conf-info-boxs-3>div {
    background: #FFF;
    color: #909090;
    width: 49%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conf-info-dropdown .conf-info-boxs-3>div:nth-child(2),
.conf-info-dropdown .conf-info-boxs-3>div:nth-child(3) {
    font-weight: 600;
    color: rgb(50, 50, 50);
    padding: 5px;
}

.conf-info-dropdown .conf-info-boxs-3>div:nth-child(3) {
    justify-content: flex-end;
    padding-right: 20px;
}

.conf-premiacao {
    background: transparent !important;
    color: #909090;
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-premiacao-bingo-emocoes .conf-premiacao .switchery {
    width: 34px;
    height: 18px;
    border-color: #fff !important;
}

.col-novo-bingo .conf-premiacao .switchery {
    width: 34px;
    height: 18px;
    border-color: #fff !important;
}

.col-box-premiacao .conf-premiacao .switchery small {
    width: 20px;
    height: 20px;
    top: -1px;
}

.conf-premiacao>div {
    background: #FFF;
    padding: 5px;
    font-weight: 600;
}

.conf-content-box.content-conf-box .col-box-premiacao span:nth-child(3){
    margin-left: 5px;
}

.conf-premiacao>div:nth-child(1) {
    width: 50%;
    text-align: left;
    display: flex;
}

.conf-premiacao>div:nth-child(2) {
    width: 48%;
    text-align: center;
    color: rgb(50, 50, 50);
}

.conf-premiacao>div:nth-child(3) {
    width: 35%;
    text-align: right;
    padding-right: 20px;
}

.col-box-premiacao .row>.col-md-12:nth-child(1) {
    margin-bottom: 0px !important;
}

.col-box-premiacao h3 {
    font-size: 18px;
    color: #333;
}

.conf-buttons-actions {
    padding: 30px 0;
    text-align: center;
}

.conf-buttons-actions button {
    padding: 6px 25px;
    border-radius: 20px;
    border: 2px solid rgb(158, 78, 3);
    background: rgb(255, 102, 0);
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    width: 130px;
    cursor: pointer;
}

.conf-buttons-actions button:hover{
    background: rgb(199, 82, 5);
}

.conf-buttons-actions {
    display: flex;
    justify-content: space-around;
}


.conf-buttons-actions button:nth-child(2) {
    background: rgb(0, 80, 53);
    border-color: rgb(0, 40, 27);
    margin-left: 60px;
}

.conf-buttons-actions button:nth-child(2):hover {
    background: rgb(3, 49, 34);
}

.conf-box-add .card-block button {
    background: #459A4E;
    border: none;
    outline: transparent;
}
.conf-box-add .card-block button:hover {
    background: rgb(6, 178, 221);
}

.conf-box-add button>span {
    font-size: 22px;
    letter-spacing: -1px;
    color: #FFF !important;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 15px 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.conf-box-add button>span::after {
    content: '+';
    position: absolute;
    font-size: 80px;
    right: 38px;
    top: -22px;
    color: #03cdff;
}

.conf-box-add button span span {
    display: inline-block;
    background: #FFF;
    color: #03cdff;
    font-weight: 900;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #04b6e2;
    position: relative;
}

.box-input-edit {
    position: relative;
}

.box-input-edit input {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    background: #caf4cd;
}

.ultimos-clientes h3 {
    font-size: 16px !important;
    padding: 15px 0 10px !important;
}

.rodadas-agendas th {
    border-bottom-color: transparent !important;
}

.btn-mais span {
    font-weight: 900;
    color: #969600;
    font-size: 23px;
}

.relatorio-resumido .btn {
    padding: 4px 1px !important;
}

.conf-info-dropdown-add h4 {
    font-size: 18px;
    color: rgb(101, 101, 101);
    font-weight: 600;
    padding: 10px 0;
}

.conf-info-dropdown-add .col-md-12:nth-child(1),
.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.conf-info-dropdown-add .col-md-12:nth-child(1)>div {
    background: #FFF;
    width: 49%;
    padding: 20px 0;
    color: #909090;
    font-size: 16px;
}

.conf-info-dropdown-add .col-md-12:nth-child(2),
.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4,
.conf-info-dropdown-add .col-md-12:nth-child(4) {
    margin-bottom: 10px;
}

.conf-info-dropdown-add .col-md-12:nth-child(2)>div,
.conf-info-dropdown-add .col-md-12:nth-child(4)>div {
    background: #FFF;
    color: #909090;
    padding: 20px 0;
}

.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4>div:nth-child(2),
.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4>div:nth-child(4) {
    color: rgb(55, 55, 55);
    font-weight: 600;
}

.conf-info-dropdown-add .col-md-12:nth-child(3) .conf-info-boxs-4>div {
    background: #FFF;
    color: #909090;
    padding: 5px 0;
    width: 23.3%;
}

.conf-info-dropdown-add .conf-info-boxs-3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.conf-info-dropdown-add .conf-info-boxs-3>div {
    background: #FFF;
    color: #909090;
    width: 31.9%;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conf-info-dropdown-add .conf-info-boxs-3>div:nth-child(2),
.conf-info-dropdown-add .conf-info-boxs-3>div:nth-child(3) {
    font-weight: 600;
    color: rgb(50, 50, 50);
}

.conf-info-dropdown-add .conf-info-boxs-3>div:nth-child(3) {
    justify-content: flex-end;
    padding-right: 20px;
}

.conf-box-add .box-add-new-bingo {
    display: none;
}

.conf-box-add .box-add-new-bingo.active {
    display: block;
}

.box-add-new-bingo {
    background: rgb(0, 192, 239);
    position: relative;
}

.box-add-new-bingo>.row {
    padding: 20px 10px 30px;
}

.box-add-new-bingo>h3 {
    color: #FFF;
    border-bottom: 3px solid #459A4E;
    padding-bottom: 15px;
    font-size: 18px;
    padding-left: 0;
    padding-top: 25px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 98, 126);
    padding-left: 10px;
}

.box-add-new-bingo .conf-info-border {
    border: solid 1px #FFF;
    padding: 15px;
    height: 100%;
}

.conf-info-dropdown .box-add-header>div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    border: #FFF 1px solid;
    padding: 15px 10px;
}

.conf-info-dropdown .box-add-header>div>div {
    display: flex;
    width: 30%;
    align-items: center;
}

.conf-info-dropdown .box-add-header>div>div h6 {
    margin-bottom: 0;
    font-size: 25px;
    margin-right: 14px;
    color: #FFF;
}

.conf-info-dropdown .box-add-header>div select,
.conf-info-dropdown .box-add-header>div input {
    border: none;
    height: 30px;
    text-align: center;
}

.conf-info-dropdown .box-add-header>div>div:nth-child(1) select {
    width: 70%;
}

/* .conf-info-dropdown .box-add-header>div>div:nth-child(2) input {
    width: 40%;
} */

.conf-info-dropdown .box-add-header>div>div:nth-child(3) input {
    width: 75%;
}

.login-block {
    background: #002083;
}


/********cliente***********/

#dashboard .row-cliente span {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dashboard .row-cliente span {
    margin-bottom: 10px;
}

#dashboard .row-cliente .col-cliente .card {
    margin-bottom: 0px !important;
}

#dashboard .row-cliente .col-cliente .dashboar-relatorio {
    display: flex;
    justify-content: space-between;
}
#dashboard.pg-cambistas-clientes .row-cliente .col-cliente .dashboar-relatorio {
    justify-content: space-around;
}

#dashboard.pg-cambistas .row-cliente .col-cliente .col-btn-cliente {
    justify-content: flex-end;
}


#dashboard .row-cliente .col-cliente .col-btn-cliente {
    padding: 15px 5px 15px 2px;
}

#dashboard .row-cliente .col-cliente .col-btn-cliente a,
#dashboard .row-cliente .col-cliente .col-btn-cliente button {
    background: green;
    border: none;
    color: #fff;
    padding: 8px 15px;
    margin: 0 0 0 5px;
}

#dashboard .row-cliente .col-cliente .col-btn-cliente a:hover,
#dashboard .row-cliente .col-cliente .col-btn-cliente button:hover {
    background: rgb(4, 80, 4);
}

#dashboard .row-cliente .col-tabela-cliente table thead tr th {
    background: #459A4E;
    color: #fff;
    padding: 15px 0px !important;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td {
    font-weight: 900;
    padding: 10px 0 10px 0 !important;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(5) .span {
    background: rgb(233, 187, 5);
    padding: 7px 40px;
    cursor: pointer;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(5) .span.ativo {
    background: #459A4E;
    padding: 7px 46px;
    color: #fff;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(6) a {
    background: rgb(233, 187, 5);
    padding: 7px 40px;
    border: none;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(6) a:hover {
    background: rgb(177, 143, 9);
    color: #333;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(7) .btneditar {
    padding: 5px 40px;
    border: 2px solid red !important;
    color: red;
    font-weight: 900;
    padding: 8px 35px;
    cursor: pointer;
}

#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(7) .btneditar:hover {
    background: red;
}

.cliente .row-cliente .col-cliente.colbtn-gerenciar {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*******cambistas*******/

#dashboard .row-cliente .col-tabela-cambistas table tbody tr td:nth-child(6) a,
#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(7) a {
    background: transparent;
    font-weight: 900;
    padding: 8px 35px;
}

#dashboard .row-cliente .col-tabela-cambistas table tbody tr td:nth-child(6) a:hover,
#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(7) a:hover {
    color: #fff;
    background: #459A4E;
}


/***********lancamento************/

#dashboard .novo-lancamento .col-title-lancamento .col-data-lancamento {
    display: flex;
    justify-content: space-around;
    padding: 4px 0;
}

#dashboard .novo-lancamento .col-title-lancamento .col-data-lancamento div {
    display: flex;
}

#dashboard .novo-lancamento .col-title-lancamento .col-data-lancamento div label {
    width: 100%;
    color: #353c4e;
    padding-top: 8px;
    padding-right: 5px;
}

#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table thead tr {
    background: #459A4E;
    color: #fff;
}

#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table thead tr th::after,
#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table thead tr th::before {
    display: none;
}

#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table tbody tr td {
    font-weight: 900;
}

#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table tbody tr td.blue {
    color: #459A4E;
}

#dashboard .novo-lancamento .row-body-lancamento .col-lancamento-caixa table tbody tr td.red {
    color: red !important;
}


/********cliente-cambistas*********/


#dashboard .cliente-cambistas {
    padding: 8px 15px 8px !important;
}


#dashboard .col-clienteCambistas {
    padding: 20px 0 !important;
}

#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista div {
    display: flex;
}

#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista div label {
    width: 75px;
    font-weight: 900;
    padding-top: 6px;
    display: inline-table;
}

#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente a,
#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente button {
    background: green;
    border: none;
    color: #fff;
    padding: 7px 25px;
    border-radius: 10px;
}

#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente a:hover,
#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente button:hover {
    background: rgb(4, 71, 4);
}

#dashboard.pg-clientes .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente a,
#dashboard.pg-clientes .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente button {
    margin-left: 15px;
}

#dashboard .cliente-cambistas .row-cliente table tbody tr td:nth-child(6) {
    padding: 14px 0 0 0 !important;
}

#dashboard .cliente-cambistas .row-cliente table tbody tr td:nth-child(6) .span {
    background: rgb(233, 187, 5);
    padding: 7px 40px;
    cursor: pointer;
}

#dashboard .cliente-cambistas .row-cliente table tbody tr td:nth-child(6) .span.ativo {
    background: #459A4E;
    padding: 7px 46px;
    color: #fff;
}

#dashboard .cliente-cambistas .col-tabela-cliente table tbody tr td:nth-child(7) a,
.btn-confirm {
    background: rgb(233, 187, 5);
    border: none !important;
    padding: 7px 30px;
    color: #353c4e;
}

.red {
    color: red !important;
}

.red {
    color: green !important;
}

.blue {
    color: #459A4E !important;
}

.btn-confirm {
    padding: 7px 15px;
}


#dashboard .select-todos {}


/********cliente-gereniar********/

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td {
    font-weight: 900;
}

#dashboard .cliente-gerenciar .row-cliente .col-btn-cliente .btn-gerenciar a {
    background: #0200a2 !important;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(2) {
    color: red;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(3) {
    color: #459A4E;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(4) {
    padding: 0 !important;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(4) div {
    padding: 8px 25px;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(4) div input {
    text-align: center;
    width: 100%;
    padding: 7px 0;
    color: #459A4E;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(5) {
    padding: 7px 0 !important;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(5) button {
    background: green;
    padding: 7px 40px;
    border: none;
    color: #fff;
    border-radius: 10px;
}

#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(5) button:hover {
    background: rgb(4, 70, 4);
}


/**********caixa*************/

#dashboard .cliente {
    padding: 0 20px !important;
}

.relatorio-resumido .col-transacao .caixa {
    padding: 11px 0 10px 0 !important;
    margin-right: 20px !important;
}

#dashboard .relatorio-resumido .col-caixa {
    display: block !important;
}

.relatorio-resumido .col-transacao .caixa h3 {
    padding: 2px 0 !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 {
    width: 65% !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 {
    width: 65% !important;
}

.pg-cambista-caixa .relatorio-resumido .col-transacao .col-caixa-2 {
    width: 73% !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(4) span:nth-child(2) .relatorio-resumido .col-transacao .caixa h3 {
    padding: 0 !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(4) span:nth-child(2) {
    background: #006716;
    padding: 11px 12px;
    color: #fff;
    font-weight: 900;
    margin-top: 0 !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(4) span:nth-child(3) {
    background: #00a500;
    padding: 11px 30px;
    color: #fff;
    font-weight: 900;
    margin-top: 0 !important;
}




.relatorio-resumido .col-transacao .saldo-cliente.red span:nth-child(1) {
    border-color: #c2110c !important;
}

.relatorio-resumido .col-transacao .saldo-cliente.red span:nth-child(2) {
    background: #941017 !important;
}

.relatorio-resumido .col-transacao .saldo-cliente.red span:nth-child(3) {
    background: #c2110c !important;
}

.relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(4) span:nth-child(1) {
    padding: 5px 11px;
    font-size: 15px;
    color: #868686;
}

.relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(1) {
    margin: 0 !important;
}

#dashboard .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(2) {
    margin: 0 !important;
    width: auto !important;
}

#dashboard .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(2) input {
    width: 150px !important;
}

.pg-cambista-caixa#dashboard .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(2) input {
    width: 165px !important;
}

#dashboard .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(1) input {
    width: 150px !important;
}

#dashboard.pg-cambista-caixa .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(1) input {
    width: 165px !important;
}

.relatorio-resumido .col-transacao {
    width: 100%;
}

.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(2),
.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(3) {
    color: #007bff !important;
}

.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(4) {
    color: green !important;
}

.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(5) {
    color: red !important;
}

.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(6) a,
.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(6) button,
.tr-resumido button,
.tr-resumido-l2 button {
    background: rgb(233, 187, 5);
    border: none;
    padding: 8px 25px;
    margin-top: -8px;
    color: #333;
    border-radius: 20px;
}

.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(6) a:hover{
    background: rgb(146, 119, 9);
}

.caixa-table .table-responsive .div-table-caixa {
    padding-left: 16px !important;
}

#dashboard .relatorio-resumido .row-header {
    margin-left: 0 !important;
}


/********caixa-cambista********/

.div-table-caixa.div-table-cambista {
    margin-top: 10px;
}

#dashboard .div-table-cambista h3 {
    text-align: center;
    background: #459A4E;
    padding: 8px 0;
    color: #00647d;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: -6px;
}

#dashboard .div-table-cambista table,
#dashboard .div-table-cambista table th {
    border-top: none !important;
    font-size: 15px;
}

#dashboard .div-table-cambista table th:nth-child(1),
#dashboard .div-table-cambista table {
    border-left: none !important;
}

#dashboard .div-table-cambista table th:nth-child(6),
#dashboard .div-table-cambista table {
    border-right: none !important;
}

#dashboard .div-table-cambista table tbody {
    border: 1px solid #e9ecef !important;
}

#dashboard .div-table-cambista table tbody tr td:nth-child(1),
#dashboard .div-table-cambista table tbody tr td:nth-child(2),
#dashboard .div-table-cambista table tbody tr td:nth-child(4) {
    color: #00647d !important;
}

#dashboard .div-table-cambista table tbody tr td:nth-child(5) {
    color: #059b31;
}

#dashboard .div-table-cambista table tbody tr td:nth-child(6) a,
#dashboard .div-table-cambista table tbody tr td:nth-child(6) button {
    background: rgb(233, 187, 5);
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    display: inline-block;
}

#dashboard .div-table-cambista table tbody tr td:nth-child(6) a:hover,
#dashboard .div-table-cambista table tbody tr td:nth-child(6) button:hover {
    background: rgb(165, 134, 12);
    color: #333;
}

#dashboard .div-table-cambista table tbody tr td {
    font-weight: 900;
    font-size: 13px;
    padding: 10px 0 !important;
}

#dashboard .div-table-cambista table tbody tr td:nth-child(6) {
    color: #f00;
    padding-top: 9px !important;
}

#dashboard .div-table-cambista table thead th::after,
#dashboard .div-table-cambista table thead th::before {
    display: none;
}

#dashboard .caixa-cambista .header-caixa-cambista data {
    width: 100% !important;
}

#dashboard .caixa-cambista .header-caixa-cambista {
    padding: 5px 0 !important;
}

#dashboard .caixa-cambista .header-caixa-cambista .left h4 {
    margin-bottom: 20px;
}

#dashboard .caixa-cambista {
    padding: 10px 20px !important;
}

#dashboard .div-table-cambista table thead tr {
    background: #00647d;
    color: #fff;
}

#dashboard .div-table-cambista table tr th {
    padding: 10px !important;
}


/*** edicao-rodada-bingo****/

.edicao-rodada-bingo .card-block h5 {
    color: rgb(51, 51, 51);
    font-family: 'blue_highwayregular';
    font-weight: 100;
    font-size: 25px;
    padding: 5px 0px;
}

.edicao-rodada-bingo .card-block h5::before {
    margin-bottom: 3px;
}

.conf-table-date-default .header-conf-box .header-conf-boxs-infos,
.conf-table-date-default .header-conf-box .header-conf-boxs-infos {
    background: rgb(233, 187, 5);
    text-align: center;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    width: 12%;
}

.edicao-rodada-bingo .box-dropdown-conf button {
    display: block;
    background: #ffff99;
    border: solid #e9bb05 1px;
    width: 40px;
    height: 40px;
    color: #3b82af;
    margin-left: 5px;
    margin-top: 0px;
    font-size: 20px;
    cursor: pointer;
}

.edicao-rodada-bingo .conf-info-dropdown.active {
    display: flex;
    margin-left: -9px;
    width: 98%;
}

.edicao-rodada-bingo .conf-info-dropdown .box-add-header>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border: #3b82af 1px solid;
    padding: 15px 10px;
    background: #3b82af;
}

.edicao-rodada-bingo .conf-info-dropdown .conf-info-border {
    border: solid 1px #3b82af;
    padding: 15px;
    height: 100%;
    background: #3b82af;
}

.edicao-rodada-bingo .col-box-premiacao h3 {
    color: #fff;
}

.col-box-premiacao .switchery {
    width: 34px;
    height: 18px;
    border-color: #fff !important;
}


/***rodadas-agendadas*****/

#dashboard .super-bingo-title {
    display: flex;
    justify-content: center;
}

.rodadas-agendadas .header-conf-boxs-infos .header-conf {
    background: #459A4E;
    text-align: center;
    padding: 8px 0px;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-top: 12px;
}

.rodadas-agendadas .conf-table-date-dropdown .body-conf {
    width: 19%;
}

.rodadas-agendadas .header-conf-boxs-infos .header-conf:nth-child(1),
.custom-table-date .header-conf-boxs-infos .header-conf:nth-child(2),
.rodadas-agendadas .conf-table-date-dropdown .body-conf:nth-child(1),
.custom-table-date .conf-table-date-dropdown .body-conf:nth-child(2) {
    width: 20%;
}

.rodadas-agendadas .conf-table-date-dropdown .header-rodadas-agendadas:nth-child(1),
.rodadas-agendadas .conf-table-date-dropdown .header-rodadas-agendadas:nth-child(2) {
    width: 30% !important;
}

#dashboard .previos-next-rodadas {
    display: flex;
    justify-content: flex-end;
}

#dashboard .por-cliente {
    width: 22%;
}

#dashboard .data-agendada {
    width: 23%;
}


/**********administrador*******/

#dashboard .col-adminstrador {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dashboard .col-adminstrador div {
    display: flex;
}



#dashboard .col-adminstrador div label {
    margin: 8px 10px;
    text-align: right;
}

#dashboard .col-adminstrador div .btn-novo-adm {
    background: green;
    color: #fff;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 15px;
}

#dashboard .col-adminstrador div .btn-novo-adm:hover {
    background: rgb(4, 71, 4);
}

/*** conf-admin****/

.data-nascimento {
    -webkit-appearance: listbox;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}

.criar-admin {
    padding: 10px 45px;
}

.col-formulario-admin {
    padding: 0px 40px;
    border: 2px solid #ccc;
    border-radius: 7px;
    margin-top: 20px;
}

.criar-admin .col-formulario-admin h2 {
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
}

.relatorio-resumido .col-sm-12 .btn-cancelar {
    border: none;
    background: rgb(255, 204, 0);
    border-color: rgb(255, 204, 0);
    border-radius: 3px;
    padding: 5px 50px;
    font-weight: 800;
    margin-right: 70px;
    margin-top: 30px;
    cursor: pointer;
}

.relatorio-resumido .col-sm-12 .btn-cancelar:hover {
    background: rgb(212, 171, 7);

}

.relatorio-resumido .col-sm-12 .btn-finalizar {
    cursor: pointer;
    background: #459A4E;
    border-color: #459A4E;
    border: none;
    padding: 5px 13px;
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
}

.relatorio-resumido .col-sm-12 .btn-finalizar:hover {
    background: rgb(5, 103, 128);
}




/******edtitar-cliente-novo-lancamento*****/

.novo-lancamento .title-lacamento {
    background: #dadada;
    text-align: center;
    border: 1px solid #c3c3c3;
    font-weight: 900;
}

.novo-lancamento .title-lacamento h3 {
    font-weight: 900;
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
}

.novo-lancamento .col-title-lancamento {
    padding: 20px !important;
}

.novo-lancamento .divider {
    border-bottom: 3px solid #459A4E !important;
}

.col-title-lancamento .title-lacamento .form-group .col-sm-12:nth-child(1) {
    padding-top: 20px;
}

.col-title-lancamento .title-lacamento .form-group .col-sm-12 {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 5px;
}

.col-title-lancamento .title-lacamento .form-group .col-sm-12 .incluir,
.col-title-lancamento .title-lacamento .form-group .col-sm-12 button {
    width: 100%;
    color: #fff;
    background: #459A4E;
    border: none;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
}

.col-title-lancamento .title-lacamento .form-group .col-sm-12 .incluir:hover{
    background: #08718b;
}



/*******editar-cliente-transacoes********/

.transacoes .col-transacao div {
    float: left;
}

.transacoes .col-transacao .title-lacamento {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.transacoes .col-transacao .title-lacamento div:nth-child(1) {
    margin-left: 20px;
}

.transacoes .col-transacao .title-lacamento div:nth-child(1) h5 {
    font-size: 20px;
    margin-top: 5px;
    color: #555 !important;
}

.transacoes .col-transacao .title-lacamento div:nth-child(2) label,
.transacoes .col-transacao .title-lacamento div:nth-child(3) label {
    color: #505458;
    margin-top: 8px;
    display: block;
    margin-right: 5px;
}

.transacoes .col-transacao .title-lacamento div:nth-child(5) span:nth-child(1) {
    width: 100%;
    margin: -5px;
    padding: 15px 20px 10px 10px;
    font-size: 14px;
}

.transacoes .col-transacao .title-lacamento div:nth-child(5) span:nth-child(2) {
    width: 100%;
    margin: -5px;
    padding: 12px 20px;
    font-size: 14px;
    display: none;
}

.transacoes .col-transacao .title-lacamento div:nth-child(5) span:nth-child(3) {
    width: 100%;
    margin: -5px;
    padding: 14px 10px;
}

.transacoes .col-transacao .title-lacamento div:nth-child(6) select {
    border-radius: 40px;
    padding: 0 40px;
    border: 1px solid #00c7b5;
    margin-right: 20px;
}


.transacoes .col-table-transacao .table-lancamento .div-table {
    border: 2px solid #c3c3c3;
    border-radius: 3px;
}

.transacoes .col-table-transacao .table-lancamento .div-table table thead {
    background: #dadada;
}

.transacoes .col-transacao .title-lacamento div {
    display: flex;
}

#dashboard .col-table-transacao .btn-idtransacoes {
    color: #00add8;
    font-weight: 900;
}


/********editar-cliente-solicitacao******/

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th {
    background: rgb(0, 132, 165) !important;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    padding: 15px 0 !important;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th:before,
.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th:after {
    display: none;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th:nth-child(7) {
    border: none !important;
    background: none !important;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th:nth-child(7):before,
.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table thead th:nth-child(7):after {
    display: none;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody td:nth-child(7),
.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr:nth-child(7) {
    border: none;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody td:nth-child(7) button {
    margin-bottom: 0;
    font-size: 12px;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr td select {
    width: 95%;
    border: none;
    padding: 0;
    font-size: 14px !important;
    height: calc(1.8rem + 0px) !important;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes #autofill_wrapper .col-sm-12 {
    padding: 0 20px;
}

#dashboard .col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr td {
    color: #636363;
    font-weight: 900;
    font-size: 16px;
    padding-top: 15px !important;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr .opt1 select {
    color: #006716;
    font-weight: 900;
    font-size: 17px;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr .opt2 select {
    color: red;
    font-weight: 900;
    font-size: 17px;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr .opt3 select {
    color: orange;
    font-weight: 900;
    font-size: 17px;
}

.col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr td select:focus {
    border: none;
}

.col-solicitacoes .previos-next .col-md-7,
.previos-next .col-md-7 {
    display: flex;
    margin-top: 40px;
}

#dashboard .col-bingo-emocao {
    padding: 10px 0 !important;
}


/*****socitacoes********/

.col-title-lancamento .table-solicitacoes .table-solicitacoes table thead th:nth-child(8) {
    border: none;
    background: none !important;
}

.col-title-lancamento .table-solicitacoes .table-solicitacoes table thead th:nth-child(7) {
    background: rgb(0, 132, 165) !important;
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    padding: 20px 0 !important;
}

.col-title-lancamento .table-solicitacoes .table-solicitacoes table tbody tr td .btn-buscar {
    padding: 6px 13px !important;
    color: #fff;
}

.transacoes .col-transacao .col-solicitacoes {
    justify-content: space-around !important;
}

.pg-cambista-caixa .transacoes .col-transacao .col-solicitacoes div label {
    margin-right: 5px;
}

.transacoes .col-transacao .col-solicitacoes div label {
    color: #505458 !important;
    margin-top: 8px !important;
    display: block ruby;
}

.transacoes .col-transacao .col-solicitacoes div:nth-child(2) {
    width: 180px;
    margin-left: 40px;
}

.transacoes .col-transacao .col-solicitacoes div:nth-child(1) {
    margin-left: 200px;
}


/**********extrato-bingo-emocoes********/

#dashboard .header-menu .menu-bingo-emocoes ul li a.active {
    color: #459A4E;
    border-bottom: 2px solid #459A4E;
    padding-bottom: 5px;
}

#dashboard .header-menu .menu-bingo-emocoes ul li a {
    color: #404E67;
}

.relatorio-resumido .dashboar-relatorio a {
    font-size: 25px;
    color: #459A4E;
}

.row-body .div-total {
    display: flex !important;
    justify-content: flex-end;
    padding: 5px !important;
}

.row-body .div-total div {
    display: flex;
    margin-top: 3px;
    margin-right: 10px;
}

.row-body .div-total div:nth-child(1) {
    margin-right: 20px;
}

.row-body .div-total div:nth-child(1) span:nth-child(1) {
    background: #c3c3c3;
    padding: 11px 41px 11px 17px;
    margin-right: -4px;
    color: #777;
    font-weight: 900;
}

.row-body .div-total div:nth-child(1) span:nth-child(2) {
    background: #006716;
    padding: 11px 12px;
    color: #fff;
    font-weight: 900;
}

.row-body .div-total div:nth-child(1) span:nth-child(3) {
    background: #00a500;
    padding: 11px 30px;
    color: #fff;
    font-weight: 900;
    margin-left: -4px;
}

.row-body .div-total div:nth-child(2) span:nth-child(1) {
    background: #c3c3c3;
    padding: 11px 41px 11px 17px;
    margin-right: -4px;
    color: #777;
    font-weight: 900;
}

.row-body .div-total div:nth-child(2) span:nth-child(2) {
    background: #006716;
    padding: 11px 12px;
    color: #fff;
    font-weight: 900;
}

.row-body .div-total div:nth-child(2) span:nth-child(3) {
    background: #00a500;
    padding: 11px 30px;
    color: #fff;
    font-weight: 900;
    margin-left: -4px;
}

.row-body .col-tabela-extrato table thead tr {
    background: #c3c3c3;
}

.row-body .col-tabela-extrato table thead tr th:after,
.row-body .col-tabela-extrato table thead tr th:before {
    display: none;
}


/********caixa-geral***********/

.header-caixa {
    padding: 0 !important;
}

.header-caixa .left div {
    padding-top: 25px !important;
}

#dashboard .caixa-geral .card-header {
    padding: 20px !important;
}


/****editar-admin******/

#dashboard .header-menu ul li {
    float: left;
    padding-right: 20px;
}

#dashboard .header-menu ul li,
#dashboard .header-menu ul li a {
    color: #459A4E;
    font-weight: 900;
    font-size: 20px;
}

#dashboard .header-menu ul li a.active {
    color: #ff441f;
    padding: 5px 10px 8px 10px;
    background: #d9dce3;
    border-radius: 10px 10px 0px 0px;
}

#dashboard .header-menu ul li a:hover{
    color: #ff441f;
}

#dashboard .header-menu ul li span:nth-child(1) {
    background: #459A4E;
    border-radius: 45px;
    color: #fff;
    z-index: 1;
    padding: 6px 90px 6px 20px;
}

#dashboard .header-menu ul li:nth-child(4) {
    padding-right: 50px;
}

#dashboard .header-menu ul li a {
    position: relative;
    background: #f1f1f1;
    padding: 5px 10px 5px 10px;
    border-radius: 10px 10px 0px 0px;
}

#dashboard .header-menu ul li span:nth-child(2) {
    background: #fff;
    color: red;
    z-index: 9;
    border-radius: 45px;
    padding: 4px 15px;
    position: absolute;
    top: -4px;
    right: 7px;
    height: 34px;
}

#dashboard .header-menu {
    background: #fff;
    margin: -9px -10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.editar-admin .col-btn-editar .btn-cancelar,
.editar-cliente .col-btn-editar .btn-cancelar {
    border: none;
    background: rgb(255, 204, 0);
    border-color: rgb(255, 204, 0);
    border-radius: 3px;
    padding: 5px 50px;
    font-weight: 800;
    margin: 30px 10px;
}

.editar-admin .col-btn-editar .btn-excluir,
.col-btn-editar .btn-excluir {
    background: red;
    border-color: red;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 5px 59px;
    font-weight: 800;
    cursor: pointer;
}
.editar-admin .col-btn-editar .btn-excluir:hover,
.col-btn-editar .btn-excluir:hover {
    background: rgb(156, 8, 8);
}

.criar-admin .col-formulario-admin [class^="ti-"] {
    margin: 0 5px;
}


/*******cadastrar-cliente***/

.cadastrar-cliente .col-cadastrar-cliente {
    padding-top: 30px;
    padding-bottom: 20px;
}

.cadastrar-cliente h3 {
    color: #459A4E !important;
    font-weight: bold;
}


/*******cambista***********/

.col-cambista {
    padding: 0px 25px;
    border: 2px solid #ccc;
    border-radius: 7px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.col-cambista .row .title-form-cambista h4 {
    font-size: 19px;
    color: #459A4E;
    font-weight: 800;
}

.col-cambista .row .title-form-cambista {
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
    margin-top: 12px;
}

.col-cambista .btn-salvar-cambista {
    background: #459A4E;
    border-color: #459A4E;
    border: none;
    padding: 5px 35px;
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
}
.col-cambista .btn-salvar-cambista:hover{
    background: rgb(6, 87, 107);
}

.col-cambista .col-form-label {
    text-align: right;
}

.col-cambista .col-btn-salvar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}

.col-cambista .form-group {
    margin-bottom: 8px;
}

.col-cambista .form-group div {
    padding-right: 0;
}

.col-cambista .col-p-dados {
    margin-bottom: 15px;
}

.col-cambista .col-p-dados p {
    font-size: 13px;
    font-weight: 600;
}

.col-cambista .row .col-form-senha {
    margin-bottom: 25px;
}

.col-cambista .col-forms {
    padding: 0 42px;
}

.col-cambista .col-form-sistema {
    padding: 0 30px;
    margin-left: 0px;
}


/*******resumo-de-rodada*******/

.pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .col-md-2 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .tabela-cartela {
    margin-bottom: 15px;
    height: 130px;
}

#dashboard .header-menu-rodada div {
    background: #fff;
    padding: 10px 30px 0px 20px;
    margin-top: -10px;
}

#dashboard.pg-resumo-de-rodada .header-menu-rodada div {
    padding: 10px 30px 5px 20px;
}

#dashboard .header-menu-rodada div a span {
    border: 2px solid #c3c3c3;
    border-radius: 91px;
    padding: 0px 8px;
    color: #c3c3c3;
    font-weight: 900;
    font-size: 20px;
}

#dashboard .row-resubo-rodada .card {
    margin-bottom: 40px;
}

#dashboard .row-resubo-rodada .card-header {
    padding: 10px 20px 0px 20px !important;
}

#dashboard .row-resubo-rodada .resumo-rodada .col-resumo-rodada {
    border: 2px solid #ccc;
    padding: 15px 15px 40px 15px;
    margin-top: 10px;
}

#dashboard .col-resumo-rodada {
    padding: 20px !important;
}

.sorteio-conf-bingo .resumo-rodada .col-resumo-rodada .cartela-bingo-resumo {
    display: flex;
    justify-content: center;
}

.sorteio-conf-bingo .resumo-rodada .col-resumo-rodada .cartela-bingo-resumo .tabela-cartela {
    width: 100%;
}

.sorteio-conf-bingo .resumo-rodada .col-resumo-rodada .cartela-bingo-resumo .row {
    margin-bottom: 15px;
}

.resumo-rodada .row-header-resumo h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}

.resumo-rodada .row-header-resumo .col-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.resumo-rodada .row-header-resumo .col-6:nth-child(2) button {
    border-color: green;
    padding: 0 28px;
}

.resumo-rodada .row-header-resumo .col-6:nth-child(2) span {
    background: #007b00;
    padding: 10px 12px;
    margin: 0;
    color: #fff;
}

.resumo-rodada .row-header-resumo .col-6:nth-child(2) p {
    background: #00bd00;
    color: #fff;
    padding: 10px 26px;
    margin: 0;
}

.pg-cambista-caixa .card .card-header span {
    margin-top: 4px;

}

@media only screen and (max-width: 740px){  
.card .card-header span {
    padding: 10px;
   }
}

.saldo-cliente, mr-3 span {
    color: #000;
    display: block;
    font-size: 1px;
    padding: 5px;
}

.bonus-cliente, mr-3 span {
    color: #000;
    display: block;
    font-size: 1px;
    padding: 5px;
    background-color: #8ce7c7;
    margin-right: 5px;
    border: 1px solid #e5ac71;
    border-radius: 5px;
}

.card .card-header span {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
}

.pg-resumo-de-rodada .card .card-header .tabela-cartela span {
    text-align: center;
    height: 25px;
}

.pg-resumo-de-rodada .card .card-header tr td:last-child span{
    text-align: right;
    margin-right: 5px;
}

.pg-relacao-agendadas .card .card-header span {
    margin-bottom: 10px;
}

.content-minha-conta .tabela-cartela {
    color: #000;
}

.box-style-adm .row .table-box:nth-child(1) .tabela-cartela
{
    border: 2px solid #03cbfd;
}

.box-style-adm .row .table-box:nth-child(1) td {
    border: 1px solid #03cbfd;
    min-width: 29px;
}

.box-style-adm .row .table-box:nth-child(1) .texto-cartela td {
    background: #03cbfd;
}

.box-style-adm .row .table-box td.active {
    background: red;
    color: #FFF;
}
.box-style-adm .row .table-box td.active span{
    color: #FFF;
}

.box-style-adm .row .table-box:nth-child(2) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(3) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(4) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(5) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(6) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(7) .tabela-cartela td,
.box-style-adm .row .table-box:nth-child(8) .tabela-cartela td {
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-roxa .texto-roxa {
    background: rgb(255, 153, 255) !important;
    border: 1px solid rgb(255, 153, 255);
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-roxa,
.box-style-adm .row .table-box .tabela-cartela.cartela-roxa td {
    border: 1px solid rgb(255, 153, 255);
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-laranja .texto-laranja {
    background: #ff8d00 !important;
    border: 1px solid #ff8d00;
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-laranja,
.box-style-adm .row .table-box .tabela-cartela.cartela-laranja td {
    border: 1px solid #ff8d00;
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-verde .texto-verde {
    background: #baff6e !important;
    border: 1px solid #baff6e;
    min-width: 29px;
}

.box-style-adm .row .table-box .tabela-cartela.cartela-verde,
.box-style-adm .row .table-box .tabela-cartela.cartela-verde td {
    border: 1px solid #baff6e;
    min-width: 29px;
}

.box-style-adm .row .table-box:nth-child(2) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(3) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(4) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(5) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(6) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(7) .tabela-cartela,
.box-style-adm .row .table-box:nth-child(8) .tabela-cartela {
    background: #fff;
}

.box-style-adm .row .table-box {}

.cartela-bingo-resumo .col-cartela .row {
    display: flex;
    justify-content: center;
}

.box-style-adm .row .table-box {
    padding: 0;
    margin: 0 10px;
}

.conf-table-date-default.conf-table-date-edit.resumo-rodada .conf-container {
    padding: 10px 0 !important;
}


/* CONTADOR */
.contador{
    background: rgb(3, 125, 185);
    border-radius: 5px;
    width: 150px;
    margin: 5px auto 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 22px;
}

div.contador.hide {
    display: flex!important;
    background:rgb(243, 146, 18);
}

.contador input{
    background: transparent;
    border: none;
    color: #fff;
    width: 40px;
    text-align: center;
}

.contador label{
    margin: 0;
}

.contador ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.contador ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.contador :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.contador :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.num{
    cursor: pointer;
}

.num:hover span{
    background: rgb(0, 192, 239);
}

.num.active span{
    background: rgb(43 187 94);
}

.num.confirmed span{
    background: red;
}

.display{
    background: rgb(3, 125, 185);
    border-radius: 5px;
    width: 150px;
    margin: 5px auto 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 22px;
}

.display span{
    width: 40px;
}

.hide{
    display: none!important;
}

.num span{
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.encerrado span{
    color: #d60303;
}

.card .card-header h5{
    line-height: 40px;
}

.card {
    border-bottom: none;
    padding: 5px 0px;
    display: flex;
}

@media only screen and (max-width: 760px){
.card-header {
    overflow-x: scroll;
   }
}
.pg-cambistas-agendadas .super-bingo-title {
    width: 165px!important;
    margin-left: 20px!important;
}
.pg-cambistas-agendadas .super-bingo-title > div{
    width: 100%;
}

/* MODAL */

.modal-confirmacao .modal-dialog {
    max-width: 90%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%)!important;
}

.modal-confirmacao .modal-content {
    background: #00ccff;
    padding: 30px;
    width: 600px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #fff;
    max-width: 100%;
}

.modal-confirmacao h5 {
    font-size: 25px;
    font-weight: 900;
}
.modal-confirmacao p {
    font-size: 18px;
    margin: 15px 0 20px;
    margin-bottom: 30px;
}

.modal-confirmacao .cancelar {
    color: #000;
    border: 2px solid #bd9806;
    background: #ffcc00;
}

.modal-confirmacao .cancelar:hover {
    background: #b9970b;
}

.modal-confirmacao .confirmar {
    color: #fff;
    border: 2px solid #bd9806;
    background: #009933;
}
.modal-confirmacao .confirmar:hover {
    background: #047028;
}

.modal-confirmacao .btn-default-action {
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 400;
    width: 130px;
    cursor: pointer;
    margin: 0px 20px;
}

.pg-solicitacoes .transacoes .col-transacao .col-solicitacoes div{
    margin-left: 0!important;
}

.pg-solicitacoes .transacoes .col-transacao .col-solicitacoes div label{
    width: 85px;
}


/*EXTRATO BINGO*/

.text-center.cartelas {
    margin-bottom: 20px;
}

.extrato-bingo {
    width: 300px;
    background: #fffdda;
    margin: 20px auto;
    text-align: center;
}

.logo-extrato {
    width: 60%;
}

.col-cartelas .table-box {
    display: inline-table;
}

.extrato-bingo p {
    margin-bottom: 0;
}

.extrato-bingo p span {
    color: #a7a7a7;
}

.extrato-bingo hr {
    border-top: 2px dashed rgba(0, 0, 0, 0.45) !important;
}

.extrato-bingo h4 {
    color: red !important;
    margin: 0;
    margin-top: -18px;
}

.extrato-bloco1 {
    padding: 20px;
    margin-bottom: -17px;
}

.extrato-bloco2 {
    padding: 20px;
}

.extrato-bingo .extrato-bloco2 .tabela-cartela,
.extrato-bloco2 .table-box {
    width: 100%;
}

.extrato-bingo .extrato-bloco2 .tabela-cartela tr td {
    border: 1px solid #ffcc00;
    text-align: center;
    max-width: 20px;
    font-size: 14px;
    font-weight: 600;
    min-width: 20px;
    margin: 20px 0;
}

.extrato-bingo .extrato-bloco2 .tabela-cartela {
    margin-bottom: 10px !important;
}

.p-yelow {
    background: #ffcc00;
}

.p-suascartelas {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0;
}

.header .col-md-6{
    display: flex;
}

.p-suascartelas {
    font-size: 14px;
    margin-bottom: 20px!important;
    margin-top: 0;
}

.btnPdf {
    background: rgb(0, 159, 199);
    color: #fff;
    border-radius: 45px;
    border: rgb(0, 159, 199);
    padding: 5px 22px;
}

.btnPdf:hover {
    background: rgb(5, 123, 153);
    color: #fff;
    text-decoration: none;
}

@media print {

    .cartelas.extrato-bingo {
        filter: grayscale(100%);
    }
    .text-center.cartelas{
        display: none;
    }

}



@media only screen and (max-width: 1740px){
    .pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .col-md-2 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media only screen and (max-width: 1580px){

    .pg-cambista-extrato-bingo-emocoes#dashboard .card-header-custom>div {
        margin: 0;
    }

    .pg-cambista-extrato-bingo-emocoes .col-bingo-emocao .col-md-5,
    .pg-cambista-extrato-bingo-emocoes .col-bingo-emocao .col-md-7,
    .pg-cambista-extrato-bingo-emocoes .col-bingo-emocao .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .pg-cambista-extrato-bingo-emocoes .row-body .div-total {
        justify-content: center;
    }

    .pg-dashboard#dashboard .card-header-custom>div{
        margin-bottom: 15px!important;
    }
    #dashboard .card-header-custom{
        flex-direction: column;
    }
    #dashboard .card-header-custom>div{
        width: 100%!important;
        height: auto!important;
        flex-direction: column;
        margin-bottom: 10px!important;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div{
        width: 100%!important;
        height: auto!important;
        flex-direction: row;
        margin-bottom: 0!important;
    }
    #dashboard.pg-relacao-agendadas .card-header-custom>div>div{
        width: 30%;
    }
    #dashboard.pg-relacao-agendadas .card-header-custom>div>div:last-child{
        width: 100px;
    }

    .pg-cambistas-agendadas#dashboard .header-caixa .left h4 {
        padding-bottom: 0;
        margin: 0;
    }

    .pg-cambistas-agendadas#dashboard .header-caixa .left div {
        padding-top:0 !important;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom{
        flex-direction: row;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div:first-child{
        width: 20%!important;
        height: auto!important;
        flex-direction: row;
        margin-bottom: 0!important;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div:last-child{
        width: 80%!important;
        height: auto!important;
        flex-direction: row;
        margin-bottom: 0!important;
    }

    #dashboard .card-header-custom>div:nth-child(1){
        margin: 0;
    }
    #dashboard .card-header-custom>div input{
        width: 100%;
        text-align: center;
        padding-left: 35px;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div input{
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div input{
        padding-left: 0;
    }

    #dashboard .card-header-custom>div span{
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
    .table-total tr th{
        float: left;
        width: 25%!important;
        height: 50px;
    }

    .pg-caixa .card-header-custom{
        flex-direction: row!important;
    }

    .pg-caixa#dashboard  .card-header-custom>div{
        width: 50%!important;
        flex-direction: row!important;
    }
    .pg-caixa#dashboard .card-header-custom .left {
        width: 25%!important;
        padding-left: 15px;
    }
    .pg-caixa#dashboard .card-header-custom .right {
        width: 75%!important;
    }

}

@media only screen and (max-width: 1550px){
    .transacoes .col-transacao .title-lacamento{
        flex-wrap: wrap;
        padding: 5px 10px;
    }
    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento{
        flex-wrap: nowrap;
    }
    .transacoes .col-transacao .title-lacamento > div:first-child{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .pg-solicitacoes .transacoes .col-transacao .title-lacamento > div:first-child{
        width: auto!important;
    }

    .pg-solicitacoes .transacoes .col-transacao .col-solicitacoes div button,
    .pg-solicitacoes .transacoes .col-transacao .col-solicitacoes div input{
        height: 37px;
    }

    .pg-solicitacoes .transacoes .col-transacao .title-lacamento > div:first-child{
        margin-bottom: 0;
    }

    .transacoes .col-transacao .title-lacamento div:nth-child(6) select{
        margin-right: 0;
    }
    .pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .col-md-2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .pg-cambista-caixa .relatorio-resumido .col-transacao .col-solicitacoes {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%!important;
    }
    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div:first-child {
        width: auto;
    }

}

@media only screen and (max-width: 1460px){
    .pg-solicitacoes .col-title-lancamento .table-solicitacoes .div-table-solicitacoes #autofill_wrapper .col-sm-12{
        overflow-x: scroll;
    }
    .pg-solicitacoes #autofill{
        width: 1200px;
    }
}

@media only screen and (max-width: 1400px){
    .conf-table-date-edit .conf-header-box{
        flex-direction: column;
    }
    .conf-table-date-edit .conf-header-box div{
        margin-bottom: 15px;
    }
    .conf-table-date-edit .conf-header-box label {
        width: 100px;
    }
    .conf-table-date-edit .conf-header-box input {
        width: 150px;
        height: 35px;
    }
    .pg-conf-admin .btn-novo-adm,
    .pg-conf-admin .btn-buscar{
        width: 98px;
    }

}

@media only screen and (max-width: 1370px){
    .transacoes .col-transacao .title-lacamento > div:nth-child(2),
    .transacoes .col-transacao .title-lacamento > div:nth-child(3){
        width: 50% !important;
        margin-bottom: 10px;
        display: flex;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div:nth-child(2),
    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div:nth-child(3){
        width: auto;
        margin-bottom: 0;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div label{
        width: auto!important;
    }

    .transacoes .col-transacao .title-lacamento > div label{
        width: 130px!important;
    }
    .transacoes .col-transacao .title-lacamento > div input{
        width: 100%!important;
        height: 40px;
    }
    .transacoes .col-transacao .title-lacamento {
        padding: 5px 10px 15px;
    }
}

@media only screen and (max-width: 1350px){

    .pg-relacao-agendadas .group{
        width: 98%;
        overflow: hidden;
    }
    .pg-relacao-agendadas .box-2{
        overflow-x: scroll;
    }
    .pg-relacao-agendadas .box-2 .box{
        width: 1000px;
    }

    .edicao-rod-esp .conf-container{
        padding: 10px 0;
    }
    .edicao-rod-esp .card-header {
        padding: 10px 10px;
    }
    .edicao-rod-esp .edicao-rodada-bingo .box-dropdown-conf button{
        width: 30px;
    }
    .caixa-geral .col-solicitacoes .col-md-4,
    .caixa-geral .col-solicitacoes .col-md-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1300px){
    .pg-cambistas .cliente .col-md-5,
    .pg-cambistas .cliente .col-md-7 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pg-cambistas .col-md-7 .card-header{
        padding: 0 0 20px 0 !important;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 768px) {
    .card-block .col-lg-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .card-block .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 83%;
        max-width: 83%;
    }
    .card-block .col-lg-5{
        flex: 0 0 85%;
        max-width: 85%;
    }

    .card-block .col-lg-1{
        flex: 0 0 15%;
        max-width: 15%;
    }
    .acompanhamento-confirmacao .card-block>.row>.col .header-box {
        margin-top: 5px;
    }
    .acompanhamento-confirmacao .box-content-4-button button{
        margin-top: 45px;
    }

    .acompanhamento-confirmacao .card-block>.row>.col>div{
        margin-bottom: 5px;
    }

}
@media only screen and (max-width: 1330px) {
    .pg-lancamento .col-title-lancamento > .row > .col-md-4,
    .pg-lancamento .col-title-lancamento > .row > .col-md-8 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        display: inline-grid;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1300px) {
    .rodada-atual .card-block>div:nth-child(1), .rodada-atual .card-block>div:nth-child(2), .rodada-atual .card-block>div:nth-child(3), .rodada-atual .card-block>div:nth-child(4){
        width: 48%;
        float: left;
        margin: 1%;
    }
    .rodada-atual .card-block {
        display: block;
    }
    .tabela-cartela-sorteados td{
        font-size: 25px;
    }
    .extrato-tabela{
        overflow-x: scroll;
    }
    .pg-cambistas #autofill{
        width: 1000px;
    }
    .pg-cambistas .col-tabela-extrato{
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .conf-bingo-emocoes .conf-boxs-infos {
        width: 14.9%;
    }
    .conf-bingo-emocoes .conf-content-box h5, .conf-table-date-default .conf-content-box h5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1250px) {
    .pg-clientes #autofill{
        width: 1200px;
    }
    .pg-clientes #autofill th,
    .pg-clientes #autofill td{
        width: 350px!important;
    }
    .pg-clientes .col-tabela-extrato{
        overflow-x: scroll;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div label {
        width: 130px!important;
    }
    .pg-cambista-caixa#dashboard .relatorio-resumido .col-transacao .col-caixa-2 div:nth-child(2),
    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div{
        margin-bottom: 20px!important;
    }
}

@media only screen and (max-width: 1200px) {

    .pg-cambistas-clientes .row-body .col-md-12.col-tabela-extrato {
        padding: 0 15px !important;
    }

    .pg-cambistas-clientes .col-tabela-cliente{
        overflow-x: scroll;
    }
    .pg-cambistas-clientes .col-tabela-cliente #autofill{
        width: 1500px;
    }

    .pg-cambistas-clientes .cliente .row-cliente .col-cliente.colbtn-gerenciar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div {
        width: 100%!important;
        height: auto!important;
        flex-direction: column;
        margin-bottom: 0!important;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div>div{
        margin-bottom: 15px;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div>div {
        width: 100%;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div span {
        width: 180px;
    }

    .pg-cambistas-agendadas .conf-container{
        width: 885px;
    }
    .pg-cambistas-agendadas#dashboard .card-header-custom {
        flex-direction: column;
        align-items: center;
    }

    #dashboard.pg-cambistas-agendadas .card-header-custom>div span {
        width: 150px;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div:last-child {
        width: 100%!important;
        height: auto!important;
        flex-direction: column;
        margin-top: 20px;
    }

    .pg-cambistas-agendadas .header-caixa .right div{
        margin-bottom: 20px;
    }

    .pg-cambistas-agendadas .header-caixa .right div:last-child{
        margin-bottom: 0;
    }

    .pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .col-md-2 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .pg-cliente-solicitacoes #autofill_wrapper .col-xs-12{
        overflow-x: scroll;
    }

    .pg-cliente-solicitacoes #autofill_wrapper #autofill{
        width: 1200px;
    }

    #dashboard .header-menu ul{
        display: flex;
        justify-content: space-around;
    }
    #dashboard .header-menu ul li{
        padding-right: 0;
    }

    .pg-caixa .card-header-custom {
        flex-direction: column!important;
    }

    .pg-caixa#dashboard .card-header-custom{
        align-items: center;
    }

    .pg-caixa#dashboard .card-header-custom .right {
        width: 100%!important;
        justify-content: center;
    }
    .pg-caixa#dashboard .card-header-custom .left h4{
        font-size: 25px!important;
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .pg-caixa#dashboard .card-header-custom .left {
        width: 100%!important;
        padding-left: 0;
        justify-content: center;
    }

    .edicao-rod-esp .edicao-rodada-bingo .box-dropdown-conf button{
        width: 40px;
        margin: 10px auto 0;
    }

    .pg-conf-admin .body-conf-box{
        overflow-x: scroll;
    }

    .pg-conf-admin .conf-table-date-dropdown{
        overflow-x: scroll;
        width: 1095px;
    }

    .conf-info-dropdown.conf-info-dropdown-new.active .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .edicao-rodada-bingo .conf-info-dropdown.active {
        margin-left: 0;
        width: 100%;
    }

    .tabela-cartela-sorteados td{
        font-size: 20px;
        float: left;
        min-width: 5.2%;
    }
    .conf-bingo-emocoes .conf-boxs-infos{
        width: 25%;
    }
    .conf-bingo-emocoes .conf-boxs-infos {
        width: 49%;
    }
    #dashboard .page-body .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .conf-content-box .box-dropdown-conf{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .conf-content-box .box-dropdown-conf button{
        margin: 0 auto;
    }
    .conf-bingo-emocoes .conf-info-dropdown {
        width: auto;
    }
    .conf-bingo-emocoes .conf-container, .conf-table-date-default .conf-container, .conf-rel-apostadores .conf-container {
        padding: 10px 10px;
    }
    .main-body .page-wrapper {
        padding: 1.8rem 0;
    }
    .conf-table-date-default .content-conf-boxs-infos:last-child, .conf-rel-apostadores .content-conf-boxs-infos:last-child {
        width: 10px;
        margin-left: 10px;
    }
    .conf-table-date-default .content-conf-boxs-infos, .conf-table-date-default .content-conf-boxs-infos a, .conf-rel-apostadores .content-conf-boxs-infos button {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 1100px) {
    .col-6.rodadas-info{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .conf-info-dropdown .box-add-header>div>div h6 {
        font-size: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 1060px) {
    /*.header-navbar .navbar-wrapper .navbar-container .nav-right li{*/
    /*    display: none;*/
    /*}*/

    .header-navbar .navbar-wrapper .navbar-container .nav-right li.user-profile{
        display: block;
    }
}

@media only screen and (max-width: 992px) {

    .pg-cambista-caixa #autofill{
        width: 900px;
    }

    .conf-bingo-emocoes .conf-content-box, .conf-table-date-default .conf-content-box {
        padding: 10px 0px;
    }

    .edicao-rod-esp .conf-table-date-default .conf-container,
    .pg-sala-de-bingo .conf-table-date-default .conf-container
    {
        width: 1221px;
        overflow-x: scroll;
    }

    .painel-custom .page-body .card .card-block{
        overflow-x: auto;
    }

    .main-body .page-wrapper {
        padding: 10px;
    }

    .main-body .page-body{
        margin-top: 20px;
    }

    .menu-bingo-emocoes ul{
        display: flex;
        justify-content: space-between;
    }

    .menu-bingo-emocoes ul li{
        padding-right: 0!important;
    }

    #dashboard .header-menu-rodada .text-right{
        display: none;
    }

    .pcoded[theme-layout="vertical"] .pcoded-container {
        overflow: visible;
    }

    .sorteio-nav .nav-left{
        display: none!important;
    }
    .navbar-container .nav-right {
        float: none!important;
        display: table;
        margin: 0 auto;
    }
    .header-navbar {
        position: relative !important;
    }
    .title-h3-default{
        text-align: center;
    }
    .pcoded-main-container {
        margin-top: 0px !important;
    }
    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu{
        position: relative;
        top: 3px;
        padding-right: 30px;
    }
    .sorteio-nav .nav-right li:first-child{
        display: none!important;
    }
    .header-navbar .navbar-wrapper .navbar-container .nav-right{
        float: none;
        margin: 0 auto;
        display: table;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .card-block .col-lg-4 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .card-block .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 768px) {

    #dashboard.pg-cambistas-clientes .row-cliente .col-tabela-cliente table tbody tr td{
        width: 250px;
    }

    .pg-lancamento .form-control{
        height: 37px;
    }

    .pg-caixa .col-md-8 #autofill{
        width: 1500px;
    }

    .pg-sala-de-bingo .conf-premiacao>div:nth-child(3){
        padding-right: 0;
    }

    .pg-sala-de-bingo .col-novo-bingo .conf-premiacao .switchery,
    .pg-sala-de-bingo .col-premiacao-bingo-emocoes .conf-premiacao .switchery{
        margin-right: 5px;
    }

    .pg-relacao-agendadas .conf-container .box{
        overflow-x: scroll;
    }
    .pg-relacao-agendadas .conf-container .box .conf-table-date-dropdown{
        width: 800px;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div:first-child{
        width: 100%!important;
    }

    .pg-cambistas-agendadas#dashboard .header-caixa .left h4{
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
    }

    .pg-cambista-extrato-bingo-emocoes .col-tabela-extrato{
        overflow-x: scroll;
    }

    .pg-cambista-extrato-bingo-emocoes #autofill{
        width: 990px;
    }

    #dashboard.pg-cambista-extrato-bingo-emocoes .table-bordered td, #dashboard.pg-cambista-extrato-bingo-emocoes .table-bordered th{
        width: 150px;
    }

    #dashboard.pg-cambista-extrato-bingo-emocoes .card .card-block table tr {
        padding-bottom: 0;
    }


    .pg-dashboard .card-block{
        overflow-x: scroll;
    }
    .pg-dashboard .card-block .rodadas-agendas{
        width: 620px;
        max-width: 620px;
    }

    #dashboard.pg-dashboard .rodadas-agendas th,
    #dashboard.pg-dashboard .rodadas-agendas td {
        width: 150px;
    }

    .pg-resumo-de-rodada .dataTables_wrapper{
        overflow-x: scroll;
    }

    #dashboard .header-menu ul {
        flex-direction: column;
        align-items: center;
    }

    #dashboard .header-menu ul li{
        margin-bottom: 25px;
    }

    .pg-cadastrar-cliente-ad .col-cambista .form-group div,
    .pg-editar-cliente-ad .col-cambista .form-group div {
        padding-right: 15px;
    }

    .pg-editar-cliente-ad .col-cambista .col-form-sistema,
    .pg-cadastrar-cliente-ad .col-cambista .col-form-sistema,
    .pg-cadastrar-cliente-ad .col-cambista .col-forms,
    .pg-editar-cliente-ad .col-cambista .col-forms {
        padding: 0 15px;
    }

    .pg-cadastrar-cliente-ad .col-cambista .col-form-label,
    .pg-editar-cliente-ad .col-cambista .col-form-label {
        text-align: left;
    }


    .transacoes .col-transacao .title-lacamento > div:nth-child(6),
    .transacoes .col-transacao .title-lacamento > div:nth-child(5),
    .transacoes .col-transacao .title-lacamento > div:nth-child(4){
        width: 220px;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div:nth-child(4){
        width: auto!important;
    }

    .transacoes .col-transacao .title-lacamento > div:nth-child(4) button{
        width: 100%;
    }


    .transacoes .col-table-transacao .table-lancamento .div-table{
        overflow-x: scroll;
    }

    .transacoes .col-table-transacao .table-lancamento .div-table table{
        width: 1000px;
    }

    .transacoes .col-transacao .title-lacamento > div:nth-child(2),
    .transacoes .col-transacao .title-lacamento > div:nth-child(3){
        flex-direction: column;
        align-items: center;
    }

    .pg-solicitacoes#dashboard .transacoes .col-transacao .title-lacamento > div{
        flex-direction: column;
        align-items: center;
        width: 100%!important;
    }

    .pg-solicitacoes#dashboard .transacoes .col-transacao .title-lacamento > div:first-child{
        margin-bottom: 20px;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento > div:nth-child(2){
        flex-direction: row;
    }

    .transacoes .col-transacao .title-lacamento > div:nth-child(5),
    .transacoes .col-transacao .title-lacamento > div:nth-child(4){
        margin-bottom: 20px;
    }

    .pg-cadastro-cambistas .criar-admin .col-9,
    .pg-cadastro-cambistas .criar-admin .col-sm-9,
    .pg-cadastro-cambistas .criar-admin .col-sm-6,
    .pg-cadastro-cambistas .criar-admin .col-sm-4,
    .pg-cadastro-cambistas .criar-admin .col-sm-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pg-cadastro-cambistas .col-cambista .col-form-label,
    .pg-cadastro-cambistas .col-cambista,
    .pg-cadastro-cambistas .col-cambista input,
    .pg-cadastro-cambistas .col-cambista select option{
        text-align: left;
    }

    .transacoes .col-transacao .title-lacamento div {
        justify-content: center;
    }

    .transacoes .col-transacao .title-lacamento > div:nth-child(2), .transacoes .col-transacao .title-lacamento > div:nth-child(3) {
        width: 100%;
    }

    .transacoes .col-transacao .title-lacamento {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .pg-cadastro-cambistas .col-cambista .form-group div {
        padding-right: 15px;
    }

    .pg-lancamento .col-lancamento-caixa{
        overflow-x: scroll;
    }

    .pg-caixa-cambista .div-table-cambista{
        overflow-x: scroll;
    }

    .pg-caixa-cambista .div-table-cambista table tbody tr td{
        width: 130px;
    }

    .pg-caixa-cambista .div-table-cambista h3{
        display: none;
    }

    .pg-cambistas #autofill {
        width: 1500px;
    }

    .pg-cambistas.pg-cambista-gerenciar-saldo #autofill {
        width: 900px;
    }

    .pg-cambistas #autofill th,
    .pg-cambistas #autofill td{
        width: 220px!important;
    }


    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento {
        flex-direction: column;
        align-items: center;
        padding: 15px 0!important;
    }

    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento div {
        margin-bottom: 15px;
    }
    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento div:last-child {
        margin-bottom: 0;
    }

    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento div label {
        width: 160px!important;
        padding-right: 5px!important;
        text-align: right;
    }

    .caixa-geral .col-solicitacoes{
        width: 100%;
    }

    .caixa-geral .col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr td{
        width: 500px!important;
    }
    .caixa-geral .col-title-lancamento .col-md-8 .div-table-solicitacoes table tbody tr td{
        width: 300px!important;
    }
    .pg-caixa .caixa-geral .col-title-lancamento .col-md-8 .div-table-solicitacoes.div-table-caixa-lancamentos table thead th.padding-small {
        width: 240px!important;
    }

    .caixa-geral .col-title-lancamento .table-solicitacoes .div-table-solicitacoes.div-table-caixa-lancamentos table thead th.padding-small{
        width: 500px!important;
    }

    .caixa-geral .card-header {
        width: 100%!important;
    }

    .caixa-geral .header-caixa .right div{
        flex-direction: column;
    }

    .caixa-geral .col-title-lancamento .table-solicitacoes .div-table-solicitacoes table tbody tr td{
        font-size: 15px!important;
    }

    .caixa-geral .table-solicitacoes{
        overflow: hidden;
    }

    .caixa-geral #autofill thead tr:first-child{
        display:none!important;
    }

    .pg-caixa#dashboard .card-header-custom .right {
        flex-direction: column!important;
    }

    .pg-caixa .header-caixa .right div{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pg-caixa#dashboard .card-header-custom>div span {
        margin-bottom: 5px;
        width: 125px;
        text-align: center;
        padding-right: 5px;
    }

    .conf-premiacao>div:nth-child(1){
        justify-content: center;
    }

    .conf-bingo-emocoes .conf-info-dropdown .col-12{
        padding-left: 0;
        padding-right: 0;
    }

    .ganhadores-rodada .table td, .ganhadores-rodada .table th{
        width: 140px;
    }

    .table-total tr th{
        width: 100%!important;
    }

    #dashboard .rodadas-agendas td{
        width: 25%;
    }

    #dashboard .rodadas-agendas th{
        width: 27%;
    }

    #dashboard #basic-key-table td{
        width: 200px;
        min-width: 200px;
    }

    #dashboard #basic-key-table th{
        min-width: 200px;
    }

    .conf-info-dropdown h4 {
        font-size: 16px;
    }

    .conf-info-dropdown .box-add-header>div{
        display: block;
    }

    .conf-info-dropdown .box-add-header>div>div {
        display: block;
        width: 100%;
        align-items: center;
    }

    .conf-info-dropdown .box-add-header>div>div h6{
        margin: 25px 0 10px 0;
    }

    .conf-info-dropdown .box-add-header>div>div:nth-child(3) input {
        width: 100%;
    }

    .conf-bingo-emocoes .conf-info-dropdown.active{
        margin: 15px 0 0 0;
    }

    .conf-info-dropdown .col-md-12:nth-child(2)>div, .conf-info-dropdown .col-md-12:nth-child(4)>div{
        padding: 10px 0;
    }

    .conf-buttons-actions button:nth-child(2){
        margin: 0;
    }

    .conf-buttons-actions button{
        font-size: 12px;
        padding: 10px 15px;
        width: auto;
    }

    .conf-premiacao{
        width: 100%;
        height: auto;
        display: block;
    }

    .conf-premiacao>div{
        width: 100%!important;
        text-align: center!important;
    }

    .switchery {
        margin-bottom: 0!important;
    }
    .conf-info-dropdown .conf-info-boxs-3>div:nth-child(3) {
        justify-content: center;
    }

    .conf-info-dropdown .col-md-12:nth-child(1), .conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4{
        display: block;
    }

    .conf-info-dropdown .col-md-12:nth-child(3) .conf-info-boxs-4>div{
        width: 100%;
        margin-bottom: 10px;
    }

    .conf-info-dropdown .col-md-12:nth-child(1)>div{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .conf-info-dropdown .conf-info-boxs-3>div{
        margin-bottom: 10px;
        width: 100%;
    }

    .conf-info-dropdown .conf-info-boxs-3{
        display: block;
    }

    .sorteio-conf-bingo .card-block {
        margin-bottom: 0!important;
    }

    .conf-bingo-emocoes .conf-boxs-infos {
        width: 100%;
    }

    .conf-bingo-emocoes .box-dropdown-conf{
        width: 100%;
    }

    .conf-bingo-emocoes .box-dropdown-conf button{
        width: 100%;
        height: 40px;
        margin: 20px 0 0 0;
    }

    .sorteio-conf-bingo .box-conf-sorteio{
        display: block;
        text-align: center;
    }
    .sorteio-conf-bingo .box-conf-sorteio h3{
        margin-bottom: 15px;
    }

    .card .card-block table tr {
        margin-bottom: 2px;
    }
    .tabela-cartela-sorteados td {
        font-size: 13px;
        padding: 0;
    }
    .main-body .page-wrapper {
        padding: 0;
    }
    .acompanhamento-confirmacao .box-content-4-button{
        display: table;
        margin: 0 auto;
    }
    .rodada-atual .card-block>div:nth-child(1), .rodada-atual .card-block>div:nth-child(2), .rodada-atual .card-block>div:nth-child(3), .rodada-atual .card-block>div:nth-child(4){
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
    }
    .card-block .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-block .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-block .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-block .col-lg-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .acompanhamento-confirmacao .box-content-4-button{
        min-height: auto;
    }

    .acompanhamento-confirmacao .card-block>.row>.col>div{
        margin-top: 20px;
    }

    .acompanhamento-confirmacao .card-block .box-content-4-button {
        margin-bottom: 0;
    }

    .col-numeros-sorteados .card-block{
        padding: 20px 5px;

    }

    .acompanhamento-confirmacao .box-content-4-button button{
        width: 85px;
        height: 85px;
    }
    .acompanhamento-confirmacao .box-content-3>div:nth-child(2) div{
        width: 200px;
    }
    .rodadas-info .card-block {
        padding: 5px 5px !important;
    }
    .rodadas-info>div>h4{
        text-align: center;
        font-size: 18px;
    }
    .painel-custom .tittle-painel-default{
        font-size: 14px;
    }
    .rodadas-info h4 {
        margin: 15px;
    }
    .box-rodadas-info>div>div{
        padding: 5px 20px;
    }
    .painel-custom .tittle-painel-default{
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 620px) {
    .pg-conf-admin .col-adminstrado, .pg-clientes .cliente-cambistas {
        flex-direction: column;
    }
    #dashboard.pg-clientes .cliente-cambistas .col-cliente .col-cliente-cambista div {
        display: flex;
        justify-content: center;
    }
    .pg-clientes .cliente-cambistas .group, .pg-conf-admin .col-adminstrador .group {
        margin: 10px;
    }
    .pg-resumo-de-rodada .cartela-bingo-resumo .col-cartela .col-md-2 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }


}

@media only screen and (max-width: 580px) {
    .pg-cambista-extrato-bingo-emocoes .row-body .div-total {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pg-cambista-extrato-bingo-emocoes .row-body .div-total div:nth-child(1) {
        margin-right: 0;
    }
    .pg-cambista-extrato-bingo-emocoes .row-body .div-total div:nth-child(2) {
        margin-right: 0;
    }

    .pg-cambista-extrato-bingo-emocoes .row-body .div-total div:nth-child(1) span:nth-child(1) {
        padding: 11px 10px 11px 10px;
    }
    .pg-cadastrar-cliente .text-right {
        text-align: left!important;
    }
    .pg-conf-admin#dashboard .col-adminstrador{
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {

    .pg-cambistas .row-cliente .col-cliente .col-btn-cliente{
        flex-direction: column;
        align-items: center;
    }
    .pg-cambistas .row-cliente .col-cliente .col-btn-cliente > div{
        margin-bottom: 10px;
        width: auto;
    }
    .pg-cambistas .row-cliente .col-cliente .col-btn-cliente > div:last-child{
        margin-bottom: 0;
    }

    .pg-cambistas .row-cliente .col-cliente .col-btn-cliente > div a{
        width: 100%;
        display: block;
        text-align: center;
    }

    #dashboard .header-menu ul li span:nth-child(2){
        height: 30px;
    }

    .acompanhamento-confirmacao .box-content-3-time{
        display: block!important;
        height: auto!important;
    }

    .relatorio-entradas{
        font-size: 22px;
    }

    .form-control-relatorio {
        width: 100%;
    }

    .title-h3-default{
        font-size: 15px;
    }

    #dashboard .header-menu-rodada div{
        padding: 10px 10px 0px 0px;
    }

    #dashboard .header-menu ul li, #dashboard .header-menu ul li a{
        font-size: 16px;
    }

    #reset-time{
        display: block;
        margin: 25px auto!important;
    }

    .conf-box-add button span span, .conf-box-add button>span::after{
        display: none;
    }

    .conf-box-add button>span{
        font-size: 18px;
    }

    .card-block .col-sm-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .acompanhamento-confirmacao .box-content-3{
        display: block;
    }
    .acompanhamento-confirmacao .box-content-3.box-2>div{
        flex-direction: unset;
    }
    .acompanhamento-confirmacao .box-content-3>div:nth-child(2) {
        min-height: auto;
    }
    .acompanhamento-confirmacao .box-content-3>div:nth-child(2) div p span{
        font-size: 18px;
    }

    .acompanhamento-confirmacao .box-content-4-button{
        min-height: auto;
    }
    .acompanhamento-confirmacao .box-2 .ball-content-3{
        margin-left: 0;
    }
    .acompanhamento-confirmacao .card-block .box-action-confirmar button{
        right: 0;
        padding: 15px 20px;
        font-size: 17px;
        border: solid 2px darkred;
        height: auto;
        margin-top: 20px;
    }
    .acompanhamento-confirmacao .card-block>.row>.col .box-2{
        padding: 25px!important;
    }
}

@media only screen and (max-width: 560px) {

    .pg-cambistas-clientes#dashboard .row-cliente .col-cliente .dashboar-relatorio{
        flex-direction: column;
        align-items: center;
    }

    .pg-cambistas-clientes#dashboard .row-cliente .col-cliente .dashboar-relatorio div{
        margin-bottom: 20px;
        width: 150px;
    }
    .pg-cambistas-clientes#dashboard .row-cliente .col-cliente .dashboar-relatorio div a{
        width: 100%;
        text-align: center;
        display: block;
    }

    .pg-conf-admin .col-adminstrado,
    .pg-clientes .cliente-cambistas{
        flex-direction: column;
    }
    .pg-clientes .cliente-cambistas .group,
    .pg-conf-admin .col-adminstrador .group{
        margin: 10px;
    }
    #dashboard.pg-clientes .cliente-cambistas .col-cliente .col-cliente-cambista div {
        display: flex;
        justify-content: center;
    }
    .pg-cadastro-cambistas .criar-admin {
        padding: 10px 20px;
    }
    .pg-cadastro-cambistas .col-cambista .col-forms {
        padding: 0px 15px;
    }
    .pg-cadastro-cambistas .criar-admin .col-formulario-admin label {
        width: 100%!important;
    }
    .pg-cadastro-cambistas .col-cambista .col-form-sistema {
        padding: 0 15px;
    }

    .pg-cadastro-cambistas#dashboard .col-form-sistema label{
        width: 80%!important;
    }

    .pg-resumo-de-rodada .resumo-rodada .row-header-resumo .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pg-resumo-de-rodada .resumo-rodada .row-header-resumo .col-6:nth-child(2) {
        justify-content: center;
        margin-bottom: 15px;
    }

    .pg-resumo-de-rodada .resumo-rodada .row-header-resumo h3{
        margin-bottom: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {

    .sorteio .contador{
        width: 165px;
    }
    .sorteio .contador input{
        width: 48px;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom.dashboar-relatorio.header-caixa {
        padding: 8px 8px 8px 13px!important;
    }

    #dashboard.pg-relacao-agendadas .card-header-custom>div>div{
        flex-direction: column;
    }

    .pg-cambistas-agendadas#dashboard .card-header-custom>div:last-child {
        margin-top: 5px;
        margin-bottom: 5px!important;
    }

    .pg-cambista-caixa .relatorio-resumido .col-transacao .col-solicitacoes button{
        width: 150px;
    }
    .pg-cambistas-agendadas .header-caixa .right div{
        flex-direction: column;
    }

    .pg-cambistas-agendadas .card-header-custom.dashboar-relatorio.header-caixa {
        padding: 8px 0 8px 0px!important;
    }

    .pg-cambistas-agendadas .header-caixa .right div{
        margin-right: 0;
        padding: 5px;
    }

    .pg-cambistas-agendadas .dashboar-relatorio .btn-buscar {
        margin-left: 0;
    }

    .pg-cambista-caixa .transacoes .col-transacao .title-lacamento div {
        flex-direction: column!important;
    }

    .col-formulario-admin {
        padding: 0px 10px;
    }
    .relatorio-resumido .col-sm-12 .btn-finalizar,
    .relatorio-resumido .col-sm-12 .btn-cancelar,
    .editar-admin .col-btn-editar .btn-excluir,
    .col-btn-editar .btn-excluir
    {
        width: 100%;
        display: block;
        margin: 15px 0;
    }
    #dashboard.pg-clientes .cliente-cambistas {
        padding: 8px 4px 8px !important;
    }
}

@media only screen and (max-width: 440px) {
    .modal-confirmacao .btn-default-action{
        margin: 0 5px;
    }
}

@media only screen and (max-width: 400px) {

    .pg-editar-cliente-ad .criar-admin .col-formulario-admin label,
    .pg-cadastrar-cliente-ad .criar-admin .col-formulario-admin label{
        width: 100%!important;
    }

    .criar-admin .col-formulario-admin label{
        width: 90%;
    }
    .pg-caixa-cambista .header-caixa .right div {
        flex-direction: column;
    }
}

@media only screen and (max-width: 380px) {

    .modal-confirmacao .btn-default-action{
        padding: 10px 12px;
    }

    .modal-confirmacao h5 {
        font-size: 20px;
    }

    .modal-confirmacao p {
        font-size: 14px;
        text-align: center;
    }

    #dashboard .table-data>div:nth-child(1) {
        width: 59%;
    }
    #dashboard .table-data>div:nth-child(2) {
        width: 40%;
    }
    #dashboard .table-data{
        font-size: 12px;
    }
    #dashboard .card .card-block{
        overflow-x: scroll;
    }
    .col-numeros-sorteados .card-block {
        padding: 20px 0px;
    }
    .tabela-cartela-sorteados td{
        font-size: 12px;
    }
    .conf-info-dropdown h4 {
        font-size: 15px;
    }

    .pg-conf-admin .col-adminstrador div input {
        text-align: center!important;
    }

    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento div {
        display: flex;
        flex-direction: column;
    }
    .pg-lancamento .novo-lancamento .col-title-lancamento .col-data-lancamento div label {
        width: 100%!important;
        padding-right: 0!important;
        text-align: center;
    }
}

#reset-time{
    width: 120px;
    height: 40px;
    color: #FFF;
    font-weight: 600;
    background: #28a745;
    border-radius: 8px;
    line-height: 40px;
    margin: 3px 10px 0;
}
#reset-time:hover{
    background: #b80f0f;
}

label.error{
    color: #b80f0f;
}

/* ANIMATIONS */
.conf-table-date-default .content-conf-boxs-infos button,
.btnPdf,
.conf-buttons-actions button,
.conf-buttons-actions button:nth-child(2),
.conf-bingo-emocoes .box-dropdown-conf button,
.conf-box-add .card-block button,
#reset-time,
.relatorio-resumido .col-sm-12 .btn-cancelar,
.relatorio-resumido .col-sm-12 .btn-finalizar,
.editar-admin .col-btn-editar .btn-excluir,
.col-btn-editar .btn-excluir,
.col-title-lancamento .title-lacamento .form-group .col-sm-12 .incluir,
#dashboard .row-cliente .col-cliente .col-btn-cliente a,
#dashboard .row-cliente .col-cliente .col-btn-cliente button,
#dashboard .row-cliente .col-tabela-cambistas table tbody tr td:nth-child(6) a,
#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(7) a,
.rodada-atual .card-block>div:nth-child(4) button,
.btn-buscar,
#dashboard .col-adminstrador div .btn-novo-adm,
.custom-table-date .conf-table-date-dropdown .body-conf button,
.custom-table-date .conf-table-date-dropdown .body-conf:last-child button,
.custom-table-date .conf-table-date-dropdown .body-conf:last-child button a,
#dashboard .div-table-cambista table tbody tr td:nth-child(6) button,
#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente a:hover,
#dashboard .cliente-cambistas .col-cliente .col-cliente-cambista .novo-cliente button:hover,
#dashboard .header-menu ul li a,
#dashboard .cliente-gerenciar .tabela-cliente-gerenciar table tbody tr td:nth-child(5) button,
.col-cambista .btn-salvar-cambista,
.caixa-table .table-responsive .div-table-caixa table tbody tr td:nth-child(6) a,
.conf-table-date-default .content-conf-boxs-infos a,
.page-item .page-link,
#dashboard .row-cliente .col-tabela-cliente table tbody tr td:nth-child(6) a,
.modal-confirmacao .confirmar,
.modal-confirmacao .cancelar,
#dashboard .div-table-cambista table tbody tr td:nth-child(6) a
{
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* Patch de compatibilidade de sweetalert e bootstrap 4 */
.swal-overlay {
    z-index: 99999999999
}

.swal-modal {
    background-color: #00ccff;
    border: 3px solid white;
}

.swal-title {
    margin: 0;
    margin-bottom: 28px;
    font-size: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}

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

.swal-button--cancel {
    color: #000;
    border: 2px solid #bd9806;
    background: #ffcc00;
}
.swal-button--cancel:hover {
    background: #b9970b;
}

.swal-button--confirm {
    color: #fff;
    border: 2px solid #bd9806;
    background: #009933;
}

.swal-button--confirm:hover {
    background: #047028;
}

.total-geral > div {
    border: 1px solid #ababab;
    font-weight: bold;
    padding: 8px;
    margin-top: 5px;
}

/* Pages Custom */
.page-custom .card {
    height: auto !important;
}

.page-custom .card-header {
    padding: 20px;
}
.page-custom .card-header > .header-custom {
    display: flex-root;
    border: var(--border);
    padding: 5px;
    background: rgb(230, 230, 230);
}
.page-custom .card-header > .header-custom > div {
    padding: 5px 0 0 10px;
    display: inline-flex;
}
.page-custom .div-table-caixa table{
    color: #00647d !important;
    font-weight: 900;
    font-size: 15px;
    padding: 10px 0 !important;
    text-align: center;
}
.page-custom .div-table-caixa table tr td a{
    background: none transparent !important;
    padding: none;
    color: #00647d !important;
    font-size: 15px;
}

.page-custom .right {
    float: right;
}

#modalLancamentos #lancamentos_wrapper .row:first-child {
    display: none;
}

.col-title-lancamento .form-group .col-12{
    margin: 5px 0;
}

.col-title-lancamento .form-group .col-12 button{
    width: 100%;
    color: #fff;
    background: #459A4E;
    border: none;
    padding: 15px;
    font-size: 20px;
}
.col-title-lancamento .form-group .col-12 button:hover{
    background: #08718b;
}
.saldo-cliente, .mr-3  {
    background: #ffcc00;
    border-radius: 6px;
    border: 1px #CCAB29 solid;
}

.blinkbg{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
}
.blinkbg > p{
    color: #fff !important;
}
@keyframes blinkingBackground{
    0%		{ background-color: #ffcccc;}
    25%		{ background-color: #ff9999;}
    50%		{ background-color: #ff6666;}
    75%		{ background-color: #ff3333;}
    100%	        { background-color: #ff0000;}
}

.inner-card {
  width: 30% !important;
  flex: 0 0 30% !important;
  background: #E9E9E9 !important;
  border-radius: 10px;
}

.inner-card:last-child {
  margin-right: unset !important;
}

.table.table-sm td, .table.table-sm th {
    padding: 0.4rem 0.2rem;
    font-size: 12px;
    text-align: left !important;
}

.autoSorteio p {
    background: #ffcc00;
    text-align: center;
    display: flex;
    padding: 35px;
    font-size: 22px;
    color: #ff0000;
}

.autoSorteio {
    padding: 50px;
}

#autoSorteioCheck {
  height: 35px;
  width: 50px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.65rem + px);
}

@media only screen and (max-width: 740px){  
    .form-row {
        margin-right: -5px;
        margin-left: -5px;
        display: block;
    }

    .col-form-label {
        font-size: 14px;
        display: block ruby !important;
    }

    .col-4 {
    max-width: initial !important;
    }

    .h1, h2, h3, h4, h5, h6 {
        margin-top: 10px !important;
        margin-bottom: .2rem !important;
    }
}

.bg-solicitacao-ger-camb {
    color: #fff;
    background: #ff0000!important;
}

.bg-solicitacao-jogador td {
    background-color: #c7ff0070 !important;
}

.bg-solicitacao-ger-camb, .solicitacao-processada .btn-link   {
    color: #fff;
    background: #c4302b!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.bg-solicitacao-jogador, .btn-link {
    color: #fff;
    background: #888!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.modal-content {
    color: #555 !important;
}

.btn.p-0 {
    color: #fff;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px !important;;
    cursor: pointer;
}

.bg-solicitacao-ger-camb, .solicitacao-processada .tipo {
    color: #fff;
    background: #c4302b!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.bg-solicitacao-jogador, .tipo {
    color: #fff;
    background: #888!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.status {
    background: #fff!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.status  {
    background: #fff!important;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
}

.bg-solicitacao-jogador td .btn-link:focus, .btn-link:hover {
    color: #01dbdf;
    text-decoration: none;
    background-color: transparent;
 }

 .solicitacao-processada {
    color: #fff;
    background: #b57171 !important;
}
#clients-table_processing {
    display: none !important;
}
