@media all and (min-width: 768px), print {
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: flex-start;
    padding: 0 25px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 64px 10px 0;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    padding: 0 25px;
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
   color: #4670c9;
    cursor: pointer;
    font-size: 12px;
    padding-left: 20px;
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active
 {
    color: #363636;
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active{
    color: #1787e0;
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active,
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active
  {
    background: #363636;
  }
  .amgdprcookie-content-wrapper {
    margin: 25px 25px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
  }
  .amgdprcookie-content-wrapper
    .amgdprcookie-row
    .amgdprcookie-cell:first-child {
    width: 20%;
  }
  .amgdprcookie-content-wrapper
    .amgdprcookie-row
    .amgdprcookie-cell:last-child {
    padding-right: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    right: unset;
    min-width: 400px;
    width: 21%;
    background: #fff;
  }
}
@media all and (min-width: 1024px), print {
  .amgdprcookie-content-wrapper
    .amgdprcookie-table
    .amgdprcookie-cell:first-child {
    width: 17%;
  }
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  cursor: pointer;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 40px;
  transition: all 0.4s ease;
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:checked:disabled
  + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:checked:disabled
  + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:checked:not([disabled])
  + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:checked:not([disabled])
  + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:not([checked])
  + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie
  .amgdprcookie-input:disabled
  + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-settings-form
  .amgdprcookie-toggle-cookie
  .amgdprcookie-input.disabled
  + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-cookie-container {
  margin-bottom: 20px;
  padding-top: 15px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(5, 32, 65, 0.15);
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #363636;
}
.amgdprcookie-cookie-container
  .amgdprcookie-check.active
   {
  border-radius: 0;
}
.amgdprcookie-cookie-container
  .amgdprcookie-check.active
 {
  transform: rotate(-45deg);
}
.amgdprcookie-cookie-container
  .amgdprcookie-check.active
  {
  transform: rotate(45deg);
}
.amgdprcookie-content-wrapper {
  display: none;
  padding: 0 15px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 12px;
}
.amgdprcookie-content-wrapper .amgdprcookie-title {
  padding: 15px 15px 0 0;
  vertical-align: top;
}
.amgdprcookie-content-wrapper .amgdprcookie-row {
  border-bottom: 1px solid #ccc;
}
.amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
  border-bottom: 0;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
  padding: 15px 15px 15px 0;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-content-wrapper
  .amgdprcookie-table
  .amgdprcookie-cell:first-child {
  width: 23%;
}
.amgdprcookie-content-wrapper
  .amgdprcookie-table
  .amgdprcookie-cell:last-child {
  padding-right: 0;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  display: block;
  color: #389dfe;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 12px;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  right: 46px;
  left: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  position: absolute;
  margin: 0;
  height: 100%;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
 .modal-popup .action-close:before{
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: #0051d3;
        content: '\e616';
        font-family: 'icomoon', 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .modal-popup .action-close{
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-shadow: none;
        font-weight: 400;
        display: inline-block;
        text-decoration: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .modal-popup .action-close > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-track {
  background: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  overflow-y: scroll;
  height: 58vh;
  min-height: 170px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
}
.amgdprcookie-policy-container {
  padding: 24px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
  margin-bottom: 30px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block {
  justify-content: space-between;
  flex-direction: row;
  margin: auto;
  text-align: center;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  opacity: inherit;
  font-size: 10px;
  padding: 7px 15px;
  font-family: inherit;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.600962px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
  
  @media only screen and (max-width: 900px) {
    .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
      width: 100%;
      margin: 5px 0; 
    }
    .amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block {
        float: none;
    }
  }
  .amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: 0.9;
  }
   .modal-popup {
        overflow-y: auto;
    }
    .modal-popup._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    .modal-popup .modal-inner-wrap {
      background-color: #ffffff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto;
    }
    .modal-popup .modal-inner-wrap {
      margin: 5rem auto;
      width: auto;
      max-width: 740px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      box-sizing: border-box;
      height: auto;
      left: 0;
      overflow-y: auto;
      right: 0;
       top: 0;
      position: relative;
      background-color: #ffffff;
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: transform .2s ease;
    }
    .modal-popup.amgdprcookie-groups-modal.gdpr-cookie-container_setup-modal  {
        top: 0;
        transform: none;
    }
  .amgdprcookie-modal-template {
    margin-left: 5px;
  }
  .amgdprcookie-bar-container {
    z-index: 10;
    margin: 0;
    padding: 12px 20px 12px 25px;
    border-color: #d6ca8e;
    background: #ffee9c;
    font-size: 13px;
    overflow: auto;
  }
 
  .amgdprjs-bar-template {
      display: block !important;
      position: sticky;
  }
  .amgdprcookie-groups-modal .amgdprcookie-done {
      background-color: #5384ec;
      border-radius: 3px;
      box-shadow: none;
      color: #fff;
      padding:10px;
      font-weight: bold;
      letter-spacing: 1.35px;
      text-transform: uppercase;
      transition: background-color 0.3s ease-out;
      width: 100%;
  }
  .modal-popup .modal-content{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .modal-popup .modal-header {
    padding: 1.2rem;
    padding-top: 3rem;
  }
  .amgdprcookie-groups-modal .modal-header .action-close{
    dislay:block;
  }
 .modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 901 !important;
}
body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.modal-slide._show, .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
        pointer-events: auto;
}
.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}
  @media only screen and (max-width: 768px){
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
      min-width: 95%;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
      font-size: 12px;
      padding-left: 14px;
  }
}
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 @media only screen and (min-width: 769px) {
    .amgdprcookie-table .amgdprcookie-cell, .amgdprcookie-table .amgdprcookie-title {
        width: 15%;
    }
}
table>tbody>tr>td {
    padding: 11px 10px;
}
table>tbody>tr>td {
    vertical-align: top;
}
.amgdprcookie-buttons-block.-settings {
    padding-bottom: 30px;
}
