/* #qrcode {
    margin-top: 20px;
border: 1px solid #000;
border-radius: 8px;
width: 250px;
height: 250px;
position: relative;
margin-left: 150px;
}
.qrForm {
.qr-list {
    margin-top: 20px;
}
input {
  width: 100%;
background-color: #ffffff;
}
.input::placeholder {
  color: #333333;
}
.btn {
  background-color: #ffffff;
border: 1px solid #333333;
border-radius: 8px;
color: #333333;
font-size: 16px;
font-weight: 600;
padding: 12px;
display: block;
width: 100%;
}
}
.qr-steps {
background-color:#000000;
border-radius:4px;
padding:4px;
color:#ffffff;
text-align: center;
font-size:12px;
font-weight:600;
}
.color-option {
  border: 1px solid;
flex-basis: 16%;
margin-right: 10px;
cursor: pointer;
border-radius: 100px;
height: 40px;
margin-bottom: 10px;
margin: 10px;
border: 1px solid #333333;
min-width: 40px;
}
.color-black { background-color: #000000; }
.color-grey { background-color: #333333; }
.color-blue { background-color: #3e85e0; }
.color-red { background-color: #cf0101; }
.color-pink { background-color: #ff006a; }
.color-orange { background-color: #ff7b00; }
.color-yellow { background-color: #fffb00; }
.selected {
    border: 2px solid yellow; 
}

@media (max-width: 768px) {
  #qrcode {
    position: static;
    margin-left: 0;
}
}
*/

.qr-steps {
      background-color: #515151;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: -26px;
    width: fit-content;
}

#qrCanvas {
            border: 1px solid #ccc;
            width: 200px;
            height: 200px;
        }

        #svgEye {
            width: 250px;
            height: 250px;
        }
        
        .qrFormstyle {
            .color-input {
        border: none;
        border-radius: 100px;
        height: 50px;
        padding: 25px;
        cursor: pointer;
        background: conic-gradient(red, yellow, green, cyan, blue, magenta, red);
    }
    .color-input::-webkit-color-swatch {
        border-radius: 100px; /* Apply border-radius for WebKit browsers */
    }
    .color-input::-moz-color-swatch {
        border-radius: 100px; /* Apply border-radius for Firefox */
    }
    }

    .radio-qrs {
        display:flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;

        input[type="radio"] {
    display: none;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.radio-color {
    width: 100%; 
    height: 20px; 
    display: block; 
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s;
}
.red-color { background-color: #e11d1d;}
.yellow-color { background-color: #ffff00;}
.blue-color { background-color: #2b2b7f;}
.orange-color { background-color: #ff9b05;}
.green-color { background-color: #84cd34;}
.purple-color { background-color: #994c99;}
.black-color { background-color: #000000;}
.pink-color { background-color: #f33283;}
.custom-color { background: conic-gradient(red, yellow, green, cyan, blue, magenta, red);}

.radio-color:hover {
    transform: scale(1.1);
}

.radio-qrs-col {
        flex-basis: 10%;
        padding: 10px;
        position: relative;
    }
    .radio-qrs-col-img {
        width: 50px;
        height: 50px;
        border: 1px solid #eeeeee;
        border-radius: 10px;
        transition: .2s ease-in-out;
        cursor: pointer;
    }
    .radio-qrs-col-img:hover {
      border: 1px solid #000000;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    }
    .radio-qrs-color-col {
        flex-basis: auto;
        padding: 10px;
    }
    .radio-qrs-col img {
        width: 50px;
        height: 50px;
        border: 1px solid #eeeeee;
        border-radius: 10px;
        transition: .2s ease-in-out;
        cursor: pointer;
    }
    .radio-qrs-col img:hover {
      border: 1px solid #000000;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    }

input[type="radio"]:checked + .radio-qrs-col-img {
    border: 1px solid #000000;
    border-radius: 8px;
    height: 50px;
    width: 50px;
    }

    .background-qr-color, .outer-eye-color, .middle-eye-color, .outer-eye-color, .eyecon-color, .grid-color {
    /*border-radius: 100px;
    width: 20px;
    height: 20px;
    padding: 35px;*/
    }
  }

    .qr-color-choices {
.color-radio-old {
    display: inline;
    align-items: center;
    margin: 10px;
}
input[type="radio"] {
    display: none; /* Hide the default radio button */
}
input[type="color"] {
    display: none;
}
.radio-circle {
    width: 50px; 
    height: 50px; 
    display: inline-block; 
    border-radius: 100px;
    cursor: pointer; /* Change cursor to pointer */
    transition: transform 0.2s; /* Transition for scaling effect */
}
.red-color { background-color: #e11d1d;}
.yellow-color { background-color: #ffff00;}
.blue-color { background-color: #2b2b7f;}
.orange-color { background-color: #ff9b05;}
.green-color { background-color: #84cd34;}
.purple-color { background-color: #994c99;}
.black-color { background-color: #000000;}
.pink-color { background-color: #f33283;}
.custom-color { background: conic-gradient(red, yellow, green, cyan, blue, magenta, red);}
/* Scale effect on hover */
.radio-circle:hover {
    transform: scale(1.1);
}
/* Change appearance when selected */
input[type="radio"]:checked + .radio-circle {
    border: 2px solid white; /* Add a border to the selected item */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional shadow effect */
}
    }

.btn {
    border-radius: 8px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px;
    }
    button {
        margin-left: 10px;
      }

      .qr-generator-box {
        background-color: #ffffff;
        border: 1px solid #cbcbcb;
        border-radius: 20px;
        padding: 15px;

        input[type="color"] {
          padding: 0;
          width: 100%;
          background-color: #ffffff;
          border-radius: 20px;
          border: 1px solid #eeeeee;
        }

        input[type="text"] {
            width: 100%;
            padding: 20px;
            border: 1px solid #eeeeee;
            border-radius: 8px;
            font-size: 14px;
            color: #333333;
            background-color: #eeeeee;
        }
        input::placeholder {
            font-size: 14px;
            color: #333333;
        }
      }

      @media (max-width: 768px) {
      #qrCanvas {
        width: 300px;
        height: 300px;
      }
    }