.cookie-footer-bar {
  visibility: hidden;
}
.cookie-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 2px solid #dbe2f5;
  z-index: 9999;
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cookie-container {
  max-width: 1400px;
  margin: auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-text p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.cookie-settings-link {
  color: #1a5cff;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions .btn {
  padding: 5px 12px;
  border-radius: 6px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}



#cookie-footer-bar .btn {
  background: #d2dfff;
}
#cookie-footer-bar .btn:hover {
  background: #a3bbf3; 
}

/* 🔹 MOBILE */
@media (max-width: 768px) {
  .cookie-container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .cookie-actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-actions .btn {
    width: 100%;
  }
}


.cookie-hero {
  background: linear-gradient(135deg, #0f2a5c, #143d8b);
  color: #fff;
  padding: 60px 0;
}

.cookie-hero h1 {
  font-size: 36px;
  margin-top: 10px;
}

.breadcrumb {
  font-size: 14px;
}

.cookie-content {
  max-width: 1100px;
  margin: 40px auto;
}

.cookie-card {
    background: #fff;
    border: 1px solid #e5e8ef;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    min-height: 110px;  
    margin-top: 20px;
} 

.cookie-card h3 {
  margin-bottom: 8px;
  font-size: 18px; 

}
.cookie-content h2{
	 font-size: 22px;  
}
.save-preferences {
  background: #0f2a5c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
}
p.intro{
	    margin-bottom: 20px; 
}
.group5 .download-outline-btn {
    padding: 8px 12px;
    gap: 8px;
    outline: none;
    border-radius: 4px;
    color: #162f6a;
    background-color: #fff;
    border: 1px solid #162f6a;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .12px;
    text-decoration: none;
}
.stauts-msg-container {
    padding: 8px 9px;
    color: #162f6a;
    gap: 8px;
    border: 2px solid #214aab;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.material-symbols-outlined, .material-symbols-rounded {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.material-symbols-outlined {
    font-family: Material Symbols Outlined;
    font-feature-settings: "liga";
}

.stauts-msg-container p {  
    color: #150202;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#cookie-save-status {
    margin-bottom: 20px;
}
.flex-column {
    flex-direction: column !important; 
}
.cookie-inner-box-left {
    float: left;
    display: inline-block;
}
.cookie-inner-box-right {
    float: right;
    display: inline-block;
}

.form-check-input {
    box-shadow: none !important;
    border: none !important;
    background-color: #a3bbf3 !important;
    width: 36px !important;
    height: 20px !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px!important;
    -ms-border-radius: 12px!important;
    -o-border-radius: 12px!important;
}