body {
    background-color: #000066;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #FFFFFF;
}

.address-dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #1a1a4e;
    border: 1px solid #4444aa;
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
}

.address-dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
    color: #ffffff;
}

.address-dropdown-item:hover {
    background: #3333aa;
}

.dfd-soft-margin {
	max-width: 1280px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.dfd-vertical-margin {
	margin: 2rem 0;
    position: relative;
}

.main-header {
    text-align: center;
    color: #FFFFFF;

    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

.downline-frame {
    margin: 1rem;
    padding: 2rem;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background-color: #4d4dff;
    text-align: center;

    h2 {
        margin-top: 0;
    }
}

.link-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
}

.link-button {
    text-decoration: none;
    color: #000066;
    background: #FFFFFF;
    padding: 0.75rem;
    border-radius: 5px;
    display: inline-block;

    &:hover {
        background-color: #000066;
        color: #FFFFFF;
    }
}

.date-time-frame {
    margin-top: 2rem;
    margin-bottom: 0;
}

.form-row {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    position: relative;

    label {
        font-weight: bold;
        margin-right: 0.5rem;
        /* min-width: 8rem; */
        width: 100%;
        display: inline-block;
		margin-bottom: 0.5rem;
    }

    input[type="text"], input[type="number"],input[type="date"], input[type="datetime-local"], select, textarea {
        border-radius: 6px;
        border: 2px solid #000066;
        padding: 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    .required-marker {
        color: #c0392b;
    }

    .field-error {
        display: block;
        color: #c0392b;
        font-size: 0.85rem;
        margin-top: 0.25rem;
    }
}

.dialog-buttons {
    display: block;

    input {
        display: inline-block;
        margin-right: 1rem;
        cursor: pointer;
    }
}

button, .button, .button-a {
	cursor: pointer;
	background: #e3e3e3;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	color: #000000;
	text-decoration: none;
	border: none;
	display: inline-block;

	&:hover {
		filter: brightness(0.8);
	}
}

#step-2, #step-3 {
    display: none;
}

.notification-text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.25rem;
}

.span-title {
    font-weight: bold;
}

.down-system {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 1rem;

    &:last-child {
        border-bottom: none;
    }
}

.overdue-span {
    color: #FF0000;
    font-weight: bold;
}

.help-section {
    text-align: left;
}

.help-section {
    ul {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 640px) {
	.dfd-soft-margin {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
}

@media screen and (min-width: 768px) {
	.dfd-soft-margin {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}