
          @font-face {
              font-family: 'Cocosharp';
              font-weight: 400;
              font-style: normal;
              src: url("../fonts/CSBold.woff2") format('woff2');
            }
            
            @font-face {
              font-family: 'CocosharpRegular';
              font-weight: 400;
              font-style: normal;
              src: url("../fonts/CSRegular.woff2") format('woff2');
            }
        
        body {
            font-family: 'CocosharpRegular', sans-serif;
            margin: 0px;
            background-color: #f5f5f5;
              height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
        }
       
        
        .copy-textarea {
            width: 95%;
            height: 60px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-family: monospace;
            background: #f8f8f8;
            margin: -5px;
        }
        .btn-copy {
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 5px;
        }
        .btn-copy:hover {
            background-color: #180924;
        }
    
       
        h1, h3 {
            text-align: left;
        }
        
        h1{
            font-size: 1.5em;    
        }
        
        .container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
           .widget-section {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 0px;
            background-color: #f4f4f4;
            padding: 20px 0;
            border-radius: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0);
            border: none;
            border-bottom: 2px solid #ddd;
            padding-bottom: 70px;
        }
        .widget-preview {
           flex: 1;
            text-align: center;
            padding: 10px 0 0 0;
                text-align: -webkit-center;
                padding: 0px 0 0 0;
                margin-right: 40px;
    
        }
        .widget-code {
            flex: 1;
        }
        .copy-textarea {
            width: 95%;
            height: 60px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-family: monospace;
            background: #f8f8f8;
                border: 1px solid #999
        }
        .btn-copy {
            display: block;
            margin-top: 10px;
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 0px;
            margin-top: 10px;
            margin-left: -5px;
        }
        
        .btn-copy:hover {
            background-color: #180924;
        }
        
        form {
            
           
            border-radius: 8px;
            max-width: 500px;
            padding-left: 0;
            
        }
        label {
            font-weight: bold;
        }
        input, textarea, select {
            width:100%;
            padding: 8px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 8px;
            margin-bottom: 24px;
            height: 45px;
            font-size: 16px;
        }
        textarea {
            height: 100px;
        }
        .btn-submit, .btn-copy {
            background-color: #180924;
            color: white;
            padding: 18px 25px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            display: block;
            margin: 10px 0;
        }
        
       

        
        .btn-copy{
            margin:0px;
             margin: 0px;
            margin-top: 10px;
            margin-left: -5px;
            
        }
        .btn-submit:hover, .btn-copy:hover {
            background-color: #180924;
        }
        
        .btn-submit{
            font-size: 16px;
            border-radius: 5px;
            padding: 15px 30px;
            background-color: #7466a8;
        }
        

        .btn-submit:hover{
             background-color: #462170;
        }
        
        .scriptCode{
            height:35px;
            
        }
      

        .sidebar {
            width: 340px;
            background-color: white;
            padding: 20px;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
            overflow-y: auto;
            margin-top: 12px;
        }

        .content {
            width: 75%;
            padding: 20px;
            overflow-y: auto;
        }
        
         .widget-bar {
            background-color: #180924;
            color: white;
            padding: 10px;
            font-weight: bold;
            text-align: center;
            border-radius: 4px 4px 0 0;
            background-color: #ccc;
            color: #000;
            padding: 16px;
            font-weight: bold;
            text-align: center;
            border-radius: 4px 4px 0 0;
            margin-bottom: 28px;    
        }
        
         .widget-bar h3{
            margin: 0;
        }
        .copy-confirmation {
                display: inline-block;
                opacity: 0;
                margin-left: 10px;
                font-size: 16px;
                color: green;
                transition: opacity 0.3s ease-in-out;
            }
            
            .copy-confirmation.show {
                opacity: 1;
            }
            
     .site-header {
              background-color: #fff;
              padding: 13px 24px 12px 24px;
              border-bottom: 1px solid #eaeaea;
              box-shadow: 0px 0px 0px 1px rgba(32,47,71,0.03),0px -3px 3px -2px rgba(32,47,71,0.04),0px 2px 7px 0px rgba(32,47,71,0.06),0px 3px 4px -1px rgba(32,47,71,0.08);
            }
            
            .container {
              max-width: 1200px;
              margin: 0;
              display: flex;
              gap: 32px;
              
            }
            
            .logo {
              width: 123px;
              height: 32px;
              margin-top: 2px;
              margin-right: 22px;
            }
            
            .header-nav {
              display: flex;
              gap: 0px;
               font-family: 'Cocosharp', sans-serif;
              
              font-weight: 400;
              font-size: 1rem;
              line-height: 1.5;
              color: #1a1a1a;
            }
            .nav-item {
                    padding: 8px 16px;
                    border-radius: 4px;
                    transition: background 0.3s;
                    cursor: pointer;
                    
                }
            .nav-item a{
                text-decoration: none;
                color: #180924;
            }    
                
            .nav-item:hover{
                background-color: #f0f0f0;
                
            }    
            
              .layout {
                   flex: 1 0 auto; /* Tar all tillgänglig höjd utan att trycka ut footern */
                    display: flex;
                    flex-direction: column; /* ðŸ‘ˆ staplar elementen vertikalt */
                    align-items: center;
                    
                    padding: 50px 20px;
                    text-align: center;
                    padding-bottom: 100px;
                      font-family: 'CocosharpRegular', sans-serif;
                }
                
                
                .layout h1 {
                     font-family: 'Cocosharp', sans-serif;
                  font-size: 52px;
                  margin: 0 auto;
                  font-weight: 600;
                }

      
        
        .layout p.intro {
              font-size: 18px;
                color: #2e2e2e;
                max-width: 940px;
                width: 90%;
                margin: 0 auto;
                line-height: 1.4;
                font-weight: 300;
            }
        
      .price-plans {
          font-family: 'Cocosharp', sans-serif;
          font-size: 14px;
          display: flex;
          color: #180924;
          justify-content: center;
          align-items: stretch; /* Alla boxar lika höga */
          gap: 20px;
          flex-wrap: wrap;
          margin-top: 40px;
        }

