@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.container {
    /*max-width: 1100px;*/
}
table th,
table td,
.panel.tabbed-panel .panel-heading .panel-title,
.nav-tabs > li > a,
.panel-default > .panel-heading,
body {

}
body {
    background: #181a20;
}
input.error,
textarea.error,
select.error {
	border: 1px solid red !important;
}
label.error {
	position: absolute;
	right: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	display: none;
	text-indent: -9999px;
}
section.login h1.logo,
header.topo h1.logo,
header.topo h1.logo a {
    text-indent: -99999px;
    display: block;
    overflow: hidden;
}
section.login h1.logo a {
    display: block;
}
.updown_box {
    color: #848e9c;
    background-color: #1a1c23;
    border-radius: 3px;
    min-height: 90px;
    width: 100%;
}
.updown_box .fa {
	top: -4px;	
	position: relative;
	font-size: 27px;
}
.updown_box .fa-sort-up {
	top: 4px !important;
}
.market_index_th {
    font-family: "IBM Plex Sans";
    color: #848e9c;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    position: relative;
    float: left;
    margin-left: 15px;
    top: 10px;
}
.open_index {
    font-family: "IBM Plex Sans";
    position: relative;
    top: -10px;
    left: 20px;
    font-size: 12px;
    color: #7f8c8d;
	text-align: left;
}
.lowest_index {
    font-family: "IBM Plex Sans";
    font-size: 12px;
    position: relative;
    top: -8px;
    left: 20px;
    color: #c0392b;
	text-align: left;
}
.height_index {
    font-family: "IBM Plex Sans";
    position: relative;
    top: -6px;
    left: 20px;
    font-size: 12px;
    color: #23844c;
	text-align: left;
}
.market_index_change {
    font-family: "IBM Plex Sans";
    color: #3f3f3f;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    position: relative;
    float: left;
    margin-left: 0;
    top: 27px;
	right: 0;
}
.market_index_change_pr {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: -5px;
    left: -7px;
}

body, html {
    height: 100%;
}
section {
    width: 100%;
    display: block;
    float: left;
}
section.login {
    height: 100%;
    display: inline-table;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #181a20;
}
.login-panel {
    margin-top: 15vh;
}
section.login h1.logo {
    background: url(../img/bg/bitsports_logo.svg) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 25px;
    margin: 0;
    margin-bottom: 30px;
}
section.login div.panel-body {
    background: transparent;
    padding: 25px;
    border: 1px solid #474d57;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
section.login div.panel-body label {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    color: #5F6368;
    font-size: 16px;
    font-weight: bold;
}
section.login div.panel-body input {
    border: 1px solid #474d57;
    font-family: "IBM Plex Sans";
    font-weight: 400;
    color: #848e9c;
    font-size: 16px;
    background: transparent;
}
input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: 0.125rem solid #ccc;
    border-radius: 0.25rem;
}
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75rem;
    height: 0.75rem;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    transition: 0.125s transform ease-in-out;
    box-shadow: inset 1rem 1rem #848e9c;
}
input[type="checkbox"]:checked {
    background-color: #e0138c;
    border-color: #e0138c;
}
input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
input[type="checkbox"]:disabled {
    opacity: 0.25;
}  
input[type="checkbox"]:focus {
    border-color: #e0138c;
} 
input[type="checkbox"]:focus + label {
    color: #e0138c;
}

