html,body {
  height: 100%;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

li {
  list-style-type: none;
}

h7 {
    font-size: 0.9em;
    font-weight: 600;
}

p {
    font-size: 0.65em;
}

html,body {
  height: 100%;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

li {
  list-style-type: none;
}

select:focus {
    outline: 0;
    border: 1px solid var(--UniGreen);
}

select {
    -webkit-appearance: none;
    font-weight: 400;
    color: var(--DarkGrey);
}

textarea:focus {
    outline: 0;
    border: 1px solid var(--UniGreen);
}

/*------ Fonts --------*/

@import url(https://db.onlinewebfonts.com/c/f93da376ceb535ea82334cf2854fc62f?family=themify);
}

@font-face {
    font-family: "themify";
    src: url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.eot");
    src: url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f93da376ceb535ea82334cf2854fc62f.svg#themify")format("svg");
}

/*---- Geo Buttons ----*/

.HomeBut {
    background-image: url(Assets/icons/map-icons/Homestead.svg);
}

.CompBut {
    background-image: url(Assets/icons/map-icons/Compound.svg);
}

.WaterBut {
    background-image: url(Assets/icons/map-icons/Water.svg);
}

.PowerBut {
    background-image: url(Assets/icons/map-icons/Power.svg);
}

.StorageBut {
    background-image: url(Assets/icons/map-icons/Storage.svg);
}

.WorkshopBut {
    background-image: url(Assets/icons/map-icons/Workshop.svg);
}

.CField {
    background-image: url(Assets/icons/map-icons/Cfield.svg);
}

.SetRad {
    background-image: url(Assets/icons/map-icons/SetRad.svg);
}

.PField {
    background-image: url(Assets/icons/map-icons/PField.svg);
}

.Boundary {
    background-image: url(Assets/icons/map-icons/Boundary.svg);
}

.WaterLine {
    background-image: url(Assets/icons/map-icons/WaerLine.svg);
}

.PowerLine {
    background-image: url(Assets/icons/map-icons/PowerLine.svg);
}


/*---- Geo Buttons End ----*/

textarea {
    resize: none;
    height:200px; 
    text-align: top; 
    font-family: sans-serif;
}

.bodyMap {
    display: inline-flex;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px #CCC;
}

.bodyMapMob {
    display: inline-flex;
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.TextBox {
    display: inline-block;
    line-height: inherit;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.TextBox2 {
    -webkit-appearance: none;
    display: inline-flex;
    line-height: inherit;
    width: 100%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #CCC;
    font-size: 0.9em;
}

.Title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.radio {
    cursor: pointer; 
    height: 40px; 
    margin: 15px;
}

.radioBorder {
    opacity: 8%;
}

::-webkit-scrollbar {
    width: 5px;
    padding: 2px;
}

::-webkit-scrollbar-thumb {
      background: #CCC; 
      border-radius: 0px;
}

.MIcon {
    width: 35px;
    padding: 3px 0px 10px 5px;
}

.LIcon {
    width:50px;
    padding: 5px 0px 0px 5px;
}

.LIcon img {
    width: 35px;
}

.LInfoBox {
    padding-left: 2px;
    font-weight: 600;
}

.Lhide {
    display: none;
}

.MInfoBox {
    padding-left: 5px;
    margin-right: 15px;
}

.MName {
    min-height: 8px;
    padding: 4px 6px 4px 4px;
    margin-left: -4px;
    border-radius: 3px;
}

.LName {
    display: inline-block;
    min-height: 8px;
    line-height: 16px;
    padding: 3px 4px 2px 4px;
    margin-left: -4px;
    margin-right: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

.LName:hover {
    cursor: text;
    box-shadow: inset 0 0px 3px #416fef;
    background-color: #FFF;
}

.LInfo {
    font-weight: 400;
    margin-bottom: 0px !important;
}

.highlight {
    color:red;
}

.LItem {
    display: flex;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ebebeb;
    grid-template-columns: 50px auto auto;
}

.LItemT {
    display: flex;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ebebeb;
    grid-template-columns: 50px auto auto;
}


.LItem:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.PItem {
    display: grid;
    grid-template-columns: 40px auto auto;
    margin: 0px;
    padding: 0px;
}

.LDelete {
    margin-left: auto;
    text-align: right;
    width: 20px;
}

.ti-pencil {
    position: relative;
}

.AsCom {
    position: absolute;
    height 50px;
    margin-left: -115px;
    margin-top: -20px;
    padding: 6px 10px 6px 6px;
    border-radius: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    color: #FFF;
    background-color: var(--UniGreen);
    animation-name: bounceRight;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}

.AsComAr {
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    background-color: var(--UniGreen);
    margin-top: 3px;
    margin-right: -3px;
    right: 0;
}

.AsWat {
    position: absolute;
    height 50px;
    margin-left: -115px;
    margin-top: -20px;
    padding: 6px 10px 6px 6px;
    border-radius: 5px;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    color: #FFF;
    background-color: #1869c7;
    animation-name: bounceRight;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}

.AsWatAr {
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    background-color: #1869c7;
    margin-top: 3px;
    margin-right: -3px;
    right: 0;
}

#suggestedComs {
    margin-bottom: 15px;
}

.comstyle {
    display: inline-flex;
    color: var(--DarkGrey);
    line-height: 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    border: 1px solid var(--MidGrey);
    border-radius: 4px;
}

.scomstyle {
    display: inline-block;
    color: #FFF;
    background-color: #d4d4d4;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 2px 6px;
    border-radius: 3px;
}

.planElem {
     display: none;
    position: absolute;
    line-height: 13px;
    margin-left: -108px;
    margin-top: -1px;
    border-radius: 3px;
    font-family: 'Helvetica', sans-serif;
    font-size: 10px;
    outline: 1px solid var(--warn);
    color: var(--warn);
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 2px 6px;
}

.label {
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    background-color: transparent;
    text-align: center;
    border-radius: 20px;
}

.HomeButton {
    padding: 3px 5px;
    border: 1px solid var(--MidGrey);
    border-radius: 5px;
    color: var(--MidGrey);
    background-color: #fafafa;
    text-align: center;
    width: 40px;
}

.Bcrumb {
    display: inline-block;
    border: 1px solid var(--MidGrey);
    font-size: 14px;
    padding: 5px 8px;
    margin-left: -5px;
    border-radius: 5px;
}

.ActCrumb {
    border: 1px solid var(--UniGreen);
    color: var(--UniGreen);
    text-transform: capitalize;
    font-weight: 400;
    background-color: #FFF;
}

.CrumbRow {
    width: 100%;
    padding: 5px 20px 0px 20px;
}

#Report {
    float: right;
}

/*-.comstyle:hover {
    color: #FFF;
    border: 1px solid var(--UniGreen);
    background-color: var(--UniGreen);
    cursor: pointer;
}----*/

/*---- Comodity Colours -----*/

:root {
    --NoCommodity: hsl(0, 0%, 83%);
    --Maize: hsl(42, 100%, 75%);
    --Cassava: hsl(12, 66%, 55%);
    --Sorghum: hsl(15, 69%, 73%);
    --Millet: hsl(31, 20%, 61%);
    --Yams: hsl(1, 63%, 81%);
    --SweetPotatoes: hsl(258, 43%, 70%);
    --Cowpeas: hsl(153, 44%, 52%);
    --PigeonPeas: hsl(110, 29%, 60%);
    --SugarBeans: hsl(80, 60%, 62%);
    --KidneyBeans: hsl(336, 43%, 50%);
    --LimaBeans: hsl(268, 39%, 45%);
    --Chickpeas: hsl(22, 100%, 82%);
    --Groundnuts: hsl(46, 45%, 51%);
    --Cowpeas: hsl(37, 63%, 62%);
    --Plantains: hsl(57, 77%, 65%);
    --Bananas: hsl(51, 76%, 60%);
    --Coffee: hsl(208, 53%, 47%);
    --Cocoa: hsl(33, 64%, 22%);
    --Tea: hsl(159, 64%, 64%);
    --Cotton: hsl(49, 11%, 63%);
    --Sugarcane: hsl(24, 100%, 77%);
    --Tobacco: hsl(296, 13%, 44%);
    --Rice: hsl(233, 45%, 28%);
    --Wheat: hsl(127, 72%, 72%);
    --Tomatoes: hsl(7, 68%, 56%);
    --Onions: hsl(74, 50%, 79%);
    --Cabbage: hsl(114, 73%, 75%);
    --Peppers: hsl(15, 100%, 75%);
    --Carrots: hsl(20, 88%, 59%);
    --Spinach: hsl(98, 37%, 48%);
    --Lettuce: hsl(89, 64%, 60%);
    --Pumpkins: hsl(42, 100%, 64%);
    --Okra: hsl(149, 76%, 64%);
    --Eggplant: hsl(30, 100%, 69%);
    --Oranges: hsl(35, 76%, 62%);
    --Lemons: hsl(52, 100%, 62%);
    --Limes: hsl(83, 67%, 75%);
    --Grapefruits: hsl(6, 100%, 83%);
    --Tangerines: hsl(23, 100%, 72%);
    --Mangoes: hsl(67, 65%, 41%);
    --Pineapples: hsl(56, 100%, 47%);
    --Avocados: hsl(159, 36%, 56%);
    --Cocoa: hsl(33, 64%, 22%);
    --Papayas: hsl(8, 100%, 80%);
    --Apples: hsl(66, 66%, 55%);
    --Grapes: hsl(249, 100%, 78%);
    --Cattle: hsl(19, 26%, 44%);
    --Goats: hsl(15, 16%, 62%);
    --Sheep: hsl(48, 38%, 71%);
    --Chicken: hsl(42, 78%, 75%);
    --Ducks: hsl(168, 44%, 60%);
    --Guineafowl: hsl(245, 51%, 86%);
    --Pigs: hsl(325, 55%, 86%);
    --Rabbits: hsl(22, 67%, 69%);
    --Fish: hsl(213, 71%, 71%);
    --Honey: hsl(58, 80%, 68%);
    --Cucumbers: hsl(141, 54%, 53%);
}


.LDelete .ti-trash:hover {
    cursor: pointer;
    color: #e30000;
}

.LDelete .ti-pencil:hover {
    cursor: pointer;
    color: var(--UniGreen);
}

.ti-bookmark {
    position: relative;
    color: var(--DarkGrey);
    float: right;
    font-size: 15px;
    padding-bottom: 4px;
    margin-top: 0px;
}

.ti-bookmark:hover {
    color: var(--warn);
    cursor: pointer;
}

.ti-clipboard {
    color: var(--MidGrey);
    float: right;
    font-size: 15px;
}

.ti-clipboard:hover {
    cursor: pointer;
    color: var(--warn);
    cursor: pointer;
}

.ti-info-alt {
    color: var(--MidGrey);
    float: right;
    font-size: 15px;
}

.ti-info-alt:hover {
    cursor: pointer;
    color: var(--UniGreen);
    cursor: pointer;
}

.PlanSel {
    color: var(--warn);
}

/* requested styles */
.leaflet-popup-content p {
    margin: 4px 0px !important;
}

/*-- margin: 12px 10px 32px 10px !important; --*/

.leaflet-popup-content {
    margin: 12px 10px 10px 10px !important; 
    max-height: null !important;
    overflow-y: visible !important;
}

.leaflet-popup {
    /* transform: translate3d(797px, 300px, 0px); */
    bottom: 35px !important;
}

.leaflet-popup:has(.leaflet-popup-content-wrapper > .leaflet-popup-content > li.the-line) {
    bottom: 0 !important;
}

.leaflet-popup:has(.leaflet-popup-content-wrapper > .leaflet-popup-content > li.the-field) {
    bottom: 3px !important;
}

.leaflet-control-layers-list {
    font-weight: 400;
}

.leaflet-tooltip {
    font-weight: 500;
}

/*-----AgroRegions------*/

.info {
    padding: 8px 8px;
    background: white;
    max-width: 280px;
    max-height: 600px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    border-radius: 5px;
}

.info p {
    font-size: 12px;
    color: #6a6a6a;
}

.info .info_l {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 20px;
}

.RegionName {
    font-size: 18px;
    font-weight: 600;
}

.InfoHd {
    font-size: 13px;
    font-weight: 500;
}

.info_l {
    font-weight: 400;
}

.HoverInfo {
    width: 170px;
    margin: 5px 0px 0px 0px;
    padding: 20px 10px;
    text-align: center;
    color: #b4b4b4;
}

.HoverOut {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 0px 10px;
}

.ti-map-alt {
    font-size: 30px;
}

/*--- Ag Zon selected --*/

.AZ {
    color: var(--MidGrey);
    float: right;
    font-size: 15px;
}

.AZ:hover {
    color: var(--UniGreen);
    cursor: pointer;
}

.AZsel {
    color: var(--UniGreen);
}

/*--- District selected --*/

.DistClass {
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 600;
}

/*-------- Feature List --------*/

#MapHeight {
    display: flex;
    flex-direction: row;
    height: 90%;
}

#MapHeightMob {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.MapContainer {
    flex-grow: 1;
    display: flex;
    margin: 0px 20px 40px 20px;
}

.MapContainerMob {
    flex-grow: 1;
    display: flex;
}

#NewFarm {
    width: 350px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    float: left;
    border: solid 1px var(--MidGrey);
    
}

