.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3365 .elementor-element.elementor-element-a386d9d > .elementor-widget-container{background-color:#F8F8F8;padding:20px 20px 20px 20px;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3365 .elementor-element.elementor-element-81f7eaf{text-align:start;}.elementor-3365 .elementor-element.elementor-element-67c2edc{text-align:start;}.elementor-3365 .elementor-element.elementor-element-b7e1f3c{text-align:start;}/* Start custom CSS for html, class: .elementor-element-51ab536 */.container {
    color: #fff!important;
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pw-head {
    color: #fff!important;
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    font-size: 1em;
}

input[type="number"],
input[type="range"] {
    width: 100%;
    margin-bottom: 10px;
}

input[type="checkbox"] {
    margin-bottom: 20px;
}
.length-container {
    display: flex;
    align-items: center;
}

#password-length {
    width: 80px;
    margin: 10px 5px;
    background: #ddd;
    border: none;
}


#generated-password {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    word-wrap: break-word;
}
.checkbox-container {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 10px 8px;
}
.checkbox-container label {
    margin-top: 2px;
}
.toggle-container {
    display: flex;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-right: 8px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    }
    
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    }
    
    input:checked + .slider {
    background-color: #0099ff;
    }
    
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    
    .slider.round {
    border-radius: 34px;
    }
    
    .slider.round:before {
    border-radius: 50%;
    }
    #copy-icon-container {
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    .copy-icon {
    width: 24px;
    color: #0099ff;
    cursor: pointer;
    margin-top: 5px;
    }
    #copied-message {
        position: absolute;
        top: 0%;
        left: 75%;
        transform: translateX(-70%);
        margin-top: 0px;
        color: #0099ff;
        font-size: 12px;
    }
/* Responsive Design */
@media (max-width: 600px) {
    .container {
        width: 90%;
        font-size: 14px;
    }
    
    .slider {
        width: 100%;
    }
    
    .toggle-container {
        font-size: 14px;
    }
    
    .copy-icon {
        font-size: 18px;
    }
    
    #copied-message {
        font-size: 12px;
    }
}/* End custom CSS */