/*---- eb edits - beginning -----*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Helvetica', sans-serif;
    background-image: url(../../assets/media/image/Gradient_colour2.png);
    background-color: #FFF;
    background-size: contain;
    color: #454545;
}

.button :active {
    border-style: none;
}

.button :focus {
    outline: 0px;
}

p {
    font-weight: 100;
}

h4 {
    font-weight: 100;
}

b {
    font-weight: 600;
}

.hiddenCont {
    display: none;
}

.row {
    margin-right: 0;
}

.btn-soft {
    border-color: #F59700;
    color: #F59700;
}

    .btn-soft:hover {
        border-color: #F59700;
        background-color: #F59700;
    }

.buttonWelcome {
    background: #FFF;
    color: #41678F;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

    .buttonWelcome:hover {
        background: #3DC57C;
        color: #FFF;
        box-shadow: 0px 4px 30px 2px #1C3851;
    }

#countryFlag img {
    width: 35px;
    border: 2px solid #FFF;
    border-radius: 17px;
    ;
}

#a {
    display: inline-block;
    fill: #FFF;
    width: 15px;
    margin: -3px 6px 0px 0px;
}

#loginBtn:hover svg {
    fill: #27A67E;
    transition: fill 0.3s;
}

.ButtonGradientRed {
    background: linear-gradient(90deg, #9B045E, #652D90, #2B509D);
    background: -moz- oldlinear-gradient(90deg, #9B045E, #652D90, #2B509D);
    background: -o-linear-gradient(90deg, #9B045E, #652D90, #2B509D);
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.button:active {
    border: none;
}

.ButtonGradientRed:hover {
    background: linear-gradient(90deg, #720345, #471171, #09338B);
    background: -moz- oldlinear-gradient(90deg, #720345, #471171, #09338B);
    background: -o-linear-gradient(90deg, #720345, #471171, #09338B);
}

.ButtonGradientClose {
    background: linear-gradient(90deg, #F59700, #EE4036, #BE1E2D);
    background: -moz- oldlinear-gradient(90deg, #F59700, #EE4036, #BE1E2D);
    background: -o-linear-gradient(90deg, #F59700, #EE4036, #BE1E2D);
    color: #fff !important;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    width: 100%;
}

    .ButtonGradientClose:hover {
        background: linear-gradient(90deg, #B77102, #A32922, #720E17);
        background: -moz- oldlinear-gradient(90deg, #B77102, #A32922, #720E17);
        background: -o-linear-gradient(90deg, #B77102, #A32922, #720E17);
        color: #fff !important;
        border-radius: 0px 0px 10px 10px;
        text-align: center;
        width: 100%;
    }

.Hspacer {
    height: 80px;
}

.sexion {
    padding: 75px 0px 75px 0px;
}

.sexion2 {
    padding: 75px 0px 20px 0px;
}

.sexion3 {
    padding: 0px 0px 75px 0px;
}

.spacer1 {
    height: 100px;
}

.spacer2 {
    height: 50px;
}


.welcImage {
    margin-top: -60px;
    width: 550px;
    padding-left: 10%;
}

.Hstyle {
    font-size: 40px;
    font-weight: 600;
    color: #34937C;
}

.Hstyle2 {
    font-size: 60px;
    font-weight: 600;
    color: #34937C;
}

.SubHStyle {
    font-size: 26px;
    font-weight: 100;
    max-width: 800px;
}

.WelText {
    padding-top: 60px;
    font-size: 55px;
    font-weight: 100;
    color: #FFF;
}

.welImage {
    width: 100%;
}

    .welImage img {
        width: 100%;
    }

.welcImage2 {
    display: none;
}

.t-padding {
    padding-right: 50px;
}

.headerSpacer {
    height: 100%;
}

.headerImage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-top: -30px;
}

.navRadius {
    border-radius: 0px 0px 15px 15px;
    z-index: 100;
}

#navbar {
    top: 0;
    transition: top 0.5s;
}

.nav-item {
    padding-left: 30px;
}

.navbarCustom {
    border-radius: 0px 0px 10px 10px;
    background-color: none;
    padding: 4px;
    font-weight: 100;
    z-index: 1000;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}

.navBarCol {
    background: #27A67E;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.navOpen {
    background: #27A67E;
    color: #FFF;
}

.collapseNavSpac {
    padding-left: 00px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navBack {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #144637;
    opacity: 0.8;
    z-index: 1000;
}

.navbar-collapse {
    margin: -25px -16px 0px -16px;
    padding: 30px 30px 5px 15px;
    border-radius: 0px 0px 15px 15px;
    z-index: -10;
}

.login-btn {
    margin-right: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
}

    .login-btn:hover {
        background: #FFF;
        border: 1px solid #FFF;
        color: #27A67E;
    }

.book-btn {
    background: #FFF;
    color: #27A67E;
    border: none;
    box-shadow: 0px 0px 10px -4px #000;
    cursor: pointer;
}

    .book-btn:hover {
        background: #3DC57C;
        color: #FFF;
    }

#b {
    display: inline-block;
    fill: #FFF;
    width: 20px;
    margin: -3px 12px 0px 0px;
}

#bDemoBtn2:hover svg {
    fill: #BB1D2B;
    transition: fill 0.3s;
}

#bDemoBtn1 {
    display: none;
}

.book-btn2 {
    position: fixed;
    line-height: 40px;
    text-align: center;
    transform: rotate(-90) height: 40px;
    width: 210px;
    border-radius: 10px 10px 0px 0PX;
    bottom: 0;
    right: 0;
    background: #BB1D2B;
    color: #FFF;
    border: none;
    box-shadow: 0px 0px 10px -3px black;
    cursor: pointer;
    z-index: 2000;
    transition: all 0.4s;
}

    .book-btn2:hover {
        background: #FFF;
        color: #BB1D2B;
        box-shadow: 0px 0px 20px -5px #BB1D2B;
        transition: all 0.3s;
    }

.topBack {
    border-radius: 30px 30px 0px 0px;
}

.botBack {
    border-radius: 0px 0px 30px 30px;
}

.toolsCard {
    max-width: 700px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
}

    .toolsCard a {
        text-decoration: none;
        !important text-decoration-color: #454545;
        !important color: #454545;
        !important
    }

    .toolsCard:hover {
        background: #f8f8f8;
    }


.tools {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 2px 0px 2px 0px;
}

.tools2 {
    display: inline-block;
    font-size: 12px;
    background-color: #E84D44;
    color: #FFF;
    padding: 2px 15px 2px 2px;
    border-radius: 5px;
    margin: 2px 0px 2px 0px;
    box-shadow: 0px 0px 10px -4px #380005;
}

    .tools2 img {
        height: 25px;
        padding: 3px 6px 3px 3px;
    }

table {
    border-collapse: separate;
    border-spacing: 0;
}

.Wspecial1 {
    background: #f8f8f8;
    border-spacing: 30px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .Wspecial1:hover {
        background: #ebebeb;
        cursor: pointer;
        transition: all 0.3s;
    }

.Wspecial2 {
    background: #f8f8f8;
    border-spacing: 30px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .Wspecial2:hover {
        background: #ebebeb;
    }

.Wspecial3 {
    background: #f8f8f8;
    border-spacing: 30px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .Wspecial3:hover {
        background: #ebebeb;
    }

.Wspecial4 {
    background: #f8f8f8;
    border-spacing: 30px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .Wspecial4:hover {
        background: #ebebeb;
    }

.WspecialDisp {
    background: #ebebeb;
    border-spacing: 30px;
    border-radius: 20px;
    padding: 20px;
}

.QBox {
    background: rgb(15,132,129);
    background: linear-gradient(30deg, rgba(15,132,129,1) 0%, rgba(61,197,124,1) 100%);
    border-radius: 20px;
    color: #FFF;
}

    .QBox p {
        font-size: 25px;
        font-weight: 100;
    }

    .QBox img {
        height: 100%;
        margin-right: -15px;
        border-radius: 20px;
        float: right;
    }

.Quote {
    font-size: 50px;
    text-align: center;
    margin: 75px 0px 75px 0px;
    max-width: 1000px;
}

.OProd {
    font-size: 80px;
    text-align: center;
}

.imgCont {
    position: relative;
}

.OPod {
    position: absolute;
    margin-left: 100px;
    margin-right: -315px;
}

    .OPod img {
        width: 100%;
    }

.OPText {
    color: #FFF;
    font-size: 20px;
    padding-top: 15px;
}

.SysCont {
    width: 100%;
}

.mApps {
    display: inline-block;
    background: rgb(15,132,129);
    background: linear-gradient(0deg, rgba(15,132,129,1) 0%, rgba(61,197,124,1) 100%);
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 10px;
    margin: 20px 20px 0px 0px;
    text-align: center;
    padding: 30px;
}

    .mApps img {
        height: 80px;
    }

.wCon {
    display: inline-block;
    background: rgb(15,132,129);
    background: linear-gradient(0deg, rgba(15,132,129,1) 0%, rgba(61,197,124,1) 100%);
    Height: 100%;
    border-radius: 10px;
    margin: 20px 20px 0px 0px;
    text-align: center;
    padding: 30px;
}

    .wCon img {
        height: 80px;
    }


.Farmer1 {
    display: block;
}

.Farmer2 {
    display: none;
}

.SelectBox {
    height: 700px;
    width: 350px;
    vertical-align: middle;
    text-align: center;
}

.SelBut {
    background-color: #CCC;
    height: 120px;
}

.SelButCont {
    height: 25%;
    width: 100%;
    padding: 10px;
}

.SelButCont2 {
    height: 25%;
    width: 100%;
}

.SelBut1 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px 20px;
}

    .SelBut1 svg {
        height: 90px;
    }


.SelBut2 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 38px 20px;
    text-align: center;
}

    .SelBut2 svg {
        height: 70px;
    }

.SelButS {
    width: 50%;
    height: 100%;
    float: left;
    padding: 10px;
}

.GenButton {
    background-color: #03AC7D;
    color: #FFF;
}

    .GenButton:hover {
        background-color: #3DC57C;
        color: #FFF;
        box-shadow: 0px 0px 40px -15px #00e8a8;
    }

.Hov {
    transition: all 0.3s;
}

    .Hov:hover {
        box-shadow: 0px 0px 15px -2px #9d9d9d;
        cursor: pointer;
        transition: all 0.3s;
        border: 0px;
    }

.disabled:hover {
    pointer-events: none;
}

.ViewBox {
    height: 700px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-right: 20px;
    transition: all 0.5s;
}

.txtbcks {
    height: 100px;
    width: 200px;
    background: #CCC;
    color: red;
}

.multi {
    height: 100%;
    width: 100%;
}

.multiTxt {
    padding: 50px 50px 0px 50px;
}

.multiImg {
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 20px;
}

    .multiImg img {
        height: 100%;
        float: right;
    }

.dataBox {
    background-color: #f5f5f5;
    border-radius: 20px;
    height: 120px;
    margin: 10px;
    padding: 15px 20px;
    min-width: 200px;
}

.dataTxt {
    display: inline-block;
}

.dataImg {
    position: absolute;
    display: inline-block;
    width: 80px;
    right: 60px;
    bottom: 0;
}

    .dataImg img {
        height: 100px;
    }

.dBH {
    font-size: 22px;
    font-weight: 100;
}

.dBT {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
}

.dotindicator {
    text-align: center;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.dot {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 2px;
    background-color: #efefef;
    border-radius: 5px;
    padding: 4px;
    margin: 10px;
    transition: all 0.3s;
}

.SelDot {
    background-color: #3DC57C;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

/*------- Media-Scroller ------*/

