@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

body {
    font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.container-fluid {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    justify-content: center;
}

.row {
    display: flex;
}

/*adaptive*/

.container-fluid-a {
    min-width: 950px;
}

.picspace-a { 
    display: unset;
}

.workspace-a {
    width: 45%;
}
    
.bottomlayout-a {
    justify-content: space-between;
}

.routecontainer-a {
    display: flex;
}

.tableheadercontainer-a {
    text-align: center;
}

.modal-dialog-edit-a {
    min-width: 795px;
}

.modal-footer-a {
    justify-content: end;
}

@media (max-width: 767.8px) {
    .container-fluid-a {
        min-width: 0;
    }
    .picspace-a {
        display: none;
    }
    .workspace-a {
        width: 100%;
    }
    .bottomlayout-a {
        justify-content: center;
    }
    .routecontainer-a {
        display: none;
    }
    .tableheadercontainer-a {
        text-align: start;
    }
    .modal-dialog-edit-a {
        min-width: 0;
    }
    .modal-footer-a {
        justify-content: center;
    }
}
@media (max-width: 576.8px) {
    .container-fluid-a {
        min-width: 0;
    }
    .picspace-a {
        display: none;
    }
    .workspace-a {
        width: 100%;
    }
    .bottomlayout-a {
        justify-content: center;
    }
    .routecontainer-a {
        display: none;
    }
    .tableheadercontainer-a {
        text-align: start;
    }
    .modal-dialog-edit-a {
        min-width: 0;
    }
    .modal-footer-a {
        justify-content: center;
    }
}
@media (max-width: 360px) {
    .container-fluid-a {
        min-width: 0;
    }
    .picspace-a {
        display: none;
    }
    .workspace-a {
        width: 100%;
    }
    .bottomlayout-a {
        justify-content: center;
    }
    .routecontainer-a {
        display: none;
    }
    .tableheadercontainer-a {
        text-align: start;
    }
    .modal-dialog-edit-a {
        min-width: 0;
    }
    .modal-footer-a {
        justify-content: center;
    }
}

/*spaces*/

.footerspace {
	background-color: black;
    width: 100%;
    min-height: 8vh;
}

.picspace { 
    width: 55%;
    background-color: rgba(230, 230, 230);
    align-items: center;
    justify-content: center;
    place-items: center;
    padding: 1em;
}

.bigpicspace {
    min-height: 92vh;
}

.modalpicspace {
    height: 530px;
}

.workspace {
    background-color: rgba(240, 240, 240);
    align-items: center;
    justify-content: center;
    place-items: center;
    padding: 1em;
}

.bigworkspace {
    min-height: 92vh;
}

.modalworkspace {
    height: 530px;
}

.tablespace {
    min-height: 92vh;
    background-color: rgba(240, 240, 240);
    padding: 1em;
}

/*layouts*/

.bottomlayout {
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.navicontainer {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin-right: 1em;
}

.routecontainer {
    justify-content: center;
    gap: 0.5em;
    margin-left: 1em;
}

.graphlayout {
    width: 100%;
    max-height: 88vh;
	display: flow-root;
    place-items: center;
}

.settingslayout {
    width: 100%;
    height: 73vh;
	display: flow-root;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(187, 187, 187) transparent;
}

.settingscenter {
	display: flex;
    align-items: center;
    justify-content: center;
}

.settingsright {
	display: flex;
    align-items: center;
    justify-content: right;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.settingsbetween {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.tablelayout {
    max-height: 88vh;
    width: 100%;
    display: flow-root;
    place-items: center;
}

/*buttons*/

.navibutton {
    background-color: rgba(236, 21, 99);
    border-width: 0;
    color: white;
    width: 10em;
    height: 2em;
    border-radius: 45px;
}

.navibutton:disabled {
    background-color: rgba(187, 187, 187, 0.5);
    border-width: 0;
    color: white;
    width: 10em;
    height: 2em;
    border-radius: 45px;
}

.routebutton {
    background-color: black;
    color: white;
    min-width: fit-content;
    height: 2.5em;
    border-color: white;
    border-width: 1px;
    border-radius: 45px;
    border-style: solid;
    display: flex;
    justify-content: start;
    gap: 0.1em;
    align-items: center;
    padding: 1em;
}

.routebutton:disabled {
    background-color: black;
    color: rgba(187, 187, 187, 0.5);
    min-width: fit-content;
    height: 2.5em;
    border-color: rgba(187, 187, 187, 0.5);
    border-width: 1px;
    border-radius: 45px;
    border-style: solid;
    display: flex;
    justify-content: start;
    gap: 0.1em;
    align-items: center;
    padding: 1em;
}

.routedot {
    background-color: rgba(236, 21, 99);
    border-radius: 100%;
    width: 0.5em;
    height: 0.5em;
}

.routetext {
    margin: 0.5em;
    min-width: fit-content;
}

.addbutton {
    background-color: black;
    border-width: 0;
    color: white;
    width: 100%;
    height: 2em;
    border-radius: 45px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.addbutton:disabled {
    background-color: rgba(0, 0, 0, 0.5);
    border-width: 0;
    color: white;
    width: 100%;
    height: 2em;
    border-radius: 45px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.filebutton {
    background-color: black;
    border-width: 0;
    color: white;
    width: 15em;
    height: 2em;
    border-radius: 45px;
    margin: 1em;
}

.adapterbutton {
    background-color: white;
    border-color: rgba(187, 187, 187);
    border-style: solid;
    width: 2.5em;
    height: 2.5em;
    border-width: 1px;
    border-radius: 45px;
}

.adapterbutton:disabled {
    background-color: rgba(240, 240, 240);
    border-color: rgba(187, 187, 187);
    border-style: solid;
    width: 2.5em;
    height: 2.5em;
    border-width: 1px;
    border-radius: 45px;
}

.raidbutton {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    border-width: 0;
}

/*button groups*/

.btngroup {
    margin: 0;
    width: 100%;
    height: fit-content;
}

.btn {
	background-color:  white;
	border-color:  rgba(187, 187, 187);
    border-width: 1px;
    --bs-btn-border-radius: 45px;
    font-size: 12px;
    text-align: center;
}

.controllersbtn {
    padding: 0.3em;
}

.drivetypebtn {
    padding: 0.2em;
}

.btn-check:checked+.btn {
	background-color:  rgba(237, 17, 99);
	border-color: rgba(187, 187, 187);
    color: white;
    border-width: 1px;
    --bs-btn-border-radius: 45px;
    font-size: 12px;
}

/*raids*/

.raidpanel {
    width: 100%;
    height: 20em;
    overflow-y: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187);
    border-radius: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgba(187, 187, 187) transparent;
}

.raidlist {
    border-radius: 45px;
    margin: 1em;
    gap: 1em;
}

.raidlistelement {
    padding: 0;
    background-color: transparent;
    border-width: 0;
}

.raidelement {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187);
    border-radius: 45px;
    height: fit-content;
    width: 100%;
    min-width: fit-content;
    align-items: center;
}

.raidtext {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    height: fit-content;
}

.raidbuttons {
    display: flex;
    justify-content: end;
    gap: 1em;
    height: fit-content;
    width: fit-content;
}

.raidunit {
    margin: 0;
}

.raiddiv {
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0;
    margin-bottom: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    height: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2em;
    padding-left: 2.5em;
}

.raiddivstart {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-left: 0;
    padding-left: 1em;
}

.typediv {
    width: 6em;
    background-color: black;
    color: white;
}

.leveldiv {
    width: 8.7em;
    background-color: white;
    color: black;
}

.hdddiv {
    width: 6em;
    background-color: rgba(210, 230, 255);
    color: black;
}

.ssddiv {
    width: 6em;
    background-color: rgba(255, 210, 210);
    color: black;
}

.capacitydiv {
    width: 9.5em;
    background-color: white;
    color: black;
}

/*lists*/

.settingslist {
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187);
}

.listelement {
    background-color: transparent;
    border-width: 0;
    align-items: center;
    padding: 0.5em;
    padding-left: 1em;
}

.listbetween {
    display: flex;
    justify-content: space-between;
}

.liststart {
    display: flex;
    justify-content: start;
}

.listflow {
    display: flow-root;
}

.sparepool {
    background-color: rgba(240, 240, 240);
    border-width: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 1em;
}

.listheader {
    justify-content: start;
}

.accessheader {
    display: flex;
    margin-top: 2em;
}

.selectheader {
    font-weight: bold;
    font-size: 16px;
}

.selectname {
    margin-left: 0.1em;
    margin-right: 1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    min-width: fit-content;
}

.form-select {
    border-radius: 45px;
    border-width: 1px;
    border-color: rgba(187, 187, 187);
    line-height: 1.1em;
    font-size: 12px;
}

.form-select:disabled {
    border-radius: 45px;
    border-width: 1px;
    border-color: rgba(187, 187, 187);
    color: rgba(187, 187, 187);
    background-color: rgba(240, 240, 240);
    line-height: 1.1em;
    font-size: 12px;
}

.selectadapter {
    width: 100%;
    display: flex;
    gap: 0.4em;
    align-items: center;
}

.form-check-input {
    border-width: 1px;
    border-color: rgba(187, 187, 187);
    margin-left: 0.1em;
    margin-right: 0.1em;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    height: 1.5em;
    min-width: 3em;
}

.form-switch .form-check-input:checked {
	background-color: rgba(237, 17, 99);
    border-width: 1px;
    border-color: rgba(187, 187, 187);
}

.form-switch .form-check-input:disabled {
	background-color: rgba(240, 240, 240);
    border-width: 1px;
    border-color: rgba(187, 187, 187);
}

/*table*/

.table {
    border-color: black;
}

.tablecontainer {
    width: 100%;
    height: 74vh;
    margin: 0.5em;
    border-color: rgba(187, 187, 187);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(187, 187, 187) transparent;
}

.tableheader {
    font-weight: bold;
    width: 16.5em
}

.raidtableheader {
    font-weight: bold;
    text-align: center;
    width: 20%;
    
}

.raidtabletext {
    text-align: center;
}

/*new*/

.plug {
    width: 100%;
    height: 21.8em;
    text-align: center;
    background-color: transparent;
    margin: 0;
    padding-top: 9.5em;
}

.plugtext {
    color: black;
    font-size: 14px;
}

.imgdisclaimer {
    width: 55em;
    height: 2em;
    font-size: 12px;
    text-align: center;
    color: rgb(142, 142, 142);
}

.picture {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.scheme {
    width: 100%;
    height: 100%;
    max-height: 42em;
}

.comment {
    width: 100%;
    height: 4em;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(237, 17, 99);;
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bigcomment {
    height: 2em;
}

.editcomment {
    height: 4em;
}

.commenttext {
    width: 70%;
    color: rgba(237, 17, 99);;
}

.header {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.headercontainer {
    margin-top: 0.5em;
    margin-bottom: 1em;
    width: 100%
}

.infoline {
    display: flex;
    margin: 0.2em;
}

.infoflex {
    display: flex;
    gap: 0.5em;
    margin: 0;
}

.infoinnerflex {
    display: flex;
}

.infotext {
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.infobold {
    font-weight: bold;
}

.infodiv {
    color: black;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    height: 2em;
    width: fit-content;
    position: relative;
    display: flex;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1em;
    padding-left: 1.5em;
}

.infodivstart {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-left: 0;
    padding-left: 1em;
}

.infopanel {
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.hddinfodiv {
    background-color: rgba(210, 230, 255);
}

.ssdinfodiv {
    background-color: rgba(255, 210, 210);
}

/*modal*/

.modalcontainer {
    padding: 0;
}

.modalgraphlayout {
	display: flow-root;
    align-items: center;
    place-items: center;
    width: 100%;
    height: 100%;
}

.modalsettingslayout {
	display: flow-root;
    width: 100%;
    height: 100%;
}

.modalimgdisclaimer {
    width: 100%;
    height: 3em;
    font-size: 12px;
    text-align: center;
    color: rgb(142, 142, 142);
}

.modalheadercontainer {
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
}

.modalinfopanel {
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    width: 100%;
}

.modalsettingslist {
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187);
    width: 100%;
}

.modalinfocol {
    display: flow-root;
}

.modalcolleft {
    width: 16em;
}

.modalcolright {
    width: 26em;
}

.modalbtngroup {
    margin: 0;
    width: 100%;
    height: fit-content;
}

.modalselect {
    text-align: center;
}

.modal-footer {
    background-color: black;
    height: 4.5em;
}

.modal-body-edit {
    padding-top: 4px;
    padding-bottom: 3px;
    margin: 0;
}

.form-range::-webkit-slider-thumb {
    background-color: rgba(237, 17, 99);
    width: 5px;
}

.form-range::-webkit-slider-runnable-track {
  background-color: rgba(237, 17, 98, 0.142);
}

/*disclaimer*/

.discheader {
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    text-align: center;
}

.disctext {
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0;
}

.discbuttoncontainer {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin: 1.5em;
}

.agreebutton {
    background-color: rgba(236, 21, 99);
    border-width: 0;
    color: white;
    width: 15em;
    height: 2em;
    border-radius: 45px;
}

.disagreebutton {
    background-color: rgba(187, 187, 187);
    border-width: 0;
    color: white;
    width: 15em;
    height: 2em;
    border-radius: 45px;
}