@import url('https://fonts.googleapis.com/css2?family=Anek+Gurmukhi&display=swap');

*{	margin:0; padding:0;
text-decoration: none;
border: 0; outline: 0;
  box-sizing:border-box;
}

::-webkit-scrollbar {
	display: none;
}

form {
  all: unset !important;
}

::placeholder {
  color: rgba(204, 204, 204, 1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

html {
  -webkit-tap-highlight-color : rgba(34, 41, 47, 0.2);
  font-family:'Anek Gurmukhi',sans-serif;
  overflow: hidden;
  scroll-behavior: smooth;
}

.body {
	position: absolute; 
	height: 100%; 
	width: 100%;
	background:url('../img/fundo1.jpeg');
	background-size: 100% 198%;
	/*
	   filter: hue-rotate(1500deg) contrast(90%) !important;
	*/
}

/* CONFIG ADICIONAL*/
.center {
  text-align: center;
}
.display-none {
	display: none;
}
.display-flex {
  display: flex;
}
.display-block {
  display: block !important;
}

.filter {
  filter: invert(1); 
}

h2 {
  color: #e8ecff;
	font-size: 23px;
}
h3 {
  color: #e8ecff;
	font-size: 21px;
}

a {
  color: #3ab3f0;
}

.avatar {
  width: 70px;
  height: 70px;
  margin: 10px;
}

.bolha {
  position: relative; 
  display: inline-block;
  margin: 10px; 
  background: linear-gradient(292deg, #ffffff14, #cbcbcb75) !important;
  padding: 15px; 
  font-size: 50px; 
  border-radius: 60%; 
  height: 74px; 
  text-align: center;
  width: 74px; 
  text-transform: uppercase;
}

.pt {
  display: block;
  font-size: 14px;
  width: 100%;
}
.pt-14 {
  font-size: 14.5px !important;
}

.transparent {
  background: rgb(182 182 182 / 30%) !important;
}
.black {
  background: rgb(12 12 12 / 50%) !important;
}
.vinho {
  background: #8e214b !important;
}
.roxo{
  background: #4c2e83f2 !important;
}

.on-01 {
  background: #E2932D !important;
}
.on-02 {
  background: #009688  !important;
}
.on-03 {
  background: #b6b6b64d !important;
}

.red {
  background: #c23737 !important;
}
.orange {
  background: linear-gradient(45deg, #f44336, #e91e63) !important;
}
.blue {
  background: #2196F3 !important;
}
.blu {
  background: #1672eb !important;
}
.green {
  background: linear-gradient(45deg, #36f436, #219404) !important;
}

.green2 {
  color: #14f80cfb !important;
}
.red2 {
  color: rgb(255, 0, 0) !important;
  text-shadow: 0 0 0.5px rgb(255, 0, 0);
}
.yellow2 {
  color: rgb(250, 246, 32) !important;
}
.branco2 {
  color: #b6b6b6 !important;
}

.square {
  width: 40px !important;
}

.w-40 {
  width: 40% !important;
  max-width: 117px !important;
}
.w-50 {
  width: 50% !important;
  max-width: 110px !important;
}
.w-60 {
   width: 65% !important;
   max-width: 200px !important;
}
.w-90 {
  width: 95% !important;
}

/* NAVBAR (NÃO MEXER) */

.navbar {     
	position: fixed;
	width: 65px;
	height: 99%;
	border-radius: 13px;
	transform: translateY(-50%);
	left: 2px;
	top: 50%;
	padding-top: 30px;
	background: rgba(0, 0, 0, 0.29);
	backdrop-filter: blur(53px);
}

.navbar .navbar-overflow {
	overflow: scroll;
	height: 83%;
}

.navbar-body {
	margin-top:3rem;
}

.navbar-logo {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #3c24783b;
	font-size: 46px;
	padding: 4px;
	border-radius: 13px;
	color: #ebecec;
	margin-top: -17px;
	padding-top: 8px;
	margin-left: 8px;
	margin-bottom: -20px;
	z-index: 18;
	box-shadow: 0px 0px 10px #00000036;
	position: relative;
	text-transform: uppercase;
  cursor: pointer;
}

.navbar-icon {
	height: 27px;
	position: relative;
	margin-left: 18px;
	margin-top: 15px;
	filter: invert(1);
  cursor: pointer;
}

/* FIM NAVBAR */

/* DROPDOWN (NÃO MEXER) */
.dropdown {
	position: relative;
	width: calc(100% - 74px);
	height: 72px;
	left: 70px;
	top: 5px;
	z-index: 2;
	border-radius: 9px;
	background: #0000003b;
	backdrop-filter: blur(53px);
}

.dropdown .drop-text {
	position: absolute;
	left: 11px;
	top: 22px;
	font-size: 100%;
	color: #dddddd;
	width: 200px;
	user-select: none;
	z-index: 1;
}

.dropdown .drop-noty {
	position: absolute;
	left: 5px;
	top: 43px;
	font-size: 90%;
	color: #b3b3b3;
	width: 65%;
	background: linear-gradient(45deg, #fbfbfb09, #ffffff17);
	height: 25px;
	border-radius: 5px;
	padding-left: 6px;
	line-height: 2rem;
	font-weight: 600;
}

.dropdown .sair {
	position: absolute;
	right: 12px;
	top: 19px;
	font-size: 19px;
	color: #f1f1f1;
	text-align: center;
	background: #6868682e;
	padding: 2px;
	padding-top: 7px;
	border-radius: 5px;
	width: 74px;
	user-select: none;
}
/* FIM DROPDOWN */

/* CARD (NÃO MEXER) */

.row {
	position:fixed;
	height: calc(99% - 50px);
	top:47px;
	left:60px;
	margin-left: 5px;
	padding-top:29px;
	padding-bottom:20px;
	width: calc(100% - 69px);
	user-select: none;
	overflow: scroll;
}

.col-sm {
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  font-size: 18px;
  background: #0000005E;
  margin: 4px 0 0 5px;
  padding: 9px 6px 6px;
  color: rgb(255, 255, 255);
}

@media(min-width:800px){
	.container {
	  display: flex;
	  flex-wrap: wrap;
	}
	.col {
    flex: 1 1 50%;
    max-width: 50%;
	}
}

.card {
  position: relative;
	color: #ccc;
	height: 140px;
	border-radius: 9px;
	background: #0000003b;
	backdrop-filter: blur(53px);
	margin-left: 5px;
	margin-top: 3px;
  cursor: pointer;
}
	
.card-text {
	position: absolute;
	left: 17px;
	top: 20px;
	font-size: 25px;
	color: #ececec;
}

.card-item {
	position: absolute;
	left: 15px;
	top: 50px;
	font-size: 75px;
	text-shadow: 0px 0px 33px;
}

.card-img {
  height: 75px; 
  position: absolute; 
  right: 5px; 
  bottom: 15px; 
  filter: brightness(10.5);
  opacity: 0.6;
}

.card-img2 {
  height: 130px; 
  position: absolute; 
  right: 5px; 
  bottom: -20px; 
  filter: brightness(10.5) invert(1); 
  opacity: 0.6;
}
/* FIM CARD */

/* NAVBAR (NÃO MEXER) */
.modal-container {
  position : fixed;
  top : 0;
  left : 0;
  display: none;
  z-index : 50;
  width : 100%;
  height : 100%;
}

.modal {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #00000033;
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
}

.modal-titulo {
    width: 100%;
    height: 37px;
    background: #0000001a;
    color: white;
}

.modal-text {
    color: white;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 14px;
    left: 12px;
    margin-top: -4px;
}

.fechar{
  position: absolute;
   top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ea1e63;
  cursor: pointer;
}

.fechar2 {
  position: absolute;
  top: 7px;
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2196f3;
  cursor: pointer;
}

.modal-body {
  padding: .600rem;
  height: 93vh;
  overflow: scroll;
  text-align: center;
  padding-bottom: 4rem;
}
/* FIM NAVBAR */

/* TABELA */

.table {
  position: relative;
  padding: 5px; 
  background: linear-gradient(45deg, #ffffffe0, #c5e5ff); 
  box-shadow: 0px 0px 5px #0000005e;
  padding-top: 10px;
  text-align: left;
  border-radius: 6px;
  border-bottom: 1px solid #222; 
  padding-left: 13px; 
  color: #000; 
  margin: 2px 2px 4px 2px;
  cursor: pointer;
}

.table-img {
  position: absolute;
  height: 80%;
  right: 4px; 
  opacity: 0.10;
}

.table-body {
  position: relative;
  text-align: center;
  background: #CCCCCC70;
  font-size: 30px;
  padding: 10px; 
  border-radius: 60%; 
  height: 52px; 
  width: 52px;
  line-height: 1.4;
}

.table-info {
  position: absolute; 
  top: 18px;
  left: 75px; 
  font-size: 14px;
}

.table-server {
  white-space: nowrap;
  display: inline-block;
  background: #4a6b86;
  padding-top: 4px;
  color: white; 
  margin-left: 2px;
  width: 35%;
  max-width: 150px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.table-data {
  bottom: -4px;
  right: 3px; 
  font-size: 11px;
  margin-top: 7px;
  position: relative;
}
/* FIM TABELA*/

/* PADRÃO HTML */

.botao {
	cursor: pointer;
	user-select: none;
  display: inline-block;
  margin-top: 5px;
  padding: 7px 5px 5px;
  width: 80%;
  max-width: 300px;
  font-size: 17px; 
  color: rgb(255, 255, 255);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.37);
}

input, select {
  padding: 8px 9px;
  width: 90%;
  border-radius: 5px;
  max-width: 400px;
  background: #00000040;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 6px;
}

textarea {
  padding: 8px;
  height: 130px;
  width: 90%;  
  border-radius: 5px;
  max-width: 400px;
  background: #00000040;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 6px;
}

button {
  padding: 8px 7px 8px 7px !important;
  font-size: 15px !important;
}

.dados-area {
  display: inline-block;
  padding: 10px; 
  background: #ffffff26; 
  width: 80%; 
  max-width: 400px;
  border-radius: 6px; 
  font-size: 16px;
  overflow: scroll;
  margin: 6px;
}
.alert {
  display: inline-block;
  background: rgb(12 12 12 / 50%);
  color: #fff; 
  padding: 11px 6px 8px 6px;
  border-radius: 6px;
  margin: 7px 0 7px 0;
  width: 90%;
  max-width:400px;
  font-size: 15px;
  cursor: pointer;
}

/* CONTEÚDO MODO */

.modo {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin-left: 5px;
	background: rgba(82, 192, 206, 0.2);
	width: 130px;
	height: 130px;
	border-radius: 5px;
	margin-top: 10px;
}

.modo-text {
	width: 100%;
	margin-top: 5px;
	color: #ccc;
	font-size: 14px;
}

.modo-avatar {
	height: 70px;
	width: 70px;
	margin-top: 20px;
	filter: invert(1);
	opacity: 0.99;
}

.dados {
  position: relative;
  padding: 10px;
  background: linear-gradient(40deg, #7a96ff, #96e7ffde);
  text-align: left;
  border-radius: 8px; 
  padding-top: 10px; 
  margin: 2px 2px 4px 2px;
  color: white;
  cursor: pointer;
}
.top-dados {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  margin-top: 5px;
  padding: 8px 10px 6px 10px;
  font-size: 16px; 
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.37);
}
.top-dados2 {
  position: absolute;
  top: 43px;
  right: 5px;
  cursor: pointer;
  margin-top: 5px;
  padding: 8px 10px 6px 10px;
  font-size: 16px; 
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.37);
}
.top-dados3 {
  position: absolute;
  top: 43px;
  right: 85px;
  cursor: pointer;
  margin-top: 5px;
  padding: 8px 10px 6px 10px;
  font-size: 16px; 
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.37);
}
/* ONLINE (NÃO MEXER) */
.on-div {
  position: relative;
  padding: 8px;
  background: #03030345; 
  border-radius: 6px; 
  border: 1px solid #56565666;
  box-shadow: 0px 0px 6px #0000006b; 
  text-align: left; 
  margin: 2px 2px 7px 2px;
  cursor: pointer;
}

.on {
  position: absolute;
  height: 14px; 
  width: 14px; 
  left: auto; 
  right: 4px;
  top: 4px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #3cba42;
  cursor: pointer;
}

.on-circle {
  position: absolute; 
  left: 6px; 
  height: 55px; 
  width: 54px; 
  text-align: center;
  background: #3cba42; 
  border-radius: 60px; 
  padding-top: 12px; 
  font-size: 34px; 
  top: 11px;
}

.on-text {
  color: #d8d8d8; 
  margin-left: 67px;
  margin-top: 4px;
  font-size: 15px;
}

.on-status {
  display: block; 
  color: #6dc16a;
  font-style: initial;
  font-size: 11.5px;
}
/* FIM ONLINE */

/* PERFIL*/

.user-avatar-text {
  position: relative;
  color: #e9e9e9;
  text-align: left;
  font-size: 14px;
  text-shadow: 0px 0px 22px #ffffff8f;
  width: 70%;
  top : 10px;
}

.position-badge {
  float: right;
  margin-top: -105px !important;
}

.status {
  color: #e1e1e1;
  padding: 4px; 
  padding: 8px 10px 5px 10px; 
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.37);
  font-weight: bold;
}

.badge {
  color: #e1e1e1;
  padding: 4px; 
  padding-top: 7px; 
  border-radius: 6px;
  width: 105px;
  font-size: 15.5px;
  margin-bottom: 3px;
  cursor: pointer;
}

.btn {
  cursor: pointer;
	user-select: none;
  display: inline-block;
  margin-top: 5px;
  padding: 9px 5px 5px 5px;
  width: 105px;
  font-size: 16.5px; 
  color: rgb(255, 255, 255);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.37);
}

.conteudo {
  height: 380px; 
  width: 100%; 
  background: #00000029;
  border-radius: 5px;
}

.conteudo-scroll {
  height: 370px; 
  overflow: scroll;
  padding: .400rem;
}

.divs-img {
  height: 45px;
  position: absolute;
  right: 7px;
  top: 20px;
}

/* TELA LOGIN */

.fundo-login {  
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 50;
    background: #00000067;
    backdrop-filter: blur(16px);
    color: white;
}
.tela-login {
    grid-template-columns: 1fr;
    position: absolute;
    top: 47%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 96%;
    background: #00000042;
    padding: 7px;
    max-width: 400px;
    border-radius: 10px;
    z-index: 51;
    color: white;
}
.hora {
    color: white;
    font-size: 40px;
    text-align: center;
    margin-top: -80px;
}
.data {
    font-size: 17px; 
    color: #ffffff;
    text-align: center;
}
.input-login {
    width: 90%;
    margin: 7px 20px;
    display: grid;
    grid-template-columns: 15% 85%;
    font-size: 17px;
    padding: 18px;
    height: 49px;
    background: #f0faffd6;
    border-radius: 7px;
    color: #8f8f91;
}
.input-login::placeholder {
    color: #8f8f91;
}
.botao-login {
    outline: 0;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    width: 90%;
    color: white;
    height: 47px;
    background: #2f6e8be0;
    border-radius: 9px;
    margin: 10px 20px;
    font-size: 16px !important;
    padding: 10px;
}

/* tabela preço*/

.tabela {
  display: inline-block;
  background: rgb(12 12 12 / 50%);
  color: #fff; 
  padding: 15px 13px 13px 13px;
  border-radius: 6px;
  margin: 7px 0 7px 0;
  width: 95%;
  max-width:400px;
  font-size: 15px;
  cursor: pointer;
}
.tabela b {
  float: left;
}
.tabela p{
  float: right;
}

/* spiner */
.loader {
  position: absolute;
  top: 25%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  box-shadow: 0 -40px, 0 40px;
  border-radius: 4px;
  background: currentColor;
  color: #FFF;
  animation: animloader 1s ease infinite;
  z-index: 1;
}

.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  box-shadow: 0 40px, 0 -40px;
  border-radius: 4px;
  background: currentColor;
  color: #FFF;
  position: absolute;
  left: 40px;
  animation: animloader 1s 0.2s ease infinite;
}
.loader::before {
  animation-delay: 0.3s;
  left: 80px;
}

@keyframes animloader {
  0% {
    color: white;
  }
  50% {
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    color: white;
  }
}