.media-scroller {
    left: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 79%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.media-element {
    padding: 20px 20px 40px 20px;
}

.right {
    padding-right: 40px;
}

.left {
    padding-left: 40px;
}

.HorScroll {
    border-radius: 20px;
    background-color: #CCC;
    height: 100%;
}

.snaps-inline {
    scroll-snap-type: x mandatory;
}

    .snaps-inline .left {
        scroll-snap-align: start;
    }

    .snaps-inline .middle {
        scroll-snap-align: center;
    }

    .snaps-inline .right {
        scroll-snap-align: end;
    }

.dataB {
    display: inline-block;
    height: 50px;
    width: 100px;
    background-color: #CCC;
    text-align: center;
    line-height: 50px;
}

.media-scroller::-webkit-scrollbar {
    display: none;
}

.media-scroller {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*------- Mullti-select CSS ------*/


.HovWhite {
    box-shadow: 0px 0px 15px -2px #9d9d9d;
}

    .HovWhite svg path {
        fill: #FFF;
    }

.Active2 {
}

.consoleLite {
    background-color: #03AC7D;
    box-shadow: 0px 0px 15px -2px #9d9d9d;
}

    .consoleLite path {
        fill: #FFF;
    }

.consoleUns {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.consoleHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.registerHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.assetsHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.financesHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.stockingHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.croppingHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

.planningHov {
    background-color: #fcfcfc;
    Border: 1px solid #efefef;
}

/*--- Content Buttons ---*/

.ininDev {
    display: inline-block;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #FFF;
    cursor: default;
}

.buttonInfo {
    display: inline-block;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
}

.buttonCon {
    background: #03AC7D;
    color: #FFF;
}

    .buttonCon:hover {
        background: #3DC57C;
        box-shadow: 0px 0px 10px -4px #00ff76;
        cursor: pointer;
    }

.buttonReg {
    background: #FFF;
    color: #B53B35;
}

    .buttonReg:hover {
        box-shadow: 0px 0px 30px -10px #000000;
        cursor: pointer;
    }

.buttonAss {
    background: #FFF;
    color: #F76239;
}

    .buttonAss:hover {
        box-shadow: 0px 0px 30px -10px #000000;
        cursor: pointer;
    }


/*--- content ---*/

#consoleCont {
    display: block;
}

#registerCont {
    display: none;
    color: #FFF;
}

#assetsCont {
    display: none;
    color: #FFF;
}