.InCont {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.farm-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* In case of overflow */
}

.divLine {
   border-bottom: 1px solid #CCC;
   margin-bottom: 15px;
   margin-top: 15px;
}

.divLine2 {
   border-bottom: 1px solid #CCC;
   margin-bottom: 5px;
    margin-top: 5px;
}

.CrFcont {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.FeatureList {
    flex: 1;
    background: #FFF;
    overflow-y: scroll;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.FeatureList::-webkit-scrollbar {
    display: none;
}

.NoScroll{
    overflow-y: hidden; !important
    position: static;
}

#deleteContent {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    border-radius: 5px;
    background: rgba(57, 57, 57, 0.80);
    position: fixed;
    display: none;
    overflow-y: hidden;
    z-index: 100;
}

#InfoContent {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    position: fixed;
    display: none;
    overflow-y: scroll;
    padding: 10px;
    z-index: 1200;
}

#InfoContent::-webkit-scrollbar {
    display: none;
}

.LLhead {
    line-height: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--UniGreen);
}

.ListLight {
    position: relative;
}

.ListLight img {
    width: 60px;
    margin-bottom: 5px;
}

.LLInfo {
    width: 100%;
    line-height: 15px;
    margin: 5px 0px 8px 0px;
    font-weight: 200;
    font-size: 16px;
}

