body {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0;
  background-position: center top;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-attachment: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-auto {
  width: auto !important;
}

.boxs-img-mw {
  max-width: 100% !important;
}

body a {
  text-decoration: none;
}

body .mt-2 {
  margin-top: 1rem;
}

body .mb-2 {
  margin-bottom: 1rem;
}


body .border-r0 {
  border-radius: 0;
}

body .d-none {
  display: none !important;
}

body .d-block {
  display: block !important;
}

body p {
  margin: 0;
}

body .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

body .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0000008a;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  font-size: 14px;
  left: 50%;
  font-weight: 500;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 4px #00000099);
  filter: drop-shadow(0px 0px 4px #00000099);
}

body .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0000008a transparent transparent transparent;
}


body .social .button:hover {
  opacity: 1;
}

body .content {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body .content .logo-main {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body .content .logo-main .logo {
  background: url(../images/logo.png) no-repeat center;
  height: 180px;
  background-size: contain;
}

@media screen and (max-width: 985px) {
  body .content .logo-main .logo {
    height: 120px;
  }
}

body .content .button-container {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

body .content .button-container .button {
  width: 299px;
  height: 120px;
  cursor: pointer;
}

body .content .button-container .button:hover {
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4);
}

body .content .button-container .button .zero {
  width: 299px;
  height: 47px;
}

body .content .button-container .button .text-main {
  width: 100%;
  height: 73px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
}

body .content .button-container .button .text-main .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #f4f3f0;
  display: block;
  font-weight: 700;
}

body .content .button-container .button .text-main .desc {
  font-size: 12px;
  color: #cfefff;
  font-weight: 500;
  display: block;
}

body .content .button-container .home {
  background: url(../images/homepage.png) no-repeat center;
}

body .content .button-container .register {
  background: url(../images/register.png) no-repeat center;
}

body .content .button-container .download {
  background: url(../images/download.png) no-repeat center;
}

@media screen and (max-width: 985px) {
  body .content .button-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
}

body .content .box {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  background: #0e100f;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}

body .content .box .head {
  width: 100%;
  height: 55px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#08364d), to(#052033));
  background-image: linear-gradient(to top right, #08364d, #052033);
  color: #f4fcfc;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

body .content .box .body-lr {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
}

body .content .box .body-lr .item {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: center;
  background-size: cover;
  font-size: 15px;
  background-position: center;
  background-color: #161817;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .body-lr .lr-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .body-lr .lr-img .boxs-img {
  border-radius: 10px;
  max-width: 100% !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #770000;
  -webkit-box-shadow: 0 0 0 0.5px #e6b813;
  box-shadow: 0 0 0 0.5px #e6b813;
  border-radius: 10px;
  max-width: 100% !important;
  height: auto !important;
}

body .content .box .body-lr .lrbox {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body .content .box .body-standart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .content .box .body-standart .item {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: center;
  background-size: cover;
  font-size: 15px;
  background-position: center;
  background-color: #161817;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .body-standart .boxs-img {
  border: 5px solid #770000;
  -webkit-box-shadow: 0 0 0 0.5px #e6b813;
  box-shadow: 0 0 0 0.5px #e6b813;
  border-radius: 10px;
  max-width: 100% !important;
  height: auto !important;
}

body .content .box .sayac {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .sayac .sayac-text {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: center;
  font-size: 16px;
  background-position: center;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 3px #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #161817f0), to(#161817)), url(../images/test.png);
  background: linear-gradient(#161817f0 50%, #161817 100%), url(../images/test.png);
}

body .content .box .sayac .sayac-text #sayac {
  color: #ffffff;
  font-weight: normal;
}

body .content .box .sayac .sayac-text #sayac .time-counter,
body .content .box .sayac .sayac-text .time-counter {
  color: #36799b;
  font-weight: bold;
}

body .content .box .body {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .body .item {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: center;
  background-size: cover;
  font-size: 15px;
  background-position: center;
  background-color: #161817;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .biyolog {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .biyolog .media {
  width: 100%;
  height: 70px;
  font-size: 14px;
  background-color: #161817;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
}

body .content .box .biyolog .media .thumbnail {
  height: 50px;
  min-width: 50px;
  background: #141515;
  border: solid 1px #090b0b;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
}

body .content .box .biyolog .media .media-body {
  width: 100%;
  padding: 0px 10px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

body .content .box .biyolog .media .media-body .title {
  font-weight: 500;
  font-size: 17px;
}

body .content .box .biyolog .media .media-body .desc {
  font-weight: 400;
  font-size: 15px;
}

body .content .box .efsunoran {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .efsunoran .item {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: left;
  background-size: cover;
  font-size: 15px;
  background-position: center;
  background-color: #161817;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 0;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 8px;
}

body .content .box .efsunoran table {
  color: #f4fcfc;
  background-color: #161817;
  border: solid 1px #dee2e61f;
  border-radius: 3px;
  border-collapse: collapse;
}

body .content .box .efsunoran table thead {
  border: 1px solid #dee2e61f;
  background: #212322;
}

body .content .box .efsunoran table thead tr td {
  padding: 0.75rem;
  border: 1px solid #dee2e61f;
}

body .content .box .efsunoran table tbody tr {
  cursor: pointer;
}

body .content .box .efsunoran table tbody tr:hover {
  color: #f9dc44;
  background-color: #00000013;
}

body .content .box .efsunoran table tbody tr:nth-of-type(even) {
  background-color: #00000054 !important;
}

body .content .box .efsunoran table tbody tr td {
  padding: 0.75rem;
  border: 1px solid #dee2e61f;
}

body .content .box .efsunoran table .table-bordered td,
body .content .box .efsunoran table .table-bordered th {
  border: 1px solid #dee2e61f;
}

@media screen and (max-width: 620px) {
  body .content .box .npc {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
  }
}

body .content .box .npc {
  width: 100%;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body .content .box .npc .character {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-filter: drop-shadow(2px 4px 8px #00000063);
  filter: drop-shadow(2px 4px 8px #00000063);
  border-radius: 5px;
  overflow: hidden;
}

body .content .box .npc .character .name {
  width: 220px;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#235872), to(#0b2d44));
  background-image: linear-gradient(to top right, #235872, #0b2d44);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-bottom: solid 1px #000;
  -webkit-box-shadow: 0px 20px 20px 0px #00000038;
  box-shadow: 0px 20px 20px 0px #00000038;
  z-index: 1;
  text-shadow: 1px 1px 5px black;
}

body .content .box .npc .character .profile {
  width: 220px;
  height: 220px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #151716;
}

body .content .box .npc .character .npc1 {
  background-image: url(../images/character/0.png?0);
}

body .content .box .npc .character .npc2 {
  background-image: url(../images/character/1.png?0);
}

body .content .box .npc .character .npc3 {
  background-image: url(../images/character/2.png?0);
}

body .content .box .npc .character .npc4 {
  background-image: url(../images/character/3.png?0);
}

body .content .box .npc .character .npc5 {
  background-image: url(../images/character/4.png?0);
}

body .content .box .npc .character .npc6 {
  background-image: url(../images/character/5.png?0);
}

body .content .box .npc .character-items .info {
  width: 100%;
  height: 40px;
  background-color: #ffffff0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  text-shadow: 1px 1px 5px black;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 930px) {
  body .content .box .npc .character-items .character-menu {
    -ms-grid-columns: 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media screen and (max-width: 500px) {
  body .content .box .npc .character-items .character-menu {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }

  body .content .box .npc .character-items .info {
    height: 50px;
    padding: 0px 5px;
  }
}

body .content .box .npc .character-items .character-menu {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

body .content .box .npc .character-items .character-menu .menu {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #0b2c43;
  font-size: 14px;
  padding: 0px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 17px;
  font-weight: 450;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

body .content .box .npc .character-items .character-menu .menu:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

body .content .box .npc .character-items .character-menu .menu:active {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

body .content .box .npc .character-items .character-menu .active {
  background: #19465f;
}

body .content .box .npc .character-items .character-item-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1c1e1d;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .content .box .npc .character-items .character-item-box .ibox {
  width: 50px;
  min-height: 50px;
  height: auto;
  border-radius: 5px;
  background: #161717;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  margin: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .npc .character-items .character-item-box .ibox:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

body .content .box .standart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .content .box .standart .item {
  width: 100%;
  min-height: 40px;
  height: auto;
  text-align: left;
  background-size: cover;
  font-size: 15px;
  background-position: center;
  background-color: #161817;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 0;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 8px;
}

body .content .box .standart .boss-item-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1c1e1d;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
}

body .content .box .standart .boss-item-box .boss-item-title {
  width: 100%;
  position: relative;
  min-height: 30px;
  height: auto;
  padding: 5px 0px;
  background: #2e302f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

body .content .box .standart .boss-item-box .ibox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .content .box .standart .boss-item-box .ibox-flex .ibox {
  width: 50px;
  min-height: 50px;
  height: auto;
  border-radius: 5px;
  background: #161717;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  margin: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .standart .boss-list {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 15px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

body .content .box .standart .boss-list .listbox {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #151716;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  cursor: pointer;
}

body .content .box .standart .boss-list .listbox:hover {
  background-color: #ffffff0a;
}

body .content .box .standart .boss-list .active {
  background-color: #1c1e1d !important;
}

body .content .box .donusumler {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .content .box .donusumler .donusum-main {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body .content .box .donusumler .donusum-main:nth-child(2) {
  margin-top: 5px;
}

body .content .box .donusumler .donusum-main .grid1 {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler .donusum-main .grid1 .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler .donusum-main .grid1 .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler .donusum-main .grid1 .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
}

body .content .box .donusumler .donusum-main .grid1 .item-view .item-desc {
  color: #ffc96c;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

body .content .box .donusumler .donusum-main .dbox {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler .donusum-main .teksira {
  grid-template-columns: 1fr !important;
}


body .content .box .donusumler .donusum-main .dbox .conversion-item-plus {
  position: absolute;
  right: 0;
  background: #101110;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

body .content .box .donusumler .donusum-main .dbox .conversion-item-plus svg {
  fill: white;
}

body .content .box .donusumler .donusum-main .dbox .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler .donusum-main .dbox .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler .donusum-main .dbox .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
}

body .content .box .donusumler .donusum-main .dbox .desired-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

body .content .box .donusumler .donusum-main .dbox .desired-items .dibox {
  background: #1c1e1d;
  margin-bottom: 0px;
  border-bottom: solid 1px #ffffff14;
  -webkit-box-shadow: inset 0px -1px 0px 0px #000;
  box-shadow: inset 0px -1px 0px 0px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 7px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .content .box .donusumler .donusum-main .dbox .desired-items .dibox .piece {
  font-weight: 400;
  font-size: 15px;
  color: white;
  margin-left: 5px;
  text-shadow: 1px 1px 5px black;
}

body .content .box .donusumler4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .content .box .donusumler4 .donusum-main {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body .content .box .donusumler4 .donusum-main:nth-child(2) {
  margin-top: 5px;
}

body .content .box .donusumler4 .donusum-main .grid1 {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler4 .donusum-main .grid1 .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler4 .donusum-main .grid1 .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler4 .donusum-main .grid1 .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

body .content .box .donusumler4 .donusum-main .grid1 .item-view .item-desc {
  color: #ffc96c;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

body .content .box .donusumler4 .donusum-main .dbox {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler4 .donusum-main .teksira {
  grid-template-columns: 1fr !important;
}


body .content .box .donusumler4 .donusum-main .dbox .conversion-item-plus {
  position: absolute;
  right: 0;
  background: #101110;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

body .content .box .donusumler4 .donusum-main .dbox .conversion-item-plus svg {
  fill: white;
}

body .content .box .donusumler4 .donusum-main .dbox .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler4 .donusum-main .dbox .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler4 .donusum-main .dbox .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

body .content .box .donusumler4 .donusum-main .dbox .desired-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

body .content .box .donusumler4 .donusum-main .dbox .desired-items .dibox {
  background: #1c1e1d;
  margin-bottom: 0px;
  border-bottom: solid 1px #ffffff14;
  -webkit-box-shadow: inset 0px -1px 0px 0px #000;
  box-shadow: inset 0px -1px 0px 0px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 7px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .content .box .donusumler4 .donusum-main .dbox .desired-items .dibox .piece {
  font-weight: 400;
  font-size: 15px;
  color: white;
  margin-left: 5px;
  text-shadow: 1px 1px 5px black;
}

body .content .box .donusumler5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .content .box .donusumler5 .donusum-main {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body .content .box .donusumler5 .donusum-main:nth-child(2) {
  margin-top: 5px;
}

body .content .box .donusumler5 .donusum-main .grid1 {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler5 .donusum-main .grid1 .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler5 .donusum-main .grid1 .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler5 .donusum-main .grid1 .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

body .content .box .donusumler5 .donusum-main .grid1 .item-view .item-desc {
  color: #ffc96c;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

body .content .box .donusumler5 .donusum-main .dbox {
  width: 100%;
  min-height: 200px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  background: #151716;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .content .box .donusumler5 .donusum-main .teksira {
  grid-template-columns: 1fr !important;
}


body .content .box .donusumler5 .donusum-main .dbox .conversion-item-plus {
  position: absolute;
  right: 0;
  background: #101110;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

body .content .box .donusumler5 .donusum-main .dbox .conversion-item-plus svg {
  fill: white;
}

body .content .box .donusumler5 .donusum-main .dbox .item-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .content .box .donusumler5 .donusum-main .dbox .item-view .item-img {
  min-height: 50px;
  width: 50px;
  height: auto;
  border-radius: 5px;
  background: #101110;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #090b0b;
  -webkit-filter: drop-shadow(0px 0px 5px #00000030);
  filter: drop-shadow(0px 0px 5px #00000030);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0px;
}

body .content .box .donusumler5 .donusum-main .dbox .item-view .item-name {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

body .content .box .donusumler5 .donusum-main .dbox .desired-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

body .content .box .donusumler5 .donusum-main .dbox .desired-items .dibox {
  background: #1c1e1d;
  margin-bottom: 0px;
  border-bottom: solid 1px #ffffff14;
  -webkit-box-shadow: inset 0px -1px 0px 0px #000;
  box-shadow: inset 0px -1px 0px 0px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 7px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .content .box .donusumler5 .donusum-main .dbox .desired-items .dibox .piece {
  font-weight: 400;
  font-size: 15px;
  color: white;
  margin-left: 5px;
  text-shadow: 1px 1px 5px black;
}

@media screen and (max-width: 1170px) {
  body .content .box .boss-list {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 1000px) {
  body .content .box .donusum-main {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 750px) {
  body .content .box .donusum-main {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 795px) {
  body .content .box .boss-list {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 800px) {
  body .content .box .body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  body .content .box .body-lr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 800px) {
  body .content .box .biyolog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  body .content .box .efsunoran {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  body .content .box .body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 380px) {
  body .content .box .dbox {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-row-gap: 10px !important;
    padding: 10px 5px !important;
  }
}

body .notification {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 80px;
  text-shadow: 1px 1px 0 #000;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#08364d), to(#052033));
  background-image: linear-gradient(to top right, #08364d, #052033);
  -webkit-filter: drop-shadow(0 0px 20px black);
  filter: drop-shadow(0 0px 20px black);
  -webkit-box-shadow: 0px -20px 20px 50px #0000000f;
  box-shadow: 0px -20px 20px 50px #0000000f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .notification p {
  color: #f4fcfc;
  font-weight: 900;
  font-size: 25px;
  margin: 0px;
}

body .notification span {
  font-size: 14px;
  color: #ffdcb6;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 650px) {
  body .notification p {
    color: #f4fcfc;
    font-weight: 900;
    font-size: 17px;
    margin: 0px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 550px) {
  body .content {
    width: 90%;
  }
}

body .footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

body .footer .copyright {
  color: #ffb225;
  text-shadow: 1px 1px 1px black;
}

body .footer .copyright a {
  color: #ffb225;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

/* ============================================
   STICKY MENU (THINBOARD STYLE)
   ============================================ */
.sticky-menu {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(14, 16, 15, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid #08364d;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.sticky-menu.active {
  top: 0;
}

.sticky-container {
  width: 95%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-social {
  display: flex;
  gap: 1px;
  align-items: center;
}

.sticky-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}

.sticky-social a img {
  width: 35px;
  height: 35px;
  opacity: 0.7;
  transition: all 0.5s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.sticky-social a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.sticky-logo {
  height: 40px;
  width: 120px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}

.sticky-links {
  display: flex;
  gap: 15px;
}

.sticky-btn {
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(to bottom, #1a4a6b, #08364d);
  text-shadow: 1px 1px 2px #000;
}

.sticky-btn:hover {
  filter: brightness(1.3);
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(54, 121, 155, 0.5);
}

.sticky-btn.reg {
  background: linear-gradient(to bottom, #8b1a1a, #5a0000);
  border-color: rgba(255, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .sticky-logo {
    display: none;
  }

  .sticky-container {
    justify-content: space-between;
    padding: 0 5px;
  }

  .sticky-links {
    gap: 5px;
  }

  .sticky-btn {
    padding: 6px 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  .sticky-social {
    gap: 1px;
  }

  .sticky-social a {
    width: 30px;
    height: 30px;
  }

  .sticky-social a img {
    width: 24px;
    height: 24px;
  }
}

/* Hile Koruma Section */
.koruma-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.koruma-images img {
  max-width: 280px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.koruma-plus {
  font-size: 80px;
  font-weight: bold;
  color: #00ff88;
  text-shadow: 0 0 20px rgba(0, 255, 136, 0.5), 0 0 40px rgba(0, 255, 136, 0.3);
  animation: pulse-plus 2s ease-in-out infinite;
}

@keyframes pulse-plus {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.koruma-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}

@media screen and (max-width: 600px) {
  .koruma-images {
    flex-direction: column;
    gap: 20px;
  }

  .koruma-images img {
    max-width: 90%;
  }
}