body {
    margin: 0;
    background: #f8f8f8;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.background-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  animation: gradientAnimation 10s infinite;
}

 
 /* Header */
header {
    background: #FFFFFF;
    padding: 10px;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    text-decoration: none;
    white-space: nowrap;
}

    .navbar {
      display: flex;
      align-items: center;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
    }

    .navbar-logo {
      margin-right: 5px;
    }

    .navbar-title {
      font-weight: bold;
    }
    
    .navbar-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
    }

    .navbar-toggle-icon {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #333;
      margin-bottom: 4px;
    }

    .navbar-menu {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .navbar-menu li {
      margin-right: 10px;
    }

    .navbar-dropdown {
      position: relative;
    }

    .navbar-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      padding: 10px;
      list-style: none;
      margin: 0;
      display: none;
    }

    .navbar-dropdown:hover .navbar-dropdown-menu {
      display: block;
    }

    /* Main Content */
    .container {
      width: 100%;
      max-width: 1160px;
    }

    .kodemart-tool-title {
      font-weight: 400;
    }

    #dropzone {
      margin-bottom: 20px;
      position: relative;
      border: 2px dashed #00BC7E10;
      border-radius: 12px;
      padding: 40px;
      transition: 0.3s all;
      width: 100%;
      height: 200px;
      background-color: #00BC7E10;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #process-list {
      overflow-y: scroll;
      height: 200px;
      border: 1px solid #ccc;
      padding: 10px;
      margin-top: 10px;
    }

    #progress-bar {
      display: none;
      margin-top: 10px;
    }

    #progress-bar-inner {
      width: 0;
    }

  /* input {
    box-shadow: 1px 1px 6px 2px #f5f5f5;
}*/
.submit_button {
    width: 100%;
    margin-top: 10px;
}

    hr {
        margin: 20px auto;
        width: 50%;
        border-color: #34495e;
    }

    p {
        margin-bottom: 0; 
    }
    
    /* Media Queries */
    @media (max-width: 768px) {
      .navbar-toggle {
        display: block;
      }

      .navbar-menu {
        display: none;
      }

      .navbar-menu.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar-menu li {
        margin-bottom: 10px;
      }

      .navbar-dropdown:hover .navbar-dropdown-menu {
        display: none;
      }
    }
      /* Customize styles here */
        .header-ad {
            background-color: #fff;
            text-align: center;
            padding: 20px 0;
        }
        .footer-ad {
            background-color: #f7f7f7;
            text-align: center;
            padding: 20px 0;
        }
       @media (max-width:600px) {
       .ad_mobile {
    width: 100%;
       }
       }
      
      /* Overlay Adblock  */
  .adblock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }

  .adblock-overlay-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    text-align: center;
  }
  
  .more-tools {
  margin-top: 20px;
}

.more-tools-h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.more-tools-tool-container-wrapper {
  display: flex;
  justify-content: center;
}

.more-tools-tool-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.more-tools-tool {
    width: 200px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    box-shadow: inset 0px -1px 6px 0px #bbb7b7;
}

.more-tools-tool:hover {
  background-color: #fdfdfd;
}

.more-tools-tool a {
  text-decoration: none;
  color: #007bff;
}