.LLVal {
    display: inline-flex;
    max-width: 125px;
    height: 20px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

/*----ToolTip -----*/

.tooltipCopy {
    display: none;
    position: absolute;
    z-index: 2000;
    font-size: 10px;
    padding: 5px 6px;
    margin-left: -65px;
    margin-top: -1px;
    color: #FFF;
    font-family: 'Helvetica', sans-serif !important; 
    line-height: 8px;
    border-radius: 3px;
    background-color: var(--DarkGrey);
}

.ftStat {
    text-align: center;
}

.ComodityInfo {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 100;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
    background: rgb(53,198,119);
    background: linear-gradient(90deg, rgba(53,198,119,1) 38%, rgba(8,130,128,1) 100%);
    color: #FFF;
}

.topAr {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: var(--UniGreen);
    transform: rotate(45deg);
    margin-top:-5px;
    margin-left: 40px;
}

.botAr {
    display: none;
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: var(--UniGreen);
    transform: rotate(45deg);
    margin-top: -5px;
    margin-left: 40px;
}

#WaterCalc {
    color: #FFF;
    background-color: #1869c7;
    border-radius: 5px;
    padding: 10px;
}

.DelList {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    text-align: center;
    color: #FFF;
    font-size: 12px;
}

.DelBut {
    border: 1px solid #FFF;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    margin: 20px 5px;
    padding: 5px;
    cursor: pointer;
}

