/* Minification failed. Returning unminified contents.
(77,30): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(78,25): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(84,34): run-time error CSS1039: Token not allowed after unary operator: '-secondary-main-color'
(101,19): run-time error CSS1046: Expect comma, found '16'
(101,24): run-time error CSS1046: Expect comma, found ')'
(106,19): run-time error CSS1046: Expect comma, found '16'
(106,24): run-time error CSS1046: Expect comma, found ')'
 */
body {
    background: #E8EBF5;
}

/* Override global button colors for login pages only */
body .btn.primary-button.search-button-size {
    background-image: linear-gradient(334deg, #464B9A, #464B9A) !important;
    color: white !important;
}

body .btn.primary-button.search-button-size:hover {
    background-image: linear-gradient(334deg, #333775, #333775) !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

body .btn.primary-button.search-button-size:active {
    background-image: linear-gradient(334deg, #333775, #333775) !important;
}

.copyright-text {
    position: sticky;
    bottom: 15px;
    right: 20px;
    font-size: 12px;
    float: right;
    z-index: 1000;
}

#unauthenticatedContainer {
    display: flex;
    justify-content: space-around;
}

#unauthenticatedForm {
    background: white;
    border-radius: 5px;
    width: 400px;
    margin-left: 30px;
}

.info-label {
    margin: 1rem;
    font-weight: 400;
}

.title-info-label {
    text-align: center
}

.action {
    display: flex;
    flex-direction: row;
}

    .action .login-button {
        width: 100%;
        border: none;
        padding: 18px;
        cursor: pointer;
        text-transform: uppercase;
        background: #e8e9ec;
        color: #777;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
        letter-spacing: 0.2px;
        outline: 0;
        transition: all .3s;
        text-align:center;
        font-weight:500;
    }

        .action .login-button:hover {
            background: #d8d8d8;
        }

        .action .login-button:nth-child(2) {
            background: var(--main-color);
            color: var(--text-color);
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 4px;
        }

            .action .login-button:nth-child(2):hover {
                background: var(--secondary-main-color);
            }

.CALogo {
    width:100px;
    margin: 20px auto;
    display:block;
}

.checkbox {
    margin-left:1rem;
}

.register-header {
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 0px;
    color: rgb(13 16 97) !important;
    align-content: center;
}

.label-text {
    color: rgb(13 16 97) !important;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.register-button {
    border-radius: 4px !important;
}
.login-headers, .register-header {
    font-size: 46px;
    font-weight: 400;
    color: #212529 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.product-name {
    font-size: 45px;
    font-weight: 700;
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

.error-block {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    padding-bottom: 11px;
    font-weight: 400;
    font-size: 17px;
}

.sbom-header {
    background: linear-gradient(to bottom, #311482 60%, #00A4BB 90%);
}

.manager-header {
    background: linear-gradient(to bottom, #E8A601 0%, #F6C200 50%, #FFE18D 100%);
}

.login-mb-3 {
    padding-bottom: 10px;
}

.login-mb-3 .form-control {
    height: 40px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 12px 16px;
    background-color: #FFFFFF;
    color: #374151;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.login-mb-3 .form-control:focus {
    border-color: #0D1061;
    box-shadow: 0 0 0 3px rgba(13, 16, 97, 0.1);
    outline: none;
}

.login-mb-3 .form-control::placeholder {
    color: #9CA3AF;
    font-weight: 400;
}

#contentContainer {
    min-height: 0vh;
}

body {
    font-size: 12px;
}

/* Password visibility toggle styles */
.password-field-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-field-wrapper .form-control {
    padding-right: 40px;
}

.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    padding: 5px;
    z-index: 10;
}

.password-toggle-icon:hover {
    color: #495057;
}

.password-toggle-icon:focus {
    outline: none;
    color: #007bff;
}

.sbom-about-content {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
}
