﻿.bilaspur_Zone {
    display: inline;
    cursor: pointer;
    fill: #5fd35f;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.674952;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-miterlimit: 8.94118;
    stroke-dasharray: none;
    stroke-opacity: 1;
    
}
    .bilaspur_Zone:hover {
        fill: #3cb043; /* hover color */
    }


.durg_Zone {
    display: inline;
    cursor: pointer;
    fill: #ffcc00;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.674952;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-miterlimit: 8.94118;
    stroke-dasharray: none;
    stroke-opacity: 1;
}
    .durg_Zone:hover {
        fill: rgb(168, 135, 3); /* hover color */
    }

.raipur_Zone {
    display: inline;
    cursor: pointer;
    fill: #ff9955;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.674952;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-miterlimit: 8.94118;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

    .raipur_Zone:hover {
        fill: rgb(173, 72, 5); /* hover color */
    }

.bastar_Zone {
    display: inline;
    cursor: pointer;
    fill: #ff5555;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.674952;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-miterlimit: 8.94118;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

    .bastar_Zone:hover {
        fill: rgb(156, 6, 6); /* hover color */
    }

.sarguja_Zone {
    display: inline;
    cursor: pointer;
    fill: #80b3ff;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.674952;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-miterlimit: 8.94118;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.sarguja_Zone:hover {
        fill: rgb(4, 74, 179); /* hover color */
    }