.DelBut:hover {
    background: #FFF;
    color: #000;
}

.saveFarmButton {
    margin-top: auto;
    height: 40px;
    width: 100%;
    background-color: #13802C;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: none;
}

.saveFarmButton:hover {
    background-color: #09761e;
    cursor: pointer;
}

/*-------- Info Box Farm Features --------*/

#showInfo {
    
}

#closeInfo {
    display: none;
}



#CreateFeatures {
    display: table-cell;
    vertical-align: middle;
}

.InformationBox {
    width: 100%;
    text-align: center;
    padding: 30px;
    color:#a5a5a5;
}

.InformationBox img{
    margin-bottom: 30px
}

.ListBut {
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    margin: 15px;
    color: #a5a5a5;
}

.ListBut:hover {
    background-color: #a5a5a5;
    color: #FFF;
    cursor: pointer;
}

/*-------- Radius Control --------*/

.strd {
    height:40px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0px 15px 0px;
}

.RadiusEntry {
    border-radius: 5px;
    background-color: #FFF;
    padding: 12px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.RadiusEntry input{
    width: 80px;
}

#radiusInput {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    line-height: 25px;
}

.RadiusEntry button{
    background: var(--UniGreen);
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #FFF;
    line-height: 23px;
    margin: 10px 0px 0px 0px;
}

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

