.country-profile {
    width: 100%;
}

    .country-profile .middle-container {
        background-color: Var(--bg-bgblue);
    }

    .country-profile #sankey_basic {
        pointer-events: none;
    }

    .country-profile .floating-container {
        position: relative;
        bottom: 3em;
        width: 82%;
    }

    .country-profile .box-one {
        width: 23%;
        background-color: Var(--bg-boxpink);
        padding: 1em 2em;
    }

        .country-profile .box-one .text {
            color: #DCFFFF;
            line-height: 1.25em;
        }

    .country-profile .text {
        color: Var(--white);
        font-size: 1.3em;
    }

    .country-profile .text-one {
        color: Var(--white);
        font-size: 2em;
        font-weight: bold;
        padding-top: 3px;
    }

    .country-profile .box-two {
        width: 23%;
        background-color: Var(--bg-boxpurple);
        padding: 1em 2em;
    }

        .country-profile .box-two .text {
            color: #F9FFE0;
            line-height: 1.25em;
        }

    .country-profile .box-three {
        width: 25%;
        background-color: Var(--bg-boxpurple);
        padding: 1em 2em;
    }

    .country-profile .bottom-container {
        background-color: Var(--white);
    }

        .country-profile .bottom-container .content {
            width: 100%;
        }

        .country-profile .bottom-container .title {
            font-size: 1.5em;
            font-weight: bold;
            padding: 1em 1em .2em 0.6em;
            border-bottom: 1px solid lightgray;
        }

        .country-profile .bottom-container .main-title {
            padding: 2em 0 2em 0.5em;
            align-items: end;
        }

        .country-profile .bottom-container .main-title-2 {
            padding-top: 1em;
        }

    .country-profile .title-head {
        font-size: 2em;
        font-weight: bold;
        line-height: 1em;
    }

    .country-profile .arrow {
        font-size: 4em;
        color: #00bfff;
    }

    .country-profile .parallelogram-container {
        width: 100%;
        height: 440px;
        position: relative;
    }

    .country-profile .parallelogram-1 {
        position: relative;
        top: 100px;
        left: 90px;
        width: 220px;
        height: 100px;
        transform: skew(-62deg, 24deg);
        background: #80BC00;
    }

    .country-profile .parallelogram-2 {
        position: relative;
        top: 65px;
        left: 100px;
        width: 180px;
        height: 90px;
        transform: skew(-62deg, 24deg);
        background: #AACF7F;
        border: white solid;
        border-radius: 4px;
        border-width: 4px 8px;
    }

    .country-profile .parallelogram-3 {
        position: relative;
        top: 50px;
        left: 110px;
        width: 150px;
        height: 80px;
        transform: skew(-62deg, 24deg);
        background: #DCEAC9;
        border: white solid;
        border-radius: 4px;
        border-width: 4px 8px;
    }

    .country-profile .parallelogram-5 {
        position: relative;
        left: 120px;
        top: 40px;
        width: 124px;
        height: 64px;
        transform: skew(-62deg, 24deg);
        background: #EFF5E7;
        border: white solid;
        border-radius: 4px;
        border-width: 4px 8px;
    }

    .country-profile .p1 {
        position: absolute;
        top: 3.5em;
        /*left: 165px;*/
        color: #323232;
        font-size: 1.25em;
        width: 380px;
        text-align: center;
        left: 0;
    }

    .country-profile .p11 {
        position: relative;
        top: -170px;
        /*left: 165px;*/
        color: #323232;
        font-size: 1.25em;
        width: 380px;
        text-align: center;
        left: 0;
    }

    .country-profile .p2 {
        position: relative;
        top: -135px;
        /*left: 165px;*/
        color: #323232;
        font-size: 1.25em;
        width: 380px;
        text-align: center;
        left: 0;
    }

    .country-profile .p3 {
        position: relative;
        top: -110px;
        /*left: 160px;*/
        color: #323232;
        font-size: 1.25em;
        width: 380px;
        text-align: center;
        left: 0;
    }

    .country-profile .p4 {
        position: absolute;
        top: 6.85em;
        left: 28.25em;
    }

    .country-profile .p5 {
        position: absolute;
        top: 10em;
        left: 28.25em;
    }

    .country-profile .p6 {
        position: absolute;
        top: 13.45em;
        left: 28.25em;
    }

    .country-profile .p7 {
        position: absolute;
        top: 17em;
        left: 28.25em;
    }

    .country-profile .L1 {
        position: absolute;
        top: 30%;
        left: 23em;
        width: 75px;
        text-align: left;
        margin-left: 0;
        border-width: 1px;
        border-color: #D1D1D1;
    }

    .country-profile .L2 {
        position: absolute;
        top: 43%;
        left: 20em;
        width: 130px;
        border-color: #D1D1D1;
        text-align: left;
        margin-left: 0;
        border-width: 1px;
    }

    .country-profile .L3 {
        position: absolute;
        top: 58.5%;
        left: 18.15em;
        width: 165px;
        text-align: left;
        margin-left: 0;
        border-width: 1px;
        border-color: #D1D1D1;
    }

    .country-profile .L4 {
        position: absolute;
        top: 73%;
        left: 16.5em;
        width: 196px;
        text-align: left;
        margin-left: 0;
        border-width: 1px;
        border-color: #D1D1D1;
    }

    .country-profile .bar-container {
        width: 100%;
        height: 440px;
    }

    .country-profile .ncd-image {
        width: 74%;
        display: flex;
        align-self: center;
    }

    .country-profile .risk-image {
        width: 82%;
        display: flex;
        align-self: center;
    }

    .country-profile .menu-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: -1px;
    }

        .country-profile .menu-container .tab-content {
            width: 100% !important;
        }

        .country-profile .menu-container .switch-container {
            width: 82%;
        }


            .country-profile .menu-container .switch-container .lineCol-1 {
                background-color: Var(--bg-boxpink);
            }

            .country-profile .menu-container .switch-container .lineCol-2 {
                width:85px;
                height:85px;
                margin: auto;
            }
            @media only screen and (max-width: 1599px){
                .country-profile .menu-container .switch-container .lineCol-2 {
                    width: 60px;
                    height: 60px;
                }
            }
              .country-profile .menu-container .nav-tabs {
                    justify-content: center;
                    background-color: Var(--bg-bgblue);
                    width: 100%;
                    border-bottom: 1px solid var(--blue-light);
                }

            .country-profile .menu-container .nav-tabs .nav-link {
                padding: 0.5rem 0.5em 0.5rem;
                height:100%;
            }
