* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Calibre, Arial, sans-serif;
}

.dashed-line {
    border-top: 2px dashed black;
    width: 20%;
    margin: 20px 0;
}

.additional-links {
    display: block;
    font-weight: 500;
}

@keyframes dashOffset {
    to {
        stroke-dashoffset: -11;
    }
}

.nav-large .navbar-nav .nav-item .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    color: #1A1A1A;
    cursor: pointer;
    font-family: Calibre, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 12px;
}

/*  */
.loader {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 64px;
    background-color: #fff;
}

.loader__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 3px solid #f0f4f5;
    border-radius: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
}

.loader__icon {
    border-left: 3px solid #ed3b9c;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*  */
.navbar-brand img {
    height: 42px !important;
    margin-top: 0.9rem;
}

.nav-large>.container-fluid {
    align-items: flex-start !important;
}

.nav-large .activeNav {
    border-top: 4px solid #ed3b9c !important;
    cursor: pointer;
    padding-top: 8px !important;
}

.nav-large .navbar-nav .nav-item .nav-link:hover {
    border-top: 4px solid #005ea26b !important;
    transition: border-color .3s ease-in-out;
    padding-top: 8px !important;
    cursor: pointer;
}

.nav-large {
    box-shadow: 0 0 4px 1px #f1f1f1 !important;
}

.nav-large .navbar-brand img {
    height: 60px;
}

.sm-menu-btn {
    background: none !important;
    border: none !important;
    color: #ed3b9c !important;
    font-size: 1.3rem !important;
    padding: 0 !important;
    /* display: flex !important;
    align-items: center; */
}

.sm-menu-btn .fa-bars {
    display: flex;
}

.sm-menu-btn .fa-bars:before {
    width: 17px;
    display: flex;
    justify-content: center;
}

.sm-menu-btn.show .fa-bars:before {
    animation-name: changeContent;
    -webkit-animation-name: changeContent;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
}

.sm-menu-btn span {
    font-size: 18px;
    margin-left: 0.6rem;
    color: black;
    font-weight: 600;
    font-family: Calibre, Arial, sans-serif;
    margin-top: 4px;
}

#gx-logo {
    animation: tronFilter 12s infinite;
    fill: #000000;
    stroke: #666;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: bevel;
}

