
/* Universal Styles */

html{
    background-color: #f2f2f2 !important;
}

*, *::after, *::before {
    box-sizing: border-box;
}

.navbar{
    background-color: #f2f2f2 !important;
}

#modal-header{
    margin-bottom: 10px !important;
}

#guideline-header{
    text-align: center;
}

#fake-radio{
    width: 1.5em; /* Increase width of radio button */
    height: 1.5em; /* Increase height of radio button */
}

#fake-form{
    padding: 20px; /* Add padding to the form */
}

/* Individual Styles */

#burger{
    background-color: Transparent;
    border-width: 0rem;
}

#app-container {
    max-width: 0vw;
}

#column-container{
    /* Split the different columns */

    margin: 0.625rem;
    min-height: 100vh;
    min-width: 100vw;
}

#left-column{
    background-color: #87212E;
    
}

#middle-column{
    background-color: #fcfcfc;

    display: flex;
    justify-content: center; 
    align-items: center;
}

#right-column{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fcfcfc;

    display: flex;
    justify-content: center; 
    align-items: center; 
}

/* Left column */
#moog-logo{
    margin-top: 0.938rem;
}

#guideline-title{
    color: white;
    /* fix */
    padding-top: 1.875rem;
    margin-top: 1.563rem;
    border-top: 0.094rem solid white;
}


/* Middle Column (QR Code) */
#qrcode-container{
    position: relative;
    padding-bottom: 1rem;
}

#qrcode{
    margin: 0 auto;
    width: 100%;
    max-width: 15.625rem;
}

#qrcodeBackground{
    border-radius: 0.625rem;
    padding: 1.25rem;
    padding-bottom: 0.625rem;
    width: 18.75rem;
    display: inline-block;
}

#text {
    font-size: 1.25rem !important;
    margin: auto;
    width: auto;
    overflow-wrap: break-word;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: center;
}


/* #fillerText {
    font-size: 20px !important;
    margin: auto;
    width: auto;
    overflow-wrap: break-word;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
 */

/* These */
#watermark{
    width: 40%;
    margin-right: 9.063rem;
    margin-bottom: 0.313rem;
}




/* Right Column */

.mobile-only {
    display: none;
} 

.StepOneBigScreen-only{
    display: block;
    color: #000;
    text-align: left;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: 2.813rem;
    margin-bottom: 0.313rem;
}

.StepTwoBigScreen-only{
    display: block;
    color: #000;
    text-align: left;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 0.031rem;
    margin-right: -.75rem;
    padding-bottom: 3rem;
    padding-top: 0.313rem;

}


#data-label{
    margin-top: 1.563rem;
}

#submit-message-button, #submit-data-button{
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: 0.313rem;
    color: #ffffff;
    background-color: #87212E !important;
}

/* File Upload */
.fileUploadContainer{
    display: flex;
    align-items: center; /* Align items vertically centered */
    margin-top: 0.938rem;
    margin-bottom: 0.938rem;
}

input[type="file"] {
    display: none;
}

#fileName{
    /* font-style: italic; */
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    /* fix px */
    margin: 0.313rem;
}

.custom-file-upload {
    padding: 0.938rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-color: #383636;
    margin-right: 0.625rem; /* Add some space between the button and the text */
}

/* New Grey Box around the Fileupload */
.fileUploadBoxDesign {
    display: flex;
    padding: 1.25rem;
    margin: 0.625rem auto;
    align-items: center;
    gap: 2.188rem;
    align-self: stretch;
    background-color: #F5F5F5;
    box-sizing: border-box
}

#data-input-container, #message-input-container, #sizing, #team, #topic{
    margin-bottom: 0.938rem;
}

/* Look into this for the centering issue */
#request-button-container, #modal-button-container, #qrcode-container{
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    /* margin-top: 1.2rem; */
}

#request-button-container{
    margin-top: 3.125rem !important;
}

#request-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#export-buttons {
    max-width: fit-content;
    position: absolute;
    margin: auto;

    top: 0;
    bottom: 0;

    left: 0;
    right: 0; 
    margin-top: 0.625rem;
}

#buttons-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 3.8rem;
    padding-top: 1.1rem;
}

#png, #svg, #copy{
    margin: 0.313rem;
}

#png-button, #svg-button, #copy-button{
    padding: 0.938rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    border-color: #645e5f;
}

/* #radio-row {
    display: block;
} */

#radio-row {
    display: flex;
    flex-direction: column;
}

