@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100% !important;
}

body,
html {
    font-family: 'Gilroy' !important;
    letter-spacing: 0.4px;
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Gilroy' !important;
}

.bg {
    background-image: url("./img/background.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    background: white;
    text-align: center;
    border-radius: 24px;
    width: 500px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.box2 {
    background: white;
    text-align: center;
    border-radius: 24px;
    width: 820px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.sign-upp {
    padding: 50px 00px 20px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #414042;
    font-family: 'Gilroy-Light', sans-serif;
}

.text-center1 {
    text-align: center;
    font-family: 'Gilroy-Light', sans-serif;
    letter-spacing: 5px;
    font-weight: 600;
}

.resetpassword {
    letter-spacing: 5px;
    font-weight: 500;
    color: #414042;
    font-family: 'Gilroy-Light', sans-serif;
}

.mt-444 {
    margin-top: 40px !important;
}

.box img {
    height: 120px;
    margin-top: 10px;
    text-align: center;
}

.for-head-img {
    margin-left: 20px !important;
    margin-bottom: 0;
}

.float-right {
    margin-left: 30%;
}

label.con {
    font-size: 15px;
}

.modal-content {
    padding-bottom: 18px;
    padding-top: 18px;
    border-radius: 0;
}

.customone {
    border-radius: 0;
    ;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

.btn1 {
    width: 100%;
    border-radius: 49px;
    background-color: #0b6c39;
    border: 1px solid #0b6c39;
    color: white;
    height: 50px;
    margin-top: 20px;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: 700;
}

.btn1:hover {
    background: #008f46;
    border: none;
    transition: 0.5s;
}

.btn22 {
    width: 50%;
    border-radius: 49px;
    background-color: #0b6c39;
    border: 1px solid #0b6c39;
    color: white;
    height: 50px;
    margin-top: 30px;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: 700;
}

.btn22:hover {
    background: #fdca2f;
    border: none;
    transition: 0.5s;
}

.sign {
    color: #0b6c39;
    font-family: 'Gilroy-Light', sans-serif;
}

#popup1 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 88%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    text-align: center;
    padding: 20px;
    background: #fff;
    background-repeat: round;
    border-radius: 24px;
    width: 400px;
    position: relative;
    transition: all .2s ease-in-out;
    height: auto;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

.popup img {
    height: 150px;
}


/*form login and sign up*/

.form-outline .form-control~.form-notch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    /* width: 100%;
    */
    border-radius: 55px !important;
    /* max-width: 100%;
    */
    height: 100%;
    text-align: left;
    /* pointer-events: none;
    */
    ;
}


/* edit custom input */

.form-outline .form-control {
    height: 48px !important;
    margin-top: 5px;
    box-shadow: none;
    padding-left: 20px !important;
    border: solid 1px #ccc !important;
}

.form-outline .form-control:focus~.form-label {
    color: #0b6c39 !important;
    padding: 7px 13px !important;
    background: white !important;
}

.forgot {
    color: #0b6c39 !important;
    font-size: 14px;
}

.model-formpopup input,
select {
    border-radius: 0 !important;
    height: 45px;
    margin-top: 5px;
}

.asteriskField {
    color: #f00;
    font-size: 16px;
    font-weight: 600;
}


/* dashboard css custom */

.sidebar {
    width: 280px;
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    transition: width 300ms;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 5%);
}

.sidebar-brand {
    height: 124px !important;
    padding: 1.5rem 2rem 7rem 0rem;
    color: #fff;
    text-align: center;
}

.welcome {
    color: #b7b7b7;
}

.sidebar-brand span {
    display: inline-block;
    padding-right: 1rem;
}

.sidebar-menu li {
    width: 100%;
    margin-bottom: 1.7rem;
    margin-left: -3px;
}

.sidebar-menu ul#navMenus>li:nth-child(1) {
    margin-left: 0px;
    padding-left: 12px;
}

.for-brder {
    color: #0b6c39;
    border-left: 5px solid #0b6c39;
    margin-left: -10px;
}

#fdb {
    color: #019846;
}

.sidebar-menu ul {
    margin-left: -16px;
    margin-top: 10px;
}

.fas.fa-chevron-right,
.fa-chevron-down {
    font-size: 10px !important;
}

.sidebar-menu {
    margin-top: 2rem;
}

.sidebar-menu a {
    padding-left: 1rem;
    display: block;
    color: #414042;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.sidebar-menu a:hover {
    color: #0b6c39;
}

#nav-toggle:checked+.sidebar {
    width: 70px;
    z-index: -2;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar li {
    padding-left: 0rem;
    text-align: center;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar .logoimmg {
    height: 57px;
    width: 274px;
    margin-left: -1px;
    margin-top: -9px;
    display: none;
}

#logoshow {
    display: none;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar #logoshow {
    height: 40px;
    width: 30px;
    margin-left: 8px;
    margin-top: 15px;
    display: block !important;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar .rightimg img {
    width: 18px;
    height: auto;
    margin-top: -5px;
}

a#fdb .rightimg {
    padding-left: 5px;
}

.hovveer {
    margin-right: 27px;
}

#nav-toggle:checked+.sidebar .forn-none {
    display: none;
}

#nav-toggle:checked+.sidebar li a {
    padding-left: 0rem;
}

#nav-toggle:checked+.sidebar .sidebar-brand h1 span:last-child,
#nav-toggle:checked+.sidebar li a span:last-child {
    display: none;
}

.sidebar-menu a span:first-child {
    font-size: 1rem;
    padding-right: 6px;
}

.fa-chevron-right {
    margin-left: -1px !important;
}

.sidebar-menu a.active {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--main-color);
    border-radius: 30px 0px 0px 30px;
}

#nav-toggle:checked~.main-content {
    margin-left: 70px;
}

#nav-toggle:checked~.main-content header {
    width: calc(100% - 70px);
    /* left: 70px; */
}

.main-content {
    transition: margin-left 300ms;
    margin-left: 280px;
}

header {
    background: #0b6c39;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    box-shadow: 2px 2px 11px rgb(0 0 0 / 45%);
    position: fixed;
    left: 280px;
    top: 0;
    z-index: 100;
    width: calc(100% - 280px);
    transition: left 300ms;
}

#nav-toggle {
    display: none;
}

header h2 {
    color: #414042;
}

header label span {
    font-size: 1.7rem;
    padding-right: 1rem;
}

.search-wrapper {
    border: solid 1px #ccc;
    border-radius: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.search-wrapper span {
    display: inline-block;
    padding: 0rem 1rem;
    font-size: 1.5rem;
}

.search-wrapper input {
    height: 100%;
    padding: 0.5rem;
    border: none;
    outline: none;
}

.user-wrapper {
    display: flex;
    align-items: center;
}

.user-wrapper img {
    border-radius: 50%;
    margin-right: 0.5rem;
}

.user-wrapper small {
    display: inline-block;
    color: var(--text-grey);
    margin-top: -1px !important;
}

main {
    margin-top: 60px;
    padding: 2rem 2.5rem;
    background: #f4f4f4ad;
    min-height: calc(120vh - 90px);
    position: relative;
}

.dashboard-subtitle {
    color: #6e6c6c;
}

.headingtop {
    color: #414042;
    text-transform: uppercase;
    font-weight: 800;
}

.johnn {
    margin-left: 11px;
}

span.fas.fa-chevron-down {
    font-size: 14px;
    font-weight: 600;
}

.info img {
    border-radius: 50%;
    /* margin-left: -7px; */
    /* margin-top: -14%; */
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    margin-top: 1rem;
}

.card-single {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    border-radius: 0;
    ;
}

.card-single div:last-child span {
    color: var(--main-color);
    font-size: 3rem;
}

.card-single div:first-child span {
    color: var(--text-grey);
}

.card-single:last-child {
    background: var(--main-color);
}

.card-single:last-child h1,
.card-single:last-child div:first-child span,
.card-single:last-child div:last-child span {
    color: #fff;
}

.card-header {
    border-bottom: 1px solid rgb(0 0 0 / 0%) !important;
}

.recent-grid {
    margin-top: 2rem;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: 74% auto;
}

.card {
    background: #fff;
    border-radius: 0;
    ;
}

.card-header {
    padding: 1rem;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.card-header button {
    background: var(--main-color);
    border-radius: 0;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--main-color);
}

table {
    border-collapse: collapse;
}

thead tr {
    border-top: 1px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #414042;
    font-size: 15px;
    font-weight: 600;
}

.lasttbl {
    border-bottom: 1px solid white;
}

.tblcenter,
.center {
    text-align: center;
}

.adnewrole {
    font-size: 16px;
    padding-left: 2%;
}

.addinput {
    height: 40px;
    margin-left: 1%;
    border-radius: 0;
    border: 1px solid #dddddd;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 40px;
}

.complatedcolor {
    color: #0b6c39;
    opacity: 1;
}

.pedingcolor {
    color: #ff6f00;
}

table.farm-mapping-table tr:nth-child(even) {
    background-color: #ececec;
}

tr:nth-child(even) {
    background-color: #ececec;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --mdb-table-accent-bg: none !important;
}

thead td {
    font-weight: 700;
}

td {
    padding: 0.5rem 1rem;
    font-size: 15px;
    color: #414042;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
    vertical-align: middle;
}

.crd1 {
    border-radius: 0 !important;
}

.formaring {
    margin-top: 12%;
}

.user-detls {
    font-size: 19px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #414042;
    font-weight: 600;
}

.firstt {
    color: #fbfbfb;
}

.latest-upd {
    padding: 19px 0px 0px 0px;
    font-size: 19px;
    color: #414042;
    text-transform: uppercase;
    font-weight: 600;
}

.dummytext {
    margin-left: 26px;
    margin-top: -15px;
    color: #b6a3a3;
    font-size: 14px;
}

.dboard {
    padding-top: 10px;
    font-size: 18px;
    color: white;
}

td .status {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 1rem;
}

.status.purple {
    background: rebeccapurple;
}

.status.pink {
    background: deeppink;
}

.status.orange {
    background: orangered;
}

.customer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
    width: 100%;
}

.info {
    display: flex;
    align-items: self-start;
    width: 100%;
}