._ncdrisk li, ._ncdrisk div {
    height: 100%;
}
.country-profile .menu-container .nav-tabs .nav-link.active {
    background-color: white !important;
    border-bottom: 2px solid white !important;
}
.country-profile .menu-container .nav-tabs .tab-tab .nav-link.active{
    height:101%;
}
.country-profile .menu-container .nav-tabs .tab-tab .nav-link.active, .country-profile .menu-container .nav-tabs .tab-risk .nav-link.active {
    border-left: 1px solid var(--blue-light) !important;
    border-right: 1px solid var(--blue-light) !important;
    border-bottom: 3px solid white !important;
}
        .country-profile .menu-container .nav-tabs {
            justify-content: center;
            background-color: Var(--bg-bgblue);
            width: 100%;
            border-bottom: 1px solid var(--blue-light);
        }

        .country-profile .menu-container .nav-tabs .nav-link.active {
            background-color: white !important;
            border-bottom: 2px solid white !important;
        }

    .country-profile .menu-container .nav-tabs .tab-tab .nav-link.active, .country-profile .menu-container .nav-tabs .tab-risk .nav-link.active {
        border-left: 1px solid var(--blue-light) !important;
        border-right: 1px solid var(--blue-light) !important;
        border-bottom: 3px solid white !important;
    }

    .country-profile .menu-container .nav-tabs .tab-tab .nav-item:first-child .nav-link.active, .country-profile .menu-container .nav-tabs .tab-risk .nav-item:first-child .nav-link.active {
        border-left: none !important;
        border-bottom: 2px solid white !important;
    }

    .country-profile .menu-container .nav-tabs .tab-tab .nav-item:last-child .nav-link.active, .country-profile .menu-container .nav-tabs .tab-risk .nav-item:last-child .nav-link.active {
        border-right: none !important;
        border-bottom: 2px solid white !important;
    }

    .country-profile .menu-container .nav-tabs .nav-link.active .ncd-text {
        color: Var(--tx-orange) !important;
    }

    .country-profile .menu-container .nav-tabs .nav-link.active .diseases-text {
        color: Var(--tx-orange) !important;
    }

    .country-profile .menu-container .nav-tabs .nav-link.active .risk-text {
        color: Var(--tx-green) !important;
    }