.radio-container {
    display: flex;
    padding-right: 2.5rem !important;
    align-items: center;
    margin-bottom: 0.625rem; /* Adjust the spacing between each radio button and label pair */
}

.radio-container input[type="radio"] {
    margin-right: 0.313rem; /* Adjust the spacing between the radio button and the label */
}

#default-label, #light-label, #dark-label, #black-label{
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0.313rem;
}

#default-button, #light-button, #dark-button, #black-button{
    margin: 0rem;
}

#title{
    min-width: 12.5rem;
    color: #ffffff;
}

#preset, #topic{
    display:none;
}

#font-label{
    padding: 0rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

#minus-button, #plus-button{
    padding: 0rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    height: auto;
    width: auto;
}


/* WIll be changed */
@keyframes blink {
    0% {
        visibility:visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: .5;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: .5;
    }
    75% {
        opacity: 1;
    }
    90%{
        opacity: 0;
    }
    100% {
        opacity: 0;
        visibility:hidden;
    }
}

/* Change to alert */
#font-warning, #message-warning, #data-warning{
    padding:0rem;
    margin-left:0.625rem;
    display:none;
    animation: blink 5s 1 forwards; 
}

/* Will be changed */
#data-label, #data-warning, #message-label, #message-warning{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-bottom:0rem;
}


@media screen and (max-width: 100px) {
    .navbar-menu {
      align-items: stretch;
      background-color: #c8c8c8;
      box-shadow: 0.313rem;
      font-size: 0.875rem;
      display: flex;
      flex-grow: 1;
      flex-shrink: 0;
      padding: 0;
  
      .navbar-item.is-active .navbar-dropdown,
      .navbar-item.is-hoverable:focus .navbar-dropdown,
      .navbar-item.is-hoverable:focus-within .navbar-dropdown,
      .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
      }
  
      .navbar-end {
        justify-content: flex-end;
        margin-left: auto;
        align-items: stretch;
        display: flex;
  
        .navbar-item.has-dropdown {
          align-items: stretch;
        }
  
        .navbar-item,
        .navbar-link {
          align-items: center;
          display: flex;
        }
  
        .navbar-dropdown {
          background-color: #fff;
          border-bottom-left-radius: 0.375rem;
          border-bottom-right-radius: 0.375rem;
          border-top: 0.125rem solid #dbdbdb;
          box-shadow: 0 0.5rem 0.5rem rgba(10, 10, 10, 0.1);
          display: none;
          font-size: 0.875rem;
          left: 0;
          min-width: 100%;
          position: absolute;
          top: 100%;
          z-index: 20;
        }
      }
    }
  }


