@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%;
    display: flex;
    flex-direction: column;
}

#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;
    }


/* DxGrid */
.grid-command-icons { /* Grid command icons position */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bold {
    text-shadow: 0 0 .5px currentColor, 0 0 .5px currentColor;
}

.btn-delete {
    transition: color 0.2s;
}
    .btn-delete:hover,
    .btn-delete:focus {
        color: #a30000 !important;
    }

.center-middle {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    margin-top: 5px;
}

.flexGrid { /* Toolbar buttons */
    flex: 1 1 auto;
    overflow-y: auto;
}

dxbl-grid { /* Rounded grid corners */
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0px 0px 20px #0000001a;
}

.dxbl-client-component {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0px 0px 20px #0000001a;
}

/* DxButtons */
.dxbl-btn {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Poppins-SemiBold", Helvetica;
    text-align: center;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}

/* DxInputs */
.dxbl-text-edit {
    border-radius: 4px 0px 0px 4px;
    background-color: #e6eff9;
    border-color: #e6eff9;
    align-items: center;
    overflow: hidden;
}

.btn-submit {
    border-radius: 30px;
    background-color: #6BCB00;
    border-color: #6BCB00;
}

.btn-clear {
    border-radius: 30px;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}

.btn-addNew {
    border-radius: 30px;
    background-color: #02145C;
    border-color: #02145C;
}

.btn-thank {
    border-radius: 30px;
    background-color: #02145C;
    border-color: #02145C;
}