/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2024 | 19:42:49 */
button.osano-cm-window__widget {
  background-color: transparent;
}
.osano-cm-widget:focus {
    outline: none !important;
    outline-offset: 0rem !important;
}
.osano-cm-window__widget > svg > path:nth-child(1) {
  stroke: #f0a72d !important;
}
.osano-cm-window__widget > svg > path:nth-child(2) {
  stroke: #f0a72d !important; /* needs to match stroke color from outline */
  fill: white !important;
}
.osano-cm-window__widget > svg > g {
  fill: #f0a72d !important;
}
.osano-cm-list-item:nth-child(5) {
 display: none;
}
.osano-cm-button {
    background-color: #31752f !important;
}
.osano-cm-close:focus {
    outline: 0px !important;
	border-color: transparent !important;
}
.osano-cm-close {
    background-color: transparent !important;
}
.osano-cm-info-dialog-header__close {
    color: #FFFFFF !important;
    stroke: #FFFFFF !important;
}
.osano-cm-link {
    color: #ffad15 !important;
}