/* Media Query for 768px Mobile view*/
@media (max-width: 768px) {
    /* #middle-column, #right-column {

    } */
     
    .StepOneBigScreen-only{
        display: none;
    }

    .StepTwoBigScreen-only{
        display:none;
    }

    .mobile-only {
        display: block;
        color: #000;
        text-align: left;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: -.75rem;
        margin-right: -.75rem;
        margin-top: 2.813rem;
        margin-bottom: 2.813rem;
        }

    #left-column {
        display: flex;
        height: 35.5rem;
        padding: 3.125rem 1.563rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
        flex-shrink: 0;
        align-self: stretch;
    }

    #right-column {
        padding-bottom: 9.375rem !important;
    }

    #data-labels {
        margin-bottom: 1.25rem;
    }

    #message-labels {
        margin-bottom: 1.25rem;
    }

    #submit-data{
        display: flex;
        width: 21.875rem;
        height: 2.5rem;
        padding: 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background-color: #87212E;
        margin: 0.625rem 0; 
        margin-bottom: 3.125rem;
        border-radius: 0.125rem;
    }

    #submit-message{
        display: flex;
        width: 21.875rem;
        height: 2.5rem;
        padding: 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background-color: #87212E;
        margin: 0.625rem 0; 
        border-radius: 0.125rem;
    }

    /* Add 2 and 2 for space - padding */
    #radio-row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #font-sizing {
        display: flex;
        flex-direction: row;
        align-items: left;
        /* justify-content: space-between; */
    }

    #plus-container, #font-label-container, #minus-container, #font-warning-container {
        margin-right: 0.625rem; 
    }

    #font-label-container {
        justify-content: center;
        margin-top: 0.625rem;

    }

    #plus-button {
        margin-top: 0.313rem;
        width:2.75rem;
        height:2.75rem;
    }

    #minus-button {
        margin-top: 0.313rem;
        width:2.75rem;
        height:2.75rem;
    }

    #font-warning-container {
        margin-right: 0; 
    }

    #copy-button {
        display: flex;
        width: 18.438rem;
        height: 2.5rem;
        padding: 0.625rem; 
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        margin: 0.625rem 0; 
        border-radius: 0.125rem;
    }

    #png-button {
        display: flex;
        width: 18.438rem;
        height: 2.5rem;
        padding: 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        margin: 0.313rem 0; 
        border-radius: 0.125rem;
    }

    #svg-button {
        display: flex;
        width: 18.438rem;
        height: 2.5rem;
        padding: 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        margin: 0.313rem 0; 
        border-radius: 0.125rem;
    }
    #modal-button-container .button {
        /* Adjust button styles if needed */
        width: 100%; /* Example: make buttons full width */
        margin-bottom: 0.625rem; 
        margin-right: 0.313rem;
        white-space: normal; 
        word-wrap: break-word; 
        padding: 1.35rem;
    }

} 
/* Media Query for 800px*/
@media (min-width: 770px) {
    #middle-column, #right-column {
        display: flex;
        /* width: 1296px; */
        /* padding: 0 15.625rem; */
        align-items: center;
    }
    #left-column {
        display: flex;
        padding: 3.125rem 1.563rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding-bottom: 8rem;
    }
    #qr-code{
        height: 24.313rem;
        align-self: stretch;
    }
    #footnotes {
        margin-top: 1.875rem;
    }
   
    #translationGuidelines {
        display: flex;
    }

    #p {
        overflow-wrap: break-word;
    }

    #modal-button-container {
        /* Adjust the width, padding, or margin to prevent overlapping */
        width: 100%; /* Example: make the container full width */
        padding: 0.313rem; /* Example: add padding */
        display: grid;
        grid-template-columns: 1fr; 
        display: grid;
        flex-direction: column;
    }

    #modal-button-container .button {
        /* Adjust button styles if needed */
        width: 100%; /* Example: make buttons full width */
        margin-bottom: 0.625rem; 
        margin-right: 0.313rem;
        white-space: normal; 
        word-wrap: break-word; 
        padding: .9rem;
        box-sizing: border-box;
        flex: 1;
    }

    #modal-button-container .has-icons-left {
        /* Adjust icon container styles if needed */
        display: flex;
        justify-content: center; /* Example: center the icons */
    }

    #modal-button-container .icon {
        /* Adjust icon styles if needed */
        margin-right: 0.313rem; /* Example: add margin to the right of the icon */
    }

    #modal-button-container p[name="translationGuidelines"] {
        /* Adjust text styles if needed */
        display: inline-block; /* Example: make the text inline */
        margin-left: 0.313rem; 
    }
} 

/* Media Query for 800px*/
@media (min-width: 800px) {
    #middle-column, #right-column {
        display: flex;
        /* width: 1296px; */
        /* padding: 0 15.625rem; */
        align-items: center;
    }
    #left-column {
        display: flex;
        padding: 3.125rem 1.563rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding-bottom: 8rem;
    }
    #qr-code{
        height: 24.313rem;
        align-self: stretch;
    }
    #footnotes {
        margin-top: 1.875rem;
    }
   
    #translationGuidelines {
        display: flex;
    }

    #p {
        overflow-wrap: break-word;
    }

    #modal-button-container {
        /* Adjust the width, padding, or margin to prevent overlapping */
        width: 100%; /* Example: make the container full width */
        padding: 0.313rem; /* Example: add padding */
        display: grid;
        grid-template-columns: 1fr; 
        display: grid;
        flex-direction: column;
    }

    #modal-button-container .button {
        /* Adjust button styles if needed */
        width: 100%; /* Example: make buttons full width */
        margin-bottom: 0.625rem; 
        margin-right: 0.313rem;
        white-space: normal; 
        word-wrap: break-word; 
        padding: .9rem;
        box-sizing: border-box;
        flex: 1;
    }

    #modal-button-container .has-icons-left {
        /* Adjust icon container styles if needed */
        display: flex;
        justify-content: center; /* Example: center the icons */
    }

    #modal-button-container .icon {
        /* Adjust icon styles if needed */
        margin-right: 0.313rem; /* Example: add margin to the right of the icon */
    }

    #modal-button-container p[name="translationGuidelines"] {
        /* Adjust text styles if needed */
        display: inline-block; /* Example: make the text inline */
        margin-left: 0.313rem; 
    }
} 



