  /* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #050507;
  backdrop-filter: blur(20px);
  border-top: 1px solid #2646cb;
  padding: 20px;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  font-family: Inter, sans-serif;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-text {
  flex: 1;
  color: #d7d7df;
  font-size: 16px;
  line-height: 1.5;
  font-family: Inter, sans-serif !important;
}

.cookie-text strong {
  color: #d7d7df;
}

.cookie-text a {
  color: #2646cb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cookie-text a:hover {
  color: #2646cb;
  opacity: 0.8;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cookie-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.cookie-btn-accept {
  background: linear-gradient(45deg, #2646cb, #2646cb);
  color: #ffffff;
  box-shadow: 0 4px 15px #2646cb40;
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #2646cb60;
}

.cookie-btn-decline {
  background: rgba(255, 255, 255, 0.1);
  color: #d7d7df;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-btn-decline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #d7d7df;
}

.cookie-btn-settings {
  background: #fff;
  color: #2646cb;
  border: 1px solid #2646cb;
  padding: 10px 20px;
}

.cookie-btn-settings:hover {
  background: #2646cb20;
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.cookie-modal.show {
  display: flex;
}

.cookie-modal-content {
  background: #050507;
  border-radius: 15px;
  border: 1px solid #2646cb;
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  z-index: 10002;
}

.cookie-modal-header {
  margin-bottom: 15px;
}

.cookie-modal-title {
  font-size: calc(14px * 1.2);
  color: #2646cb;
  margin-bottom: 8px;
}

.cookie-category {
  margin-bottom: 15px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cookie-category-title {
  font-weight: 600;
  color: #d7d7df;
}

.cookie-switch {
  position: relative;
  width: 50px;
  height: 24px;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border-radius: 24px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .cookie-slider {
  background-color: #2646cb;
}

input:checked + .cookie-slider:before {
  transform: translateX(26px);
}

input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-category-description {
  color: #d7d7df;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-modal-footer {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cookie-btn {
    flex: 1;
    min-width: 120px;
  }

  .cookie-modal-content {
    margin: 5px;
    padding: 12px;
  }

  .cookie-category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.jquery-msgbox
{
  background:url(../../images/main/background.png) repeat-x left bottom;
  padding-bottom:55px;
  font-style:normal;
}

.jquery-msgbox p {
color: #068DE0;
font: 17px/21px Tahoma, Arial, Helvetica, sans-serif;
}

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
  color:#0674b8;
}

.jquery-msgbox-buttons
{
  padding:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  min-width:85px;
  padding:0 8px 2px;
  height:24px;
  cursor:pointer;
}

.jquery-msgbox-buttons button:hover, .jquery-msgbox-buttons input:hover {
color:#F44602;
text-decoration:underline;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:97%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(../../images/main/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(../../images/main/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(../../images/main/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(../../images/main/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(../../images/main/confirm.png) no-repeat 20px 20px;
}