.main-content-container {
  max-width: 1500px;
}
.iti { width: 100%; }

.iti {
  --iti-path-flags-1x: url('../img/flags.webp');
  --iti-path-flags-2x: url('../img/flags@2x.webp');
  --iti-path-globe-1x: url('../img/globe.webp');
  --iti-path-globe-2x: url('../img/globe@2x.webp');
}

.content-container {
  padding: 0 !important;
}
.details-container {
  z-index: 99999999;
}
button:disabled,
button[disabled] {
  border: 0px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.current-row {
  background-color: var(--nav-current);
}
input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.checkBox-label {
  margin-left: 8px;
  font-size: .9em;
}
.table-header {
  background-color: #f3f8fc !important;
}

.v-calendar-month__days>.v-calendar-month__day {
    min-height: 30px !important;
}

.v-calendar-month__day {
    min-height: 30px !important;
}

.form-legend {
  margin-top: 8px;
  margin-bottom: 8px;
}
.check-box-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
table {
  background-color: rgba(0, 0, 0, .12);
  border-radius: 16px;
  border-width: 1px;
  margin-top: 16px;
  width: 100%;
  border: 0;
  border-spacing: 0 0px;
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 0px;
  margin-bottom: 32px;
  padding-right: 0px;
  border-collapse: separate;
   box-shadow: 0 1px 0 0 rgb(0 0 0 / .16), 0 1px 3px 0 rgb(0 0 0 / .12)
}
.child-content-container {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.child-content-container p {
  font-size: .9em;
  margin: 0;
}
.hoverable {
  background-color: var(--nav-current);
  cursor: pointer;
}
tr:hover {
  cursor: pointer;
  background-color: var(--nav-selected);
}

table th,
table td {
  padding-left: 20px;
  padding-right: 20px;
}
.button-container .content-container {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

table th {
  background-color: transparent;
  text-align: left;
  height: 36px;
  font-weight: normal;
}

table tr {
  background-color: white;
  border-radius: 2px;

}
tbody tr td{
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}
td {
  border: solid 1px #000;
  border-style: solid none;
  padding: 10px;
}

tr th:first-child{
 border-top-left-radius: 16px;
}
 tr th:last-child { border-top-right-radius: 16px; }
  table tr:last-child td {   border-bottom: 1px solid transparent; }
th{
  text-overflow: ellipsis;
}

/*Select every last td of every last row*/
tr:last-child > td:last-of-type {
  border-bottom-right-radius: 16px; 
}
/*Select every first td of every last row*/
tr:last-child > td:first-of-type {
 border-bottom-left-radius: 16px; 
}
/* td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
} */
table td {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .9em;
  border: 0px;
}

/* 
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;


}

td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;

} */

table th {
  color: inherit;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-family: main_font_bold;
}

.error {
  color: red !important;
  margin-top: 8px;
}

.form-label {
  padding-top: 0px;
  margin-top: 16px;
  height: fit-content;
}

.form-label-container {
  position: relative;
  height: 32px;
}
.form-section-container {
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.q-place-holder {
  max-width: 1000px;
  background-color: transparent;
  width: 100%;
  height: 300px;
  display: none;
}

.q-place-holder p {
  font-size: 1em;
  opacity: .5;
  text-align: center;
  max-width: 250px;
}

.q-place-holder i {
  font-size: 7em;
  opacity: .3;
}

.photo-container {
  background-color: #f3f7fd;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  position: relative;
}

.photo-container img {
  object-fit: contain;
  width: inherit;
  height: 200px;
  z-index: 9999;
}

.photo-container i {
  font-size: 100px;
  color: #386bb7;
  opacity: .1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.date-container {
  margin-bottom: 16px;
}

.date-container span {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, .12);
  margin-right: 8px;
  border-radius: 50% 50%;
}

.date-container span i {
  font-size: 15px;
}
.android-dialog {
  border-radius: 24px;
  max-height: 90vh;
}

.isPending {
  background-color: var(--gw_primary_color);
  max-height: 24px;
  border-radius: 16px;
  border: 0px solid green;
}

.isPending p {
  color: white;
  font-size: 12px !important;
}

.q-listview-container {
  background-color: transparent;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 72px;
}

.q-list-item {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .12);
  background-color: white;
}

.q-list-item p {
  margin: 0;
}

.q-list-item h3 {
  font-size: 15px;
}

.q-list-item button {
  background-color: transparent;
}

.q-list-item button i {
  font-size: 16px;
}

.q-list-caption {
  margin-top: 4px !important;
}

.q-list-caption span {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
  opacity: .7;
}

.q-fab i {
  font-size: 22px;
  color: white;
}

.q-fab {
  position: fixed;
  width: 56px;
  height: 56px;
  background-color: var(--gw_primary_color);
  z-index: 999;
  border-radius: 56px;
  bottom: 16px;
  right: 16px;
}

.section-title {
  margin-top: 32px;
  font-size: 18px;
  font-weight: normal;
}
/* .details-container {
    padding: 16px !important;
}

.showDrawer {
 padding: 16px !important;
} */

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #a2d9c0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}
.showPlaceHolder{
    display: flex;
}
.hideTable{
    display: none;
}
*::-webkit-scrollbar-thumb {
  background-color: #a2d9c0;
  border-radius: 20px;
  border: 3px solid transparent;
}

.dasboard-main-wrapper {
  background-color: var(--dashboard-background-color);
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.overview-wrapper {
  background-color: white;
  border-radius: 16px;
  margin-left: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
  height: 100%;
  width: 100%;
  padding: 24px;
}
.overview-wrapper h2 {
  margin: 0;
}
.overview-table {
  width: 100%;
  margin-top: 16px;
  border: 0 !important;
  border-collapse: unset;
  border-spacing: 0;
  background-color: transparent;
}
.overview-table tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
}
.td-text-right {
  text-align: right !important;
}
td {
  padding-top: 8px;
  padding-bottom: 8px;
}
td h1 {
  font-size: 25px;
}
td h3 {
  margin: 0;
}
.overview-caption {
  margin: 0;
}
.overview-caption span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  color: #555555;
}
.caption-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: left;
  color: #606060;
  margin-bottom: 4px !important;
}
.chart-container {
  height: 450px !important;
}
.overview-chart-section {
  height: inherit;
  width: 70%;
}
.overview-sectors-section {
  width: 50%;
}
.table-caption {
  font-size: 10px;
  font-weight: 400;
  line-height: 7.31px;
  text-align: right;
  color: #4f4f4f;
  margin: 0;
  margin-top: 4px;
}

.canvas-container {
  width: 100%;
  height: 250px;
  margin-top: 16px;
}
.canvas-container canvas {
  height: 300px !important;
  /* width: 100% !important;
   height:260px !important; */
  /* 
    height: 100%; */
}
#sectors {
  width: 200px !important;
  height: 200px !important;
}

