@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
.welcomex{
  background: #212728;
}

html {
  scroll-behavior: smooth;
}

.welcomex-container {
	background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	margin: auto;
	border: solid #2087ac 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 250px;
	width: 250px;
	background-size: cover;
	border-radius: 5px;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: space-evenly;
  color: white;
  padding: 10px;
}

.formValidateContainer {
	font-size: 18px;
	text-wrap: balance;
  text-align: center;
  font-family: Arial, sans-serif;
}

.formValidateContainer small{
  font-size: 10px;
  line-height: 45px;
}

.formValidateContainer input {
	padding: 5px 10px !important;
	margin: 10px auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	display: block;
  color: #545454;
}

.formValidateContainer #recaptcha-container {
	scale: 0.9;
	overflow: hidden;
	float: left;
	width: 305px;
	height: 80px;
	margin: 10px 0 0 -10px;
	text-align: center;
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.formValidateContainer .g-recaptcha {
  display: inline-block;
}

#loadingX{
  width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgb(255 255 255 / 70%);
	backdrop-filter: blur(8px) saturate(0.95);
	z-index: 214748364;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	display: none;
	left: 0;
	top: 0;
	background-size: 90px;
  cursor:wait;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-around;
  background-size: 90px !important;
}

img[src*="loading-default.svg"] {
	width: 32px;
	height: 32px;
	margin: auto;
	display: block;
	border: none;
	box-shadow: none;
}

.xgetDados{
  display: none;
}
/* LOADING */

.loadingElementX, .loadingElementXInput {
  background: url(https://associado.infectologia.org.br/xpainel/assets/imagens/loading-default.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor:wait;
  min-height: 30px;
}

.loadingElementXInput {
	background-position: left !important;
	padding-left: 30px;
}

.loadingElementX *{
  color: transparent !important;
  opacity:0;
  cursor:wait;
}

#loadingX h3 {
	color: #2087ac;
	margin-top: 150px;
	font-size: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	line-height: 30px;
	font-weight: normal;
	text-transform: none;
}

/* LOADING END */
  #resultx{
      width: 80%;
      height: auto;
      margin: 0 auto 10px auto;
      position: fixed;
      bottom: 10px;
      z-index: 9999999;
      left: 10%;
      display: none;
  }
  .xvideo-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; overflow: hidden;
  }

  .xvideo-container iframe,
  .xvideo-container object,
   .xvideo-container embed,
   .xvideo-container video{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  .xclearFix{
      float: left;
      width: 100%;
      margin: 15px 0 !important;
      overflow: hidden;
  }

  .xclearFix::after {
      content: "";
      clear: both;
      display: table;
  }

 
  .cardX-1 {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }

  .cardX-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }

  .cardX-2 {
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }

  .cardX-3 {
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

  .cardX-4 {
    border-radius: 2px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }

  .cardX-5 {
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }

  
  .tableX{

  }
  .tableX caption{
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      font-weight: 900;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
  }
  #recaptchaX{
      width: 100%;
      display: block;
      float: left;
      margin: 10px 0;
  }


  .cartajaxbtcart {
      color: #fff;
      line-height: 70px;
      background: #2b6bb1 !important;
      padding: 15px;
      display: none;
      font-size: 10px;
  }

  .btnajaxbtcart {
     font-size: 15px !important;
      padding: 0 15px !important;
  }

  .img-responsive{
      display: block !important;
      max-width: 100% !important;
      height: auto !important;
      width: 100% !important;
  }

  

  .xpainellock:hover{
    opacity: 1 !important;
  }

  .xDisplayDebugsHidden{
    display: none !important;
  }

  .xDisplayDebugsBlock{
    display: block !important;
  }

