  nav#global {
    position: fixed;
    height: 100vh;
    left:0;
    top:0;
    z-index: 100;
    width: 250px;
    background-color: #f96332;
    
  }
  nav {
     background-color: #ebecf1;
  }
   nav svg {
    width: 100px;
   }
  .card .card-action {
    display: flex;
    gap:10px;
    font-size: 10px;
  }
  .card .card-action a {
    margin-right: 0!important;
  }
  .version {
    position: absolute;
    bottom:10px;
    left:0;
    width: 100%;
    line-height: 15px;
    font-size: 11px;
  }
  .version a {
    margin: 0;
    padding: 0;
  }
    #global {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #global li  {
        width: 100%;
        border:0;
    }
  #global h2 {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    background: #fff;
    color:#f96332;
    margin-top: 0;
  }  
  #global header {
    padding: 0;
    height:90px;
  }
  #global svg {
    width: 80px;
    height:80px;
    padding: 0;
    margin: 0;
    
  }
  section footer {
    text-align: center;
  }
  .settings-menu {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .settings-menu a {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 30px;
    height:20px;
    text-align: center;
  }
  .settings-menu a:first-child svg {
    height: 20px;
  }
  
  #global li a {font-size: 0.8rem;line-height: 36px;border-radius: 36px;text-align: left;position: relative;padding-left: 35px;}
  #global li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #global a svg {
    position: absolute;
    top:50%;
    margin-top: -11px;;
    height:20px;
    width: auto;
    left:10px;
  }
  #global li:nth-child(3) svg {
    height:14px;
    margin-top:-7px;
    left:12px
  } 
  #global li:nth-child(4) svg {
    height:14px;
    margin-top:-7px;
    left:12px
  } 
  #global li:first-child a svg path{
    fill: #fff;
  }
   #global a svg path,#global a svg g,#global a svg circle {
    stroke: #fff;
   }
    #global a svg line {
    fill: #fff;
   }
  body {
    font-family: Montserrat,helvetica neue,Arial,sans-serif;
  }
  body > section,.global-head {
    padding-left: 250px;
  }
  .global-head {
    background:linear-gradient(160deg,#2c2c2c 0,#1f1f1f 100%);
    display: flex;
    justify-content: space-between;
  }
  .global-head h1 {
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
    padding-left: 10px;
  }
  .global-head a svg {
    height:19px;
  }
  .global-head a svg path {
    fill: #fff;
  }
  .card-content h2 {
    margin-top: 0;
    font-size: 21px;
  }
  .price_us {
    line-height: 23px;
  }
  .price_us strong {
    background:#f96332;
    border-radius: 2px;
    padding: 0 7px;
    color:#fff;
    display: inline-block;
  }
  .refresh-price-button {
    margin-left: 10px;
    margin-right: 10px;
  }
  body > section {
    padding: 0 0 0 250px!important;
  }
   body.login > section {
    padding: 0 0 0 0!important;
  }
  body.login form {
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -150px;
    margin-top: -200px;
  }
   body.login form input {
    width: 100%!important;
    display: block;
   }
   .min {
    background: #4caf50;
    display: inline-block;
    color:#fff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
   }
    .max {
    background: #F44336;
    display: inline-block;
    color:#fff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
   }
   body.login form a {
    color:#000;
    display: inline-block;
    margin-top: 10px;
   }
   body.login form h1 {
    margin-bottom: 15px;
   }
   body.login form input:focus {
    border-bottom:1px solid #f96332!important
   }
  ul {
        margin: 0;
        padding: 0;
      }
      li {
        list-style: none;
        margin: 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
      }
      .price {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
      }
      h1 {
        font-size: 25px;
        margin: 0;
        color: #000;
      }
      h2 {
        font-size: 23px;
      }
      section {
        padding: 0 10px;
      }
      nav {
        text-align: center;
      }
      nav a {
        display: inline;
        margin: 0 10px;
      }
      header {
        padding: 20px 10px;
        color: #fff;
      }
      .circle {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 10px;
      }
      .circle.green {
        background-color: aquamarine;
      }
      .circle.green {
        background-color: red;
      }
      #change-price-button,#refresh-products-button,#refresh-price-button,#change-allprice-button {
        margin-bottom:20px;
      }
      input {
        display: inline-block;
      }
      button,input[type="button"],input[type="submit"] {
        background: #f96332!important;
      }
      .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
        color:#f96332
      }
      .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #f9a488;
}
.progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.card-metric-value {
    text-align: left;
    font-size: 11px;
}
.card {
  position: relative;
  padding-bottom: 25px;
  text-align: left;
}
.card-metric-value .open_dash {
  position: absolute;
  right:0;
  bottom:0;
  background: #f96332;
    color: #fff;
    padding: 5px;
    display: flex;
}
.card-metric-value .open_dash path {
  fill: #fff;
}
.card-metric-title {
  font-size: 13px;
}
.dashboard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 15px;
    text-align: center;
}
.price-h-m {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 15px;
    text-align: center;
}
.card-metric {
    padding: 10px;
}
.card-metric-title {
    text-transform: uppercase;
    padding-bottom: 10px;
}
section nav {
    background: #000;
}

#companyForm label, #changePassword label{
    display: block;
}
#companyForm label input[type="text"], #changePassword label input[type="password"]{
    min-width: 300px;
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #f96332;
}
.tabs .indicator {
    background: #f96332;
}
.tabs li {
    border-bottom: 1px solid #f96332;
}
#logo-login {
    height: 70px;
    margin-bottom: 30px;
}
.page-side {
    display: grid;
    grid-template-columns: 60% 40%;
    height:100vh;
}
.page-side .right-side {
    position: relative;
}
.page-side .left-side {
    background: #f96332!important;
    padding-top: 80px;
}

.page-side .left-side {
    padding:25% 5% 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff;
}
.page-side .left-side h2 {
    margin-top: 0;
}
.page-side .left-side h2 span {
    font-size: 30px;
}
.badge {
    color:#fff!important;
    font-size: 0.8rem!important;
}
.tabs .tab a:hover, .tabs .tab a.active {
        background-color: rgba(246,178,181,0.2);
}
.card.error {
    background: hsl(0, 64%, 91%);
}
.card-metric-title span {
  display: inline-block;
  width: 12px;
  height:12px;
  background: #000;
  color:#fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 10px;
  line-height: 12px;
  text-transform:lowercase;
}
.header_content {
  color:#000;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 35% 1fr;
}
.header_content > div {
  text-align: right;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.header_content > div .btn {
  font-size: 10px;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}
.header_content > div .btn.active {
  background: #f96332;
}
.card .card-action > div {
border-bottom: 1px solid #f96332;
border-left: 1px solid #f96332;
padding:10px;
}
.form-add-client {
  padding: 25px;
}
#global a svg path {
  fill: #fff;
}
.form-add-product {
  padding: 0 25px;
}
.card.edit-company {
  margin:0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.card.services {
  margin:0 15px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  padding: 15px;
}
.card.services form {
  
  display: flex;
  align-items: center;
  justify-content: left;
  gap:10px;
}

.open_company {
  position: absolute;
  left:0;
  bottom:0;
  background: #4caf50;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.open_company svg {
  width: 15px!important;
}
.open_company path {
  fill: #fff;
}