/* 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: "Sansation", sans-serif;
    }.listing-heading {
    display: flex;
    }.listing-heading span {
    font-weight: 600 !important;
    font-size: 36px;
    padding: 20px 10px 10px 10px;font-family: "Sansation", sans-serif;
    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: "Sansation", sans-serif;
    font-size: 16px;
    color:#FFF;
    border-radius: 5px;
    padding: 5px 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 #000 !important;
        color: #000 !important;
        background: #fff !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: #435962;
        
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .form-check-input {
    width: 20px !important;
    height: 20px !important;
    /* box-shadow: 0 0 0 1px #434343 !important;
    /* border: none !important;
    /* -webkit-appearance: none; */
    /* border-radius: 0px !important;
    /* padding: 6px !important; */
}

label.fv-label {
    padding-left: 10px;
}
    .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: 5px 15px !important;
    background: #fff !important;
    margin: 5px !important;
    color: #435962 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px !important;
    border: 2px solid #4F95D0 !important;
}
.fv-filterd-cat .btn_tags_oomi span i {
    font-size: 13px;
}
    .fv-filterd-cat button span{
        margin: 5px !important;
    }
    .fv-posts-count {
        margin: 15px 0px;
    }
    .fv-filterd-cat {
        margin-left: -5px;
    }
    .fv-primary-button:hover {
    color: #fff !important;
    background: #1D292E !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: 24px !important;
    font-weight: 700 !important; font-family: "Sansation", sans-serif;
    color: #3183C8 !important;
    text-decoration: underline !important;
    }
    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;
    }
    span.fv-icon-list-icon svg {
    fill: #8AA64F;
    }
    .listing-heading,
    .sso-heading { font-family: "Sansation", sans-serif;
      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; font-family: "Sansation", sans-serif;
    }
    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;
    }
    .row.small-devices-cross-icon {
  display: none;
}
@media only screen and (max-width: 600px) {
	.small-devices-menu{
         border-radius: 0px;}
  .row.small-devices-cross-icon {
  display: block;
}
}


/**********************************************************************/ 
/*
.fv-grid-item .fv-card-flex img {
        height: 210px;
        object-fit: cover;
    }
    .fv-label { font-size: 16px; color:#525252; }
    .form-check-input { margin-top: 0px; !important;}
    .form-check-input:checked::after { top: 2px; border: solid #007bff;}
    span.fv-cat-title { font-size: 18px; font-weight: 700; color: #525252; margin-bottom: 4px; display: inline-block; margin-top: 20px; font-family: 'Figtree'; }
    input#search_param { border-radius: 54px; border: 1px solid #E1E9EC; background: #FFF; }
    .resourcesbtn {
        background-color: #4F95D0;
        font-family: "Figtree", Inter;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF !important;
        border-style: none;
        border-radius: 100px 100px 100px 100px;
        padding: 10px 20px 10px 20px;
        text-decoration: none !important;
    }
    .Newcheckcard {
        margin-bottom: -57px;
        z-index: 88;
        padding: 12px 0px;
        text-align: right;
    }
    .Newcheckcard .resourcesbtn {
        background: #fff;
        color: #3183C8;

        margin: 10px;
        padding: 8px 15px 8px 15px;
        border-radius: 8px;
    }
    span.resourcesbtnxx {
        margin-top: -55px;
        z-index: 999;
        color: #fff;
        padding: 15px 10px;
        float: right;
        text-align: right;
        width: auto;
    }
    .resourcesbtnxx .resourcesbtnbadge {
        background: #8AA64F;
        color: #fff;
        padding: 8px 15px;
        border-radius: 5px;
        font-size: 16px;
    }
    .resourcesbtn:hover {
        text-decoration: underline !important;
    }
    .fv-card-title h2 {
        text-decoration: none !important;
    }
    .oomi-card {
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 48%;
        margin: auto;
        padding: 24px;
        box-sizing: border-box;
        color: #333;
    }
    .oomi-logo {
        text-align: center;
        margin-bottom: 16px;
        height: 210px;
    }
    .oomi-logo img {
        width: 100%;
        height: 210px;
        object-fit: scale-down;
    }
    .oomi-company-name {
        text-align: center;
        font-size: 18px;
        color: #666;
        margin-bottom: 24px;
    }
    .oomi-title {
        font-weight: bold;
        color: #0074cc;
        font-size: 24px;
        font-weight: 700;
        font-family: "Figtree", Inter;
        margin-bottom: 16px;
    }
    .oomi-info-group {
        margin-bottom: 12px;
    }
    .oomi-label {
        font-size: 13px;
        color: #666;
    }
    .oomi-value {
        font-size: 14px;
        font-weight: bold;
    }
    .oomi-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .oomi-footer {
        margin-top: 12px;
    }
    .oomi-btn {
        background: #4F95D0;
        padding: 8px 16px;
        color: #fff;
    }
    
    .modal-medium {
        max-width: 850px;
    }

    @media (max-width: 787px) {
        .oomi-card { width: 100%; }
        .modal-medium {
            max-width: 500px;
        }
    }

    @media (max-width: 520px) {
        .oomi-row { display: block; }
        .fv-grid-section { width: 100%; }
        .modal-medium {
            max-width: 320px;
        }
    }
    
    .o-listings__item {
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      padding: 20px;
      max-width: 800px;
      font-family: Arial, sans-serif;
      background-color: #fdfdfd;
    }

    .o-listings__image {
      width: 160px;
      height: auto;
      background-color: #d9d9e6;
      padding: 10px;
      flex-shrink: 0;
    }

    .o-listings__image img {
      width: 100%;
      height: auto;
    }

    .o-listings__content {
      margin-left: 20px;
      flex-grow: 1;
    }

    .o-listings__title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;    font-family: 'Figtree';
    }

    .o-listings__labels {
      display: flex;
      gap: 10px;
    }

    .o-listings__label {
      padding: 8px 14px;
      font-size: 14px;
      font-weight: bold;
      color: white;
      border-radius: 3px;
      font-style: italic;
    }

    .o-listings__label--orange {
      background-color: #f59c1a;
    }

    .o-listings__label--blue {
      background-color: #4F95D0;
    }
    .new-label {
    background-color: #ff0;
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bold;
}
.o-listings__date {
   background: #a6c163;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter';border-radius: 5px;
}
.o-listings__divider {
    margin-bottom: 15px !important;
}
.o-listings__date-day {
    font-size: 26px;
}
.o-listings__actions {
    margin-top: 15px;
    font-size: 16px !important;
    font-family: 'Inter';
}

.o-listings {
    margin-bottom: 20px;
    border-radius: 50px;
}
.o-listings__item {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 100%;
    font-family: Inter, sans-serif;
    background-color: #fdfdfd;
    margin-bottom:20px;border-radius: 5px;
}
.o-listings__btn {
    background-color: #282E30;
    font-family: "Figtree", Inter !important;
    font-size: 16px !important;
    text-decoration: none;
    color: #FFFFFF;
    border-style: none;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}
span.o-listings__badge {
    padding: 5px 15px;
    text-align: revert;
    display: inline-flex;
    background: #4F95D0;
    color: #fff;
    font-size: 14px;
    
    position: absolute;
    font-family: 'Figtree';
}
.o-listings__last-updated {
    background: #fff;
    padding: 5px 10px;
    color: #435962;
    font-size: 12px;
    margin-top: 10px;
}
button.o-listings__btn.o-listings__btn--members {
    background: #fcb900 !important;
    color: #000 !important;
}
a.o-listings__btn.o-listings__btn--download:hover {
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
}
*/