﻿.modals {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(10,10,10,0.8);
    top: 0;
    left: 0;
    z-index: 99999;
    padding-top: 25px;
}



.agri-modals {
    color: #020301;
    img

{
    max-width: 100%;
}
    .container

{
    padding: 35px;
}

h2 {
    text-align: center;
    color: white;
    background: #2f3c20;
    padding: 20px;
    margin: 20px;
    border-radius: 15px;
}

h3 {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 15rem;
    align-content: center;
    width:100%;
}

.h3style1 {
    background-color: #2f3c20;
    color: white;
}

.h3style2 {
    background-color: #fcdb5a;
    color: #020301;
}

fieldset {
    border: 2px solid #eee;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 30px;
    padding: 10px;
    padding-right: 0;
    height: 300px;


    .dot

{
    position: absolute;
    right: -15px;
    bottom: -15px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: #eee;
}

}
.fieldset2 fieldset {
    height: 380px
}

table {
    background:rgba(200,200,200,0.5); border-radius:20px;

}
td {
    font-size: 2rem;
    padding: 20px;
    white-space:nowrap;

    img{
           max-width:75%;
       }
}

}

polygon.hoverable {
    fill: transparent;
    stroke: none; /* Replace with none if you like */
    stroke-width: 4;
    cursor: pointer;
}

    polygon.hoverable:hover {
        stroke: #fff;
    }


.timeline .__item:hover .__image img
Specificity: (0,4,1) {
    width: 120% !important;
    height: 120% !important;
}