<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xo-modal {
  text-align: left;
  font-size: 12px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.xo-modal-header {
  padding: 3px; }
  .xo-modal-header .modal-header-inner {
    padding: 13px;
    background: #387ade;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .xo-modal-header .modal-header-inner button.close {
      font-size: 31px;
      color: #fff;
      text-shadow: 0 1px 0 #000;
      filter: alpha(opacity=50);
      opacity: 0.5; }
      .xo-modal-header .modal-header-inner button.close:focus, .xo-modal-header .modal-header-inner button.close:hover {
        filter: alpha(opacity=100);
        opacity: 1; }
  .xo-modal-header.modal-type-success .modal-header-inner {
    background: #15af15; }
  .xo-modal-header.modal-type-danger .modal-header-inner,.xo-modal-header.modal-type-error .modal-header-inner  {
    background: #ee3f3a; }
  .xo-modal-header.modal-type-warning .modal-header-inner {
    background: #de7a38; }

.xo-popup-window {
  margin: 0 auto;
  width: 450px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  z-index: 2020; }

#xo-choose-frame .xo-popup-window {
  padding: 0;
  display: block;
  width: 450px;
  margin-left: -225px; }

.modal-title {
  font-weight: 700; }

.xo-small-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -175px;
  width: 350px;
  height: 75px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border: 8px; }

  
.xo-overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10000;
	opacity:0.6;
	background-color:#000;
	left:0px;
	top:0px;
}</pre></body></html>