.RadStyle {
    background-color: #375f09;
    border: 1px solid White;
    border-radius: 5px;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 1px;
    white-space: nowrap;
    text-align: center;
}

#EntRadius {
    display: none;
    position: absolute;
    width: 100%;
}

.entRad {
    background-color: #ff4e00;
    color: #FFF;
    border: 1px solid #FFF;
    margin: -5px 5px 5px 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.arRad {
    margin: 0 auto;
    margin-top: -40px;
    height: 10px;
    width: 10px;
    background-color: #ff4e00;
    transform: rotate(45deg);
    border-top: 1px solid #FFF;
    border-Left: 1px solid #FFF;
}

/*----- Add Cursor Map -----*/

.curs {
    cursor: crosshair !important;
}
.cursor-tooltip {
    top:50;
    cursor: crosshair !important;
}

/*---- Leaflet Layers ----*/

.leaflet-control-layers-base label {
    margin: 0px -4px 5px 0px;
    border: 1.5px solid #CCC;
    padding: 2px 5px;
    border-radius: 3px;
    color: #5d5d5d; !important
}

.leaflet-control-layers-base label:hover {
    background-color: var(--UniGrey);
    cursor: pointer;
}

.leaflet-control-layers-overlays label {
    margin: 0px -4px 0px 0px;
    border: 1.5px solid #CCC;
    padding: 2px 8px 2px 5px;
    border-radius: 3px;
    color: #5d5d5d; !important
}

.leaflet-control-layers-overlays label:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}


.leaflet-control-layers-base .CheckboxCheck {
    
}


/*---- controls order ----*/

.leaflet-left {
    display: flex;
    flex-direction: column;
}

.leaflet-pm-custom {
    order: 1; !important
}

.leaflet-pm-draw {
    order: 2;
}

.leaflet-pm-edit {
    order: 3;
}

/*--- radius marker---*/

.radius-marker {
    background-color: white;
    border: 1px solid #3388ff;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
}

/*---- Map Lightbox -----*/

#FarmData {
    display: none;
}

#InfoHelp {
    display: none;
}