@keyframes tronFilter {
    0% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #31eefd);
        filter: drop-shadow(-.75px 0px 6px #31eefd);
        stroke: #31eefd;
    }

    22% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #1d85bb);
        filter: drop-shadow(-.75px 0px 6px #1d85bb);
        stroke: #1d85bb;
    }

    /* end blue */

    42% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #884173);
        filter: drop-shadow(-.75px 0px 6px #884173);
        stroke: #884173;
    }

    62% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #ff0071);
        filter: drop-shadow(-.75px 0px 6px #ff0071);
        stroke: #ff0071;
    }

    /* end magenta */
    82% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #009997);
        filter: drop-shadow(-.75px 0px 6px #009997);
        stroke: #009997;
    }

    92% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #92ffd7);
        filter: drop-shadow(-.75px 0px 6px #92ffd7);
        stroke: #92ffd7;
    }

    /* end green */
    100% {
        -webkit-filter: drop-shadow(-.75px 0px 6px #31eefd);
        filter: drop-shadow(-.75px 0px 6px #31eefd);
        stroke: #31eefd;
    }
}


.baseMap path {
    fill: #fafafa;
    stroke: #dde0e0;
    stroke-width: 0.04px;
    stroke-linejoin: round
        /*0.5*/
}

#legends {
    box-shadow: 0px 0px 2px 0px lightgray;
    width: 190px;
    font-size: 14px;
    /* border-radius: 0.2rem; */
    border-radius: 2px;
    padding-top: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    bottom: 1.2rem;
    left: 1.04rem;
    text-align: justify;
    line-height: 2;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
}

/* @keyframes glow {
    from {
      stroke: #0070f0;
    }
    to {
      stroke: #ed3b9c;
      filter: none;
    }
  }

  .path-animation {
    animation: glow 2s infinite alternate;
  } */

.dropdown {
    position: relative;
    display: inline-block;
    width: 86%;
}

.dropdown a:hover {
    background-color: #f0f4f5;
    text-decoration: none;
    color: black;
}

.drop-down-btn {
    color: black;
    width: 72%;
    padding: 0rem 0.7rem 0.2rem 0.7rem;
    border-radius: 0.5rem;
    cursor: pointer;
    background-color: white;
    font-family: RobotoMedium;
    border: none !important;
    box-shadow: 0px 0px 3px 0px lightgray;
    font-size: 14px;
    text-align: start;
    margin-left: 1rem;
}

.drop-down-btn:hover,
.drop-down-btn:focus {
    border-bottom: 1px solid #2980B9;
}

.dropDown-content {
    border-radius: 0.3rem;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 279px;
    overflow: auto;
    box-shadow: 1px 1px 5px 1px rgb(238, 235, 235);
    z-index: 1;
    margin-top: 0.3rem;
    padding: 0;
    margin-left: 1rem;
}

.dropDown-content a {
    color: black;
    padding: 0.2rem 0 0.2rem 1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 0.2rem;
}

.showFileTypeBtn {
    display: block;
}


.menu-button {
    /* border-radius: 0.5rem; */
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px lightgray;
    padding: 0 1.1rem !important;
    text-align: center;
    background-color: #fff;
    color: #0070f0 !important;
    height: 41px;
    border: none;
}

.menu-button i {
    vertical-align: middle;
    font-size: 1.4rem;
}

.dropdown-toggle::after {
    display: none !important;
}

.share-Icon,
.info-icon {
    border: none !important;
    color: #fff !important;
    background-color: #0070f0 !important;
    font-size: 0.8rem !important;
    height: 1.7rem;
    width: 1.7rem;
    text-align: center;
}

.share-Icon img,
.info-icon img {
    height: 1rem;
    transform: translateY(1px);
    vertical-align: middle;
}

.share-Icon:hover,
.info-icon:hover {
    background-color: #0561ca !important;
}

.share-Icon:focus,
.info-icon:focus {
    box-shadow: 0 0 0 3px rgb(0 155 212 / 40%);
}

ul {
    padding-left: 0 !important;
}

.nodeTooltip {
    box-shadow: 0px 1px 2px 0px lightgray;
    width: 210px;
    border-radius: 2px;
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
    /* text-align: justify;*/
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    font-family: Calibre, Arial, san-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* margin: 0.5rem 0rem 0rem 18rem; */
}

.relationTooltip {
    box-shadow: 0px 1px 2px 0px lightgray;
    width: 300px;
    padding: 0.9rem 1rem 0.6rem 1rem;
    margin-top: 0.5rem;
    border-radius: 2px;
    /* text-align: justify; */
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    font-family: Calibre, Arial, san-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nodeTooltip #nodeHeading {
    line-height: 1;
}

#relationTarget {
    float: right;
    width: 50%;
    line-height: 1;
    text-align: right;
    padding-left: 5px;
}

#relationSource {
    float: left;
    width: 50%;
    line-height: 1;
}

.normal {
    font-weight: 400;
}

.sidebar {
    /* height: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 4rem 0rem 0.5rem 0rem;
    z-index: 3;
}

.copyMenu input {
    cursor: pointer;
    padding-top: 4px;
}

.copy-btn svg {
    height: 22px;
    vertical-align: bottom;
}

.copyMenu input:focus {
    outline: none;
}

.sidebar a:hover {
    color: #ed3b9c;
}


.closebtn:hover {
    background-color: #db1480;
}

.btn-open-sidebar {
    cursor: pointer;
    border: none;
    height: 2.3rem;
    width: 2.3rem;
    border-radius: 50%;
    color: white;
    background-color: #ed3b9c;
    text-align: center;
    position: fixed;
    right: 1.5rem;
    top: 1.1rem;
    z-index: 1;
}

.btn-open-sidebar i {
    vertical-align: middle;
}

.btn-open-sidebar:hover {
    background-color: #0069B5;
}

.prev-slider-btn {
    border: none;
    height: 2.6rem;
    width: 2.6rem;
    /* padding: 4px 8px; */
    box-shadow: 0 2px 20px #1e1e1e12;
    border-radius: 50%;
    background-color: white;
    color: #0069B5;
    font-size: 0.8rem;
}

.prev-slider-btn1,
.next-slider-btn1,
.reset-slider-btn1 {
    border: none;
    background-color: white;
    color: #0069B5;
    font-size: 13px;
    /* font-size: 0.8rem; */
}

#preBtn:hover {
    color: #a61780;
}

#nxtBtn:hover {
    color: #a61780;
}


.prev-slider-btn1 span,
.next-slider-btn1 span,
.reset-slider-btn1 span {
    vertical-align: text-top;
}

.next-slider-btn {
    box-shadow: 0 2px 20px #1e1e1e12;
    border: none;
    height: 2.6rem;
    width: 2.6rem;
    border-radius: 50%;
    background-color: white;
    color: #0069B5;
    font-size: 0.8rem;
}

