
/* 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;
}
