@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: visible;
    z-index: 1000;
}

#app {
    background-color: inherit;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #1a1a2e;
    border-radius: 12px;
    padding: 40px 20px;
    color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: visible; /* Prevent clipping of dropdowns and date pickers */
}

.form-container1 {
    align-items: center;
    max-width: 600px;
    width: 100%;
    background-color: #1a1a2e;
    color: #ffffff;
}
.grid-container {
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #1a1a2e;
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-container,
    .grid-container {
        padding: 20px 10px;
    }

        .grid-container .e-grid {
            width: 100% !important;
        }
}

.form-group {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.form-label {
    background-color: #2a2a2a;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.2s;
    pointer-events: none;
}

.form-header {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.submit-button {
    background-color: #3a8efb;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

    .submit-button:hover {
        background-color: #316bb0;
    }

/* Specifically target the floating label (placeholder) text */
.custom-textbox .e-float-text {
    font-weight: bold !important;
    font-size: 14px !important;
    opacity: 1 !important;
    color: white !important;
    z-index: 1000; /* Adjust as needed to avoid stacking conflicts */
}

.custom-textbox .e-input {
    font-weight: bold !important;
    font-size: 20px !important;
    z-index: 1000; /* Adjust as needed to avoid stacking conflicts */
}
.custom-daterange-picker .e-float-text {
    font-weight: bold !important;
    font-size: 14px !important;
    opacity: 1 !important;
    color: white !important;
}

.custom-daterange-picker .e-input {
    font-weight: bold !important;
    font-size: 20px !important;
}

.submit-button2 {
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 20px 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 45%;
    margin-top: 20px;
}
.control-section {
    min-height: 370px;
}
.control-wrapper1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.submit-button3 {
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 20px 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 20px;
}