/**
 * @file
 * This is the base CSS file, for styling elements.
 */


/* color picker css  */
:root{
    --base: #00a9b7;
 }



@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Scope One";
  src:
    local("Scope One"),
    local("ScopeOne-Regular"),
    url("../fonts/scope-one-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: border-box;
}





@font-face {
  font-family: 'Poppins';
  src: url('../../../../fonts/Poppins-Regular.ttf') format('truetype');
}


/* Apply to entire website */
body {
  font-family: var(--user-font, 'Poppins', Arial, sans-serif);
}
.menu-main,
.button,
input,
optgroup,
select,
textarea,
h1, h2, h3, h4, h5, .services-card, .invoice-section, button.ticket-btn {
  font-family: var(--user-font, 'Poppins', Arial, sans-serif) !important;
}
body.path-apiuser .nav-links li a, .footer-openapi,
.navbar.afterloginheader .nav-links li a,
#nav-container-signin ul li a {
font-family: 'Poppins', sans-serif !important;
}
body.path-apiuser .nav-links li a:hover,
#nav-container-signin ul li a,
.navbar.afterloginheader .nav-links li a {
background:none;
}







*,
*::before,
*::after {
  box-sizing: inherit;
  margin-top: 0; /* This allows us to ensure that items side-by-side line up nicely. */
}

*:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: #008068;
  outline-offset: 2px;
}

a {
  text-decoration: underline;
  color: #008068;
}
body {
  margin: 0;
  color: #464646;
  background: #fbf5ee;
  font-family: var(--user-font, 'Poppins', Arial, sans-serif);
  font-size: 1rem;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

blockquote {
  margin: 0 0 1.28rem;
  padding: 1.5rem;
  background: #f4f2e9;
}
blockquote p:last-child {
  margin-bottom: 0;
}
/* Small */
@media screen and (min-width: 30rem) {
  /* 480px */
  blockquote {
    margin: 0 1.5rem 1.28rem;
    padding: 1.5rem;
  }
}
/* Medium */
@media screen and (min-width: 40rem) {
  /* 640px */
  blockquote {
    margin: 0 2.5rem 1.28rem;
    padding: 3rem;
  }
}
blockquote > * {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 1.266rem;
  line-height: 1.5;
}
blockquote a {
  /* Tweak default link color to improve contrast for accessibility */
  color: #057d6d;
}
blockquote a:hover,
blockquote a:focus {
  background-color: #fdfcf9;
}

h1 {
  margin: 0 0 1.07rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.424rem; /* +3 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h1 {
    font-size: 2.369rem;
  }
}

h2 {
  margin: 0 0 0.7rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.266rem; /* +2 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h2 {
    font-size: 1.77rem;
  }
}

h3 {
  margin: 0 0 0.96rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.2; /* +1 based on 1.125 modular scale (major second) */
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h4 {
    font-size: 1.33rem;
  }
}

h5 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 0.889rem; /* -1 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 0.79rem; /* -1 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) {
  /* 960px */
  h6 {
    font-size: 1rem;
  }
}

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

/**
 * Prevent regression due to fieldset styling that was removed in normalize.css
 * 6.0.0.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * Prevent regression due to explicit line-height applied to these elements in
 * normalize.css 7.0.0.
 */
button,
textarea {
  line-height: 1.5rem;
}
optgroup,
input:not([type="file"]) {
  line-height: normal;
}

/**
 * Prevent regression due to changes in normalize.css 4.1.0.
 */
::-webkit-file-upload-button {
  -webkit-appearance: push-button;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}

ul,
ol {
  margin-bottom: 1.28rem;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 1.28rem;
}

/**
 * Prevent regression table/td/th rules removed in normalize.css 7.0.0.
 */
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}


/* added for comviva  */
body {
  background-color: #fff !important;
}

