.wa-button{position:fixed;bottom:20px;left:20px;background:#25d366;text-align:center;z-index:99;cursor:pointer;border-radius:50%;box-shadow:rgba(0,0,0,0.35) 0 5px 15px}.wa-button a{font-size:36px;line-height:50px;color:#fff;width:50px;height:50px;display:block}.wa-button span{position:absolute;opacity:0;bottom:-100px;left:5px;color:#fff;width:300px;padding:10px;background:rgba(37,211,102,0.8);border-radius:5px;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.wa-button:hover span{bottom:58px;opacity:1}

.ckpol {display:none;position: fixed;bottom: 15px;right: 15px;z-index: 999;background: #fff;border: 2px solid #777;border-radius: 5px;padding: 20px;width: 650px;opacity: 0.9;}
.ckpol p {font-family: Verdana, sans-serif;color: #666;font-size: 14px;line-height:16px;}
.ckpol h6 {font-family: Verdana, sans-serif;font-size: 18px;font-weight: bold;}
.ckpol button {font-family: Verdana, sans-serif;padding: 5px 10px;margin-top: 10px;border: 1px solid #777;}
.ckpol a {color: #000;font-weight: bold;}
.ckpol a:hover {color: #888;}
.ckpol .ckkapat {color: #888;position: absolute;top: 14px;right: 20px;font-size: 24px;font-weight: bold;cursor: pointer;}

.mwicerik p,
.mwicerik h2,
.mwicerik h3,
.mwicerik h4,
.mwicerik h5,
.mwicerik ul li,
.mwicerik ul {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.mwicerik ul li{
  list-style: disc;
  margin-left: 20px;
}

.fullA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.mwtabs ul{
  display: flex;
  list-style: none;
  /*justify-content: space-evenly;*/
  gap: 15px;
}

.mwtabs ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.mwtabs button {
  border: 2px solid var(--theme-color1);
  background: #fff;
  color: var(--theme-color1);
  padding: 8px 14px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.mwtabs button.active,
.mwtabs button:hover {
  background: var(--theme-color1);
  color: #fff;
}

.mwtabs-ic {
  border: 1px dotted var(--theme-color1);
  padding: 20px;
}

#smesaj {display: none;}














