﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.page-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #1a1a1a;
}

.page-subtitle {
    font-size: 14px;
    color: #ccc;
    margin: 4px 0 24px 0;
}

.password-container {
    background-color: #0a1023;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    width: 100%;    
}

.top-row {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.bottom-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px; 
}

.labelColor {
    color: #fff;
}

.btCopy{
    width:130px;
}
.generate-btn {
    background-color: #0066ff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}

    .generate-btn:hover {
        background-color: #0052cc;
    }

.settings-container {
    background-color: #f5f6f9;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.settings-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.character-set-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.checkbox-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.length-controls {
    display: flex;
    gap: 16px;
    align-items: center;
}

.length-input {
    width: 60px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.length-slider {
    flex: 1;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    appearance: none;
}

    .length-slider::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        background: #0066ff;
        border-radius: 50%;
        cursor: pointer;
        border: 3px solid white;
        box-shadow: 0 0 0 1px #0066ff;
    }

input {
    max-width: 100% !important;
}


html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

    .wrapper:after {
        content: "";
        display: block;
        height: 50px;
    }

footer, .footer {
    height: 50px;
    line-height: 50px;
}

#tableSearch {
    padding: 5px;
    border: 1px solid #ddd;
}