/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 14:12:51 */
html {
  scroll-behavior: smooth;
}

.mwindows {
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 13px 16px;
  transform: translateZ(0);
  transition: filter .2s;
}

.mwindows:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.mwindows:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
	color: white;
}

.mwindows:disabled {
  cursor: auto;
}

.mwindows:active {
  border-width: 4px 0 0;
  background: none;
}
