
.header {
    text-align: center;
    color: #003366;
}
.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .search-bar input[type="text"] {
        width: 200px;
    }
    .cards {
        flex-direction: column;
        align-items: center;
    }
}
.black-font {
    color: black;
}

.faqsearch_div{
    display: flex; 
    justify-content: 
    center; width: 100%;
}

.container-header-h1{
    color: #00459A;
    margin: 30px 0;
}

.search-bar-faq{
    display: flex;
    align-items: center; 
    width: 100%;
    max-width: 600px;
}

.search-button-faq{
    height: 40px; padding: 0 20px; 
    border: 1px solid #ccc; 
    border-left: none; 
    border-radius: 0 4px 4px 0; 
    background-color: #F1CC32; 
    color: black;
}

.faq-category{
    align-items: center;
}
.faq-p{
    margin-top: 10px;
    text-align: left;
    font-size: 18px; 
    color:#00459A;
}
.faq-h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-h4 a{
    color: #000;
}
.faq-h4 i{
    color: #858585;
}
.faq-page-h4{
    color:#00459A; 
    margin-left:20px; 
    margin-top:25px
}

.faq-lastpage-card{
    align-content: center;
    justify-content: center;
}
.circle-container {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00459A; /* Optional: add a border */
}

.circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-faq{
    margin: 30px 0;
}

.custom-button-faq {
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
    padding: 2px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #00459A; /* Same as border color */
    background-color: #f8f9fa; /* Background color */
    border: 2px solid #00459A; /* Border color */
    border-radius: 5px; /* Rounded corners */
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-button-faq:hover {
    background-color: #00459A; /* Hover background color */
    color: #fff; /* Hover text color */
}

.d-flex-faq {
    display: flex;
    justify-content: flex-end;
    margin-top: -25px;
}

@media (max-width: 767.98px) {
    .d-flex-faq {
        justify-content: flex-start;
        margin-top: 15px;
    }
}
.form-inline-faq {
    display: flex;
    align-items: center;
}

.form-inline-faq input[type="text"],
.form-inline-faq input[type="submit"] {
    margin-right: 10px; /* Adjust spacing between elements */
}

.form-inline-faq input[type="text"] {
    flex: 1;
}

.faq-category-card{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 200px;
    margin-top: 20px; 
    border: 1px solid #ccc; 
    box-shadow: 0px 3px 5px #d1d1d1;
}
.faq-category-p{
    margin-top: 10px;
     font-size: 16px;
      color: #003366;
}

.faq-circle {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00459A;
    border: none;
}


.profile-pic {
    /* margin-right: 1rem; */
}

.comment-content {
    flex: 1;
}

