body,
html {
  background-color: white;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  color: #111;
  font-size: 16px;
  line-height: 1.2;
}

#tc_payment {
  display: none;
}

.iti {
  width: 100%;
}

.container {
  position: relative;
  display: grid;
  grid-template-columns: 230px auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container .main {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
}

table {
  width: 100%;

  th,
  td {
    text-align: left;
    padding: 10px 20px 10px 0;
    vertical-align: top;
  }

  th {
    font-weight: 700;
  }

}

table.border {
  width: 100%;

  th,
  td {
    text-align: left;
    padding: 8px 10px;
    vertical-align: top;
    border: 1px solid silver;
  }

  th {
    background-color: var(--primaryColor);
    font-weight: 700;
    border-bottom: 2px solid silver;
  }
}

section {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px auto 10px;
  background-color: #fff;
}

.color {
  margin-right: 10px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 3px 5px 5px;
  text-shadow: 0 1px 1px #f8f8f8;
}

header {
  position: fixed;
  display: block;
  width: calc(100% - 312px);
  height: 55px;
  padding-top: 3px;
  border-bottom: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 98;
}

header .header_inner h1 {
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
}

a {
  color: #111;
  text-decoration: none;
}

a img {
  border: none;
}

sup {
  font-size: 0.7em;
  position: relative;
  top: -0.4em;
}

h1 {
  font-family: "Libre Bodoni", serif;
  font-weight: 700;
  margin: 0 auto 10px;
  font-size: 36px;
  line-height: 1.2;
  color: var(--secondaryColor);
}

h2 {
  font-family: "Libre Bodoni", serif;
  font-weight: 400;
  margin: 0 auto 10px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--primaryColor);
}

h3 {
  font-weight: 700;
  margin: 0 auto 10px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--secondaryColor);
}

hr {
  height: 1px;
  border: 0;
  background: #dfe2e9;
  margin: 10px auto;
}

p {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--primaryFont);
  color: var(--pColor);
  margin: 0 auto 10px;
}

b,
strong {
  font-weight: 700;
}

ul {
  margin: 0 auto 10px;
  list-style: disc;

  li {
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
}

ol {
  margin: 0 auto 10px;
  list-style: decimal;

  li {
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
}

.content {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}

small {
  font-size: smaller;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#media_con {
  width: 100%;
  display: block;
  text-align: left;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.favicon {
  display: block;
  width: 32px;
  height: 32px;
}

progress {
  position: relative;
  width: 50%;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 5px;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background: #111111;
}

.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #fff !important;
  background-color: silver;
  border-radius: 50%;
}

.tooltip:hover:after {
  position: absolute;
  display: inline-block;
  width: 240px;
  bottom: 25px;
  color: #fff;
  text-align: left;
  content: attr(alt);
  left: 0;
  padding: 8px 12px;
  z-index: 98;
  background: rgba(58, 107, 232, 0.9);
  border-radius: 5px;
}

.modal_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.confirm {
  display: none;
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
  width: 90%;
  max-width: 380px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  z-index: 999999;
}

.confirm .mesaj {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  white-space: normal;
}

.confirm img {
  display: block;
  margin: 0 auto 10px;
  width: 160px !important;
  height: 120px !important;
}

.infotip {
  display: block;
  position: relative;
}

.infotip:hover:after {
  position: absolute;
  background: #00a8e1;
  bottom: 32px;
  color: #fff;
  content: attr(title);
  text-align: center;
  padding: 5px;
  min-width: 120px;
  left: 50%;
  margin-left: -60px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.infotip:hover:before {
  position: absolute;
  border: solid;
  border-color: #00a8e1 transparent;
  border-width: 6px 6px 0;
  bottom: 26px;
  content: "";
  left: 50%;
  margin-left: -6px;
  z-index: 999;
}

.status {
  color: #326b31;
  background-color: rgba(223, 240, 217, 0.9);
  border: 1px #b5cfb5 solid;
}

.ikaz {
  color: #9a6737;
  background-color: rgba(253, 249, 228, 0.9);
  border: 1px #ecdebc solid;
}

.hata {
  color: #a93538;
  background-color: rgba(245, 223, 223, 0.9);
  border: 1px #e9b4b4 solid;
}

.info {
  color: #3060a3;
  background-color: rgba(225, 234, 245, 0.9);
  border: 1px #b5cae5 solid;
}

.new {
  background-color: #f1f8f4;
  border: 1px solid #12c457;
  border-radius: 8px;
  padding: 15px;
}

.select ul {
  display: block !important;
}

fieldset {
  padding: 0 !important;
  margin: 20px auto !important;
}

legend {
  color: #484f51;
  font-size: 120%;
}

.alert_con {
  position: fixed;
  width: intrinsic;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  z-index: 99999;
}

.alert_back {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #111111cb;
  z-index: 99998;
  transition: 300ms;
}

.alertMessage {
  position: relative;
  display: inline-block;
  width: intrinsic;
  background: #ccf7ff;
  color: #4498d0;
  border: 2px solid #4498d0;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 35px 15px 20px;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 10px 20px -10px;
}

.alertMessage:after {
  content: "\2715";
  position: absolute;
  right: 4px;
  top: 4px;
  text-align: center;
  width: 26px;
  line-height: 24px;
}

.success {
  background: #e0f1d4;
  color: #398f4f;
  border-color: #c4d6c0;
}

.error {
  background: #f1dfde;
  color: #9e4242;
  border-color: #9e4242;
}

.alert {
  background: #fffaec;
  color: #fd9a10;
  border-color: #ffc700;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8) url(img/loader.svg) center center no-repeat;
  background-size: 50px 50px;
  z-index: 9999;
}

.icon {
  display: block;
  float: left;
  margin-right: 3px;
}

.gizle,
.hidden,
.hide {
  display: none !important;
}

@media (max-width: 1200px) {
  .container .main {
    padding-right: 20px;
  }
}

@media (max-width: 1100px) {
  .container {
    grid-template-columns: 1fr;

    .main {
      padding: 20px;
    }
  }
}

@media (max-width: 480px) {
  .fancy_modal {
    padding: 65px 20px 30px;
  }

  .add_media,
  .preview {
    width: 95px;
    height: 95px;
    margin: 5px 5px 30px;
  }

  .add_media {
    padding-top: 15px;
  }

  .media_title {
    display: none;
  }

  h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 21px;
  }

  .mobil_gizle {
    display: none;
  }
}