.container form .error-text {
    background: #F8D7DA;
    padding: 8px 0;
    border-radius: 5px;
    color: #8B3E46;
    border: 1px solid #F5C6CB;
    display: none;
}

    .container form .error-text.matched {
        background: #D4EDDA;
        color: #588C64;
        border-color: #C3E6CB;
    }
.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check-icon.png) !important;
}

.des-p {
    margin: 0;
    padding: 10px; /* Add padding for spacing inside the div */
    height: 100%; /* Set a fixed height for the <p> element */
    overflow-y: auto; /* Add a vertical scrollbar when content overflows vertically */
    white-space: nowrap; /* Prevent text from wrapping horizontally */
}

.Power{
    font-size: 10px;
    position: relative;
    top: -9px;
}
.popup-table .table span {
    font-size: 10px;
    position: relative;
    top: -9px;
}
.Report {
    background-color: #D9D9D9;
    color: #243B64;
}
    .header h2.tagline {
    color: #243B64;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 11px;
    }
    .header .menu-text {
    color: #243B64;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 11px;
    text-align: right;
    }
    .bio-data h3 {
    font-size: 16px;
}

.bio-data label {
    display: block;
    font-weight: 700;
    color: #A39657;
}

.bio-data {
    border: 1px solid #000;
    padding: 25px 10px;
    border-radius: 3px;
}
.bio-data img {
    width: 13px;
}
.bio-data hr {
    margin-top: 17px;
}
.modal-content {
    width:167%;
}
.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-color: #ccc;
    padding: 20px;
    box-sizing: border-box;
}