@import url("reset.css");

* {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 13px;
}

body {
    height: 100%;
    /* font-weight: ; */
    /* color: ; */
    --map-heigth: 100vh;
}

.gm-style .gm-style-iw-c {
    max-width: 370px !important;
}

.gm-style-iw-d {
    max-height: 500px !important;
    min-width: 370px !important;
}

.gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
}

.gm-ui-hover-effect>span {
    margin: 0 !important;
}

#wrapper {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    overflow: clip;
}

#map {
    background-color: #ffff00;
    height: 100vh;
    width: 100vw;
}

.custom-marker {
    width: 15px;
    height: 20px;
    background-color: red;
    border: 5px solid black;
    border-radius: 5px;
    text-align: center;
    /* line-height: 50px; */
    color: white;
    /* font-size: 16px; */
}

#contextMenu {
    position: absolute;
    z-index: 900;
    display: none;
    background-color: #c4ebff;
    border-radius: 3px;
}

#contextMenu.active {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 3px;
}

#contextMenu>* {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 3px;
}

/* markers */
.defaultMarkerIcon {
    height: 15px;
    width: 15px;
    border-radius: 5px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar_04 {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: solid 1px red;
    background-color: yellow;
    /* position: relative; */
}

.pillar_04.marked {
    border: solid 3px green;
}

/* .pillar_04::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: solid 1px red;
    background-color: yellow;
    position: absolute;
    left: -5px;
    top: -5px;
     transform: translate(-50%, 0); 
} */

.boxMarkerIcon {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxMarkerIcon.box_4 {
    background-color: #00ff00;
}

.boxMarkerIcon.box_8 {
    background-color: #0000ff;
}

.boxMarkerIcon.box_16 {
    background-color: violet;
}

.boxMarkerIcon.box_24 {
    background-color: turquoise;
}

.boxMarkerIcon.project {
    background-color: yellow;
}

.boxMarkerIcon.not_installed {
    background-color: grey;
}

.boxMarkerIcon.not_active {
    border: 5px solid red;
    height: 25px;
    width: 25px;
}

.abonentMarkerIcon {
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #ffee00;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abonentMarkerIcon>img {
    width: 15px;
    height: 15px;
}

#messageWindow {
    font-size: 80;
    font-weight: bold;
    padding: 25px;
    border-radius: 10px;
    opacity: 0.7;
    display: none;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#messageWindow {
    transition: all 0.3s;
}

.passWindow {
    background-color: #006eff;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.passWindow>input {
    /* border: 1px black solid; */
    border-radius: 5px;
}

.passWindow .input_pass {
    background-color: yellow;
}

.passWindow .input_pass_ok {
    background-color: greenyellow;
}

.passWindow .input_pass_ok {
    background-color: red;
}

/* markers */

/*================= createPanel ====================*/
#createPanel {
    position: fixed;
    z-index: 9999;
    top: 45px !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    /* gap: 3px; */
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}

.createPanelsContainer {
    position: fixed;
    z-index: 9999;
    top: 70px;
    right: 10px;
    width: 280px;
    display: flex;
    flex-direction: column;
}

#createLinkPanel {
    font-size: 14px;
    background-color: rgba(143, 125, 125, 0.7);
    display: none;
    gap: 3px;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

#createLinkPanel.active {
    display: flex;
}

#createCablePanel {
    font-size: 14px;
    background-color: rgba(143, 125, 125, 0.7);
    display: none;
    gap: 3px;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

#createCablePanel.active {
    display: flex;
}

.createLinkPanelTitleContainer {
    display: flex;
    gap: 10px;
    align-items: center;
}

.createLinkPanelTitle {
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}

#createLinkPanelTitleChainButton {
    background-color: rgba(255, 165, 0, 1) !important;
}

#createLinkPanelTitleChainButton.active {
    border: 1px solid greenyellow;
    border-radius: 3px;
}

#createLinkPanelTitleChainButton:hover {
    background-color: #c7ffc7;
}

