@charset "UTF-8";

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 100;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 900;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Black.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 100;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 500;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Product Sans';
    font-style: italic;
    font-weight: 900;
    src: local('Product Sans'), url('../fonts/ProductSans/ProductSans-BlackItalic.woff') format('woff');
}

:root {
    --primary-color: #2b90c1;
    --secondary-color: #fff;
    --background-body-color: #2D2D32;
    --third-color: #066BE2;
    --background-nav-color: #35353A;
    --padding-lg: 40px;
    --widht-sidenav: 350px;
    --red-danger: #FF4040;
}

/* neo-input */

.neo-input .label {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    width: fit-content;
    font-weight: 600;
}

.label-checkbock {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    width: fit-content;
    font-weight: 600;
}

.neo-input .form-control {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    color: #36414D;
    border-radius: 5px;
    border-width: 2px;
    padding: 0 15px;
    height: 60px;
    transition: color 0.3s, border-color 0.3s;
    outline: none;
    box-shadow: none;
}

.neo-input .form-control::placeholder {
    color: var(--secondary-color);
    opacity: 0.5;
}

.neo-input .input-message {
    margin: 5px 0 0;
    color: #e82121;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
}

.neo-input .input-group .input-group-text {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    background-color: #066BE2#ffffff;
    border-width: 2px;
    transition: border-color 0.3s;
    border-color: #A1AAB3;
}

.neo-input.filled .form-control,
.neo-input.filled .input-group-text {
    border-color: #36414D;
}

.neo-input.focused .form-control,
.neo-input.focused .input-group-text {
    border-color: var(--third-color);
}

.neo-input .input-group .input-group-text+.form-control {
    border-left: none;
    padding-left: 0;
}

.neo-input .input-group .form-control:not(:last-child) {
    border-right: none;
    padding-right: 0;
}

.neo-input .input-group .input-group-text:first-child {
    border-right: none;
}

.neo-input .input-group .input-group-text:last-child {
    border-left: none;
}

[data-error="true"] .form-control {
    border-color: var(--red-danger);
}

/* table  */

.page-link:focus {

    box-shadow: unset;

}

.dataTables_info {
    color: white
}

.form-control:focus {
    color: white;
    background-color: var(--background-body-color);
    box-shadow: unset;
}

.custom-select {
    color: white;
    background-color: var(--background-body-color);
    border: none;
    padding: 0.5rem 1.25rem;
    margin: 0 1.25rem;
}

.custom-select {
    color: white;
    background-color: var(--background-body-color);
}


.even {
    background-color: var(--background-body-color) !important;
}

tbody {
  color: #999 !important;
}

thead td {
    padding: 8px 10px;
}

tfoot td {
    padding: 8px 10px;
}

tbody td {
    padding: 8px 10px;
}

div.dataTables_scrollHead table.dataTable {

    margin-top: 0 !important;

}

div.dataTables_scrollFoot table.dataTable {

    margin-bottom: 0 !important;

}

tr {
    transition: all 0.3 ease-in-out;
}

.dataTables_length {
    color: white;
}

.page-link {
    color: var(--primary-color);
    background: var(--background-body-color) !important;
    border: none;
}

.page-link:hover {
    color: var(--secondary-color)
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.even:hover {
    background-color: var(--background-nav-color) !important;
}

.dataTables_scrollHead td::before {
    content: "" !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--primary-color);
}

.dataTables_scrollHead .actions::after {
    content: unset !important;
}

.dataTables_scrollHead .actions::before {
    content: unset !important;
}

.dataTables_scrollHead td::after {
    content: "" !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--primary-color) !important;
    top: 12px !important;
    right: 16px !important;
}

