html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #d0d6e1;
  background-color: #070e1d;
  font-family: "Poppins", sans-serif;
}

/* Div do conteudo */

main {
  display: flex;
}

main .page-wrapper.full-page {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

main .page-wrapper {
  min-height: 100vh;
  width: calc(100% - 250px);
  margin-left: 250px;
  display: flex;
  flex-direction: column;
}

.page-wrapperClose {
  min-height: 100vh;
  width: calc(100% - 50px);
  margin-left: 50px;
  display: flex;
  flex-direction: column;
}

#contentDiv {
  height: 100%;
  margin-top: 60px;
}

/* Toggle */

.sidebar-header {
  display: flex;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #314473;
  align-items: center;
}

.btn-logo {
  margin-right: 90px;
}

.logo-nav {
  width: 55px;
}

.btnToggle,
.btnToggle:focus {
  border: none;
  box-shadow: none;
}

#btn-toggle-nav,
#btn-toggle-nav:focus {
  border: none;
  color: #d0d6e1;
  outline: 0;
  box-shadow: none;
  display: none;
}

/* Sidebar - Navbar */

.navSideOpen {
  padding: 5px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  background-color: #0d1529;
  border-bottom: 1px solid #314473;
  position: fixed;
  width: calc(100% - 250px);
  z-index: 999;
}

.navSideClose {
  padding: 5px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  background-color: #0d1529;
  border-bottom: 1px solid #314473;
  position: fixed;
  width: calc(100% - 50px);
  z-index: 999;
}

.custom-sidebar {
  width: 50px;
  height: 100%;
  overflow-x: hidden;
  background-color: #0d1529;
  border-right: 1px solid #314473;
  position: fixed;
  z-index: 999;
}

.custom-sidebar.show {
  height: 100%;
  width: 250px;
  overflow-x: hidden;
  background-color: #0d1529;
  border-right: 1px solid #314473;
  position: fixed;
  z-index: 99999;
  margin-left: auto;
  visibility: visible;
}

/* BotÃµes Sidebar list */

.btn-list {
  padding: 25px 0px 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.btn-list li {
  text-align: left;
  list-style-type: none;
}

.nav-link {
  color: #455fa2;
}

.nav-link:hover {
  color: #FE5408;
}

.btn-list-active {
  border-left: 5px solid #FE5408;
}

.btn-list-sidebar {
  color: #455fa2;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0;
  height: 32px;
  white-space: nowrap;
  margin-left: 25px;
}

.btn-list-sidebar:hover{
  color: #FE5408;
}

.btn-list-sidebar-active {
  color: #FE5408;
  margin-left: 20px;
}

.icons {
  width: 16px;
  height: 16px;
}

.list-title {
  font-size: 14px;
  margin-left: 20px;
}

/* Account Button */

.myaccount {
  color: #d0d6e1;
  padding: 10px;
  border-radius: 100%;
  border: none;
  background-color: #FE5408;
}

.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu.show {
  background-color: #070e1d;
  width: 280px;
  position: absolute;
  right: -16px;
  left: auto;
  font-size: .875rem;
  top: 133%;
  border: 1px solid #314473;
}

.myaccount-div.show::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #070e1d;
  position: absolute;
  top: -7px;
  right: 25px;
  transform: rotate(45deg);
  border-top: 1px solid #314473;
  border-left: 1px solid #314473;
}

/* Modal */

.btn-close {
  color: #d0d6e1;
}

.modal-header {
  border-bottom: 1px solid #182239;
  background-color: #0d1529;
}

.modal-footer {
  border-top: 1px solid #182239;
  background-color: #0d1529;
}

.modal-dialog .modal-content {
  background-color: #060a14;
  border: 1px solid #182239;
}

/* Input */

.form-select,
.form-control,
.form-select:focus,
.form-control:focus {
  color: #6176ab;
  background-color: #0d1529;
  border-color: #314473;
  border-radius: 2px;
  box-shadow: none;
}

.form-control::placeholder {
  color: #6176ab;
  opacity: 1;
}

.form-control:disabled {
  background-color: #060a14;
  opacity: 1;
}

/* Custom Cards */

.custom-cards {
  background-color: #0d1529;
  border-radius: 2px;
  border: 1px solid #314473;
  min-height: calc(60% - 3rem);
}

.card-body h5 {
  color: #455fa2
}

