/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 17:28:00 */
button.fea-submit-button.button.button-primary, a.acf-button.button {
  align-items: center;
  border-width: 0;
  color: #fff;
	background-color: var(--bricks-color-jzooxh);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: .5px;
  padding: .5em 1em;
  text-align: center;
	border-radius: 3px;
}

a.acf-button.button.button-primary.edit-password {
	background-color: var(--bricks-color-quuopm);
	padding: 1.5rem 0.8rem;
}
button.button.fea-delete-button {
  align-items: center;
  border-width: 0;
  color: #fff;
	background-color: var(--bricks-color-xvjepo);
  display: inline-flex;
  gap: 10px;
	  padding: 0.8rem 1.6rem;
  justify-content: center;
  letter-spacing: .5px;
}
a.fea-delete-button.button.button-primary {
  align-items: center;
  border-width: 0;
  color: #fff;
	background-color: var(--bricks-color-xvjepo);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: .5px;
  padding: .5em 1em;
  text-align: center;
}
button.button.fea-delete-button:hover, button.button.fea-delete-button:focus {
  background-color: var(--bricks-color-secondary);
  padding: 0.8rem 1.6rem;
}
.brx-body  {
height: 100%;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
}

.upload-box {
    background: transparent;
    border: 2px dashed #acacac;
    padding: 30px;
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.upload-box.disable {
  pointer-events: none;
  opacity: 0.75;
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.upload-label:hover {
    background-color: #f0f0f0;
}

.upload-label input[type="file"] {
    display: none;
}

.upload-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.upload-text {
    color: #9a9a9a;
    font-size: 1.6rem;
}

.choose-file {
    color: var(--bricks-color-bnlrpa);
    text-decoration: underline;
    cursor: pointer;
     color: #9a9a9a;
}

.upload-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #9a9a9a;
    padding-block: 1.6rem;
}

.max-size {
    color: var(--bricks-color-bnlrpa);
}

.upload-button {
    background-color:var(--bricks-color-jzooxh);
    color: #fff;
    padding: 12px 36px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1.8rem;
    font-family: 'Neutra Text TF', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2%;
}

.upload-button:hover {
    background-color: var(--bricks-color-quuopm);
}

.upload-status {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.video-upload-form-label {
font-size: 2rem;
  letter-spacing: 2%;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #232323;
  font-family: 'Neutra Text TF', sans-serif;

}

.progress-container {
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.progress-bar {
    height: 8px;
    background-color: var(--bricks-color-bnlrpa);
    width: 0%;
    transition: width 0.4s ease;
}

input#video {

opacity: 0;
}

    #cmspw-wizard-container label {
      font-size: 2rem;
      letter-spacing: 2%;
      line-height: 1;
      text-transform: uppercase;
      font-weight: bold;
      color: #232323;
      font-family: 'Neutra Text TF', sans-serif;
      display: block; /* ensure each label is on its own line */
      margin-bottom: 8px;
    }
    
    /* Style the text fields, selects, etc. */
    #cmspw-wizard-container input[type="text"],
    #cmspw-wizard-container select,
    #cmspw-wizard-container textarea {
      width: 100%;
      padding: 8px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1.6rem;
      font-family: 'Neutra Text TF', sans-serif;
      margin-bottom: 16px;
    }

    /* Optional: Red asterisk for required fields: */
    #cmspw-wizard-container label.required:after {
      content: " *";
      color: red;
    }

    /* Style your step headings (like "Step 1: Video (Optional)") */
    #cmspw-wizard-container h2 {
      font-size: 2.4rem;
      font-weight: bold;
      margin-top: 24px;
      font-family: 'Neutra Text TF', sans-serif;
      color: #232323;
      text-transform: uppercase;
      letter-spacing: 1%;
    }

    /* You can style your instruction paragraphs too */
    #cmspw-wizard-container p {
      font-size: 1.4rem;
      font-family: 'Neutra Text TF', sans-serif;
      color: #333;
      margin-bottom: 16px;
    }

    /* Buttons */
    #cmspw-wizard-container .bricks-button {
      font-size: 1.6rem;
      font-family: 'Neutra Text TF', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1%;
      padding: 10px 24px;
      border-radius: 4px;
      border: none;
      cursor: pointer;
      margin-right: 8px; /* small gap between buttons */
    }
    #cmspw-wizard-container .bricks-button:hover {
      opacity: 0.9; /* subtle hover effect */
    }

    /* This is just an example; style your step containers too if you want spacing: */
    #cmspw-wizard-container .cmspw-step {
      margin-bottom: 32px;
      border-bottom: 1px solid #eee;
      padding-bottom: 24px;
		border-color: transparent;
    }


.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
.mcnImageBlock, .mcnBoxedTextBlock, .mcnTextBlock
padding: 0 0 1.2em;

@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}