/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
body {
    color: #6e6e6e !important;
    font-family: 'Roboto', sans-serif !important;
    background-image: url('https://admin.dataella.com/capturador/Redeban/Actualizacion_Qr/images/background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}*/
@font-face {
    font-family: "roboto";
    src: url("../roboto/Roboto-Light.ttf") format("truetype");
}
body {
    color: #6e6e6e !important;
    font-family: roboto !important;
    /*background-image: url('https://admin.dataella.com/capturador/Redeban/Actualizacion_Qr/images/background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}
label {
    color: #6e6e6e !important;
}
.btn-success {
    background-color: #0c3a9d !important;
    border: #0c3a9d !important;
}
.btn-warning {
    background-color: #df4a21 !important;
    border: #df4a21 !important;
    color: #ffffff !important;
}
.text-success {
    color: #3a5825 !important;
}
.text-warning {
    color: #ed7d31 !important;
}
.text-danger {
    color: #cb2e2e !important;
}
.btn-outline-success {
    color: #0c3a9d;
    background-color: transparent;
    background-image: none;
    border-color:#0c3a9d;
}
.btn-outline-success:hover {
    background-color: #0c3a9d !important;
    color: #ffffff !important;
    transition: all 0.6s;
}
.color-rede-success {
    background-color: #0c3a9d !important;
    border: #0c3a9d !important;
}
.text-rede-success {
    color: #0c3a9d !important;
}
.nav-pills .nav-link.active {
    background-color: #0c3a9d !important;
}
.error {
    color: #ff0000 !important;
}
.min-width-120 {
    min-width: 120px;
}
.min-width-170 {
    min-width: 170px;
}
.min-width-300 {
    min-width: 300px;
}
.table-fixed {
    table-layout: fixed;
}
.table-border-bottom, .table-border-all {
    border-right: 0 !important;
    border-left: 0 !important;
    table-layout: fixed;
}
.table-border-bottom, .table-border-bottom tr td {
    border-bottom: 0 !important;
}
/*.table-border-bottom tr td:last-child, .table-border-all tr td:last-child {
    border-right: 0 !important;
}*/
.table-border-bottom tr td:first-child, .table-border-all tr td:first-child {
    border-left: 0 !important;
}
.table-border-all, .table-border-all tr td {
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.list-style-none {
    list-style: none;
}
.input-total ::-webkit-outer-spin-button,
.input-total::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-total {
  -moz-appearance: textfield;
}
.bottom-0 {
	bottom: 0;
	left: 0;
}
.p-80 {
	padding-bottom: 150px;
}
.h-98 {
    height: 98px;
}
.rounded-30 {
    border-radius: 40px;
}
.position-form-index {
    top: 10px;
    left: -310px;
    max-width: 540px;
    z-index: 1;
}
.text-danger-long {
    font-size: 10px;
}
.button-home-position {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.thead-success {
    background-color: #e5eeff !important;
    color: #0c3a9d !important;
    text-align: center !important;
}
.table {
    text-align: center !important;
}
.border {
    border: 1px #e5eeff solid !important;
}
.table td, .table th {
    border-top: 1px solid #e5eeff !important;
}
.thead-success tr th {
    font-weight: normal !important;
}
.button-download-table {
    top: 0;
    left: 180px;
    z-index: 100;
}
.list-none {
    list-style: none;
}
.mh-800 {
    max-height: 500px;
}
.mh-300 {
    max-height: 300px;
}
.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
}
.btn-whatsapp {
    display: flex;
    font-size: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #ffffff !important;
    bottom: 73px;
    right: 10px;
    width: 70px;
    height: 70px;
    background-color: #25D366;
    border-radius: 50%;
}
.multiselect-container {
    max-height: 200px !important;
    overflow-y: scroll !important;
}
.modal-info-code {
    background-color: transparent;
    border: none;
}
.modal-code-width {
	max-width: 1100px !important;
    width: 100% !important;
}
.modal-code-width table {
	border: 3px #ffffff solid !important;
}
.position-button-password {
    right: 5px;
    top: 40px
}
.height-0 {
    height: 0;
}
@media screen and (max-width: 767px) {
    .position-form-index {
        position: initial !important;
    }
}