#financesCont {
    display: none;
    color: #FFF;
}

#stockingCont {
    display: none;
    color: #FFF;
}

#croppingCont {
    display: none;
    color: #FFF;
}

#planningCont {
    display: none;
    color: #FFF;
}

/* ----- Owl Carrousel -----*/

.TesImage img {
    border-radius: 150px;
    max-width: 120px;
    margin-bottom: 30px;
}

.owlItem {
    border-radius: 20px;
    margin: 0px 10px;
    padding: 20px;
    border: 1px solid #eaeaea;
}


/*------- Mullti-select END ------*/


#registerCard {
    background-color: #B53B35;
}

.register {
    background-color: #B53B35;
}

#assetsCard {
    background-color: #F76239;
}

.assets {
    background-color: #F76239;
}

#financesCard {
    background-color: #FFA42C;
}

.finances {
    background-color: #FFA42C;
}


#stockingCard {
    background-color: #2C6BC6;
}

.stocking {
    background-color: #2C6BC6;
}


#planningCard {
    background-color: #4D459B;
}

.planning {
    background-color: #4D459B;
}

#croppingCard {
    background-color: #23C162;
}

.cropping {
    background-color: #23C162;
}

#consoleCard {
    background-color: #F2F2F2;
}

.console {
    background-color: #F2F2F2
}


