@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

a {
    color: grey;
}

body {
    /* background-color: #f1f0f0; */
    font-family: 'Roboto';

}

button:hover {
    background: grey !Important;

}

button {
    border-radius: 5px !Important;
}

/*  style for summary point  */

/* .points .plotly-customdata:nth-child(1){
    fill: rgb(225 255 255)!Important;
    stroke: #646464!Important;
    stroke-width: 3px!Important;
} */

p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
}


.btn {
    font-size: 12px;
    display: inline-block;
    background: #dedede;
    /* color:#e0e0e0; */
    text-align: center;
    padding: 5px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
}

.btn-active {
    font-size: 12px;
    display: inline-block;
    background: #565656;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
    vertical-align: top;
}


.active {
    background: #565656 !Important;
    border: 2px solid #bebebe;
    box-shadow: none !Important;
    color: rgb(255, 255, 255);
}

/* hide arrow on barcharts(like hoverinfo) */
/* .nsewdrag, .drag{ */
/*display:none;*/
/* } */


#CancerSelector,
#CancerSelector_test,
#MutationTypeSelector {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 16.8px;
    /* background-color: #f3f2f2; */
}

.dash-filter input[type='text'] {
    text-align: left !Important;
    ;
}

#CancerSelector input[type='radio'],
#CancerSelector_test input[type='radio'],
#MutationTypeSelector input[type='radio'] {
    display: none;
}

input[type='radio'] {
    display: none;
}

.form-check {
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    background-color: #f3f2f2;
    border-radius: 16px;
}

.form-check-inline {
    margin-right: 0;
}

.form-check-label {
    position: relative;
    padding: 7px 17px 8px 15px;
    border-radius: 16.8px;
    background-color: #f3f2f2;
    min-width: 160px;
    font-family: 'Roboto';
    font-size: 15px;
    color: #0973c0;
    text-align: center;
    user-select: none;
    cursor: pointer;
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}




.points .plotly-customdata {
    opacity: 1 !Important;
}

/* .overplot .xy3 .points{

} */
/* .points .plotly-customdata:nth-child(1){
    fill: rgb(225 255 255)!Important;
    stroke: #646464!Important;
    stroke-width: 3px!Important;
} */

#ringle {
    width: 967px;
    height: 940px;
    background-color: #cee1f2;
    position: absolute;
    top: -80px;
    left: -350px;
    z-index: -2;
    border-radius: 50%;

}


.date-group-labels {
    border-radius: 10px;
    border: 0px;
    background-color: #E5EAF3;
    color: black
}

.radio-items-container-div {
    width: max-content;
    background-color: #E5EAF3;
    padding: 2px 2px 2px 2px;
    border-radius: 10px;
}

input[type='radio']:checked+label {
    background-color: white;
    color: #000000;
    z-index: 100;
    font-weight: bold;
}


.column-actions {
    margin-right: 5px;
}


.xtick text {
    display: inline-flex !Important;
}

.crisp {
    display: inline-flex !Important;
}

.header__text {
    line-height: 1.6;
}


@media (max-width: 1000px) {
    #_dash-app-content {
        flex-direction: column;
    }

}

@media screen and (max-width: 900px) {
    .app__wrapper {
        flex-direction: column;
    }

    .app__wrapper h1 {
        margin: 0px 0 20px 0 !Important;
    }

    .header__text {
        width: 100% !Important;
        font-family: 'Roboto';
        line-height: 1.8;
    }

    .footer {
        flex-direction: column !Important;
        align-items: center;
        width: 100%;
    }

    .footer p {
        margin-bottom: 10px;
    }

    .WorldMap_block {
        flex-wrap: wrap;
    }

    .WorldMap_block div:nth-child(2) {
        justify-content: flex-start !Important;
    }
}

.rc-slider-handle {
    border: solid 2px #0D4667;
}

.rc-slider-handle:hover {
    border-color: #0D4667;
}

.rc-slider-dot-active {
    border-color: #0D4667;
}

.rc-slider-track-1 {
    background-color: #0D4667;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #0D4667;
    box-shadow: 0 0 0 5px #0e6394;
}

/* .footer{
} */

.dash-filter--case--sensitive {
    display: none;
}

.dash-filter input[type='text'] {
    text-align: left !Important;
    ;
}

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

.MA-block {
    border: 3px solid #f3f2f2;
    padding: 20px 30px;
    border-radius: 16px;
    min-width: 400px;
}

.MA-block div {
    border-bottom: 2px solid #f3f2f2;
    margin-bottom: 10px;
    text-align: left;
    min-width: 140px;
    display: flex;
    justify-content: flex-start;
}

.MA-block p {
    margin: 0;
    padding-bottom: 8px;
    min-width: 320px;
    font-size: 16px;
}

.MA-block span {
    font-size: 13px;
    font-weight: bold;
}

.cell-markdown a {
    text-decoration: none;
    color: #0973c0;
}

.nav-pills .nav-link:hover {
    color: #f99746 !Important;
}

.nav-pills .nav-link:focus-within {
    color: #f99746 !Important;
    font-weight: bold;

}

.nav-item {
    min-width: 120px;
    text-align: center;
}

.tooltip.show {
    opacity: 1.0;
}

.tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
    width: max-content;
    max-width: none !important;
}