﻿label {
    border: none;
    background-color: transparent;
    padding: 5px;
    color: #004795;
    font-weight: bold;
    font-size: 1em;
}

.page:not(.active) {
    display: none;
}

.page-nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    background: gray;
    border: none;
    opacity: .5;
    color: white;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 .1px 2px rgba(0, 0, 0, 0.2), 2px 2px 2px darkgrey;
}

    .step.active {
        opacity: 1;
    }

    .step.finish {
        background: #004795;
    }

label.button {
    margin-right: 10px;
    padding: 15px;
}

.page-form-header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
}

.form-label-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
textarea.form-input, textarea.form-info {
    resize: vertical;
}

.text-underline {
    text-decoration: underline;
}

.form-info, .guidance-info {
    padding: 5px;
    margin: 0px;
    flex: 1 0 auto;
    min-height: 28px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.form-info.locked-field + label:not(.basic):not(.button), .form-info.locked-field + .label:not(.basic),
.guidance-info.locked-field + label:not(.basic):not(.button), .guidance-info.locked-field + .label:not(.basic)
{
    border: none;
    border-radius: 0px;
    border-top: 1px solid black;
    background-color: transparent;
    padding: 0px;
    padding-left: 5px;
    color: #004795;
    font-weight: bold;
    font-size: 1em;
    flex: 0 0 auto;
    min-height: 20px;
}

.form-input[type="checkbox"]:disabled + label,
.guidance-input[type="checkbox"]:disabled + label,
.superintendent-input[type="radio"]:disabled + label,
.withdrawal-input[type="checkbox"]:disabled + label 
{
    cursor: default;
}


.padding-10 {
    padding: 10px;
}


.icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.header-section {
    position: relative;
}
.header-section-title.header-section-title.header-section-title {
    border: none;
}
.header-section .header-section-title {
    border-right: none;
    border-radius: 0;
}
.header-section .Status {
    font-weight: bold;
    font-size: 1.3em;
    border: 1px solid #004795;
    /*position: absolute;*/
    left: 0px;
    width: 16.66%; /*col-2*/
}
@media (max-width: 991.98px) {
    .header-section .Status {
        position: inherit;
        width:auto;
    }
}


.swal-packet-download {
    width: 99%;
}
.header-icon {
    width: 30px;
    height: 30px;
}
.button-print-pdf, .button-packet-download {
    top: 5px;
    right: 5px;
    padding-right: 5px;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(0, 71, 149, 0.7); }
  50% { box-shadow: 0 0 0 5px rgba(0, 71, 149, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 71, 149, 0); }
}
.attention-section {
    animation: pulse-glow 1.5s infinite; /* Continuously pulses */
}
