body {
    background-color: #0c0c0c !important;
    color: #fff !important;
}

.texas-dr-inmate {
    cursor: pointer;
    padding: 5px;
}

.texas-dr-inmate-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 200px !important;
    height: 200px !important;
}

.texas-dr-inmate:hover {
    background-color: rgb(75, 111, 68);
}

.texas-dr-border {
    width:700px;
    border-bottom:#ccc 1.5px dotted;
    margin: auto;
}

.texas-dr-inmate-name {
    text-align: center;
    font-weight: bold;
    text-wrap: wrap;
    font-size: 15px !important;
    max-width: 100px;
    line-height: 17px !important;
    margin-bottom: 3px !important;
    color: #fff !important;
}

.texas-dr-slide {
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    max-width: 600px;
    float: right;
    margin-right: 50vw;
}

.texas-dr-caption {
    vertical-align: middle;
    padding: 10px;
    width: 80%;
    z-index: 9999;
    color: #0c0c0c !important;
    border: #d3d3d3 1px solid;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tick {
    color: #e3e3e3;
}

.texas-dr-y-axis .domain {
    stroke-width: 0;
}

.texas-dr-x-axis {
    stroke-width: 1.5px;
}

.texas-dr-x-axis text,
.texas-dr-y-axis text {
    color: #9d9d9d;
}

.texas-dr-tooltip-content {
    animation: fadeEffect 1s;
}

.texas-dr-tooltip-text {
    color: #000 !important;
}

.no-interaction {
    pointer-events: none;
}

.texas-dr-inmate-years { 
    text-align: center;
    font-size: 13px !important;
    margin-bottom: 12px !important;
    color: #d3d3d3;
    margin-top: 0 !important;
    line-height: 14px !important;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#texas-dr-inmate-grid-img {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 10px !important;
}

#texas-dr-tooltip-body {
    display: flex;
    gap: 20px;
}

#texas-dr-grid-header {
    padding: 15px;
}

#texas-dr-tooltip-name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}

#texas-dr-tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#texas-dr-container {
    display: flex;
    justify-content: center;
    height: 650px !important;
}

#texas-dr-slide-container {
    z-index: 9999;
    position: absolute;
    height: 600px !important;
    overflow: scroll;
    width: 100vw;
}

#texas-dr-chart-container {
    width: 50vw;
    position: absolute;
    height: 600px;
    left: 50vw;
    top: 0;
    z-index: 0;
    max-width: 600px;
}

#texas-dr-chart {
    width: 50vw;
    height: 600px;
    max-width: 600px;
}

#texas-dr-inmate-grid-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#texas-dr-inmate-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#texas-dr-tooltip {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgb(255, 255, 255);
    padding: 20px;
    border-radius: 5px;
    width: 650px !important;
}

#texas-dr-tooltip-close {
    float: right;
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 20px;
}

#texas-dr-tooltip-close:active,
#texas-dr-tooltip-close:focus,
#texas-dr-tooltip-close:hover {
    outline: none;
}

#texas-dr-tooltip-header p {
    color: #000;
}

#texas-dr-tooltip-info {
    padding: 10px;
    width: 400px !important;
    min-width: 400px !important;
    max-height: 300px;
    overflow-y: scroll;
}

#texas-dr-tooltip-info::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background-color: transparent;
}

#texas-dr-tooltip-info::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media screen and (max-width: 768px) {
    .texas-dr-border {
        width: 90vw;
    }

    .texas-dr-slide {
        width: 100vw;
        float: none;
        margin-right: 0;
    }

    .texas-dr-container {
        display: block;
    }


    .texas-dr-caption {
        max-width: 300px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    #texas-dr-chart {
        height: 50vh;
        width: 100%;
    }

    #texas-dr-chart-container {
        max-width: 600px;
        max-width: 700px;
        width: 100%;
        left: 0;
    }

    #texas-dr-slide-container {
        width: 100%;
        height: 450px !important;
    }


    #texas-dr-slide-0 {
        justify-content: end;
        margin-top: 20px;
    }

    #texas-dr-container {
        height: 450px !important;
    }

    #texas-dr-slide-9 {
        position: relative;
    }

    #texas-dr-legend {
        position: absolute;
        bottom: 0;
    }

    #texas-dr-tooltip-body {
        flex-direction: column;
        align-items: center;
    }

    #texas-dr-tooltip {
        width: auto !important;
    }

    #texas-dr-tooltip-info,
    #texas-dr-tooltip-body {
        width: 70vw !important;
    }

    #texas-dr-tooltip-info {
        min-width: 0px !important;
    }
}