/* Custom styling for the admin menu item */
#toplevel_page_oomi-listing .wp-menu-image img {
    background-size: contain;
    width: 65px;
    padding-left: 5px;
    }
    
                .signinCSS {
                    background-color:#000;
    color:#FFF;
    font-size:16px;
    width:100px;
    border-radius:20px;
    padding:5px;
    cursor:pointer;
                }
                
    body #oomi-listing {
    font-family: 'Work Sans', sans-serif;
    }.listing-heading {
    display: flex;
    }.listing-heading span {
    font-weight: 600 !important;
    font-size: 40px;
    padding: 20px 10px 10px 10px;
    display: block;
    }.listing-heading img {
    width: 100px;
    }.oomi-username {
    padding: 5px;
    }.submit-oomi-listing .submit {
    margin-top: 0px !important;
    }.submit-oomi-listing .submit input {
    background-color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color:#FFF;
    border-radius: 25px;
    padding: 10px 20px;
    border-color: #000;
    }.submit-oomi-listing .submit input:hover {
    background-color: #000 !important;
    cursor:pointer;
    }.listing-body table tbody tr {
    display: grid;
    margin: 20px 0px;
    }.listing-body table tbody tr th {
    padding: 0;
    margin: 5px 0px;
    font-size: 16px !important;
    width: 100%;
    }.listing-body table tbody tr td {
    padding: 0;
    margin: 0;
    }.listing-body table tbody tr td input {
    padding: 5px;
    }
    .signoutCSS {
    }
    
    .table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
    .row {
        display: table-row;
    }
    .cell {
        display: table-cell;
        border: 1px solid #ccc;
        padding: 8px;
    }
    .header {
        font-weight: bold;
        background-color: #f2f2f2;
    }
    
    .no-records {
        text-align: center;
        padding: 20px;
        background-color: #f2dede;
        color: #a94442;
        border: 1px solid #ebccd1;
        margin-top: 10px;
    }
    
    /* Tab content is hidden by default */
    .tab-content {
        display: none;
    }
    
    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }
    
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }
    
    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
    }
    
     /* Style the clickable span */
     .clickable-span {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }
    
    .btn_tags {
        background: #273481 !important;
        border: none;
        font-family: 'Public Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px !important;
        color: #FFFFFF !important;
        padding: 8px 12px !important;
    }
    
    /* Darker background on mouse-over */
    .btn_tags:hover {
      background-color: RoyalBlue;
    }
    .overlayy {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0%;
        left: 0px;
        opacity: 0.75;
        filter: alpha(opacity=75);
        background: #000;
        padding-top: 20%;
    
    }
    
    .flex-cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px; /* Space between cards */
        
        
    }
    
    /* Individual card styling */
    .flex-card {
        background-color: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        flex: 1 1 calc(33.333% - 20px); /* Adjusts to 3 cards per row */
        margin-bottom: 20px;
        overflow: hidden;
        transition: transform 0.2s;
    }
    
    .flex-card:hover {
        transform: translateY(-5px);
    }
    
    .flex-card-header {
        background-color: #0073aa;
        color: #fff;
        padding: 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .flex-card-header h3 {
        margin: 0;
    }
    
    .flex-card-body {
        padding: 15px;
    }
    
    .flex-card-body p {
        margin: 0;
    }
    
    .fv-event-grid-item-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
    @media (min-width: 500px) {
        .fv-event-grid-item-t1 {
            min-width: calc(50% - 15px);
            max-width: calc(50% - 15px);
        }
    }
    @media (min-width: 700px) {
        .fv-event-grid-item-t1 {
            min-width: calc(33.5% - 15px);
            max-width: calc(33.5% - 15px);
        }
    }
    @media (min-width: 1024px) {
        .fv-event-grid-item-t1 {
            min-width: calc(30% - 15px);
            max-width: calc(30% - 15px);
        }
    }
    
    #ajax-spinner img {
        position: absolute;
        left: 35%;
        top: 10%;
    }
    
    #flash-message {
       /*  position: absolute;
        left: 35%;
        top: 10%; */
        margin-right: auto;
        margin-left: auto;
        width: 35%;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
        z-index: 10000;
        display: none;
    }
    
    .flash-success {
        background-color: #4CAF50;
        color: #fff;
    }
    
    .flash-error {
        background-color: #f44336;
        color: #fff;
    }
    
    .flash-info {
        background-color: #2196F3;
        color: #fff;
    }
    
    .flash-warning {
        background-color: #ff9800;
        color: #fff;
    }
    .fv-d-flex{
        display: flex;
    }
    .news-aside {
        flex: 0 0 20%;
    }
    .fv-d-grid{
        display: grid;
    }
    .fv-gap-5{
        gap: 50px;
    }
    .fv-gap-2{
        gap: 20px;
    }
    .fv-align-baseline{
        align-items: baseline;
    }
    .fv-gap-5px{
        gap: 5px;
    }
    .pt-5px{
        padding-top:5px;
    }
    .pb-5px{
        padding-bottom:5px;
    }
    .fv-primary-button{
       
        padding: 13px 30px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        border: 2px solid #c21532 !important;
        color: #fff !important;
        background: #c21532 !important;
        border-radius: 100px !important;
    }
    .fv-input-field{
        
        border-radius: 0;
        border: 2px solid #E6ECF0 !important;
        box-sizing: border-box;
        font-size: 18px !important;
        line-height:1em !important;
        padding: 15px !important;
        width: 100% !important;
    }
    
    span.fv-cat-title {
        font-size: 20px;
        font-weight: 600;
        color: #0F273B;
        margin-bottom: 4px;
        display: inline-block;
        margin-top: 20px;
    }
    .fv-label {
        color: #0F273B;
        font-family: "Public Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
    }
    .mt-4{
        margin-top: 40px;
    }
    .mb-4{
        margin-bottom: 40px;
    }
    .mt-2{
        margin-top:20px;
    }
    a.fv-post-grid-title {
        color: #0F273B;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }
    .fv-grid-item{
        background: #fff;
        border-radius: 10px;
        border: 1px solid #cecece;
    }
    @media (min-width: 768px) {
        .fv-grid-item {
            max-width: 300px;
        }
    }
    @media (min-width: 1024px) {
        .fv-grid-item {
            max-width: 260px;
        }
    }
    @media (min-width: 1200px) {
        .fv-grid-item {
            max-width: 300px;
        }
    }
    @media (min-width: 1400px) {
        .fv-grid-item {
            max-width: 330px;
        }
    }
    .archive-title-content {
        padding: 0px 15px;
    }
    .fv-grid-item a img {
        object-fit: cover;
        width: 100%;
        height: 250px;
        border-radius: 8px 8px 0px 0px;
        object-position: top;
    }
    .fv-flex-80 {
        flex: 0 0 80%;
    }
    .fv-filterd-cat button {
        padding: 10px 15px !important;
        color: #C21532 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        background: #fff !important;
        border: 2px solid #C21532 !important;
        margin: 5px !important;
    }
    .fv-filterd-cat button span{
        margin: 5px !important;
    }
    .fv-posts-count {
        margin: 15px 0px;
    }
    .fv-filterd-cat {
        margin-left: -5px;
    }
    .fv-primary-button:hover {
        background: #fff !important;
        color: #c21532 !important;
    }
    
    @media only screen and (min-width: 200px) and (max-width: 992px) {
        .small-devices-menu.active {
            transform: translate3d(0, 0, 0);
        }
        .small-devices-menu {
            background-color: #edf8f9;
            border-radius: 10px 10px;
            transition: all 0.4s ease;
            position: fixed;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 1020;
            width: 300px;
            overflow: hidden;
            transform: translate3d(0px, 0, 0);
            transition-duration: 0;
        }
        .active {
            display: block !important;
        }
            .news-aside {
            display: none;
        }
    }
    @media only screen and (min-width: 992px) {
        .small-devices-menu-icon {
            display: none;
        }
        
    }
    @media only screen and (min-width: 992px) {
        .small-devices-cross-icon {
            display: none;
        }
    }
    @media only screen and (max-width: 992px) {
    .fv-flex-100{
        flex: 0 0 100%;
    }
    .news-aside {
        overflow-y: scroll;
    }
    }
    .p-2 {
        padding: 20px;
    }
    .active #shopSidebar .offcanvas-sidebar-body .accordion {
        padding: 10px;
    }
    .fv-card-date {
        margin-top: auto;
        padding: 1em;
    }
    
    .fv-flex-wrap {
        display: flex;
        min-height: 380px;
        overflow:hidden;
    }
    .fv-card-flex{
        flex-grow: 1;
        flex-direction: column;
        display: flex;
    }
    .fv-cards-data {
        padding: 1em;
        z-index: 999;
        background: #fff;
    }
    .fv-card-excerpt {
        padding-top: 10px;
    }
    .card-date{
        
        display: block;
    }
    span.divider hr {
        color: #fff;
    }
    .fv-card-title h2 {
        font-size: 22px;
        font-weight: 600;
    }
    span.fv-icon-list-icon svg {
        width: 13px;
    }
    a.fv-card-flex:hover h2 {
        text-decoration: underline;
    }
    a.fv-card-flex:hover .card-date {
        text-decoration: none !important;
    }
    
    span.fv-icon-list-icon {
        align-items: center;
        display: flex
    ;
    }
    .fv-grid-item{
        width:100%;
    }
    span.fv-flex {
        display: flex
    ;
        gap: 5px;
        padding-top: 10px;
    }
    .listing-heading,
    .sso-heading {
      display: flex;
      align-items: center;
      position: sticky;
      top: 0;
      z-index: 700;
      box-sizing: border-box;
      min-height: 72px;
      margin-left: -20px;
      padding-top: 40px;
      padding-right: 32px;
      padding-bottom: 18px;
      margin-top: -10px;
      padding-left: 32px;
      background-color: #fff;
      font-family: system-ui;
      box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
    }
    
    .listing-body,
    .sso-body {
      padding: 20px;
      background: #fff;
      border-radius: 0px;
      font-family: system-ui;
      margin-top: 15px;
    }
    li#toplevel_page_oomi-listing ul li {
      display: nonxe;
    }
    li#toplevel_page_oomi-listing ul .wp-first-item {
      display: block;
    }
    
    .cell a,
    .cell .clickable-span {
      background: #fecf22;
      color: #000;
      padding: 10px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }
    .cell {
      padding: 15px 10px;
      text-transform: capitalize;
    }