.country-profile .menu-container .tab-row {
    background-color: Var(--bg-boxpink) !important;
    color: Var(--bg-boxpink);
    border-right: 1px solid var(--blue-light);
    font-size: 0.8em;
    padding: 0.125em 1.25em;
}

.country-profile .menu-container .tab-col {
    width: 100%;
}

.country-profile .menu-container .tab-row-one {
    background-color: Var(--bg-boxpink) !important;
    color: white;
    border-right: 1px solid var(--blue-light);
    padding: 0.125em 1.25em;
    font-size: 0.8em;
}

.country-profile .menu-container .tab-row-two {
    background-color: Var(--bg-boxpink) !important;
    color: white;
    padding: 0.125em 1.25em;
    font-size: 0.8em;
}

.country-profile .menu-container .tab-column-one {
    border-left: 1px solid var(--blue-light);
    width: 11%;
    background-color: #f0faff;
}

    .country-profile .menu-container .tab-column-one:hover {
        border-bottom: none !important;
    }

.country-profile .menu-container .tab-column-two {
    border-right: 1px solid var(--blue-light);
    background-color: #fbfef4;
}

.country-profile .menu-container .tab-tab {
    width: 91.5%
}

.country-profile .menu-container .tab-column {
    border-left: 1px solid var(--blue-light);
    border-right: 1px solid var(--blue-light);
    background-color: #f0faff;
}

    .country-profile .menu-container .tab-column .nav-item {
        width: 25%;
    }

.country-profile .menu-container .tab-risk {
    width: 44.5%;
}

.country-profile .menu-container .tab-column-two .nav-item {
    width: 25%;
}

.country-profile .menu-container .menu-text {
    display: flex;
    align-self: center;
    color: black;
    font-size: 0.8em;
    white-space: nowrap;
    padding-top: 0.25em;
    justify-content: center;
}

.progressMonitor .style.ruled-block {
    padding-left: 2.5em;
}

.ruled-block .ruled-content {
    position: relative;
    flex: 1;
    padding-left: 0;
}

    .ruled-block .ruled-content .bg-white {
        background: white;
        z-index: 9;
        position: relative;
        padding: 0 2em 0 0;
    }

    .ruled-block .ruled-content::after {
        position: absolute;
        content: "";
        background: lightgray;
        height: 1px;
        width: 98%;
        left: 0;
        top: 17px;
        z-index: 1;
    }

.country-profile .progressMonitor .collapse.show {
    border-bottom: none !important;
}

.country-profile .progressMonitor .card {
    border: none;
    border-radius: 0;
}

.country-profile .linear-block {
    position: relative;
}

.country-profile .year-block-para {
    position: absolute;
    bottom: 16%;
    left: -7%;
}

.country-profile .linear-block .linear-block-para {
    /*position: absolute;
    top: 28%;
    left: -9%;
    white-space: nowrap;*/
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: top left;
    left: 2.5em;
}
.col-md-1.y-label{
    padding-top:107px;
}
span.indicator_unit_graph {
    display: block;
    text-align: center;
    font-size: 0.8em;
}

/*.country-profile .linear-block .linear-block-para .population-block, .country-profile .year-block-para .population-block {
    transform: rotate(-90deg);
}*/
.linear-block-para .population-block {
    /*transform: rotate(-90deg);
    left: 0;
    position: absolute;
    top: 50%;*/
    transform: scaleX(-1);
    /*white-space: nowrap;*/
    width: 255px;
    text-align: center;
    line-height: 16px;
}

.country-profile .map .title-text {
    padding-right: 0 !important;
}

@media only screen and (min-width:1750px) and (max-width:1800px) {

    .country-profile .text {
        font-size: 1em;
    }
}

