<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zh-modal {
  background-color: rgba(0, 0, 0, 0.8);
  opacity:          1;
}

.zh-modal-container {
  background-color: rgb(255, 255, 255);
  border:           1px solid #000;
  border-radius:    5px;
  font-family:      Verdana, sans-serif;
  height:           160px;
  padding:          20px;
}

.zh-modal-icons-wrapper {
  height:       32px;
  line-height:  32px;
}

.zh-modal-icons-wrapper img {
  height: 32px;
  width:  32px;
}

.zh-modal-alert-text {
  font-size:    1.4em;
  left:         0px;
  top:          72px; /* Depende dos Ã­cones */
  text-align:   center;
}

.zh-modal[data-state="text"] .zh-modal-container {
  height: auto;
  width:  500px;
}

.zh-modal[data-state="text"] table {
  font-family:  Verdana, sans-serif;
}

.zh-modal[data-state="text"] table th {
  font-family:  Verdana, sans-serif;
  font-size:    14px;
  text-align:   left;
}

.zh-modal[data-state="text"] table td {
	text-align:	left;
}

.zh-modal-header {
  height: 0px;
}

/* .zh-modal .zh-modal-header .zh-modal-close { */
  /* background-color: rgb(1, 171, 235); */
  /* border:           3px solid rgb(186, 218, 85); */
  /* border-radius:    50%; */
  /* color:            rgb(255, 255, 255); */
  /* display:          inline-block; */
  /* float:            right; */
  /* font-family:      latobold, sans-serif; */
  /* font-size:        32px; */
  /* height:           32px; */
  /* line-height:      32px; */
  /* position:         relative; */
  /* right:            -35px; */
  /* top:              -35px; */
  /* vertical-align:   middle; */
  /* width:            32px; */
/* } */

/* @media (max-width:639px){ */
	/* .zh-modal .zh-modal-header .zh-modal-close{ */
		/* right:            -20px; */
	/* } */
/* } */
.zh-modal .zh-modal-header .zh-modal-close:after {
  content:  'X';
}




/* .zh-modal-shield[data-layer="0"] { z-index:  999990; }
.zh-modal[data-layer="0"]    { z-index:  999991; }

.zh-modal-shield[data-layer="1"] { z-index:  999992; }
.zh-modal[data-layer="1"]    { z-index:   999993; }

.zh-modal-shield[data-layer="2"] { z-index:  999994; }
.zh-modal[data-layer="2"]    { z-index:  999995; }





.zh-modal-shield {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  cursor:           not-allowed;
}

.zh-modal {
  background-color: transparent;
  height:           300px;
  width:            300px;
  margin-left:      -150px;
}

.zh-modal-loading img.zh-modal-loading { display:  initial;  }
.zh-modal-loading img.zh-modal-error     { display:  none;   }

.zh-modal-error img.zh-modal-loading { display:  none;     }
.zh-modal-error img.zh-modal-error     { display:  initial;    }



.zh-modal.zh-modal-big {
  width:            492px !important;
  max-height:       320px;
  min-height:       350px !important;
  margin-left:      -246px;
  margin-top:       -175px;
}

.zh-modal-header, 
.zh-modal-footer {
  background-repeat:  no-repeat;
  cursor:             not-allowed;
  height:             45px;
}

.zh-modal-header {
  background-color: transparent;
}

.zh-modal-body{
  background-color:   #fff;
  border:             2px solid #000;
  border-radius:      5px;
  max-height:         472px;
  overflow:           auto;
}

.zh-modal-footer {
  background-color: #fff;
}

span .zh-modal-close {
  font-family: monospace;
  font-size: 300%;
  padding: 0px;
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  right: -16px;
  position: relative;
  top: 25px;
  color: #fff;
}

.zh-modal-body {
  font-family:  'Lato', sans-serif;
  font-size:    100%;
  font-weight:  700;
  padding:      10px;
  text-align:   left;
  padding:      40px 25px;
}

.zh-modal-body h3 {
  margin: 0px;
}

.zh-modal-alert {
  line-height:  1.5em;
}

.zh-modal-footer {
  text-align: center;
}

.zh-modal-footer img {
  margin: 5px 20px;
}

.zh-zoom-image img {
  max-width:  100%;
}
 */</pre></body></html>