.info img {
    border-radius: 50%;
}

.info h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #414042;
}

.info small {
    font-weight: 600;
    color: var(--text-grey);
}

.contact span {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 0.5rem;
    color: var(--main-color);
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        width: 70px;
    }
    .sidebar .sidebar-brand,
    .sidebar li {
        text-align: center;
    }
    #nav-toggle:checked+.sidebar li a {
        padding-left: 0rem;
    }
    .sidebar .sidebar-brand h1 span:last-child,
    .sidebar li a span:last-child {
        display: none;
    }
    .minenaviga {
        letter-spacing: 2px !important;
        margin-left: -15px !important;
    }
    .main-content {
        margin-left: 70px;
    }
    .main-content header {
        width: 100%;
        left: 0px;
    }
}

@media only screen and (max-width: 960px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .recent-grid {
        grid-template-columns: 60% 40%;
    }
}

@media only screen and (max-width: 768px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .recent-grid {
        grid-template-columns: 100%;
    }
    .search-wrapper {
        display: none;
    }
    .sidebar {
        left: -100% !important;
    }
    header h2 {
        display: flex;
        align-items: center;
    }
    header h2 span {
        text-align: center;
        padding-right: 0rem;
    }
    header h2 {
        font-size: 1.1rem;
    }
    .main-content {
        width: 100%;
        margin-left: 0rem;
    }
    #nav-toggle:checked+.sidebar {
        left: 0 !important;
        z-index: 100;
        width: 345px;
    }
    #nav-toggle:checked .sidebar .sidebar-brand,
    #nav-toggle:checked+.sidebar li {
        padding-left: 2rem;
        text-align: left;
    }
    #nav-toggle:checked+.sidebar li a {
        padding-left: 1rem;
    }
    #nav-toggle:checked+.sidebar .sidebar-brand h1 span:last-child,
    #nav-toggle:checked+.sidebar li a span:last-child {
        display: inline;
    }
    #nav-toggle:checked~.main-content {
        margin-left: 0rem !important;
    }
}

@media only screen and (max-width: 560px) {
    .cards {
        grid-template-columns: 100%;
    }
}

.mainn {
    margin-right: 25px;
    color: #414042;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 2px;
}

.table {
    background: white;
    border-radius: 0;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    margin-bottom: 0rem !important;
}

.plottbl1 {
    border-bottom: 1px solid #dddddd;
}

.contt {
    background: white;
    border-radius: 0;
    ;
    padding: 0px 10px 17px 20px;
    margin-left: 11px;
    width: 97%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    margin-top: 4%;
}

@media (max-width: 1200px) {
    .contt {
        width: 100%;
        margin-left: 0px;
    }
}

.noteee {
    font-size: 19px;
    color: #414042;
    padding-top: 34px;
    text-transform: uppercase;
    font-weight: 600;
}

.orderlist {
    padding-top: 20px;
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.orderlist li {
    margin: 0 0 2rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    font-size: 14px;
}

.orderlist li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 5px;
    background: #343c3b;
    border-radius: 50%;
    text-align: center;
}

.readmore {
    float: right;
    font-size: 13px;
    color: #414042;
}

.popup img {
    height: 120px;
}

.fa-stream {
    color: white;
    font-size: 17px;
}

.circle {
    width: 30px;
    height: 30px;
    border: 1px solid #EAEAEA;
    border-radius: 49px;
    font-size: 12px;
    padding: 5px;
}

.b1 {
    padding-top: 15px;
}

.notes {
    padding: 0px 00px 10px;
}

.notes li {
    padding-top: 20px;
}

.flex {
    text-align: right;
    float: right;
    color: #414042;
    font-size: 12px;
}

.for-pera {
    padding-top: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: #414042;
    margin-bottom: 10px;
}

.recent {
    padding-top: 17px;
    padding-left: 0px;
    color: #414042;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.pera {
    color: #414042;
    font-size: 13px;
}

.last-section {
    background: #e6e6e6;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.iccon {
    font-size: 46px;
}

.second .number {
    font-size: 40px !important;
}