.FarmData {
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
    padding: 0px 15px 20px 15px;
}

#ComBoxPlace {
    padding: 70px;
}

.DataHeads {
    text-align: left;
    font-weight: 600;
    color: var(--DarkGrey);
}

.Fover {
    position: absolute;
    margin-left: 15px;
    margin-top: -45px;
}

.PieCont {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.InfoCont {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1001;
    overflow-y: scroll;
}

.InfoBox {
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    max-width: 750px;
}

.InfoData {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.closecss {
    padding: 20px;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}

.imgCont {
    padding: 0px 20px 0px 20px;
}

.imgCont img{
    width: 90%;
    max-width: 650px;
}

.Infotxt {
    width: 100%;
    padding: 30px 30px 0px 30px;
    color: #5d5d5d;
}

.Infotxt p {
    font-size: 16px;
}

.InfoButs {
    display: flex;
    margin-top: auto;
}

#NextBT {
    margin-left: auto;
    order: 2;
}

.inactiveBT {
    display: none;
}

/*----- Demo Buttons ----*/

.demCont {
    display: none;
    position: relative;
    text-align: center;
    padding: 8px;
    background-color: var(--warn);
    color: #FFF;
    font-size: 14px;
}

.demCont:hover {
    cursor: pointer;
}

/*---- Horizontal Info Scroller -----*/


.horizontal-media-scroller {
    grid-auto-columns: 100%;
    left: 0;
    display: grid;
    grid-auto-flow: column;
    overflow-x: hidden;
    overscroll-behaviour-inline: contain;
    ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
}

.snaps-inline {
    /*scroll-snap-type: x mandatory;*/
}

.snaps-inline .left {
    /*scroll-snap-align: start;*/
}

.snaps-inline .middle {
    /*scroll-snap-align: center;*/
}


/*--- Function Changes---*/


span input[type="radio"] {
    appearance: none;
}

span input[type="checkbox"] {
    appearance: none;
}

.RadioCheck {
     box-shadow: inset 0 0 10px #d6d6d6;
}

.CheckboxCheck {
     box-shadow: inset 0 0 10px #d6d6d6;
}

.marker-icon, .marker-icon:focus {
    border: 1px solid var(--UniGreen) !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 5px !important;
    height: 5px !important;
}

/*-------- Mobile Mapping Page --------*/

.HcontMob {
    width: 100%;
    margin: 10px 10px 15px 10px;
}

/*----- Responsive Design -------*/

@media (max-width: 1600px) {
    /*#NewFarm {
        zoom: 80%;
    }
    
    .leaflet-top {
        zoom: 80% !important;
    }
    
    .shepherd-content {
        zoom: 80% !important;
    }*/

}

@media (max-width: 1366px) {
    
}

@media (max-width: 1200px) {
    .Hstyle {
        font-size: 35px; 
        font-weight: 600; 
        color:#193B83;
    }
}

@media (max-height: 700px) {
    
    #FarmInf {
        display: none;
    }
    
    #ComHide {
        display: none;
    }
    
    .InfoBox {
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .FarmData {
        width: 400px;
    }
    
}

/*--- Animations -----*/

.fade-in {
    animation-name: bounceTop;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounceTop {
        0% {
        margin-top: 0px;
    }
        25% {
        margin-top: 10px;
    }
        50% {
        margin-top: -5px;
    }
        75% {
        margin-top: 10px;
    }
        100% {
        margin-top: 0px;
    }
}

@keyframes bounceRight {
        0% {
        opacity: 0;
    }
        10% {
        margin-left: -115px;
    }
        20% {
        margin-left: -130px;
    }
        30% {
        margin-left: -115px;
    }
        40% {
        margin-left: -125px;
            opacity: 1;
    }
        50% {
        margin-left: -115px;
    }
        60% {
        margin-left: -120px;
    }
        70% {
        margin-left: -115px;
    }
        80% {
        margin-left: -117px;
    }
        100% {
        margin-left: -115px;
    }
}
