/* /Components/CreateServer.razor.rz.scp.css */
div[b-sm8vpfd6o2] {
    width:100%
}
.property-title[b-sm8vpfd6o2] {
    width: 300px;
    height: 35px;
}
.property-value[b-sm8vpfd6o2] {
    width: 300px;
    display: inline-flex;
    height: 35px;
    /*display: -webkit-inline-flex;*/
}
input[b-sm8vpfd6o2],
select[b-sm8vpfd6o2] {
    width: 100%;
    max-width:300px;
}
input[type='number'][b-sm8vpfd6o2] {
    width: 100%;
    max-width: 70px;
}

input[type='checkbox'][b-sm8vpfd6o2] {
    width: auto;
}

/*
    slider instead of checkbox
    https://www.w3schools.com/howto/howto_css_switch.asp
*/
.switch[b-sm8vpfd6o2] {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input[b-sm8vpfd6o2] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider[b-sm8vpfd6o2] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider[b-sm8vpfd6o2]:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider[b-sm8vpfd6o2] {
    background-color: #2196F3;
}

input:focus + .slider[b-sm8vpfd6o2] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-sm8vpfd6o2]:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.slider.round[b-sm8vpfd6o2] {
    border-radius: 34px;
}

.slider.round[b-sm8vpfd6o2]:before {
    border-radius: 50%;
}
/*
    slider instead of checkbox
*/
/* /Components/ServerList.razor.rz.scp.css */
.server[b-lbdwaevxxn] {
    width: 400px;
    margin-bottom: 20px;
}
.server div[b-lbdwaevxxn] {
    display: flex;
}
.server span.name[b-lbdwaevxxn] {
    width: 150px;
    padding-left: 10px;
}
.session-started[b-lbdwaevxxn] {
    border: solid black 1px;
}
.session-stopped[b-lbdwaevxxn] {
    border: solid red 1px;
    opacity: .5;
}
.server span.value[b-lbdwaevxxn] {
    padding-left: 10px;
}

.control-buttons[b-lbdwaevxxn] {
    position: relative;
    height: 30px;
}
.control-buttons-panel[b-lbdwaevxxn] {
    position: absolute;
    right: 5px;
    top:5px;
}
.control-buttons-panel div[b-lbdwaevxxn] {
    height: 20px;
    width: 20px;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    transition: .3s;
}
.remove-button[b-lbdwaevxxn] {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z" fill="white"/> </svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

.stop-button[b-lbdwaevxxn] {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.58579 8.58579C8 9.17157 8 10.1144 8 12C8 13.8856 8 14.8284 8.58579 15.4142C9.17157 16 10.1144 16 12 16C13.8856 16 14.8284 16 15.4142 15.4142C16 14.8284 16 13.8856 16 12C16 10.1144 16 9.17157 15.4142 8.58579C14.8284 8 13.8856 8 12 8C10.1144 8 9.17157 8 8.58579 8.58579Z" fill="white"/> </svg>');
    background-repeat: no-repeat;
    background-size: cover;
}
.start-button[b-lbdwaevxxn] {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM10.6935 15.8458L15.4137 13.059C16.1954 12.5974 16.1954 11.4026 15.4137 10.941L10.6935 8.15419C9.93371 7.70561 9 8.28947 9 9.21316V14.7868C9 15.7105 9.93371 16.2944 10.6935 15.8458Z" fill="white"/> </svg>'); background-repeat: no-repeat;
    background-size: cover;
}
/* https://www.svgrepo.com/collection/solar-bold-icons/22 */
/* /Components/Tabs/Tabs.razor.rz.scp.css */
/* https://codepen.io/hluebbering/pen/PoaWLrw */
body[b-ussmww59br] {
    padding: 0;
    margin: 0;
}

.wrapper[b-ussmww59br] {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(#141e30, #243b55);*/
}

.container[b-ussmww59br] {
    padding: 20px 0;
    text-align: center;
    width: 90%;
    margin: auto;
}

.tabs[b-ussmww59br] {
    width: 100%;
    text-align: left;
    /*position: relative;*/
}

.tabs input[b-ussmww59br] {
    display: none;
}

.tabs input + label[b-ussmww59br] {
    width: 30px;
    transition: all 0.3s;
    text-align: center;
    border: none;
    border-bottom: 5px solid transparent;
    color: #e7e9f5;
    display: inline-flex;
    -webkit-box-pack: center;
    padding: 5pt 10pt;
    vertical-align: top;
    justify-content: center;
    box-shadow: 1px 1px 2px 1px #3f3f3f;
    text-transform: uppercase;
    font-size: 8pt;
    background: #26292c;
    margin-bottom: 0.5px;
    margin-left: 1px;
    border-radius: 7px 7px 0 0 !important;
    border-top: 1px solid #3b3d3f;
    letter-spacing: 0.1666666667em !important;
    cursor: pointer;
}

.tabs input:checked + label[b-ussmww59br],
.tabs input:checked + label:hover[b-ussmww59br] {
    color: rgb(111, 137, 252);
    border-bottom: 5px solid rgb(111, 137, 252);
}

.tabs input + label:hover[b-ussmww59br] {
    color: rgb(183, 196, 253);
}

/* #tab-1:checked ~ .data-content section #content-1,
#tab-2:checked ~ .data-content section #content-2,
#tab-3:checked ~ .data-content section #content-3,
#tab-4:checked ~ .data-content section #content-4,
#tab-5:checked ~ .data-content section #content-5 {
    opacity: 1;
    visibility: visible;
    display: block;
} */
.active[b-ussmww59br] {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.tab-item-title[b-ussmww59br] {
    padding: 0px 5px;
    min-width: 120px;
    max-width: 600px;
    min-height: 15px;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e3e3e3;
    margin: 0 auto;
}

.data-content[b-ussmww59br] {
    padding-top: 1px;
    color: rgb(225, 230, 255);
    width: 100%;
}

.content[b-ussmww59br] {
    display: inline-flex;
    padding: 5px;
    width: 100%;
}

.tab-page[b-ussmww59br] {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all 0.3s;
    padding: 0px;
    margin: 0px;
}

.tab-page h1[b-ussmww59br] {
    padding: 0;
    margin: 0px;
}

.tab-page-content[b-ussmww59br] {
    padding: 0px 15px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-exxq67zn2x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-exxq67zn2x] {
    flex: 1;
}

.sidebar[b-exxq67zn2x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    /*background: linear-gradient(#141e30, #243b55);*/
}

.top-row[b-exxq67zn2x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-exxq67zn2x]  a, .top-row[b-exxq67zn2x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-exxq67zn2x]  a:hover, .top-row[b-exxq67zn2x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-exxq67zn2x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-exxq67zn2x] {
        display: none;
    }

    .top-row.auth[b-exxq67zn2x] {
        justify-content: space-between;
    }

    .top-row[b-exxq67zn2x]  a, .top-row[b-exxq67zn2x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-exxq67zn2x] {
        flex-direction: row;
    }

    .sidebar[b-exxq67zn2x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-exxq67zn2x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-exxq67zn2x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-exxq67zn2x], article[b-exxq67zn2x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d2ohlrm8u4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-d2ohlrm8u4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d2ohlrm8u4] {
    font-size: 1.1rem;
}

.oi[b-d2ohlrm8u4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-d2ohlrm8u4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d2ohlrm8u4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d2ohlrm8u4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d2ohlrm8u4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d2ohlrm8u4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-d2ohlrm8u4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d2ohlrm8u4] {
        display: none;
    }

    .collapse[b-d2ohlrm8u4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
