/* Minification failed. Returning unminified contents.
(669,39): run-time error CSS1019: Unexpected token, found ' '
(669,39): run-time error CSS1019: Unexpected token, found ' '
(669,39): run-time error CSS1042: Expected function, found ' '
(669,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1730,1): run-time error CSS1036: Expected expression, found '}'
 */
.dialog-header {
    border-bottom: solid 1px #ccc;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background-color: #383840;
    color: #FFFFFF;
    padding: 20px 32px;
}
.dialog-header-left {
    font-weight: bold;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.dialog-header-left > h4 {
    margin-right: 20px;
}

.dialog-header h3 {
    margin-top: 0;
}

.dialog-header-center {
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: solid 1px #ccc;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    background-color: #383840;
    color: #FFFFFF;
}
.dialog-header > img {
    width: 30px;
    margin-top: -15px;
}

.dialog-header > .close {
    color: #FFFFFF;
    opacity: 1;
}

.dialog-header p {
    color: #C3C3C6;
}

.dialog-content {
    padding: 20px;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dialog-footer {
    padding: 20px;
    border-top: solid 1px #ccc;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.dialog-footer-center {
    padding: 20px;
    border-top: solid 1px #ccc;
    text-align: center;
}

.modal-content {
    margin-bottom: 100px;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #DFDFDF;
    border-radius: 10px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sub-title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.lead-header {
    line-height: 36px;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.wizard-header h3 {
    font-family: "Roboto Slab", Segoe UI,Verdana,sans-serif;
}

.rtl .text {
    direction: rtl;
}

.ui-notification {
    /*background-color: #f8f8f8 !important;*/
    /*color: #000 !important;*/
    border-radius: 4px;
}

.hide-toolbar .wizard-ctrl {
    height: calc(100% - 60px);
}

input, select {
    z-index: 0 !important;
}

dv-toolbar .title {
    /*padding-left: 40px;
    margin-top: 14px !important;
    font-size: 24px !important;
    background: url(../Content/Images/cropsat-logo.svg) no-repeat left;
    background-size: 30px 30px;*/
    padding-left: 40px;
    margin-top: 6px !important;
    font-size: 24px !important;
    background: url(../Content/Images/cropsat-logo-new.png) no-repeat left;
    background-size: 170px 50px;
    width: 300px;
    height: 50px;
}

.page-container {
    height: calc(100% - 50px);
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}

.hide-toolbar .page-container {
    height: 100%;
}

.page-content {
    display: flex;
    display: -ms-flexbox;
    flex: 1;
    -ms-flex: 1;
}

dv-auth {
    display: block;
    height: 50px;
}
.hide-toolbar dv-auth {
    display: none;
}

dv-top-bar {
    display: block;
    height: 60px;
}

dv-wizard {
    display: block;
    flex: 0 1 600px;
    -ms-flex: 0 1 600px;
}

.right {
    flex: 1;
    -ms-flex: 1;

    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

dv-map {
    flex: 1;
    -ms-flex: 1;
    position: relative;
}

.page-tab {
    display: none;
}
    .page-tab div {
        border: solid 1px #999;
        background-color: #484848;
        color: #e8e8e8;
        height: 30px;
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .page-tab span {
        margin: 0 5px;
    }

        .page-tab span i {
            margin: 0 2px;
        }

@media (max-width: 1200px) and (min-width: 800px) {
    dv-wizard {
        flex: 0 1 460px;
        -ms-flex: 0 1 460px;
    }
}

@media (max-width: 799px) {
    .d-none-sm {
        display: none;
    }
    .page-tab {
        display: flex;
        display: -ms-flexbox;
    }
    .page-content {
        width: auto;
    }
    dv-wizard {
        flex: 0 1 auto;    
    }

    .hide-wizard {
        display: none;
    }
    .small-map {
        height: 30rem;
        width: 100%;
        margin-bottom: 1.4rem;
    }
        .small-map.mobile-lg-view {
            height: 50rem;
            position: sticky;
            top: 0;
        }
        .small-map.right {
            flex: unset;
        }
    .page-content {
        flex-direction: column-reverse;
    }
   
    dv-top-bar {
        height: auto;
    }
   
    h3{
        margin-top: 8px;
    }
    .top-bar-extra {
        margin-top: 10px;
    }
}

.custom-input {
    height: 40px;
    width: 100%;
}

.hide-native-radio-btn {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
}



.btn-small {
    height: 48px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #383840;
    background-color: #FFFFFF;
    color: #383840;
    border-radius: 4px;
    width: 74px;
}

.custom-radio-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

    .custom-radio-btn > label {
        margin: 0;
    }

    .custom-radio-btn > input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        margin: 0;
        font: inherit;
        color: #4291BD;
        min-width: 20px;
        min-height: 20px;
        border: 2px solid #4291BD;
        border-radius: 50%;
        display: grid;
        place-content: center;
        place-items: center;
        z-index: -1;
    }

    .custom-radio-btn > input[type="radio"]::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background-color: #4291BD;
    }

    .custom-radio-btn > input[type="radio"]:hover {
        cursor: pointer;
    }

    .custom-radio-btn > input[type="radio"]:checked::before {
        transform: scale(1);
    }

    .custom-radio-btn > input[type="radio"]:disabled {
        border: 0.22em solid #C3C3C6;
        cursor: initial;
    }

    input[type="radio"]:focus {
        outline: .1em solid #4291BD;
    }

input[type="radio"] {
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.custom-select {
    position: relative;
    width: 100%;
}

    select + .select {
        position: absolute;
        pointer-events: none;
        top: 10px;
        right: 10px;
    }
@font-face {
    font-family: 'MetaPlusBold-Roman';
    src: url('../Fonts/metaplus-bold-roman.ttf') format('truetype'), url('../Fonts/MetaPlusBlack-Roman.otf') format('opentype'), url('../Fonts/metaplusmedium-roman1.ttf') format('truetype'), url('../Fonts/ufonts.com_metaplusbold_caps.ttf') format('truetype'), url('../Fonts/ufonts.com_metaplusnormal-roman_1.ttf') format('truetype');
}

@font-face {
    font-family: 'MetaPlusBlack-Roman';
    src: url('../Fonts/MetaPlusBlack-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'MetaPlusMedium-Roman';
    src: url('../Fonts/metaplusmedium-roman1.ttf') format('truetype');
}

@font-face {
    font-family: 'MetaPlusBold-Caps';
    src: url('../Fonts/ufonts.com_metaplusbold_caps.ttf') format('truetype');
}

@font-face {
    font-family: 'MetaPlusNormal-Roman';
    src: url('../Fonts/ufonts.com_metaplusnormal-roman_1.ttf') format('truetype');
}

@font-face {
    font-family: 'MetaPlusNormal-Caps';
    src: url('../Fonts/ufonts.com_metaplusnormal-caps.ttf') format('truetype');
}

@font-face {
    font-family: 'AgencyFB';
    src: url('../Fonts/AgencyFB.ttf') format('truetype'), 
         url('../Fonts/AgencyFB.eot') format('embedded-opentype'),
         url('../Fonts/AgencyFB.svg') format('svg'),
         url('../fonts/AgencyFB.woff') format('woff'),
         url('../fonts/AgencyFB.woff2') format('woff2');
}

@font-face {
    font-family: 'Material Icons';
    font-display: block;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-col-center{
    display: flex;
    flex-direction:column;
    align-items: center;
}

.flex-align-spread {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.flex-align-left {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.flex-align-right {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.flex-wrap-left {
    flex: 1 0 auto;
    text-align: left;
}

.flex-wrap-right {
    flex: 1 0 auto;
    text-align: right;
}

.margin-left {
    margin-left: 8px;
}

.margin-right {
    margin-right: 8px;
}

.margin-bottom {
    /*margin-bottom: 10px;*/
    margin-bottom: 16px;
}

.col-2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    align-items: center;
}
/*.new-giva-content {
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    background-color: #e8e8e8;

    margin: 0 -20px;
    padding: 20px;
}*/
.new-giva-footer {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    background-color: #686868;
    color: #fff;
    margin: 0 -20px;
    padding: 5px 20px;
}
.paint-giva {
    margin-top: 5px;
}
.paint-giva input {
    width: 60px;
    display: inline-block;
    margin: 0 15px;
}



.giva-header {
    width: 195px;
    border-bottom: 1px solid #bbb;
}

.giva-header-color {
    width: 15px;
}

.giva-header-new {
    width: 150px;
    text-align: right;
}

.giva-container {
    /*padding-top: 7px;
    height: 30px;
    width: 195px;*/
    display: flex; 
    flex-wrap: wrap;
    gap: 8px;
}

.giva-color {
   /* display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    vertical-align: top;
    border: 1px solid #ccc;*/
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   display: flex;
   justify-content: flex-end;
}

.giva-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.giva-new {
    /* display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 150px;
    height: 30px;
    font-weight: bold;
    padding-right: 10px;*/
    display: flex;
    flex-direction: column;
    height: 60px;
    width: 60px;
}

    .giva-new > input, .giva-new > span {
        text-align: center;
        padding: 1rem;
        border: 1px solid #C2C2CB;
        border-top-style: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        height: 100%;
    }

.giva-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-color: #383840;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    transform: translate(8px, -4px)
}

.custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 18px;
    background-color: #FFFFFF;
    line-height: 21px;
    padding: 1.4rem 1.4rem;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #383840;
}


    .custom-btn.secondary[disabled], .custom-btn.secondary:disabled {
        background-color: #f0f5f7 !important;
        color: #b2b6b8;
    }

.custom-btn.primary {
    background-color: #4291BD;
    border: none;
    color: #FFFFFF;
    line-height: 21px;
    font-weight: 700;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.22);
    padding: 1.4rem 3.2rem;
}

    .custom-btn.secondary {
        background-color: #E8F2F7;
        font-weight: 700;
        border-style: none;
        color: #285771;
    }

    .custom-btn.primary[disabled], .custom-btn.primary:disabled {
        background-color: #B3B3B3 !important;
    }


.wizard-btn {
    width: 100%;
    padding: 20px !important;
}

.reverse {
    flex-direction: row-reverse;
}

.uppercase {
    text-transform: uppercase;
}

    .material-symbols-outlined.lock_open {
        width: 20px;
        font-size: 20px;
    }

.btn-unlock {
    font-size: clamp(1.2rem, 0.25rem + 1.3333vw, 1.6rem);
    font-weight: 400;
    line-height: 19px;
    border: 1px solid #E0E0E0;
}


.date-picker {
    position: relative;
}

.dropdown {
    padding: 16px;
    filter: drop-shadow(0px 1px 4px 1px rgba(0, 0, 0, 0.22));
    border-radius: 12px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.22);
    background-color: #FFFFFF;
    max-width: 282px;
}

@media (max-width: 799px) {
    .dropdown {
        bottom: 0;
    }
}
    .selected p {
        font-weight: 700;
        margin: 0;
        color: rgba(0, 0, 0, 0.6);
    }

    .year {
        cursor: pointer;
        position: relative;
    }

    .year select {
        border: none;
        outline: none;
        padding: 0 4px;
    }

    .year ul {
        width: 6rem;
        padding: 0;
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.6);
        list-style: none;
        position: absolute;
        top: 24px;
        left: -6px;
        border-radius: 4px;
        max-height: 25rem;
        overflow: scroll;
    }
    .year li:last-child{
        margin-bottom: 0;
    }
    .year li {
        padding: 4px;
        width: 100%;
        text-align: center;
    }
        .year li:hover {
            background-color: #4291BD;
            color: #FFFFFF;
        }

.date-controller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 8px 6px;
}

.dropdown.open {
    display: block;
}

.weekdays, .days {
    display: grid;
    grid-template-columns: repeat(7, 36px);
}

.weekdays p, .day {
    text-align: center;
}

    .weekdays p {
        font-weight: 700;
        font-size: 12px;
        padding: 8px 0;
        color: #919194;
        margin: 0;
    }

.day {
    font-size: 14px;
    cursor: default;
    padding: 5px 0;
    display: grid;
    place-items: center;
    color: #383840;
    font-weight: 400;
    margin: 0;
}

.available-date {
    background-color: #C2FFFB;
    color: #383840;
    cursor: pointer;
}

.selected-date {
    background-color: #4291BD;
    color: #FFFFFF;
}

.available-date, .selected-date {
    border-radius: 12px;
    font-weight: 700;
}

.input-month {
    position: relative;
    width: 100%;
}

    .selected:hover {
        cursor: pointer;
    }

    .input-month > span {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }

.calendar-loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: .6;
}
.cloud-images {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .cloud-images div {
        text-align: center;
        margin: 5px;
    }
    .cloud-image {
        width: 170px;
        margin-bottom: 10px;
    }

.image-info {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.image-info span {
    font-weight: bold;
    font-size: 17px;
    margin-left: 5px;
}

.cloud-images p {
    margin-top: 3px;
    font-size: 11px;
}


@media (max-width: 1200px) {
    
}

@media (max-width: 799px) {
    
}


.send-file-content {
    padding: 32px;
}

    .send-file-content i {
        cursor: pointer;
    }


.export-check {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dv-checkbox {
    font-size: 15px;
    margin-right: 20px;
}
    .dv-checkbox i {
        width: 20px;
    }

    .dv-checkbox input[type="checkbox"],
    .dv-checkbox .checked {
        display: none;
    }

    .dv-checkbox input[type="checkbox"]:checked ~ .checked {
        display: inline-block;
    }

    .dv-checkbox input[type="checkbox"]:checked ~ .unchecked {
        display: none;
    }

.help-categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .help-categories > a {
        background-color: transparent;
        border-style: none;
        border-radius: 100px;
        padding: 1rem 3rem;
        text-decoration: none;
        color: #383840;
    }

        .help-categories > a.active {
            background-color: #E8F2F7;
            color: #2E6684;
        }

.help-content {
    padding: 3rem;
    overflow: auto;
    max-height: 500px;
}

div.help-header {
    background-color: #383840;
    color: #FFFFFF;
}

.accordion-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.label-success {
    background-color: #47b04b;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #388c3c;
    }

.infofile-header {
    padding: 20px 20px 0 20px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.infofile-content {
    padding: 0 20px 4px 20px;
}

.infofile-footer {
    display: flex;
    justify-content: center;
    padding: 20px;
    border-top: solid 1px #ccc;
}

.material-symbols-outlined.task-success-icon {
    color: #9CEBBC;
    font-size: 60px;
}
.dv-large-logo {
  width: 200px; 
}
.dv-mobile-image {
    margin-left: 2%;
    float: left;
    height: 50px;
    width: 50px;
    margin-top: -3px;
}

.dv-download {
    margin-left: 65px;
}

    .dv-download h4 {
        font-family: MetaPlusBlack-Roman Helvetica;
        font-size: 36px;

        line-height: 20px;
        color: #474747;
        margin: 0px;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .dv-download div {
        /*font-family: MetaPlusNormal-Roman;*/
        color: #474747;
        font-size: 14px;
        line-height: 14px;
    }

.dv-iphone img {
    height: 110px;
    margin-top: 34px;
}

.dv-form label {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
}

.dv-form span {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
    font-weight: bold;
}

.klient-item {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .klient-item:hover {
        background-color: #e8e8e8;
    }
.ntesterinfo-container {
    display: flex;
    display: -ms-flexbox;
}
.ntesterinfo-left {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
}
.ntesterinfo-images {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 260px;
    margin-bottom: 40px;
}
.nesterinfo-apps {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .ntesterinfo-container {
        flex-direction: column;
        -ms-flex-direction: column;
    }
}
.dialog-header-center-column {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
}

.dv-mobile-image {
    margin-left: 2%;
    float: left;
    height: 50px;
    width: 50px;
    margin-top: -3px;
}

.dv-download {
    margin-left: 65px;
}

    .dv-download h4 {
        font-family: MetaPlusBlack-Roman;
        font-size: 36px;
        line-height: 20px;
        color: #474747;
        margin: 0px;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .dv-download div {
        /*font-family: MetaPlusNormal-Roman;*/
        color: #474747;
        font-size: 14px;
        line-height: 14px;
    }

.dv-iphone img {
    height: 110px;
    margin-top: 34px;
}

.dv-form label {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
}

.dv-form span {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
    font-weight: bold;
}

.dv-mobile-image {
    margin-left: 2%;
    float: left;
    height: 50px;
    width: 50px;
    margin-top: -3px;
}

.dv-download {
    margin-left: 65px;
}

    .dv-download h4 {
        font-family: MetaPlusBlack-Roman;
        font-size: 36px;
        line-height: 20px;
        color: #474747;
        margin: 0px;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .dv-download div {
        /*font-family: MetaPlusNormal-Roman;*/
        color: #474747;
        font-size: 14px;
        line-height: 14px;
    }

.dv-iphone img {
    height: 110px;
    margin-top: 34px;
}

.dv-form label {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
}

.dv-form span {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
    font-weight: bold;
}


.dv-mobile-image {
    margin-left: 2%;
    float: left;
    height: 50px;
    width: 50px;
    margin-top: -3px;
}

.dv-download {
    margin-left: 65px;
}

    .dv-download h4 {
        font-family: MetaPlusBlack-Roman;
        font-size: 36px;
        line-height: 20px;
        color: #474747;
        margin: 0px;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .dv-download div {
        /*font-family: MetaPlusNormal-Roman;*/
        color: #474747;
        font-size: 14px;
        line-height: 14px;
    }

.dv-iphone img {
    height: 110px;
    margin-top: 34px;
}

.dv-form label {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
}

.dv-form span {
    /*font-family: MetaPlusNormal-Caps;*/
    font-size: 14px;
    font-weight: bold;
}


.send-to-machine-machine-list {
    list-style: none;
    padding-left: 0px;
}

    .send-to-machine-machine-list li {
        margin-top: 2px;
        margin-bottom: 2px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
    }


    .send-to-machine-machine-list li:hover {
        background-color: rgba(0,0,0,.1);
        border-radius: 5px;
    }

#select-providers-list {
    list-style: none;
    padding-left: 0px;
}

.button-panel {
    text-align: center;
}

.checkbox-list ul {
    list-style: none;
}

.checkbox-list li {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
}

.checkbox-list li > :first-child {
    font-size: 18px;
    color: dodgerblue;
    margin-right: 10px;
}


.skiftedialogcontent {
    transition: height 0.2s, width 0.2s, border-radius 0.2s;
}

.skifedialogcollapsed {
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #FBFBFD;
    border: 1px solid #999;
}

.skifedialogexpanded {
    border-radius: 5px;
    width: 300px;
    /*height: 140px;*/
    background-color: #FBFBFD;
    border: 1px solid #999;
    cursor: default;
}

.skiftedialog-item {
    width: 120px;
    text-align: center;
    cursor: pointer;
}

    .skiftedialog-item:hover {
        opacity: 0.7;
    }

.skiftedialog-item > div {
    padding-top: 10px;
}

.skifteicon {
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.skifteicon:hover {
    opacity: 0.7;
}
.strategy-info-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.strategy-info-item {
    display: flex;
    flex: 0 1 420px;
}
    .strategy-info-item > div:first-child {
        flex: 0 1 130px;
        min-width: 130px;
        width: 130px;
        padding: 20px 10px 0px 10px;
    }
        .strategy-info-item > div:first-child img {
            width: 110px;
        }
    .strategy-info-item > div:last-child {
        flex: 0 1 auto;
        padding: 0px 10px 0px 10px;
    }
    
    .info-text {
        
    }

.header-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-icon {
    height: 26px;

}
.custom-dropdown {
    background-color: #FFFFFF;
    filter: drop-shadow(0px 1px 4px 1px rgba(0, 0, 0, 0.22));
    border-radius: 4px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.22);
    z-index: 2;
    position: absolute;
    padding: 12px;
    min-width: 140px;
}

.custom-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-list-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

    .dropdown-list-item:hover {
        cursor: pointer;
    }

    .dropdown-list-item:last-child {
        padding-bottom: 0;
    }

.login-container {
    border-top: 1px #888 solid;
    padding: 20px 40px;
}

.login-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.login-item {
    flex: 1;
    min-width: 140px;
    text-align: center;
}
.login-item img {
    height: 60px;
}

.login-list {
    padding: 0 30px;
    margin-bottom: 20px;
}
.login-list h4 {
    font-weight: bold;
}

@media (max-width: 1200px) {
    .login-container {
        margin: 20px 20px;
        padding: 20px 20px;
    }
}
.map-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#dv-map {
    height: 100%;
}
/*dv-map-search {
    position: absolute;
    top: 100px;
    left: 48px;
}*/

.map-banner {
    position: absolute;
    max-width: 375px; 
    height: auto; 
    bottom: 0;
    left: 32px;
    margin: 0 48px 30px 0;
}

.btn-full-screen {
    width: 48px;
    height: 40px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: none;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

    .btn-full-screen > span {
        display: flex;
        flex-direction: column;
        width: 20px;
        height: 24px;
    }

    .btn-full-screen .fa-angle-up {
        font-weight: bold;
        align-self: flex-end;
        transform: rotate(45deg)
    }

    .btn-full-screen .fa-angle-down {
        font-weight: bold;
        transform: rotate(45deg)
    }

@media (max-width: 799px) {
    .map-banner {
        display: none
    }
    .btn-full-screen {
        display: flex;
    }
}
.dv-dialog {
    background-color: #FBFBFD;
    border: 1px solid #999;
    color: black;
    border-radius: 5px;
    padding: 5px;
    text-wrap: normal;
    display: inline-block;
    /*width: 160px;
    height: 90px;*/
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    text-align: center;
}

    .dv-dialog .btn {
        margin-right: 5px;
    }

.mapsearch {
    width: 200px;
}

.pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    filter: invert(33%) sepia(36%) saturate(2129%) hue-rotate(328deg) brightness(89%) contrast(96%);
}
dv-tools.hide-tools, auth-tools.hide-tools {
    display: none;
}

/*.toolbar-skip {
    font-size: 11px;
    font-weight: 700;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}*/

.start-page {
    background-image: linear-gradient(0deg, rgba(35, 35, 40, 0.7), rgba(35, 35, 40, 0.7)), url("../../../Content/Images/start-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2rem 16rem;
    overflow-y: scroll;
}

.start-page-wrapper {
    margin:auto;
    /*display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;*/
}

.start-page .dv-language-button {
    color: #FFFFFF;
    padding: 0;
}

    .start-page .dv-language-button:hover, .start-page .dv-language-button:focus {
        outline: none;
    }

.start-page-content  {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #FFFFFF;  
}


    .start-page-content h3 {
        font-size: 48px;
        line-height: 56px;
    }
    
    .info {
        font-size: 20px;
        line-height: 32px;
        max-width: 1250px;
        margin: 0;
    }

.offers{
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.offer--title{
    font-weight: 700;
    font-size: 16px;
}

.offer p{
    margin: 0;
    font-size: 16px;
}

.start-page-account-card > img {
    width: 120px;
    position: absolute;
    top: -60px;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 244px;
}

@media (max-width: 799px) {
    .offers {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .start-page {
        padding: 2rem;
    }

    .buttons {
        width: 100%;
    }
  
}

    .buttons button {
        background-color: transparent;
        color: #FFFFFF;
        width: 100%;
        font-size: 16px;
        line-height: 18.75px;
    }

.login-btn {
    border: solid 1px #C3C3C6;
}

.skip-btn {
    border: none;
}

.temp-tool {
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    background-color: #343534;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.45);
    font-size: 25px;
    color: #fff;
    vertical-align: text-top;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}



.bayer-product-select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
}

.time-tabs {
    display: flex; 
    border: 1px solid #ccc;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 10px;
}
.time-tabs > div {
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    transition-duration: 300ms;
    transition-property: background-color;
}
.time-tabs > div[selected] {
    background-color:lightskyblue;
}
    .time-tabs > div:not([selected]):hover {
        background-color: rgba(135,206,250,0.35);
    }
.time-tabs > :not(:first-child) {
    border-left: 1px solid #ccc;
}

.time-tabs-range {
    display: flex;
    flex-direction: row;
}

.time-range {
    color: #6c8fcc;
    padding: 5px 15px 0px;
    font-style: italic;
}

.pressure:last-child > .product-options {
    border-bottom: none;
}

.product-options {
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.product-options div > p {
    font-size: 12px;
    color: grey;
    margin-top: 2px;
    margin-left: 20px;
}

.growth-regulator input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.growth-regulator label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    margin-bottom: 0px;
    margin-right: 5px;
    position: relative;
}

.growth-regulator label:after {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 22.5px;
    transition: 0.3s;
    align-self:
}

.growth-regulator input:checked + label {
    background: lightskyblue;
}

    .growth-regulator input:checked + label:after {
        left: calc(100% - 1.25px);
        transform: translateX(-100%);
    }

.growth-regulator label:active:after {
    width: 32.5px;
}

.strategies {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 8px 0;
}

.strategies > div {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    width: 100%;
}

    /*.strategies > div > div {
        display: block;
        width: 100%;
    }*/


.strategy-info-container {
    border: 2px solid #6c8fcc;
    border-radius: 25px;
    background-color: #f7f8ff;
    color: #6c8fcc;
    padding: 5px 15px;
    font-style: italic;
}

@media (max-width: 1200px) {
    .strategies > div {
        justify-content: center;
    }
}

.input-label {
    position: relative;
    width: 100%;
}

    .input-label > label {
        position: absolute;
        bottom: 4px;
        right: 8px;
    }

/* Chrome, Safari, Edge, Opera */
    .input-label > input::-webkit-outer-spin-button,
    .input-label > input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
    .input-label > input[type=number] {
        -moz-appearance: textfield;
    }

.ntester {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.layers-points {
    max-height: 220px;
    overflow-y: auto;
    align-self: flex-start;
    padding: 1rem 0;
    flex: 1;
    flex-grow: 1;
}

#custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 18px !important;
    min-width: 18px !important;
    background-color: #4291BD;
    border-radius: 4px;
    margin-right: 8px;
    padding: 0px;
}
#custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

    #custom-checkbox .marker {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
    }

        #custom-checkbox .marker:after {
            content: "";
            position: absolute;
            display: none;
        }

    #custom-checkbox input:checked ~ .marker:after {
        display: block;
    }

    #custom-checkbox .marker:after {
        top: 1px;
        left: 6px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.material-symbols-outlined.add-location {
    color: #C13636;
    font-size: 20px;
}

.newgiva {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    padding: 8px;
}
.addgiva {
    border: 1px solid #5cb85c;
    border-radius: 3px;
    padding: 10px;
}

.giva-tester {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;

    overflow-x: hidden;
    width: 540px;
}
    .giva-tester .index-diagram {
        margin-top: 40px;
    }
@media (max-width: 600px) {
    .ntester {
        flex-direction: column;
    }
    .layers-points{
        width: 100%;
        align-self: center;
    }

}
@media (max-width: 1200px) {

    .ntester .index-diagram {
        align-self: center;
    }

    .layers-container {
        flex: 0 1 auto;
        width: auto;
    }

   /* .layers-points {
        flex: 0 1 195px;
    }*/

    .giva-tester {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow-y: hidden;
    }

    .giva-tester .index-diagram {
        margin-top: 0;
    }
}
@media (max-width: 799px) {
    .giva-tester {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow-y: hidden;
        width: auto;
    }
}

.giva-input {
    border: 1px solid #E5E5E5;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 88px;
    height: 8rem;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .giva-input.focused {
        border: 1px solid #00B0EB
    }

        .giva-input.focused .input-group > span {
            background-color: #00B0EB;
            color: #FFFFFF;
        }

    .giva-input .divider{
        z-index: 0 !important;
    }

    .giva-input input::-webkit-outer-spin-button,
    .giva-input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .giva-input input[type=number] {
        -moz-appearance: textfield;
    }

    .input-group > span {
        background-color: #E5E5E5;
        padding: 4px 0;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-color: #E5E5E5;
        text-align: center;
    }

.input-group > input {
    border-style: none;
    height: 4rem;
    text-align: center;
}

.input-group > input:focus {
    box-shadow: none;
}

/* Diagram */
.index-diagram {
    /*flex: 0 1 auto;*/
    margin-bottom: 16px;
    width: 100%;
}


    /* Groups */
.index-legend {
    width: 100%;
    height: 14px;
    border-radius: 100px;
    overflow: hidden;
}

    .index-group-header {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding-top: 4px;
    }

        .index-group-header > label {
            text-align: center;
        }

    .index-group-header1 {
        width: 56px;
    }

    .index-group-header2 {
        width: 56px;
    }

    .index-group-header3 {
        width: 56px;
    }

.index-legend-groups {
    width: 100%;
    height: 11rem;
    overflow-x: auto;
}

    .index-group-content {
        display: flex;
    }

    .group-item {
        display: flex;
        display: -ms-flexbox;
    }

    .index-group {
        width: 112px;
    }

.index-arrow {
    width: 90%;
    padding-top: 4px;
    border-top: 1px solid #E7E7E8;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    gap: 1rem;
}

.areal-arrow {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 8px;
    height: 10px;
    color: #D9D9D9;
    /*    padding-top: 3px;
        margin-left: 6px;*/
}


    .google-maps-overlay.text {
        background: #ddd;
        border: 1px solid rgba(50, 50, 50, 0.51);
        position: absolute;
        color: #010101;
        padding: 4px;
        font-weight: bold;
        border-radius: 4px;
        margin-top: -10px;
        margin-left: -10px;
    }

.n-giva-wrapper {
    background-color: #F5F5F5;
    padding: 16px;
    display: flex;
}
.swr-label {
    width: 180px;
    text-align: left !important;
}
.position-switch, .position-switch > p {
    display: flex;
    display: -ms-flexbox;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
    top: 2px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #C6DEEB;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.23));
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        bottom: -3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:checked + .slider {
    background-color: #4291BD;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4291BD;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.top-bar-container {
   /* display: flex;
    display: -ms-flexbox;
    height: 60px;
    color: #fff;*/
    /*background-color: #00b4e6;*/
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}

.top-bar-left {
    flex: 0 1 600px;
    -ms-flex: 0 1 600px;
    width: 600px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
    .top-bar-left > div:first-child {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        padding: 0 20px;
    }


.top-bar-right {
    flex: 1;
    -ms-flex: 1;
    height: 70px;
    margin: auto;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 32px;
    right: 32px;
}

    .top-bar-right > div {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        height: 100%;
    }

.top-bar-wizard {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.top-bar-language {
    height: 100%;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    width: auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    color: #383840;
}

.cropsat {
    font-size: 24px;
    margin-right: 20px;
}

.cropsat-icon img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.dv-language-button {
    background-color: transparent;
}

    .dv-language-button .language {
        font-size: 20px;
        transform: translateY(4px)
    }

.dv-language-dropdown {
    position: relative;
}

.dv-language-container {
    position: absolute;
    top: 36px;
    left: 0;
    display: none;
    z-index: 1000;
    float: left;
    min-width: 110px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.275);
    box-shadow: 0 6px 12px rgba(0,0,0,0.275);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dv-language-container.open {
        display: block;
    }

.dv-language-header {
    padding: 10px 20px;
}

.dv-language-content ul {
    margin: 0;
    padding: 0;
}

.dv-language-item {
    list-style-type: none;
    padding: 10px 8px;
    border-top: 1px solid #d8d8d8;
}

    .dv-language-item > a {
        color: #383840;
    }

    .dv-language-item:hover {
        background-color: #e8e8e8;
        cursor: pointer;
    }

    .dv-language-button img,
    .dv-language-item img {
        width: 24px;
        height: 16px;
        margin-right: 5px;
    }

.dv-language-button > span:last-child {
    margin-left: 7px;
}

.langulage-selector {
    padding: 25px;
    padding-right: 15px;
}

@media (max-width: 799px) {
    .top-bar-container {
        position: initial;
    }
    .top-bar-right {
        position: unset;
        height: 24px;
    }
    .top-bar-language {
        display: none;
    }

}
button > img {
    margin-right: 5px;
    height: 17px;
}

.multiline-button {
    width: 240px;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;

    display: flex;

    cursor: pointer;
}
.multiline-button-disabled {
    cursor: default;
    /*background-color: #686868 !important;*/
    color: #e8e8e8 !important;
}
.multiline-button-disabled i {
    color: #e8e8e8 !important;
}

.block-text {
    margin-bottom: 3rem;
}

.block-search form div {
    position: relative;
}

.block-search form input {
    border-radius: 100px;
    padding: 2.5rem 3.5rem;
}

.input-search-icon {
    position: absolute;
    left: 12px;
    top: 18px;
}

.show-on-map-button {
    border: 1px solid #C3C3C6;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-weight: bold;
}

    .show-on-map-button.active {
        background-color: #383840;
        color: #FFFFFF;
    }

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed #C3C3C6;
    border-radius: 12px;
    padding: 3rem;
}

.icon-box img {
    height: 100px;
    width: 100px;
}

.skifte-list {
    background-color: #FFFFFF;
    filter: drop-shadow(0px 1px 4px 1px rgba(0, 0, 0, 0.22));
    border-radius: 4px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.22);
    z-index: 2;
    position: relative;
    padding: 12px;
    min-width: 140px;
}

    .skifte-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .skifte-list-item {
        font-size: 14px;
        display: flex;
        align-items: center;
        padding: 4px 0;
    }

.skifte-list-item:hover {
  cursor: pointer;
}

        .skifte-list-item:last-child{
            padding-bottom: 0;
        }

        @media (max-width: 700px) {
            .mobile-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: -12px;
    }
}

.fileformat img {
    width: 120px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-columns: 70% auto;
    margin-bottom: 16px;
    gap: 24px;
}

.input-field-file-container {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.input-field-file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.input-field-file > div {
    width: 100%;
}

.file-legend {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    min-width: 100px;
    align-items: center;
}

.file-legend > div {
        transform: translateX(-8px)
    }

.agrometius-button {
    display: flex;
    width: 120px;
    height: 70px;
    border: solid 1px #888;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    cursor: pointer;
}

.agrometius-button img {
    width: 100px;
    margin: 0;
}

.download-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    overflow: auto;
    padding-bottom: 24px;
}

.download-item {
    min-height: 120px;
    border: 1px solid #d8d8d8;
    padding-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 650px) {
    .download-item {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .file-legend {
        align-items: flex-start;
    }

    .file-legend > div {
        transform: translateX(0px)
    }

    .form-wrapper {
        grid-template-columns: 75% auto;
    }
}
.download-item-active {
    border: 4px solid #00B0EB;
}
.download-item-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download-item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-agrometius {
    height: 90px;
    width: 140px;
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 1px 2px 2px rgba(10, 10, 10, .3);
}

.disabled-download {
    background-color: #e8e8e8;
    color: #bbb;
}

.save-to-dv-button {
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 50px;
    padding: 0 10px;
}

.infobox > p {
    margin: 0;
}

.vlegend {
    /*margin-left: 24px;*/
}

/*.index-legend {
    margin-top: 43px;
    padding: 0;
    padding-right: 10px;
}


.index-group-header {
    width: 200px;
    display: flex;
    display: -ms-flexbox;
}
    .index-group-header > label {
        text-align: center;
    }
.index-group-header1 {
    width: 56px;
}
.index-group-header2 {
    width: 56px;
}
.index-group-header3 {
    width: 56px;
}

.index-legend-groups {
    display: flex;
    display: -ms-flexbox;
}

.group-areal {
    width: 160px;
    font-size: 12px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}

.group-item {
    display: flex;
    display: -ms-flexbox;
}
.index-group {
    width: 112px;
}
.index-arrow {
    width: 56px;
    display: flex;
    display: -ms-flexbox;
}
.areal-arrow {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 3px;
    margin-left: 6px;
}*/

/*@media (max-width: 1200px) {
    .index-diagram {
        margin-left: 0;
    }
}*/
.read-more-strategy {
    cursor: pointer;
    color: #383840;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration-line: none;
}

.category {
    border: 1px solid #E7E7E8;
    border-radius: 4px;
}

.category-title {
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px
}

.category-title:hover{
    cursor: pointer;
}
.top-bar-extra {
    display: none;
}

.hide-toolbar .top-bar-extra {
    display: block;
    background-color: #00b4e6;
    background-color: #005F9E;
}

.hide-toolbar .top-bar-extra img {
    height: 50px;
    margin: 5px;
    margin-left: 20px;
}

.wizard-ctrl {
    display: flex;
    display: -ms-flexbox;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

    .wizard-ctrl > div {
        display: flex;
        flex-direction: column;
        flex: 1;
    }


@media (max-width: 799px) {
    .wizard-bottom {
        padding-bottom: 100px;
    }
}


.working-spinner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    width: 580px;
    opacity: 0.8;
    padding-top: 100px;
    font-size: 22px;
    z-index: 10;
}
    .working-spinner i,
    .working-spinner span {
        color: #000;
        opacity: 1;
    }


.hide-toolbar .working-spinner {
    height: 100%;
    top: 60px;
}

@media (max-width: 1200px) {
    .working-spinner {
        width: 450px;
        font-size: 18px;
    }
}
@media (max-width: 799px) {
    .working-spinner {
        width: 100%;
        padding-top: 100px;
    }
    .hide-toolbar .working-spinner {
        margin-top: 30px;
        height: calc(100% - 30px);
    }
}


.wizard-header {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

    .wizard-header i {
        cursor: pointer;
        font-size: 24px
    }
    .wizard-header span {
        z-index: 1000;
    }

.wizard-content {
    padding: 20px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.wizard-working-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0.3;
    background-color: #999;
    display: flex;
    display: -ms-flexbox;
    align-content: stretch;
    -ms-align-content: stretch;
}

.giva-settings-container {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .giva-settings-container {
        display: flex;
        display: -ms-flexbox;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 600px) {
    .giva-settings-container {
        overflow: hidden;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10 + CSS here*/
    .wizard-ctrl {
        display: block;
    }
}

.bottom-button {
    padding-top: 8px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.divider {
    background-color: #E0E0E0;
    width: 100%;
    height: 1px;
    margin: 4px 0 16px 0;
}

.infobox {
    background-color: #E8F2F7;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.show-more {
    display: flex;
    background-color: #4291BD; 
    color: #FFFFFF;
    border-radius: 50%;
    padding: .4rem;
}

.crop-sat-desc-container > .show-more-info, .crop-sat-desc-container > .divider {
    display: none;
}

.question-circle {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.question-circle:hover {
    cursor: pointer;
}

.material-symbols-outlined.previous {
    font-size: 14px;
}

.wizard-previous {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #383840;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}

@media (max-width: 799px) {
    .extra-padding-bottom {
        padding-bottom: 100px;
    }
    .crop-sat-desc-container > .show-more-info {
        display: flex;
        gap: 8px;
        font-size: 12px;
        font-weight: bold;
    }
    .crop-sat-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

       .open {
            display: inline-block;
        }

    .crop-sat-desc-container > .divider {
        display: block;
    }

    .question-circle {
        display: none;
    }

    .bottom-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        gap: 0;
    }

        .bottom-button > .custom-btn {
            border-radius: 0px;
            margin: 0;
        }
    
}


.wizard-progress-bar {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 16px;
}

    @media (max-width: 1100px) {
        .wizard-progress-bar .step.start {
            background-color: #fff !important;
        }
        .wizard-progress-bar .step.complete {
            background-color: #fff !important;
        }
        .hidden-xs, .step {
            display: none !important;
        }
    }



.wizard-progress-bar .step {
    background-color: #00B0EB;
    height: 1px;
}

.wizard-progress-bar .complete .circle {
    background-color: #39D678;
    color: #fff;
}


        .wizard-progress-bar  .circle.disabled {
            background-color: #aaa;
        }

.wizard-progress-bar .step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: .5;
}

    .wizard-progress-bar .step-container.complete, .step-container.active {
        opacity: 1;
    }

.step-container.complete .circle.material-symbols-outlined {
    display: flex;
    font-size: 16px;
}

.step-container.active .name {
    font-weight: 700;
}

.step-container .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00B0EB;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #FFFFFF;
}

.step-number {
    margin: 0;
    font-weight: 700;
}

.step-container .name {
    color: #383840;
    text-align: center;
    position: absolute;
    transform: translateY(28px);
    width: 140px;
    letter-spacing: -0.02em;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.step-container .material-symbols-outlined {
    display: none;
}

@media (max-width: 799px) {

    .step-container .circle, .step-container.complete .circle.material-symbols-outlined, .step-container.hidden-xs .material-symbols-outlined {
        display: none;
    }
    .step-container.hidden-xs {
        display: flex !important;
    }
    .wizard-progress-bar{
        padding: 0 16px;
        justify-content: space-around;
    }
    .step-container .name {
        transform: translateY(0px);
        position: unset;
        font-size: 10px;
        width: auto;
    }
  
    .step-container.complete .material-symbols-outlined, .step-container .material-symbols-outlined {
        display: block;
    }
    .wizard-progress-bar .step-container {
        flex-direction: row;
    }

    .wizard-progress-bar {
        border-bottom: 1px solid #E0E0E0;
    }

}


