@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
.welcomex{
  position: relative !important;
  margin: 250px auto !important;
  width: 250px !important;
  height: 250px !important;
  min-width: 250px !important;
  color: white !important;
  font-family: Ubuntu, sans-serif;
  line-height: 38px;
  display: flex;
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  z-index: -1 !important;
}


#loadingX{
  width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgb(255 255 255 / 48%);
	backdrop-filter: blur(8px) saturate(0.95);
	z-index: 2147483647;
	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;
}


/* LOADING */

.loadingElementX {
  background: url(https://ventistamp.com.br/xpainel/assets/imagens/loading-default.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent !important;
  cursor:wait;
}

.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;
}

/* 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%;
      padding-top: 30px; 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 {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
  }

  .cardX-1 {
    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 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }

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

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

  .cardX-5 {
    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;
  }

  .agradecimento{
      text-align: center;
  }
  .estoqueXlabel{
      width: 100%;
      display: block;
      text-align: left;
      margin: 20px 0;
  }
  .estoqueX select, .estoqueX input[type=number]{
      padding: 10px 0 10px 10px;
      font-size: 20px;
      color: #666;
      background-color: transparent;
      outline: none;
      border: solid #CCC 1px;
  }
  .estoqueX select{
      width: 100%;
  }

  .estoqueX input[type=number]{
      width: 90px;
      text-align: center;
  }

  .estoqueX i, .estoqueX span{
      font-size: 40px;
      cursor: pointer;
      line-height: 35px;
  }
  .estoqueX input[type=submit]{
      width: 100%;
      border: none;
      background: #000;
      color: white;
      font-size: 20px;
      outline: none;
      padding: 10px;
  }

  .labelCaracteristicaSecundaria{

  }
  .estoqueXradios{
      width: 100%;
      float: left;
      margin:10px 0;
  }

  .getCaracteristicasSecundariasContainerRadios{
      border: none;
      width: auto;
      margin: 5px 5px 5px 0;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      float: left;
  }

  .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 */

  /* RADIOS XPAINEL */
  .xlabelContainerRadios{
      border: none;
      width: auto;
      margin: 5px 5px 5px 0;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      display: block;
      float: left;
  }

  .xlabelContainerRadios input[type="radio"]{
      visibility: visible;
      opacity: 1;
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
  }

  .xlabelContainerRadios label{
      padding: 5px 10px !important;
      border: solid #CCCCCC 1px;
      border-radius: 3px;
      transition: 0.5s;
      min-width: 45px;
      text-align: center;
      font-weight: bold;
      color: var(--x-bg-corescura);
  }

  .xlabelContainerRadios select{
      padding: 5px 10px !important;
      border: solid #CCCCCC 1px;
      border-radius: 3px;
      transition: 0.5s;
      min-width: 45px;
      font-weight: bold;
      color: var(--x-bg-corescura);
      margin-bottom: 10px;
  }

  .xlabelContainerRadios select option{
      background: var(--x-bg-corescura);
  }

  .xlabelContainerRadios select option:not(:checked) {
    background-color: #fff;
  }

  .xlabelContainerRadios select option:checked {
    background-color: var(--x-bg-corescura);
    color: var(--x-txt-cor-clara);
  }

  .xlabelContainerRadios label:hover{
      border-radius: 3px;
      transition: 0.5s;
      background: var(--x-bg-corescura);
      color: var(--x-txt-cor-clara);
  }

  .xlabelContainerRadios input[type=radio]:checked ~ label::before, .xlabelContainerRadios input[type=radio] ~ label::before{
      display: none !important;
  }


  .xlabelContainerRadios input[type="radio"]:checked+label
  {
      background: var(--x-bg-corescura);
      color: var(--x-txt-cor-clara);
      font-weight: bold;
      transition: 0.5s;
  }



  /* RADIOS XPAINEL FIM*/
  .estoqueXradios input[type="radio"]{
      visibility: visible;
      opacity: 1;
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
  }

  .estoqueXradios label{
      padding: 5px 10px !important;
      border: solid #CCCCCC 1px;
      border-radius: 3px;
      transition: 0.5s;
      min-width: 45px;
      text-align: center;
      font-weight: bold;
      color: var(--x-bg-corescura);
  }

  .estoqueX select{
      padding: 5px 10px !important;
      border: solid #CCCCCC 1px;
      border-radius: 3px;
      transition: 0.5s;
      min-width: 45px;
      font-weight: bold;
      color: var(--x-bg-corescura);
      margin-bottom: 10px;
  }

  .estoqueX select option{
      background: var(--x-bg-corescura);
  }

  .estoqueX select option:not(:checked) {
    background-color: #fff;
  }

  .estoqueX select option:checked {
    background-color: var(--x-bg-corescura);
    color: var(--x-txt-cor-clara);
  }

  .estoqueXSubmit{
      margin-top: 20px;
      cursor: pointer;
  }


  .estoqueXradios label:hover{
      border-radius: 3px;
      transition: 0.5s;
      background: var(--x-bg-corescura);
      color: var(--x-txt-cor-clara);
  }

  .estoqueXradios input[type=radio]:checked ~ label::before, .estoqueXradios input[type=radio] ~ label::before{
      display: none !important;
  }


  .estoqueXradios input[type="radio"]:checked+label
  {
      background: var(--x-bg-corescura);
      color: var(--x-txt-cor-clara);
      font-weight: bold;
      transition: 0.5s;
  }
  .containerSetas{
      position: relative;
  }
  .setas {
      position: absolute;
      top: -12px;
      right: -20px;
      color: var(--x-bg-corescura);
      font-size: 16px;
      font-weight: bold;
      height: 33px;
      line-height: 17px;
  }

  .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: 22px;
  }

  .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;
  }
  /* SWALALERT */


  /* CLASS L */
  .msgCompra{
      text-align: center;
  }
  /* CLASS L FIM*/


  #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: 145px;
	height: 145px;
	position: fixed;
	top: -73px;
	right: -75px;
	transform: rotate(45deg);
	background: #273f43;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
  z-index: 9999999999999;
  cursor: help;
}
.triangle_off_line p {
	color: white;
	font-family: Ubuntu, sans-serif;
	font-size: 15px;
	line-height: 15px;
	width: 100%;
	height: 52px;
	margin: 70px 0px 0px 0px;
	font-weight: bold;
}

#statusManutencao{
  position: fixed;left: 0;bottom: 30px;width: 100%;height: 25px;z-index: 99999;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 .swal2-title {
	margin: .5em 1em;
	padding: 0;
	font-size: 13px;
	text-align: initial;
	font-family: Arial, sans-serif;
}


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

.swal2-popup.swal2-toast .swal2-title {
	font-weight: 500;
}

.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;
}.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: 30px;
	background: red;
	color: white;
	right: 0;
	text-align: center;
	font-size: 10px;
	margin: 0;
	z-index: 9999999;
	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: 0;
	left: 0;
	z-index: 999999999999999;
	background-color: white;
	width: 100%;
	height: 100%;
	max-width: 0;
	max-height: 0;
	transition: 1.5s;
}

.superdebug input {
	display: block;
	width: 100%;
	background: #273f43;
	height: 100%;
	background-image: url(https://kamban.dev/xpainel/assets/imagens/xpainel-logo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

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