/* .container {
    position: relative;
    text-align: center;
    color: white;
} */


/* Bottom left text */

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}


/* Top Center */

.top-top {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 55px;
    width: 100%;
    background-color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    z-index: 11 !important;
}

#graphParent {
    /* top: 55px; */
    position: relative;
}


/* Top left text */

.top-left {
    /* position: absolute; */
    top: 8px;
    left: 16px;
    color: rgb(185, 185, 185);
    padding-right: 0px;
    padding-left: 0px;
    max-width: 800px;
    min-width: 300px;
    position: relative;
}


/* Top right text */

.top-right {
    /* position: absolute; */
    top: 8px;
    right: 16px;
    color: rgb(115, 115, 115);
    position: relative;
}


/* Bottom right text */

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    background: #ffffffAA;
    backdrop-filter: blur(2px);
}

.paperinfo-overlay {
    position: relative;
    color: rgb(68, 68, 68);
    background: #ffffffAA;
    backdrop-filter: blur(2px);
    width: min-content;
}


/* Centered text */


/* 
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


/* 
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #1f77b4;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #1f77b4;
    cursor: pointer;
} */

h2 {
    font-size: 1.3em !important;
}

p {
    text-align: left;
}

.checkbox-template {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: -5px;
    outline: none;
    font-size: inherit;
    cursor: pointer;
    width: 1.00em;
    height: 1.00em;
    border: 0.025em solid #555;
    position: relative;
    display: inline-block;
}

.checkbox-template::before {
    background: transparent;
}

.checkbox-template:checked::before {
    background: #7993b9;
}


/* .label {
    margin: 0px;
    padding-left: -50px;
} */


/* 
input[type='checkbox']:checked {
    background: rgb(255, 255, 255);
}

input[type='checkbox']:checked:after {
    width: 1.50em;
    height: 1.50em;
    content: "✔";
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 0.75em;
    left: -0.325em;
    The same as your div height
} */


/* "Josefin Sans", "Proxima Nova", Helvetica, Corbel, sans-serif */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#graphAnchor {
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    user-select: none;
}

.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 8 */
    filter: alpha(opacity=25);
    /* IE 5-7 */
    -moz-opacity: 0.25;
    /* Netscape */
    -khtml-opacity: 0.25;
    /* Safari 1.x */
    opacity: 0.25;
    /* Good browsers */
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.smalllabel {
    font-size: small;
}

.showhide {
    cursor: default;
}

.showhide:hover {
    text-decoration: underline;
}

#venueList {
    border-top-width: 1px;
    border-top-color: #7c8592;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7c8592;
    border-bottom-style: solid;
}

.sideborder {
    border-left-width: 10em;
    border-left: #c7d3e5;
    border-left-style: solid;
    /* border-top-left-radius: 10px; */
    padding-left: 1em;
}

.context-menu-item {
    height: 30px;
    padding: 0;
    padding-left: 5px;
    margin: 0px;
    cursor: pointer;
}

.context-menu-item:hover {
    background: rgb(240, 242, 255);
    border-radius: 2px;
}

.fi-button {
    font-size: 24px;
    padding: 0px;
    margin: 2px;
    width: 1.5em;
    /* background: #f3f8ff; */
    /* border: gray; */
}

.fi-button:hover {
    background: #c9dfff;
}

.fi-button-active {
    background: rgb(197, 218, 247);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #7993b9;
}

a {
    color: #8a8d93;
}

a:focus,
a:hover {
    color: #7993b9;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: unset;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #7993b9;
    border-color: #b4b8bd #b0b5b9 #b0b5b9;
}

.list-group-item-action,
.list-group-item-action {
    background-color: transparent;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #e6eafbaa;
}

.nav-pills {
    font-size: 14px;
}

.list-group-item.active {
    background-color: #7992b9b3;
    border-color: #7992b9b3;
}

.overlay-container {
    /* pointer-events: none; */
    background: transparent;
    background-color: transparent;
}

