﻿@charset "UTF-8";
/*
    Importacao das fontes do bootstrap
*/
@import url("../icons/bootstrap/font/bootstrap-icons.css");
@font-face {
  font-family: "bootstrap-icons";
  src: url("../icons/bootstrap/font/fonts/bootstrap-icons.woff2") format("woff2"), url("../icons/bootstrap/font/fonts/bootstrap-icons.woff") format("woff");
}
/*
    Variaveis
*/
/*Cores*/
/*Fontes*/
@font-face {
  font-family: "Courier Prime";
  src: url(../../fonts/Courier_Prime/CourierPrime-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-weight: 300;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  max-width: 100vw !important;
}

/*
    Estilos Globais das paginas de autenticacao
*/
.page {
  background-color: #f2f2f2;
}

.login-page {
  background-image: url("../img/ImgBackgroundAuth.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  min-height: 92vh;
}

.main-not-authorized {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.form-side {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 40%;
  justify-content: space-between;
}

#img-auth {
  height: 20vh;
}

#img-logo-auth {
  height: 14vh;
}

.form-auth {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0 0 0 8rem;
  background-color: #f2f2f2;
  min-height: 80%;
  width: 100%;
}

.container-logo {
  margin: 5rem 4rem 4rem 4rem;
  padding: 5px;
  display: flex;
  justify-content: center;
  height: 7rem;
}

.card {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  align-content: center;
  align-items: center;
  border: none;
}

.container-body {
  width: 55% !important;
}

.card-login {
  height: 5rem;
}

.label-form-login {
  font-size: 18px;
}

.btn-submit {
  width: 100%;
  height: 4.5vh;
  background-color: #002642;
  font-size: 17px;
  border: #002642;
}

.btn-submit:hover {
  background-color: rgb(48, 90, 150) !important;
}

.loading {
  height: 20px !important;
  width: 20px !important;
}

.error-message {
  color: red;
}

.icon-css-page {
  font-size: 1.2rem !important;
}

td {
  height: 35px;
  font-size: 17px !important;
}

.text-login {
  font-size: 18px;
}

.container-body {
  max-width: 100%;
}

/*
    CSS - Global Autenticado
*/
.body-container-nav-menu {
  max-width: 100vw;
  width: 100vw;
}

.body-overflow {
  overflow: hidden;
}

.page-authorized {
  background-image: url("/img/Vector.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

header {
  height: 11vh !important;
}

main {
  min-height: 76vh !important;
}

footer {
  font-size: 15px;
  height: 8vh !important;
}

.btn-float-action {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*
    Css do NavMenu
*/
.demo-drawer .dxbl-drawer-content {
  font-size: var(--dxbl-drawer-panel-font-size);
  line-height: var(--dxbl-drawer-panel-line-height);
  overflow: auto;
  padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
}

.demo-drawer:has(.demo-drawer-menu) {
  --dxbl-drawer-panel-body-padding-x: 0;
  --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 0.9375rem;
  --dxbl-menu-top-left-border-radius: 0;
  --dxbl-menu-top-right-border-radius: 0;
  --dxbl-menu-bottom-left-border-radius: 0;
  --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-sm .dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 0.8125rem;
}

.dxbl-lg .dxbl-menu.demo-drawer-menu {
  --dxbl-menu-item-padding-x: 1.0625rem;
}

.header-drawer {
  margin: 5px;
  width: 100vw;
}

.target-content {
  min-height: 92vh;
  width: 100vw;
  padding: 0;
}

/*
    CSS da pagina home
*/
.card-create-company {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 8px;
}

.btn-nav-menu {
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold !important;
}

.list-company-grid {
  width: 75vw;
  margin: 50px auto;
}

.grid-company {
  cursor: pointer;
}

.card-home {
  cursor: pointer;
  border-radius: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 20px;
  width: 200px;
  height: 15vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.card-home:hover {
  transform: translateY(-10px);
}

.card-content-home h2 {
  margin: 0;
  font-size: 24px;
}

/*Company Menu*/
.btn-company-menu {
  height: 30px;
  background-color: transparent;
}

.btn-company-menu:hover {
  background-color: rgba(225, 224, 224, 0.6941176471) !important;
}

.form-info-company {
  height: 2.5rem;
  font-size: 16px;
}

.grid-cel-text {
  font-size: 20px;
}

.label-info-company {
  color: #000 !important;
}

.btn-popup {
  font-size: 18px;
  margin: 5px;
}

.drawer-tree-view-command {
  display: flex;
  height: 90vh;
  overflow: auto;
}

/*
    BreadCrumb
*/
.breadcrumb {
  list-style: none;
  display: flex;
  gap: 5px;
  background-color: transparent;
}

.breadcrumb-item a {
  text-decoration: none;
  color: gray;
}

.breadcrumb-item span {
  font-weight: bold;
}

/*
    Configurações da empresa
*/
.popup-config-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 15rem;
}

.popup-config-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 35vh;
}

.popup-profile {
  height: 45vh;
}

/*
    Rotina
*/
.btn-active-inactive {
  background-color: #002642 !important;
  height: 35px;
  color: #fff;
}

.query {
  font-family: "Courier Prime", monospace !important;
}

.toggle-switch {
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.switch {
  width: 50px;
  height: 26px;
  border-radius: 50px;
  background-color: red;
  position: relative;
  transition: background-color 0.3s ease;
}

.switch-circle {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
}

.grid-table {
  max-height: 55vh;
}

.popup-configuration-size-routine {
  margin: 0 !important;
}

/*
    Lista de Dados

*/
.search-datalist {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.img-datalist {
  margin-top: 5rem;
  height: 30rem;
  border-radius: 50%;
  margin-right: 10px;
}

.PopUpEditForm {
  width: 25vw !important;
}

.hidden-card {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card-home {
  transition: all 0.5s ease;
}

.dxbl-menu-item-text {
  font-weight: bold !important;
}

.PopUpEditFormTable {
  width: 50vw !important;
}

/*
    Temas
*/
.theme-blazing-berry {
  background-color: #6436AE;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-purple {
  background-color: #7989ff;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-office-white {
  background-color: #fe7109;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

.theme-blazing-dark {
  background-color: #46444a;
  height: 1.5vh;
  width: 0.8vw;
  border: 0.6px solid #fff;
}

/*
    CSS do Modal de Reconnect
*/
.show {
  margin: 10vh !important;
}

#components-reconnect-modal {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
}

#components-reconnect-modal.components-reconnect-show {
  display: block;
}

#components-reconnect-modal.components-reconnect-show div.reconnecting {
  display: block;
}

div.reconnecting {
  display: none;
}

#components-reconnect-modal.components-reconnect-failed {
  display: block;
}

#components-reconnect-modal.components-reconnect-failed div.failedToConnect {
  display: block;
}

div.failedToConnect {
  display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
  display: block;
}

#components-reconnect-modal.components-reconnect-rejected div.connectionRejected {
  display: block;
}

div.connectionRejected {
  display: none;
}

#components-reconnect-modal.components-reconnect-hide {
  display: none;
}

