/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 18:36:17 */
@media (min-width: 769px) {
#widget-status-cliente {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.status-header {display:none;}
	
	.separador-dowidget {
    height: 10px;
}

#widget-status-cliente .status-box {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
    width: 185px;
    text-align: left;
}

#widget-status-cliente .status-box p {
    margin: 0 0 6px;
    font-size: 14px;
}

#widget-status-cliente .status-box a.btn {
    font-size: 13px;
    padding: 3px 8px;
    background-color: #88b53f;
    border-radius: 2px;
    color: #fff;
    width: 74%;
}

}

@media (max-width: 768px) {
  #widget-status-cliente {
    position: fixed;
    top: 12%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 12px;
    max-width: 160px;
    font-family: sans-serif;
  }

  #widget-status-cliente .status-header {
    background-color: #198754;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  #widget-status-cliente .status-header .seta {
    margin-left: 5px;
    font-weight: bold;
  }

  #widget-status-cliente .status-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 10px;
    margin-top: 6px;
    display: none;
  }

  #widget-status-cliente.aberto .status-box {
    display: block;
  }

  #widget-status-cliente .btn {
    font-size: 11px;
    padding: 4px 6px;
    margin-top: 4px;
    display: block;
    width: 100%;
  }

	#widget-status-cliente .status-box a.btn {
    font-size: 13px;
    padding: 3px 8px;
    background-color: #88b53f;
    border-radius: 2px;
    color: #fff;
    width: 103%;
}
	
  #widget-status-cliente p {
    margin: 0 0 4px;
    font-size: 12px;
  }
}