.details-container {
  position: fixed;
  background-color: white;
  height: 100vh;
  width: 0;
  right: 0;
  top: 0;
  padding: 0px;
  z-index: 99999999999;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.showDrawer {
  width: 400px !important;
  opacity: 1 !important;
}

.drawer-header {
  height: 32px;
  padding: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.drawer-header button i {
    font-size: 1.4em;
}
.drawer-header button {

    border-radius: 32px;
    line-height: 1;
    height: 32px;
    width: 32px;
}
.drawer-header button:hover {
    background-color: var(--nav-current)
}


.q-preview-button {
  padding: 0 16px 0 16px;
  height: 36px;
  width: fit-content !important;
  color: white !important;
  border-radius: 8px !important;
}
.q-preview-button p {
  color: white !important;
  margin-left: 8px !important;
}
.dialog-container {
  height: fit-content !important;
  max-height: 98vh;
}
.status-container {
  background-color:#0786681f;
  max-height: 24px;
  width: 100px;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
  border: 0px solid green;
}
.status-container p {
  color:var(--gw_primary_color);
  font-size: 12px;
  font-weight: 500;
}
.dashboard-container {
  width: 100%;
  background-color: var(--q-dashboard-background);
  max-height: 100vh;
  overflow: hidden;
  padding-bottom: 32px;
}
.dialog-wide{
    max-width: 800px !important;
    width: 800px !important;
}
.form-input-container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
}
.dialog-form-input-wrapper{
    padding:  0 !important;
}

.dialog-wide .q-form-button-container{
padding-left: 16px;
padding-bottom: 16px;
}
.size-input-container fieldset{

margin-right: 8px;
}

.main-overview-container{
  padding-left: 32px;padding-right: 32px;
}
.price-currency {
       font-size: 10px;
    margin-right: 0px;
    font-weight: normal;
    letter-spacing: .5px;
    opacity: .96;
}
.overview-content-wrapper{

height: auto;
min-height: 300px;
margin-top: 24px;
flex-wrap: wrap;
}
.overview-content-container{
  
  min-height: 100%;
/* width: 50%;  
padding-right: 16px; */

}
.overview-content{
  width: 100%;
  background-color: white;
  border-radius: 16px;
border: 1px solid rgba(0, 0, 0, .12);
padding: 16px;
}
.content-title{
    margin: 0;
    margin-bottom: 8px;
       font-size: 16px;
    font-family: main_font_bold !important;
}
.overview-small-container{
  width: 33% !important;
}
.overview-value-item{
  font-size: 24px;
 
  font-family: main_font_bold;
}
.crops-container {
    margin-top: 16px;
    width: 100%;
    height: 100%;

    flex-wrap: wrap;
}
.overview-count-container {
    flex-wrap: wrap;
}


.root-element {
    width: 150px;
    background-color: white;
    position: absolute;
    right: 100%;
    border-radius: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 24px;
    z-index: 99999999;
}
.root-element button {

    background-color: transparent;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left
}

.root-element button span {
    padding-left: 12px;
}

.root-element button:hover {
    background-color: var(--nav-selected);
    cursor: pointer;
}

.show {
    display: flex !important;
}

.content-container {
    padding: 0 !important;
}
.sub-view-title-section {
  
  margin-bottom: 16px;
  margin-top: 0px;
  width: 100%;
}
.sub-view-title{
   margin-top: 4px !important;
  margin: 0;
  text-align: left;
  height: fit-content;
 
}
.sub-view-back-button{
  width: fit-content;
  height: fit-content;
  background-color: var(--gw_primary_color);
  border-radius: 4px;
  padding: 8px 14px 6px 14px;
  color: white;
  margin-right: 16px;
}
.sub-view-back-button i{
  margin-right: 8px;
}


.searchable {
position: relative;
}

.searchable input {
    width: 100%;
   
  
    display: block;
    font-weight: 400;
    line-height: 1.6;
  
   
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}

.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #add8e6;
    border-top: none;
    max-height: 180px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    z-index: 9999999;
    width: 100%;
}