.createLinkPanel_line_section1 {
    width: 100%;
    background-color: rgba(0, 0, 255, 0.5);
    border: 1px solid blue;
    border-radius: 5px;
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.createLinkPanel_line_section2 {
    width: 100%;
    background-color: rgba(255, 255, 0, 0.5);
    border: 1px solid yellow;
    border-radius: 5px;
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.createLinkPanel_line_buttons {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    gap: 5px;
    width: 100%;
    padding: 3px 0px;
}

.createLinkPanel_line_buttons_section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.createLinkPanel_line {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    width: 100%;
}

.createLinkPanel_line.hide {
    display: none;
}

.createLinkPanel_line_title {
    background-color: rgba(255, 255, 0, 0.7);
    border-radius: 3px;
    width: max-content;
    padding: 3px 7px;
    white-space: nowrap;
}

.createLinkPanel_line_value {
    background-color: rgba(144, 144, 188, 0.8);
    border-radius: 3px;
    width: 100%;
    padding: 3px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.createLinkPanel_line_value.IsMatch {
    background-color: #00ff00;
}

.createLinkPanel_line_value.IsNoMatch {
    background-color: #ff0000;
}

.createLinkPanel_line_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    min-width: 70px;
    padding: 5px;
    cursor: pointer;
}

.createLinkPanel_line_button:hover {
    opacity: 0.7;
}

.createLinkPanel_line_button.abonent {
    background-color: rgba(255, 165, 0, 1);
}

.createLinkPanel_line_button.chain {
    background-color: orange;
}

.createLinkPanel_line_button.create_chain {
    background-color: rgba(255, 255, 0, 1);
}

.createLinkPanel_line_button.create {
    background-color: #00ff00;
}

.createLinkPanel_line_button.cancel {
    background-color: #ff0000;
}


@media screen and (max-width: 426px) {
    #createPanel {
        top: 30px;
    }
}

#createPanel_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.createPanelBtnContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px;
    height: var(--horizontal-panel-heigth);
    width: max-content;
    background-color: rgba(143, 125, 125, 0.7);
    border-radius: 3px;
}

.createPanelBtnContainer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    text-wrap: wrap;
    text-align: center;
    background-color: rgba(143, 125, 125, 0.5);
    border-radius: 3px;
    height: 25px;
    width: 25px;
    padding: 3px;
    cursor: pointer;
}

.createPanelBtnContainer_btn:hover {
    opacity: 0.5;
}

.createPanelBtnContainer_btn.active {
    box-shadow: 0px 0px 0px 5px rgb(0, 255, 0);
}

.createPanelBtnContainer_btn.pillar {
    border-radius: 50%;
    color: white;
    background-color: yellow;
    border: 3px solid red;
}

.createPanelBtnContainer_btn.box {
    color: white;
    background-color: green;
}

.createPanelBtnContainer_btn.cable {
    color: white;
    background-color: grey;
}

.createPanelBtnContainer_btn.abonent {
    color: white;
    background-color: yellowgreen;
}

.createPanelBtnContainer_btn.equipment {
    color: white;
    background-color: rgb(205, 156, 50);
}

/* MAP TOP PANEL*/
#topSchemePanel {
    position: fixed;
    max-width: 320px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(153, 152, 152);
    /* color: #fff; */
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    display: none;
    gap: 3px;
    flex-direction: column;
    /* gap: 10px; */
}

#topSchemePanel.active {
    display: flex;
    z-index: 900;
}

.constractScheme_closeBtn {
    border: 1px solid black;
    padding: 1px 3px;
    border-radius: 5px;
}

.constractScheme_closeBtn:hover {
    border: 1px solid grey;
    background-color: rgb(185, 185, 185);
}

.schemeCanvas.abon {
    border: 3px solid orange;
    border-radius: 5px;
}

.schemeCanvas.line {
    border: 3px solid rgb(0, 225, 255);
    border-radius: 5px;
}

.constractScheme_singleLine {
    display: flex;
    border: 1px solid black;
    padding: 1px 3px
}

.finishBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #00ff00;
}

.toogle_panel {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    background-color: rgba(143, 125, 125, 0.7);
}

.toogle_panel_item {
    background-color: #ff7979c9;
    border-radius: 5px;
    padding: 3px;
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.toogle_panel_item.inProcess {
    background-color: #ffcd61;
}

.toogle_panel_item.active {
    background-color: #93ff93;
}

/*======================================== INFO WINDOW ====================*/
.InfoWindow {
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.InfoWindow_container {
    background-color: #e0e0ff;
    border-radius: 5px;
    /* padding: 3px; */
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    max-width: 400px;
    /* max-height: 550px; */
    overflow: hidden;
}

.InfoWindow_container_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    /* поверх контенту панелі */
    border-radius: inherit;
}

.InfoWindow_container_loader.active {
    display: flex;
}

.InfoWindow_container_loader_spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-top-color: #2196f3;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.loader_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.loader_bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    /* висота смуги */
    background: linear-gradient(to right, rgba(87, 127, 255, 0.3), rgba(87, 127, 255, 0.7));
    animation: loading 1.5s linear infinite;
}

