.slideContainer {
    width: 100%;
}

#slider {
    margin: 20px 0 !important;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f26b38;
    border: solid 1px #f26b38;
    cursor: grab;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f26b38;
    border: solid 1px #f26b38;
    cursor: grabbing;
}

.td-0 {
    padding: 12px 5px 12px 1px;
}

.text-orange {
    color: #f26b38 !important;
}

#customize {
    margin-top: 10px;
}

#generated {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

#pass_bar {
    margin: 0 !important;
    /*width: 100% !important;*/
    color: var(--primary-font-color);
    height: 3px;
}

#pass_text {
    text-align: right;
    padding-top: 4px;
}

#options {
    padding-top: 25px;
    width: 100% !important;
}

#passOptions {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

#passOptions tr, td {
    border: 0 !important;
    border-bottom: none !important;
    padding: 0 !important;
}

#passOptions td:nth-last-child(1) {
    text-align: right;
}