  .services-container {
  display: flex;
  gap: 20px;
  padding: 20px 4rem;
  justify-content: center;
  flex-wrap: wrap; /* allow wrap for responsiveness */
}

.services-card {
  background-color: #f9f9f9;
  border-bottom: 4px solid #000;
  padding: 20px;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 6px;
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  flex: 1 1 300px;
  box-sizing: border-box;
}

.services-icon {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.services-status-metric sup{
top: -0.2em;
}
select#account-name {
    width: 49%;
}
.services-icon img {
     width: 35px;
    height: 32px;
}

.services-title {
 font-size: 24px;
    color: #2f3e46;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.services-description {
  color: #3a3a3a;
  font-size: 0.95em;
  line-height: 1.8em;
}

/* Responsive Breakpoints */

/* Tablet screens */
@media (max-width: 900px) {
  .services-card {
    flex: 1 1 45%;
  }
}

/* Mobile screens */
@media (max-width: 600px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }

  .services-card {
    flex: 1 1 100%;
    width: 100%;
  }

  .services-title {
    text-align: center;
    margin-left: 0;
  }

  .services-description {
    text-align: center;
  }
}

/* Header menu responsiveness */
header.layout-header .umami-header {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 20px;
  flex-wrap: wrap;
}

header.layout-header .umami-header .umami-header__logo {
  display: none;
}

.menu-main__link:active,
.menu-main__link.is-active {
  border-bottom-color: #2c4047 !important;
}

.menu-main__link:hover,
.menu-main__link.is-active:hover,
.menu-main__link:focus {
  border-bottom-color: #2c4047 !important;
  color: #2c4047 !important;
}

/*second-section*/

  .services-status-section {
  background: url('/../core/profiles/demo_umami/themes/umami/images/landing_page/image//points_bg.png');
  color: white;
    padding: 2rem 4rem;
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background-size: cover;
}

.services-status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.services-location,
.services-filter {
  font-size: 1.1em;
  display: flex;
  align-items: center;
      gap: 7px;
}

.services-dropdown,
.services-filter-icon {
  margin-left: 5px;
  font-size: 0.8em;
}

.services-status-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.services-status-card {
  flex: 1 1 200px;
  min-width: 180px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 15px;
    padding-bottom: 15px;
}

.services-status-card:last-child {
  border-right: none;
}

.services-status-title {
  font-size: 1em;
  margin-bottom: 15px;
  color: #fff;
}

