  .mt0 {
    margin-top: 0 !important;
  }

  .mr5 {
    margin-right: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .full-width {
    width: 100%;
  }

  .flex {
    display: flex;
  }

  .flex-center {
    align-items: center;
  }

  .flex-none {
    flex: 0;
  }

  .flex-fill {
    flex: 1;
  }

  .campaign-title {
    font-size: 30px !important;
  }

  .banner {
    max-width: 1280px;
    width: 100%;
  }

  .radio-with-text {
    vertical-align: middle;
  }

  .radio-with-text input[type='radio'] {
    position: static;
  }

  .radio-with-text input[type='text'] {
    display: inline-block;
    width: auto;
  }

  .toggle-login-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    select.form-control,
    textarea.form-control,
    input.form-control {
      font-size: 16px;
    }
  }

  .has-feedback select.form-control, .has-feedback input.form-control {
    padding-right: 0;
  }

   .input-address{
    display:none;
  }
  input[name=mail_type][type="radio"]:checked~.input-address{
    display:block;
  }
  
  .preview:has(img) {
    width: 100%;
    max-height: 225px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    overflow-x: auto;
    margin: 5px 0;
}
.preview img {
    max-width: max-content;
    display: inline;
    margin: 5px;
    max-height: 100px;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	background-color: #f9f9f9;
}
.jquery-uploader-preview-container {
    background-color: #f5f5f5;
}




.gallery-container {
	display: inline-block;
}

.gallery-container .gallery-remarks {
    text-align: center;
    font-size: 14px;
    color: #cacaca;
    margin-top: 5px;
}

.gallery-container .gallery-box {
    padding: 0 5px;
     display: none;
}

.gallery-container .gallery-photo{
    aspect-ratio: 1 / 1;
}

.gallery-container .gallery-photo img {
	object-fit: cover;
	width: 100%;
    height: 100%;
}
.gallery-container .gallery-wrapper {
    position: relative;
}
.gallery-container .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}
.gallery-container .gallery-overlay .overlay-text {
    font-size: 20px;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
    font-weight: 500;
}

.gallery-container .gallery-box:nth-of-type(-n+5) {
   display: block;
}

@media (min-width: 768px) {
	.gallery-container .gallery-overlay .overlay-text {
		font-size: 34px;
	}
}