.min1 {
    width: 100%;
    background-image: linear-gradient(to left, #013eba, #0054c1, #0067c2, #0077bf, #1485b9);
    border-radius: 0;
    color: white;
    padding: 15px;
}

.min2 {
    width: 100%;
    background-image: linear-gradient(to left, #e69509, #e8a11a, #eaad28, #ecb936, #eec543);
    border-radius: 0;
    color: white;
    padding: 15px;
}

.min3 {
    width: 100%;
    background-image: linear-gradient(to left, #0c8697, #1998a5, #28abb2, #39bebe, #4bd1c9);
    border-radius: 0;
    color: white;
    padding: 15px;
}

.min4 {
    width: 100%;
    background-image: linear-gradient(to left, #e60128, #eb1534, #f02240, #f42d4c, #f83757);
    border-radius: 0;
    color: white;
    padding: 15px;
}

.digitt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.flexbutton {
    background: #414042;
    float: right;
    border: 0px;
    border-radius: 49px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    padding: 5px 35px;
    margin-top: 2% !important;
    margin-left: 1%;
    font-size: 16px;
}

.fa-question {
    color: #39bbba;
}

a:hover {
    color: #0b6c39;
    text-decoration: none !important;
}

a.logout:hover {
    color: #343c3b !important;
}

.hoverquestion:hover {
    color: #414042 !important
}

#onnee {
    background: white;
    width: 46px;
    height: 46px;
    border-radius: 49px;
    padding: 10px;
    font-size: 26px;
    position: absolute;
    margin: 9px -15px;
}

.for-card-use {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.for-card-use1 {
    width: 100%;
    text-align: right;
}

.for-card-use1 h1 {
    text-align: right;
    font-size: 65px;
    opacity: 0.5;
    margin-bottom: -3px;
    font-weight: 600;
}

.img1 img {
    width: 65px;
    margin-left: 16%;
}

.img2 img {
    width: 50px;
    margin-left: 16%;
}

.img3 img {
    width: 50px;
    margin-left: 16%;
}

.img4 img {
    width: 85px;
    margin-left: 16%;
}

.forn-none {
    letter-spacing: 0px;
}

.forn-none:hover .pull-right {
    -webkit-transform: rotate(88deg) !important;
    -webkit-transition: .2s !important;
}

.downicon {
    display: none;
}

.hovveer {
    position: relative;
    color: white;
    list-style: none;
}

.hovveer:focus-within .dropdown--1 {
    display: block;
    background: white;
    width: 195px;
    padding-left: 5px;
    padding: 10px;
    border-radius: 2px;
    margin-top: 16%;
    right: 0px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}

.bimg img {
    border-radius: 50px;
    width: 31%;
    margin-top: 2px;
    height: 60px;
    margin-left: 1%;
}

.bimg span {
    font-size: 16px;
    margin-left: -5px;
    color: white;
}

.logout {
    text-transform: none;
    color: #343c3b;
    margin-left: 10px;
    width: 100%;
}

.for-cursor {
    cursor: pointer;
}

.addpera input {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    border-radius: 0;
    border: 1px solid #EAEAEA;
}

.editcard {
    width: 95%;
    margin-left: 2%;
}

.custombtn {
    margin-top: 10px !important;
}

.logouttexxt {
    text-align: center;
    padding-left: 40px;
}

li {
    list-style: none;
}

.textactive a {
    font-size: 14px;
    /* padding-top: -15px !important; */
}

.align-center {
    text-align: left !important;
    padding-bottom: 15px;
    padding-top: 10px;
}

.btn-info1 {
    background: #0b6c39 !important;
    color: white !important;
}

.btn-info1:hover {
    background: #0b6c39 !important;
    color: white !important;
}

.bimg {
    background: #343c3b;
    margin: 0px;
    width: 195px;
    height: 58px;
    text-align: left;
    margin-left: -10px;
    margin-top: -13px;
    border-radius: 2px;
}

.activehr {
    color: #414042;
    padding: 00px 1px;
    margin: 5px 00px;
    width: 250px;
    margin-left: -10px;
}

.b1 {
    color: blue !important;
}

.b2 {
    color: red !important;
}

.profiletext {
    text-align: justify;
    font-size: 14px;
}

.dropdown--1 {
    display: none;
    position: absolute;
}

.dropdown--1 li {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 0px;
}

.activebtn:hover {
    color: #fff !important;
}

.dropdown-2,
.dropdown-22,
.dropdown-33 {
    transition: .2s;
    display: none;
}

.dropdown-2 li {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    margin-bottom: 5px;
    margin-left: 6px !important;
}

.dropdown-22 li {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    margin-bottom: 5px;
    margin-left: 15px !important;
}

.dropdown-33 li {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    margin-bottom: 5px;
    margin-left: 10px !important;
}

.dropdown-2,
.dropdown-22,
.dropdown-33 li:hover {
    color: #414042;
}


/* farm group custom css */

.farm {
    color: #414042;
    font-size: 22px;
    font-weight: 600;
}

button {
    font-size: 16px;
}

.btnprimery {
    background-color: #0b6c39 !important;
}

.btnseconder {
    background: #414042 !important;
}

.btn-inffo {
    background: #414042;
    border: 0px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 35px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .06rem;
}

.exportbtn {
    background: #0b6c39;
}

#myInput {
    float: right !important;
    margin-bottom: 2% !important;
    height: 40px !important;
    width: 25% !important;
    margin-top: -3%;
    border-radius: 0 !important;
}

.table-bordered>:not(caption)>* {
    white-space: nowrap !important;
}

.table tbody {
    font-weight: 400;
    vertical-align: middle;
}

.flex-container {
    display: flex;
    align-items: flex-end;
}

.icon1 {
    background-color: #0b6c39;
    margin: 5px 5px;
    color: white;
    border-radius: 39px;
    font-size: 16px;
    width: 27px;
    padding-top: 1px;
    height: 26px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.icon2 {
    background-color: #414042;
    margin: 5px 5px;
    color: white;
    border-radius: 39px;
    font-size: 16px;
    width: 27px;
    padding-top: 1px;
    height: 26px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#example {
    box-shadow: 3px -1px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    ;
}

.icon3 {
    background-color: #f70606;
    margin: 5px 5px;
    color: white;
    border-radius: 39px;
    font-size: 16px;
    width: 27px;
    padding-top: 1px;
    height: 26px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-document {
    background: #c7c7c7;
    border: 0px;
    border-radius: 0;
    color: #ffff;
    width: 15%;
    height: 40px;
    margin-left: 12%;
    text-transform: uppercase;
    padding: 5px 35px 4px 35px;
    margin-top: 3px;
}

.btn-document:focus-within {
    background-color: #414042;
    color: white;
}

.btn-photo {
    background: #0b6c39;
    border: 0px;
    border-radius: 0;
    color: #fff;
    width: 15%;
    height: 40px;
    text-transform: uppercase;
    padding: 5px 35px 4px 35px;
    margin-top: 3px;
    margin-left: 1%;
}

.btn-photo:focus-within {
    background-color: #414042;
    color: white;
}

.adbtnn {
    margin-right: -1% !important;
    margin-bottom: 2%;
}

.custummodal {
    padding: 15px;
}

.btn-inffo2 {
    background: #b3b3b3;
    border: 0px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    padding: 7px 35px;
    margin-right: 0;
    font-size: 14px;
}

.btn-inffo3 {
    background: #b3b3b3;
    border: 0px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    padding: 7px 35px;
    margin-right: 0;
    font-size: 14px;
}

.btn-inffo4 {
    background: #414042;
    border: 0px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    padding: 7px 35px;
    margin-right: 0;
    font-size: 14px;
}

.btn-inffo4:hover {
    background: #0b6c39;
    transition: .2s;
}

.btn-inffo3:hover {
    background: #0b6c39;
    transition: .2s;
}

.btn-inffo2:hover {
    background: #0b6c39;
    transition: .2s;
}

.btn-inffo:hover {
    background: #0b6c39;
    color: white;
    transition: .2s;
}

.selected {
    margin-top: 2%;
    padding: 10px 110px 10px 10px;
    border: 1px solid #0b6c39;
    border-radius: 49px;
    background: #0b6c39;
    color: white;
    font-size: 13px;
    margin-left: 15px;
}

td.backk {
    display: flex;
    align-items: center;
}

td.backk1 {
    /*display: flex;
    align-items: center;*/
}

.backk span {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 49px;
    padding: 8px;
}

.backk1 span {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 49px;
    padding: 8px 8px;
    margin: 6px;
    margin-left: -6%;
    border: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roleh6 {
    color: #0b6c39;
    margin-left: 15px;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.backk1 {
    padding-left: 20px !important;
}

.fa-edit {
    color: #0b6c39;
    cursor: pointer;
}

.fa-trash {
    color: #f36868;
}

.modal-footer,
.modal-header {
    border: 0px !important;
    padding-bottom: 5px;
    padding-right: 0;
}

.editclass {
    padding: 15px;
}


/* user-management */

.float-r {
    float: right;
    margin-top: 0;
    margin-right: 0 !important;
}

.float-r input {
    height: 40px;
    padding: 10px 21px 10px 10px;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: white;
    padding-left: 20px;
    color: #414042;
    opacity: 1;
}

.float-r1 {
    float: right;
    margin-top: -3.5%;
    margin-right: -1% !important;
}

.float-r1 input {
    height: 40px;
    padding: 10px 0px 10px 10px;
    border: 1px solid #dddddd;
    border-radius: 49px;
    background: white;
    padding-left: 20px;
    color: #414042;
    opacity: 1;
}

input:focus-visible {
    border: 0px;
    background: none;
    border: 1px solid #dddddd;
    outline: none;
}

.addselect {
    width: 95%;
    height: 40px;
    font-size: 15px;
    color: #414042;
    opacity: 1;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

.bs-example.mt-4 {
    margin-left: 1% !important;
    width: 100%;
}

.forlabel {
    padding-bottom: 5px;
    color: #414042;
    opacity: 1;
    font-size: 15px;
}

.m-content {
    width: 800px !important;
    border-radius: 0;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%) !important;
    padding-bottom: 30px !important;
    margin-top: 15%;
    padding: 10px;
}

.custumclose {
    padding: 32px 38px !important;
    margin: -0.5rem -0.5rem -0.5rem auto !important;
    opacity: 1 !important;
}

.foraddd {
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    padding: 10px 10px !important;
    color: #414042;
    text-transform: uppercase;
}

.a11 {
    border-radius: 0;
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 40px;
    padding: 8px 15px;
}

.page-item {
    border-radius: 49px;
}

.active-1 {
    color: #0b6c39;
}

.example-nav {
    border-radius: 0px;
    border-radius: 0px 0px 12px 12px;
    margin-top: -1% !important;
    padding-top: 31px;
}

.example-nav-1 {
    border-radius: 0px;
    border-radius: 0px 0px 12px 12px;
    padding-top: 31px;
}

ul.pagination.pg-blue.justify-content-end {
    margin-right: 1%;
}

.page-link .fas {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 49px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    text-align: center;
}

.page-link {
    margin-top: -0px;
    padding: 0.375rem 10px !important;
}

.page-link:hover {
    z-index: 2;
    background-color: white !important;
}

.p1 {
    margin-top: 3px;
}

.clr-1 {
    border-bottom: 2px solid #e0e0e0;
}

.page-active {
    margin-top: 3px;
    color: green;
}

.page-1 {
    margin-top: 3px;
}

.clr1 {
    font-size: 16px;
}

.clr2 {
    padding: 25px !important;
}

.selected1 {
    width: 100%;
    margin-top: 2%;
    height: 35px;
    border: 1px solid #0b6c39;
    color: #414042;
    font-size: 13px;
    border-radius: 0;
}


/* account ya add list */

.tarea {
    height: 73px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    outline: none;
}


/* delete popup button */

.btn-inffo1 {
    background: #414042;
    border: 0px;
    border-radius: 50px;
    color: white;
    padding: 7px 35px;
    height: auto;
    text-transform: uppercase;
}

#exampleModalLabel {
    text-transform: uppercase;
    color: #414042;
    font-size: 20px;
}

.editrole {
    padding-bottom: 20px;
}

.btn-inffo1:hover {
    background: #0b6c39;
    transition: .2s;
}

.text-center p {
    font-size: 12px;
    padding-top: 10px;
    color: #414042;
    margin-top: -4%;
}

.deletepopup {
    margin-top: 35% !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 0;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%) !important;
    border: 1px solid white !important;
    padding-bottom: 20px !important;
}


/* dashboradbox */

.dashboradbox {
    width: 99%;
    margin: 1%;
    display: flex;
    /* align-items: right; */
    margin-left: 1.1%;
}

.fortable {
    width: 70%;
    background: rgb(255, 0, 0);
}

.fortablebox {
    width: 30%;
    background: rgb(255, 192, 203);
}

.user-detls1 {
    padding-top: 25px;
    padding-bottom: 10px;
    color: #414042;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
}


/* custom dropdown css */

span.fas.fa-chevron-right.pull-right {
    float: right;
    margin-top: 8px;
}

span.fas.fa-chevron-down.pull-right {
    float: right;
    margin-top: 8px;
}


/* select option custom css */

.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.select-dropdown {
    position: relative;
    background-color: #efefef;
    border: 1px solid #ddd;
    width: 25%;
    margin-left: 1%;
    margin-top: 2%;
    font-size: 15px;
    height: 40px;
    font-family: 'Gilroy-Light', sans-serif;
}

.btnsubmit {
    position: absolute;
    margin-left: 20%;
}

#sidebar-menu-link {
    color: #0b6c39;
}

.select-dropdown select {
    width: 100%;
    padding: 3px 24px 8px 20px;
    border: none;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
    background: #efefef;
    border: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    border-radius: 49px !important;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}


/* role management */

.inputwidthtext {
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
    margin-top: 2%;
    margin-left: -1%;
    border: 1px solid #b1afaf;
}


/* .modal-header .btn-close {
    padding: -.5rem 0.5rem -.5rem auto !important;
} */

.pdded {
    padding-bottom: 65px !important;
}


/* cutsom css for animate */

.c1,
.c2 {
    width: 40px;
    height: 40px;
    background-color: #0b6c39;
    text-align: center;
    border-radius: 50px;
    box-shadow: -1px 2px 6px rgb(0 0 0 / 45%);
    padding-top: 6px;
    padding-left: 8px;
    border: 2px solid white;
    margin-right: 7%;
    color: white;
    position: relative;
}

.c1::after {
    content: "";
    background-image: url(../img/icons/line.png);
    position: absolute;
    left: 50%;
    height: 54px;
    width: 20px;
    z-index: 0;
    transform: translateX(-50%);
    bottom: -55px;
}

.clrr {
    background: #036fa2 !important;
}

.clrr3 {
    background: #ff9800 !important;
}

.clrr3::after {
    content: "";
    background-image: url(../img/icons/line.png);
    position: absolute;
    left: 50%;
    height: 54px;
    width: 20px;
    z-index: 0;
    transform: translateX(-50%);
    bottom: -55px;
}

.clrr4 {
    background: #0E6EBA !important;
}

.headplots {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 20px;
    color: #414042;
}

.trightt {
    padding-left: 20px;
}


/* mainboxsurvey css */

.firstbox {
    background: white;
    border-radius: 0;
    ;
    padding: 0px 10px 14px 20px;
    margin-left: 11px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    margin-top: 2%;
    padding-bottom: 30px;
}

.mainboxsurvey {
    margin-top: 1%;
    display: flex;
}

.headingsurvey {
    padding-top: 40px;
    width: 28%;
}

.headingsurvey1 {
    padding-top: 30px;
    width: 78%;
}

.headingsurvey1 .selectdrop {
    height: 40px;
    border-radius: 0;
    padding: 5px 70px 5px 10px;
    box-shadow: -1px 2px 6px rgb(217 217 217);
    outline: none;
}

.questionbox {
    width: 99%;
    background: #e3e3e3;
    margin-top: 2%;
    border-radius: 15px;
}

.paddbtm {
    line-height: 0;
    padding: 25px 0px 5px 25px;
}

.secndd {
    padding: 2px 0px 19px 25px;
}

.boxaling {
    width: 100%;
    display: flex;
}

.boxaling .d1 {
    width: 85%;
}

.boxaling .d2 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 20px;
}

.foriconright {
    background-color: rgb(255, 193, 203);
}

.righttext {
    text-align: right;
    padding-right: 20px !important;
}

.padingg {
    padding-left: 22px !important;
}


/* cheak box */

.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 6px;
    /* left: 0px;
    */
    right: 26px;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.cont:hover input~.checkmark {
    background-color: #0b6c39;
}


/* When the checkbox is checked, add a blue background */

.cont input:checked~.checkmark {
    background-color: #f8f8f8;
    border: 2px solid #0b6c39;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cont input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cont .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid #0b6c39;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}

.miandocument {
    width: 100%;
    display: flex;
    padding: 15px;
    /* margin-left: 10px; */
    margin-top: 2%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    background-color: white;
    border-radius: 0;
    padding-bottom: 40px;
}

.rightbox1 {
    width: 50%;
    background-color: white;
}

.rightbox2 {
    width: 100%;
    float: right;
    background-color: white;
}


/* document and photo */

.wrapper {
    width: 98%;
    background: #fff;
    padding: 27px;
    padding-top: 15px;
    border-radius: 0;
    ;
}

.wrapper .input-data {
    height: 40px;
    width: 100%;
    position: relative;
}

.wrapper .input-data input {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid #0b6c39;
}

.input-data input:focus~label,
.input-data input:valid~label {
    transform: translateY(-20px);
    font-size: 15px;
    color: #0b6c39;
}

.wrapper .input-data label {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: rgb(122, 122, 122);
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-data .underline {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #414042;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before {
    transform: scaleX(1);
}

.iconbox {
    text-align: center;
    margin-top: 20px;
    /* margin-left: 12%; */
    /* margin-bottom: 30px; */
}

.iconbox .fas {
    background: #0b6c39;
    color: white;
    padding: 10px;
    width: 50px;
    border-radius: 0;
    ;
    font-size: 35px;
}

.uploadimage {
    margin-top: 0%;
    position: relative;
    height: 100%;
}

.uploadicon {
    position: absolute;
    background-color: #0b6c39;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    right: 7px;
    top: 0px;
    text-align: center;
    padding: 1px;
    font-size: 14px;
    color: white;
    box-shadow: -1px 2px 6px rgb(0 0 0 / 45%);
    border: 2px solid white;
}

.uploadimage img {
    width: 85%;
    margin-top: 10px;
}


/* accodion custom css */

.accordion-container {
    position: relative;
    height: auto;
    margin: 0px;
    width: 100%;
}

.accordion-container>h2 {
    text-align: left;
    font-weight: 400;
    color: #4f4f4f;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-family: 'Gilroy-Light', sans-serif;
}

.set {
    position: relative;
    width: 100%;
    /* margin-top: 15px; */
    height: auto;
    border-radius: 0 !important;
    background-color: #f3f3f3;
}

.paddbtm {
    padding-bottom: 20px !important;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #0b6c39;
    color: #fff;
}

.content-pera {
    background-color: #fff;
    display: none;
}

.content-pera p {
    margin: 0;
    color: #333;
}

.headingsurvey h6 {
    font-size: 22px;
    font-weight: 400;
}

.selectwidth {
    width: 26% !important;
}

.tabcontent {
    color: white;
    display: none;
    height: 100%;
}


/* Grover dashborad custom css */

.grover-dashmain {
    background: white;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    ;
    width: 100%;
    padding: 15px 15px;
}

.grover-dashmain1 {
    background: white;
    margin-left: 1%;
    ;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    ;
    width: 100%;
    padding: 45px 15px;
}

.mr-5 {
    margin-right: 1% !important;
    margin-top: 0% !important;
}

.mr-5 input {
    margin-top: 1%;
    margin-right: 10px;
}

.boxlforlist {
    display: flex;
    margin-bottom: 20px;
}

.Wholepera {
    padding-left: 14px;
    font-size: 19px;
    color: #414042;
    padding-top: 12px;
    text-transform: uppercase;
}

.leftbox {
    width: 80%;
}

.rightbox {
    width: 20%;
    padding: 0px 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.rightbox p {
    margin-left: 40% !important;
}

.div1 {
    width: 26px;
    text-align: center;
    height: 100%;
    padding-top: 1px;
    border-radius: 49px;
    background-color: #414042;
    color: white;
    margin-top: 5px;
    margin-right: 2%;
    margin-left: 1%;
}

.div2 {
    width: 80%;
    padding-right: 40px;
}

.div3 {
    width: 15%;
    text-align: center;
}

.roundbox {
    color: rgb(226, 9, 9);
    background-color: #EAEAEA;
    width: 32px;
    height: 32px;
    border-radius: 49px;
    margin-left: 40%;
    padding-top: 4px;
}

.persantagebox1 {
    background: #ffb300 !important;
}

.persantagebox2 {
    background: #414042 !important;
}

.persantagebox3 {
    background: #0b6c39 !important;
}

.highcharts-title,
.highcharts-subtitle,
.highcharts-button-box,
.highcharts-button-symbol,
.highcharts-credits,
.highcharts-axis-title {
    display: none;
}

.highcharts-point {
    border-radius: 49px 0px 0px 0px;
}

.highcharts-point {
    width: 57px;
}

.forgraph {
    margin-left: -14px;
    width: 65%;
}

.forgraph2 {
    width: 33%;
    float: right;
    align-items: center;
    margin: 55px auto;
    position: relative;
}

.g1 {
    background-color: #cecece;
    width: 5px;
    margin-left: 20%;
    z-index: 9999;
    border-radius: 13px;
    height: 300px;
    align-items: center;
}

.g2 {
    position: absolute;
    top: 15px;
    left: 20%;
    background: #cecece;
    width: 140px;
    height: 30px;
    border-radius: 2px;
}

.g3 {
    position: absolute;
    top: 15%;
    left: 7%;
    background: #42008d;
    width: 80px;
    height: 30px;
    border-radius: 19px;
}

.g4 {
    position: absolute;
    top: 25%;
    left: 20%;
    background: #cecece;
    width: 140px;
    height: 30px;
    border-radius: 2px;
}

.g5 {
    position: absolute;
    top: 35%;
    left: 7%;
    background: #ffb300;
    width: 100px;
    height: 30px;
    border-radius: 19px;
}

.g6 {
    position: absolute;
    top: 45%;
    left: 20%;
    background: #cecece;
    width: 140px;
    height: 30px;
    border-radius: 2px;
}

.g7 {
    position: absolute;
    bottom: 25%;
    left: 20%;
    background: #cecece;
    width: 140px;
    height: 30px;
    border-radius: 2px;
}

.g8 {
    position: absolute;
    bottom: 35%;
    left: 8%;
    background: #414042;
    width: 120px;
    height: 30px;
    border-radius: 19px;
}

.g9 {
    position: absolute;
    bottom: 15%;
    left: 9%;
    background: #0b6c39;
    width: 140px;
    height: 30px;
    border-radius: 19px;
}

.g10 {
    position: absolute;
    bottom: 5%;
    left: 20%;
    background: #cecece;
    width: 140px;
    height: 30px;
    border-radius: 2px;
}

#container {
    margin-top: 15px;
}

@media(max-width: 1200px) {
    .totlescore {
        padding-left: 0px;
    }
}

.main-box-graph {
    width: 100%;
    display: flex;
    padding: 5px;
}

.main-box-graph .mb1 {
    width: 60%;
    float: left;
    padding: 20px;
    padding-left: 0px;
}

.btnblock {
    display: block;
    text-align: center;
}

.customsearch {
    float: right;
    margin-top: -3%;
    margin-right: 2% !important;
}

.custominffo {
    margin-left: 10px;
    margin-top: 0px !important;
}

.mb1 #container {
    overflow: inherit !important;
}

.main-box-graph .mb2 {
    width: 40%;
    float: right;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0;
}

.mb2inner1 {
    margin-top: 15%;
    width: 70%;
    float: left;
    align-items: center;
    position: relative;
}

.mb2inner2 {
    float: right;
    width: 30%;
    margin-top: 35%;
}

.mb2inner3 {
    width: 100%;
    float: inherit;
    text-align: center;
}

.persantagebox span {
    margin-left: 40px !important;
    color: #414042;
}

.persantagebox {
    background-color: #42008d;
    width: 20px;
    height: 20px;
    border-radius: 49px;
    margin-left: 0px;
    padding-top: 0px;
    margin-top: 5px;
}

.mbox1,
.mbox2,
.mbox3,
.mbox4 span {
    color: #414042;
}

.mbox1 {
    padding: 5px;
    width: 25%;
    padding-left: 10px;
    float: right;
    margin-top: 20px;
    font-size: 14px;
}

.mbox2 {
    padding: 5px;
    float: right;
    width: 24%;
    border-right: 6px solid #0b6c39;
    margin-top: 20px;
    font-size: 14px;
    margin-left: 5px;
}

.mbox3 {
    padding: 5px;
    width: 24%;
    float: right;
    border-radius: 1px;
    border-right: 6px solid #ffd944;
    margin-top: 20px;
    font-size: 14px;
}

.mbox4 {
    padding: 5px;
    width: 25%;
    border-radius: 1px;
    border-right: 6px solid #414042;
    margin-top: 20px;
    font-size: 14px;
}

table {
    width: 100%;
}

.table th {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Gilroy';
}

#example .table td {
    font-weight: 500;
    font-size: 13px !important;
    text-align: center !important;
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "↓";
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    border-radius: 0px;
    border: solid 1px #ccc;
    height: 36px;
    margin-left: 10px;
}


/* grower dashboard */

#example td {
    font-size: 13px;
}

div#example_paginate {
    display: none;
}

div#example_length {
    display: none;
}

