body {
    background-color: #f6f6f9;
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    color: #333;
}

.parent_content {
    display: flex;
    float: left;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.graph_region_select {
    display: block;
    float: left;
    width: calc(80% - 1000px);
    margin-right: 100px;
    height: 100%;
    position: relative;
    max-height: 100%;
}

.grs_item {
    display: block;
    float: left;
    width: calc(100% - 30px);
    position: relative;
    background-color: #e6e6e6;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.grs_item_selected {
    background-color: #0c73fe;
    color: #fff;
    font-weight: 700;
}

.grs_item:last-child {
    margin-bottom: 0px !important;
}

.content {
    display: block;
    float: left;
    width: 800px;
    margin: auto;
}

.center_content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 100px;
}

.inline_card {
    display: none;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(205 214 230 / 50%);
    opacity: 0;
    transition: opacity .2s, visibility .2s, transform .2s;
    transform: translateY(-20px);
}

.tabs_selector {
    display: block;
    float: left;
    width: calc(100% - 10px);
    background-color: #f5f5f5;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(205 214 230 / 50%);
    border-radius: 12px;
    padding: 10px;
    margin-top: 30px;
}

.tab_item {
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    border-radius: 12px;
}

.tab_item i {
    margin-right: 10px;
}

.tab_item:active {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.tab_item_selected {
    background-color: #0c73fe;
    color: #fff;
}

.tab_container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.inline_card_visible {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    margin-top: 30px;
}

.download_container {
    display: block;
    float: none;
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.version_container {
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.version_container span {
    background-color: #fff;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 1px 2px rgb(205 214 230 / 50%);
    font-weight: 700;
    opacity: 0.7;
}

.download_field {
    display: block;
    float: left;
    width: calc(100% - 8px);
    background: #3291ff;
    border-radius: 12px;
    padding: 4px;
    overflow: hidden;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    background: #0c73fe;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .09);
    position: relative;
    margin-bottom: 0px;
}

.download_field:hover {
    box-shadow: 0 8px 24px 0 rgba(12, 115, 254, .3);
}

.clear_area {
    display: none;
    float: right;
    position: absolute;
    padding: 20px;
    top: 2px;
    right: 0px;
    font-size: 20px;
    color: #5c5e60;
    cursor: pointer;
    box-shadow: -10px 0px 10px 1px #fff;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.clear_area:hover {
    color: #505153;
}

.clear_area:active {
    color: #434446;
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.clipboard {
    display: block;
    float: right;
    position: absolute;
    padding: 20px;
    top: 2px;
    right: 0px;
    font-size: 20px;
    color: #5c5e60;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.clipboard:hover {
    color: #505153;
}

.clipboard:active {
    color: #434446;
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.df_container {
    display: block;
    float: left;
    position: relative;
    width: 75%;
    overflow: hidden;
}

.download_field input {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #000;
    border: 0 solid transparent;
    outline: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    font-size: 20px;
    border-radius: 9px;
    padding: 20px;
    padding-right: 60px;
    font-family: 'Font Awesome 5 Free', 'Inter', sans-serif;
}

.download_field button {
    display: block;
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    -webkit-border-fit: border !important;
    -webkit-appearance: none;
    line-height: 1;
    outline: 0;
    box-shadow: none;
    overflow: visible;
    border: 0px;
    border: none;
    outline: 0px;
    font-size: 0px;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.code_input {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-family: sans-serif;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
}


.download_field button > span {
    font-size: 20px;
}


.download_field button:active {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.download_field input:focus-within < .download_field {
    background: #0076fe;
}

.toastify {
    font-size: 18px;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: .4;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.toastify-right {
    right: 15px
}

.toastify-left {
    left: 15px
}

.toastify-top {
    top: -150px
}

.toastify-bottom {
    bottom: -150px
}

.toastify-rounded {
    border-radius: 25px
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: 0 5px;
    border-radius: 2px
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content
}

.card_title {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(205, 214, 230);
}

.card_title i {
    margin-right: 10px;
}

.card_content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.cc_item {
    display: block;
    float: left;
    width: calc(100% - 40px);
    border-radius: 12px;
    background-color: #f6f6f9;
    padding: 20px;
    margin-bottom: 15px;
}

.cc_item_data {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.cc_item_data:last-child {
    margin-bottom: 0px !important;
}

.cc_item_icon {
    display: block;
    width: 20px;
    float: left;
    position: relative;
}

.cc_item_value {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(100% - 60px);
    position: relative;
    font-size: 18px;
    word-break: break-all;
}

.cc_item_delete {
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    font-size: 20px;
    opacity: 0;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    cursor: pointer;
}

.cc_item:hover .cc_item_delete {
    opacity: 1;
}


.link {
    cursor: pointer;
    text-decoration: underline;
    color: #0c73fe;
}

.cc_navigation {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgb(205, 214, 230);
}

.cc_nav_button {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #131313;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
}

.cc_nav_button i {
    margin-right: 10px;
}

.button {
    display: block;
    float: left;
    width: 100%;
    background: #0c73fe;
    box-shadow: 0 4px 56px rgb(0 0 0 / 12%);
    border-radius: 8px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.button i {
    margin-right: 8px;
}

.button:hover {
    background: #0167f0;
}

.button:active {
    background-color: #015cd7;
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.button_loading {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

.button_loading i {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.button_loading i::before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free" !important;
}

.button_not_active {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

::-webkit-scrollbar-track {
    margin-right: 5px;
    background: transparent;
    margin-right: 5px;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 30px;
}

#table_modal {
    width: 90% !important;
    max-width: 90% !important;
}

#table_modal .modal_content {
    background-color: #e6e6e6 !important;
}

.table_container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow-x: scroll;
    border-radius: 8px;
}

.dataframe {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.dataframe td,
.dataframe th {
    text-align: center;
    padding: 8px;
}

.dataframe td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.dataframe thead th {
    color: #ffffff;
    background: #131313;
}


.dataframe thead th:nth-child(odd) {
    color: #ffffff;
    background: #131313;
}

.dataframe tr:nth-child(even) {
    background: #F8F8F8;
}

.modal_title {
    display: block;
    float: left;
    width: calc(100% - 40px);
    font-size: 22px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.modal_close {
    display: block;
    float: right;
    cursor: pointer;
    opacity: .8;
    margin-top: 3px;
    margin-right: 3px;
    color: #151515;
}

.modal_close:hover {
    opacity: 1;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 370px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    -webkit-animation: intro 0.4s both;
    animation: intro 0.4s both;
    -webkit-box-shadow: 0 0 10px #161823;
    -moz-box-shadow: 0 0 10px #161823;
    -o-box-shadow: 0 0 10px #161823;
    -ms-box-shadow: 0 0 10px #161823;
    box-shadow: 0 0 10px #161823;
}

.modal_content {
    display: block;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
}

.modal a.close-modal {
    display: none !important;
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

.inputClear {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
}

.inputClear>input {
    padding-right: 36px !important;
    padding-right: 36px;
}

.inputClear>.deleteEle {
    display: none;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 45%;
    opacity: 0.5;
    margin-top: -12px;
    right: 6px;
    z-index: 1;
    cursor: pointer;
}

.deleteEle:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.input {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 3px solid #e6e6e6;
    font-size: 16px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    outline: none;
}

.nav_input {
    margin-bottom: 15px;
    -webkit-appearance: none;
}

.input:focus {
    border: 3px solid #0c73fe;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(22, 24, 35, 0.85);
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.custom_context {
    border-radius: 6px;
    padding: 5px !important;
}

.custom_context .ContextMenu-item {
    border-radius: 6px !important;
    font-size: 14px;
}

.custom_context .ContextMenu-item i {
    margin-right: 5px;
}


.custom_context .ContextMenu-item:hover {
    background-color: #0167f0 !important;
    color: #fff !important;
}

.canvas_graph {
    display: block;
    float: left;
    width: 2500px;
    height: 2500px;
    position: relative;
}

.graph_modal_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}

#graph_modal {
    float: left;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
@-webkit-keyframes intro {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1; 
        transform: scale(1);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}