
/* style.css */
* {
    font-size: 14px;
}


.my-reconnect-modal-old2 > div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.73);
    font-family: Kanit, sans-serif;
    backdrop-filter: blur(6px);
}

.my-reconnect-modal-2 > div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #eef1f9;
    background-color: rgba(255, 46, 46, 0.1);
    font-family: Kanit, sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    backdrop-filter: blur(6px);
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: flex;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: flex;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: flex;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: flex;
}

.data-row-value {
    word-break: break-all;
}


/*Theme*/

.e-input-group {
    border-radius: 5px !important;
    border: 2px solid #f1f1f1 !important;
}

    .e-input-group:hover {
        border: 2px solid rgba(57, 106, 255, 0.15) !important;
    }

input.e-control {
    border-radius: 5px !important;
    border: 2px solid white !important;
}


input.e-input {
    border-radius: 5px !important;
    border: 2px solid white !important;
    height: 38px !important;
}

.e-control {
    border-radius: 5px !important;
    /*border: 5px solid white !important;*/
    border-top: 0px solid white !important;
    border-left: 0px solid white !important;
    border-right: 0px solid white !important;
}

.e-dialog {
    border-radius: 5px !important;
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px !important;
}

.e-row {
    height: 40px;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: black !important;
}

.e-grid .e-rowcell, .e-grid .e-groupcaption, .e-grid .e-indentcell, .e-grid .e-recordplusexpand, .e-grid .e-recordpluscollapse, .e-grid .e-rowdragdropcell, .e-grid .e-detailrowcollapse, .e-grid .e-detailrowexpand, .e-grid .e-detailindentcell, .e-grid .e-detailcell {
    border-color: #eef1f9;
}

.e-grid.e-gridhover .e-gridcontent tr.e-row:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #f8f9fd5c !important;
    color: #396aff !important;
}

.e-grid .e-gridheader {
    border-top-color: white !important;
    color: #536883 !important;
}

.e-grid .e-rowcell {
    font-size: 14px !important;
}

.validation-message {
    word-break: break-all;
}

#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;
    }

.df-example {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
    margin: 32px 0px;
}

    .df-example::before {
        content: attr(data-label);
        display: block;
        position: absolute;
        top: -15px;
        left: 5px;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: inherit;
        padding: 0 5px;
    }

    .df-example .form-control {
        font-size: 14px;
    }

#SeamlessBalance {
    -webkit-text-security: disc;   
}

.icon-eye-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-eye-open:hover {
        color: #2a51c9;
    }

.icon-eye-hide {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-eye-hide:hover {
        color: #2a51c9;
    }