@keyframes loading {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.InfoWindow_container.module {
    border: 3px solid rgb(103, 103, 255);
}

.InfoWindow_container.module.abonent {
    border: 3px solid rgb(194, 103, 255);
    ;
}

.InfoWindow_container_item_head {
    display: flex;
}

.InfoWindow_container_title_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #006eff;
}

.InfoWindow_container_title {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* border-radius: 5px; */
    font-weight: bold;
    padding: 1px;
    gap: 3px;
}

.InfoWindow_container_title_name {
    background-color: #ffeb3b;
    padding: 0px 5px;
    border-radius: 3px;
}

.InfoWindow_container_title.abonent {
    background-color: rgb(194, 103, 255);
}

.InfoWindow_container.olt {
    max-width: 400px;
}

.InfoWindowContainer_links {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.linkItemContainer {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr 1fr 1.5fr 1fr 1fr 1.3fr 2.7fr;
    /* gap: 1px; */
}

.linkItemContainer.title,
.linkItemContainer.title>* {
    background-color: #006eff;
    color: #fff;
}

.linkItemContainer_notesLine {
    border: solid 1px #006eff;
    border-radius: 3px;
}

.linkItem {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    background-color: #b9b9b9;
    border: 1px solid #999;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #165716;
}

.linkItem.ModuleName1,
.linkItem.ModuleName2 {
    cursor: pointer;
}

.linkItem.in,
.linkItem.out {
    background-color: #adffad;
}

.FibersSelectInLinkLine {
    width: 35px;
}

.FibersSelectInLinkLine.long {
    background-color: yellow;
}

.buttonsContainer_link {
    display: flex;
    gap: 1px;
    align-items: center;
    justify-content: center;
    background-color: #b9b9b9;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #165716;
}

.addAbonBtn {
    background-color: #ffbb00;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #000;
    text-align: center;
}

.updateLinkBtn {
    background-color: #00ff00;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #000;
}

.deleteLinkBtn {
    background-color: #ff0000;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #000;
}

.changeDirectionLinkBtn {
    width: 100%;
    /* padding-inline: 3px; */
    background-color: yellow;
}

.InfoWindow_column {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 3px;
}

.infoWindowTitle {
    font-size: 12px;
    text-align: center;
    background-color: #b4b4f9;
    border-radius: 5px;
    padding: 3px;
}

.InfoWindow_container_item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.LinesContainer {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.InfoWindow_column_title {
    display: flex;
    justify-content: center;
}

.infoWindowLine {
    display: flex;
    border-radius: 5px;
    background-color: rgba(252, 255, 170, 0.8);
    padding: 1px;
}

.infoWindowLine.space-between {
    justify-content: space-between;
}

.LineValue {
    background-color: #becaf598;
    border-radius: 5px;
    padding-inline: 5px;
    display: flex;
    align-items: center;
    min-width: 25px;
}

.LineValue.Status>select {
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.infoWindowCableButtons,
.infoWindowPillarButtons,
.infoWindowHeadButtons {
    display: flex;
    justify-content: space-between;
    padding: 3px;
    gap: 1px;
    background-color: #fff;
    border-radius: 5px;
}

.infoWindowBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
}

.InstallBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #006eff;
}

.update {
    background-color: #00ff00;
}

.addLocationBtnContainer {
    display: flex;
}

.addLocation {

    background-color: #ff65a5;
}

.saveAddLocation {
    background-color: #00ff00;
    display: none;
}

.saveAddLocation.active {
    display: block;
}

.checkSignal {
    background-color: #ff9e00;
}

.checkMAC {
    background-color: #ff9e00;
}

.updateBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #00ff00;
}

.deleteBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ff0000;
}

.moveBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ffff00;
}

.parrentModuleBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ffae00;
}

.addLinkBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ffff00;
}

.abonC_btn {
    display: flex;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #ffae00;
    border: 1px solid black;
}

.lineC_btn {
    display: none;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #e044ff;
    border: 1px solid black;
}

.firstSave {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #00aaff;
}

.addPointBtn,
.addModuleBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: rgb(255, 255, 0);
}

.addAbonModuleBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #c267ff;
}

.addLineModuleBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #006eff;
}

.connectToModuleBtn,
.schemaBtn {
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ffc400;
}

.InfoWindow_column_title {
    display: flex;
    justify-content: center;
    flex: 1 5;
    /* border: 1px solid rgba(24, 24, 255, 0.863); */
    background-color: rgba(24, 24, 255, 0.3);
    border-radius: 5px 0px 0px 5px;
    padding: 3px;
}