div#example_filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

div#example_filter label {
    align-items: center;
    width: 277PX;
    justify-content: left;
    text-align: left;
}

.icon001 {
    font-size: 13px;
    margin: 2px 0;
    margin-left: 6px;
    margin-right: 21px;
}

.chec {
    width: 18px;
    height: 18px;
    margin: 9px 0px;
}

.condition_show {
    border: 2px solid #0b6c39;
    height: 20px;
    float: left;
    width: 60px;
    background: yellowgreen;
    margin-right: 6px;
}

.condition_show2 {
    border: 2px solid #ffc107;
    height: 20px;
    float: left;
    width: 60px;
    background: #fdd835;
    margin-right: 6px;
}

div#example_info {
    margin-top: 11px;
    margin-bottom: 10px;
}

.condition_show3 {
    border: 2px solid #f51e0e;
    height: 20px;
    float: left;
    width: 60px;
    background: #ff5722;
    margin-right: 6px;
}

.icon01 img {
    width: 25px;
    height: 25px;
}

.iconwidth1 {
    width: 130px;
}

.iconwidth2 {
    width: 155px;
}

.iconwidth3 {
    width: 220px;
}

#forhide {
    margin-left: 10px;
}

table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: 1;
    font-weight: 800;
    font-size: 20px;
}

