body .search-filter-custom ul .sf-field-post-meta-status .chosen-single {
    color: #222;
}
.with-panel {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}
.hide-scrollbar {
    overflow: hidden !important;
    overscroll-behavior-y: none;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }
.expert-panel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 53px;
}
.expert-panel-list .expert-panel-item {
    max-width: calc(100% / 4 - (53px * 3 / 4));
    flex: 0 0 calc(100% / 4 - (53px * 3 / 4));
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.expert-panel-list .expert-panel-item .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    display: flex;
    height: 100%;
}
.expert-panel-list .expert-panel-item .thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 230px;
    margin: 0 auto;
}
.expert-panel-list .expert-panel-item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
}
/* .expert-panel-list .expert-panel-item .thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
} */
.expert-panel-list .expert-panel-item .content h3{
    font-size: 24px;
    font-weight: 500;
    color: #222;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0;
}
.expert-panel-list .expert-panel-item .content .position{
    font-size: 14px;
    font-weight: 300;
    min-height: 66px;
    line-height: 22px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.expert-panel-list .expert-panel-item .content .linkedin {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.search-filter-custom.catalogue-filter .select2-container--default .select2-search--inline .select2-search__field {
    display: none;
}
.expert-panel-list .expert-panel-item .content .button a{
    display: inline-block;
    padding: 10px 32px;
    background-color: #0047BB;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 1000px;
}
.expert-panel-list .expert-panel-item .content .button a:hover {
    background-color: #FF6900;
}
.slide-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.slide-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.slide-panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.slide-panel-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 780px;
    max-width: 70%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    transform: translateX(100%);
    transition: all 0.3s ease;
    overflow: auto;
    padding: 100px 32px 50px;
}
.slide-panel-content-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
}
.slide-panel-content-close-button {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.slide-panel-content-close-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slide-panel.slide .slide-panel-content {
    transform: translateX(0);
    
}
.slide-panel-content-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cyber-catalog-content-heading {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.slide-panel-content .view-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
}
.slide-panel-content .view-button  > a {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 8px 15px;
}
.cyber-catalog-content-meta-logo img {
    max-height: 58px;
}
.cyber-catalog-content-meta {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.cyber-catalog-content-meta-item {
    display: flex
}
.cyber-catalog-content-meta-item p {
    margin: 0;
}
.cyber-catalog-content-meta-item .label {
    flex: 0 0 184px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    max-width: 184px;
}
.cyber-catalog-content-meta-item .value {
    flex: 1;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    padding-left: 20px;
}
.cyber-catalog-content-meta-item .tags {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cyber-catalog-content-meta-item .tags span {
    padding: 2px 10px;
    border-radius: 1000px;
    background-color: #753BBD;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}
.cyber-catalog-content-meta-item .tags.solution-categorisation span {
    background-color: #FAFAFA;
    color: #222;
}
.cyber-catalog-content-description h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}
.cyber-catalog-content-description-content {
    font-size: 14px;
    font-weight: 300;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cyber-catalog-content-description-content > * {
    margin: 0;
}
.slide-panel-content-heading .slide-panel-content-title h3{
    flex: 0 0 100%;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
}
.slide-panel-content-thumbnail {
    max-width: 148px;
    flex: 0 0 148px;
}
.slide-panel-content-meta {
    flex: 0 0 calc(100% - 148px);
    padding-left: 16px;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.slide-panel-content-meta-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}
.slide-panel-content-meta h3 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.4;
}
.slide-panel-content-meta p {
    font-size: 14px;
    font-weight: 400;
    color: #696D72;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1.4;
}
.slide-panel-content-description {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.slide-panel-content-description  > * {
    margin: 0;
}
@media (max-width: 1024px) {
    .expert-panel-list .expert-panel-item {
        max-width: calc(100% / 3 - (53px * 2 / 3));
        flex: 0 0 calc(100% / 3 - (53px * 2 / 3));
    }
}
@media (max-width: 900px) {
    .expert-panel-list .expert-panel-item {
        max-width: calc(100% / 2 - (53px * 1 / 2));
        flex: 0 0 calc(100% / 2 - (53px * 1 / 2));
    }
}
@media (max-width: 640px) {
    .slide-panel-content {
        width: 100%;
        max-width: 90%;
        padding: 60px 20px 40px;
    }
    .slide-panel-content-close {
        top: 20px;
        right: 20px;
        background-color: #fff;
    }
}
@media (max-width: 500px) {
    .slide-panel-content-heading .slide-panel-content-meta {
        flex: 0 0 100%;
        padding-left: 0;
    }
    .expert-panel-list .expert-panel-item  {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.solution-categorisation,
.cyber-catalog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.solution-categorisation .label,
.cyber-catalog-tags .label {
    font-size: 14px;
    font-weight: 500;
    color: #696D72;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1.4;
    margin: 0;
}
.solution-categorisation span {
    color: #0047BB;
    font-size: 14px;
    line-height: 1.4;
}
.cyber-catalog-tags span {
    background-color: rgba(132, 189, 255, 0.18);
    color: #0047BB;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 2.5px 8px;
    border-radius: 1000px;
}

.cyber-catalog-content > .fusion-column-wrapper {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cyber-catalog-tabs .tab-heading {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #D0D2D5;
    padding-bottom: 6px;
    align-items: center;
}
.cyber-catalog-tabs .tab-heading .cyber-catalog-tab.active h3 {
    color: #FF6900;
    font-weight: 500;
}
.cyber-catalog-tabs .tab-heading .cyber-catalog-tab {
    cursor: pointer;
}
.cyber-catalog-tabs .tab-heading .cyber-catalog-tab h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    transition: all 0.3s ease;
}
.cyber-catalog-tabs .tab-content {
    margin-top: 20px;
}
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content:not(.active) {
    display: none;
}
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    gap: 8px;
    color: #222;
    max-height: 136px;
    overflow: auto;
}
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content  > * {
    margin: 0;
}
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content b,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content strong,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h1,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h2,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h3,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h4,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h5,
.cyber-catalog-tabs .tab-content .cyber-catalog-tab-content h6 {
    font-weight: 500;
}

.fusion-post-cards .fusion-grid.fusion-grid-1 .post-card.cyber-catalog-item-wrapper > .fusion-column-wrapper > * {
    max-width: 100% !important;
}
.cyber-catalog-item {
    display: flex;
    flex-wrap: wrap;
}
.cyber-catalog-item .thumbnail {
    flex: 0 0 177px;
    max-width: 177px;
}
.cyber-catalog-item .view-button {
    flex: 0 0 151px;
    max-width: 151px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.view-button .button {
    padding: 8px;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    text-align: center;
    transition: all 0.3s ease;
}
.view-button .button.button-primary {
    background-color: #0047BB;
    color: #fff;
}
.view-button .button.button-outline {
    color: #FF6900;
    border: 1px solid #FF6900;
}
.view-button .button.button-outline:hover {
    background-color: #FF6900;
    color: #fff;
}
.view-button .button.button-primary:hover {
    background-color: #2a12de;
    color: #fff;
}
.fusion-post-cards .fusion-grid.fusion-grid-1 .post-card.cyber-catalog-item-wrapper {
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: none !important;
    background-color: #fff;
    margin: 30px 0 0;
}
.cyber-catalog-item .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 calc(100% - 328px);
    max-width: calc(100% - 328px);
    padding: 0 20px;
}
.cyber-catalog-item .content .title {
    font-size: 24px;
    font-weight: 600;
    color: #0047BB;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 1024px) {
    .cyber-catalog-item .view-button {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 177px;
        margin-top: 24px;
        flex-direction: row;
    }
    .cyber-catalog-item .content {
        padding-right: 0;
        flex: 0 0 calc(100% - 177px);
        max-width: calc(100% - 177px);
    }
    .cyber-catalog-item .view-button  > a {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .cyber-catalog-item .view-button {
        padding-left: 0;
    }
    .cyber-catalog-item .content {
        padding-right: 0;
        padding-left: 0;
        margin-top: 24px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cyber-catalog-item .thumbnail img {
        max-height: 100px;
        max-width: 100%;
        width: auto;
    }
    .cyber-catalog-content-meta-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .cyber-catalog-content-meta-item .label {
        flex: 0 0 100%;
        max-width: 100%;

    }
    .cyber-catalog-content-meta-item .value,
    .cyber-catalog-content-meta-item .tags{
        padding-left: 0;
        margin-top: 8px;
    }
    .cyber-catalog-content-meta {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 440px) { 
    .cyber-catalog-item .view-button,
    .cyber-catalog-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .cyber-catalog-item .view-button > a,
    .slide-panel-content .view-button > a{
        flex: 0 0 calc(100%);
        max-width: calc(100%);
        width: 100%;

    }
}

.search-filter-custom form .sf-field-search input {
    height: 50px;
    border-color: #D0D2D5;
}
.search-filter-custom form .sf-field-search input::placeholder {
    color:#696D72
}
.fusion-post-cards-archives-tb {
    position: relative;
    z-index: 1;
}
.search-filter-custom {
    position: relative;
    z-index: 2;
}

.select2-container {
    z-index: 10000;
}
.search-filter-custom.catalogue-filter ul li[data-sf-field-input-type="multiselect"] .select2 {
    height: 33px;
    opacity: 0;
    cursor: pointer;
}
.search-filter-custom.catalogue-filter ul li[data-sf-field-input-type="multiselect"] label {
   opacity: 1 !important;
}
.filter-result-options {
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
   margin-top: 15px;
   display: none;
}
.filter-result-options.active {
    display: flex;
}
.filter-result-options .label {
    font-size: 14px;
    font-weight: 300;
    color: #696D72;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin: 0;
}
.filter-result-options  .filter-result-option {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #696D72;
}
.filter-result-options  .filter-result-option button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #696D72;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin: 0;
}
.filter-result-options  .filter-result-option button img {
    width: 16px;
}

.select2-container--default .select2-results>.select2-results__options {
    border: none !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.select2-container--default.select2-container--open .select2-dropdown, .select2-container--default.select2-container--open .select2-dropdown .select2-search, .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    border: none !important;

}
.select2-results__option {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #222 !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    padding: 8px 16pxpx;
    transition: all 0.3s ease;
}
.select2-container--default .select2-results__option:first-child {
    padding-top: 0;
}
.select2-container--default .select2-results__option:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.select2-container--default .select2-results__option {
    padding: 20px 0px;
    border-bottom: 1px solid #D0D2D5;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #FF6900 !important;
}

.filter-result-option-reset-all {
    color: #0047BB;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 400;
    order: 999;
}
.search-filter-custom .select2-container--default .select2-selection--single {
    height: auto;
    border: none;
}
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__arrow,
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4;
    border: none;
    
}
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #222222;
    font-weight: 600;
}
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    width: 17.5px;
    height: 9px;
    background-image: url('/wp-content/plugins/tig-plugin/assets/images/small-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.search-filter-custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.search-filter-custom  .select2-container--default .select2-results>.select2-results__options {
    display: block;
}