.kucuk_diyalog {
  display: none;
  right: 2px;
  position: absolute;
  z-index: 55;
  min-height: 401px;
  background-color: var(--bg-sidebarbgcolor);
  border: 1px solid #000;
  width: 250px;
  top: 43px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 0px 1px #000000;
}

.kucuk_diyalog-genis {
  display: none;
  position: absolute;
  z-index: 55;
width: 50%;
  min-height: 401px;
  background-color: var(--bg-sidebarbgcolor);
  border: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: auto;
}

.kucuk_diyalog-bg {
  display: none;
  z-index: 54;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #9990;
}

.kucuk_diyalog-geri-kapat {
  float: right;
  width: 100%;
  height: 30px;
  display: flex;
  z-index: 21;
  position: relative;
  font-family: "calibri";
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.kucuk_diyalog-baslik {
  float: right;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 30px;
  display: flex;
  z-index: 20;
  position: absolute;
  background-color: var(--bg-hidebtnbgcolor);
  font-family: "calibri";
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
}

.kucuk_diyalog-geri-img {
  float: left;
  border-top-left-radius: 5px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 21;
  position: relative;
  background-color: var(--bg-hidebtnbgcolor);
  font-family: "calibri";
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
}

.kucuk_diyalog-geribtn img {
  cursor: pointer;
  left: 5px;
  position: absolute;
  top: 5px;
  float: left;
  height: 20px;
  width: 20px;
}

.kucuk_diyalog-geribtn img:hover {
  left: 4px;
  position: absolute;
  top: 4px;
  float: left;
  height: 20px;
  width: 20px;
  border: 2px solid white;
  border-radius: 50%;
}


.kucuk_diyalog-kapat-img {
  float: left;
  border-top-right-radius: 5px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 21;
  position: relative;
  background-color: var(--bg-hidebtnbgcolor);
  font-family: "calibri";
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
}

.kucuk_diyalog-kapatbtn img {
  left: 5px;
  position: absolute;
  top: 5px;
  float: left;
  height: 20px;
  width: 20px;
}

.kucuk_diyalog-kapatbtn img:hover {
  left: 4px;
  position: absolute;
  top: 4px;
  float: left;
  height: 20px;
  width: 20px;
  border: 2px solid white;
  border-radius: 50%;
}

.kucuk_diyalog-icerik {
  border-top: 1px solid black;
  max-height: 430px;
  overflow: overlay;
  margin-top: 28px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: nowrap;
  align-items: stretch;
  /*margin-bottom: 15px;*/
}

.kucuk_diyalog-label_L2 {
  margin-bottom: 15px;
  box-shadow: 0px 0px 1px #000000e3;
  padding: 0px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.212);
  font-family: "calibri";
  color: var(--text-color);
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.kucuk_diyalog-label_L3 {
  margin-top: 5px;
  display: flex;
  font-family: "calibri";
  color: var(--text-color);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  text-align: left;
  font-size: 12px;
}

.normalbtn {
  cursor: pointer;
  border-radius: 5px;
  height: 25px;
  width: 100%;
  background-color: var(--bg-passivebuttoncolor);
  border: 1px solid;
  cursor: pointer;
}

.normalbtn img {
  top: 1px;
  right: 2px;
  float: left;
  height: 17px;
  width: 17px;
  position: relative;
  cursor: pointer;
}

.normalbtn:hover {
  opacity: 0.5;
}