.registerMod {
    background-color: #BB1D2B;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.assetsMod {
    background-color: #FAD9D7;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.financesMod {
    background-color: #FDE9D3;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.stockingMod {
    background-color: #2C6BC6;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.analysisMod {
    background-color: #E0D5E9;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.knowledgeMod {
    background-color: #D5DCEB;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.consoleMod {
    background-color: #F2F2F2;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 200;
}

.regLine {
    border-color: #BB1D2B;
    color: #BB1D2B;
}

.assLine {
    border-color: #E83F38;
    color: #E83F38;
}

.finLine {
    border-color: #F69225;
    color: #F69225;
}

.stockLine {
    border-color: #1e55a5;
    color: #1e55a5;
}

.anaLine {
    border-color: #632D90;
    color: #632D90;
}

.cropLine {
    border-color: #158944;
    color: #158944;
}

.planLine {
    border-color: #342e74;
    color: #342e74;
}

.cardLogo {
    width: 100%;
    padding: 20px 0px 30px 5px;
    display: block;
    text-align: center;
}

    .cardLogo img {
        max-width: 160px;
    }

.cardInfo {
    display: block;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.cardDetails {
    border-radius: 20px;
    color: #FFF;
    margin: 30px 15px 0px 15px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}

    .cardDetails:hover {
        opacity: 100%;
        transition: all 0.3s;
        box-shadow: 0px 0 20px -5px rgba(0, 0, 0, 0.70);
    }

.cardDetails2 {
    border-radius: 20px;
    color: #333333;
    margin: 30px 10px 0px 10px;
    width: 100%;
}

.badCurs {
    cursor: not-allowed;
}

.border {
    border: 1px solid #FFF;
}

.cardBut {
    border: 1px solid #FFF;
    margin: 5px;
}

.card-body {
    text-align: center;
    vertical-align: middle;
}

.cardBut:hover {
    border: 1px solid #FFF;
    background: #FFF;
    color: #BB1D2B;
    !important
}

.cardBut span {
    color: #FFF;
}

.cardBut:hover span {
    color: #BB1D2B;
    !important
}

.Web {
}

.Mobile {
    display: none;
}

.COpacity {
    opacity: 50%;
}

.division {
    border-top: 1px solid #F2F2F2;
    margin-bottom: 30px;
    vertical-align: middle;
}

.deSoPac img {
    width: 12%;
    margin: 5px;
    padding: 2px;
}

.testimonial {
    padding: 15px;
    margin: 10px;
    background-color: #F8F8F8;
    border-radius: 20px;
}

.testImg {
    display: block;
    padding: 10px 20px 25px 20px;
    vertical-align: top;
    height: 120px;
    width: 100%;
    text-align: center;
}

.TesCountry {
    display: block;
    margin: 5px 0px 20px 17px;
    line-height: 16px;
}

    .TesCountry img {
        height: 16px;
    }

.testInfo {
    display: inline-block;
    font-size: 11px;
}

.siteMap {
    position: absolute;
    background-image: url(../../assets/media/image/Gradient_colour.png);
    background-color: #FFF;
    background-size: cover;
    margin: -25px 0px;
    z-index: -10;
    padding: 60px 40px 40px 40px;
    width: 100%;
}

.padBot {
    height: 100px;
}

.footerLogo {
    position: absolute;
    text-align: right;
    z-index: -10;
    right: 0;
}

    .footerLogo img {
    }

.desktop {
    display: block;
}

.WebXs {
    display: show;
}

.MobXs {
    display: none;
}

.MobSel {
    display: none;
}

.WebSel {
    display:;
}

/*--- Forms ---*/

form input:focus, form textarea:focus, form select:focus {
    border: 1px solid #3DC57C !important;
    box-shadow: 0 0 3px #3DC57C !important;
    -moz-box-shadow: 0 0 3px #3DC57C !important;
    -webkit-box-shadow: 0 0 3px #3DC57C !important;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0px !important;
    outline: none !important;
}

/*--- modals ---*/

/*--- failure modals ---*/

.FailLbox {
    display: none;
    position: fixed;
    z-index: 3000;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2500;
}

.FailCont {
    border: 1px solid #E84D44;
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
}


/*--- success modals ---*/

.SucLbox {
    display: none;
    position: fixed;
    z-index: 3000;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2500;
}

.SucCont {
    border: 1px solid #01be8b;
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
}


/*--- info modals ---*/

.modal-open {
    overflow: hidden;
    height: 100%;
    padding-right: 15px;
}

.closeBar {
    width: 100%;
    height: 60px;
    text-align: right;
}

.closeX {
    position: fixed;
    padding: 5px 15px;
    background: #FFF;
    color: #B53B35;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #B53B35;
    cursor: pointer;
    right: 0;
    margin-right: 25px;
    z-index: 2000;
}

    .closeX:hover {
        background: #B53B35;
        color: #FFF;
    }

.Mlogo {
    text-align: center;
    height: 100%;
    margin: 20px 0px 50px 0px;
}

    .Mlogo img {
        min-height: 80px;
        max-height: 180px;
    }

.modalCon {
    position: fixed;
    z-index: 3000;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    scroll-padding: 60px 0px;
}

.modalContent {
    padding: 0px;
    margin-bottom: 400px;
    border-radius: 20px;
}

.MrowLogCont {
    display: table;
    height: 60vh;
    width: 100%;
    margin-top: 0px;
}

.MrowLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 0px 50px 20px 50px;
}