/* XPAINELBUTTOM */
.closeAllDegugX {
    position: fixed;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
    background: #000000e8;
    border-radius: 5px;
    padding: 0;
    z-index: 2147483647;
    border: solid #2087ac 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 65px;
    height: auto;
}
.closeAllDegugX:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* XPAINELBUTTOM END */



  .vertical-content{
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: row;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: row;
  }
  #fakefile {
      position: absolute;
      width: 100%;
      height: 100%;
      border: solid red 1px;
      top: 0;
      left: 0;
      cursor: pointer;
      z-index: 9999;
      opacity: 0 !important;
  }

  /* SWALALERT */
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
      z-index: 999999999;
      background: var(--x-bg-transparencia);
  }
  .swal2-image{
      max-width: 70%;
      max-height: 150px;
      filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));
  }
  .swal2-styled{
      background: var(--x-bg-corescura) !important;
  }

  .swal2-styled.swal2-confirm:focus {
      box-shadow: var(--x-bg-corescura) !important;;
  }

.swal2-title {
	font-size: 15px !important;
	line-height: 15px;
	color: #666666 !important;
	font-weight: normal;
	text-transform: none !important;
}

  .swal2-html-container a{
      background: var(--x-bg-corescura) !important;
      padding: 5px 10px;
      color: var(--x-txt-cor-clara);
      text-decoration: none;
      font-size: 12px;
      border-radius: 3px;
  }

  div:where(.swal2-icon) {
    border: none !important;
  }

  .swal2-popup.swal2-toast .swal2-title {
     flex-direction: column !important;
  }
  /* SWALALERT */



  #xSetHtml{
      width: 100%;
      float: left;
      display: block;
  }

  .btn-xpaineltheme-light{
      background: var(--x-txt-cor-clara) !important;
      border-color: var(--x-bg-corescura) !important;
      color: var(--x-bg-corescura) !important;
  }

  .btn-xpaineltheme-dark{
      background: var(--x-bg-corescura) !important;
      border-color: var(--x-bg-corescura) !important;
      color: var(--x-txt-cor-clara) !important;
  }

  #modalX .mModal{
      width: 70%;
  }



  #modalX .fullModal{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
  }


  #modalX .fullModal .modal-content {
      height: auto;
      min-height: 100% !important;
  }

  #modalX .fullModal .modal-content .modal-header{
      padding: 15px 0;
      margin: 0;
  }

  .closemodalX{
      position: fixed;
      right: 5px;
      top: 5px;
      z-index: 5;
      font-size: 50px;
      padding: 0;
      width: 51px;
      height: 47px;
      background: black;
      border: none;
      color: white;
      line-height: 0px;
      border-radius: 5px;
  }

  .imgLoadingX{
      max-width: 25px !important;
      max-height: 25px !important;
  }

  .reCaptcha_terms{
    font-size: 10px;
	line-height: 14px;
	display: block;
    text-align: center;
  }

  .reCaptcha_terms a{
    font-size: 10px;
	line-height: 14px;
  }


  #debugright {
    width: 100%;
    height: 0;
    overflow: hidden;
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 999999;
    border: none;
    background: white;
    transition: 0.5s;
  }

  .debugright-open{
    height: 100% !important;
  }

  /* LOADING CLIENTE */

  .loadingcliente{
    animation: logoloading 2s ease 0s 1 normal forwards;
  }
  @keyframes logoloading {
    0% {
      opacity: 0.8;
      transform: scale(0.2);
    }

    80% {
      opacity: 0;
      transform: scale(1.2);
    }

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

  /* LOADING CLIENTE */

  .cachex {
	position: fixed;
	width: 10px;
	height: 10px;
	background-color: white;
	right: -5px;
	bottom: -5px;
	margin: 0;
	z-index: 999999999999999999;
	transform: rotate(45deg);
	border: solid #2087ac 1px;
	border-style: outset;
}

.triangle_off_line {
	width: 170px;
	height: 170px;
	position: fixed;
	top: -85px;
	right: -85px;
	transform: rotate(45deg);
	background: #273f43;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	z-index: 9999999999999;
	cursor: none;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.triangle_off_line p {
	color: white;
	font-family: Ubuntu, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	margin: 70px 0px 0px 0px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	padding: 0 0 8px 0;
}

#statusManutencao{
  width: 100%;height: 30px;background: red; line-height: 25px; text-align: center;font-family: Ubuntu, sans-serif;
}
#statusManutencao, #statusManutencao *{
  color: white !important;
}
#statusManutencao br{
  display: none;
}