.header_card {
  display: flex;
  justify-content: space-between;
}

/* Btn new */

.btn-new {
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  background: linear-gradient(180deg, #FF6F02 0%, #FE5408 100%);
  border: none;
}

.btn-new:hover,
.btn-new:active {
  color: #fff !important;
  border: none;
  background: linear-gradient(1deg, #FF6F02 0%, #FE5408 100%);
}

/* Btn Back */

.btn-fechar {
  color: #d0d6e1;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  font-size: 1.5rem;
  background-color: transparent;
}

.btn-fechar:hover {
  color: #6a717d;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  background-color: transparent;
}

.btn-back {
  background: linear-gradient(180deg, #838383 0%, #414141 100%);
  color: #d0d6e1;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}

.btn-back:hover {
  background: linear-gradient(180deg, #414141 0%, #838383 100%);
  color: #d0d6e1;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}

/* Btn confirm delete */

.confirm-delete,
.confirm-disabled {
  background: linear-gradient(180deg, #ef6767 0%, #fd3411 100%);
  color: #d0d6e1;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}

.confirm-delete:hover,
.confirm-disabled:hover,
.confirm-delete:focus,
.confirm-disabled:focus,
.confirm-delete:active,
.confirm-disabled:active {
  background: linear-gradient(180deg, #fd3411 0%, #ef6767 100%) !important;
  color: #d0d6e1 !important;
  border: none !important;
  font-weight: bold;
  border-radius: 2px;
}

.btn-view,
.btn-edit,
.btn-delete,
.btn-plans {
  color: #d0d6e1;
  border: none;
}

.btn-view:hover,
.btn-edit:hover,
.btn-delete:hover,
.btn-plans:hover {
  color: #314473;
  border: none;
}

/* Select */

option {
  background-color: #0d1529;
  color: #d0d6e1;
}

option:checked,
option:hover {
  background-color: rgb(49 68 115);
  color: #d0d6e1;
}

.error-icon {
  color: #fd3411;
}

.success-icon {
  color: green;
}

.table-responsive {
  text-align: center;
  border: 1px solid rgb(49 68 115) !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center;
}

.icon-modal svg {
  color: #455fa2;
  font-size: 2rem;
}

.formulario .row div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btn-inativo {
  outline: 0 !important;
  color: #d0d6e1 !important;
  border: none !important;
  background: linear-gradient(180deg, #FF6F02 0%, #FE5408 100%);
  padding: 1px 3px 1px 3px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  width: 50px;
}

.btn-inativo:hover,
.btn-inativo:focus,
.btn-inativo:active {
  outline: 0 !important;
  color: #d0d6e1 !important;
  border: none !important;
  background: linear-gradient(1deg, #FF6F02 0%, #FE5408 100%);
  padding: 1px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
}

.btn-ativo {
  outline: 0 !important;
  color: #d0d6e1 !important;
  border: none !important;
  background: linear-gradient(180deg, green 0%, #08440b 100%);
  padding: 1px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  width: 50px;
}

.btn-ativo:hover,
.btn-ativo:focus,
.btn-ativo:active {
  outline: 0 !important;
  color: #d0d6e1 !important;
  border: none !important;
  background: linear-gradient(180deg, #08440b 0%, green 100%);
  padding: 1px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

::-ms-reveal {
  color: #d0d6e1;
  filter: invert(1);
}


.labels-view {
  vertical-align: middle;
  align-items: center;
  display: flex;
}

.divRowView {
  text-align: left;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 1px;
  border-style: groove;
  border-color: rgb(49 68 115);
  border-image: initial;
}

legend {
  display: block;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  text-align: left;
  font-weight: bold;
  color: #d0d6e1;
}

/* Media Query */

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


  .custom-sidebar {
    z-index: 999;
    margin-left: -240px;
    visibility: hidden;
  }

  .header_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-wrapperClose {
    min-height: 100vh;
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  }

  .navSideClose {
    padding: 5px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background-color: #0d1529;
    border-bottom: 1px solid #314473;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .navSideOpen {
    padding: 5px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background-color: #0d1529;
    border-bottom: 1px solid #314473;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  main .page-wrapper {
    min-height: 100vh;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  #btn-toggle-nav,
  #btn-toggle-nav:focus {
    border: none;
    color: #d0d6e1;
    outline: 0;
    box-shadow: none;
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .tabela_dados {
    overflow: auto;
  }
}