section.login div.panel-body input.form-control {
    padding: 10px;
}
section.login div.panel-body ::placeholder {
    color:#848e9c !important;
}
section.login div.panel-body h2.titulo {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    color: #eaecef;
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
section.login div.panel-body .btLogar {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    background: #3E64FA;
    color: #FFF;
}
section.login div.panel-body .btLogar:hover {
    background: #385cec;
}
section.login div.panel-body .btCadastro {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #3E64FA;
    color: #3E64FA;
}
section.login div.panel-body .btCadastro:hover {
    background: #edf0fc;
}
section.login div.panel-body .btEsqueceu {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #3E64FA;
}
section.login div.panel-body .btEsqueceu:hover {
    text-decoration: underline;
}
section.login .linhaSenha {
    position: relative;
}
section.login .olho {
    position: absolute;
    right: 10px;
    top: 43px;
}
section.cadastro .login-panel {
    margin-top: 5vh;
}
div.tituloPrincipal {
    padding: 20px 0;
}
div.tituloPrincipal h1 {
    font-family: "IBM Plex Sans";
    font-weight: normal;
    font-size: 28px;
    text-decoration: none;
    color: #3A47CA;
}
div.subTitulo {
    padding: 10px 0;
    display: block;
    width: 100%;
}
div.subTitulo h2 {
    font-family: "IBM Plex Sans";
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    color: #3A47CA;
}
div.subTitulo.compra h2 {
    color: #00875a;
}
div.subTitulo.venda h2 {
    color: #ab111b;
}
.tab-pane {
    padding: 10px 0;
}
.nav-tabs .nav-link {
    font-family: "IBM Plex Sans";
    font-weight: normal;
    color: #848e9c;
}
.tab-pane {
    padding: 0;
}
.btn {
    font-family: "IBM Plex Sans";
    font-weight: normal;
}
table.table tr th,
table.table tr td { 
    font-family: "IBM Plex Sans";
    color: #848e9c;
    font-size: 15px;
}
.label.label-success {
    color: RGB(25, 135, 84);
}
.label.label-danger {
    color: RGB(220, 53, 69);
}
.modal-header h1 {
    font-family: "IBM Plex Sans";
    color: #848e9c;
    font-size: 18px !important;
    font-weight: normal;
}
.modal-header h1.ordemCompra {
    color: #00875a;
}
.modal-header h1.ordemVenda {
    color: #ab111b;
}
.form-label {
    font-family: "IBM Plex Sans";
    color: #FFF;
    font-size: 15px !important;
    font-weight: bold;
}
.modal-body article {
    float: left;
    display: block;
    width: 100%;
    clear: left;
}
.modal-body article h2 {
    font-family: "IBM Plex Sans";
    color: #3A47CA;
    font-weight: normal;
    font-size: 20px !important;
    margin: 10px 0;
}
.modal-body p {
    font-family: "IBM Plex Sans";
    color: #FFF;
    font-size: 15px !important;
}
.modal-body p.cor1 {
    color: #72777a;
}
.modal-body p.taxa {
    margin-top: 10px;
    font-size: 10px;
    color: #888;
    margin-bottom: 0;
}
.modal-body p.info {
    font-size: 10px;
    color: #888;
}
.form-control {
    font-family: "IBM Plex Sans";
    color: #FFF;
    font-size: 15px !important;
}
.input-group-text {
    font-family: "IBM Plex Sans";
    color: #FFF;
    font-size: 15px !important;
}
.box {
    background: #181a20;
    border: 1px solid #474d57;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -moz-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

header.topo {
    background: #23262f;
    height: 74px;
}
header.topo h1.logo {
    background: url(../img/bg/bitsports_logo.svg) no-repeat center left;
    background-size: contain;
    width: 110px;
    height: 74px;
    margin: 0;
    margin-left: 15px;
}
header.topo h1.logo a {
    width: 110px;
    height: 74px;
}
header.topo div.conta {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 15px;
    float: right;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
}
header.topo div.conta a {
    color: #FFF;
    display: contents;
    text-decoration: nono;
}
header.topo div.conta a i {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
aside.lateral {
    min-height: 100vh;
    background: #1a1c23;
    box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -moz-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
}
aside.lateral table th {
    padding-left: 15px !important;
}
aside.lateral nav {
    margin: 20px 0;
}
aside.lateral nav li {
    padding: 5px 0;
}
aside.lateral nav li a {
    font-family: "IBM Plex Sans";
    color: #848e9c;
    text-decoration: none;
    padding: 8px 13px;
    display: block;
    font-size: 15px;
}
aside.lateral nav li a:hover {
    text-decoration: none;
    background: #1c1f26;
    color: #95a0b1;
}
aside.lateral table.table th,
aside.lateral table.table td {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 15px;
    color: #848e9c;
}
aside.lateral table.table th {
    font-weight: bold;
}
footer {
    padding: 15px 0;
    float: left;
    background: #23262f;
    box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    -moz-box-shadow: 0px 0px 5px 0px rgba(69,68,68,0.56);
    width: 100%;
    display: block;
    text-align: center;
}
footer p {
    font-family: "IBM Plex Sans";
    color: #848e9c;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}
.buscaJogador {
    font-family: "IBM Plex Sans";
    padding: 5px 10px;
    cursor: pointer;
}
.buscaJogador:hover {
    background-color: rgb(243, 242, 242) !important;
}
.btCancelarOrdem {
    padding: 0px 2px;
    height: 22px;
}
.scroll {
    width: 100%;
    height: 680px;
    overflow-y: scroll;
}
.filtro {
    margin-bottom: 20px;
}
.filtro input {
    color:#848e9c;
}

/* loading
--------------------------------------------------*/
.gs-loading-spinner .hourglass {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -150px;
	z-index: 999999999999999;
	width: 300px;
	color: #FFF;
	padding: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.14);
	box-shadow: 0px 3px 10px #504e4e3d;
	border-radius: 4px;
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
.gs-loading-spinner .hourglass div.loadGr {
	float: left;
	width: 100%;
}
.gs-loading-spinner .hourglass div.loadTxt {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: block;
}
.gs-loading-spinner .hourglass span {
	display: block;
	float: left;
}
.gs-loading-spinner {
    font-family: "IBM Plex Sans";
	background: #333;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99999999999;
}
.gs-loading-spinner .hourglass {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -150px;
	z-index: 999999999999999;
	width: 300px;
	color: #FFF;
	padding: 20px;
	text-align: center;
	background: var(--primary-color);
	box-shadow: 0px 3px 10px #504e4e3d;
	border-radius: 4px;
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
.gs-loading-spinner .hourglass div.loadGr {
	float: left;
	width: 100%;
}
.gs-loading-spinner .hourglass div.loadTxt {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: block;
}
.gs-loading-spinner .hourglass span {
    font-family: "IBM Plex Sans";
    display: block;
    float: left;
    font-size: 13px;
    line-height: 20px;
}
.gs-loading-spinner {
	background: #333;
	background: rgba(87, 87, 87, 0.1);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99999999999;
}
.gs-loading-spinner .hourglass {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -150px;
	z-index: 999999999999999;
	width: 300px;
    background: #181a20;
	color: #FFF;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 3px 10px #504e4e3d;
	border-radius: 4px;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gs-loading-spinner .hourglass div.loadGr {
	float: left;
	width: 100%;
}
.gs-loading-spinner .hourglass div.loadTxt {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: block;
}
.gs-loading-spinner .hourglass span {
	display: block;
	float: left;
}




@media (max-width: 600px){
    aside.lateral {
        min-height: auto;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
    }
    .btn{
        font-size: 12px;
        height: 27px !important;
    }
    table.table tr th, table.table tr td {
        font-size: 12px;
    }
    footer p {
        font-size: 12px;
    }
    div.tituloPrincipal h1 {
        font-size: 20px;
    }
    div.subTitulo h2 {
        font-size: 16px;
    }
    aside.lateral nav li a {
        font-size: 12px;
        padding: 5px 13px;
    }
    aside.lateral table.table th, aside.lateral table.table td{
        font-size: 12px;
    }
    header.topo div.conta {
        font-size: 13px;
    }
    
    table.responsive {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    table.responsive caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.responsive tr {
        padding: 0;
    }

    table.responsive th,
    table.responsive td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 600px) {
  table.responsive {
    border: 0;
  }

  table.responsive caption {
    font-size: 1.3em;
  }
  
  table.responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.responsive tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.responsive td {
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.responsive td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.responsive td:last-child {
    border-bottom: 0;
  }
}