#myModalCookie .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.cookies-moznost {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.cookies-moznost label {
  margin-bottom: unset !important;
}

#myModalCookie a {
  color: #4bae32 !important;
  text-decoration: none !important;
}

#myModalCookie .form-check-input:checked {
  background-color: #4bae32 !important;
  border-color: #4bae32 !important;
}

#cookieBtnConfirmAll {
  background-color: #4bae32 !important;
  border-color: #4bae32 !important;
  color: #fff !important;
}

#myModalCookie .form-check-input {
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
  width: 50px !important;
  height: 30px !important;
  outline: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

#myModalCookie .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

@media screen and (max-width: 463px) {

  .cookies-switches,
  .cookie-links {
    gap: 10px;
  }

  .cookies-switches {
    flex-direction: column;
  }

  .cookie-links {
    padding-top: 1rem;
  }

  #myModalCookie {
    font-size: 12px;
  }

  #cookieBtnConfirmAll,
  #cookieBtnConfirm {
    font-size: 13px;
    height: 2rem;
  }

  #myModalCookie .form-check-input {
    height: 20px !important;
  }

  #staticBackdropLabel {
    font-size: 14px !important;
  }
}

#myModalCookie {
  position: fixed;
  bottom: 0px;
  max-width: 100vw;
  width: 100%;
  display: flex;
  height: 190px;
  z-index: 2000;
  /* left: calc(50% - 550px); */
  justify-content: center;
}

#myModalCookie .modal-content {
  box-shadow: 0px 0px 11px 0px #0000006b;
}

#myModalCookie h1 {
  padding-top: 0px !important;
  padding-bottom: 5px;
  font-size: 26px !important;
}

.modal-header {
  border-bottom: 1px solid #e3e3e3 !important;
  margin-bottom: 15px;
}

@media(max-width:1199px) {
  .modal-content {
    max-width: 90% !important;
  }
}

@media(max-width:991px) {
  .modal-body.row {
    display: flex;
    flex-wrap: wrap;
  }

  .modal-body.row>div {
    width: 100%;
  }

  #myModalCookie .modal-body .btns-cookie {
    flex-wrap: wrap !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    gap: 20px;
  }

  #myModalCookie .modal-header,
  .modal-body.row .d-flex.flex-column>div {
    align-items: center !important;
  }

  #myModalCookie .cookies-switches,
  #myModalCookie .modal-header {
    justify-content: center;
  }

  .modal-body.row .d-flex.flex-column>div {
    text-align: center !important;
  }
}