@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500&display=swap');
/* ALERTA */
.alert-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.alert-item {
  margin-bottom: 10px;
  min-width: 250px;
  max-width: 250px;
  text-align: center
}
html{
  background-color: #fff;
  position: static;
  height: 100%;
  max-height: 100%;
}
body{
  background-color: #f6f9fc;
  font-family: MontserratReg;
  color: #222222;
  overflow: hidden;
  height: 100%;
  font-size: 11pt;
}
h6{
  color: #555555
}
label{
  user-select: none!important
}
/* INICIO load*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  filter: contrast(0.5);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

  @keyframes spinn {
    to { transform: rotate(360deg); }
  }
  .c-load {
    animation: 1s spinn infinite linear;
    border: 6px solid white;
    border-radius: 50%;
    border-top-color: #2c455a;
    height: 50px;
    width: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 15px);
    position: absolute;
  }
/* FIM do load */
/* MODAL */
.modal{
  padding: 0px;
}
.modal-header{
  padding: 8px 1rem;
  font-family: montserratSemi
}
.modal-footer{
  padding: 0 0.75rem;
}
.modal-body{
  background-color: #F6FCF9;
}

/* FIM do MODAL */
input:focus, select:focus, textarea:focus{
  box-shadow: none!important;
  border-color: #2c455a!important;
}
@font-face {
   font-family: MontserratReg;
   src: url("../_fonts/Montserrat-Regular.ttf");
}
@font-face {
   font-family: MontserratMed;
   src: url("../_fonts/Montserrat-Medium.ttf");
}
@font-face {
   font-family: MontserratSemi;
   src: url("../_fonts/Montserrat-SemiBold.ttf");
}

@media (max-width: 991px){
  .pcBar{
    display: none;
  }
}
@media (min-width: 991px){
  .smartphoneBar{
    display: none;
  }
}

.pop{
  box-shadow: black 0px 0px 60px -25px
}
.bgPop, .perfilbg, .bgPopNOs, .bgPopNDen{
  backdrop-filter: blur(1px);
}

.pcm .col{
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: .2s
}
.pcm .col:hover{
  background-color: #365f78;
}
.pcBar{
  background-color: #2c455a;
  height:100vh;
  z-index: 5;
  max-width: 180px;
	padding: 0;
}
.pcBar i{
  color: white;
  text-align: center;
  font-size: 20px;
  width: 40px;
  padding: 20px 40px 20px 20px;
}
.smartphoneBar{
  box-shadow: 0 5px 10px #2c455a
}
.smartphoneBar .row{
  margin: 5px 12px;
}
.smartphoneBar .col{
  text-align: center;
  height: 100%;
  font-size: 22px;
  padding: 3px 20px;
  color: #2c455a;
}
.smartphoneBar .fa-plus{
  position: absolute;
  background-color: #2c455a;
  color: white;
  top: 0;
  left: calc(50% - 23px);
  height: 46px;
  width: 46px;
  border-radius: 100%;
  padding-top: 12px;
  padding-left: 1px
}
.add{
  position: relative;
  margin-top: -8px;
}
.itemAdd, .itemBusca{
  border-radius: 6px;
  height: 100px;
  background-color: white;
  border: 1px solid #ced4da;
  text-align: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.item{
  border-radius: 6px;
  background-color: white;
  border: 1px solid #ced4da;
  position: relative;
  cursor: pointer;
  user-select: none;
	padding: 10px;
  line-height: 11pt;
}
.item:hover, .itemAdd:hover{
  box-shadow: 0 0 10px -5px #387356;
  transition: .3s
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF!important;
  background-color: #2c455a!important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #eafbf3;
}
.tab{
  border-radius: 6px;
  background-color: white;
  border: 1px solid #ced4da;
  text-align: left;
  position: relative;
	padding: 10px;
	user-select: none;
}
.infa{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.boxBtn{
  margin-top: 15px
}
.boxBtnL{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 10pt
}
.itemBusca{
  text-align: left;
  height: 40px;
  font-family: MontserratReg;
  padding: 10px 12px;
  font-size: 9pt;
  overflow: hidden;
}

.num{
  font-size: 30pt;
  padding-top: 8px
}
table.report-container {
  display: none;
}
.margP p{
  margin-bottom: 5px;
}

/* LISTA ESTILO DROPBOX */

.kList{
  padding: 0px;
  background-color: #f6fcf9;
  border: 1px solid rgba(171,222,194,0.20);
  margin: 5px;
  user-select: none;
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
}
.kList:hover{
  background-color: #eafbf3;
}

.fixed-ul{
  position: fixed!important;
  background-clip: initial!important;
}
.fixed-ul li{
  cursor: pointer;
}

/* TABELAS */
.tbRow{
  text-align: center;
  background-color: #f6fcf9;
  border: 1px solid rgba(171,222,194,0.20);
  margin: 10px;
  user-select: none;
  cursor: pointer;
  min-height: 52px;
  max-height: 52px;
  line-height: 52px;
}
.tbCol{
  position: relative;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.st0{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  font-size: 9pt;
  padding: 2px 8px;
  padding: 1px 15px;
  line-height: 16px;
  border: 1px solid #ffc107;
  background-color: #fff4d3;
  color: #af8300
}
.st1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  font-size: 9pt;
  padding: 2px 8px;
  padding: 1px 15px;
  line-height: 16px;
  border: 1px solid #376371;
  background-color: #AAD3E7;
  color: #375F71;
}
.st2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  font-size: 9pt;
  padding: 2px 8px;
  padding: 1px 15px;
  line-height: 16px;
  border: 1px solid #377154;
  background-color: #aae7c9;
  color: #377154;
}
.st3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  font-size: 9pt;
  padding: 2px 8px;
  width: 90%;
  line-height: 16px;
  border: 1px solid #713737;
  background-color: #E7AAAA;
  color: #713737;
}

.tbPma{
  position: relative;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}
.tbPmaSpan1{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
}
.tbPmaSpan2{
  font-size: 9pt;
}

.tbStatus{
  position: relative;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.form-check {
  padding-left: 2.5em!important;
  padding-bottom: 5px!important;
  padding-top: 5px!important;
}
.form-check-input{
  border: none!important;
}
.form-check-input:checked{
  background-color: white!important
}
input[type='radio']:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -6px;
    left: -12px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -6px;
    left: -12px;
    position: relative;
    background-color: #2c455a;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type='checkbox']:after {
    width: 25px;
    height: 25px;
    top: -6px;
    left: -12px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='checkbox']:checked:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    width: 25px;
    height: 25px;
    top: -6px;
    left: -12px;
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    background-color: #2c455a;
}
.tbNm{
  text-align: center;
  font-weight: bolder;
  font-size: 14pt;
  color: gray;
  padding: 40px 0 20px;
  user-select: none
}
.ocoTbStyle{
  font-size: 10pt;
  user-select: none
}
.iTb{
  padding: 4px 10px 0!important;
}
.iTb i{
  font-size: 15pt;
  cursor: pointer;
}

.modal-xl-custom{
	min-width: 90% !important;
}



/* Centraliza o container da logo na página */
.loading-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

/* Estilo e animação da logo */
.loading-logo {
	max-width: 100px;
	max-height: 100px;
	animation: pulse 1.5s infinite, zoomInOut 2s infinite;
}

/* Animação de piscar */
@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

/* Animação de zoom in e zoom out */
@keyframes zoomInOut {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}