html {
    height: 100% !important;
}


/* .popup img {
	height: 150px;
} */

.form-outline .form-control:focus~.form-label {
    color: #0b6c39 !important;
    padding: 7px 13px !important;
    background: white !important;
}

.sidebar-brand img {
    width: 162px;
}

.fas.fa-chevron-right,
.fa-chevron-down {
    font-size: 10px !important;
}

#nav-toggle:checked+.sidebar {
    width: 70px;
    z-index: -2;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar li {
    padding-left: 0rem;
    text-align: center;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar .logoimmg {
    height: 57px;
    width: 274px;
    margin-left: -1px;
    margin-top: -9px;
    display: none;
}


/* #logoshow {
    display: none;
} */

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar #logoshow {
    height: 40px;
    width: 30px;
    margin-left: 8px;
    margin-top: -7px;
    display: block !important;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar .rightimg img {
    width: 18px;
    height: auto;
    margin-top: -5px;
}

#nav-toggle:checked+.sidebar .forn-none {
    display: none;
}

#nav-toggle:checked+.sidebar li a {
    padding-left: 0rem;
}

#nav-toggle:checked+.sidebar .sidebar-brand h1 span:last-child,
#nav-toggle:checked+.sidebar li a span:last-child {
    display: none;
}

#nav-toggle:checked~.main-content {
    margin-left: 70px;
}

#nav-toggle:checked~.main-content header {
    width: calc(100% - 70px);
    left: 70px;
}

.complatedcolor {
    color: #0b6c39;
    opacity: 1;
}

.pedingcolor {
    color: #ff6f00;
}

tr:nth-child(even) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --mdb-table-accent-bg: none !important;
}

thead td {
    font-weight: 700;
}

td {
    padding: 0.5rem 1rem;
    font-size: 14px;
    color: #414042;
    font-weight: 600;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
    vertical-align: middle;
    word-break: break-word;
}

.crd1 {
    border-radius: 0;
}

.formaring {
    margin-top: 12%;
}

.dummytext {
    margin-left: 26px;
    margin-top: -15px;
    color: #b6a3a3;
    font-size: 14px;
}

.dboard {
    padding-top: 10px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

td .status {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 1rem;
}

.status.purple {
    background: rgb(102, 51, 153);
}

.status.pink {
    background: rgb(255, 20, 147);
}

.status.orange {
    background: rgb(255, 68, 0);
}

.activebtn {
    color: rgb(255, 255, 255);
}

.float-r {
    float: right;
    margin-top: -2.5% !important;
    margin-right: 2% !important;
}

.margintop {
    margin-top: -4.5% !important;
    margin-right: 0px !important;
}

.float-r1 {
    float: right;
    margin-top: -3.5%;
}

.checkmark {
    position: absolute;
    top: 6px;
    right: 26px;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.cont:hover input~.checkmark {
    background-color: #0b6c39;
}


/* When the checkbox is checked, add a blue background */

.cont input:checked~.checkmark {
    background-color: #f8f8f8;
    border: 2px solid #0b6c39;
}

.cont input:checked~.checkmark:after {
    display: block;
}

.input-data input:focus~label,
.input-data input:valid~label {
    transform: translateY(-20px);
    font-size: 15px;
    color: #0b6c39;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before {
    transform: scaleX(1);
}

.accordion-container>h2 {
    text-align: left;
    font-weight: 400;
    color: #4f4f4f;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-family: 'Gilroy-Light', sans-serif;
}

.set>a {
    display: block;
    padding: 10px 50px 10px 15px;
    text-decoration: none;
    color: #414042;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    width: 100%;
}

.set>a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.set>a.active {
    background-color: #0b6c39;
    color: #fff;
}

.tabbtn {
    width: 53% !important;
}

.tablink {
    background-color: #414042;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 23px;
    height: 40px;
    font-size: 16px;
    margin-top: 3.8%;
    width: 28%;
    text-transform: uppercase;
    margin-left: 1%;
    border-radius: 49px;
}

.tablink:hover {
    background-color: #777;
}

.highcharts-point {
    border-radius: 49px 0px 0px 0px;
}

.highcharts-point {
    width: 57px;
}

.forgraph {
    margin-left: -14px;
    width: 65%;
}

#container {
    margin-top: 15px;
}

.totlescore {
    float: right;
    color: #0b6c39;
    font-weight: 600;
}

@media(max-width: 1200px) {
    .totlescore {
        padding-left: 0px;
    }
}

.main-box-graph {
    width: 100%;
    display: flex;
    padding: 5px;
}

.btnblock {
    display: block;
    text-align: center;
    margin-top: 15px;
}

table {
    width: 100%;
}

#example .table td {
    font-weight: 500;
    font-size: 13px !important;
    text-align: center !important;
}

#example td {
    font-size: 13px;
}

.check_icon {
    position: absolute;
    margin-top: 1rem;
    margin-left: 2px;
    background: #fff;
    padding: 10px 22px;
    border-radius: 0px;
    border: solid 1px #ccc;
    justify-content: center;
    align-items: center;
}

.rotate,
.rotate2,
.rotate3 {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.rotate.down,
.rotate2.down,
.rotate3.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-outline-info {
    color: #414042;
    border-color: #0b6c39;
    margin-left: 5px;
}

.btn-outline-info:hover {
    color: #0b6c39;
    border-color: #414042;
    margin-left: 5px;
}

.btn-info {
    color: #fff;
    background-color: #0b6c39;
}

.fa-eye {
    color: #414042
}

.model-formpopup {
    background: white;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    width: 100%;
    padding: 30px;
    margin-top: 20px;
}

small#hint_id_password1 {
    display: none;
}

small#hint_id_password2 {
    display: none;
}

small#hint_id_first_name {
    display: none;
}

small#hint_id_first_name {
    display: none;
}

small#hint_id_last_name {
    display: none;
}

small#hint_id_username {
    display: none;
}

small#hint_id_email {
    display: none;
}

.photo_gallery {
    display: flex;
}

.photo_gallery a {
    display: inline-block;
    height: 300px;
}

.photo_gallery img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-right: 15px;
}

.for-image img {
    width: 100%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    height: 100%;
}

.form-outline label,
.form-group {
    text-align: left;
    margin-left: 8px;
}

#div_id_username {
    margin-bottom: 15px;
}

input#id_sub_type {
    height: 45px;
    border-radius: 0;
    margin-top: 4px;
}

.form-outline .form-control~.form-notch {
    display: none;
}

.form-outline .form-control {
    border-radius: 50px !important;
}

.bg {
    background-image: url("/static/img/background.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*For Radio Button*/

.cont {
    display: block;
    position: relative;
    cursor: pointer;
}

.dgree {
    font-size: 16px;
    color: #414042;
}

.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.uploadbox {
    background: #f9f9f9;
    width: 96%;
    border: 1px dotted rgb(187, 187, 187);
    text-align: center;
}

.custom-file-input1 {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.uploadbox p {
    font-size: 12px;
    padding-top: 8px;
}

ul.file-list {
    font-family: arial;
    list-style: none;
    padding: 0;
}

.uploadbox {
    background: #f9f9f9;
    width: 96%;
    border: 1px dotted rgb(187, 187, 187);
    text-align: center;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0b6c39;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Descriptionimg {
    width: 95%;
    height: 80px;
    margin-top: 5px;
    border: 1px dotted;
}

.Descriptionimg1 {
    width: 95%;
    height: 45px;
    margin-top: 5px;
    border: 1px dotted;
}

.imagebox {
    overflow-y: scroll;
    height: 300px;
}

.imagebox img {
    width: 100%;
}

.imagebox2 {
    border: 0 !important;
}

.imagebox2 img {
    width: 85%;
}

.modal-border {
    border: 1px solid #414042;
}

.titlepad {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

.mr-3 {
    margin-left: 10px !important;
    background-color: #0b6c39 !important;
}

.topmargin {
    margin-top: 10% !important;
    margin-left: 10px;
}

.topmargin .btn-inffo {
    background: #414042;
    float: right;
    border: 0px;
    border-radius: 49px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    padding: 5px 21px;
    margin-top: 3px;
    font-size: 16px;
}

#News img {
    width: 127px;
    height: 127px;
}

.btn-list {
    margin-top: 14px;
    width: 152px;
}

.pul-right {
    float: right;
    width: 100%;
    text-align: end;
    display: block;
    margin-top: -13px;
}

.iconbox .select-dropdown {
    width: 43%;
    margin-right: 1%;
}

.email-sharemail-cust-modal {
    position: relative;
    padding: 0px 30px 0px;
}

button.cust-close-ds-btn {
    position: absolute;
    right: 8px;
    top: -10px;
    opacity: 1 !important;
}

input.send-email-btn {
    border: 0px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    padding: 6px 30px;
    font-size: 15px;
    background: #0b6c39;
}

button.close-mail-btn {
    border: 0px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    padding: 6px 30px;
    font-size: 15px;
    background: #414042;
    margin-right: 15px;
}

.center-btn-flex {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

input.send-email-btn:hover {
    color: #fff !important;
}

button.close-mail-btn:hover {
    color: #fff !important;
}

.success-msg {
    color: #0b6c39 !important;
    font-weight: 600;
    padding: 0px !important;
    padding-top: 27px !important;
}

a.back-to-login {
    width: 100%;
    border-radius: 50px;
    background-color: #0b6c39;
    border: 1px solid #0b6c39;
    color: white;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: 700;
    padding: 12px 20px;
}

p.sent-msg-p {
    margin-bottom: 25px;
}

a.back-to-login:hover {
    color: #fff !important;
}

ul.info-list li {
    list-style: circle;
    color: #dc3545;
    font-size: 14px;
}

ul.info-list {
    margin: 10px 0px;
    text-align: left;
    list-style: circle;
}

input.textinput.textInput.form-control {
    border-radius: 0px;
    /* margin-bottom: 20px; */
    height: 48px !important;
    margin-top: 5px;
    box-shadow: none;
    padding-left: 20px !important;
    border: solid 1px #ccc !important;
    padding: .33em .75em;
}

p.sent-msg-p.inc-size {
    font-size: 22px;
}


/* For MultiSelect drop down */

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #ddd solid;
    background: #fff;
    text-align: left;
    padding: 8px;
}

#checkboxes label {
    display: block;
    font-size: 12px;
}

#checkboxes label:hover {
    background-color: #0b6c39;
    color: #fff;
}


/* For Field multiselect dropdown */

#checkboxes2 {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px;
    width: 100%;
    text-align: left;
}

#checkboxes2 label {
    display: block;
    font-size: 12px;
}