/* // home page dashboard  */
  .dashboard-header {
      display: flex;
      align-items: center;
      background: url('../images/Intersect.png') no-repeat center;
      background-size: cover;
      padding: 2rem 5rem;
      color: #fff;
      position: relative;
      height:300px;
    }

    .dashboard-header::after {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 1;
    }

    .dashboard-header-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
    }

    .dashboard-header h1 {
      font-size: 2rem;
      margin: 0;
    }

    .dashboard-header p {
      margin-top: 0.5rem;
      font-size: 1rem;
    }

    .status-cards {
      display: flex;
      justify-content: center;
      gap: 5.5rem;
      margin-top: -50px;
      z-index: 2;
      position: relative;
      flex-wrap: wrap;
    }

    .card-dashboard {
      background: #fff;
      padding: 0.5rem;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      min-width: 150px;
      text-align: center;
      justify-content:center;
    }
    .card-dashboard {
      display: flex;
      flex-direction: row;
      gap: 60px;
    }

    .card-dashboard.highlight {
      border: 2px solid #ff4d4d;
    }

    .card-dashboard h2 {
      margin: 0;
      font-size: 1.8rem;
       font-weight: 900;
      color:#000;
    }

    .card-dashboard p {
      margin: 0.5rem 0 0;
      font-size: 0.95rem;
      color: #555;
    }

    .card-dashboard .badge {
      display: block;
      font-size: 18px;
      margin-top: 0.3rem;
      color: #ff4d4d;
      font-weight: 600;
      text-decoration: underline;
    }
  .card-dashboard a {
  text-decoration:none;
  }

    .preferences {
      text-align: right;
      padding: 1rem 2rem;
      font-size: 0.9rem;
    }

    .preferences i {
      margin-left: 0.4rem;
    }


    /* billing and tickets  */
    
    .dashboard-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .card {
     background: #F9F9F9;
      padding: 1.5rem;
      border-radius: 0px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      flex: 1 1 360px;
      min-width: 300px;
    }

    .card h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
    }

    .filter-text {
      font-size: 0.85rem;
      color: #333;
      cursor: pointer;
    }

    .billing-month {
      margin: 1rem 0 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.9rem;
    }

    .progress-bar-container {
      background: #eee;
      height: 10px;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 1rem;
    }

    .progress-fill {
      background: yellow;
      width: 78%;
      height: 100%;
    }

    .amounts {
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      margin-bottom: 36px;
    }

    .actions {
      display: flex;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .actions button {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      border-radius: 20px;
      border: 1px solid #ccc;
      cursor: pointer;
      background: white;
    }

    .actions button.pay {
      background-color: var(--base);
      color: #000;
      border: none;
    }

    .search-box {
      width: 100%;
      padding: 0.6rem;
      margin-bottom: 1rem;
      border-radius: 25px;
      border: 1px solid #ccc;
    }

    .footer-buttons {
      display: flex;
      justify-content: space-between;
    }

    .footer-buttons button {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      border-radius: 20px;
      border: 1px solid #ccc;
      background: white;
      cursor: pointer;
    }

    .footer-buttons .dashboard {
      background-color: var(--base);
      color: white;
      border: none;
    }

    .ticket-chart {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: conic-gradient(
        #fdd835 25%,     /* Closed */
        #ffecb3 50%,     /* Open */
        #ffe082 100%     /* Canceled */
      );
      margin: 1rem auto;
      position: relative;
    }

    .ticket-chart::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background: white;
      border-radius: 50%;
    }

    .ticket-status {
      display: flex;
      justify-content: space-around;
      margin-top: -1rem;
      font-size: 0.85rem;
      text-align: center;
    }

    .ticket-status div {
      display: flex;
      flex-direction: column;
    }

    /* order and services  */
    
    .dashboard-section {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      padding-top: 40px;
    }

    .card-order {
      background: #F9F9F9;
      padding: 1.5rem;
      border-radius: 0px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      flex: 1 1 360px;
      min-width: 300px;
      position: relative;
    }
    .card-order h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
    }

    .card-order .filter {
      font-size: 0.85rem;
      cursor: pointer;
    }

    .date-range {
      font-size: 0.9rem;
      margin: 1rem 0;
    }

    .donut-chart {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: conic-gradient(
        #ffd700 97%,     /* Completed */
        #ffe082 99%,     /* Canceled */
        #fff8e1 100%     /* Active */
      );
      position: relative;
    }

    .donut-chart::after {
      content: "152\A total orders";
      white-space: pre;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background: white;
      border-radius: 50%;
      font-size: 0.85rem;
      text-align: center;
      line-height: 1.2;
      padding-top: 20px;
    }

    .legend {
      font-size: 0.85rem;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      align-items: flex-start;
      margin: 1rem 0;
    }

    .legend div::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      border-radius: 50%;
    }

    .legend .completed::before { background: #ffd700; }
    .legend .canceled::before { background: #ffe082; }
    .legend .active::before { background: #fff8e1; }

    .btn-primary {
      padding: 0.5rem 1rem;
      border: none;
      background: #00a9b7;
      color: white;
      border-radius: 20px;
      cursor: pointer;
      font-size: 0.9rem;
      margin-top: 1rem;
    }

    /* Services Card */
    .service-list {
      margin-top: 1rem;
      font-size: 0.95rem;
    }

    .service-item {
      display: flex;
      justify-content: space-between;
      padding: 0.4rem 0;
    }

    .service-label {
      font-weight: 500;
    }

    .service-values {
      text-align: right;
      font-size: 0.9rem;
    }

    .btn-group {
      display: flex;
      gap: 1rem;
      margin-top: 1.5rem;
    }

    .btn-outline {
      padding: 0.5rem 1rem;
      background: white;
      border: 1px solid #ccc;
      border-radius: 20px;
      cursor: pointer;
      font-size: 0.9rem;
    }

    /* Accounts Card */
    .accounts-card {
      margin-top: 2rem;
    }

    .accounts-header {
      display: flex;
      justify-content: space-between;
      font-size: 1.2rem;
      font-weight: 600;
      padding-bottom: 24px;
      border-bottom: 1px solid #E0E0E0;
    }

    .search-box {
      width: 100%;
      padding: 0.6rem;
      margin: 1rem 0;
      border-radius: 25px;
      border: 1px solid #ccc;
    }

    .btn-footer {
      display: flex;
      justify-content: space-between;
    }

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

    /* home page footer  */
   
    .footer-bottom-show {
      /* background: #ffffff; */
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 2rem;
    }

    .manager-info {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-top: 1rem;
    }

    .manager-img {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 3px solid #ffeb00;
      object-fit: cover;
    }
  .footer-bottom-show .middle h4 {
    font-size: 1.3rem;
    font-weight: 800;
   } 
    .contact-details {
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .contact-buttons {
      margin-top: 1rem;
    }

    .contact-buttons button {
      display: block;
      padding: 0.4rem 1rem;
      margin-bottom: 0.5rem;
      border: 1px solid #333;
      border-radius: 20px;
      background: #fff;
      font-size: 0.9rem;
      cursor: pointer;
    }

    .footer-bottom-show h4 {
      margin-bottom: 0.8rem;
    }

    .footer-bottom-show ul {
      list-style: none;
      padding: 0;
      font-size: 0.9rem;
    }

    .footer-bottom-show ul li {
      margin-bottom: 0.5rem;
    }

    .footer-bottom-show .logo {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1;
    }

    .footer-bottom-show .logo span {
      display: block;
      font-size: 1rem;
      font-weight: normal;
    }

    .social-icons {
      margin-top: 1rem;
    }

    .social-icons i {
      font-size: 1.2rem;
      margin-right: 10px;
      cursor: pointer;
    }

    .footer-bottom {
      margin-top: 1rem;
      font-size: 0.8rem;
      color: #666;
    }

    .footer-bottom a {
      margin-right: 1rem;
      text-decoration: none;
      color: #444;
    }

    @media (max-width: 768px) {
      .footer-bottom-show {
        flex-direction: column;
        text-align: center;
      }

      .manager-info {
        justify-content: center;
      }

      .footer-bottom-show .left, .footer-bottom-show .middle, .footer-bottom-show .right {
        flex: 1 1 100%;
      }
    }
    .right .footer-bottom {
      border-top: none;
      border-bottom: none;

    }

    /* header logo  */
    .branding__site-logo {
      padding-top: 20px;
    }
    
    footer.footer .footer-bottom-show {
      background-color: white !important;
      border-top: #FFC107 5px solid;
      border-bottom: yellow 15px solid;
      color: #000;
      padding:40px;
      padding-left:6%;
      padding-right:6%;
    }
    .footer-bottom a:hover {
    background: none; 
    color: #004f71;
     }
  .footer-bottom-show .right .social-icons img {
   height:30px;
  }
  .footer-bottom-show .right .social-icons a:hover {
   background: none; 
    }
     footer.footer-show a,
     footer.footer.layout-footer {
      color: #000;
     }
.footer .layout-footer .region.region-footer {
   display:block;
}
.footer .layout-footer {
padding-top:0px;
padding-bottom:0px;
}
.footer .layout-footer .container {
    margin-left: 0px;
    max-width: 100%;
    margin-right: 0px;
}
.footer-bottom .footer-social {
  color:white;
}
header.layout-header .region.region-pre-header {
display:flex;
}

.has-openapi-header header.layout-header .region.region-pre-header {
display:block;
}
     /* after layout  */
     .card, .card-order {
      min-height: 460px;
      margin: 20px;
     }
     .card-order.accounts-card {
        min-height: 280px;
        margin: 20px;
     }

    /* gin admin theme 
    openapi module
    openapi ui module
    swagger for open api module 
    open api json module  */
/* billing page  */
/* invoice  */

.search-block-form .form-search:focus,
.search-form .form-search:focus {
  border: 2px solid #004f71 !important;
}
.search-block-form .form-submit:focus,
.search-block-form .form-submit:hover { 
border: 2px solid #004f71 !important;
}
.button:hover, .button:active, .button:focus {
border: 2px solid #004f71 !important;
}
.button {
background-color: #004f71 !important;
border: 2px solid #004f71 !important;
color:white !important;
}
.invoice-container {
  background-color: #1e2b33;
  color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.invoice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dropdown {
  color: #ffc107;
}

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

.invoice-table {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

th {
  color: #ccc;
  font-weight: bold;
  border-bottom: 1px solid #444;
}

td {
  font-size: 14px;
  border-bottom: 1px solid #2d3a43;
}

.price {
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.up {
  color: #00ff5b;
}

.down {
  color: #00d4ff;
}

.invoice-summary {
  background: #2d3a43;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.invoice-summary h3 {
  font-size: 32px;
  margin: 0 0 15px;
  color: #ffc107;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.dispute-btn,
.pay-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.dispute-btn {
  background: #444;
  color: #fff;
}

.pay-btn {
  background: #ffc107;
  color: #000;
}

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

  .buttons {
    flex-direction: column;
  }

  .invoice-summary h3 {
    font-size: 24px;
  }
}

/* header menu    */
header.layout-header .umami-header {
  flex-direction: row-reverse;
    justify-content: flex-end;
    padding-top: 20px;
}
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;
}

/* Apply to login page only */
body.path-user form.user-login-form {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  margin:auto;
  margin-top:3%;
  margin-bottom:3%;
}
body.path-user .custom-login-intro p {
    font-size: 36px;
    font-weight: 700;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 14px;
}
body.path-user .custom-login-below p {
 text-align: center;
}

body.path-user form.user-login-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}
.sso-login-link a {
  background-color: #004f71 !important;
  color: white !important;
  border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
   border:none;
}

body.path-user form.user-login-form input[type="text"],
form.user-login-form input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 18px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

body.path-user form.user-login-form input[type="text"]:focus,
body.path-user form.user-login-form input[type="password"]:focus {
  border-color: #004c97;
  outline: none;
}

body.path-user form.user-login-form .form-actions input[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

body.path-user form.user-login-form .form-actions input[type="submit"]:hover {
  background-color: #333;
}

/* Forgot password and signup links */
body.path-user form.user-login-form a {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #004c97;
  font-weight: 600;
  text-decoration: none;
}

body.path-user form.user-login-form a:hover {
  text-decoration: underline;
}

/* Make form responsive */
@media screen and (max-width: 480px) {
  body.path-user form.user-login-form {
    padding: 30px 20px;
    margin: 0 10px;
  }
}

body.path-user header.layout-header .umami-header,
body.path-user .layout-tabs,
body.path-user .layout-breadcrumbs,
body.path-user .layout-header .search-block-form {
 display:none;
}
#edit-submit-register {
background-color: #00a9b7 !important;
border:none !important;
}
header.layout-header #block-umami-branding a img {
  height: 60px;
  object-fit: contain;
}

body.path-frontpage header h1.page-title,
header.node__header h1.page-title {
  display: none;
}

.search-block-form .form-search {
    background: url(../images/icons8-search-16.png) no-repeat 0.5em center #fff !important;
}
#search-block-form #edit-actions {
display:none;
} 
#block-umami-search {
 width:30%;
}
#block-umami-search .form-type-search {
width:101%;
border:none !important;
}
#block-umami-search #search-block-form input {
border: 1px solid lightgray;
border-radius: 20px;
width:100%;
}
#block-umami-search #search-block-form input[type="submit"] {
  display: none;
}