.ModHeight {
    position: fixed;
    width 300px;
    height 100px;
    float: left;
    background: #FFF;
}

.ColImg {
    overflow: hidden;
}

.modImgR {
    position: fixed;
    padding-left: 65px;
    margin-top: -30px;
}

    .modImgR img {
        aspect-ratio: auto;
        !important max-height: 90vh;
        float: right;
    }

.ColImg2 {
    position: relative;
}

fixedWrapper {
    position: absolute;
    width: 100%;
}

.modImgR2 {
    position: fixed;
    text-align: right;
    pointer-events: none;
}

    .modImgR2 img {
        aspect-ratio: initial;
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

.scrollSnap {
    margin: 00px 0px 40px 0px;
    border-radius: 20px;
    color: #eaeaea;
    min-height: 60vh;
    transition: all 0.5s;
    border: 1px solid #eaeaea;
    -webkit-scroll-snap-align: start;
    scroll-snap-align: start;
}

.modTxtCont {
    padding: 30px;
}

.modTxtContHigh {
    color: #454545;
    background: #f0f0f0;
    transition: all 0.5s;
}

.secsionCon {
    background: rgb(15,132,129);
    background: linear-gradient(45deg, rgba(15,132,129,1) 0%, rgba(61,197,124,1) 100%);
    border-radius: 20px;
    color: #FFF;
}

.secsionReg {
    background: rgb(181,59,53);
    background: linear-gradient(45deg, rgba(181,59,53,1) 0%, rgba(232,77,68,1) 100%);
    border-radius: 20px;
    color: #FFF;
}

/*--- modal containers ---*/

.Con {
}

.Reg {
}

.hideImg {
    position: absolute;
    display: none;
}

.conImgs img {
    padding-left: 300px;
}

body .show {
    padding-right: 0px !important;
}

.modal-content {
    -webkit-border-radius: 30px 30px 10px 10px !important;
    -moz-border-radius: 30px 30px 10px 10px !important;
    border-radius: 30px 30px 10px 10px !important;
    margin: 0 auto;
}

.appInfo {
    margin: 50px 30px 30px 30px;
}

.tabletLayout img {
    width: 65%;
    margin-top: -160px;
    float: right;
}

.compLayout img {
    width: 100%;
    margin: -160px -45px 0px 0px;
    float: right;
}

.comSof {
    width: 15%;
    margin: 5px;
}

/*---- eb edits - end -----*/

.layout-builder {
    position: fixed;
    width: 400px;
    background: white;
    z-index: 1000;
    right: -400px;
    top: 0;
    bottom: 0;
    box-shadow: 8px 0 10px 3px rgba(0, 0, 0, 0.50);
    overflow: auto;
    transition: right .2s;
}

    .layout-builder.show {
        right: 0;
    }

    .layout-builder .layout-builder-toggle.shw i {
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.layout-builder .layout-builder-toggle.hdn {
    display: none;
}

.layout-builder.show .layout-builder-toggle.hdn {
    display: flex;
}

.layout-builder .layout-builder-toggle {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: white;
    background: black;
    position: fixed;
    top: 50%;
    margin-left: -50px;
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
}

.layout-builder .layout-builder-body {
    padding: 30px;
}

    .layout-builder .layout-builder-body .custom-control input[type="checkbox"]:checked + label {
        color: black;
    }

.layout-builder .layout-colors {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

    .layout-builder .layout-colors .layout-color-item {
        width: 40px;
        height: 40px;
        background: red;
        margin: 10px;
        border-radius: 3px;
        overflow: hidden;
        border: 5px solid transparent;
        cursor: pointer;
    }

        .layout-builder .layout-colors .layout-color-item.active {
            box-shadow: 0px 0px 0px 1px black
        }

        .layout-builder .layout-colors .layout-color-item span {
            display: block;
            height: 45%;
        }

            .layout-builder .layout-colors .layout-color-item span:first-child {
                background: black;
                transform: rotate(15deg);
                width: 110%;
                height: 70%;
                margin-top: -5px;
            }

.layout-alert {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}

/*--- mobile devices----*/

@media (max-width: 1400px) {

    .mApps {
        padding: 20px;
        margin: 5px 5px 0px 0px;
    }

        .mApps img {
            height: 40px;
        }

    .wCon {
        padding: 20px;
        margin: 5px 5px 0px 0px;
    }

        .wCon img {
            height: 40px;
        }

    .OPText {
        font-size: 16px;
        padding-top: 8px;
    }

    .Farmer1 {
        display: none;
        width: 10px;
    }

    .Farmer2 {
        display: block;
    }

    .QBox {
        background: rgb(15,132,129);
        background: linear-gradient(30deg, rgba(15,132,129,1) 0%, rgba(61,197,124,1) 100%);
        border-radius: 10px;
        color: #FFF;
        overflow: hidden;
    }

        .QBox p {
            font-size: 20px;
            font-weight: 100;
        }

        .QBox img {
            height: 100%;
            margin-right: -100px;
            border-radius: 20px;
            float: right;
        }

    .dataTxt {
        display: block;
    }

    .dataImg {
        display: block;
    }

    .WebXs {
        display: none;
    }

    .MobXs {
        display: block;
    }

    .dataBox {
        max-width: 320px;
    }
}


@media (max-width: 1200px) {
    .Hstyle {
        font-size: 35px;
        font-weight: 600;
        color: #34937C;
    }

    .Hstyle2 {
        font-size: 50px;
        font-weight: 600;
        color: #34937C;
    }

    .SubHStyle {
        font-size: 28px;
        font-weight: 100;
        max-width: 800px;
    }

    .quoteBord {
    }

    .Quote {
        font-size: 35px;
    }

    .WelText {
        font-size: 50px;
    }

    .SelectBox {
        height: 700px;
        width: 250px;
        margin-left: -40px;
        vertical-align: middle;
        text-align: center;
    }

    .SelBut {
        background-color: #CCC;
        height: 120px;
    }

    .SelButCont {
        height: 18%;
        width: 100%;
        padding: 5px;
    }

    .SelButCont2 {
        height: 17%;
        width: 100%;
    }

    .SelBut1 {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        padding: 23px 20px;
    }

        .SelBut1 svg {
            height: 60px;
        }


    .SelBut2 {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        padding: 26px 12px;
        text-align: center;
    }

        .SelBut2 svg {
            height: 54px;
        }

    .SelButS {
        width: 50%;
        height: 100%;
        float: left;
        padding: 5px;
    }

    .multi2 {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: 100%;
        border-radius: 20px;
    }

    .multiTxt2 {
        padding: 20px 20px 0px 20px;
    }

    .multiImg2 {
        margin-top: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }

        .multiImg2 img {
            bottom: 0;
            width: 80%;
            float: right;
        }

    .sexion {
        padding: 50px 0px 50px 0px;
    }

    .sexion2 {
        padding: 50px 0px 0px 0px;
    }

    .sexion3 {
        padding: 0px 0px 50px 0px;
    }

    .xscrollimg img {
        width: 25%;
    }

    .xscrollimg {
        width: 100%;
        vertical-align: middle;
        text-align: center;
        margin: 25px 0px 45px 0px;
    }

    #consoleCont2 {
        background-color: #f7f7f7;
    }

    #registerCont2 {
        background-color: #CE4242;
        color: #FFF;
    }

    #assetsCont2 {
        background-color: #F76239;
        color: #FFF;
    }

    #financesCont2 {
        background-color: #FFA42C;
        color: #FFF;
    }

    #stockingCont2 {
        background-color: #2C6BC6;
        color: #FFF;
    }

    #croppingCont2 {
        background-color: #23C162;
        color: #FFF;
    }

    #planningCont2 {
        background-color: #4D459B;
        color: #FFF;
    }

    .dataBox {
        max-width: none;
    }
}


