.cookieconsent {
  top: 50%;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 100%;
  margin: 0;
  position: fixed;
  border: 0;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  font-family: inherit;
}

.cookieconsent .ig_coookies_image {
  width: 100%;
}

.cookieconsent .ig_cookies.collapse {
  margin-top: 20px;
}

.cookieconsent .ig-modal-content {
  border: 0;
  border-radius: 0;
}

.ig-modal-header {
  border-radius: 0;
  border: 0;
}

.ig-modal-header h5 {
  padding-left: 15px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
}

.ig-modal-body {
  padding: 15px;
}

.cookieconsent .ig-modal-content .ig-modal-body .ig-card {
  padding: 10px;
  border: 1px solid #eaeaea;
  clear: both;
  margin-top: 15px;
}

.cookieconsent .ig-modal-content .ig-modal-body .ig-card h6 {
  font-size: 16px;
  font-weight: bold;
}

.cookieconsent .ig-modal-content .ig-modal-body .ig-card .ig-label {
  line-height: 30px;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}

.cookieconsent .ig-modal-content .ig-modal-footer {
  padding: 15px;
  border-top: 1px solid #eaeaea;
}

.cookieconsent .ig_all,
.cookieconsent .ig_selected {
  display: none;
}

.cookieconsent .ig_all.ig_show,
.cookieconsent .ig_selected.ig_show {
  display: block;
}

.cookieconsent_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 999999;
}

.ig-modal-content .ig-btn,
.ig-modal-content .ig-btn:hover {
  padding: 0 15px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  text-transform: unset;
  font-size: inherit;
  cursor: pointer;
}

.privacypolicy {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  width: 1000px;
  max-width: 100%;
  border: 0;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  bottom: 20px;
  z-index: 99999999;
}

.privacypolicy.ig-show {
  display: block;
}

.privacypolicy .ig-modal-content {
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}

.ig-modal-header {
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.ig-modal-header h5 {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 15px;
}


.ig-modal-dialog .ig-close,
.ig-modal-dialog .ig-consent-edit-close

{
  background: transparent;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  line-height: 20px !important;
  text-align: center;
  border: 0;
  padding: 0  !important;
  display: block;
}

.privacypolicy .ig-modal-body {
  padding: 40px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.modal {
  z-index: 99999999;
}

.cookies-edit {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    left:20px;
    width: 40px !important;
    height: 40px !important;
    padding:3px  !important;
    border-radius: 100px !important;
    border: 0;
    background: #f2b989 !important;
    -webkit-box-shadow: 0 0 9px 5px rgb(0 0 0 / 24%);
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 24%);
}

.cookies-edit img {
    width:100% !important;
     height:100% !important;
}

.ig-modal-dialog.cookieconsent.edit,
.cookieconsent_bg.edit
{
    display: none;
}

.ig-editcookie-show .ig-modal-dialog.cookieconsent.edit,
.ig-editcookie-show .cookieconsent_bg.edit
{
    display: block;
}