.d180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn1 {
    background-color: #17254c !important;
    border-color: #17254c !important;
}

.btn2 {
    background-color: #1a960f !important;
    border-color: #0b7a23 !important;
}

.btn3 {
    background-color: #435c6c !important;
    border-color: #17254c !important;
}

.pasif {
    cursor: not-allowed;
}
.pasif2 {
    cursor: not-allowed;
    box-shadow: #111 3px 3px !important;
    background-color: darkgray !important;
}

.adim {
    border: 1px solid #57585c;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    background-color: var(--bs-heading-dark-bg);
    box-shadow: #276DEF 3px 3px;
}

.adim:hover {
    background-color: #276DEF;
    box-shadow: var(--bs-heading-dark-bg) 3px 3px;
    color: var(--bs-heading-dark-bg) !important;
}

.aktif {
    background-color: #276DEF;
    color: white !important;
    box-shadow: var(--bs-heading-dark-bg) 3px 3px;
}

.adim h3 {
    font-size: 13px;
    color: white;
}

.adim:hover h3 {
    font-size: 13px;
    color: var(--bs-heading-dark-bg);
}

.adim:hover .adim_ikon {
    color: var(--bs-heading-dark-bg)
}

.adim_ikon {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: white;
    margin-bottom: 5px;
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
    .adim h3 {
        font-size: 10px;
    }

    .adim:hover h3 {
        font-size: 10px;
    }

    .adim_ikon {
        font-size: 20px;
    }
}

.kongre_baslik {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background-color: var(--bs-heading-dark-bg);
}

.kongre_baslik2 {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background-color: var(--bs-heading-dark-bg);
    padding-top: 25px;
}

.kayit_aciklama {
    list-style: circle;
}

.kayit_aciklama li {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 20px;
}

.giris_input {
    border-radius: 0 20px 20px 0;
}

.giris_input::placeholder {
    color: #111;
    font-weight: bold;
}

.giris_input::placeholder-shown {
    color: #111;
    font-weight: bold;
}

.uyari1 {
    background-color: #ffffcc;
    border: 1px solid #d47638;
    border-radius: 5px;
    text-align: justify;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sunucu {
    background-color: beige;
    border: none;
    font-weight: bold;
}

.sunucu_secili{
    border: 2px solid rgba(0, 104, 42, 0.733) !important;
    background-color: cadetblue !important;
    color:white !important;
}

.ilk td i.yukari {
    display: none;
}

.son td i.asagi {
    display: none;
}

#yazar_listesi tr{border-bottom:#17254c96 1px solid;}

.preview{
    border:4px double #333;
    font-family:Times New Roman;
    font-size:18px;
}

.preview h1{ font-size:25px; font-weight: bold;}

._box {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 2rem rgba(67,160,71,0.1);
	padding: 2rem;  
	background-color: white;
  border-top: 0.125rem solid var(--bs-heading-dark-bg);;
}
label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  
  margin-bottom: 0.5rem;
  color: #607D8B;
}
#newTag {
  font-size: 1rem;
  color: #455A64;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 0.125rem solid #CFD8DC;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  transition: 0.5s all;
}
#newTag:focus, #newTag:active { 
  outline: none; 
  border: 0.125rem solid var(--bs-heading-dark-bg);;
  box-shadow: 0 0 0.5rem rgba(67,160,71,0.15);
}
ul#anahtar_kelimeler {
  display: block;
  padding: 0;
  margin: 0;
}
ul#anahtar_kelimeler::after {
    content: "";
    clear: both;
    display: table;
}
ul#anahtar_kelimeler li {
  position: relative;
  list-style: none;
  float: left;
  font-size: 0.835rem;
  text-transform: capitalize;
  background-color: #E8F5E9;
  line-height: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;  
	word-break: break-all;
}
ul#anahtar_kelimeler li > span.rmTag {
  position: absolute;
  margin: 0.25rem;
  top: 0; right: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: var(--bs-heading-dark-bg);;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
ul#anahtar_kelimeler li > span.rmTag:hover {  
  background-color: #ef9a9a;
}