.tabela-default {
    width: 100% !important;
    max-width: 100% !important;
    color: white !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_filter {
    margin: 16px 0;
}

.dataTables_length {
    margin: 16px 0;
}

.dataTables_scroll {
    margin-bottom: 16px;
}

.dataTables_scrollHead {
    background-color: #2d2d32;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.dataTables_scrollFoot {
    background-color: #2d2d32;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.dataTables_filter {
    color: white;
}

.dataTables_filter input::placeholder {
    color: white;
    opacity: 0.5;
}

.dataTables_filter input {
    color: white;
    padding: 0.5rem 1.25rem;
    background-color: var(--background-body-color);
    border: none;
}

.color-primary {
    color: var(--primary-color);
}

body {
    display: flex;
    background-color: var(--background-body-color);
}

.sidenav {
    width: var(--widht-sidenav);
    background-color: var(--background-nav-color);
    height: 100vh;
    border-radius: 0 8px 8px 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 8px var(--background-body-color);
    z-index: 1000;
}

.links-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.logo-wrapper {
    margin-bottom: 40px;
}

.logo-wrapper svg path {
    fill: var(--primary-color);
    width: 100%;
}

.link-sidenav {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.link-sidenav.active {
  color: var(--primary-color);
}

.link-sidenav:hover {
    color: var(--primary-color)
}

.link-sidenav i {
    margin-right: 8px;
}

.cls-1 {
    fill: #010101;
}

.cls-2 {
    fill: var(--primary-color);
}

.status-green {
    color: var(--bs-success);
}

.status-red {
    color: var(--red-danger);
}



.overlay {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 800;
    display: none;
}


/* page content */

.page-content {
    padding: 16px 40px 40px 40px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
}

.page-content .header {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    background-color: var(--background-body-color);
    margin-bottom: 16px;
}

.conta-corrente {
  color: #fff;
}

.input-group input{
  color: #fff;
  background: #2D2D32;
  border: unset;
  padding: 10px 16px;
}

.input-group input::placeholder{
  color: #999;
}

.input-group .input-group-append .input-group-text{
  background: #2D2D32 !important;
  border: unset;
  color: white;
  border-radius: 0 4px 4px 0;
  padding: 10px 16px !important;
}

.button-submit {
  background: var(--primary-color);
  color: white;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  border: unset;
  height: 44px;
  width: max-content;
  min-width: 83px;
}

.button-submit .text-button {
  display: block;
}

.button-submit:hover {
  filter: brightness(110%);
}

.wrapper-values-amout {
  display: block;
  width: 100%;
}

.wapper-value-amount {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: var(--background-body-color);
  border-radius: 8px;
  width: 100%;
}

.label-value-amount {
  font-size: 14px;
  color: #ACB4BA;
  margin-bottom: 4px;
  font-weight: 500;
}

.input-wrapper {
  display: none;
}

.label-info {
  font-weight: 600;
}

.label-input {
  font-size: 14px;
  color: #ACB4BA;
  margin-bottom: 4px;
  font-weight: 500;
}

.value-amount {
  font-size: 16px;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  background-color: var(--primary-color);
  padding: 8px;
  width: 100%;
  min-height: 40px;
}

.wrapper-input-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wrapper-input-check label.text {
  color: #ACB4BA;
}

.value-amount i {
  font-size: 12px;
}

.content-conta-corrente{
    display: flex;
    align-items: center;
}

.content-conta-corrente p{
    margin: 0;
}

.drop-down-menu-profile {
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0;
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    padding-top: 30px;
    transition: .3s;
    z-index: 400;
}

.drop-down-menu-profile:hover {
    opacity: 1;
}

.drop-down-menu-profile ul {
    margin: 0;
    padding: 16px;
    list-style: none;
    background: var(--background-nav-color);
    width: 100%;
    box-shadow: 0px 0px 15px var(--background-body-color);
    border-radius: 16px;
}

.drop-down-menu-profile ul a {
    padding: 8px;
    transition: .3s;
    display: block;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.drop-down-menu-profile ul a:hover {
    background-color: #424344;
}

.profile {
    position: relative;
}

.sidebar-toggler {
    width: 30px;
    height: 30px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sidebar-toggler .top {
    height: 5px;
    width: 30px;
    border-radius: 2px;
    background: #999;
    transition: .3s;
}

.sidebar-toggler .mid {
    height: 5px;
    width: 30px;
    border-radius: 2px;
    background: #999;
    transition: .3s;
    margin: 4px 0;
}

.sidebar-toggler .bot {
    height: 5px;
    width: 30px;
    border-radius: 2px;
    background: #999;
    transition: .3s;
}

.sidebar-toggler.active .top {
    transform: rotate(-45deg) translatex(-11px) translateY(6px);
}

.sidebar-toggler.active .mid {
    transform: translate(50px);
}

.sidebar-toggler.active .bot {
    transform: rotate(45deg) translatex(-6px) translateY(-2px);
}



.content-wrapper {
    padding: var(--padding-lg);
    border-radius: 20px;
    background: var(--background-nav-color);
    box-shadow: 0 0 8px var(--background-body-color);
    height: 100%;
    position: relative;
}

.page-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.second-page-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: white;
}

.button-action {
    color: #fff;
    background: var(--primary-color);
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.action-icons {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebeef2;
    background-color: rgb(235, 238, 242);
    border-radius: 5px;
    color: white;
    margin-right: 4px;
}

.delete {
    background-color: var(--red-danger);
}

.edit {
    background-color: var(--third-colorz);
}

/* checkbox */

.input-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.input-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.wrapper-range-amount {
  display:flex;
  flex-direction: column;
  min-height: 400px;
  height: 100%;
}


.span-purple {
    color: var(--primary-color);
    font-weight: 600;
}

input:checked+.switch-slider {
    background-color: var(--primary-color);
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.title-infos-assinaturas {
    font-size: 18px;
    font-weight: 700;
}

.input-switch.mini {
    width: 50px;
    height: 29px;
}

.input-switch.mini .switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

input:checked+.mini.switch-slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}


/* DashBoard */

.dashboard {
    height: max-content;
    min-height: 500px;
}

[wrapper-content-value] {
  line-height:16px;
}

/* ocult-value */
.button-ocult-value {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: var(--primary-color);
  height: max-content;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

[open-eye] {
  display: block;
}

[eye-slashed] {
  display: none;
}

.button-ocult-value.visible [open-eye]{
  display: none;
}

.button-ocult-value.visible [eye-slashed]{
  display: block;
}

[spinner] {
  display: none;
}

.button-ocult-value.loading [eye-slashed] {
  display: none;
}

.button-ocult-value.loading [open-eye] {
  display: none;
}

.button-ocult-value.loading [spinner] {
  display: block;
}

.button-submit.loading [spinner] {
  display: block;
}

.button-submit.loading .text-button {
  display: none;
}

/* aviso */

.warning-null {
    position: relative;
    width: fit-content;
}

.warning-null i {
    color: #FFBA40;
    font-size: 1.5em;
}

.warning-null i:hover~.message-warning {
    opacity: 1;
}

.message-warning {
    position: absolute;
    right: 20px;
    top: -16px;
    opacity: 0;
    border-radius: 4px;
    background-color: var(--secondary-color);
    font-size: 12px;
    padding: 6px;
    display: flex;
    color: white;
    z-index: 1;
    transition: 0.3s ease-in-out;
    width: max-content;
    pointer-events: none;
}

/* Login */

.content-login {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-wrapper .neo-input .form-control {
    border: none;
    background: var(--background-body-color);
    color: #fff;
    height: 49px;
}

.btn-login {
    height: 49px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--third-color);
    color: #fff;
    transition: .3s;
}

.btn-login:hover {
    filter: brightness(1.3);
}

/* Swal */

.swal2-popup {
    background-color: var(--background-nav-color);
    box-shadow: 0 0 8px var(--background-body-color);
}

.swal2-title {
    color: #fff;
}

.swal2-content {
    color: #fff;
}

.swal2-styled.swal2-confirm {
    background-color: var(--third-color);
}

.swal2-icon.swal2-warning {
    border-color: var(--bs-orange);
    color: var(--bs-orange);
}

.swal2-icon.swal2-error {
    border-color: var(--bs-red);
    color: var(--bs-red);
}

.swal2-icon.swal2-success {
    border-color: #3BCF3E;
    color: #3BCF3E;
}

.loader-wrapper{
    position: absolute;
    width: 100%;
    height: calc(100vh - 122px);
    background: var(--background-nav-color);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 20;
    border-radius: 20px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
heightlink-sidenav
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.button-actions {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:4px;
  border: unset;
}

.view-more{
  color: white;
  background-color: var(--primary-color);
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}



@media (max-width: 1700px) {
    .sidenav{
        width: 250px;
    }
}

@media (max-width: 1400px) {
    .sidenav{
        padding: 16px;
    }
}

@media (max-width: 1200px) {
  .table-wrapper-content {
    max-width: 100%;
    overflow-x: auto;
  }
  
  .dataTables_scrollBody {
      min-width: 1500px !important;
  }

}

@media (max-width: 992px) {

    .sidenav {
        position: fixed;
        top: 0;
        left: -350px;
        transition: .3s;
    }

    .sidenav.active {
        left: 0;
    }

    .page-content {
      padding: 16px;
    }
    
    .content-wrapper {
        width: 100%;
        padding: 16px;
    }

    .page-content .header span.name {
        display: none;
    }
}

@media (max-width: 768px) {

  .wrapper-range-amount {
    min-height: unset;
  }
}

@media (max-width: 575px) {

  .button-submit {
    width: 100%;
  }

    .content-login {
        padding: 0;
    }

    .login-wrapper {
        padding: 16px;
    }

}