@media (max-width: 1200px) {

    .Hstyle {
        font-size: 25px;
        font-weight: 600;
        color: #34937C;
    }

    .Hstyle2 {
        font-size: 35px;
        font-weight: 600;
        color: #34937C;
    }

    .SubHStyle {
        font-size: 28px;
        font-weight: 100;
        max-width: 800px;
    }

    .cardLogo {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .collapseNavSpac {
        padding-left: 40px;
    }

    .nav-item {
        padding-left: 0px;
    }

    .cardInfo {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .MobSel {
        display: block;
    }

    .WebSel {
        display: none;
    }

    .Web {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .inDev {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .QBox p {
        font-size: 16px;
        font-weight: 100;
    }

    .Farmer2 {
        display: none;
    }

    .desktop {
        display: none;
    }

    #loginBtn {
        display: none;
    }

    #bDemoBtn1 {
        display: none;
    }

    #bDemoBtn2 {
        display: block;
        position: fixed;
        z-index: 2000;
        right: 0;
        bottom: 0;
        margin: 10px;
    }

    .WelText {
        font-size: 35px;
        padding-top: 30px;
        font-weight: 100;
        color: #FFF;
    }

    .Hspacer {
        height: 45px;
    }

    .modal {
        display: none;
    }

    .modalCon {
        display: none;
    }

    .Reg {
        display: none;
    }

    .SucCont {
        width: 80%;
    }
}

@media (max-width: 768px) {

    body {
        background-image: url(../../assets/media/image/Gradient_colour_v.png);
        background-size: contain;
    }

    .layout-builder {
        display: none;
    }

    .sexion {
        padding: 50px 0px 50px 0px;
    }

    .sexion2 {
        padding-top: 0px;
    }

    .headerImage img {
        height: 10px;
    }

    .headerSpacer {
        height: 250px;
    }

    .xscrollimg img {
        width: 150px;
    }

    .media-element {
        padding: 10px 20px 10px 20px;
    }

    .media-scroller {
        grid-auto-columns: 91%;
    }

    .topBack {
        padding: 40px 40px 0px 40px;
    }

    .botBack {
        padding: 40px 40px;
    }

    .welcImage {
        display: none;
    }

    .welcImage2 {
        display: block;
        margin-top: 40px;
        margin-right: -40px;
    }

        .welcImage2 img {
            width: 80%;
            float: right;
        }

    .welImage {
        display: none;
    }

    .WelText {
        font-size: 35px;
    }

    #wel {
        padding: 0px 15px 30px 15px;
    }

    .deSoPac img {
        width: 90px;
        margin: 10px;
    }

    .footerLogo {
        padding-right: 0px;
    }

        .footerLogo img {
            width: 250px;
            padding-right: 20px;
        }

    .registerMod {
        background-color: #BB1D2B;
        border-radius: 10px;
        margin: 0px;
    }

    .assetsMod {
        background-color: #FAD9D7;
        border-radius: 10px;
        margin: 0px;
    }

    .financesMod {
        background-color: #FDE9D3;
        border-radius: 10px;
        margin: 0px;
    }

    .stockingMod {
        background-color: #EBCDDF;
        border-radius: 10px;
        margin: 0px;
    }

    .analysisMod {
        background-color: #E0D5E9;
        border-radius: 10px;
        margin: 0px;
    }

    .knowledgeMod {
        background-color: #D5DCEB;
        border-radius: 10px;
        margin: 0px;
    }

    .consoleMod {
        background-color: #F2F2F2;
        border-radius: 10px;
        margin: 0px;
    }

    #conImgHide {
        display: none;
    }

    .wCon {
        padding: 10px;
        margin: 5px 5px 0px 0px;
    }

    .mApps {
        padding: 10px;
        margin: 5px 5px 0px 0px;
    }

    .SubHStyle {
        font-size: 20px;
        font-weight: 100;
        max-width: 800px;
    }

    .OPText {
        font-size: 14px;
        padding-top: 8px;
    }

    .dataBox {
        background-color: #f5f5f5;
        border-radius: 10px;
        height: 100px;
        margin: 5px;
        padding: 10px 15px;
        min-width: 0px;
    }

    .dataTxt {
        display: inline-block;
    }

    .dataImg {
        position: absolute;
        display: inline-block;
        width: 100px;
        right: 0px;
        bottom: 0;
    }

        .dataImg img {
            height: 70px;
        }

    .dBH {
        font-size: 18px;
        font-weight: 100;
    }

    .dBT {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
    }
}

.bg-white {
    background-color: white !important;
}

.bg-gray {
    background-color: #EFEFEF !important;
}

.form-container {
    border: 2px solid #9F0000;
    width: 450px;
    width: 450px;
    border-radius: .50rem;
}

.footerArea {
    bottom: 0;
    position: fixed;
    width: 75%;
}

.myNavBtn {
    border-radius: 10px 10px 0 0;
    font-size: large;
}

.siteMap {
    font-size: 12px;
    font-weight: 100;
    margin: -25px 0px;
    padding: 50px 20px 20px 20px;
}

.footerLogo {
    position: absolute;
    text-align: right;
    z-index: -10;
}

    .footerLogo img {
        width: 200px;
        padding-right: 20px;
    }