.InfoWindow_column_value {
    display: flex;
    flex: 5 1;
    background-color: rgba(252, 255, 85, 0.3);
    border-radius: 0px 5px 5px 0px;
    padding: 3px;
}

.InfoWindow_buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
}

.InfoWindow_buttons>button[id^="btn_del"] {
    background-color: red;
    border-radius: 7px;
    padding: 3px;
    color: #fff;
}

.InfoWindow_buttons>button[id^="btn_save"] {
    background-color: green;
    border-radius: 7px;
    padding: 3px;
    color: #fff;
}

.InfoWindow_buttons>button[id^="btn_add_module_"] {
    background-color: blue;
    border-radius: 7px;
    padding: 3px;
    color: #fff;
}

.infoWindowModule,
.infoWindowCase,
.infoWindowCable,
.infoWindowLink {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
}

.infoWindowModuleLine,
.infoWindowCaseLine,
.infoWindowLinkLine,
.infoWindowCableLine {
    display: flex;
    gap: 10px;
}

.ModuleLineTitle,
.CaseLineTitle,
.LinkLineTitle,
.LineTitle {
    background-color: #00ff0077;
    border-radius: 5px;
    padding-inline: 3px;
    display: flex;
    align-items: center;
}

.LineTitle.cableDir {
    background-color: #ffff00;
}

.ModuleLineValue,
.CaseLineValue,
.LinkLineValue {
    background-color: #eef862;
    border-radius: 5px;
    padding-inline: 15px;

}

.fiberGroupContainer {
    display: flex;
    gap: 3px;
}

.fibersContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 100%;
}

.fiberElementContainer {
    width: 21px;
    height: 21px;
    border: 3px solid;
    border-radius: 5px;
}

.fiberElementContainer.red {
    border-color: #ff0000;
}

.fiberElementContainer.green {
    border-color: transparent;
}

.fiberElement {
    width: 15px;
    height: 15px;
    align-items: center;
    text-align: center;
    color: cornflowerblue;
    border-radius: 50%;
}

/*========== module links ============================ */
.moduleLinksContainer {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.moduleLinksContainerLine {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
}

.moduleLinksContainerLine.olt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
}

.moduleLinksContainerLine.title {
    background-color: #ffff00;
    border-radius: 3px;
}

.moduleLinksContainerLine.emptyConnector {
    background-color: #e100ff5d;
    border-radius: 3px;
}

.moduleLinkItem {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 11px;
    padding-inline: 3px;
}

.moduleLinkItem.Name {
    cursor: pointer;
    /* border: 3px solid #00ff00; */
}

.moduleLinkItem.Name:hover {
    opacity: 0.5;
}

.moduleLinkItem.Type {
    /* background-color: aquamarine; */
}

/*========== module links ============================ */

/*========== module buttons ============================ */
.moduleButtonsContainer {
    display: flex;
    width: max-content;
    gap: 5px;
    justify-content: space-around;
}

.moduleButtonsContainer>button[id^="btn_delete_module"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    border-radius: 5px;
    padding-inline: 5px;
    color: #fff;
}

.moduleButtonsContainer>button[id^="btn_insert_link"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    border-radius: 5px;
    padding-inline: 5px;
    color: #fff;
}

.moduleButtonsContainer>button[id^="btn_show_links"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    border-radius: 5px;
    padding-inline: 5px;
    color: #fff;
}

/*========== module buttons ============================ */

.editCableBtn {
    background-color: orange;
    padding-inline: 5px;
    border-radius: 5px;
    width: max-content;
}

/*===================================== INFO WINDOW ====================*/

/* LOGIN */
#loginContainer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

#loginContainer.active {
    display: flex !important;
}

.login_container {
    background-color: white;
    padding: 15px;
    border: 1px solid black;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login_container_title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

.login_container_line_title {
    padding: 5px;
}

.login_container_line_value {
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 15px;
}

.login_container_btn_login {
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 5px;
    /* margin-top: 15px; */
}

/* LOGIN */

/* MAP PANELS*/
#topPanel {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 5px;
}

#rightPanel {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#bottomPanel {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#createToogleShowPanel_container {
    display: flex;
    /* flex-direction: column; */
    gap: 3px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    /* margin-bottom: 25px; */
}

.toogle_panel_item_new {
    background-color: #ff7979c9;
    border-radius: 5px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.toogle_panel_item_new.inProcess {
    background-color: #ffcd61 !important;
}

.toogle_panel_item_new.active {
    background-color: #93ff93;
}

/* TOOGLE PANEL*/
/* NAVIGATION */
#navigation_button_wrapper_new {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 1px;
    border-radius: 5px;
    background-color: #ccc;
    transition: background-color 0.3s;
}