#checkboxes2 label:hover {
    background-color: #0b6c39;
    color: #fff;
}

#checkboxes2 label input[type="checkbox"] {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}


/* For Syrvey Type multiselect dropdown */

div#checkboxes3 {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px;
    width: 100%;
    text-align: left;
}

#checkboxes3 label {
    display: block;
    font-size: 12px;
}

#checkboxes3 label:hover {
    background-color: #0b6c39;
    color: #fff;
}

#checkboxes label input[type="checkbox"] {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

#checkboxes3 label input[type="checkbox"] {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

button#multisharebtn i {
    margin-right: 10px;
}


/* button#multisharebtn {
    border: 0px;
    outline: none;
    background: #0b6c39;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px !important;
} */

div.gallery-cards {
    padding: 20px;
    margin: 20px 0px;
}

.share-btn-right {
    width: 100%;
    text-align: right;
}

button#multisharebtn {
    border: 0px;
    outline: none;
    background: #0b6c39;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 7px 24px;
    border-radius: 50px !important;
    font-size: 14px;
}

label.cont.for-gallery-select {
    padding: 0px;
    margin: 0px;
}

button#multisharebtn i {
    margin-right: 10px;
}

label.label-remark {
    margin-top: 10px;
}

textarea.remarkMsg {
    border-radius: 0;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 8px 15px;
    outline: none;
}

.for-gallery-select-div {
    position: absolute;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    right: 0px;
}

.for-image {
    position: relative;
}


/* label.cont.for-gallery-select span.checkmark {
    border: 1px solid #b3b3b3 !important; 
} */

button.gallery-btn {
    background-color: #414042;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 23px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    width: 155px;
    margin-right: 1%;
}

.both-btn-flex {
    display: flex;
    align-items: center;
}

.right-end {
    justify-content: end;
}

.main-filter-document {
    width: 100%;
    display: flex;
    padding: 20px;
    margin-top: 2%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    background-color: white;
    border-radius: 0;
}

.flex-filter-all {
    display: flex;
    align-items: flex-end;
    text-align: left;
}

.three-fields-with-label {
    text-align: left;
}

.three-fields-with-label label {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 0px;
    display: block;
}

.card-padding {
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%) !important;
    border: 0px !important;
}

.three-fields-with-label select {
    border-radius: 50px !important;
    padding: 7px 5px;
    background: #fff !important;
    outline: none !important;
    margin-top: 0px !important;
    height: 40px;
    min-width: 100%;
    border: 1px solid #ababab;
}

select#grower-selection {
    height: 48px;
}

.card.cardleft.p-3 {
    margin-bottom: 20px !important;
}

p.note-point {
    margin: 0px !important;
}

button.tablinkschartdata {
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 14px;
    font-size: 16px;
    width: 16%;
    text-transform: uppercase;
    border-radius: 50px;
    background: #414042;
}

button.tablinkschartdata.active {
    background: #019846;
}

.graph-area {
    padding: 50px 10px;
}

div#datatabletab {
    display: none;
}

.main-tab {
    margin-top: 25px;
}

.page-item.active .page-link {
    background-color: #0b6c39 !important;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

div#mostsavingsvar_table_length select.custom-select {
    padding: 7px 16px;
}

.top-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.card.more-space {
    padding: 40px 10px;
}

p.note-point {
    margin: 0px;
    font-size: 18px;
}

.remark-point {
    margin-top: 25px;
    margin-bottom: 15px;
}

span.fw-600 {
    font-weight: 600 !important;
    font-size: 18px;
}

.tabcontainer {
    margin-top: 30px;
}

.multiselect-wrapper {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
}

.multiselect-wrapper .multiselect-input {
    width: 100%;
    padding-right: 50px;
    padding: 12px;
    border-radius: 50px;
}

.multiselect-wrapper label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.multiselect-wrapper .multiselect-list {
    z-index: 1;
    position: absolute;
    display: none;
    background-color: white;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: -2px;
}

.multiselect-wrapper .multiselect-list.active {
    display: block;
}

.multiselect-wrapper .multiselect-list>span {
    font-weight: bold;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
    margin-right: 2px;
}

.multiselect-wrapper .multiselect-list>span,
.multiselect-wrapper .multiselect-list li {
    cursor: default;
}

.multiselect-wrapper .multiselect-list {
    padding: 8px;
    min-width: 235px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.multiselect-wrapper ul {
    list-style: none;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-wrapper ul li {
    padding-right: 20px;
    display: block;
}

.multiselect-wrapper ul li.active {
    background-color: #0b6c39;
    color: white;
}

.multiselect-wrapper ul li:hover {
    background-color: #0b6c39;
    color: white;
}

.multiselect-input-div {
    height: auto;
    position: relative;
}

.multiselect-input-div input {
    border: 1px solid #ababab;
    background: #fff;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
}

.multiselect-count {
    position: relative;
    text-align: center;
    border-radius: 2px;
    background-color: #0b6c39;
    display: inline-block !important;
    padding: 2px 7px;
    left: -45px;
    color: #fff;
    top: 7%;
}

.multiselect-wrapper.disabled .multiselect-dropdown-arrow {
    border-top: 5px solid lightgray;
}

.multiselect-wrapper.disabled .multiselect-count {
    background-color: lightgray;
}

.multiselect-dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    text-align: center;
    display: inline-block !important;
    margin-left: -42px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

label {
    display: inline-block;
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label#testSelect1_inputCount {
    top: 41% !important;
    transform: translateY(-50%) !important;
    bottom: auto;
}

.multiselect-wrapper ul li label {
    font-size: 14px !important;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
    margin-right: 2px;
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
}


/* after SVN Setup */

.btn-inffo:hover {
    color: #fff !important;
}

.top-right-btn {
    text-align: right;
    position: absolute;
    width: 100%;
    right: 40px;
    top: 40px;
}

.right-search-bar input {
    height: 40px;
    padding: 10px 21px 10px 10px;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: white;
    padding-left: 20px;
    color: #414042;
    opacity: 1;
}

.right-search-bar {
    text-align: right;
}

.simple-responsive-table {
    margin-top: 10px;
}


/* .main-simple-table-with-search {
    margin-top: 30px;
} */

input.addFarm-btn {
    border: 0px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 35px;
    margin-top: 3px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: .06rem;
}

.primary-btn {
    background: #0b6c39;
}

form.farm-fields-form input.form-control {
    border-radius: 0px !important;
    margin-top: 2px !important;
    height: auto !important;
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
}

.form-btn-row {
    margin-top: 25px;
    text-align: right;
    padding-right: 0px !important;
}

a.cancel-btn {
    margin-right: 10px;
}

.farm-fields-container {
    padding: 30px 10px;
    margin-top: 20px;
}

.onlink {
    color: #0b6c39 !important;
}

input.apply-filter-btn {
    border: 0px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 20px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-left: 10px;
    height: 40px;
}

.inline-apply-filter {
    display: flex;
    align-items: center;
}

.inline-apply-filter .select-dropdown {
    position: relative;
    background-color: #efefef;
    border: 1px solid #ddd;
    width: auto !important;
    font-size: 15px;
    height: auto !important;
    font-family: 'Gilroy-Light', sans-serif;
    margin: 0px !important;
}

.flex-btn-filter-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.inline-apply-filter .select-dropdown select {
    padding: 0px 25px;
}

.main-content header {
    display: flex;
    align-items: center;
}

.main-content header li.hovveer a.activebtn {
    margin-left: 5px;
}

table.dataTable.nowrap th:nth-child(6),
table.dataTable.nowrap td:nth-child(6) {
    white-space: break-spaces !important;
}

header h2 label {
    margin: 0px !important;
}

.add-options-card {
    padding: 25px 15px;
    margin-top: 20px;
}

.custom-form-inputs {
    margin-bottom: 15px;
}

.edit-ques-btn {
    padding: 7px 20px;
    font-size: 12px;
}

li.add-btn-center {
    text-align: center;
    margin-top: 10px;
    margin-left: 15px;
}

li.add-btn-center a i {
    margin-right: 2px;
}

.grower-filter-row {
    margin-bottom: 1rem;
}

.inner-chart-title-filter select {
    border-radius: 50px !important;
    padding: 6px 15px;
    background: #fff !important;
    outline: none !important;
    margin-top: 0px !important;
    height: auto !important;
    font-size: 12px !important;
}

.inner-chart-title-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card.cardleft {
    min-height: 260px;
}

.table>:not(caption)>*>* {
    padding: 10px;
}

table#mostsavingsvar_table th,
table#mostsavingsvar_table td {
    white-space: pre-line !important;
}

/* Add new color */
.activeLink {
    /* color: #0b6c39 !important; */
    position: relative;
    background-color: #0A6C38;
    color: #fff!important;
    padding: 6px 15px; 
    transition: background-color 0.3s ease;
   
}

.activeLink:hover {
    background-color: #0b6c39;
    color: #fff !important;
}

a.activeLink::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #0b6c39;
    top: 0;
    left: -10px;
}

