html {
    font-size: 14px;
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../webfonts/poppins-medium.ttf') format('truetype');
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'poppins-medium' !important;
}
.raphael-group-9-datalabel, svg {
    font-family: 'poppins-medium' !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.leftimg img {
    width: 40px;
}

.leftimg span {
    display: inline-block;
    vertical-align: middle;
}

    .leftimg span label {
        display: block;
        line-height: 28px;
        padding-left: 10px;
        font-size: 19px;
        color: #003c95;
    }

.typewriter-animation {
    animation: typewriter 8s steps(50) 1s 1 normal both, blinkingCursor 500ms steps(50) infinite normal;
}
.highcharts-axis-labels span {
    font-weight: bold;
    font-family: 'poppins-medium' !important;
}
.highcharts-axis-labels text {
    font-weight: bold;
    font-family: 'poppins-medium' !important;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinkingCursor {
    from {
        border-right-color: rgba(255,255,255,.75);
    }

    to {
        border-right-color: transparent;
    }
}

.cursor {
    position: relative;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #006d83;
}

.navbar-nav .nav-item:first-child {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav .nav-item:nth-child(2), .navbar-nav .nav-item:nth-child(3), .navbar-nav .nav-item:nth-child(4), .navbar-nav .nav-item:nth-child(5), .navbar-nav .nav-item:nth-child(6), .navbar-nav .nav-item:nth-child(7), .navbar-nav .nav-item:nth-child(8) {
    padding-right: 15px;
    padding-left: 15px;
}




dl, ol, ul {
    margin-bottom: 0rem;
}

.nav-item img {
    mix-blend-mode: multiply;
}

.nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bgmenu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #1034a6;
    background-image: linear-gradient(315deg, #1034a6 0%, #1560bd 74%);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 1px
}

/*@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/

.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #fff;
}
.stats-icon {
    padding: 62px 52px;
    -webkit-border-radius: 12px 60px 60px 12px;
    -moz-border-radius: 12px 60px 60px 12px;
    border-radius: 12px 60px 60px 12px;
    margin-right: 14px;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.card-header {
    border: 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    display: inline-flex;
    padding: 0;
}

.card:has(.card-header) .card-body {
    -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-title {
    margin: 0;
    position: relative;
    padding: .75rem 1rem;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    font-size: 18px;
}

.card-info .card-body {
    background: #2d3ebc;
}

.card-info .card-header .card-title {
    background: #2d3ebc;
    padding: 10px 8px;
}

.card-warning .card-body {
    background: #d59600;
}

.card-warning .card-header .card-title {
    background: #d59600;
    padding: 10px 8px;
}

.card-success .card-header .card-title {
    background: #548b0f;
    padding: 10px 8px;
}

.card-success .card-body {
    background: #548b0f;
}

.card-danger .card-body {
    background-color: #ad2b16;
}

.card-danger .card-header .card-title {
    background-color: #ad2b16;
    padding: 10px 8px;
}

.card-title:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.card-info .card-header .card-title:after {
    background: #f8f8f8;
}

.card-info .card-header .card-title:before {
    background: #2d3ebc;
}

.card-danger .card-header .card-title:after {
    background: #f8f8f8;
}

.card-danger .card-header .card-title:before {
    background: #ad2b16;
}

.card-success .card-header .card-title:after {
    background: #f8f8f8;
}

.card-success .card-header .card-title:before {
    background: #548b0f;
}

.card-warning .card-header .card-title:after {
    background: #f8f8f8;
}

.card-warning .card-header .card-title:before {
    background: #d59600;
}

.card-title:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 30px;
    height: 25px;
}

.card_box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 4px;
    position: relative;
}

.nav-link {
    padding: 5px 0px;
    cursor: pointer;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}


    .nav-link:hover {
        background-color: #0dcaf0;
    }
    #containerRace {
        width: 100%;
        height: 515px;
    }

#container {
    width: 100%;
    height: 597px;
}
#container1930 {
    width: 100%;
    height: 500px;
}

.highcharts-figure {
    margin: 0;
}

#play-controls {
    max-width: 1000px;
    padding: 5px 0px;
}
.highcharts-figure {
    max-width: 100%!important;
}
#play-pause-button {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid rgba(2, 117, 255, 1);
    border-radius: 25px;
    color: white;
    background-color: rgba(2, 117, 255, 1);
    transition: background-color 250ms;
}

    #play-pause-button:hover {
        background-color: rgba(2, 117, 255, 0.5);
    }

#play-range {
    transform: translateY(2.5px);
    width: calc(100% - 90px);
    background: #f8f8f8;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#chartdiv {
    width: 100%;
    height: 650px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.ld-label {
    width: 200px;
    display: inline-block;
}

.ld-url-input {
    width: 500px;
}

.ld-time-input {
    width: 40px;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

#containerCircleRad {
    height: 600px;
}
#containerExit1, #containerExit2 {
    height: 500px;
}

#containerDistb {
    height: 470px;
}

#containerLien, #containerlienBar {
    height: 500px;
}

#containerAge {
    height: 447px;
}

#containerSun {
    height: 600px;
}

#containerPieRace {
    width: 100%;
    height: 480px;
}

#PieOne {
    height: 520px;
}

.green-gradient {
    background-color: #003153;
    background-image: linear-gradient(315deg, #003153 0%, #0abab5 74%);
}


.blue-gradient {
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.card-table {
    top: -52px;
    box-shadow: 0 5px 11px #0000002e, 0 4px 15px #00000026;
    border-radius: .25rem;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    position: absolute;
    width: 97%;
    margin-top: 10px;
}


@keyframes rotateturn {
    100% {
        transform: rotate(1turn);
    }
}

.box {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .box::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(var(--bs-red), #399953), linear-gradient(#fbb300, var(--bs-indigo)), linear-gradient(var(--bs-warning), #0056d3), linear-gradient(#377af5, #377af5);
        animation: rotateturn 6s linear infinite;
    }

    .box::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: white;
        border-radius: 5px;
    }

#stcomp1 {
    height: 700px;
}
#statecomp1 {
    height: 700px;
}
#stmap0 {
    height: 700px;
}
#statmexit3 {
    height: 700px;
}

#stchqexit3 {
    height: 700px;
}


    #stcomp1 svg, #stmap0 svg, #statecomp1 svg, #statmexit3 svg, #stchqexit3 svg {
        margin-left: 60px;
        margin-top: 64px;
        transform: scale(1.16);
    }

.table thead tr th {
    background: #6c7ae0;
    color: #fff;
    font-weight: 500;
}



.raphael-group-eamEOPJA {
    display: none !important;
}



[pointer-events="bounding-box"] {
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #198754;
}

.carousel-indicators {
    bottom: -53px;
}
