﻿.section-urunekle .hosting .hosting-properties ul {
  width: 100%;
}
.section-urunekle .hosting .hosting-properties label {
  width: 200px;
}
.section-urunekle .extension-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-urunekle .extension-list label {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  line-height: 1;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
}
.section-urunekle .extension-list input[type="checkbox"] {
  margin-right: 3px;
  background: red !important;
}
.section-urunekle .onerilen-urunler {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-urunekle .onerilen-urunler > * {
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px !important;
}
.section-urunekle .onerilen-urunler label {
  margin-right: 10px;
  width: auto;
  line-height: 1.2;
  cursor: pointer;
  font-weight: normal;
}
.section-urunekle .onerilen-urunler input[type="checkbox"] {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 3px;
  background: red !important;
}
.section-urunekle .nav-pills > li {
  border: 1px solid transparent;
}
.section-urunekle .nav-pills > li > a {
  border-radius: 0;
}
.section-urunekle .nav-pills > li.active,
.section-urunekle .nav-pills > li.active > a {
  background: #db071b !important;
}
.section-urunekle .loading {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  background-color: rgba(200, 200, 200, 0.8);
  z-index: 5;
  left: 0;
  top: 0;
}
.flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flx.fnwr {
  flex-wrap: nowrap;
}
.flx.fcbw {
  justify-content: space-between;
  align-items: center;
}
.flx.fbw {
  justify-content: space-between;
}
.flx.fc {
  align-items: center;
}
.flx.fcc {
  justify-content: center;
  align-items: center;
}
.wf {
  width: 100%;
}
.hf {
  height: 100%;
}
.ff {
  width: 100%;
  height: 100%;
}
.text-bold {
  font-weight: bold !important;
}
.wizard-actions .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  content: '';
  margin-top: 24px;
  position: relative;
}
.wizard-actions .line i.fa {
  display: none;
  position: absolute;
  top: calc(-100% - 1rem);
  left: calc(50% - 0.5em);
}
.wizard-actions .line.active {
  background: #666;
}
.wizard-actions .line.active i.fa {
  display: inherit;
}
.wizard-actions .ball {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 50px;
}
.wizard-actions .ball label {
  padding: 10px;
  border-radius: 10000px;
  background: #ddd;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  min-width: 50px;
}
.wizard-actions .ball.active label {
  background: #666;
  color: #fff;
}
.wizard-actions .ball.active .title {
  color: #666;
  font-weight: bold;
}
.wizard-actions .ball.active * {
  cursor: pointer;
}
.wizard-actions .ball.current label {
  background: #db071b;
  color: #fff;
}
.wizard-actions .ball.current .title {
  color: #db071b;
  font-weight: bold;
}
.wizard-actions .ball .title {
  white-space: nowrap;
  font-size: 14px;
  color: #ddd;
}
ul.odeme-havale li {
  cursor: pointer;
  background: #f6f6f6;
  padding: 10px;
  display: flex;
  font-weight: normal;
  border: 1px solid #bababa;
  border-bottom-width: 0px;
}
ul.odeme-havale li:last-child {
  border-bottom-width: 1px;
}
ul.odeme-havale li img {
  width: 20%;
}
ul.odeme-havale li input[type="radio"] {
  margin: 5px 20px 5px 0px;
}
ul.odeme-havale li .bankinfo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  font-size: 14px;
  width: 100%;
}
ul.odeme-havale li .bankinfo .bank {
  font-size: 22px;
  margin-bottom: 10px;
}
ul.odeme-havale li .bankinfo div strong,
ul.odeme-havale li .bankinfo div b {
  width: 80px;
  display: inline-block;
}
ul.odeme-havale li:hover {
  background: #ddd;
}
.swal-wide {
  width: 300px !important;
}
.swal-wide .swal2-title {
  margin: 0 0 1em;
}
@media only screen and (max-width: 600px) {
  .kredikarti {
    display: none;
  }
  ul.odeme-havale li {
    flex-wrap: wrap;
  }
  ul.odeme-havale li img {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .swal-wide {
    width: 100% !important;
  }
  .wizard-actions {
    align-items: start;
  }
  .wizard-actions .ball {
    max-width: 40px;
  }
  .wizard-actions .ball label {
    padding: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .wizard-actions .ball label i.fa {
    font-size: 1.5em;
  }
  .wizard-actions .ball .title {
    white-space: normal;
    font-size: 10px;
  }
}
.myLoading {
  border: 5px solid #b9b9b9;
  border-radius: 50%;
  border-top-color: #db071b;
  width: 34px;
  height: 34px;
  -webkit-animation: myLoadingSpin 2s linear infinite;
  animation: myLoadingSpin 0.5s linear infinite;
  display: none;
  margin: 0 auto;
}
@-webkit-keyframes myLoadingSpin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myLoadingSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect;
  /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}
/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}