@charset "utf-8";

.cookieConsentBannerArea {
  position: relative;
  padding: 10px;
}

.cookiePolicy a {
  color: #8dc8ff;
  text-decoration: none;
}

.moveUp {
  margin-bottom: 60px;
}

.moveUpOnSearchArea {
  margin-bottom: 173px;
}

.cookieConsentBanner {
  z-index: 999;
  width: 100%;
  height: 60px;
  left: 0px;
  position: fixed;
  bottom: 0px;
  background: rgba(51, 51, 51, 0.7);
}

.cookiePolicy a:hover {
  color: #e68012;
  text-decoration: underline;
  cursor: pointer;
}

.btn-deny {
  color: #ffffff;
  background-color: #333333;
  border: none;
  padding: 5px 10px;
  height: 100%;
}

.btn-deny:hover {
  color: #e68012;
}

.btn-accept {
  color: #ffffff;
  background-color: #007fcb;
  border: none;
  padding: 5px 10px;
  height: 100%;
}

.btn-accept:hover {
  background-color: white;
  color: #e68012;
}

.floating-txt {
  color: #ffffff;
  text-align: left;
}

/*TAB*/
/* EDKDS001-03_del_start */
/*
@media screen and (max-width: 991px) {
  .cookieConsentBannerAreaSP {
    position: relative;
    padding: 10px;
  }

  .cookieConsentBannerSP {
    z-index: 999;
    width: 100%;
    height: 120px;
    left: 0px;
    position: fixed;
    bottom: 0px;
    background: rgba(51, 51, 51, 0.7);
  }

  .cookiePolicySP a {
    color: #8dc8ff;
    text-decoration: none;
  }

  .cookiePolicySP a:hover {
    color: #e68012;
    text-decoration: underline;
    cursor: pointer;
  }

  .btn-deny {
    color: #ffffff;
    background-color: #333333;
    border: none;
    padding: 5px 10px;
    height: 100%;
    width: 100%;
  }

  .btn-accept {
    color: #ffffff;
    background-color: #007fcb;
    border: none;
    padding: 5px 10px;
    height: 100%;
    width: 100%;
  }

  .cookieConsentBanner {
    display: none;
  }
}
*/
/* EDKDS001-03_del_end */

/*SP*/
/* EDKDS001-03_mod_start */
/* @media screen and (max-width:567px) { */
@media screen and (max-width:768px) {
/* EDKDS001-03_mod_end */
  .cookieConsentBannerSP{
    z-index: 999;
    width: 100%;
    height: 150px;
    left: 0px;
    position: fixed;
    bottom: 0px;
    background: rgba(51, 51, 51, 0.7);
 }

  .cookieConsentBannerAreaSP {
    position: relative;
    padding: 10px;
  }

  .cookiePolicySP a {
    color: #8dc8ff;
    text-decoration: none;
  }

  .cookiePolicySP a:hover {
    color: #e68012;
    text-decoration: underline;
    cursor: pointer;
  }

  .btn-deny {
    color: #ffffff;
    background-color: #333333;
    border: none;
    padding: 5px 10px;
    height: 100%;
    width: 100%;
  }

  .btn-accept {
    color: #ffffff;
    background-color: #007fcb;
    border: none;
    padding: 5px 10px;
    height: 100%;
    width: 100%;
  }

  .cookieConsentBanner {
    display: none;
  }
}
