html {
  overflow-y: scroll;
}


.btn-transparent {
    color: rgba(0, 0, 0, 0.75) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
}

.pdpink {
    color: #e31c79;
}

.pdblue {
    color: #00437e;
}


.pdbluemedium {
    color: #4babe6;
}


.pdgreen {
    color: #79c000;
}

.alert-pdpink {
    color: #ffffff;
    background-color: #e31c79;
    border-color: #e31c79;
}

.umb-block-list {
    scroll-margin-top: 4em;
}


a.white-link-text {
    color: #FFFFFF;
}

footer {
    padding: 5px 0 5px;
    background-color: transparent;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer .footer-bottom .footer-copyright p {
    font-size: 1.1rem;
    margin: 0;
    color: #000000;
}

@media (min-width: 992px) {
    footer .footer-bottom .footer-copyright p {
        font-size: 0.8rem;
        margin: 0px 0;
    }
}

footer .footer-bottom .footer-copyright {
    margin-bottom: 10px;
}

footer .footer-bottom .footer-legal-links a:link,
footer .footer-bottom .footer-legal-links a:visited {
    color: #595959;
}

.file-drop-field {
    margin-top: 10px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.file-drop-field.dragging {
    border-color: #999;
    background-color: #f5f5f5;
}

.submit-page-background {
    background-image: url("./submit_page_backround.png");
    background-size: cover;
}

.evaluation-button {
    font-size: 17px;
    cursor: pointer;
    padding: 30px 10px;
    background: none;
    border: none;
    outline: none !important;
    font-weight: normal;
    width: 230px;
}

.evaluation-button-chart {
    font-size: 17px;
    cursor: pointer;
    padding: 0px 10px;
    background: none;
    border: none;
    outline: none !important;
    font-weight: normal;
    width: 150px;
}

.evaluation-button:hover {
    font-weight: bold !important;
}

.evaluation-button:active {
    font-weight: bold;
}

.label {
    font-size: 18px;
    color: #555;
    background-color: #dcdcdc21;
    text-transform: capitalize;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.label2 {
    color: #555;
    background-color: #dcdcdc21;
    display: block;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    min-width: 737px;
}

.label3 {
    color: #555;
    background-color: #dcdcdc21;
    display: flex;
    flex-direction: column;
    height: 90%;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input--style-4 {
    line-height: 40px;
    background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #ccc;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input--style-5 {
    height: 100px;
    resize: vertical;
}

.btn {
    display: inline-block;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    outline-width: 2px;
    outline-offset: -2px;
}

.btn:hover {
    outline: none;
    box-shadow: 0 0 5px rgba(22, 6, 158, 0.5);
    border-radius: 20px;
}

.btn--radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn--radius-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.submit-button-arrow {
    padding: 10px 15px;
    border: none; 
    background-color: rgb(128, 189, 55);
    color: white; 
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-button-arrow:hover {
    background-color: rgb(108, 160, 46);
  }
  
  .submit-button-arrow:disabled,
  .submit-button-arrow[disabled] {
    background-color: #cccccc; 
    color: #666666;
  }

.tns-button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background-color: #4AABE6;
    color: white;
    border: none;
    border-radius: 3px;
    outline: none;
    height: 40px;
    line-height: 50%;
    font-size: 16px;

}

.tns-button:hover {
    cursor: pointer;
    background-color: #367eab;
}

.pill-outline {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 2px solid #949494;
    border-radius: 50px;
}

.report-download-button {
    align-items: center;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 6px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 80px;
    min-height: 34px;
}

.report-download-button[disabled] {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
    padding: 0px 6px;
}

.report-download-button:hover {
    background-color: #0056b3;
}

.loading-cell {
    display: flex;
    align-items: center;
}

.loading-text {
    margin-right: 10px;
}

.loading-animation {
    width: 25px;
    height: 25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login-button {
    background-color: #4babe6;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
    text-align: center !important;
    text-transform: uppercase;
    width: 160px;
    font-size: 18px !important;
}

.login-button:hover {
    background-color: #367eab;
}

.custom-header-button {
    cursor: pointer;
    padding: 0px 30px;
    background: none;
    border: none;
    outline: none !important;
    font-weight: normal;
    width: 250px;
}

.custom-header-button:hover {
    font-weight: bold !important;
}


nav li:hover a {
    text-decoration: none;
    color: white;
}

.spinner img {
    width: 40px;
    height: 40px;
    animation: spin 45s linear infinite;
    margin-left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dot {
    animation-name: dot;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.dot2 {
    animation-delay: 0.2s;
}

.dot3 {
    animation-delay: 0.4s;
}

@keyframes dot {

    0%,
    20% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}

.navbar-expand-custom {
    flex-direction: column;
    flex-basis: auto;
    justify-content: flex-start;
}

@media (min-width: 1300px) {
    .navbar-expand-custom {
        flex-direction: row;
    }
}

.product-option-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.refresh-button-custom-position {
    position: relative;
}

.evaluation-button-normal {
    padding: 30px 15px;
    font-weight: normal;
    text-decoration: none;
}

.evaluation-button-bold {
    font-weight: normal;
    text-decoration: none;
}

.refresh-button-container {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    border-radius: 50%;
}

.refresh-button-container:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.15);
}

.refresh-button-container:active {
    transform: scale(0.9);
}

.success-button {
    background-color: #28a745; /* Bootstrap's .btn-success background color */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .success-button:hover,
  .success-button:focus {
    background-color: #218838; 
    outline: none; 
  }
  
  .success-button:active {
    background-color: #1e7e34;
    transform: translateY(2px); /* Gives a feeling of the button being pressed */
  }

  .report-download-container{
    min-height: 34px;
  }

  .modal-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dimmed background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensures the overlay is above other content */
  }

  .loading-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for a "raised" effect */
    border-radius: 8px; 
    padding: 40px; 
    width: 300px; 
    margin: auto; 
    position: relative;
  }
  
  .loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .spinner-text {
    margin-top: 20px;
    font-size: 1rem;
    color: #333;
    text-align: center;
  }
  
  .error-icon {
    color: red;
    font-size: 24px; 
  }
  
  .success-icon {
    color: green;
    font-size: 24px;
  }

  .spinner-close-button {
    position: absolute;
    bottom: 10px; 
    right: 10px; 
    padding: 5px 15px;
    background-color: #ccc;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .spinner-close-button:hover {
    background-color: #bbb;
  }
  