/* Add new color */
a.active-nav {
    /* color: #0b6c39 !important; */
    position: static !important;
    background-color:  #D3E3BB;
    color: #000!important;
    margin-right: 10px;
}

ul.dropdown-2.disblock {
    display: block;
}

ul.dropdown-22.disblock {
    display: block;
}

.page-title-with-or-without-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex-header-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* .flex-header-btn a:nth-child(1) {
    margin-right: 10px;
} */

p.delete-msg {
    text-align: center;
}

.delete-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-fields-with-label.map-fields {
    text-align: right;
}


/* .three-fields-with-label.map-fields select {
    min-width: 60% !important;
} */

table.farm-mapping-table {
    margin: 20px 0px;
}

table.farm-mapping-table tr th:nth-child(2) {
    text-align: center;
    width: 360px;
}

table.farm-mapping-table tr td:nth-child(2) {
    text-align: right;
}

input.create-farm-btn {
    background-color: #0b6c39;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 23px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 20px;
}

table.farm-mapping-table tr td {
    padding: 10px;
}

table.farm-mapping-table tr th {
    padding: 5px;
}

label.create-farm-err-msg {
    display: block;
    margin-top: 10px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    font-size: 13px;
    height: 52px;
    line-height: 22px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 50px;
}

.file-upload-wrapper:before {
    content: "Browse File";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #0b6c39;
    color: #fff;
    font-weight: 500;
    z-index: 25;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
    pointer-events: none;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    background: transparent;
}

.file-upload-wrapper.bold-txt:after {
    color: #000;
    font-weight: 500;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 50px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    color: #999;
    font-weight: 300;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.upload-file-main label {
    font-size: 20px;
    margin-bottom: 5px;
}

.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #0b6c39 !important;
}

.form-switch .form-check-input:checked[type=checkbox]:after {
    background-color: #0b6c39 !important;
}

.alert {
    margin-bottom: 0px !important;
}

.form-outline .form-control~.form-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 20px !important;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    padding-top: 0px !important;
}

.form-outline .form-control:focus~.form-label {
    top: 0px;
}


/* main header login or logout */

.main-header-login {
    margin-right: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.main-header-login ul.dropdown-menu a.dropdown-item {
    font-size: 16px;
}

.main-header-login ul.dropdown-menu a.dropdown-item i {
    width: 22px;
}


/* Alert Close Button */

.alert-dismissible .btn-close {
    position: absolute;
    top: 50% !important;
    right: 10px !important;
    z-index: 2;
    transform: translateY(-50%);
    font-size: 14px !important;
    padding: 0px !important;
}

.form-switch .form-check-input {
    margin-top: 0px !important;
}

.shift-right-mandate-fields .form-switch {
    display: flex;
    align-items: center;
    justify-content: end;
}

.flex-aligned {
    align-items: center;
}

.btn-save-submit {
    background: #0b6c39;
    border: 0px;
    border-radius: 50px;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 5px 35px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    letter-spacing: .06rem;
    transition: .2s all;
}

.btn-save-submit:hover {
    background: #008f46;
}

.btn-space {
    margin-right: 10px;
}

/* Add new color */
.btn-close-cancel {
    /* background: #414042; */
    background: #6C0A3E ;
    border: 0px;
    border-radius: 50px;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 5px 35px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    letter-spacing: .06rem;
    transition: .2s all;
}

/* Add new color */
.btn-close-cancel:hover {
    background: #0a6c38;
}

.buttonHolder {
    float: right;
    margin-top: 20px;
    display: flex;
}

.form-check-input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    padding: 2px !important;
    border: 0px !important;
    background: #ddd !important;
}


/* Gallery Page */

img.gallery-photos {
    width: 100% !important;
    height: 180px !important;
}

.form-switch .form-check-input:after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0px !important;
}

.page-title-with-or-without-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* delete Popup */

img.warning-icon {
    width: 80px;
    margin-bottom: 10px;
}

table.table-docs-info tr:nth-child(even) {
    background-color: #ececec;
}

img.gallery-image-select {
    width: 100%;
    height: auto;
}
.imagebox::-webkit-scrollbar {
  width: 4px;
}
  ::-webkit-scrollbar-thumb {
    background: #0b6c39; 
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #00b259d8; 
  }
.triple-btn-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.page-link {
    color: #414042 !important;
}


/* .set>a.active ~ .content-pera::selection {
    display: block !important;
} */


/* div.block-box {
    display: block;
} */

a.hoverquestion.active+.content-pera {
    display: block;
}

p.default-content-survey {
    padding: 12px 20px;
}

.set>a::after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #414042;
    position: absolute;
    right: 10px;
    z-index: 999;
    line-height: 16px;
    font-size: 16px;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 600;
}

.set>a.active::after {
    content: "\f078";
    color: #fff;
}

form.farm-fields-form div.form-group {
    margin-bottom: 10px;
}


/* sustainability */

.sr-number {
    background: #F6F6F6;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
}

.score-display {
    background: #0b6c3947;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0b6c39;
    font-size: 16px;
}

.questions-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.separate-ques-with-sr {
    display: flex;
}

.questions-list-container {
    margin-top: 30px;
}

span.total-score {
    font-size: 20px;
    color: #019846;
    font-weight: 500;
}

.subtitle-under-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.progressBar-graph .progress {
    height: 30px;
    margin-bottom: 15px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.progress.farmQuestions .progress-bar {
    background-color: #43058B;
}

.progress.fieldQuestions .progress-bar {
    background-color: #FEB405;
}

.progress.completeSmartRice .progress-bar {
    background-color: #FF380E;
}

.progress.salesSmartRice .progress-bar {
    background-color: #57CF63;
}

.progressBar-graph {
    width: 50%;
}

.right-data-by-percentage {
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

ul.score-percentage-list li {
    position: relative;
}

ul.score-percentage-list {
    margin: 0px;
    padding: 0px;
}

ul.score-percentage-list li {
    position: relative;
    margin: 0px 0px 12px;
    padding: 0px;
}

ul.score-percentage-list li:before {
    position: absolute;
    content: '';
    background: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}


/* ul.score-percentage-list li:nth-child(1):before {
    background: #43058B;
} */

ul.score-percentage-list li:nth-child(1):before {
    background: #FEB405;
}

ul.score-percentage-list li:nth-child(2):before {
    background: #FF380E;
}

ul.score-percentage-list li:nth-child(3):before {
    background: #57CF63;
}

.percentage-score-data {
    width: 50%;
}

.inner-score-data {
    width: 50%;
    margin: 0px auto;
}

.inner-score-data.border-left {
    position: relative;
    padding: 20px 0px;
}

.inner-score-data.border-left::before {
    position: absolute;
    background: #BFBFBF;
    width: 5px;
    height: 100%;
    content: '';
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.progressBar-graph .progress:nth-child(3) {
    margin-bottom: 0px;
}

ul.horizontal-list-cat li:nth-child(3)::after {
    position: static;
}

ul.horizontal-list-cat li::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    border-radius: 20px;
}

ul.horizontal-list-cat li {
    list-style: none;
    display: inline-block;
    width: 145px;
    text-align: center;
    margin: 0px;
    position: relative;
    padding: 15px 13px;
    font-size: 14px;
}

ul.horizontal-list-cat {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.horizontal-list-cat li:nth-child(4)::after {
    position: static;
}

.row.custom-align-center {
    align-items: center;
}

p.score-title {
    font-size: 20px;
}

table.question-table tr th:nth-child(3) {
    text-align: center;
}

table.question-table tr td:nth-child(3) {
    text-align: center;
}

table.question-table tr th:nth-child(4) {
    text-align: center;
}

table.question-table tr td:nth-child(4) {
    text-align: center;
}

.theirstable.question-table tr th:nth-child(1) {
    text-align: center;
}

table.question-table tr td:nth-child(1) {
    text-align: center;
}


/* table.question-table tr:nth-last-child(){
    border-bottom: 0px !important;
} */

input[name="phone_0"] {
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
    border-radius: 0px !important;
    margin-top: 2px !important;
    border: solid 1px #ccc !important;
}

input[name="phone_1"] {
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
    border-radius: 0px !important;
    margin-top: 2px !important;
    border: solid 1px #ccc !important;
}

input[name="cca_phone_0"] {
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
    border-radius: 0px !important;
    margin-top: 2px !important;
    border: solid 1px #ccc !important;
}

input[name="cca_phone_1"] {
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
    border-radius: 0px !important;
    margin-top: 2px !important;
    border: solid 1px #ccc !important;
}

a.update-options-survey {
    font-size: 18px;
}

a.add-btn-option-survey:hover {
    background: #008f46;
}

a.add-btn-option-survey {
    color: #0b6c39;
    font-size: 18px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 50%;
    font-weight: 500;
    transition: .2s all;
}

a.add-btn-option-survey:hover {
    color: #fff;
}

a.add-consultant-btn {
    color: #ffffff;
    font-size: 14px;
    background: #0b6c39;
    font-weight: 500;
    display: block;
    padding: 5px 10px;
    border-radius: 50px;
    transition: .2s all;
}

.flex-algin-center {
    align-items: center;
}


/* Confirm or Not Confirm Modal */

.center-content-status {
    text-align: center;
}

.modal-center-btn-footer {
    text-align: center;
}

.modal-right-btn-footer {
    text-align: right;
    margin-top: 20px;
}

label.reasons-input-title {
    font-size: 20px;
}

table tr td {
    font-size: 14px;
    font-weight: 500;
}

a.custom-bg-danger {
    background: #dc3545 !important;
}

a.custom-bg-danger:hover {
    background: #b81a2a !important;
}

.custom-mute {
    background: #00b2595e;
}

.custom-mute:hover {
    background: #00b2595e;
}


/* Dashboard Page */

.dashboard-container {
    padding: 0px !important;
    margin: 20px 0px;
}

.dashboard-container .row {
    margin-bottom: 20px;
}

.dashboard-container .card-padding {
    padding: 20px;
    margin-bottom: 0;
    min-height: 100%;
}

span.recent-time {
    color: #414042;
    font-size: 12px;
}


/* Update Role */

div#div_id_permissions>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

div#div_id_permissions {
    margin-top: 10px;
}

.main-admin-dropdown {
    display: flex;
    align-items: center;
    width: 100%;
}

.main-admin-dropdown .three-fields-with-label {
    width: 100%;
}

.three-fields-with-label select {
    margin-bottom: 1rem;
}

.sustainability-action-btn .btn-save-submit {
    padding: 5px 18px !important;
}

.sustainability-action-btn .btn-close-cancel {
    padding: 5px 18px;
}

.sustainability-multiple-dropdown .three-fields-with-label {
    width: 160px;
    margin-right: 10px;
}

.sustainability-multiple-dropdown .three-fields-with-label select {
    width: 100%;
}

td.backk li {
    margin-right: 2px;
}

.cust-close-modal-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1 !important;
}

.modal-dialog.add-consultant-modal .modal-content {
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}

.inline-number-with-ext {
    display: flex;
}

.cust-close-modal-btn .titlepad {
    padding-bottom: 0px !important;
}

.add-consultant-content {
    margin: 25px 0px 35px;
}

.add-consultant-relative {
    display: flex;
}

select#id_consultant {
    height: 155px;
}