/* Media Query for 900px*/
@media (min-width: 900px) {
    #middle-column, #right-column {
        display: flex;
        /* width: 1296px; */
        /* padding: 0 15.625rem; */
        align-items: center;
        overflow: hidden;
        max-height: 130vh;

    }
    #left-column {
        display: flex;
        padding: 3.125rem 1.563rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding-bottom: 8rem;
        overflow: hidden;
        max-height: 130vh;
        
    }
    #qr-code{
        height: 24.313rem;
        align-self: stretch;
    }
    #footnotes {
        margin-top: 1.875rem;
    }

    #modal-button-container {
        /* Adjust the width, padding, or margin to prevent overlapping */
        width: 100%; /* Example: make the container full width */
        padding: 0.313rem; /* Example: add padding */
        display: grid;
        grid-template-columns: 1fr; 
        display: grid;
        flex-direction: column;
    }

    #modal-button-container .button {
        /* Adjust button styles if needed */
        max-width: 100%; /* Example: make buttons full width */
        margin-bottom: 0.625rem; 
        margin-right: 0.313rem;
        white-space: normal; 
        word-wrap: break-word; 
        padding: .9rem;
        box-sizing: border-box;
        flex: 1;
    }

    #modal-button-container .has-icons-left {
        /* Adjust icon container styles if needed */
        display: flex;
        justify-content: center; /* Example: center the icons */
    }

    #modal-button-container .icon {
        /* Adjust icon styles if needed */
        margin-right: 0.313rem; /* Example: add margin to the right of the icon */
    }

    #modal-button-container p[name="translationGuidelines"] {
        /* Adjust text styles if needed */
        display: inline-block; /* Example: make the text inline */
        margin-left: 0.313rem; /* Example: add margin to the left of the text */
    }
}


@media (min-width: 1000px) {
    #middle-column, #right-column {
        display: flex;
        /* width: 1296px; */
        /* padding: 0 15.625rem; */
        align-items: center;
        overflow: hidden;
        max-height: 130vh;

    }
    #left-column {
        display: flex;
        padding: 3.125rem 1.563rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding-bottom: 8rem;
        overflow: hidden;
        max-height: 130vh;
        
    }
    #qr-code{
        height: 24.313rem;
        align-self: stretch;
    }
    #footnotes {
        margin-top: 1.875rem;
    }

    #modal-button-container {
        /* Adjust the width, padding, or margin to prevent overlapping */
        width: 100%; /* Example: make the container full width */
        padding: 0.313rem; /* Example: add padding */
        display: grid;
        grid-template-columns: 1fr; 
        display: grid;
        flex-direction: column;
    }

    #modal-button-container .button {
        /* Adjust button styles if needed */
        width: 100%; /* Example: make buttons full width */
        margin-bottom: 0.625rem; 
        margin-right: 0.313rem;
        white-space: normal; 
        word-wrap: break-word; 
        padding: .9rem;
        box-sizing: border-box;
        flex: 1;
    }

    #modal-button-container .has-icons-left {
        /* Adjust icon container styles if needed */
        display: flex;
        justify-content: center; /* Example: center the icons */
    }

    #modal-button-container .icon {
        /* Adjust icon styles if needed */
        margin-right: 0.313rem; /* Example: add margin to the right of the icon */
    }

    #modal-button-container p[name="translationGuidelines"] {
        /* Adjust text styles if needed */
        display: inline-block; /* Example: make the text inline */
        margin-left: 0.313rem; /* Example: add margin to the left of the text */
    }
}


/* Changes: overflow and max height for all columns, and then padding-top for left column */




/* Deprecated */

/* 
#request-box{
    position:relative;
    filter: drop-shadow(5px 5px 4px #a39d9d);
    border-radius: 10px;
    padding: 5px;
    background-color: #ffffff;
    margin: 10px;
} */

/* #data, #message, #style-preset{
    margin: 10px;
} */

/* #title-container{
    margin: auto;
    margin-bottom: -10px !important;
} */

/* #logo{
    max-width: 200px;
    z-index: 10;
} */

/* #request-button{
    width: 150px;
    color: #ffffff;
    background-color: #87212E !important;
} */

/* .inputs{
    margin: 10px;
} */

/* #toolTip{
    margin-top: 5px;
    position: absolute;
} */

/* .submit{
    width: 50px;
    height: 38px;
} 
*/