@media only screen and (min-width:1600px) and (max-width:1749px) {

    .country-profile .text {
        font-size: 1.2em;
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {

    .country-profile .text {
        font-size: 1.2em;
    }

    .country-profile .box-one, .country-profile .box-two, .country-profile .box-three {
        padding: 1em 1.25em;
    }
}

@media only screen and (min-width:1024px) and (max-width:1399px) {

    .country-profile .text {
        font-size: 1em;
    }

    .country-profile .box-one, .country-profile .box-two, .country-profile .box-three {
        padding: 1.25em 1.25em;
    }
}

.country-profile .collapse.show {
    border-bottom: 1px solid #6F6F6F;
}

.country-profile .card {
    border: 1px solid #E5E5E5;
}

.progressMonitor .card-header .h5 {
    font-size: 1.4em;
    margin-bottom: -3px;
}

.country-profile .rz-dropdown, .country-profile .rz-dropdown:hover, .country-profile .rz-dropdown:focus {
    width: auto !important;
    border: 1px solid orange !important;
    border-radius: 7em;
    padding: 0 1.5em;
    height: 30px;
    background: transparent;
}

    .country-profile .rz-dropdown.moratality-year-drop, .country-profile .rz-dropdown.moratality-year-drop:hover, .country-profile .rz-dropdown.moratality-year-drop:focus {
        width: 8em !important;
        padding: 0 1em;
    }

.country-profile .filter-container .rz-dropdown {
    width: 13% !important;
}

    .country-profile .filter-container .rz-dropdown .rz-placeholder {
        font-size: 1em;
    }

.country-profile .filter-container .filter-search.rz-dropdown, .country-profile .filter-container .filter-search.rz-dropdown:hover, .country-profile .filter-container .filter-search.rz-dropdown:focus {
    width: auto !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 4px;
    padding: 0.2em 1em;
    min-height: 35px;
    background: #FCFCFC;
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
}

.country-profile .selected-filter-head {
    color: var(--black);
    /*padding-right: 1em;*/
    font-size: 1.25em;
    font-weight: 600;
}

.country-profile .selected-filter-head-cvd {
    color: var(--black);
    /*padding-right: 1em;*/
    font-size: 1.5em;
    font-weight: 600;
}


.country-profile .data-container .chart-container.line-chart-container {
    padding-bottom: 2em;
}

.country-profile .filter-container select.filter-col-1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(/images/CountryProfile/down.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    width: 90px;
}

.country-profile .data-container .chart-container.line-chart-container .line-chart-item {
    margin: 0 1em 0 0;
    display: flex;
    align-items: center;
}

    .country-profile .data-container .chart-container.line-chart-container .line-chart-item img.gender-icons-boy {
        width: 35px;
        margin-right: 8px;
    }

    .country-profile .data-container .chart-container.line-chart-container .line-chart-item img.gender-icons-girl {
        width: 26px;
        margin-right: 8px;
    }

    .country-profile .data-container .chart-container.line-chart-container .line-chart-item img.gender-icons-all {
        width: 18px;
        margin-right: 8px;
    }

    .country-profile .data-container .chart-container.line-chart-container .line-chart-item img.gender-icons-rural {
        width: 35px;
        margin-right: 8px;
        margin-top: -5px;
    }

.trend-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
}

.trend-label {
    margin-bottom: 0;
    padding: 12px;
}

.country-profile .rz-clear .rz-dropdown-label {
    font-weight: 500;
}

@media only screen and (min-width: 1880px) {
    .country-profile .rz-dropdown {
        width: 10% !important;
    }

        .country-profile .rz-dropdown:hover, .country-profile .rz-dropdown:focus {
            width: 10% !important;
        }

        .country-profile .rz-dropdown.moratality-year-drop, .country-profile .rz-dropdown.moratality-year-drop:hover, .country-profile .rz-dropdown.moratality-year-drop:focus {
            width: 8em !important;
        }

    .country-profile .filter-container .rz-dropdown .rz-placeholder {
        font-size: 1.25em;
    }
}

@media only screen and (min-width: 1660px) {
    .country-profile .bottom-container .main-title {
        width: 70%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .country-profile .selected-filter-head {
        font-size: 0.95em;
    }

    .data-container .country-container {
        padding: 0;
    }

    .country-profile .linear-block {
        padding-left: 5em;
    }
    ._lang_ar .country-profile .linear-block {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .data-container .country-container {
        padding: 0;
    }
}

@media only screen and (min-width: 1800px) {
    .country-profile .selected-filter-head {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 1906px) {
    .country-profile .filter-container .filter-search.rz-dropdown {
        width: 36% !important;
    }
}

span.head-unit {
    font-size: 0.8em !important;
}

span.head-unit-color {
    font-size: 0.8em !important;
    color: white;
}

.data-container .cust-btn-open span.head-unit, .data-container .cust-btn:hover span.head-unit {
    color: var(--tx-orange) !important;
}

.country-profile .who-country-head {
    font-size: 0.8em !important;
    font-weight: 600;
    color: var(--white);
}

.country-profile .back-download-wrapper {
    align-items: center;
}

    .country-profile .back-download-wrapper .btn.dropdown-toggle.export {
        margin: 0 !important;
        top: 0 !important;
    }

.country-profile .country-name-block {
    flex: 1;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.toolytip {
    display: none;
    position: absolute;
    background-color: #00000099;
    overflow: hidden;
    right: 0;
    z-index: 1;
    color: var(--white) !important;
    border-radius: 4px;
    text-align: left;
    padding: 0.5em 1em;
    width: 40%;
}

    .hasTooltip:hover .toolytip,
    .toolytip:hover {
        display: block;
    }

.accordion > .card {
    overflow: visible !important;
}

.toolytip .legend_head {
    font-size: 17px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0 !important;
}

.toolytip .legend_description, .toolytip .lastest_year {
    font-size: 14.5px;
    margin: 5px 0;
}

    .toolytip .lastest_year .legend_year {
        font-size: 0.9em !important;
        font-weight: bold;
    }
.toolytip .btn-modal {
    display: flex;
    justify-content: center;
    color: var(--white);
    background: var(--tx-orange);
    min-width: 160px;
    font-size: 14.5px;
    padding: 3px 10px;
    border-radius: 30px;
    height: 30px;
    outline: none !important;
    align-items: center;
    margin-top: 8px;
    border: none;
    margin-left: 50px;
}

.hasTooltip:hover:after {
    border: solid;
    border-color: #00000099 transparent;
    border-width: 7px 6px 0 6px;
    content: "";
    right: 1.99em;
    top: 39px;
    position: absolute;
    transform: rotate(180deg);
}


.modal_content .head {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}

.modal_content .head-title {
    font-size: 1.15em;
    font-weight: 600;
}

.modal_content .definition {
    font-size: 1em;
    padding-bottom: 15px;
}

.modal_content .latest-year {
    font-weight: 600;
    margin-bottom: 0;
}

    .modal_content .latest-year .year {
        color: var(--tx-orange);
    }

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .country-profile .p4 {
        top: 7.85em;
        left: 31.25em;
    }

    .country-profile .p5 {
        top: 11.4em;
        left: 31.25em;
    }

    .country-profile .p6 {
        top: 15.35em;
        left: 31.25em;
    }

    .country-profile .p7 {
        top: 19.25em;
        left: 31.25em;
    }

    .country-profile .L1 {
        left: 26em;
    }

    .country-profile .L2 {
        left: 22.5em;
    }

    .country-profile .L3 {
        left: 20.35em;
    }

    .country-profile .L4 {
        left: 18.5em;
    }

    .country-profile .p1 {
        top: 4em;
    }
}

@media screen and (max-width: 1200px) {
    .country-profile .p4 {
        top: 8.85em;
        left: 36.25em;
    }

    .country-profile .p5 {
        top: 12.95em;
        left: 36.25em;
    }

    .country-profile .p6 {
        top: 17.85em;
        left: 36.25em;
    }

    .country-profile .p7 {
        top: 22.25em;
        left: 36.25em;
    }

    .country-profile .L1 {
        left: 30em;
    }

    .country-profile .L2 {
        left: 26em;
    }

    .country-profile .L3 {
        left: 23.75em;
    }

    .country-profile .L4 {
        left: 21.5em;
    }

    .country-profile .p1 {
        top: 4.5em !important;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding: 2em 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 82%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
   
    float: right;
    font-size: 28px;
    /* color: var(--black);font-weight: bold;*/
    opacity: 1;
    background: gray;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px !important;
    margin-right: -10px !important;
    margin-bottom: 0em !important;
    text-shadow: none;
    font-weight: 100;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 10px 16px;
    color: #000;
    border: none;
}

.modal-body {
    padding: 2px 16px;
    color: #212529;
}

.indicator-modal-head {
    align-items: baseline !important;
    margin-bottom: -5px;
}

.border-wrap {
    min-height: 24px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.solid-border-1 {
    width: 50px;
    height: 5px;
    background: #80BD00;
    border-radius: 50px;
    margin: auto;
}

.solid-border-2 {
    width: 50px;
    height: 5px;
    background: #F4A81E;
    border-radius: 50px;
    margin: auto;
}

.solid-border-3 {
    width: 50px;
    height: 5px;
    background: #5A2C85;
    border-radius: 50px;
    margin: auto;
}

.dashed-border-1 {
    width: 50px;
    height: 5px;
 /*   background: transparent;*/
    border-radius: 0;
    margin: auto;
    /*border-top: 3px dashed #80bd00;*/
}

.dashed-border-2 {
    width: 50px;
    height: 5px;
    background: transparent;
    border-radius: 0;
    margin: auto;
    /*border-top: 3px dashed #F4A81E;*/
}

.dashed-border-3 {
    width: 50px;
    height: 5px;
    background: transparent;
    border-radius: 0;
    margin: auto;
    /*border-bottom: 3px dashed #5A2C85;*/
}

.dotted-border-1 {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    margin: auto;
    border-top: 2px dotted #808d00;
}

.dotted-border-2 {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    margin: auto;
    border-top: 2px dotted #F4A81E;
}

.dotted-border-3 {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    margin: auto;
    border-bottom: 2px dotted #5A2C85;
}

.acc-icon .box {
    margin-left: 7px;
}

.hasTooltip.pm-tip .tool {
    top: 4px;
    position: relative;
    transform: rotate(180deg);
    padding-right: 0.25em;
}

.hasTooltip.pm-tip:hover:after {
    top: 28px;
}

.mort-proportional .icon-error.tool {
    position: relative;
    top: 3px;
}

.mort-proportional a {
    color: #212529;
}


.hasTooltip {
    position: relative;
}
._lang_ar .hasTooltip .toolytip {
    left: -8em !important;
}
    .hasTooltip .toolytip {
        left: 0 !important;
        width: fit-content;
    }

    .hasTooltip:hover::after {
        left: 8px !important;
        top: 1.1em !important;
    }

.toolytip .legend_description, .toolytip .lastest_year {
    font-weight: normal;
}

.toolytip .lastest_year {
    width: 250px;

}


@media only screen and (min-width: 1745px) {
    .linear-block-para .population-block {
        width: 310px;
    }
}



.cancer-filter .selector {
    display: flex;
}

    .cancer-filter .selector .selector-item {
        padding: 0 0.5em;
        display: flex;
        align-items: baseline;
    }

text.highcharts-title {
    display: none;
}

.incidence-head h3 {
    font-size: 1.5em;
}



.cancer-filter .disease-name {
    margin-bottom: 0;
}

.filter-search.hypertension, .filter-search.hypertension:hover, .filter-search.hypertension:focus {
    width: 30% !important;
    margin-left: 0;
    margin-right: 0.5em;
}

.drop-label {
    margin-bottom: 0;
    font-size: 0.8em;
    padding: 1em;
    text-align: right;
}

.text.overflow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hasTooltip .toolytip.cvdtip {
    left: -10em !important;
    width: 375px !important;
}

.toolytip.cvdtip .legend_head {
    font-size: 1.1em !important;
}

.toolytip.cvdtip .legend_description, .toolytip.cvdtip .lastest_year {
    font-size: 0.95em !important;
}

.toolytip.cvdtip .btn-modal {
    width: 17em !important;
    font-size: 0.95em !important;
}

.hyper-label {
    margin: 0;
    position: absolute;
    top: 50px;
    left: 13px;
}

.cvd-para-yaxis {
    position: absolute;
    bottom: 25%;
    right: 25px;
    width:300PX;
    transform-origin: top left;
}

.map-container .container-left {
    pointer-events: none;
}

.small-text {
    font-size: 0.9em;
}

.hasTooltip .toolytip.cvdtip-legend {
    left: -10em !important;
    width: 375px !important;
}

.toolytip.cvdtip-legend .legend_head {
    font-size: 1.1em !important;
}

.toolytip.cvdtip-legend .legend_description, .toolytip.cvdtip-legend .lastest_year {
    font-size: 0.95em !important;
}

.toolytip.cvdtip-legend .btn-modal {
    width: 17em !important;
    font-size: 0.95em !important;
}

.circle-total {
    width: 15px;
    height: 15px;
    background-image: url('/images/CountryProfile/total.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background: var(--total);
    border-radius: 50%;*/
}

.circle-male {
    width: 15px;
    height: 15px;
    background-image: url('/images/CountryProfile/male.png');
    background-position: center;
    background-repeat: no-repeat;
    /*background: var(--crayola);
    border-radius: 50%;*/
}

.circle-female {
    width: 15px;
    height: 15px;
    background-image: url('/images/CountryProfile/female.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background: var(--females);
    border-radius: 50%;*/
}

.border-bottom-black {
    border-bottom: 1px solid #767171;
}

.hasTooltip .toolytip.cvdtip.cvd-top-tip {
    left: -3em;
    width: 33vw
}

.main-col-1 .align-base .align-center {
    align-items: center;
}

.navbar, .navbar-brand {
    padding: 0;
}

@media (min-width:1199px) and (max-width:1299px) {
    .publications-wrapper .col-xl-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

._w-t00ltip {
    width: 550px !important;
}

._font-sz07 {
    font-size: 0.7em !important;
    font-weight: 500;
}

#_star {
    padding-left: 10px;
}

._star-content {
    background-color: #fcd2be;
    width: 17px;
    height: 17px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: 5px;
    padding: 3px 2px 2px 4px;
    cursor: pointer;
}

    ._star-content .toolytip._w-t00ltip {
        font-size:13px;
    }

._flex-tooltip {
    display: flex;
    justify-content: start;
    align-items: center;
}

    ._flex-tooltip .hasTooltip {
        height: 26px;
        padding-left: 5px;
    }

.country-dropdown {
    margin-right: 5px;
}

.countrySearch {
    padding: 0px;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}
    .countrySearch input {
        border-radius: 100px;
        border: 1px solid #f3f3f3;
        background-color: #f3f3f3;
        padding: 5px 26px 5px 10px;
    }
    .countrySearch .blazored-typeahead {
        border: 0px;
        border-radius: 0px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
    }
    .countrySearch .blazored-typeahead__controls {
        border: 0px;
        border-radius: 0px;
        padding: 10px 10px;
    }
    .countrySearch .blazored-typeahead:focus-within {
        box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
    }
    .countrySearch .blazored-typeahead__results {
        position: absolute;
        box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
        border: 0px;
        /*height: 250px;*/
    }
        .countrySearch .blazored-typeahead__results .blazored-typeahead__result {
            padding: 4px 12px;
        }
._ChaconSearch {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 19px;
}
.countrySearch .blazored-typeahead__input-mask-wrapper{
    border-radius: 100px;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    padding: 5px 10px;
}
.countrySearch .blazored-typeahead__controls {
    border: 0px;
    border-radius: 0px;
    padding: 10px 10px;
    width: 205px;
}
.countrySearch .blazored-typeahead__input-mask {
    padding: 0px 20px 0 0 !important;
    border-radius: 0px !important;
}


/* hyper tension chart */

.node rect {
    cursor: move;
    fill-opacity: .9;
    shape-rendering: crispEdges;
}

.node text {
    pointer-events: none;
    /*text-shadow: 0 1px 0 #fff;*/
    font-family: 'SourceSansPro-Regular', sans-serif;
}


.link-confirmation {
    fill: none;
    stroke: #80BC00;
    stroke-opacity: .5;
}


.link-transaction {
    fill: none;
    stroke: #999;
    stroke-opacity: .5;
    white-space: nowrap;
}
/* hyper tension chart */

#_starHome::after {
    display: none;
}
input[type="radio"]:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0px !important;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.cvdchart input[type="radio"] {
    border: 0px solid white;
}
input [type="radio"], input[type=radio]{
    width: 15px;
    height: 15px;
    border: 3px solid white;
    border-radius: 15px;
    background-color: #f2f2f2;
    float: left;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 2px #323232;
    -webkit-box-shadow: 0px 0px 2px #323232;
    -moz-box-shadow: 0px 0px 2px #323232;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    margin-top: 4px;
    margin-right: 10px;
}