/*Live Update Css*/
.live-update-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.live-update-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 280px; /* adjust as needed */
  transition: transform 0.2s ease;
}

.live-update-item:hover {
  transform: translateY(-5px);
}

.live-update-item img {
  width: 60px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.live-update-item h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.live-update-item p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 12px;
  flex-grow: 1;
}

.live-update-btn {
  margin-top: auto;
  align-self: flex-start;
  background: #004f90;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.live-update-btn:hover {
  background: #005e8a;
}

@media (min-width: 768px) {
  .live-update-item {
    width: calc(42% - 10px);
  }
}

@media (min-width: 1024px) {
  .live-update-item {
    width: calc(25% - 15px);
  }
}


/*Live udpate css ends*/


.post-status-title.denied{
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
  background: #fbd9d3;
}
.post-status-title.pending{
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
  background: #eeeeee;
}
.post-status-title.approved{
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
  background: #ACE1AF;
}
.custom-icon-list {
  list-style: none;
  padding-left: 0px !important;
  margin: 0;
}

.custom-icon-list li.oe-pending-request {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
list-style:none;
}

.oe-pending-services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px !important;
  margin-bottom: 50px !important;
}

.oe-pending-service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 280px;
  transition: transform 0.2s ease;
}

.oe-pending-service-item:hover {
  transform: translateY(-5px);
}

.oe-pending-service-item img {
  width: 70px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.oe-pending-service-item h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.oe-pending-service-item p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0px;
  flex-grow: 1;
padding-bottom:5px;
}
.oe-pending-service-item p span {
  font-weight: bold;
}

p.deny-reason {
  font-size: 14px;
}
.custom-icon-list li.oe-denied-request {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
list-style:none;
}

.oe-denied-services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px !important;
  margin-bottom: 50px !important;
}

.oe-denied-service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 280px;
  transition: transform 0.2s ease;
}

.oe-denied-service-item:hover {
  transform: translateY(-5px);
}

.oe-denied-service-item img {
  width: 70px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.oe-denied-service-item h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.oe-denied-service-item p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0px;
  flex-grow: 1;
padding-bottom:5px;
}
.oe-denied-service-item p span {
  font-weight: bold;
}

/*Approved Post*/
p.deny-reason {
  font-size: 14px;
}
.custom-icon-list li.oe-approved-request {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
list-style:none;
}

.oe-approved-services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px !important;
  margin-bottom: 50px !important;
}

.oe-approved-service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 280px;
  transition: transform 0.2s ease;
}

.oe-approved-service-item:hover {
  transform: translateY(-5px);
}

.oe-approved-service-item img {
  width: 70px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.oe-approved-service-item h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.oe-approved-service-item p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0px;
  flex-grow: 1;
padding-bottom:5px;
}
.oe-approved-service-btn {
  margin-top: auto;
  align-self: flex-start;
  background: #004f90;
  color: #ffffff !important;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.oe-approved-service-btn:hover {
  background: #005e8a;
}
.oe-approved-service-item p span {
  font-weight: bold;
}
.oe-approved-post-meta {
  font-size: 0.85em;
  color: #777777;
  margin-bottom: 8px;
}

/*Approved Post End*/

@media (min-width: 768px) {
  .oe-denied-service-item {
    width: calc(42% - 10px);
  }
  .oe-approved-service-item {
    width: calc(42% - 10px);
  }
  .oe-pending-service-item {
    width: calc(42% - 10px);
  }
}

@media (min-width: 1024px) {
  .oe-denied-service-item {
    width: calc(25% - 15px);
  }
  .oe-approved-service-item {
    width: calc(25% - 15px);
  }
  .oe-pending-service-item {
    width: calc(25% - 15px);
  }
}
/*Approved and Pending and Deny Service Box*/


.oe-pending-request {
  margin-bottom: 15px;
}

.oe-request-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
  margin-left: 20px;
}
/*Approved and Pending and Deny Service Box end*/

.oe-my-account-tabs ul.tabs {
  border-bottom: none !important;
}
.oe-my-account-tabs ul.tabs li.active {
  background: #004f90 !important;
  color: #ffffff !important;
  font-weight: bold;
}
.oe-my-account-tabs ul.tabs li {
  background: #b1b1b1 !important;
}
.oe-my-account-tabs{
margin-top: 80px;
margin-bottom:80px;
}
.oe-my-account-tabs .requests-section a {
  color: #004f90;
  text-decoration: none !important;
}
.oe-my-account-tabs #tab-requests .requests-section h2 {
  font-size: 18px !important;
}
.oe-pending-request ul{
	padding-left: 0px;
}
.oe-pending-request ul{
  padding-left: 0px;
}
.oe-my-account-tabs div#tab-submit a {
  display: block;
    background: #004F90;
    color: #ffffff;
    border: none;
    box-shadow: none;
    outline: 0;
    padding-top: 15px;
    padding-right: 0px !important;
    padding-bottom: 15px;
    padding-left: 0px !important;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    text-align: center;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
    width: 180px;
    text-decoration: none
}
.oe-my-account-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  border-bottom: 2px solid #ddd;
}
.oe-my-account-tabs ul.tabs li {
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 5px;
  cursor: pointer;
  list-style: none;
}
.oe-my-account-tabs .tab-content {
  border: 2px solid #0073aa;
  padding: 20px;
  background: #fff;
}
.requests-section {
  margin-bottom: 20px;
}

/*Responsive Code*/
@media all and (max-width: 576px){
  .oe-my-account-tabs ul.tabs li {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .oe-my-account-tabs ul.tabs {
    display: block;
  }
}