.add-consultant-relative div#div_id_consultant {
    margin-bottom: 0px !important;
    width: 60%;
    margin-right: 10px;
}

.single-row-multiple-dropdown {
    display: flex;
    align-items: baseline;
}

a.attachment-icons {
    font-size: 22px;
    color: #0b6c39;
    position: relative;
}

.add-consultant-relative li {
    width: 40%;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-record-found {
    text-align: center;
}

img.no-record-found-img {
    max-width: 100%;
    width: 200px;
}

span.total-files {
    background: #414042;
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -12px;
}


/*  Gallery page */

.iconbox {
    text-align: center;
    margin-top: 0px;
}

.filter-detail {
    height: 72px;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    border-radius: 50px !important;
}

.select-dropdown {
    margin: 1px;
    position: relative;
    border-radius: 50px !important;
}
/* updated by 11 nov 2021 */
.us-table>:not(caption)>*>* {
    max-width: 140px;
    white-space: pre-wrap !important;
    word-wrap: break-word;
}

input.file-upload-custom {
    line-height: 35px;
}


.both-data-in {
    display: flex;
    width: 100%;
}



.mapsToggle {
    margin-left: 20px;
    width: 40%;
    position: relative;
}
a.area1 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 44%;
    background: #cd5233bd;
    clip-path: polygon(0 0, 100% 3%, 96% 59%, 94% 100%, 41% 100%, 0 69%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.area2 {
    width: 90px;
    height: 90px;
    position: absolute;
    transform: rotate(
21deg);
	top: 28%;
    left: 70%;	
    background: #fff27b7a;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

a.area3 {
    width: 90px;
    height: 90px;
    position: absolute;
    transform: rotate( -4deg);
    top: 38%;
    right: 1%;
    background: #68dbe47a;
    clip-path: polygon(43% 16%, 100% 0, 100% 79%, 15% 100%, 0 29%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
a.area4 {
    width: 90px;
    height: 90px;
    position: absolute;
    transform: rotate( -23deg);
    top: 20%;
    right: 5%;
    background: #6054c2c9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    clip-path: polygon(53% 16%, 100% 20%, 93% 94%, 8% 91%, 6% 12%);
}
a.area5 {
    width: 113px;
    height: 104px;
    position: absolute;
    transform: rotate( 29deg);
    top: 47%;
    left: 71%;
    background: #7bff917a;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.mapsToggle iframe {
    height: 100%;
}

.mapsToggle {
    margin-left: 20px;
    width: 40%;
    position: relative;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}


/* Rice */
path#WY, path#NV {
    fill: #91d152 !IMPORTANT;
}
/* Land */
path#TX, path#CA {
    fill: #de9f2c !important;
}

svg path{
	fill: #737574 !important;
	stroke: rgb(255 255 255/33%);
	fill-opacity: 1;
    stroke-opacity: 1;
    stroke-width: 2 !important;
}
path#NM {
    fill: #d16952 !IMPORTANT;
}


/** Code for hover info **/

a.usaState {
    background: #e9e9e9;
    border-bottom: dashed 1px rgba(0,0,0,0.8);
    padding: 0 0.4em;
    cursor: help;
    font-style: normal;
    position: relative;
  }
  
  a.usaState::after {
    content: attr(data-info);
    display: inline;
    position: absolute;
    top: 22px; left: 0;
    opacity: 0;
    width: 230px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 0.5em 0.8em;
    background: rgba(0,0,0,0.8);
    color: #fff;
    pointer-events: none; /* This prevents the box from apearing when hovered. */
    transition: opacity 250ms, top 250ms;
  }
  a.usaState::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px; left: 20px;
    opacity: 0;
    width: 0; height: 0;
    border: solid transparent 5px;
    border-bottom-color: rgba(0,0,0,0.8);
    transition: opacity 250ms, top 250ms;
  }
  a.usaState:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
  a.usaState:hover::after,
  a.usaState:hover::before {opacity: 1;}
  a.usaState:hover::after {top: 30px;}
  a.usaState:hover::before {top: 20px;}
  

  .svg-map-bg {
    position: relative;
}

.maplisting {
    position: relative;
    z-index: 4;
}
.maplisting svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 2px rgb(0 0 0/50%));
    margin-top: 0;
}

.land {
    fill: #a5f2fc
}
.maplisting .land {
    fill: #00a1ad;
    stroke: rgb(255 255 255/33%);
    fill-opacity: 1;
    stroke-opacity: 1;
    stroke-width: 2;
}
.maplisting .land:hover {
    fill: #f9cb4d;
    filter: url(#hover-outer-shadow);
    stroke: none
}


.maplisting a.current .land {
    fill: url(#gradyellow);
    filter: url(#path-shadow-filter);
    stroke: none;
    top: -6px;
    position: relative;
    cursor: pointer;
}

.maplisting .shade-effect {
    fill: #c29a22;
    filter: url(#outer-shadow);
    stroke: none;
    opacity: 0
}

.maplisting a.current .shade-effect {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.heyo:hover {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.map-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 72em auto;
    margin-top: -8em;
    padding-top: 8em;
    position: relative;
    padding-bottom: 2em
}

.maplisting {
    position: relative;
    z-index: 4;

}

.j-tab-con .tab-con-item {
    display: none;
}
ul.list-of-data-types li span{
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}
ul.list-of-data-types li span.rice-symbol {
    background: #91d152;
}
ul.list-of-data-types li span.landuse-symbol {
    background: #de9f2c;
}
ul.list-of-data-types li span.temp-symbol {
    background: #52b8d1;
}
ul.list-of-data-types li span.moist-symbol {
    background: #d16952;
}
ul.list-of-data-types li span.usewater-symbol {
    background: #07e8ff;
}
ul.list-of-data-types li {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    line-height: initial;
    margin-bottom: 5px;
    font-size: 16px;
}
.svg-map-bg {
    position: relative;
}
/* .data-type-indicators {
    position: absolute;
    bottom: 10px;
    left: 10px;
} */
/* .maplisting .row {
    align-items: center;
} */
.temperature-data-tab table {
    width: 100%;
    margin: auto;
}
.main-tab {
    margin-top: 25px;
    margin-bottom: 20px;
}


div.separate-top-msg {
    padding: 0px !important;
}

.tabcontentcontainer {
    display: none;
}

table.table.map-table {
    width: 70%;
    margin: 0px auto;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.j-tab-con .tab-con-item {
    display: none;
}

.showDiv {
    display: block !important;
}

a.btn-back-btn {
    background: #414042;
    border: 0px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 5px 35px;
    font-size: 16px;
    letter-spacing: .06rem;
}


input.numberinput {
    border-radius: 0px !important;
    margin-top: 4px !important;
    height: auto !important;
    min-height: auto !important;
    line-height: initial !important;
    padding: 12px 15px !important;
}

input.clearablefileinput {
    border-radius: 0px !important;
    margin-top: 4px !important;
    height: auto !important;
    min-height: auto !important;
    line-height: initial !important;
    padding: 10px!important;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
}


table.table.user_details_table tr th {
    word-break: normal !important;
}

table.table.user_details_table tr td {
    word-break: normal !important;
}

/* loader css */

.loader-contain {
    text-align: center;
}

/* Modal css */
.modal-content {
    border: 1px solid #0b6c39;
}


/* Footable table */

span.footable-toggle.fooicon.fooicon-plus {
    background: #0b6c39;
    opacity: 1 !important;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
}

span.footable-toggle.fooicon.fooicon-minus {
    background: #0b6c39;
    opacity: 1 !important;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
}


.question-table tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
    vertical-align: middle;
    word-break: normal;
}

table.farm-footable-table tbody td li {
    display: inline-block;
}


div#div_id_new_password1 input {
    border-radius: 50px !important;
}

div#div_id_new_password2 input {
    border-radius: 50px !important;
}

div#div_id_new_password1 {
    margin-bottom: 20px;
}

/* Login Page */

div#div_id_remember_me {
    display: none !important;
}

.forgot-password-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin-top: 10px;
}

a.update-btn-link {
    margin: 0px 8px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #0b6c39 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    width: 22px !important;
    height: 22px !important;
    display: block;
    position: absolute;
    color: white;
    border: 0 solid white !important;
    border-radius: 1em;
    box-shadow: none !important;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 1em;
    content: "+";
    background-color: #0b6c39 !important;
    font-size: 23px;
}

table#farmList_tbl tr th:nth-child(3){
    text-align: center;
}

.pointer {
    cursor: pointer;
}

#nav-toggle:checked + .sidebar .sidebar-brand, #nav-toggle:checked + .sidebar .sidebar-menu ul#navMenus span.mainn {
    display: none;
}

#nav-toggle:checked ~ .sidebar li.for-drop ul.dropdown-22{
	/*display: none !important;*/
}

#nav-toggle:checked ~ .sidebar li.for-drop ul.dropdown-2{
	/*display: none !important;*/
}