.reset-slider-btn {
    border: none;
    height: 1.9rem;
    width: 1.9rem;
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    background-color: #ed3b9c;
}

.bi-three-dots-vertical {
    font-size: 1.5rem;
}

#hrLine {
    height: 2px;
    width: 271px;
    position: relative;
    background-image: url(../images/errow-line.png);
    background-position: center;
    background-repeat: no-repeat;
}

#hrLine::after {
    content: url('../images/right-arrow.png');
    position: absolute;
    top: -7px;
    right: 0;
}

#hrLineLegend {
    height: 2px;
    width: 40px;
    position: relative;
    background-image: url(../images/errow-line.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    top: -4px;
}

#hrLineLegend::after {
    content: url('../images/right-arrow.png');
    position: absolute;
    top: -14px;
    right: 0;
}

.share-menu {
    top: 17px !important;
    left: -7px !important;
    box-shadow: 0px 0px 2px 0px lightgray !important;
    /* border-radius: 0px !important; */
    border-radius: 3px !important;
    text-align: left !important;
    transform: translate(4px, 27px) !important;
}

.social-media-list {
    list-style: none;
}

.copy-link {
    font-family: Calibre, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.social-media-heading {
    text-decoration: none;
    color: black;
    padding: 0rem 1rem;
    font-family: Calibre, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    align-items: center;
    width: 100%;
    display: inline-flex;
    vertical-align: text-top;
}

.url-social-media {
    font-size: 14px;
    border: none !important;
    color: #000000;
}

.bi-copy {
    cursor: pointer;
    font-size: 0.8rem;
    color: #0070f0;
}

.social-list:hover {
    background-color: #f0f4f5;
}

.form-floating {
    box-shadow: 0px 0px 2px 0px lightgray;
    /* border-radius: 0.5rem; */
    /* width: 300px !important; */
    /* border: 1px solid lightgray; */
    border-radius: 2px;
}

.form-floating>label {
    padding: 0.5rem 0.75rem 0rem 0rem !important;
    font-size: 0.8rem !important;
    height: 1.7rem !important;
}

.form-floating>.form-select {
    min-height: 40px !important;
    height: 41px !important;
    padding: 0.7rem 0 0 0rem !important;
    border-top: 0;
    border-bottom: 1px solid #ff8cca;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

.text-slider {
    padding-top: 0.7rem;
    color: #000000;
    font-family: Calibre, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.heading-slider {
    padding-top: 1rem;
    color: #000000;
    font-family: Calibre, Arial, san-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.form-select:focus {
    outline: none !important;
}


/*******************************Topics Dropdown****************************/

.small {
    transform: scale(0.99) translateY(-0.85rem) translateX(-0.15rem);
    position: absolute;
}

.select-menu .select-btn {
    display: flex;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
}

.select-menu .options {
    position: absolute;
    overflow-y: auto;
    width: 100%;
    left: 0;
    padding: 0;
    margin-top: 13px;
    /* border-radius: 4px; */
    background: #fff;
    box-shadow: 0 0 2px 0px lightgray;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    display: none;
}

.select-menu .options .option {
    display: flex;
    cursor: pointer;
    padding: 6px 11px;
    /* border-radius: 4px; */
    align-items: center;
    background: #fff;


    font-family: Calibre, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    /* padding: 8px 16px 8px 56px; */
    line-height: 16px;
    background-color: #fff;
    text-align: left;
}

.select-menu .options .option:hover {
    background: #f0f4f5;
}

.select-menu .options .option .option-text {
    color: black;
    padding-top: 6px;
}

.select-btn i {
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg) translateY(5px);
}

.select-btn.active .fa-chevron-down {
    transform: translateY(-0.25rem);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

.sBtn-text {
    line-height: 18px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-wrap: nowrap;
    font-family: Calibre, Arial, san-serif;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 22px; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* line-height: 32px!important; */
}

.sBtn-text.active {
    padding-top: 0.5rem;
    font-weight: 600;
}

.sBtn-text.active~.fa-chevron-down {
    transform: translateY(-5px);
}

.btn-close {
    font-size: 0.7rem;
    opacity: 1 !important;
}

.modal-header {
    padding-bottom: 0rem !important;
}

/* .model-detail {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
} */

.btn-model-detail {
    /* font-size: 0.8rem; */
    /* text-decoration: none; */

    margin: 0;
    font-family: Calibre, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    background-color: transparent;
    text-decoration: none;
    color: #0070f0;

}

.model-heading {
    /* padding-bottom: 0.9rem;
    color: #0069b5;
    font-size: 2rem;
    font-weight: 600; */

    font-family: Calibre, Arial, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.modal-dialog {
    min-width: 50%;
}

.modal-content {
    box-shadow: 0px 0px 3px 0px lightgray !important;
    border-radius: 2px !important;
}

.model-detail {
    font-family: Calibre, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #555 !important;
}

.modal-body {
    padding: 0 1.8rem 1.5rem 1.8rem !important;
}

.slider-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
    max-height: 83vh;
    padding-right: 3rem;
    padding-left: 3rem;
}

.slider-menu::-webkit-scrollbar {
    width: 7px;
}

.slider-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px 0 #c7c7c7;
    ;
    border-radius: 10px;
}

.slider-menu::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
}

.slider-menu::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
    border-radius: 10px;
}

.slider-btn-group {
    padding: 0.5rem 2.9rem 0rem 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px 0 #c7c7c7;
    ;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
    border-radius: 10px;
}

.videoMenu svg {
    height: 65px;
}


.copyMenu {
    position: relative;
    transition: box-shadow 0.3s ease;
}

.copyMenuShadow {
    box-shadow: 0 0 5px 2px rgba(66, 140, 236, 0.3);
}

.tooltipCopyDiv {
    position: absolute;
    top: calc(100% + -4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #0561ca;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#copyUrl:focus+.tooltipCopyDiv {
    opacity: 1;
}

.fa-chevron-left,
.fa-chevron-right,
.fa-undo {
    vertical-align: sub;
}

.mapLabels {
    font-family: Calibre, Arial, sans-serif;
}

button:focus-visible {
    outline: 0;
}

.main-container {
    padding: 0rem 5rem;
}

.map-container {
    margin-bottom: 3rem;
}

.myIframe {
    margin-top: 1rem;
    width: 100%;
    height: 90vh;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes changeContent {
    from {
        content: "\f0c9";
    }

    to {
        content: "\f00d";
    }
}

/* @media screen and (max-width: 991px) {
    .btn-open-sidebar {
        top: 1rem;
        right: 1.2rem;
    }

    .sidebar .closebtn {
        top: -3px;
    }

    .slider-menu {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .slider-btn-group {
        padding: 0.5rem 1.5rem 0rem 0;
    }
} */

/* @media screen and (max-width: 700px) {
    .sidebar .closebtn {
        left: 20px;
    } */

/* .sidebar {
        width: 80vw;
    } */

/* .btn-open-sidebar {
        top: 0rem;
        height: 1.5rem;
        width: 1.5rem;
        right: 0px;
    } */

/* #legends {
        bottom: 2.5rem;
    } */

/* .fa-chevron-left {
        font-size: 14px;
    } */

/* .sidebar .closebtn {
        height: 1.5rem;
        width: 1.5rem;
    } */

/* .fa-chevron-right {
        font-size: 14px;
    } */

/* .main-container {
        padding: 0rem 1rem;
        /* text-align: justify; */
/* } */
/* .prev-slider-btn {
        height: 1.5rem;
        width: 1.5rem;
        margin: auto;
    }
    .next-slider-btn {
        height: 1.5rem;
        width: 1.5rem;
    }
    .reset-slider-btn {
        height: 1.5rem;
        width: 1.5rem;
    }
} */
.template-card {
    display: none;
}

#mySidebar {
    align-items: center;
    background: none;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    /* display: none; */
}

.card.active {
    /* background-color: #2c73bb; */
    /* font-size: 30px; */
    opacity: 100%;
}

.card {
    opacity: 100%;
    box-shadow: 0px 0px 20px 1px #d7d1d1;
}

.marginCard {
    margin-top: 30vh;
    margin-bottom: 70vh;
}

 .mapButtons {
    position: fixed;
    right: 0;
    top: 37%;
    margin-right: 20px;
} 

#radioContainer input[type="radio"] {
    display: block;
    margin: 10px 16px;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    background-color: #999999;
    border-radius: 50%;
}

#radioContainer input[type="radio"]:checked {
    background-color: #0069B5;
    border: none;
}

#radioContainer input[type="radio"]:hover {
    background-color: #a61780;
    border: none;
}


@media screen and (max-width: 700px) {
    .marginCard {
        margin-top: 100px;
        margin-bottom: 530px;
    }

    /* #legends {
        bottom: 1.2rem;
    } */
    .mapButtons {
        display: none;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }
}
@media screen and (min-height: 700px) {
    .mapButtons{
        top: 40%;
    }
}