﻿/*#components-reconnect-modal {
    display: flex !important;
    opacity: 1 !important;
    background-color: rgb(255 255 255 / 80%) !important;
}

#components-reconnect-modal::before {
    content: &#039;&#039;;
    width: 300px;
    height: 65px;
    background: #BDCBFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

#components-reconnect-modal h5 {
    margin-top: 50px !important;
    padding: .75rem 1.25rem;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    color: #003494;
    background-color: #BDCBFF;
    box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
}

#components-reconnect-modal div {
    border-color: rgb(0 52 148) rgb(89 127 222) rgb(161 180 235) !important;
    margin: auto;
    z-index: 1050;
}

#components-reconnect-modal h5 a {
    color: #092464 !important;
}

#components-reconnect-modal button {
    color: #515151;
    padding: 4px 8px;
    font-size: .875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02857em;
    text-transform: uppercase;
    margin: auto !important;
    background: rgb(46 121 232 / 28%);
    z-index: 1500;
    border: 0;
}*/

.components-reconnect-hide > div,
.components-reconnect-show > div,
.components-reconnect-failed > div,
.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-hide > .hide,
.components-reconnect-show > .show,
.components-reconnect-failed > .failed,
.components-reconnect-rejected > .rejected {
    display: block;
}

.p5 {
    padding-right: 5px;
}

.p10 {
    padding-right: 10px;
}

.myDialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    height: 150px;
    width: 350px;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 16%);
}

.components-reconnect-top {
    background: var(--mud-palette-primary);
    /*background: #6422EB;*/
    display: flex;
    flex-direction: row;
    height: 60px;
    transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    padding: 20px;
    color: white;
    width: 100%;
}

.components-reconnect-bottom {
    /*display: flex;*/
    /*flex-direction: column;*/
    padding: 20px;
}

body {
    height: 100vh;
}

.mud-chip-content {
    user-select: auto !important;
}