.item {width: 200px; box-sizing: border-box;}
.stamps-container { display: inline-flex; width: 100%; flex-wrap: wrap;grid-gap: 30px;justify-content: center;}
.stamps-featured {
display: block; background-size: contain; background-repeat: no-repeat; background-position: center center; min-height: 200px; margin: 26px;
}

.container-box h3 { background: #003e98; color: #fff; text-align: center; padding: 10px; margin-bottom: 0px; }
.container-box {box-shadow: 0 20px 30px rgba(0, 60, 160, .3);}
.container-box label {padding: 5px 15px; border: 1.5px solid #003e98; margin: 0px 0px 20px 0px; font-weight: 600; font-size: 18px; color: #003e98;}
.container-box input { display:none;}
form#ranking-form input { width: 100%; border-color: #003e98; border-width: 1.5px; border-radius: 5px; margin: 0px 0px; color:#003e98;}
form#ranking-form input::placeholder { color: #003e98; font-weight: 600; opacity: 1; }

.container-box { position: relative; overflow: hidden; border-radius: 15px; }
#page button { margin-top: 40px; width: 100%; padding: 10px 0px; border: 2px solid #0e4194; background-color:#0e4194;color:#fff; border-radius: 10px; transition:.5s ease;}

/* Checked state */
input[type="radio"]:checked + label {
  background-color: #003e98;
  border-color: #003e98;
  color:#fff;
}

label:hover {
  cursor:pointer;
  background-color: #003e98;
  color:#fff;
  transition:.5s ease;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}
.modal-content {
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

span.error-odl {display:none}
span.error-odl {color:red;}
span.error-odl.error-active {display:block}
button.error-active { opacity: 0.5; filter: grayscale(.2); }



.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid #0e4194;
  border-color: #0e4194 transparent #0e4194 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-dual-ring.not-sent {display:none;}


.zoom-wrapper {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.zoom-target {
  background-repeat: no-repeat;
  cursor: zoom-in;
  transition: background-size 0.3s ease;
}

.zoom-in {
  background-size: 280%; /* Double the background size when zooming in */
  cursor: zoom-in; /* Change cursor to crosshair (magnifying glass) */
}


.zoom-wrapper {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.mfp-img {
  max-width: 100%;
  height: auto;
}