/* Custom styling for the admin menu item */
#toplevel_page_oomi-listing .wp-menu-image img {
    background-size: contain;
    width: 65px;
    padding-left: 5px;
    }
    
               
                
    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: 25px; /* 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 15%;
    }
    .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: 700 !important;
    border: 0px !important;
    color: #111 !important;
    background: #C7F600 !important;
    font-family: 'elza-text';
    
}
    .fv-input-field{
        
        border-radius: 0;
    border: 2px solid #E6ECF0 !important;
    box-sizing: border-box;
    font-size: 18px !important;
    line-height: 15px !important;
    padding: 10px !important;
    width: 100%;
    }
    .fv-inline-d-flex{
        display:inline-flex;
    }
    .fv-justify-content-end{
        justify-content:end;
    }
    @media (min-width: 600px) {
         .fv-search-width {
            width: 1020px;
        }
     }
    
    
    span.fv-cat-title {
        font-size: 20px;
        font-weight: 600;
        color: #0F273B;
        margin-bottom: 4px;
        display: inline-block;
    }
    .fv-label {
        color: #435962;
    font-size: 18px;
    font-style: normal;
    font-family: elza-text;
    line-height: normal;
    margin-top: 6px;
    }
    .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: #F2F1F1;
        
        
    }
    @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: 370px;
        }
    }
    .archive-title-content {
        padding: 0px 15px;
    }
    .fv-grid-item a img {
        object-fit: cover;
        width: 100%;
        height: 250px;
       
        object-position: top;
    }
    .fv-card-img {
    overflow: hidden;
}

    .fv-flex-80 {
        flex: 0 0 80%;
    }
    .fv-filterd-cat button {
    padding: 5px 15px !important;
    background: #fff !important;
    margin: 5px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border: 2px solid #EBEBEB !important;
}
.fv-filterd-cat .btn_tags_oomi span i {
    font-size: 13px;
}
    .fv-filterd-cat button span{
        margin: 5px !important;
            color: #ed1a4f;
    }
    .fv-posts-count {
        margin: 15px 0px;
    }
    .fv-filterd-cat {
        margin-left: -5px;
    }
    .fv-primary-button:hover {
    color: #fff !important;
    background: #E71A4F !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 {
    
   
    color: #E71A4F;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
    .ux-project-card {
  background-color: #F2F1F1;;
  border-radius: 0px;
  padding: 30px;
  font-family: 'elza-text', sans-serif;
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  width:1070px;
}

.ux-project-card:hover {
    color: none !important;
    text-decoration: none !important;
    background: #FDEFF3;
}

.ux-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ux-avatar {
  height: 36px;
  object-fit: cover;
  
}

.ux-meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

.ux-name {
  font-size: 16px;
  color: #555;
      margin: 6px 0px;
}

.ux-title {
  color: #1F2850;

font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 128.571% */
}

.ux-price {
  background-color: var( --e-global-color-primary );
  color: #fff;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;     
  white-space: nowrap;
}

.ux-description {
  margin-top: 10px;
  font-size: 18px;     
  color: #666;
}
p.ux-description span {
    margin-right: 25px;
}
p.ux-description span i {
    margin-right: 5px;
}
    .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: 1.5em 1.5em 0em 1.5em;
        z-index: 999;
        
    }
    .fv-card-excerpt {
        padding-top: 10px;
    }
    .card-date{
        
        display: block;
    }
    span.divider hr {
        color: #fff;
    }
    .fv-card-title h2 {
        color: #1F2850;
        font-family: elza-text;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .fv-card-price span {
        color: #1F2850;
        font-family: elza-text;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    span.fv-icon-list-icon svg {
        width: 13px;
    }
    a.fv-card-flex:hover h2 {
        text-decoration: none !important;
        color:#E71A4F;
    }
    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-event-loc {
    color: #1F2850;
    font-family: "Elza Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
    span.fv-flex {
        display: flex;
    gap: 5px;
    align-items: baseline;
    margin-bottom:5px;
        
    }
    p.fv-text-area {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'elza-text';
}
.fv-gap-4 {
    gap: 30px;
}
    .fv-flex .card-date {
    color: #ED1A4F;
    font-family: "Elza Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
    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: 225px; object-fit: cover;}
    .resourcesbtn{
            background-color: #4F95D0;
    font-family: elza-text;
    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;}
    .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: elza-text;
      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;}
    @media (max-width: 1050px) {
        .ux-project-card {width:100%;}
    }
    @media (max-width: 787px) {
        .oomi-card { width: 100%; }
        .ux-header { display: block;;}
        p.ux-description span { width: 100% !important; display: block; margin-bottom: 10px; }
        .ux-project-card { padding: 25px 25px; }
        .ux-title { margin-bottom: 18px; margin-top: 5px; }
        .ux-project-card {width:100%;}
    @media (max-width: 520px) {
        .oomi-row { display: block; }
        .fv-grid-section{width:100%;}
    }
    span.badge.oomi-badge {
    background: #C7F600;
    align-self: flex-start;
    padding: 12px;
    color: #000;
    font-family: elza-text;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: -40px;
    border-radius: 0px;
    z-index: 999;
}
}
.fv-jobs-req svg {
    margin-right: 10px;
    margin-bottom: 10px;
}

.fv-strong-tag {
    color: #000;
    margin-right:5px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
}

.fv-text {
    color: #000;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
.fv-descript{
    display:block;
    gap:15px;
    margin: 5px 0px;
}
@media (min-width: 768px) {
  /* Styles for screens wider than 768px */
  .fv-descript{
    display:flex;
  }
}
span.fv-company-name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
/* Main job card container */
.ux-header.fv-job-card {
  display: flex;
  justify-content: space-between; /* Keeps content on left and image on right */
  align-items: stretch; /* Or use center if you want vertically centered image */
  gap: 1rem; /* Optional spacing between content and image */
  
  
}

/* Left section: job details */
.ux-meta {
  flex: 1; /* Takes available space */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically if needed */
}

/* Right section: image wrapper */
.fv-landscard-img {
  flex: 0 0 auto; /* Prevent stretching */
  max-width: 120px; /* Optional: limit width */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Actual image */
.fv-landscard-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}
.ux-project-card {
  display: block;
  height: 100%;
}

.ux-header.fv-job-card {
  min-height: 150px; /* Make all cards at least this tall */
}
a.ux-project-card:hover h3 {
    text-decoration: underline;
}
.fv-campus-topic {
    padding: 0.5em 0em;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}
.fv-card-flex .fv-flex {
    margin-top: auto;
    padding: 0em 0em 1.5em 1.5em;
}
.sso-heading img {
    width: 100px !important;
}
.sso-heading span {
    font-weight: 600 !important;
    font-size: 36px;
    padding: 20px 10px 10px 10px;
    font-family: "Sansation", sans-serif;
    display: block;
}

.fv-nopostfound{ margin-left:0px;margin-top:15px; font-family: 'elza-text';}
.searchnotfoundtitle{font-weight:800; font-family: 'elza-text';}