body {
  padding: 0 !important;
}

.tom_bg-green {
  background-color: green;
}

.tom_bg-green-dark {
  background-color: #1c4f06;
}

.tom_color-green {
  color: green;
}

.tom_color-green-dark {
  color: #1c4f06;
}

.tom_change-field-button {
  position: absolute;
  top: 21px;
  left: auto;
  padding: 0;
  right: 15px;
  color: #2ca189;
}
.tom_change-field-button:hover {
  opacity: 1.2;
  color: #2ca189;
}

.tom_stack-general {
  display: flex !important;
  justify-content: space-between !important;
}

.tom_brand-logo {
  display: flex !important;
  vertical-align: unset !important;
  padding-right: 20px;
}

.tom_brand-tools {
  display: flex !important;
  align-items: center;
  vertical-align: unset !important;
}

.tom_site {
  min-height: 100vh;
}

.tom_site-footer {
  flex: 1;
}

.tom_portlet-head {
  height: auto !important;
}

.tomato-head-text {
  display: block !important;
  line-height: 40px;
}

.tom_portlet-head-tools {
  width: 100%;
  justify-content: space-between;
}
.tom_portlet-head-tools ul {
  width: 100%;
}

.m-portlet__head {
  padding-top: 55px !important;
  padding-bottom: 30px !important;
}

.m-radio, .m-checkbox {
  padding-right: 20px;
}

.m-tabs__item a {
  cursor: pointer;
}

.tom_graph-switch {
  display: flex;
  align-items: center;
}
.tom_graph-switch label > span:before {
  width: 48px !important;
}
.tom_graph-switch label > input:checked ~ span:after {
  margin-left: 26px !important;
}
.tom_graph-switch label > input:empty ~ span:after {
  opacity: 1 !important;
}

@media only screen and (max-width: 991px) {
  .tomato-m-space {
    padding-bottom: 20px;
  }
}
.tomato-border-separator {
  padding-top: 30px;
  margin-bottom: -10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3607843137) !important;
}

.tomato-border-separator-head {
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3607843137) !important;
}

[v-cloak] {
  display: none;
}

.fade-enter-active {
  transition: opacity 0.8s;
}

.fade-enter {
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.tom_login_input {
  background-color: white !important;
  opacity: 0.4 !important;
  color: black !important;
}

.tom_login_input::-moz-placeholder {
  color: black !important;
}

.tom_login_input::placeholder {
  color: black !important;
}

.tom_border_color {
  border-color: white !important;
}

.tom_text_color {
  color: white;
}

.m-brand.m-brand--skin-dark {
  background: #1c4f06;
}

#m_aside_left {
  background: #1c4f06;
}

.m-menu__link-icon, .m-menu__link-text {
  color: white !important;
}

.m-menu__item--submenu:hover {
  background-color: green !important;
}

.m-brand__icon .m-brand__toggler .m-brand__toggler--left span {
  color: white !important;
  background-color: white !important;
}

.tom_tab_font {
  font-size: 85% !important;
}

.tom_background-card {
  background-color: #efefef;
}

.tom_border-bottom {
  border-bottom: 1px dotted grey;
}

.trad-loader {
  position: relative;
  z-index: 100000;
  text-align: center;
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.tom_booking-alert {
  color: red;
  font-size: 12px;
}

.tom_check-icon-color {
  color: #5867dd;
}

.tom_calendar-head {
  color: green;
  font-size: 12px;
}

.tom_calendar-body a {
  color: black;
}
.tom_calendar-body span {
  font-size: 11px;
}
.tom_calendar-body span span.tom_calendar-success {
  color: green;
}
.tom_calendar-body span span.tom_calendar-failed {
  color: red;
}
.tom_calendar-body .tom_calendar-normal-font {
  font-size: 13px;
}

.tom_icon_center_align span {
  margin: 0 auto;
}

.tom_print_header {
  padding-top: 50px !important;
}

.tom_navbar-text-1 {
  font-size: 15px;
}

.tom_navbar-text-2 {
  font-size: 13px;
}

.navbar-brand {
  margin-left: 15px;
}

.tom_custom-list-span {
  left: -20px !important;
  border: none !important;
  top: 0px !important;
}
.tom_custom-list-span:after {
  display: none !important;
}

.tom_print-covid-head {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}

.tom_dropdown-mobile {
  left: -20px !important;
}

@media print {
  @page {
    size: landscape;
  }
}
@media screen and (max-width: 767px) {
  .tom_navbar-text-1 {
    padding: 8px 0;
  }
  .navbar-brand {
    margin-left: 7px;
  }
  .tom_navbar-text-1 {
    font-size: 13px;
  }
  .tom_navbar-text-2 {
    font-size: 12px;
  }
  .tom_navbar-flex-col-2 {
    padding-left: 25px !important;
  }
  .tom_content-mobile .m-portlet__head {
    padding: 10px 1.2rem !important;
    height: auto !important;
  }
  .tom_content-mobile .m-portlet__body {
    padding: 1.2rem 1.2rem !important;
  }
  .tom_tabs-list {
    padding: 10px 0;
  }
  .tom_map-button-mobile {
    font-size: 60% !important;
    padding: 3px !important;
    position: absolute;
    top: 2px;
    border: none !important;
    right: 0;
    margin: 0 !important;
  }
  .tom_map-button-mobile i {
    margin-top: -3px;
    font-size: 1rem !important;
  }
  .tom_tabs-item {
    width: 100%;
    font-size: 1.4rem;
    justify-content: center;
    margin-right: 0 !important;
  }
  .tom_tabs-item a, .tom_tabs-item i {
    color: #34bfa3 !important;
  }
  .tom_tabs-item-link {
    border-bottom: 4px solid #34bfa3 !important;
  }
  .tom_portlet-head-tools {
    padding-top: 20px;
  }
  .tom_second-check-farmer-padding {
    padding-right: 150px !important;
  }
}
.tom-text-tab {
  font-size: 50% !important;
}

@media screen and (min-width: 768px) {
  .tom_navbar-row {
    width: 100%;
  }
  .tom_navbar-flex-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tom_navbar-flex-col .navbar-brand {
    padding-right: 20px;
  }
  .tom_navbar-flex-col-2 {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