.more-tools-thumbnail {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.more-tools-thumbnail i {
  font-size: 40px;
  color: #555555;
}

.more-tools-name {
  margin-top: 10px;
  font-size: 16px;
}

.copy-btn {
            display: none;
        }
        
/** FONTS **/
.sriracha-regular {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.file-drop {
  max-width: 180px; 
  margin: 0 auto;
}
.how-fa {
  font-size: 26px;
}
.how-step {
  text-transform: uppercase;
  color: gray;
}
.how-title {
  font-size: 24px;
  font-weight: 600;
}

.fa-upload {
  color: #00bc7e;
}

.fa-expandx {
  color: #fd9d00;
}

.fa-arrow-down {
  color: #359b27;
}
.form-control {
  padding: .68rem .75rem;
}
        /* Custom styles for form controls */
        .form-group label {
          color: #FFFFFF; /* Label text color */
          margin-bottom: 5px;
          display: block;
      }

      .form-control {
          font-weight: 400;
          font-size: 1rem;
          line-height: 1.4375em;
          letter-spacing: 0.00938em;
          color: rgba(0, 0, 0, 0.87);
          box-sizing: border-box;
          cursor: text;
          align-items: center;
          position: relative;
          border-radius: 8px;
          padding-right: 14px;
      }

      .form-control:focus {
          outline: none;
      }
      
       .custom-select {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: linear-gradient(45deg, #00bc7e, #feb47b);
          color: #000;
          border: none;
          border-radius: 10px;
          padding: 10px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
          width: 100%;
          margin-bottom: 10px;
      }

      .custom-select:focus {
          outline: none;
          box-shadow: 0 0 0 3px rgba(255, 126, 95, 0.5);
      }

      .range-slider::-webkit-slider-thumb:hover {
          background: #1565c0;
      }


      .btn-primary {
          background-color: #00bc7e;
          border: none;
          border-radius: 4px;
          padding: 10px 20px;
          color: white;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
      }

      .btn-primary:hover {
          background-color: #1565c0;
          transform: translateY(-2px);
      }


      .btn-primary {
          background-color: #00bc7e;
          border: none;
          border-radius: 8px;
          padding: 10px 20px;
          color: white;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
      }

      .btn-primary:hover {
          background-color: #1565c0;
          transform: translateY(-2px);
      }
      .input-container, .per {
                            position: relative;
                         
                         }
                         .input-field, .per {
                          width: 100%;
                         }
                         .input-container::after {
                            content: 'px';
                            position: absolute;
                            right: 12px;
                            top: 48%;
                            transform: translateY(-50%);
                            pointer-events: none;
                         }
                         .per::after {
                            content: '%';
                            position: absolute;
                            right: 12px;
                            top: 48%;
                            transform: translateY(-50%);
                            pointer-events: none;
                         }
                         #percentage-container {
                          position: relative;
                          width: 100%;
                        }
                        
                        #percentage-progress {
                          position: absolute;
                          height: 4px;
                          background: #ff8c00; /* Farba pred posuvníkom */
                          border-radius: 12px;
                        }
                        
                        .custom-range {
                          -webkit-appearance: none;
                          width: 100%;
                          height: 4px;
                          background: #91a1b1; /* Farba za posuvníkom */
                          border-radius: 12px;
                          outline: none;#percentage-container {
                            position: relative;
                            width: 100%;
                          }
                          
                          #percentage-container input[type="range"] {
                            -webkit-appearance: none;
                            width: 100%;
                            background: transparent; /* Make background transparent */
                          }
                          
                          #percentage-container input[type="range"]::-webkit-slider-runnable-track {
                            width: 100%;
                            height: 4px;
                            background: #a6caed; /* Farba za posuvníkom */
                            border-radius: 12px;
                          }
                          
                          #percentage-container input[type="range"]::-webkit-slider-thumb {
                            -webkit-appearance: none;
                            width: 18px;
                            height: 18px;
                            background: #00bc7e;
                            border: 1px solid #00bc7e;
                            border-radius: 50%;
                            cursor: pointer;
                            position: relative;
                            z-index: 2;
                          }
                          
                          #percentage-container input[type="range"]::before {
                            content: '';
                            position: absolute;
                            top: 50%;
                            left: 0;
                            height: 4px;
                            background: #ff8c00; /* Farba pred posuvníkom */
                            border-radius: 12px;
                            z-index: 1;
                          }
                          
                          #percentage-container input[type="range"]::-moz-range-track {
                            width: 100%;
                            height: 4px;
                            background: #a6caed; /* Farba za posuvníkom */
                            border-radius: 12px;
                          }
                          
                          #percentage-container input[type="range"]::-moz-range-thumb {
                            width: 18px;
                            height: 18px;
                            background: #00bc7e;
                            border: 1px solid #00bc7e;
                            border-radius: 50%;
                            cursor: pointer;
                            position: relative;
                            z-index: 2;
                          }
                          
                          #percentage-container input[type="range"]::-ms-track {
                            width: 100%;
                            height: 4px;
                            background: transparent; /* Make background transparent */
                            border-color: transparent;
                            color: transparent;
                          }
                          
                          #percentage-container input[type="range"]::-ms-fill-lower {
                            background: #ff8c00; /* Farba pred posuvníkom */
                            border-radius: 12px;
                          }
                          
                          #percentage-container input[type="range"]::-ms-fill-upper {
                            background: #a6caed; /* Farba za posuvníkom */
                            border-radius: 12px;
                          }
                          
                          #percentage-container input[type="range"]::-ms-thumb {
                            width: 18px;
                            height: 18px;
                            background: #00bc7e;
                            border: 1px solid #00bc7e;
                            border-radius: 50%;
                            cursor: pointer;
                            position: relative;
                            z-index: 2;
                          }
                          
                          -webkit-transition: .2s;
                          transition: opacity .2s;
                          position: relative;
                          z-index: 1;
                        }
                        
                        .custom-range::-webkit-slider-thumb {
                          -webkit-appearance: none;
                          appearance: none;
                          width: 18px;
                          height: 18px;
                          background: #00bc7e;
                          border: 1px solid #00bc7e;
                          cursor: pointer;
                          border-radius: 50%;
                          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
                        }
                        
                        .custom-range::-moz-range-thumb {
                          width: 18px;
                          height: 18px;
                          background: #00bc7e;
                          border: 1px solid #00bc7e;
                          cursor: pointer;
                          border-radius: 50%;
                          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
                        }
                             
#fileInput {
  display: none;
}
.joker {
  position: relative;
}
.newdim {
  position: absolute;
  right: 8px;
  bottom: 7px;
  color: #FFFFFF;
  padding: 4px 16px;
  background: #1b1b1b;
  border-radius: 20px 0 13px 0;
  font-weight: 500;
  font-size: 15px;
}
.form-control:focus {
  border: 1px solid #00bc7e;
  box-shadow: none;
}
label {
  display: block;
  font-size: 15px;
  padding-bottom: 4px;
  font-weight: 600;
}

.thumbnail {
  max-height: 300px;
}

.pio {
  padding: 24px 20px;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 1px solid #e5e7eb;
}
.mio {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #FFFFFF;
  color: rgb(232, 0, 0);
  font-size: 1rem;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e5e7eb;
}
.remove-btn:hover {
  background: #FFFFFF;
  color: rgb(232, 0, 0);
  border: 2px solid #e5e7eb;
}
.zolox {
  font-weight: 600;
}
.resize-text {
  font-size: 1.25rem;
}

h2 {
  font-weight: 600;
}

.color-grey {
  color: #4b5563;
}
.fa-arrow-up-from-bracket {
  font-size: 32px;
  color: #267c5f;
}

.cropper-container {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.main {
  background: #FFFFFF;
}
footer {
  background: #FFFFFF;
}