.colamd-body-class .page-header {
    height: 150px;
    background-color: #214a82;
    display: flex;
    align-items: center;
}
.colamd-body-class h1.entry-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 45px;
    line-height: 1.5;
    margin: 0 auto;
    color: #fff;
    max-width: 1170px;
    width: 100%;
}
.circle_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    min-height: calc(100vh - 160px);
}

.circle_svg {
    max-height: calc(100vh - 160px);
    height: auto;
    margin-left: 6%;
    overflow: visible;
}

.colc_tooltip {
    position: fixed;
    bottom: auto;
    left: 0;
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.75);
    animation: appear-tip 0.6s ease forwards;
}

@keyframes appear-tip {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.img_wrpr {
    overflow: hidden;
}

.img_wrpr img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.5);
    animation: appear-tip 1.2s ease forwards;
}

.tooltip_body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: auto;
}

.tooltip_body h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin-bottom: 15px;
}

.tooltip_body p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
    margin-bottom: auto;
    flex: 1;
    max-height: 100px;
    overflow-y: auto;
}

.tooltip_body .tooltip_btns {
    margin-top: 20px;
    display: flex;
}

.tooltip_body .btn {
    border-radius: 24px;
    padding: 7px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}

.tooltip_body .btn_close {
    background-color: #282a2b;
}

.circle_svg path {
    pointer-events: none;
}

.circle_svg path[data-id] {
    transform-origin: center;
    pointer-events: all;
    transition: all 0.3s ease;
}

.circle_svg path[data-id]:hover {
    transform: scale(1.01);
}

.captions {
    cursor: pointer;
    transition: all 0.3s ease;
    transform-origin: center;
}

.circle_svg .captions path {
    pointer-events: all;
}

.captions:hover {
    opacity: 0.7;
    transform: scale(1.01);
}

.captions:hover path {
    /* stroke: rgba(251, 194, 0, 0.75); */
    /* stroke-width: 2px; */
    fill: #eb1b22;
    /* fill: black; */
}

path.from-legend,
.from-legend path {
    fill: #f16065;
    transform-origin: center;
    transform: scale(1.01);
}

.from-legend path.points-ring {
    fill: #282a2b;
}

.colc_tooltip {
    top: 25%;
}

.colc_tooltip.no-image.screen-right-top {
    top: 25%;
    bottom: auto !important;
    right: 15px;
    left: auto !important;
}

.colc_tooltip.no-image.screen-right-bottom {
    top: auto !important;
    bottom: 25%;
    right: 15px;
    left: auto !important;
}

.colc_tooltip.no-image.screen-left-top {
    top: 25%;
    bottom: auto !important;
    right: auto !important;
    left: 15px;
}

.colc_tooltip.no-image.screen-left-bottom {
    top: auto !important;
    bottom: 25%;
    right: auto !important;
    left: 15px;
}

.color-stripe p {
    padding-left: 15px;
    border-left: 5px solid;
}

.color-blue p {
    border-color: #2f58a6;
}

.color-green p {
    border-color: #209941;
}

.color-yellow p {
    border-color: #f9c617;
}

.small_captions_circle {
    fill: #1f4a80;
}

.middle_circle_sector {
    fill: #0073ba;
}

.big_circle_sector {
    fill: #1f4a80;
}

.big_circle_sector:hover,
.middle_circle_sector:hover {
    fill: transparent;
}

.captions:hover path.small_captions_circle,
.captions:hover path.middle_circle_sector,
.captions:hover path.big_circle_sector {
    fill: transparent;
}

.from-legend path.small_captions_circle,
.from-legend path.middle_circle_sector,
.from-legend path.big_circle_sector {
    fill: #282a2b;
}

path.from-legend.small_captions_circle {
    fill: #282a2b;
}

path.from-legend[data-sectors-id="17"],
.captions-sectors.from-legend[data-sectors-id="15"] path,
.captions-sectors.from-legend[data-sectors-id="14"] path {
    fill: #282a2b;
}

path.from-legend,
.from-legend path,
path.from-legend[data-sectors-id="17"]~path {
    fill: #fff;
}

path.numbers_circle_path {
    fill: transparent;
}

.captions-points .captions:hover path {
    fill: initial;
}

.captions-points .captions:hover path.numbers_circle_path {
    fill: transparent;
}

.tooltip_body ul {
    list-style: disc;
    padding-left: 18px;
}

.tooltip_body ul li+li {
    margin-top: 3px;
}

.captions-sectors.from-legend[data-sectors-id="15"]~.research_puzzle_peace_icon_inner {
    fill: #282a2b;
}

.captions-sectors.from-legend[data-sectors-id="14"]~.cross_cutting_group path {
    fill: #fff;
}

.text_v_spacing {
    display: block;
    margin-bottom: 10px;
}

.captions_sector {
    fill: transparent;
}

@media (max-width: 768px) {
    .colc_tooltip,
    .colc_tooltip.no-image {
        right: 0;
        left: 0;
    }
}

@media (max-width: 576px) {
    .circle_svg {
        max-width: 97vw;
        max-height: 97vh;
        margin-left: 0;
    }
}


/*plugin styles start*/

.sa-circle-form input,
.sa-circle-form textarea {
    width: 100% !important;
}


/*plugin styles end*/

.colc_tooltip.no-image .tooltip_body h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin-top: 0;
    margin-bottom: 15px;
}

.colc_tooltip.no-image .tooltip_body p {
    max-height: initial !important;
}

.colc_tooltip.no-image .tooltip_body .btn {
    border-radius: 24px;
    padding: 7px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}

.colc_tooltip.no-image .tooltip_body .btn:hover {
    opacity: 0.7;
}

.colc_tooltip.no-image .tooltip_body .btn {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    background: #0962CB;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    border: 0;
    white-space: nowrap;
}

.colc_tooltip.no-image .tooltip_body .btn {
    border-radius: 24px;
    padding: 7px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}

.colc_tooltip.no-image .tooltip_body .btn_close {
    background-color: #282a2b;
}

.colc_tooltip.no-image {
    z-index: 99999 !important;
}

.colc_tooltip.no-image .tooltip_body ul {
    line-height: 1.2;
    margin: 0;
}

.colc_tooltip.no-image .tooltip_body ul li {
    font-weight: normal;
    font-size: 14px;
}