/* ALERTS */


.swal2-popup.swal2-toast {
	padding: 1px
}



.swal2-toast .swal2-icon img {
	margin: 10px 10px 10px 0px;
}

.fakeNotificationFirebase-container-class {
	width: 545px;
	right: 0;
	margin: 0;
	bottom: 0;
	position: fixed;
	border: none;
	left: unset;
	top: unset;
	background-color: transparent !important;
  max-width: 90%;
}


.fakeNotificationFirebase-swalclose {
	position: absolute;
	color: red;
	margin: 0;
	font-size: 25px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
	cursor: pointer;
	z-index: 999999;
	padding: 5px;
}
.fakeNotificationFirebase-container-class img{
	width: 100%;
	margin: 0;
}

.fakeNotificationFirebase-container-class .data-icon {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 90px;
	margin: 15px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}

.fakeNotificationFirebase-container-class a {
	color: white;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.fakeNotificationFirebase-container-class h4 {
	color: #666666;
	margin: 30px auto;
}

.fakeNotificationFirebase-container-class a p {
	margin: 0;
	padding: 20px;
	font-size: 20px;
  color: #666666;
}

.fakeNotificationFirebase-container-class .swal2-html-container {
	margin: 0;
}

.fakeNotificationFirebase-container-class *:focus:visible {
  border: none;;
}

.fakeNotificationFirebase-popup-class {
	max-width: 98%;
	margin: 1%;
	right: 0;
	position: fixed;
}

.LayoutnoResults {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 16px 0;
    font-size: 1rem;
    word-break: break-word;
    width: 100%;
}

@media (min-width: 600px) {
    .LayoutnoResults {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.LayoutnoResults .limparFiltros {
    text-decoration: none;
    color: #c00;
    font-weight: bold;
}
.LayoutnoResults .limparFiltros:hover {
    text-decoration: underline;
}




.object-fit, .xthumbs{
  object-fit: cover;
}

.noticia_texto h1, .noticia_texto h2, .noticia_texto h3, .noticia_texto h4, .noticia_texto h5, .noticia_texto h6{
    background: linear-gradient(90deg, #ad8a2c, #c8a848 51%, #ad8a2c) var(--x, 0) / 200%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent;
}

.transition05 {
  transition: all 0.5s ease-in-out !important;
}

.transition1 {
  transition: all 1s ease-in-out !important;
}

.transition2 {
  transition: all 2s ease-in-out !important;
}
.transition3 {
  transition: all 3s ease-in-out !important;
}

.transition4 {
  transition: all 4s ease-in-out !important;
}

.transition5 {
  transition: all 5s ease-in-out !important;
}

.br br,
.swal2-title br,
#loadingX br {
	display: block !important;
}

.countX{
  display: contents;
}

.iframePreviewContainer{
  	margin: auto;
}

.instagramFeedX {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
		padding: 20px;
		margin: 15px;
	}
	.instagramFeedX .insta-postX {
		flex: 0 1 calc(25% - 10px);
		box-sizing: border-box;
		position: relative;
	}
	.instagramFeedX .insta-postX img {
		width: 100%;
		border-radius: 5px;
		transition: 0.3s;
	}
	.instagramFeedX .insta-postX:hover img {
		transform: scale(1.02);
	}
	@media (max-width: 992px) {
		.instagramFeedX .insta-postX {
			flex: 0 1 calc(33.33% - 10px);
		}
	}
	@media (max-width: 768px) {
		.instagramFeedX .insta-postX {
			flex: 0 1 calc(50% - 10px);
		}
	}
	@media (max-width: 480px) {
		.instagramFeedX .insta-postX {
			flex: 0 1 100%;
		}
	}@keyframes pulsex {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}
.pulsex {
	animation: pulsex 1s infinite;
}

.pulsex:hover, .rotatex:hover,.pulsex:focus, .rotatex:focus{
  animation-play-state: paused;
}

.rotatex {
    animation: rotatex 1s linear infinite;
}



@keyframes rotatex {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@keyframes trianguloX {
    0% {
        right: -300px; /* Inicia fora da tela pela direita */
    }
    100% {
        right: 75; /* Termina fora da tela pela esquerda */
    }
}

.trianguloX{
	animation: trianguloX 1s linear;
}

.scalex:hover{
    transform: scale(1.05);
	transition: 0.5s;
}
.xdisplaydebugshidden{
    display: none !important;
}
.xdisplaydebugsdisplay{
    display:block;
}

.getArrayKeys {
	position: absolute;
	width: 30px;
	height: 25px;
	background: transparent !important;
	overflow: hidden;
	text-align: left;
	padding: 0px 4px;
	color: white;
	line-height: 29px;
	font-size: 12px;
	border: none !important;
    z-index: 9999;
    display: none;
}

.getArrayKeysList {
	float: left;
	border: solid white 1px;
	width: 100%;
	padding: 35px 5px 5px 5px;
	margin: 0 0 5px 0;
	max-height: 128px;
	overflow: auto;
	position: relative;
}



.getArrayKeys1 {
	position: fixed;
	right: 0;
	top: 0 !important;
	z-index: 99999999;
}

.getArrayKeys + .getArrayKeys{ margin: 100px}

.getArrayKeysDisplay {
	overflow: auto;
	min-width: 500px;
	min-height: 500px;
	background: red !important;
	top: 0;
	right: 0;
	position: fixed;
	height: 100%;
	z-index: 999991;
}

small.getArrayKeys.getArrayKeys1.xpainelinput.seochekNot.getArrayKeysDisplay{
	height: 100%;
}

.getArrayKeysBtTop {
	font-size: 10px;
	padding: 1px;
	cursor: pointer;
	width: 25px;
	height: 26px;
	background: black;
	border: solid red 2px;
	border-radius: 5px;
}

.getArrayKeys .getArrayKeysBtTop{
	float: right;
}

.getArrayKeysBt {
	background: black;
	padding: 2px;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	left: -5px;
	top: -5px;
}
.getArrayKeysBt:hover {
    color: red;
}
#csrf_refresh {
	/* position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999999; */

	background: red;
	color: white;
	
	text-align: center;
	font-size: 10px;
	margin: 0;
	
	width: 100%;
	border: none;
	height: 15px;
	padding: 15px;
}


.xpainelinput {
	display: none;
	border: solid red 1px;
	margin: 5px 0;
	background: red !important;
	color: white !important;
	width: 100%;
}

.debug-traducao{
  position: absolute;
	border-radius: 5px;
	margin: 25px 0;
	background: red;
	color: white;
	overflow: hidden;
	display: table-column-group;
	font-size: 8px;
	line-height: 15px;
	width: 100%;
	height: 15px;
	padding: 0 0 0 5px;
	opacity: 1;
}

  .x-color-red{
    color: #FF0000 !important;
  }

  .x-color-green{
    color: #00FF41  !important;
  }

  .x-color-white{
    color: #FFFFFF  !important;
  }

/* BOTOESFLUTUANTES */


.superdebug {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999999999999;
	background-color: white;
	width: 200px;
	height: 200px;
	max-width: 0;
	max-height: 0;
	transition: 1.5s;
	background: transparent;
}

.superdebug input {
	display: block;
	width: 100%;
	background: #273f43;
	height: 100%;
	background-image: url('../../../xpainel/assets/imagens/xpainel-logo.svg');
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 10px;
}

.superdebug-open{
	max-width: 200px;
	max-height: 200px;
	transition: 1.5s;
	color: transparent;
}

.Debug_echo {
	display: block;
	position: relative;
	z-index: 9999;
	pointer-events: none;
	user-select: none;
	font-weight: normal;
	display: none;
}