.btn-float-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.btn-float-container.show-float {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.btn-float-action-data {
  font-size: 30px;
  height: 3.5rem;
  width: 3.5rem;
  font-weight: bold;
  border-radius: 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icon-size {
  font-size: 23px;
}

.img-not-found-resize {
  height: 45%;
}

.editor {
  width: 100%;
  border: 1px solid #ccc;
  height: 65vh;
  padding: 10px;
  font-family: "Courier Prime", monospace;
  white-space: pre-wrap;
  overflow-y: auto;
}

.editor br {
  content: "";
  display: block;
  margin-bottom: 2px;
}

.keyword {
  font-weight: 600;
}

/*
    Responsividades Globais
*/
@media (max-width: 500px) {
  .nav-buttons {
    display: none;
  }
  .popup-button-nav {
    display: block;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
  }
  .container-grid {
    flex-direction: column !important;
  }
}
@media (min-width: 500px) {
  .nav-buttons {
    display: flex;
  }
  .popup-button-nav {
    display: none;
  }
}
@media (max-width: 999px) {
  .hide-on-small {
    display: none !important;
  }
  .form-side {
    width: 100%;
  }
  .form-auth {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .popup-configuration-size {
    width: auto !important;
  }
  .card-change-password {
    width: 100vw !important;
  }
  .PopUpMessageError {
    width: auto !important;
  }
  .btn-navigation {
    width: 40% !important;
  }
  .PopUpEditForm {
    width: auto !important;
  }
  .PopUpEditFormTable {
    width: auto !important;
  }
  .container-forms {
    width: auto !important;
  }
  .editor {
    height: 60vh;
  }
}
@media (min-width: 1000px) and (max-width: 1370px) and (max-height: 799px) {
  .popup-user-menu-select {
    width: 65vw !important;
  }
  main {
    min-height: 73.5vh !important;
  }
  .editor {
    height: 60vh;
  }
}
@media (min-width: 1371px) and (max-width: 1500px) {
  main {
    min-height: 73.5vh !important;
  }
  .editor {
    height: 60vh;
  }
}
