.select {
    background-color: #292929;
    padding: 5px 15px;border: 1px solid #222222;
    border-radius: 15px; width: 400px;height: 55px;font-family: 'Poppins2';font-display: swap;
    font-size: 20px;color:white; 
    appearance: none;margin-bottom: 15px;max-width: 100%;
  }

  select::-ms-expand {
    display: none;
}


.za-tit{font-family: 'Poppins2';font-display: swap;font-size: 35px;text-align: center;margin-top: 30px;user-select:none;}
.za-in-bo{display: inline-block;text-align: center;width: 100%;margin-top: 10px;}

.za-in{min-height: 270px; width: 40%;display: inline-block;margin-right: 80px;padding: 20px;
background-color: rgb(44, 44, 44);color: white;font-size: 18px;border-radius: 20px;
font-family: 'Poppins2';font-display: swap;vertical-align: top;height: auto;text-align: left;
word-wrap:break-word;max-height: 500px;overflow-y:auto;max-width: 75%;
}

.za-in {
    outline-width: 0;border: none;outline: none;
}


.za-set-box{margin: 30px auto;width: 400px;padding: 40px;border: 3px solid #222222;border-radius: 20px;max-width: 75%;
  user-select: none;
}


.za-in2{width: 40%;display: inline-block;margin-right: 80px;padding: 0px 20px;user-select:none;
    color: white;font-size: 18px;margin-top: 40px;min-width: 170px;
    font-family: 'Poppins2';font-display: swap;vertical-align: top;height: 30px;text-align: left;
    }

.za-set2{padding: 15px 20px 15px 20px;background-color: transparent;border: 1px solid #222222;margin-bottom: 10px;
    border-radius: 15px; width: 360px;height: 25px;font-family: 'Poppins2';font-display: swap;
    font-size: 20px;color: rgb(145, 145, 145);}

    .za-set3{padding: 15px 20px 15px 20px;background-color: transparent;border: 1px solid #222222;margin-bottom: 10px;
        border-radius: 15px; width: 360px;height: 25px;font-family: 'Poppins2';font-display: swap;background-color: #222222;
        font-size: 20px;color: rgb(255, 255, 255);}
        .txt2{display: none;}

@media only screen and (max-width: 1230px) {
    .za-in{width: 90%;margin-bottom: 50px;margin-left:auto ;margin-right: auto;
        }
        #za-tit{display: none;}
        .txt2{display: block;margin-bottom: 10px;margin-left: 27px;}

        .za-set2{width: 85%;margin-left: auto;margin-right: auto;}
        
            .za-set3{width: 85%;margin-left: auto;margin-right: auto;}
        
}

@media only screen and (max-width: 530px) {
    .za-set-box{margin: 30px auto;width: 87%;padding: 40px 20px;border: 3px solid #222222;border-radius: 20px;
    }
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #222222 #363636;
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #202020;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2c2c2c;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #303030;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #3d3d3d;
  }


  * {
    scrollbar-width: thin;
    scrollbar-color: #222222 #363636;
  }
  
  /* Chrome, Edge and Safari */
  .za-in::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  .za-in::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #2c2c2c;
  }
  
  .za-in::-webkit-scrollbar-track:hover {
    background-color: #2c2c2c;
  }
  
  .za-in::-webkit-scrollbar-track:active {
    background-color: #2c2c2c;
  }
  
  .za-in::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #202020;
  }
  
  .za-in::-webkit-scrollbar-thumb:hover {
    background-color: #202020;
  }
  
  .za-in::-webkit-scrollbar-thumb:active {
    background-color: #202020;
  }
  
  #kontener-left{display: inline-block;width: 150px;height: 100vh;vertical-align: top;position: fixed;top: 50px;border-right: 2px solid #3d3d3d;}
  .kontener-left-option{text-align: center;font-size: 20px;font-family: 'Poppins2';font-display: swap;
    padding-bottom: 20px;margin-top: 15px;border-bottom: 1px solid #3d3d3d;cursor: pointer;user-select: none;}
  #kontener{display: inline-block;width: calc(100% - 160px);margin-left: 160px;max-width: calc(100% - 160px);}


  @media only screen and (max-width: 570px) {
    #kontener-left{width: 120px;}
    .kontener-left-option{font-size: 17px;}
    #kontener{display: inline-block;width: calc(100% - 130px);margin-left: 130px;max-width: calc(100% - 130px);}
  }

  
 #kopiuj{color: rgb(204, 204, 204);font-family: 'Poppins2';font-display: swap;font-size: 20px;
    width: 89px;height: 40px;border: 3px solid #252525;line-height: 40px;margin: 20px auto 60px auto;
    padding: 3px 30px;border-radius: 25px;text-align: center;cursor: pointer;user-select: none;
    transition: 0.3s ease;}
  
#kopiuj:hover{border: 3px solid #2194d8;color: rgb(255, 255, 255);}


.licznikarea{outline: none;border: none;font-family: 'Poppins2';font-display: swap;font-size: 15px;border-radius: 15px;padding: 10px;}


#textarea-index{background-color: white;border-radius: 15px;width: 550px;height: 300px;margin: 30px auto;text-align: left;
padding: 9px;
      
text-decoration: none;cursor:text;
color: rgb(15, 15, 15);
}




@media only screen and (max-width: 1050px) {
    #textarea-index{width: 50%;}
}

@media only screen and (max-width: 950px) {
    #textarea-index{width: 60%;}
}

@media only screen and (max-width: 850px) {
    #textarea-index{width: 65%;}
    
}

@media only screen and (max-width: 750px) {
    #textarea-index{width: 75%;}
}



.roma-app-showcase {
    position: relative;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: block;
  }

  .roma-app-header-section {
    padding: 36px 32px 24px;
    position: relative;
    z-index: 10;
  }

  .roma-app-title-main {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
  }

  .roma-app-mockup {
    padding: 0 32px 36px;
    position: relative;
  }

  .roma-app-window {
    padding: 24px;
    position: relative;
    overflow: hidden;
  }


  .roma-color-wheel-container {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 15px;
  }

  .roma-color-wheel {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(
      #FF6B6B 0deg,
      #FFD93D 60deg,
      #6BCF7F 120deg,
      #4ECDC4 180deg,
      #A78BFA 240deg,
      #FF6B9D 300deg,
      #FF6B6B 360deg
    );
    animation: romaRotate 20s linear infinite;
    position: relative;
  }

  .roma-color-wheel::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, #1a1a1a 40%, transparent 70%);
    border-radius: 50%;
  }

  .roma-color-picker-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #0a0a0a;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6),
                0 0 0 2px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 5;
  }

  .roma-app-showcase:hover .roma-color-picker-dot {
    transform: scale(1.3);
  }

  .roma-picker-1 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    animation: romaFloat1 3s ease-in-out infinite;
  }

  .roma-picker-2 {
    top: 50%;
    right: 15%;
    animation: romaFloat2 3.5s ease-in-out infinite;
  }

  .roma-picker-3 {
    bottom: 20%;
    left: 25%;
    animation: romaFloat3 4s ease-in-out infinite;
  }

  @keyframes romaPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }

  @keyframes romaRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @keyframes romaFloat1 {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, -8px); }
  }

  @keyframes romaFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0, 8px); }
  }

  @keyframes romaFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-8px, 0); }
  }


