/*body {
  font-family: system-ui, sans-serif;
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
}

main {
  max-width: 960px;
  margin: 2rem auto;
  padding: 1rem;
}

h1 { margin-bottom: 1rem; }
h2 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 4px;
}

button {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}

button.secondary { background: #64748b; }

input, textarea, select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
}

.form-group { margin-bottom: 0.8rem; }

.form-section {
  background: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 1rem;
}

.table { width: 100%; border-collapse: collapse; }
.table th, .table td { border-bottom: 1px solid #e2e8f0; padding: 0.5rem; text-align: left; }
.table th { background: #f1f5f9; }

.phone-error { color:#b91c1c;font-size:12px;margin-top:4px; }*/
.verified-field[readonly] {
  background-color: #f7f7f7;
  color: #666;
  border-color: #ddd;
  position: relative;
}

.verified-field[readonly]::after {
  content: "🔒";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}
select.uk-form-danger:invalid {
  color: #999;
}
.verified-field {
  background-color: #f8f8f8;
  border-color: #ccc;
}
#pricelist-preview {
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
  padding: 6px;
}
.uk-button{
  border-radius: 5px;
  text-transform: none;
}
.uk-button.login{
  background: green;
}
.uk-button.logout{
  background: red;
}
.footer{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:100%;
  background: #fff;
  display: block;
  padding:10px;
  color:#838383;
}
body, html{
  overflow:hidden;
  background: #faf5f8;
  margin:0;
  padding:0;
}
.uk-card{
  border-radius: 7px;
}
.uk-alert{
  border: 0.5px solid;
  border-radius: 7px;
}
.uk-navbar{
max-width: 1200px;
margin: auto;
padding:0px 15px;
background: #fff;
background: linear-gradient(180deg,#fff,#faf5f8);
border-radius: 0px 0px 18px 18px;
box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(141, 93, 148, 0.2);
z-index: 1;
height: 85px;
}
.uk-input, .uk-select, .uk-textarea{
  border-radius: 7px;
}
.uk-label{
  border-radius: 5px;
  text-transform: none;
}
 .uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover{
    /* background-color: rgba(0,0,0,0.1); */
    background-color:rgba(198, 116, 193, 0.16);
  }

  .uk-subnav-pill a{
        border-radius:5px;
            padding:10px !important;
  }
  .uk-subnav-pill>.uk-active>a{
     font-weight: bold; 
    /* background: rgb(226,132,135); */
    background: rgb(227, 132, 168);
  /* background:rgba(198, 1, 1, 0.5); */
    /* color:rgba(240, 196, 114, 0.5); */
    color:#fff;
    border:1px solid #ff90d4;
    border-bottom:0px;
    box-shadow: rgba(0, 0, 0, 0.055) 0px 0.2px 0.2px, rgba(0, 0, 0, 0.08) 0px 1.1px 1.1px, rgba(0, 0, 0, 0.106) 0px 4.8px 3.7px, rgba(0, 0, 0, 0.16) 0px 16px 20px;
    /*background:linear-gradient(180deg,#ff90d4,#bf2284);*/
    background:linear-gradient(180deg,#ff90d4,#CF1981);
  }

  /* #tabs .uk-subnav{
    justify-content: center;
  } */
  .uk-subnav>*>:first-child{
    text-transform:none;
  }
  .uk-subnav{
    padding: 10px 5px;
    padding-left: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 11px 0 rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2);
    background: linear-gradient(180deg,#fff,#ffeff9);
    padding-left: 0px;
    margin-left: 0px;
    transition: all ease 250ms;
    z-index: 1006;

}
.uk-subnav > * {
padding-left: 10px;
}
  .uk-active.uk-subnav{
    border-radius:0px 0px 10px 10px;
    box-shadow: 0 10px 11px 0 rgba(37,44,97,.25),0 1px 3px 0 rgba(93,100,148,.4);
    transition:all ease 250ms;
  }
  .uk-logo{
    opacity:0.8;
    transition: all 0.2s ease;
  }
  .uk-logo:hover{
    opacity: 1;
  }