@font-face {
  font-family: 'AktivGroteskVFTrial';
  src: url('/fonts/AktivGroteskVFTrial.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.ucookie-container {
  background-color: rgb(36, 37, 41);
  color: #ffffff;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 20px 10px;
  text-align: left;
  z-index: 99990;
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.41);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* Text Group */
.ucookie-text-group {
text-align: left; /* Ana yazı sola yaslandı */
  font-size: 14px;
  line-height: 1.6;
  flex: 1 1 70%;
  margin-bottom: 10px;
}

.ucookie-policy-text {
  font-family: 'AktivGroteskVFTrial', sans-serif;
  clear: both;
  text-align: left;
  color: #ffffff;
  margin: 10px 0 5px 0;
  font-size: 13px;
  line-height: 1.6;
}

.ucookie-policy-text > p {
  color: #ffffff;
}

.ucookie-policy-text em {
  font-style: italic;
  color: #cccccc;
}

.ucookie-container a {
  color: #ffffff;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.ucookie-title {
  font-family: 'AktivGroteskVFTrial', sans-serif;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Button Group */
.ucookie-button-group {
  flex: 1 1 25%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.ucookie-button {
  font-family: 'AktivGroteskVFTrial', sans-serif;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ucookie-button:hover {
  background-color: #dcdcdc;
}

/* Modal */
#ucookie-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

#ucookie-modal-container {
  background-color: rgb(36, 37, 41);
  width: 600px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  z-index: 10000;
}

#ucookie-modal-header {
  height: 45px;
  font-weight: bold;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  font-size: 21px;
  line-height: 25px;
  border-bottom: 1px solid #545964;
  position: relative;
}

#ucookie-modal-header > img {
  margin-left: 1rem;
}

#ucookie-modal-body {
  height: 515px;
  padding: 10px;
  overflow: auto;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #545964;
  max-width: 90%;
  margin: 0 auto;
}

#ucookie-modal-body a {
  color: #ffffff;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.ucookie-accordion-header {
  border-top: 1px solid #545964;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.ucookie-plus-icon {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.ucookie-accordion-content {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
}

.ucookie-active {
  display: block;
}

.ucookie-checkbox input[type="checkbox"] {
  display: none;
}

/* Footer */
#ucookie-modal-footer {
  max-width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  display: flex;
  gap: 1rem;
}

.ucookie-button-other {
  background-color: rgb(67, 71, 80) !important;
  color: #ffffff !important;
}

#ucookie-decline-all-button {
  background-color: #dbd5cd;
}

#ucookie-decline-button {
  background-color: #9DB2C4;
}

.ucookie-button:hover,
.ucookie-button:focus {
  color: #ffffff;
  background-color: #798c9c !important;
}

.ucookie-button:active {
  color: rgba(255, 255, 255, 0.7);
}

.ucookie-button:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}

#ucookie-allow-all-button,
#ucookie-allow-selection-button {
  background-color: #DBD4CB;
}

.ucookie-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  float: right;
}

.ucookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ucookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.ucookie-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .ucookie-slider {
  background-color: rgb(67, 71, 80);
}

.ucookie-checked {
  background-color: #000000 !important;
}

input:focus + .ucookie-slider {
  box-shadow: 0 0 1px rgb(67, 71, 80);
}

input:checked + .ucookie-slider:before {
  transform: translateX(13px);
}

.ucookie-slider.ucookie-round {
  border-radius: 17px;
}

.ucookie-slider.ucookie-round:before {
  border-radius: 50%;
}

#ucookie-modal-logo {
  text-align: right;
  height: 35px;
  padding: 10px;
  color: #808080;
  font-family: 'AktivGroteskVFTrial', sans-serif;
  font-size: 10px;
}

#ucookie-logo {
  width: 70px;
  cursor: pointer;
}

.ucookie-close-button {
  padding: 5px;
  border-radius: 50%;
  background-color: #9DB2C4;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ucookie-close-button img {
  width: 15px;
  height: 15px;
}

@media (max-width: 790px) {
  .ucookie-container {
    width: 100% !important;
    margin: unset !important;
    right: 0 !important;
  }

  .ucookie-button-group {
    margin: -11px 0 0 0 !important;
  }

  .ucookie-text-group {
    width: 98% !important;
  }

  .ucookie-title {
    font-size: unset !important;
    font-weight: bold !important;
    margin: 20px 0 -10px 20px !important;
  }

  .ucookie-button {
    font-size: 8px !important;
    font-weight: 350 !important;
    line-height: 15px !important;
    width: 105px !important;
    height: 30px !important;
    padding-left: unset !important;
    padding-right: unset !important;
    margin: 3px !important;
  }

  .ucookie-link {
    padding-right: 10px;
    padding-bottom: 10px;
    white-space: normal;
    display: block;
  }

  .ucookie-modal-body {
    height: 575px !important;
  }
}