.searchable ul li {
    padding: 7px 9px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    color: #6e6e6e;
}

.searchable ul li.selected {
    background-color: #e8e8e8;
    color: #333;
}

input[required]{
  background-image:radial-gradient(#F00,30%,transparent 40%), radial-gradient(#F00,30%,transparent 40%);
  background-size: 1em 1em;
  background-position: right top;
  background-repeat: no-repeat;
}
.snack-bar{
  background-color: #212121 !important;
  padding: 12px;
}
.snack-bar  pre{
  color: white !important;
}
.snack-bar p{
  color: white !important;
}
.table-badge{
padding: 4px;
    padding-left: 8px;
    padding-right: 6px;
    border-radius: 6px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 8px;
    font-family: main_font_bold;
    text-transform: uppercase;
    letter-spacing: .5px;

  
}
.table-badge-red{
      background-color: #ff000014;
    color: var(--q_red);
}
.table-badge-orange{
      background-color: #f59e0b29;
    color:#f59e0b;
}
.table-badge-green{
      background-color: #007e3215;
    color:#007E33;
}
.paginator-container {

    width: 100%;
    height: 100%;
}

.paginator-divider {
    background-color: rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 1px;
    margin-bottom: 14px;
}

.paginator-container p {
    font-size: 10px !important;

    margin: 0;


    border-radius: 32px;
    text-align: center;

    white-space: nowrap;
    margin-top: 4px;
}

.paginator-container span {
    font-size: 10px !important;

    margin: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 32px;
    text-align: center;
    border: 3px solid rgba(0, 0, 0, 0.12)
}

.paginator-current span {
    position: relative;
    color: white !important;
    background-color: var(--gw_primary_color) !important;
    font-weight: 500;
    opacity: 1 !important;
    border: 0;


}



.paginator-text-container {
    width: fit-content !important;
    margin-left: 0;
    margin-right: 0;

}

.paginator-wrapper {
    width: 300px;
}
.item-details-container {
    background-color: #f2f8f8  !important;
    border-radius: 16px;
    padding: 16px;
    margin-top: 18px;
}

.form-double-input-wrapper fieldset{
margin-right: 8px;
width: 100%;
}
.user-avatar-container{

 margin-right: 8px;
}
.user-avatar-wrapper{
 width: 32px;
  height: 32px;
  border-radius: 50px;
   background-color: #f3f8fc;
   border: 1px solid rgba(0, 0, 0, 0.02);
}
.user-avatar-wrapper i{
  font-size: 16px !important;
  opacity: .2;
}
.table-double-data-display p{
  margin: 0;
  text-align: left;
}
.table-caption{
      font-size: 11px;
    margin-top: 4px !important;
    opacity: .7;
    letter-spacing: .2px; 
}
table input[type="checkbox"]{
  background-color: red;
}


  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper input[type=checkbox] {
      --active: var(--gw_primary_color);
      --active-inner: #fff;
      --focus: 2px  var(--gw_primary_color);
      --border: #BBC1E1;
      --border-hover: var(--gw_primary_color);
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper * {
    box-sizing: inherit;
  }
  .checkbox-wrapper *:before,
  .checkbox-wrapper *:after {
    box-sizing: inherit;
  }
 
.overview-main-container, .overview-main-container .q-layout-row{
  padding: 0 !important;
}
 .overview-main-container{
  padding-top: 8px !important;
 }
.overview-main-container div[class^='q-col']{
padding: 0px;
padding-left: 4px;
padding-right: 4px;
}

.w-100{
 
  width: 100%;
}

.h-100{

  height: 100%;
}


.content-icon-container {
    background-color: #07866821;
    width: 36px;
    height: 36px;
    border-radius: 60px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.content-icon-container i {
    font-size: 18px;
    /* color: #032920; */
    color: #fbfcfc;
  }

.stats-wrapper {

    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%;

}



.last::after {
    padding-right: 0 !important;
    display: none;
}

.stats-wrapper::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .12);
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
}

.content-caption {
    margin: 0;
    position: relative;
}
.crop-chart-container {
    height: 300px;
    width: 100%;
    /* background-color: #f5f8fd; */
    margin-top: 8px;
    border-radius: 8px;
}
.filter-wrapper input {
    width: 100%;

    background-color: transparent;
    padding-left: 8px;
    padding-right: 0px;
    height: 32px;
}

.filter-wrapper span {

    padding: 4px;
}

.filter-wrapper {
    height: 32px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
}
.summary-container{
  margin-top: 8px;margin-bottom: 32px;
  padding: 16px;
  background-color: #f5f8fd;
  border-radius: 16px;
}
.summary-container .content-caption{
  font-family: main_font_medium !important;
}
progress {
    border-radius: 2px;

}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;

}

progress::-webkit-progress-bar {
    background-color: #f2f8f8;
    border-radius: 2px;
}

progress::-webkit-progress-value {
    background-color: var(--gw_primary_color);
    border-radius: 2px;
}

progress::-moz-progress-bar {
    background-color: var(--gw_primary_color);
    border-radius: 2px;
}