.services-status-metric {
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.services-status-metric p{
margin-bottom: 0;
}

.services-status-subtext {
  font-size: 10px;
    color: #ffff;
    font-weight: 100;
}

.services-status-indicator {
  margin-top: 8px;
  font-weight: bold;
}

.services-status-active {
  color: #00ff00;
}

.services-status-slow {
  color: orange;
}

.services-status-faulty {
  color: red;
}
.filter_icon{
  height: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-status-grid {
    flex-direction: column;
  }

  .services-status-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .services-status-card:last-child {
    border-bottom: none;
  }
}
/*threshold*/
.threshold-container {
      padding: 4rem;
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background: #fff;
}

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

.threshold-header h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

.threshold-filter {
  position: relative;
}

#threshold-filter-btn {
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.threshold-filter-popup {
  position: absolute;
  right: 0;
  top: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  display: none;
  z-index: 10;
  border-radius: 6px;
}

.threshold-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.form-group {
  flex: 1 1 22%;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 1 1 100%;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input,
.form-group select {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.plus-btn button {
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

.form-actions {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;  /* Push buttons to the right */
  width: 100%;                /* Ensures full row width */
}

.btn-outline {
  background: white;
  border: 1px solid #000;
  padding: 4px 24px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: auto;
      font-weight: 500;
}

.btn-primary {
  background-color: var(--base);
  border: none;
  padding: 5px 25px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
    color: black;
}

@media (max-width: 768px) {
  .form-group {
    flex: 1 1 100%;
  }

  .form-actions {
     flex-direction: column;
    align-items: flex-end;
  }
}

/*service chart*/

.services-usage {
      padding: 3rem;
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background-color: #f9f9f9;
}

.services-usage__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.services-usage__controls {
  display: flex;
  gap: 10px;
      align-items: anchor-center;
}
.services-usage__controls h2{
font-size: 21px;
}
.services-usage__controls p{
      font-size: 2rem;
}

.services-usage__dropdown {
  border: none;
  background: transparent;
  font-size: 14px;
  margin: auto;
}

.services-usage__filter {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.services-usage__filter img {
      width: 10px;
    height: 10px;
}

.services-usage__chart {
  width: 100%;
  overflow-x: auto;
  text-align: center;
}

.services-usage__chart img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .services-usage__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-usage__controls {
    flex-direction: column;
    width: 100%;
  }

  .services-usage__dropdown {
    width: 100%;
  }

  .services-usage__filter {
    align-self: flex-end;
    margin-top: 10px;
  }
}
/*service-invoice*/

.invoice-section {
  font-family:var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  padding: 4rem;
  background: #fff;
}

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

.search-wrapper {
  position: relative;
  flex-grow: 1;
  max-width: 300px;
}

.search-bar {
  width: 100%;
  padding: 8px 12px 8px 36px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.invoice-actions span {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.invoice-actions .icon {
  width: 12px;
    height: 12px;
  margin-right: 6px;
}
th .icon{
      border: 1px solid black;
    border-radius: 30px;
    padding: 2px;
}
td .icon{
      border: 1px solid black;
    border-radius: 30px;
    padding: 2px;
}
.invoice-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.invoice-table th,
.invoice-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
      font-size: 15px;
    color: black;
        width: 15%;
}

.invoice-table thead tr {
  background-color: #f5f5f5;
}
.card-title{
  font-weight: 600;
}
.th-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-icon {
  width: 5px;
  height: 10px;
}

.status {
  display: flex;
  align-items: center;
  gap: 25px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.dot sup{

  top: -1.5em

}
.invoice-table .status{
    align-items: baseline;
    margin-bottom: 5px;
        margin-left: 10px;
}/*
.dot.green { background-color: #28a745; }
.dot.red { background-color: #dc3545; }
.dot.orange { background-color: #fd7e14; }*/

.pagination {
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.page-control {
  cursor: pointer;
      font-size: 20px;
}

@media (max-width: 768px) {
  .invoice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .invoice-actions span {
    margin-left: 0;
    margin-right: 12px;
  }
}
.support-banner {
  background-color: yellow;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    border-radius: 6px;
    flex-wrap: wrap;
}
.support-banner p{
    margin-top: 20px;
}
.support-text p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.support-text strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 4px;
  color: #000;
}

.ticket-btn {
  background-color:  var(--base);
      color: black;
    border: 1px solid;
  padding: 6px 25px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ticket-btn:hover {
  background-color: #008ba1;
}

@media (max-width: 600px) {
  .support-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ticket-btn {
    align-self: flex-end;
  }
}
/*billing-page*/
  .billing-section {
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background-color: #2c3e45;
  color: white;
  line-height: 1em;
}

.billing-container {
  display: flex;
  flex-wrap: wrap;
}

.billing-left {
  flex: 2;
  min-width: 300px;
  padding: 0em 4em;
}

.billing-right {
  min-width: 290px;
  background-color: #3e4e55;
  padding: 2em 0em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 3em;
}

.billing-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top:20px;
}

.billing-header h2 {
  margin: 0;
  font-weight: bold;
}

.due-date {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.due-date span {
  color: #ffff00;
}

.total {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-group {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 5px 25px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
}

.btn-dispute {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.btn-pay {
  background-color:var(--base);
  color: black;
}
.billing-table-wrapper {
  overflow-x: auto;
}

.billing-table {
  width: 100%;
  border-collapse: collapse;
  color: white;
  font-size: 0.9rem;
}

.billing-table thead th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #ffff;
  border:none;
  
}

.billing-table .billing-row td {
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}

.billing-table .billing-divider td {
  height: 1px;
  background-color: #444;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.billing-table .month-label {
  color: #ffff00;
  font-weight: bold;
  white-space: nowrap;
}
.td-line{
      border-bottom: 1px solid #ffffff1a;
}

.icon-up {
  width: 12px;
  margin-left: 15px;
  vertical-align: middle;
  filter: hue-rotate(0deg) saturate(100%) brightness(80%);
}

.icon-down {
  width: 12px;
  margin-left: 15px;
  vertical-align: middle;
  filter: hue-rotate(120deg) saturate(100%) brightness(80%);
}
.month-label select{
  background: none;
    font-size: 14px;
    color: yellow;
    border: none;
}
@media (max-width: 768px) {
  .billing-table-wrapper {
    overflow-x: scroll;
  }

  .billing-table {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .billing-container {
    flex-direction: column;
  }

  .billing-table {
    grid-template-columns: 1fr 1fr;
    font-size: 0.85rem;
  }

  .billing-right {
    align-items: center;
    text-align: center;
  }

  .btn-group {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}

/*billing-history*/
.billing-history-section {
      display: flex;
      flex-wrap: wrap;
      padding: 4rem;
      background: white;
          gap: 30px
    }

    .chart-container {
      flex: 2;
      min-width: 300px;
      border-bottom: 4px solid #2f3f46;
      background: #f9f9f9;
    }

    .usage-container {
      min-width: 280px;
      padding: 1em 1em 0em;
      border-bottom: 4px solid #2f3f46;
      background: #f9f9f9;
    }

    .chart-header {
       display: flex;
    justify-content: space-between;
    align-items: center;
        padding: 1em 2em 0em 2em;
        background: #f9f9f9;
    }

    .chart-header h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0;
    }

    .chart-header p {
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 5px;
      margin: 0;
    }

    .filter-icon {
      width: 10px;
      height: 10px;
    }

    .chart-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
      padding: 2rem;
      padding-bottom: 0;
    }

    .usage-header h4 {
      font-size: 1rem;
      margin: 0 0 5px;
    }

    .tabs {
      display: flex;
      border-bottom: 1px solid #80808030;
    }

    .tab {
      padding: 8px 12px;
      font-weight: bold;
      border: none;
      background: none;
      cursor: pointer;
      border-bottom: 3px solid transparent;
      color: #666;
    }

    .tab.active {
      border-color: #2f3f46;
      color: #2f3f46;
          margin-right: 30px;
    }


    .billing-search-bar {
      margin-bottom: 15px;
      margin-top: 20px;
    }

    .billing-search-bar input {
      width: 100%;
      padding: 10px;
      border-radius: 20px;
      border: 1px solid #ccc;
      font-size: 0.9rem;
      background-color: #f9f9f9;
    }

    .usage-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;

    }
    ul.usage-list li>p {
    margin-bottom: 1rem;
}

    .usage-list li {
      display: flex;
      justify-content: space-between;
      font-size: 0.95rem;
      line-height: 2;
    }

    .view-btn {
      width: 100%;
      border-radius: 25px;
      border: 2px solid #2f3f46;
      background: #f9f9f9;
      font-weight: bold;
      color: #2f3f46;
      cursor: pointer;
      transition: background 0.2s;
    }
    .usage-container .billing-search-bar .billing-search-icon{
          transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin: 16px;
    position: absolute;
    } 
   .billing-search-bar input{

    padding: 8px 12px 8px 36px;

    }
    .view-btn:hover {
      background: #2f3f46;
      color: white;
    }

    @media (max-width: 768px) {
      .billing-history-section {
        flex-direction: column;
        gap: 30px;
      }

      .chart-container {
        padding-right: 0;
      }

      .usage-container {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #ccc;
        padding-top: 20px;
      }
    }
/*    Billing-Promo*/
 .promo-section {
      background: url('/../core/profiles/demo_umami/themes/umami/images/landing_page/image/bg-banner.png') no-repeat center center;
      background-size: cover;
      color: white;
      display: flex;
      align-items: end;
      justify-content: space-between;
      padding: 40px;
      padding-bottom: 0;
      position: relative;
      flex-wrap: wrap;
    }

    .promo-content {
      max-width: 50%;
      z-index: 1;
      padding: 30px;
      padding-bottom: 0px;
    }

    .promo-content h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
      margin-top: 0;
    }

    .highlight-line {
      width: 70px;
      height: 8px;
      background-color: #ffe600;
      margin: 25px 0;
    }

    .promo-content p {
      font-size: 1.35rem;
      line-height: 1.5;
      margin-bottom: 25px;
    }

    .promo-content p strong {
      font-weight: 700;
    }

    .promo-btn {
      background-color: var(--base);
      border: none;
      padding: 9px 30px;
      border-radius: 25px;
      color: #000000ba;
      font-weight: bold;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .promo-btn:hover {
      background-color: #009ebf;
    }
.promo-para{
  font-size: x-small;
    width: 19%;
}
.promo-para p{
  margin-bottom: 0px;
      margin-left: -25px;
}

    @media (max-width: 1024px) {
      .promo-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }

      .promo-content {
        max-width: 100%;
      }

    }
    .biling-thead{
       display: flex;
    justify-content: space-evenly;
    text-align: center;
    font-size: 15px;
    }
    .biling-thead div {
    width: 20%;
    }
    .biling-thead div.higlighted {
          font-weight: 600;
    border-bottom: 4px solid yellow;
    }
    .billing-card-btn{
      text-align: center;
      margin-bottom: 0px;
    margin-top: 2rem;
    }
.invoice-actions-billing .icon{
  margin-left: 6px;
    margin-right: 0;
}
.billing-sec .services-card {
    padding: 10px;
}
.billing-sec .services-icon {
        margin-bottom: 0px;
}
.billing-sec .services-description {
        margin-bottom: 0px;
        font-size: 16px;
}
/*open-api*/

.comviva-api {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
      width: 100%;
}

/* Sidebar */
.sidebar {
  width: 400px;
    background-color: #F9F9F9;
    padding: 1.25rem;
    
    border-radius: 16px;
    border: 1px solid #F9F9F9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.search-box {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
}

.sidebar-title {
  margin-bottom: 10px;
  color: #1f2937;
  font-weight: bold;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
}

.sidebar-menu > li {
  margin: 8px 0;
  font-size: 14px;
  color: #374151;
}

.sidebar-menu .menu-group > span {
  font-weight: bold;
}

.endpoint {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.badge {
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 4px;
  margin-right: 6px;
  font-weight: bold;
  color: white;
}

.badge.post {
  background-color: #facc15;
  color: black;
}

.badge.get {
  background-color: #3b82f6;
}

.sidebar-menu .active {
  color: #0ea5e9;
}

/* Main Content */
.main-content {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
}

h1 {
  font-size: 24px;
  margin: 0 0 10px;
}
.resourceapi-sidebar-nav a{
      text-decoration: none;
    color: #004f71;
}

.url {
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background: #eef2ff;
  padding: 6px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
}

.card-section {
  width: 100%;
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

.param {
  margin-bottom: 15px;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
}

.test-api input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border-radius: 6px;
  border: 1px solid #d1d5db;
}

.test-api button {
  background-color: #0ea5e9;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

pre {
  background-color: #f1f5f9;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 13px;
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.actions button {
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.actions .secondary {
  background: white;
  border: 1px solid #d1d5db;
  color: #111827;
}

/* Responsive */
@media (max-width: 768px) {
  .comviva-api {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .main-content {
    padding: 15px;
  }
}
.layout-cardapi{
  display: flex;
}
.comviva-api .card{
  min-height: 200px;
}
.comviva-api .card h3{
      flex-direction: unset;
}

.swagger-ui .topbar  {
    background-color: transparent !important;
}


.swagger-ui .topbar a.link {
    display: none;
}

.swagger-container .topbar .wrapper{
    margin: 0;
    padding: 0;
}
.download-url-button{
      padding: 0;
    font-size: 10px;
}

.information-container .block{
  display:none;

}
.scheme-container section.schemes.wrapper.block.col-12 {
   flex-wrap: nowrap;
}
  .opblock-tag-section h3.opblock-tag{
    font-size: 13px;
  }
  .opblock-tag-section h3.opblock-tag .markdown{
        font-size: 11px;
  }
  .swagger-ui .wrapper{
    margin: 0;
    padding: 0;
  }
  .swagger-ui svg {
    width: 15px;
}
.swagger-ui button .opblock-summary-method{
   font-size: 11px !important;
    margin: 0;
    padding: 2px !important;
    min-width: 50px !important;
}
   .opblock-summary-path a>span{
        font-size: 13px;

   }
   div.opblock-summary-description{
        font-size: 12px;
   }
   .sidebar .resourceapi-sidebar-search input{
        padding: 0.5rem 1rem;
    border: 1px solid #202224;
        border-radius: 10px;

    font-size: 14px;
    width: 100%;
   }
   .sidebar .resourceapi-side-head {
          margin: 1rem;
          border-bottom: 2px solid #888888;
}
.sidebar .resourceapi-side-head p{
    margin-top: 0;
  } 
.sidebar .resourceapi-side-head span.arrow {
       position: absolute;
    margin-left: -15px;
    color: #004F71;
    margin-top: -10px;
}
.topbar{
  display: none;
}
.sidebar-menu{
  margin: 5px 10px;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  margin-bottom: 1rem;
    font-size: 14px;
    color: #004F71;
    cursor: pointer;
        margin-left: 20px;
}
.resourceapi-sidebar-search .search-icon{
     left: unset;
    top: unset;
    margin-top: 18px;
    margin-left: -27px;
}
.resources-wrapper{
      padding: 0px 30px;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method{
    background: #FFCB05 !important;
    color: #004F71;
    border-radius: 22px;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #FFCB05 !important;
    color: #004F71;
    border-radius: 22px;
    
}
.swagger-ui .opblock.opblock-delete .opblock-summary-method{
   border-radius: 22px;
}
.swagger-ui .opblock.opblock-patch .opblock-summary-method{
  border-radius: 22px;
}
.scheme-container{
  display: none;
}
.markdown{
  display: none;
}
.opblock-summary-path{
 display: none !important;
}
.swagger-ui .opblock.opblock-get, .opblock.opblock-post, .opblock.opblock-delete, .opblock.opblock-patch{
  background: transparent !important;
    border: none !important;
    box-shadow: unset !important;
    border-color:transparent !important;
}
.resourceapi-container {
  display: flex;
  min-height: 100vh;
}

.resourceapi-sidebar {
  background-color: #F9F9F9;
  padding: 1.25rem;
  width: 260px;
  border-radius: 16px;
  border: 1px solid #F9F9F9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  position: sticky;
  top: 0;
 /* height: 100vh;
  overflow-y: auto;*/
}

.resourceapi-sidebar-search input {
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  font-size: 14px;
}
.resourceapi-side-head {
      margin: 5px 10px;
          border-bottom: 2px solid #888888;
}
.resourceapi-side-head p{
    margin-top: 0;
  } 
.resourceapi-side-head span.arrow {
    position: absolute;
    left: 14px;
    color: #004F71;
        margin-top: -10px;
}
.resourceapi-sidebar-nav{
  margin: 5px 10px;
}
.resourceapi-sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resourceapi-sidebar-nav li {
  margin-bottom: 1rem;
    font-size: 14px;
    color: #004F71;
    cursor: pointer;
}
.resourceapi-sidebar-nav li p{
margin: 0;
color: gray;
font-weight: 500;
}
.resourceapi-sidebar-nav li img{
  width: 15px;
    height: 15px;
    margin-left: 20px;
}
.resourceapi-sidebar-nav li:hover {
  color: #004F71;
  font-weight: bold;
}

.resourceapi-sidebar-nav .active {
  font-weight: 700;
  color: #004F71;
}

.resourceapi-sidebar-nav li .resourceapi-badge {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 13px;
    border-radius: 12px;
    margin-left: 6px;
    display: inline-block;
    line-height: 1;
}
.resourceapi-badge {
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 12px;
  margin-left: 6px;
  display: inline-block;
}
.resourceapi-badge-post {
 background: #FFCB05;
    color: #004F71;
}

.resourceapi-badge-get {
  background: #FFCB05;
    color: #004F71;
}

.resourceapi-badge-del {
   background: #D80027;
    color: #FFFFFF;
}

.resourceapi-sidebar-nav li ul {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
  
.resourceapi-main {
  flex: 3;
  padding: 1rem;
  display: flex;
    width: 75%;
        gap: 10px;
}
.resourceapi-header-section{
  padding: 0rem 1rem;
}

.resourceapi-header-section h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.auth-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    margin: 0;
    padding: 10px;
}
.resourceapi-method {
  background: #fde68a;
  color: #78350f;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.resourceapi-endpoint {
  font-family: var(--user-font, 'Poppins', 'Segoe UI', Arial, sans-serif);
  background: #f3f4f6;
  padding: 0.5rem;
  border-radius: 6px;
  font-size: 10px;
}

.resourceapi-description {
  color: #6b7280;
  margin-top: 0.5rem;
}

.resourceapi-card {
  background: #fff;
  margin-top: 1.5rem;
  border-radius: 17px;
      box-shadow: 0 4px 6px rgb(244 244 244);
    border: 1px solid #f4f4f4;
}
.resourceapi-box{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.resourceapi-code {
/*  background: #f9fafb;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;*/
    overflow-x: hidden;
    margin: 1rem;
    padding: 1rem;
    background: #ffff;
}

.resourceapi-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
      line-height: 2rem;
}

.resourceapi-table th, .resourceapi-table td {
  text-align: left;
  padding: 0.75rem;
  border: 0px;
 
}
.resourceapi-testapi-form{
  padding: 1rem;
  background: #F4F4F4;
      text-align: right;
}

.resourceapi-testapi-form input {
      width: 93%;
    margin-bottom: 0.75rem;
    padding: 1rem;
    border: 1.5px solid #7a7e85;
    border-radius: 15px;
    background: #F4F4F4;
}

.resourceapi-testapi-form button {
      background: #ffff;
    color: #004F71;
    padding: 1rem;
    border: 1px solid #004F71;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    width: 30%;
}

.resourceapi-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.resourceapi-btn {

      background: #ffff;
    color: #004F71;
    padding: 1rem;
    border: 1px solid #004F71;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    width: 50%;
        box-shadow: 0 4px 6px rgb(0 79 113 / 21%);
}

.resourceapi-btn-primary {
  background: #004F71;
  color: #ffff;
  border: none;
  width: 30%;
}
.table-head{
      padding: 0px 25px;
}
.str-value{
  border-bottom: 1px solid #e5e7eb !important;
}
.test-api{
      padding: 0rem 1rem;
    color: #004F71;
    font-size: 16px;
    margin-top: 1rem;
}
.req-sample{
  display: flex;
  justify-content: space-between;
    padding: 1rem;
        background: #fff;
}
.req-sample h2{
  margin: 0;
  color: #004F71;
}
.req-head{
      display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #80808038;
}
.req-head p.higlighted{
      background: #004F71;
    color: #ffff;
}
.req-head p{
      
    padding: 10px;
    font-weight: 600;
        margin: 0;
}
.req-form{
      background-color: #f4f4f4;
}
.resp-head{
  
    font-weight: 600;
        width: 10%;
}
.resp-head  p.higlighted{
background: #004F71;
    color: #ffff;
    padding: 10px;
        margin: 0;
  }
  .node--view-mode-full{
    padding: 0 !important;
    border:none !important;
  }
@media (max-width: 768px) {
  .resourceapi-container {
    flex-direction: column;
  }
  .resourceapi-sidebar {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
}
/* Make the dropdown menu look like a dropdown */
#block-umami-account-menu.dropdown-menu {
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #ccc;
  padding: 8px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 150px;
  border-radius: 6px;
}
.profile-name{
  font-weight: 100 !important;
  cursor: pointer;
}