.price-plans h3 {
  font-family: 'Cocosharp', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.price-box
    { background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px rgba(32, 47, 71, 0.03), 0px 0px 4px 0px rgba(32, 47, 71, 0.05), 0px 2px 2px 0px rgba(32, 47, 71, 0.1);
    max-width: 280px;
    min-width: 250px;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    color: #180924;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    font-family: 'CocosharpRegular', sans-serif;
}

.price-box h3 {
  font-size: 36px;
  margin: 0 0 10px;
  color: #180924;
}

.price-box p {
  font-size: 16px;
  color: #180924;
  text-align: left;
}

.plan-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #180924;
  margin-bottom: 10px;
}

.fa-solid, .fas {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
  text-align: center;
  color: #462170;
}

.signup-btn {
  margin-top: auto; /* För att trycka ner den till botten */
  background-color: #7466a8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  height: 44px;
  font-weight: 600;
  padding: 12px 24px;
  cursor: pointer;
  box-shadow:
    0px 0px 0px 1px rgba(32, 47, 71, 0.03),
    0px 0px 4px 0px rgba(32, 47, 71, 0.05),
    0px 2px 2px 0px rgba(32, 47, 71, 0.1);
  transition: background-color 0.3s ease;
}

.signup-btn:hover {
  background-color: #462170;
}

.signup-btn2 {
  margin-top: auto; /* För att trycka ner den till botten */
  background-color: #7466a87a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  height: 44px;
  font-weight: 600;
  padding: 12px 24px;
  
  box-shadow:
    0px 0px 0px 1px rgba(32, 47, 71, 0.03),
    0px 0px 4px 0px rgba(32, 47, 71, 0.05),
    0px 2px 2px 0px rgba(32, 47, 71, 0.1);
  transition: background-color 0.3s ease;
}

.contains {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 14px;
     font-family: 'Cocosharp', sans-serif;
}



.signup-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}



.modal-content label {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.modal-content input {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.signup-submit {
  margin-top: 20px;
  background-color: #7466a8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 14px 24px;
  cursor: pointer;
}

.signup-submit:hover {
  background-color: #462170;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
}

b.bold {
    font-family: 'Cocosharp', sans-serif;
}


.free{
    color: #206F6F;
}

.fee{
    color:#FF7569;
}


 .signup-modal {
      display: none;
      position: fixed;
      z-index: 10;
      left: 0; top: 0; width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
      background-color: #fff;
      margin: 100px auto;
      padding: 30px;
      border-radius: 10px;
      max-width: 480px;
      position: relative;
    }

    .close-btn {
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 22px;
      cursor: pointer;
    }

    .modal-content label {
      display: block;
      margin-top: 10px;
      font-weight: 600;
    }

    .modal-content input {
     width: 100%;
    padding: 18px 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    }

    .signup-submit {
        
        background-color: #7466a8;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        height: 44px;
        font-weight: 600;
        padding: 12px 24px;
        cursor: pointer;
        box-shadow: 0px 0px 0px 1px rgba(32, 47, 71, 0.03), 0px 0px 4px 0px rgba(32, 47, 71, 0.05), 0px 2px 2px 0px rgba(32, 47, 71, 0.1);
        transition: background-color 0.3s ease;    
        width: 100%;
    }

    .signup-submit:hover {
      background-color: #462170;
    }

    .site-footer {
        flex-shrink: 0;
        background: #fff;
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 100;
        font-family: 'CocosharpRegular';
        text-align: center;
        padding: 20px 10px;
        margin-top: 40px;
        line-height: 42px;
        padding: 60px 0;
    }
    .site-footer .footer-logo img {
      max-width: 120px;
      margin-bottom: 10px;
    }
    .site-footer .footer-text div {
      margin: 4px 0;
    }
    
    .modal-header-icon {
      text-align: center;
      margin-bottom: 20px;
      color: #7466a8;
    }
    .modal-header-icon i {
      font-size: 32px;
    }
    .modal-header-icon p {
        font-weight: bold;
        font-size: 36px;
        margin: 0 0 10px;
        color: #180924;
        font-family: 'Cocosharp';
    }
    .modal-content h2 {
    margin: 20px 0 20px 0;
    font-size: 18px;
    color: #2e2e2e;
    width: 90%;
    line-height: 1.4;
    font-weight: 300;
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.check-line {
  display: flex;
  gap: 8px; /* justera avstånd mellan ikon och text */
  margin-bottom: 8px;
}

.check-line .material-symbols-outlined {
  color: #6a6a6a; /* valfri färg, t.ex. grön */
  font-size: 24px; /* justera efter behov */
}





