.cookie-message.container-fluid {
  padding: 0 1rem;
}

.cookie-message-inner-div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #000;
  height: 100%;
  overflow: auto;
  font-size: 14px;
}
.c-header {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;

  padding-bottom: 1rem;
}
.c-text .font-20 {
  font-size: 1.25rem;
}
.c-text .font-18 {
  font-size: 1.125rem;
}
.c-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  margin-top: 1rem;
  padding-top: 1.2rem;
}

.c-footer button {
  padding: 8px 18px;
  font-size: 14px;
  font-family: "bookman_old_styleregular" !important;
  width: 48%;
  border-radius: 5px;
}

.btn-primary,
.btn-primary:hover {
  color: #ffffff;
  background-color: #f3921d;
  border-color: #f3921d;
}
.c-footer .btn-white {
  border: 1px solid #1a1a1a;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "bookman_old_styleregular";
  padding: 8px 18px;
  box-shadow: none;
  border-radius: 5px;
}
.c-footer .btn-white:hover {
  border-color: #1a1a1a;
  background-color: #ffffff;
  color: #1a1a1a;
}

a.btn-link-back {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
}

.c_logo {
  max-width: 190px;
}

#cookie_consent_form {
  margin: 1rem 0 0;
}

.cookie-box {
  background-color: #fff;
  border: 2px solid #ffe01a;
  float: left;
  padding: 20px;
  border-radius: 15px;
}

.cookie-message {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.coo {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px;
  float: none;
  width: 100%;
  height: auto;
  font-size: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99991;
  overflow-y: auto;
  overflow-x: hidden;
}

.c_text {
  padding: 20px;
}

.coo p {
  color: #1a1a1a;
  margin-bottom: 0px;
}

.coo p a.text-link {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 400;
}
.coo p a.text-link:hover {
  color: #f3921d;
  text-decoration: underline;
}

.coo p a {
  color: #f3921d;
  text-decoration: none;
  font-weight: 600;
}

.coo p a:hover {
  text-decoration: none;
}

.coo ul.cookie-checkbox {
  list-style-type: none;
  padding: 0px 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-direction: column;
  margin: 1rem 0 1rem;
}

.coo ul.cookie-checkbox li {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.coo ul.cookie-checkbox li:first-child input.switch:checked {
  opacity: 0.5;
}
.coo ul.cookie-checkbox li:last-child {
  border: 0px;
}

.coo ul.cookie-checkbox li div.c-toggle {
  padding-left: 28px;
  margin-bottom: 0px;
  padding-right: 48px;
  position: relative;
}

input.switch {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 35px !important;
  height: 20px;
  border-radius: 30px;
  cursor: pointer;
  background: #c3c4c4;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}

input.switch:focus {
  border: 0;
  outline: 0;
}

input.switch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 2.62857em #2bc42b !important;
  padding-left: 15px;
}

input.switch:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 2px 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.1s ease 0.1s;
}
.coo ul.cookie-checkbox li:nth-child(even) input.switch:before {
  width: 16px;
  height: 16px;
  margin: 2px 2px;
}
input.switch:before,
input.switch:after {
  content: "";
  display: block;
}

input.switch:active::before {
  transition: all 0.1s ease 0.05s;
}

.checkboxdiv-cookie {
  position: relative;
}

.c-toggle p:first-child {
  cursor: pointer;
}
.coo ul.cookie-checkbox li.active::after {
  content: "\f106";
}
.coo ul.cookie-checkbox li::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  left: -10px;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 25px;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1rem;
  color: #1a1a1a;
}
.checkboxdiv-cookie.active .checkboxdiv {
  display: block;
}
.checkboxdiv {
  display: none;
}

.checkboxdiv-cookie input[type="checkbox"] {
  position: absolute;
  right: 0;
  top: 2px;
}

.cookie-table thead {
  background-color: #000;
  color: #fff;
}
.cookie-table tbody tr:nth-child(even) {
  background-color: #c8c8c8;
  color: #fff;
}
.cookie-table tbody tr:nth-child(odd) {
  background-color: #808080;
  color: #fff;
}
.cookie-table .table th,
.cookie-table .table td {
  padding: 8px;
  border: 1px solid #ffffff;
}

@media (max-width: 768px) {
  .cookie-message-inner-div {
    height: auto;
  }
  .cookie-message {
    height: auto;
  }
  .c-footer {
    flex-direction: column;
    align-items: normal;
  }
  .c-footer button:first-child {
    margin-bottom: 1rem;
  }
  .c-footer button {
    width: 100%;
  }
  .c_logo {
    max-width: 140px;
  }
}

@media (max-width: 991px) {
  .c-text .font-20 {
    font-size: 1rem;
  }
  .c-text .font-18 {
    font-size: 1rem;
    line-height: 1.3;
  }
  .coo {
    position: fixed;
  }
  .cookie-message {
    height: auto;
  }
  a.btn-link-back {
    top: 36%;
    font-size: 14px;
  }
  .cookie-message.container-fluid {
    padding: 0rem 1rem;
    flex-direction: column;
  }

  #cookie_consent_form {
    margin-left: 0;
  }

  .coo ul.cookie-checkbox {
    flex-direction: column;
    margin-left: 0;
  }

  .coo {
    padding-bottom: 10px;
    overflow-y: scroll;
  }

  .cookie-message {
    width: 96%;
    margin: auto;
  }

  .coo ul.cookie-checkbox {
    margin-bottom: 0px;
  }

  input.switch:before {
    height: 16px;
    width: 16px;
    margin: 2px 3px;
  }
  .coo ul.cookie-checkbox li:nth-child(even) input.switch:before {
    width: 16px;
    height: 16px;
    margin: 2px 2px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1024px) {
  .cookie-message {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .cookie-message {
    height: auto;
  }
}
