body, html {
    height: 100%;
    margin: 0;
    font-family: Nunito Sans, sans-serif;
}

 .vh-100 {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.header-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 40, 78, 0.75);
    z-index: 1;
}

.home-content {
    position: relative;
    z-index: 2;
}

#accordionExample {
    display: block;
}
.rounded-accordion .accordion-item {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    padding: 16px ;
    gap: 16px ;
}

@media (max-width: 991px) {
    .tab {
        overflow-x: auto;
        white-space: nowrap;
    }

    .tab button {
        display: inline-block;
        flex-grow: 0;
    }



}

@media (min-width: 992px) {
}
.accordion-button{
    font-weight: 700;
    font-size: 18px;
    padding-left: 0px;

}
.h3{

    font-weight: 700;
    font-size: 17px;
    line-height: 23.8px;
}
.p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 16px ;
}
.accordion-body{
    padding-left: 0px;
    padding-bottom: 0px;

}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
}


.media-mention {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 4px 4px 6px rgba(189 189 189 / 10%);
    padding: 16px 16px;
    box-sizing: border-box;
    height: 100%;
}

.wrapperMediaMention{
    padding: 10px;
}


.press-release-item {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 16px 16px;
    box-sizing: border-box;
    height: 100%;
    box-shadow: 4px 4px 6px rgba(189 189 189 / 10%);
}

.press-release{
    padding: 10px;
}

.wrapperPressRelease{
    padding: 10px;
}

.media-mention p, li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #33324e;

}

.media-mention h1,h2,h3,h4,h5,h6{
    color: #33324e;
}


.show-more-less{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hiddenMediaWrapper{
    display: none !important;
}


#seeLessMedia, #loadMoreMedia, #seeLessPress, #loadMorePress {
    display: block;
    width: max-content;
}

.show-more-btn {
    background-color: #4353FF;
    border: 1px solid #4353FF;
    border-radius: 6px;
    color: white;
    line-height: 21px;
    font-size: 14px;
    width: fit-content;
    display: inline-block;
    text-align: center;
    padding: 11px 23px;
}

.show-more-btn:hover{
    background-color: #4353FF;
    opacity: 85%;
    border-radius: 6px;
    color: white;
    line-height: 21px;
    align-content: center;
    font-size: 14px;
}


.show-less-btn{
    border: 1px solid  #4353FF;
    color: #4353FF;
    border-radius: 6px;
    padding: 7.4px 17px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}


.show-less-btn:hover{
    border: 1px solid  #4353FF;
    opacity: 85%;
    color: #4353FF;
    border-radius: 6px;
    line-height: 21px;

}


.accordion-body{
    padding: 0 !important;
}


.tt-badge{
    background-color: #DBE6FF !important;
    color: #4D6BB3 !important;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
    align-content: center;
}

.blog-content h5{
    color: #33324E !important;
}

.tt-item-attachment{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #3772FF;
    text-align: left;
}


.category-search-badge{
    display: inline-block;
    padding: 6px 12px;
    margin: 0.25em;
    border: 1px solid #CFCFCF;
    border-radius: 26px;
    background-color: white;
    cursor: pointer;
    color: #33324E;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

/* Large screens only */
/*@media (min-width: 992px) {*/
.category-search-badge.selected {
    background-color: #3772FF;
    display: inline-block;
    border: none;
    padding: 6px 12px;
    margin: 0.25em;
    color: white;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}


/* Small screens */
@media (max-width: 991px) {
    .badges-filter{
        padding-right: 0 !important;
    }
    .badges-filter ul {
        display: none;
    }

    .mobile-category-selector {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 16px;
    }
}

.select2-search__field{
    height: 56px;
}

.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #333333 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 6px !important;
    cursor: text ;
    padding: 8px !important;
    position: relative;
}

.select2-dropdown {
    margin-right: calc(var(--bs-gutter-x) * .5) !important;
}

.select2-container--open .select2-dropdown--below{
    margin-right: 20px !important;
    padding-right: calc(var(--bs-gutter-x) * .5 * 3) !important;
}


.select2-selection__choice{
    order: 1;
    display: inline-flex !important;
    padding: 6px 12px !important;
    margin: 0.25em !important;
    border: 1px solid #CFCFCF !important;
    border-radius: 26px !important;
    background-color: white !important;
    cursor: pointer !important;
    color: #33324E !important;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    position: relative !important; /* Ensure relative positioning for the badge */
}

.select2-selection__choice__remove {
    position: relative!important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 5px !important; /* Adjust margin to avoid overlapping text */
    background-color: transparent !important; /* No background color */
    color: #333 !important; /* Adjust color */
    font-weight: bold !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0 5px !important; /* Adjust padding */
    font-size: 16px !important; /* Adjust font size */
}

.select2-selection__clear {
    padding: 6px 12px;
    margin: 0.25em;
    border: 1px solid #CFCFCF;
    border-radius: 26px;
    background-color: white;
    cursor: pointer;
    color: #33324E;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    align-items: center;
}
.select2-selection__clear {
    position: absolute !important;
    right: 20px !important;
}

@media (max-width: 768px) {

    .profile-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .profile-header img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .profile-header h1 {
        font-size: 1.5rem;
        margin: 0;
    }

    .edit-button {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 0.875rem;
    }

    .profile-info {
        margin-bottom: 20px;
        padding: 10px;
    }

    .profile-info h2 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .profile-info p {
        font-size: 0.875rem;
        margin-bottom: 5px;
    }

    .profile-info p strong {
        display: block;
        margin-bottom: 3px;
    }
    #card-edit-p, #card-pass, #card-del{
        padding: 16px;
    }
    #body-edit-p, #body-pass, #body-del{
        border: 1px solid #dcdcdc;
        border-radius: 0 0 10px 10px;
        padding: 10px;
        background-color: #fff;
    }
    #edit-back{
        margin-left: 16px!important;
    }



}

@media (max-width: 480px) {
    .profile-header img {
        width: 80px;
        height: 80px;
    }

    .profile-header h1 {
        font-size: 1.25rem;
    }

    .edit-button {
        font-size: 0.75rem;
    }

    .profile-info h2 {
        font-size: 1.15rem;
    }

    .profile-info p {
        font-size: 0.75rem;
    }

}
