th {
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.table-hover tbody tr:hover {
  background-color: #52e695;
}

.hide {
  display: none;
}

.yukleme-div {
  border-style: dotted;
  margin: 5px;
  padding: 5px;
  /* display: flex;
    justify-content: center; */
}

.card {
  width: 400px;
  border: none
}

.btr {
  border-top-right-radius: 5px !important
}

.btl {
  border-top-left-radius: 5px !important
}

.btn-dark {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-dark:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.nav-pills {
  display: table !important;
  width: 100%
}

.nav-pills .nav-link {
  border-radius: 0px;
  border-bottom: 1px solid #0d6efd40
}

.nav-item {
  display: table-cell;
  background: #0d6efd2e
}

.form {
  padding: 10px;
  height: 300px
}

.form input {
  margin-bottom: 12px;
  border-radius: 3px
}

.form input:focus {
  box-shadow: none
}

.form button {
  margin-top: 20px
}

/* Tablo stilleri */
.tableGpt {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* Tablo başlık hücresi stilleri */
.tableGptTh {
  height: 40px;
  background-color: #5738e2;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  color: #f2f2f2;
}

/* Tablo veri hücresi stilleri */
.tableGptTd {
  height: 40px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

/* Sıra arka plan renkleri sırayla değişsin */
.tableGptTd:nth-child(even) {
  background-color: #f2f2f2;
}

/* Tablo başlığı için özel stiller */
.tableGpt th:nth-child(1) {
  width: 5%;
}

#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}


select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.custom {
  width: 900px;
  min-height: 400px;
}

.custom-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.custom-table tr:hover {
  background-color: #f2f2f2;
}

.custom-table tr:nth-child(even) {
  background-color: aquamarine;
}

/* .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.modal-content {
    height: 100%;
} */

.rotated {
  line-height: 100%;
  margin: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  vertical-align: middle;
}


.center {
  margin-left: auto;
  margin-right: auto;
}

/* Ana dropdown menüyü özelleştir */
.dropdown-submenu {
  position: relative;
}

/* Alt menüleri başlangıçta gizle */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

/* Alt menüyü hover ile aç */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.table-cizelge {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.table-cizelge,
.table-cizelge th,
.table-cizelge td {
  border: 1px solid black;
}

.table-cizelge th,
.table-cizelge td {
  padding: 4px;
  text-align: center;
  align-items: center;
}

.table-cizelge th {
  background-color: #f2f2f2;
}

.table-cizelge tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* print button */
button.print-button {
  width: 50px;
  height: 50px;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  border: solid 4px #333;
  
}

span.print-icon::after {
  border-width: 2px;
}

button.print-button {
  position: relative;
  padding: 0;
  border: 0;

  border: none;
  background: transparent;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  box-sizing: border-box;
  background-color: #fff;
}

span.print-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 20%;
  

  width: 60%;
  height: 35%;
  background: #fff;
  border-radius: 20% 20% 0 0;
}

span.print-icon::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 12%;
  right: 12%;
  height: 110%;

  transition: height .2s .15s;
}

span.print-icon::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 12%;
  right: 12%;
  height: 0%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 70% 90%;
  background-position: center;
  background-image: linear-gradient(to top,
      #fff 0, #fff 14%,
      #333 14%, #333 28%,
      #fff 28%, #fff 42%,
      #333 42%, #333 56%,
      #fff 56%, #fff 70%,
      #333 70%, #333 84%,
      #fff 84%, #fff 100%);

  transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
  cursor: pointer;
}

button.print-button:hover .print-icon::before {
  height: 0px;
  transition: height .2s;
}

button.print-button:hover .print-icon::after {
  height: 120%;
  transition: height .2s .15s, border-width 0s .16s;
}

.table-print-nots {
  width: 100%;
  font-size: 8px;
  line-height: 0.30cm;
  border: 1px solid;
  border-collapse: collapse;
}

.table-print-nots th,
.table-print-nots td {
  border: 1px solid;
  border-width: 1px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: center;
  /* Yazıları ortala */
}

.table-print-nots th {
  background-color: #f2f2f2;
  /* Açık gri arkaplan rengi */
}

.table-print-baslik {
  font-size: 11px;
  line-height: 0.7cm;
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
}

.table-print-baslik th,
.table-print-baslik td {
  border: 1px solid;
  border-width: 1px;
  padding: 8px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: left;
  /* Yazıları ortala */
  padding: 3px;
}

.table-print-baslik th {
  background-color: #f2f2f2;
  /* Açık gri arkaplan rengi */
}

.table-print-analiz {
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  border: 1px solid;
  border-collapse: collapse;
}

.table-print-analiz th,
.table-print-analiz td {
  border: 1px solid;
  border-width: 1px;
  padding: 8px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: left;
  /* Yazıları ortala */
  padding: 3px;
}

.table-print-analiz th {
  background-color: #f2f2f2;
  /* Açık gri arkaplan rengi */
}

.table-print-kazanim {
  width: 100%;
  font-size: 10px;
  line-height: 0.3cm;
  border: 1px solid;
  border-collapse: collapse;
  padding: 0;
}

.table-print-kazanim th,
.table-print-kazanim td {
  border: 1px solid;
  border-width: 1px;
  padding: 8px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: left;
  /* Yazıları ortala */
  padding: 3px;
}

.table-print-kazanim th {
  background-color: #f2f2f2;
  /* Açık gri arkaplan rengi */
}

.table-print-degerlendirme {
  width: 100%;
  font-size: 10px;
  line-height: normal;
  border: 1px solid;
  border-collapse: collapse;
  padding: 0;
}

.table-print-degerlendirme th,
.table-print-degerlendirme td {
  padding: 8px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: left;
  /* Yazıları ortala */
  padding: 3px;
}

.table-print-degerlendirme th {
  background-color: #f2f2f2;
  text-align: center;
  /* Açık gri arkaplan rengi */
}

.table-print-onay {
  width: 100%;
  font-size: 10px;
  line-height: normal;
  border: none;
  padding: 0;
  margin: 5px;
  margin-top: 0.3cm;
}

.table-print-onay th,
.table-print-onay td {
  padding: 8px;
  /* İsteğe bağlı: hücre içeriğinden kenarlığı ayırmak için iç içe geçmiş alan ekler */
  text-align: left;
  /* Yazıları ortala */
  padding: 3px;
}

.table-print-onay th {
  background-color: #f2f2f2;
  text-align: center;
  /* Açık gri arkaplan rengi */
}

.simple-bar-chart {
  --line-count: 10;
  --line-color: currentcolor;
  --line-opacity: 0.25;
  --item-gap: 2%;
  --item-default-color: #060606;

  height: 10rem;
  display: grid;
  grid-auto-flow: column;
  gap: var(--item-gap);
  align-items: end;
  padding-inline: var(--item-gap);
  --padding-block: 1.5rem;
  /*space for labels*/
  padding-block: var(--padding-block);
  position: relative;
  isolation: isolate;
}

.simple-bar-chart::after {
  content: "";
  position: absolute;
  inset: var(--padding-block) 0;
  z-index: -1;
  --line-width: 1px;
  --line-spacing: calc(100% / var(--line-count));
  background-image: repeating-linear-gradient(to top, transparent 0 calc(var(--line-spacing) - var(--line-width)), var(--line-color) 0 var(--line-spacing));
  box-shadow: 0 var(--line-width) 0 var(--line-color);
  opacity: var(--line-opacity);
}

.simple-bar-chart>.item {
  height: calc(1% * var(--val));
  background-color: var(--clr, var(--item-default-color));
  position: relative;
  animation: item-height 1s ease forwards
}

@keyframes item-height {
  from {
    height: 0
  }
}

.simple-bar-chart>.item>* {
  position: absolute;
  text-align: center
}

.simple-bar-chart>.item>.label {
  inset: 100% 0 auto 0
}

.simple-bar-chart>.item>.value {
  inset: auto 0 100% 0
}


.pagebreak {
  clear: both;
  page-break-after: always;
}

.div-float-left {
  float: left;
  width: 50%;
  padding: 5px;
}

.div-float-right {
  float: right;
  width: 50%;
  padding: 5px;
}

.div-float-none {
  float:none;
  padding: 5px;
}

.day {
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  font-weight: bold;
  border-radius: 10px;
}
.day:hover {
  background-color: #e0e0e0;
}

.content {
  display: none;
  margin: 5px;
  padding: 10px;
  background-color:#fff;
  /* border-left: 2px solid #ccc;
  background-color: rgb(247, 247, 235);
  font-weight: normal; */
}

.ders-programi-sinif-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #52e695 !important;
  color: red;
  font-weight: bold;
  margin: 0.05rem;
  width: 3vw;
  height: 3vw;
  border-radius: 0.3rem;
  padding: 0.05rem;
  cursor: pointer;
  font-size: 1rem;
  min-width: 40px;
  min-height: 40px;
}

/* For small screens (mobile devices) */
@media (max-width: 600px) {
  /* .ders-programi-sinif-button {
    width: 10vw;
    height: 10vw;
    font-size: 1rem;
    margin: 0.05rem;
    padding: 0.05rem;
  } */

  .content {
    font-size: 0.9rem ;
    margin: 0.2rem;
    padding: 0.2rem;
    width: 100%;
  }
}

/* For medium screens (tablets) */
/* @media (min-width: 601px) and (max-width: 1024px) {
  .ders-programi-sinif-button {
    width: 8vw;
    height: 8vw;
    font-size: 1rem;
    margin: 0.05rem;
    padding: 0.05rem;
  }
} */

/* For larger screens (desktops) */
@media (min-width: 1025px) {
  /* .ders-programi-sinif-button {
    width: 3vw;
    height: 3vw;
    font-size: 1.2rem;
    margin: 0.05rem;
    padding: 0.rem;
  } */
  .content {
    width: 55vw;
    margin-left: auto;
    margin-right: auto;
  }
  .day {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}



.button-ders-programi {
  display: block;
  padding: .5rem 1rem;
  color: #aaa;
  text-decoration: none;
  color: #ddd;

}

.button-ders-programi {
  color: #fff;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;  /* For smooth scrolling on touch devices */
}

.yoklama-table {
  width: 100%;
  border-collapse: collapse;
}

.yoklama-table th, .yoklama-table td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .yoklama-table th, .yoklama-table td {
    padding: 6px 8px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .yoklama-table th, .yoklama-table td {
    padding: 4px 6px;
    font-size: 0.9rem;
  }
  
  /* Optional: Hide some columns on very small screens */
  .yoklama-table th:nth-child(1), .yoklama-table td:nth-child(1) {
    display: none;
  }

    /* Optional: Hide some columns on very small screens */
    .yoklama-table th:nth-child(4), .yoklama-table td:nth-child(4) {
      display: none;
    }
}

/* The container */
.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #f0dddd;
  text-align: center;
  line-height: 35px; /* Vertically centers the checkmark */
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Hide the checkmark initially */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 20%;
  top: 40%;
  width: 1rem; /* Adjust as needed */
  height: 1.5rem; /* Adjust as needed */
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block;
}


.section {
  background-color: #ffffff;
  padding: 50px 30px;
  border: 1.5px solid #b2b2b2;
  border-radius: 0.25em;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

#my-qr-reader {
  padding: 20px !important;
  border: 1.5px solid #b2b2b2 !important;
  border-radius: 8px;
}

#my-qr-reader img[alt="Info icon"] {
  display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
  width: 100px !important;
  height: 100px !important;
}

.html5-qrcode-element {
  padding: 10px 20px;
  border: 1px solid #b2b2b2;
  outline: none;
  border-radius: 0.25em;
  color: white;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #008000ad;
  transition: 0.3s background-color;
}

.html5-qrcode-element:hover {
  background-color: #008000;
}

.qr-result {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: medium;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 10px;
}

.table-qr {
  border-collapse: collapse;
  width: 100%;
}

.table-qr tr, .table-qr td {
  vertical-align: center;
  text-align: left;
}

@media print {
  body {
    visibility: hidden;
  }
  #print-area {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #4caf50;
  transition: width 0.4s;
}


.modal-progress {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content-progress {
  margin: 15% auto;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 8px;
}

.close-progress {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.progress-circle {
  width: 150px;
  height: 150px;
  margin: 20px auto;
  position: relative;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ccc;
  position: relative;
}

.circle .mask,
.circle .fill {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  clip: rect(0px, 75px, 150px, 0px);
}

.mask.full {
  clip: rect(0px, 150px, 150px, 0px);
}

.fill {
  background-color: #4caf50;
  clip: rect(0px, 75px, 150px, 0px);
}

.mask.half .fill {
  clip: rect(0px, 75px, 150px, 0px);
  transform: rotate(180deg);
}

.fill.fix {
  background-color: inherit;
}

.shadow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 15px;
  left: 15px;
}

.inner-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}


.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px; /* Increased size */
  height: 160px; /* Increased size */
}

