 body {
      font-family: Arial, sans-serif;
      background: #fff;
      padding-top: 40px;
    }

/*fonte*/
    .open-sans {
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings:
          "wdth" 100;
      }
    
    .raleway {
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

/*end font*/

/*sectiune container general*/
    .container {
      max-width: 1627px;
      height: auto;
      margin: 0 auto;
      border: 1px solid #E0E0E0;
      background: #f7f7f7 0% 0% no-repeat padding-box;
      opacity: 1;
      padding: 3em;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
    .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        max-width: 520px;
        margin: 0 auto;
    }

    .header-command {
        text-align: center;
        margin-bottom: 20px;
        color: #333;
    }

    .header-command h1 {
        font-size: 36px;
        font-family: Raleway, sans-serif;
        font-weight: 400;
    }

    .form-field::placeholder {
      color: #aaa;
        }

    .form-field:focus {
      outline: none;
      border-color: #06A0E3;
      box-shadow: 0px 3px 6px #06A0E329;
    }

    .form-field option {
      color: #aaa;
    }

    form {
      width: 480px;
      padding: 20px;
    }

    .form-field {
      width: 440px;
      height: 40px;
      text-decoration-color: #08A6E4;
      border: 1px solid #08A6E4;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0px 3px 6px #08A6E429;
      padding: 0 10px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #333;
    }

    select.form-field {
      appearance: none;
      width: 460px;
      background: #fff url(images/Arrow_Down.svg) no-repeat right 10px center;
      background-size: 22px;
    }

    .checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .checkbox-group label {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #333;
      cursor: pointer;
    }

    .total-cost {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      font-family: "Open Sans", sans-serif;
      width: 179px;
      height: 38px;
      color: #ffffff;
      background: #08A6E4 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 6px;
      opacity: 1;
    }

    .total-text {
      font-size: 14px;
      line-height: 1.4;
      text-align: left;
    }

    .total-value {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4;
      text-align: right;
    }

    .checkbox-group input[type="checkbox"] {
      appearance: none;
      width: 24px;
      height: 24px;
      border: 1px solid #08A6E4;
      border-radius: 4px;
      margin-right: 8px;
      position: relative;
      text-align: center center;
    }

    .checkbox-group input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      left: 4px;
      top: 4px;
      background: url(./images/Checkmark\ \(1\).svg) no-repeat center center;
      width: 12px;
      height: 11px;
      border: solid #08A6E4;
      border-width: 0 0 0 0;
    }

    .right-command {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .area-right {
      width: 385px;
      height: 247px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 16px;
      color: white;
    }

    .area-right > div {
      line-height: 1.4;
      padding: 8px 12px;
      border-radius: 4px;
      color: inherit;
    }

    .area-right > div:nth-child(1) { background: #55DFB4; }
    .area-right > div:nth-child(2) { background: #55DFB4; }
    .area-right > div:nth-child(3) { background: #55DFB4; }
    .area-right > div:nth-child(4) { background: #55DFB4; }
    .area-right > div:nth-child(5) { background: #55DFB4; }


    /* sectiune dreapta calcule */

    #Products {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      border-radius: 6px;
      box-shadow: 0px 3px 6px #00000029;
    }
    #Products .calc {
      color: #fff;
    }

    #Products .results {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }

    #Orders {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      border-radius: 6px;
      box-shadow: 0px 3px 6px #00000029;
    }
    #Orders .orders-calc {
      font-size: 14px;
      color: #fff;
    }

    #Orders .orders-results {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }

    #Package {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      border-radius: 6px;
      box-shadow: 0px 3px 6px #00000029;
    }
    
    #Package .package-calc {
      color: #fff;
    }

    #Package .package-results {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }

    #Accounting {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;border-radius: 6px;
      box-shadow: 0px 3px 6px #00000029;
    }
    
    #Accounting .accounting-calc {
      color: #fff;
    }

    #Accounting .accounting-results {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }

    #Terminal {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      border-radius: 6px;
      box-shadow: 0px 3px 6px #00000029;
    }
    
    #Terminal .terminal-calc {
      color: #fff;
    }

    #Terminal .terminal-results {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
    }

    /*End sectiune calcule*/