
.container_vertical_align_center {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 720px;
  margin: 0 auto;
  margin-top: 25px;
}

.center-cp {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-fluid.center-cp {
    padding: 0;
}

.pref-sm {
 padding: 0 20px 0 20px;
}

.d-none {
 display: none;
}

img {
  max-width: 100%;
  height: auto;
  display:block;
}

/* Typography */
h1 {
  font-size: 1.4rem;
  color: #6b2976;
  font-weight: bold;
}

.container-head img {
  margin-bottom: 30px;
}

.required_text {
  color: #d32f2f;
  font-weight: bold;
}

.form-required-note {
   font-size: 14px;
   font-style: italic;
   margin-bottom: 1.5rem;
   color: #333;
}

section#submit-btn .container-fluid {
  padding-left: 0 !important;
}

section#submit-btn button.btn {
font-size: 22px;
background-color: #6d2e79;
border-color: #6d2e79; 
width: 125px;
height: 55px;
padding-bottom: 35px;
}

select:invalid {
  color: #6c757d
}

select option:not(:first-child) {
  color: #000000;
}

label {
font-weight: bold;
}

/* Loading overlay styles */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}

/* Tom Select CSS [START] */
/* Hover color for dropdown options */
.ts-dropdown .option:hover,
.ts-dropdown .option.active {
background-color: #8ac53f;
color: #000;
}

/* Change background color of selected items/tags */
.ts-wrapper.multi .ts-control>div {
background: #8ac53f;
color: #000;
}

/* Change the X (remove button) color */
.ts-wrapper.plugin-remove_button .item .remove {
font-weight: bold;
}
/* Tom Select CSS [END] */


/* Media Query */
@media (max-width: 768px) {

}

@media (max-width: 480px) {
  .container_vertical_align_center {
    width: 100%;
  }
  .container_vertical_align_center {
  margin-top: 0;
  }
}