.loader-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px; /* Increased size */
  height: 160px; /* Increased size */
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.1); /* Adjusted border width */
  border-top-color: #5CDB95;
  background-image: 
    linear-gradient(to right, #5CDB95, #8EE4AF, #ADD5A7);
  animation: loader-spin 1.5s linear infinite;
}

.loader-inner::before {
  content: "";
  position: absolute;
  top: 24px; /* Adjusted for larger size */
  left: 24px; /* Adjusted for larger size */
  width: 112px; /* Increased size */
  height: 112px; /* Increased size */
  border-radius: 50%;
  /* background: url(
'/yenidefter/favicon-32x32.png') 
      no-repeat center center; */
  background-size: 100%;
  animation: loader-animation 12s infinite ease-in-out;
}

@keyframes loader-animation {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  to {
      transform: rotate(360deg);
  }
}

.fa-button-save-green {
  cursor:pointer; 
  color:green; 
  font-size:24px;
  margin: 10px;
}

.fa-button-delete-red {
  cursor:pointer; 
  color:red; 
  font-size:24px;
  margin: 10px;
}

.fa-button-edit-orange {
  cursor:pointer; 
  color:orange; 
  font-size:24px;
  margin: 10px;
}

#chat2 .card-body {
  overflow-y: auto;
}

.chat-message {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.chat-message .message-content {
  max-width: 70%;
  padding: 10px;
  border-radius: 10px;
}

.chat-message img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.sent .message-content {
  background-color: #007bff;
  color: white;
  margin-left: auto;
}

.received .message-content {
  background-color: #f1f1f1;
}

.color-red {
  color:red;
}

.card-msg {
  width: 100%;
}