/***/
/* OSANO Cookie Preferences */

.osano-cm-widget {
  display: none;
}
a.cookie-prefs {
  font-family: arial;
  color: #d7d7d7;
  cursor: pointer;
}

/*** Initial Dialog Box ***/
.osano-cm-dialog--type_bar.osano-cm-dialog--position_top {
  top: initial;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.osano-cm-link{color:#fff !important; font-weight:600 !important;}
.osano-cm-save,
.osano-cm-accept-all{
  background:#12273F !important;
  border-color:#12273F !important;
}

.osano-cm-deny:hover, .osano-cm-deny:focus, .osano-cm-denyAll.osano-cm-button:focus, .osano-cm-denyAll.osano-cm-button:hover{
  background:#fff;
  color:#12273f;
}

.osano-cm-denyAll,
.osano-cm-save,
.osano-cm-accept-all{border:0;}

.osano-cm-dialog {
    background: rgba(51, 153, 254, 0.94);
    color: #ffffff;
}
.osano-cm-accept{
  background-color:#12273F !important;
  border-color:#12273F !important;
}

#osano-cm-consent--view,
#osano-cm-drawer-toggle--category_ESSENTIAL--description,
#osano-cm-drawer-toggle--category_MARKETING--description,
#osano-cm-drawer-toggle--category_PERSONALIZATION--description,
#osano-cm-drawer-toggle--category_ANALYTICS--description,
#osano-cm-drawer-toggle--category_OPT_OUT--description{
  font-size:12px;
  line-height:1.375;
}