#navigation_button_wrapper_new.active {
    background-color: #2b49f3;
}

#navigation_button_wrapper_new.inProcess {
    background-color: #ffcd61 !important;
}

#navigation_button_wrapper_new.active #toogle_panel_item_navigation_new {
    color: #fff;
}

#toogle_panel_item_navigation_new {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
    transition: color 0.3s;
}

#navigation_toggle_button_new {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle_indicator_new {
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 50%;
    transition: background-color 0.3s;
}

#navigation_toggle_button_new.active .toggle_indicator_new {
    background-color: #0f0;
}




#navigation_button_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1px;
    border-radius: 5px;
    background-color: #ccc;
}

#navigation_button_wrapper.active {
    background-color: #2b49f3;
}

.main_button {
    width: 75%;
    height: 100%;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
}

.main_button.active {
    color: #fff;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

.toggle_button {
    width: 25%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle_indicator {
    width: 10px;
    height: 10px;
    background-color: #f00;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.toggle_button.active .toggle_indicator {
    background-color: #0f0;
}

/* NAVIGATION */

/* ABONENT PANEL CONTAINER*/
.abonentPanelContainer {
    width: 370px;
    display: flex;
    flex-direction: column;
}

.abonentPanelContainer_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.abonentPanelContainer_list.collapsed {
    display: none;
}

.abonentPanel_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 10px; */
    background-color: #68aaff;
    padding: 3px;
    border-radius: 5px;
}

.abonentPanel_buttons_container {
    display: flex;
}

.abonentPanel_title button {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
}

.abonentPanel_title button:hover {
    background: rgba(0, 0, 0, 0.1);
}

.abonentPanel_title svg {
    width: 16px;
    height: 16px;
}

/* ABONENT PANEL CONTAINER*/
/* SEARCH PANEL*/
.searchPanel_container {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.searchPanel {
    display: flex;
    height: 20px;
    width: 250px;
    border-radius: 5px;
}

#searchPanelInput {
    display: flex;
    flex: 1 4;
    height: 100%;
    padding-left: 5px;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(84, 84, 247, 0.9);
    color: #fff;
}

#searchPanelButton {
    flex: 4 1;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    padding-inline: 5px;
    background-color: rgba(112, 255, 112, 1);
    cursor: pointer;
}

#searchPanelButton:hover {
    background-color: rgba(112, 255, 112, 0.7);
}

#foundResult {
    width: 250px;
    max-height: 500px;
    overflow: auto;
}

.closeFoundListBtn {
    position: sticky;
    top: 0;
    padding: 3px;
    border-radius: 5px;
    background-color: #ff6464;
    width: 100%;
}

.foundItem {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.foundItem:hover {
    background-color: #adffad;
}

.foundItemStreet {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #fdff6f;
    cursor: pointer;
}

.foundItemStreet:hover {
    background-color: #adffad;
}

.abonentItemInFoundList {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #6fe2ff;
    cursor: pointer;
}

.abonentItemInFoundList:hover {
    background-color: #adffad;
}

.foundItemAddress {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #7d6fff;
    cursor: pointer;
}

.foundItemAddress:hover {
    background-color: #adffad;
}

.foundItemFam {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #ff6ff8;
    cursor: pointer;
}

.foundItemFam:hover {
    background-color: #adffad;
}

.foundItemMAC {
    padding: 3px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #6f89ff;
    cursor: pointer;
}

.foundItemMAC:hover {
    background-color: #adffad;
}

/* SEARCH PANEL*/
.searchRect {
    width: 30px;
    height: 30px;
    transform: translateY(5px);
    border: 5px solid yellowgreen;
    border-radius: 5px;
    animation: colorChange 1s infinite alternate ease-in-out;
}

@keyframes colorChange {
    0% {
        border-color: yellowgreen;
    }

    50% {
        border-color: yellow;
    }

    100% {
        border-color: yellowgreen;
    }
}

.streetSelect {
    max-width: 250px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modulesSelect {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#addAbonentContainer,
#addPillarContainer,
#moveModuleContainer,
#changeCaseContainer {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.closeAbonentWindow {
    background-color: red;
    padding: 3px 5px;
    border-radius: 5px;
    cursor: pointer;
}

/* LOADER */
.loading_animation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading_inline {
    /* font-size: 16px; */
    width: 50px;
    font-weight: bold;
    color: #ff0022;
}

/* LOADER */