.spinner {
    position: relative;
    right: 30px;
    top: 10px;
    height: 20px;
    width: 20px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 3px solid rgba(0, 174, 239, .15);
    border-right: 3px solid rgba(0, 174, 239, .15);
    border-bottom: 3px solid rgba(0, 174, 239, .15);
    border-top: 3px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#graphinfo {
    /* position: absolute; */
    text-align: center;
    /* bottom: 50%;
    left: 50%; */
}

.mycontainer {
    pointer-events: none;
}

.mycontainer-element {
    pointer-events: auto;
}

.allow-pointerevents {
    pointer-events: all;
}

.bg-transparent-blurred {
    background: #ffffffDD;
    backdrop-filter: blur(2px);
    border: none;
}

.drop-border-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
}

p {
    margin: auto;
    margin-left: 0;
}

#overallPaperProgress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.selection-btn {
    background-image: url("img/selection.png");
    background-size: 24px;
    width: 26px;
    height: 26px;
    background-color: #fff0;
    pointer-events: all;
    background-repeat: no-repeat;
}

.selection-btn-sm {
    background-image: url("img/selection.png");
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-color: #fff0;
    pointer-events: all;
    background-repeat: no-repeat;
}

.selection-btn:hover {
    background-color: rgb(243, 251, 179);
}

.selection-btn.active {
    background-image: url("img/selection.png") !important;
    background-color: #b7d4ffae;
}

.pan-btn {
    background-image: url("img/move.png");
    background-size: 24px;
    width: 26px;
    height: 26px;
    background-color: #fff0;
    pointer-events: all;
    background-repeat: no-repeat;
}

.pan-btn:hover {
    background-color: rgb(243, 251, 179);
}

.pan-btn.active {
    background-image: url("img/move.png") !important;
    background-color: #b7d4ffae;
}

em {
    font-style: normal;
    background: lemonchiffon;
}

#searchhelp {
    font-size: 20px;
    position: absolute;
    margin-left: calc(94% - 20px);
    align-self: center;
    z-index: 2;
    color: lightgray;
}

#searchBoxSpinner {
    position: absolute;
    margin-left: calc(94% - 20px);
    top: unset;
    align-self: center;
}

.ai-prompt-bar-hidden {
    width: 0;
    /* background-color: #ccc; */
    /* padding-left: 28px; */
    transition: all 0.1s ease-in;
}

.ai-prompt-bar-visible {
    width: calc(100% - 50px);
    /* padding-left: 28px; */
    transition: all 0.1s ease-out;
}

#ai-prompt-bar {
    border-radius: 10px;
    z-index: 10;
    /* left: 26px; */
    position: relative;
    /* right: 32px; */
    width: 100%;
    padding: 3px;
}

#submit-search-input {
    border: none;
}


/* Switch checkbox */


/* The switch - the box around the slider */

.checkboxswitch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}


/* Hide default HTML checkbox */

.checkboxswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.checkboxslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.checkboxslider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.checkboxslider {
    background-color: #2196F3;
}

input:focus+.checkboxslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.checkboxslider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}


/* Rounded sliders */

.checkboxround {
    border-radius: 17px;
}

.checkboxslider.checkboxround:before {
    border-radius: 50%;
}

#graphinfobtn {
    align-self: flex-end;
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

#graphhomebtn {
    align-self: flex-end;
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

#ai-prompt-btn-open {
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 20%;
    width: 40px;
    height: 40px;
}

.taglegend-item {
    pointer-events: auto;
    cursor: pointer;
    color: inherit;
}

.taglegend-item:hover {
    color: black;
}

.bootbox-subbody {
    text-align: -webkit-center;
    text-align-last: center;
}

.sidebutton-left {
    background-image: url("img/search.png");
    background-size: 50px;
    height: 100px;
    width: 50px;
    right: 80px;
    pointer-events: all;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin: 60px;
}

.sidebutton-right {
    background-image: url("img/details.png");
    background-size: 50px;
    height: 100px;
    width: 50px;
    right: -80px;
    pointer-events: all;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin: 60px;
}

#graphtrashbtn {
    background-image: url("img/delete.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    align-self: flex-end;
    margin-right: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
}

#singlepaperinfo {
    display: flex;
}