body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 0;
}


.clearHelp {
    color: red;
    font-size: inherit;
    font-weight: bold;
    cursor: help;
    position: relative;
}

.clearHelp:hover::after {
    content: "By clicking this button all asset inventory will be deleted, if any.";
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 260px;
    padding: 8px;
    background: white;
    color: black;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1000;
}



.header {
    background: #1f4e79;
    color: white;
    padding: 20px;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

h1 {
    color: white;
}
h2,
h3 {
    color: #1f4e79;
    margin-top: 0;
}

label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
}

button,
.btn {
    background: #1f4e79;
    color: white;
    border: none;
    padding: 9px 18px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;

    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 145px;
    text-align: center;
    box-sizing: border-box;
}

button:hover,
.btn:hover {
    background: #163a5b;
}

.show-password-button {

    background: white;
    color: black;

    border: 1px solid #cccccc;

    width: 45px;
    min-width: 45px;

    height: 35px;

    padding: 0;

    margin-top: 0;

    font-size: 18px;

    border-radius: 6px;

    cursor: pointer;

}

.show-password-button:hover {

    background: #f4f4f4;

}


.progress {
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

pre {
    background: #f7f7f7;
    color: #000000;
    padding: 20px;
    border-radius: 6px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.radio-option input {
    width: auto;
    margin-right: 10px;
}

.radio-option label {
    display: inline;
    margin: 0;
    font-weight: normal;
}

button.btn:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.7;
}


.print-footer {
    display: none;
}


#printInventory {
    display: none;
}

.printAssetEntry {
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.printAssetEntry h3 {
    margin-top: 8px;
    margin-bottom: 3px;
}

.printAssetEntry p {
    margin: 2px 0;
}




@media print {

    .header {
        display: none;
    }

    button {
        display: none;
    }

    /*
       Hide controls and instructions
       that should not appear in the printed
       Asset Inventory.
    */

    input,
    select {
        display: none;
    }

    .progress {
        display: none;
    }

    @page {
        margin: 15mm 15mm 25mm 15mm;
    }

    .container {
        max-width: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    /*
       Compact printing
    */

    body {
        background: white;
        font-size: 10pt;
        line-height: 1.15;
    }

    h2 {
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 18pt;
    }

    h3 {
        margin-top: 6px;
        margin-bottom: 4px;
        font-size: 12pt;
    }

    p {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    hr {
        margin: 6px 0;
    }

	
#assetContainer {
    display: none;
}

#printInventory {
    display: block;
}	
	
	
    .assetBox {
        page-break-inside: avoid;
        margin: 0;
        padding: 0;
    }

    .assetBox h3 {
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .assetBox label {
        display: none;
    }

    .assetBox br {
        display: none;
    }

    /*
       Hide the form fields themselves
       because the printed version will
       show a compact text summary instead.
    */

    .assetBox input,
    .assetBox select {
        display: none;
    }

    /*
       Hide explanatory text at the bottom
       during printing.
    */

    .assetBox + button,
    #assetContainer + button,
    #assetContainer ~ p,
    #assetContainer ~ label {
        display: none;
    }

    #willText {
        padding-bottom: 30mm;
    }

    .print-footer {
        display: block;
        position: fixed;
        bottom: 0mm;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 9pt;
        color: #777777;
    }

.terms-acceptance {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.terms-acceptance input {
    width: auto;
    margin-right: 10px;
}

.terms-acceptance label {
    display: inline;
    margin: 0;
    font-weight: normal;
}	
		
}

.password-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.password-box input {
    flex: none;
    width: 70% !important;
}
.show-password-btn {
    width: 45px;
    min-width: 45px;
    height: 42px;
    margin-top: 0;
    margin-left: 5px;
    padding: 0;
    background: white;
    color: #1f4e79;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 18px;
}

.show-password-btn:hover {
    background: #f4f6f9;
}

.login-input {
    width: 70% !important;
}

/* Locked testator name field */
input[readonly] {
    background-color: #eeeeee;
    cursor: not-allowed;
}