
/*================================================================================
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.dropdown-user .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #666; }

.dropdown-user .dropdown-item:hover, .dropdown-user .dropdown-item:focus {
  background: #FBCE4A;
  color: #333333; }

.auth-wrapper .auth-bg p a {
  vertical-align: middle; }

.annual-planning-header p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin: 0;
  padding-right: 10px; }

.o-menu-toggle-btn {
  position: fixed;
  left: 244px;
  top: 50px;
  z-index: 1041; }

.o-menu-toggle-btn a {
  width: 25px;
  height: 25px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  text-align: center;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  background: #fff; }

.o-menu-toggle-btn a svg {
  margin: 0 !important; }

.o-menu-toggle-btn .exp-show {
  display: none !important; }

.dark-layout .o-menu-toggle-btn a {
  background: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05); }

.menu-collapsed .o-menu-toggle-btn {
  left: 66px; }

.menu-collapsed .o-menu-toggle-btn .exp-hide {
  display: none !important; }

.menu-collapsed .o-menu-toggle-btn .exp-show {
  display: block !important; }

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
  display: flex; }

.main-menu .navbar-header {
  padding-left: 1rem; }

.text-orange {
  color: #EF7F1A; }

.alert-wrap {
  background: rgba(234, 84, 85, 0.12);
  padding: 8px 15px;
  border-radius: 4px; }

.alert-wrap p {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333333; }

.alert-wrap p span {
  color: #EF401A; }

.card_title {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 18px; }

.card_title a svg {
  width: 20px;
  height: 20px; }

.sub_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px; }

[for="change-picture"] img {
  max-width: 75px; }

label {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px; }

.form-select {
  font-size: 14px;
  color: #333;
  border: 1px solid #eee;
  min-height: 43px; }

.form-control {
  font-size: 13px; }

.table .avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  justify-content: center;
  overflow: hidden; }

.btn-m {
  min-width: 124px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.4px;
  border-radius: 4px;
  padding: 8px 16px; }

.btn {
  font-size: 12px; }

#carouselExampleFade {
  display: none; }

.a-custom-tab .nav {
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .a-custom-tab .nav {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.a-custom-tab .nav li {
  margin-right: 24px; }

@media screen and (max-width: 767px) {
  .a-custom-tab .nav li {
    margin-right: 0;
    margin-bottom: 5px; }
  .a-custom-tab .nav li a:before {
    display: none; } }

.a-custom-tab .nav .nav-link {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #2A2A2C;
  padding: 11px 19px;
  line-height: 12px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: none;
  height: 100%;
  position: relative; }

.a-custom-tab .nav .nav-link::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 36px;
  background-color: #FFF;
  transition: all 250ms ease;
  right: -24px;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #EEEEEE;
  transform: skew(30deg, 0deg);
  z-index: 1; }

.a-custom-tab .nav .nav-link.active {
  color: #2CC09C;
  box-shadow: none; }

.a-custom-tab .nav .nav-link.active svg {
  color: #2CC09C; }

.a-custom-tab .tab-content {
  padding-top: 0; }

.a-icon .feather {
  width: 20px;
  height: 20px; }

.dataTables_length label {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin-right: 24px; }

.tableWrapper table.dataTable td, .tableWrapper table.dataTable th {
  border: none; }

.dataTables_length select.form-select, .dataTables_length select {
  border: none;
  padding: 0.571rem 1rem 0.571rem 1rem;
  background-color: #f6f6f6;
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  appearance: none;
  min-height: 40px; }

.form-select {
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px;
  padding-right: 25px; }

.a-custom-table thead tr {
  border-radius: 5px; }

.a-custom-table thead tr th {
  --bs-table-accent-bg: #f6f6f6 !important;
  border-bottom: none;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 10px !important;
  text-transform: capitalize; }

.a-custom-table tbody tr td {
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 21px;
  color: #666;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px; }

.a-custom-table tbody tr td a {
  color: #666; }

.a-custom-table tbody tr:last-child td {
  border-bottom: none; }

.a-custom-table tbody tr:hover td {
  background: #fafafa;
  color: #333; }

.a-custom-table .dropdown-menu {
  padding: 0;
  border: 1px solid #EEEEEE;
  border-radius: 4px; }

.a-custom-table .dropdown-menu::before {
  content: "";
  width: 11px;
  height: 11px;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  right: 15px;
  top: -6px;
  transform: rotate(135deg);
  background: #fff; }

.a-custom-table .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  padding: 11px 15px;
  color: #666;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.a-custom-table .dropdown-menu .dropdown-item:hover, .a-custom-table .dropdown-menu .dropdown-item:focus {
  background: #FBCE4A;
  color: #333333; }

.a-custom-table .dropdown-menu .dropdown-item:last-child {
  border-bottom: none; }

.a-custom-table .btn-light {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 5px; }

.a-custom-full tr td:first-child {
  width: 95%; }

.a-custom-table .d-flex a {
  color: #275559;
  text-decoration: underline; }

.btn-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #275559; }

.tree-structure-arrow {
  margin-right: 0.5rem; }

.rejected-lable {
  font-size: 12px;
  color: #FF0000;
  border-radius: 15px;
  background: #ff000024;
  text-transform: capitalize;
  font-weight: 600;
  padding: 2px 10px; }

.active-lable {
  font-size: 12px;
  color: #28C76F;
  border-radius: 15px;
  background: #E5F8ED;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.pending-lable {
  font-size: 12px;
  background: #FDF0E4;
  border-radius: 15px;
  color: #EF7F1A;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.scheduled-lable {
  font-size: 12px;
  color: #B0B0FF;
  border-radius: 15px;
  background: #F6F6FF;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.f-table-full tr td:first-child {
  width: 85%; }

.a-alert-f a {
  color: #6C757D;
  padding-left: 20px; }

.a-alert-f .feather, .a-alert-f [data-feather] {
  width: 18px;
  height: 18px; }

.profile-over .icon-overlay {
  background: rgba(146, 151, 140, 0.7);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden; }

.profile-over .icon-overlay .feather, .profile-over .icon-overlay [data-feather] {
  width: 20px;
  height: 20px; }

.d-flex.profile-over {
  position: relative;
  width: 90px; }

.d-flex.profile-over:hover .icon-overlay {
  opacity: 1;
  visibility: visible; }

.intl-tel-input {
  display: block; }

.nested-chart li.list-group-item {
  text-align: right;
  border: none; }

.nested-chart li.list-group-item a {
  text-align: left;
  float: left;
  padding-left: 20px;
  position: relative; }

.nested-chart li.list-group-item a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  transform: rotate(-180deg);
  left: 0;
  top: 5px; }

.nested-chart li.list-group-item a.active::before {
  transform: none; }

.nested-chart li.list-group-item span {
  padding: 0 5px; }

.nested-chart li.list-group-item input.sm-input {
  float: left; }

.nested-chart li.list-group-item ul {
  padding-left: 0;
  border-top: 1px solid rgba(34, 41, 47, 0.125);
  margin-top: 0.75rem; }

.mr-1 {
  margin-right: 1rem; }

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(96% - 3px) 13px, calc(95% - 24px) 14px, 100% 0;
  width: 5rem;
  margin: 0 0.5rem; }

.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  color: #797979; }

.main-menu.menu-light .navigation li a, .main-menu.menu-dark .navigation li a {
  padding-top: 14px;
  padding-bottom: 14px; }

.dataTables_paginate li#organization-list_previous {
  margin: 0 5px; }

.dataTables_paginate li.paginate_button {
  margin: 0 5px;
  background: transparent; }

.dataTables_paginate .page-item .page-link {
  border-radius: 4px;
  background: transparent;
  color: #333333; }

.dataTables_paginate .page-item.active .page-link {
  z-index: 3;
  border-radius: 4px;
  background: #F6F6F6;
  color: #111 !important;
  font-weight: 600; }

.dataTables_paginate .page-item:first-child:not(.prev-item) .page-link, .dataTables_paginate .page-item:last-child:not(.next-item) .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  background: transparent;
  font-size: 0; }

.d-flex .avatar + b, .d-flex .avatar + span {
  align-self: center; }

.form-check-input[type="radio"]:checked {
  background: #FBCE4A;
  border: 3px solid #fff;
  box-shadow: 0 0px 0px 1px  #FBCE4A !important; }

.tab-pane .form-control, .tab-pane .form-select {
  font-weight: 500; }

tr.child-row td {
  background: #f6f6f6 !important; }

tr.child-row td:first-of-type {
  padding-left: 40px; }

#dashboard {
  height: 80vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

#dashboard .dashboard-logo-wrap {
  margin-top: 1rem; }

span.select2-selection.select2-selection--multiple {
  padding-right: 50px;
  position: relative; }

span.select2-selection.select2-selection--multiple::before {
  content: "";
  background: url(../app-assets/images/icons/search.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block; }

.org_icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 7px; }

.administration {
  background: url(../app-assets/images/icons/administration.svg) no-repeat center;
  background-size: contain; }

.artificial-int {
  background: url(../app-assets/images/icons/artificial-int.svg) no-repeat center;
  background-size: contain; }

.cleaning {
  background: url(../app-assets/images/icons/cleaning.svg) no-repeat center;
  background-size: contain; }

.design {
  background: url(../app-assets/images/icons/design.svg) no-repeat center;
  background-size: contain; }

.finance {
  background: url(../app-assets/images/icons/Finance.svg) no-repeat center;
  background-size: contain; }

.human-resource {
  background: url(../app-assets/images/icons/human-resourse.svg) no-repeat center;
  background-size: contain; }

.insurance {
  background: url(../app-assets/images/icons/insurance.svg) no-repeat center;
  background-size: contain; }

.legal {
  background: url(../app-assets/images/icons/legal.svg) no-repeat center;
  background-size: contain; }

.logistics {
  background: url(../app-assets/images/icons/logistics.svg) no-repeat center;
  background-size: contain; }

.marketing {
  background: url(../app-assets/images/icons/marketing.svg) no-repeat center;
  background-size: contain; }

.procurement {
  background: url(../app-assets/images/icons/procurement.svg) no-repeat center;
  background-size: contain; }

.production {
  background: url(../app-assets/images/icons/production.svg) no-repeat center;
  background-size: contain; }

.project-management {
  background: url(../app-assets/images/icons/project-management.svg) no-repeat center;
  background-size: contain; }

.public-relationships {
  background: url(../app-assets/images/icons/public-relationships.svg) no-repeat center;
  background-size: contain; }

.purchasing {
  background: url(../app-assets/images/icons/purchasing.svg) no-repeat center;
  background-size: contain; }

.quality {
  background: url(../app-assets/images/icons/quality.svg) no-repeat center;
  background-size: contain; }

.research-and-dev {
  background: url(../app-assets/images/icons/research-dev.svg) no-repeat center;
  background-size: contain; }

.sales {
  background: url(../app-assets/images/icons/sales.svg) no-repeat center;
  background-size: contain; }

.security {
  background: url(../app-assets/images/icons/security.svg) no-repeat center;
  background-size: contain; }

.software-dev {
  background: url(../app-assets/images/icons/software-dev.svg) no-repeat center;
  background-size: contain; }

.support {
  background: url(../app-assets/images/icons/support.svg) no-repeat center;
  background-size: contain; }

.first-add-btn > .add {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 43px;
  text-align: center;
  background: #ccc;
  line-height: 43px;
  color: #fff;
  background: linear-gradient(180deg, #33787C 0%, #156367 100%);
  cursor: pointer; }

@media screen and (max-width: 1199px) {
  .o-menu-toggle-btn {
    display: none; } }

.iti {
  display: block !important; }

.main-menu.menu-light .navigation > li > ul li:not(.has-sub) {
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  vertical-align: bottom;
  padding: 5px; }

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding: 5px; }

.navigation li.nav-item.navigation li.nav-item {
  text-decoration: none; }

.input-w-drop .btn {
  background: #F6F6F6;
  border: 1px solid #BABFC7; }

.input-w-drop .btn:after {
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px; }

label span {
  color: #EF401A; }

.date-pick {
  position: relative;
  background: #fff; }

.date-pick .form-control {
  padding-right: 40px;
  position: relative;
  z-index: 2;
  background: transparent; }

.date-pick svg.feather {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #BABFC7;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1; }

.terms-f-text label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #333333; }

.terms-f-text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #6C757D; }

.a-custom-table .annual-plan-row .btn-delete {
  padding: 7px 4px;
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: auto; }

.a-custom-table .annual-plan-row .form-check-inline {
  margin-right: 0;
  margin-left: 2px;
  vertical-align: middle; }

.a-custom-table .annual-plan-row .form-check-inline .form-check-input {
  width: 30px;
  height: 30px; }

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background: #BABFC7 !important;
  border-color: #BABFC7 !important;
  opacity: 1; }

.a-custom-table td .dropdown-toggle::after {
  display: none; }

.modal-content.delete-modal {
  max-width: 450px;
  padding: 30px 56px;
  text-align: center; }

.modal-content.delete-modal .modal-body {
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #5A605D; }

.modal-content.delete-modal .modal-body h4 {
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #5A605D;
  margin-bottom: 30px; }

.modal-content.delete-modal .modal-body .btn {
  text-transform: uppercase; }

.custom-file-upload .chose-box {
  height: 40px;
  border: 1px solid #BABFC7;
  width: 100%;
  display: block;
  border-radius: 4px 0 0 4px;
  padding: 8px 15px;
  font-size: 13px;
  color: #333; }

.custom-file-upload {
  display: flex; }

.custom-file-upload label {
  background: #F6F6F6;
  /* Color/Light */
  border: 1px solid #BABFC7;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  min-width: 110px;
  text-align: center;
  padding: 8.5px;
  cursor: pointer; }

.custom-file-upload label svg {
  margin-right: 5px; }

.header-navbar.floating-nav {
  margin-top: 0.5rem; }

label {
  margin-bottom: 2px; }

html .content.app-content {
  padding: calc(2rem + 2.00rem + 1.3rem) 2rem 0; }

.card-body {
  padding: 1rem 1.5rem; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.form-control {
  min-height: 43px;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (max-width: 1199px) {
  .add-annual-p-table {
    width: 1300px; } }

@media screen and (max-width: 450px) {
  .modal-content.delete-modal {
    padding: 30px 24px; } }

.btn.btn-sm.btn-icon.view-more-filters {
  padding-top: 0.85rem; }

/** File Manager CSS */
.file-manager-application .content-area-wrapper {
  border: 1px solid #ebe9f1;
  border-radius: 0.25rem; }

.file-manager-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0; }

.file-manager-application .content-area-wrapper .file-manager-main-content {
  border-left: 1px solid #ebe9f1;
  height: inherit; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header {
  padding: 0.47rem 1rem;
  border-bottom: 1px solid #ebe9f1;
  background-color: #fff;
  border-top-right-radius: 0.357rem; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-manager-toggler {
  cursor: pointer; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header input {
  border-color: transparent;
  box-shadow: none; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-actions:not(.show) {
  display: none; }

.file-manager-application {
  position: relative;
  padding: 1.5rem 1.5rem 0;
  height: calc(100% - 50px);
  background-color: #fff; }

.file-manager-application .view-container {
  display: flex;
  flex-wrap: wrap; }

.file-manager-application .view-container .file-manager-item {
  border: 1px solid #ebe9f1;
  margin-bottom: 1.6rem;
  box-shadow: none;
  margin-right: 1rem;
  transition: none;
  cursor: pointer; }

.file-manager-application .view-container .file-manager-item .card-body {
  padding: 1rem;
  padding-bottom: 0.5rem; }

.file-manager-application .view-container .file-manager-item .form-check-input:not(:checked) {
  background-color: transparent; }

.file-manager-application .view-container .file-manager-item .file-logo-wrapper {
  padding: 1rem;
  height: 7.5rem;
  background-color: #f8f8f8; }

.file-manager-application .view-container .file-manager-item .file-logo-wrapper .feather-folder {
  stroke: #babfc7; }

.file-manager-application .view-container .file-manager-item .dropdown-menu {
  transform: none; }

.file-manager-application .view-container .file-manager-item .dropdown-menu:before {
  display: none; }

.file-manager-application .view-container .file-manager-item .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto; }

.file-manager-application .view-container .file-manager-item .file-date {
  flex-grow: 1;
  margin-bottom: 0; }

.file-manager-application .view-container .file-manager-item.selected {
  border-color: #7367f0; }

.file-manager-application .view-container .file-name {
  width: calc(100% - 26rem);
  min-height: 1rem;
  font-weight: 600;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.file-manager-application .view-container .files-section-title {
  width: 100%; }

.file-manager-application .view-container:not(.list-view) .files-header {
  display: none; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .content-wrapper {
  margin-bottom: 0rem; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .file-date {
  display: none; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .file-size {
  color: #b9b9c3;
  font-size: 85%; }

.file-manager-application .view-container:not(.list-view) .file-manager-item:not(.selected):not(:hover) .form-check,
.file-manager-application .view-container:not(.list-view) .file-manager-item:not(.selected):not(:hover) .toggle-dropdown {
  opacity: 0; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .feather-folder {
  height: 32px;
  width: 35px; }

.file-manager-application .view-container:not(.list-view) .file-manager-item.folder.level-up {
  display: none !important; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .form-check {
  position: absolute;
  top: 1rem;
  left: 1rem; }

@media screen and (max-width: 1200px) {
  .file-manager-application .content-right {
    width: 100%; }
  .file-manager-application .content-body {
    margin-left: 0 !important; }
  .file-manager-application .content-area-wrapper .file-manager-main-content {
    border-left: 0; }
  .file-manager-application .sidebar-left .sidebar {
    z-index: 10; }
  .file-manager-application .sidebar-left .sidebar .sidebar-file-manager {
    transform: translateX(-112%);
    transition: all 0.25s ease;
    position: absolute; } }

@media (max-width: 767.98px) {
  .file-manager-application .view-container .file-manager-item {
    flex: 47%; } }

@media (max-width: 575.98px) {
  .file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header {
    padding-left: 0.5rem; }
  .file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-actions .dropdown {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .file-manager-application .content-area-wrapper .view-container .file-manager-item {
    flex: 0 0 100%;
    max-width: 100%; }
  .file-manager-application .content-area-wrapper .view-container.list-view .file-date,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-last-modified,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-size,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-item-size {
    display: none !important; } }

@media (min-width: 576px) {
  .file-manager-application .view-container .file-manager-item {
    flex: 0 0 23%;
    max-width: 25%; } }

.dark-layout .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #fff; }

html.dark-layout, .dark-layout body {
  background: #242424; }

.dark-layout .card_title {
  color: #fff; }

.dark-layout .card {
  background: #313131; }

.dark-layout label {
  color: #BABFC7; }

.dark-layout .form-select {
  background-color: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .navbar-floating .header-navbar-shadow {
  background: transparent; }

.dark-layout .a-custom-table tbody tr td {
  background: transparent;
  color: #BABFC7;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .crop-list-table tbody tr td a {
  color: #fff; }

.dark-layout .a-custom-table thead tr th {
  --bs-table-accent-bg: #191919 !important;
  color: #fff; }

.dark-layout .active-lable, .dark-layout .scheduled-lable, .dark-layout .pending-lable {
  background: rgba(255, 255, 255, 0.1); }

.dark-layout .form-check-input {
  background-color: transparent; }

.dark-layout .btn-outline-primary {
  color: #FBCE4A;
  background: #2E2E2E;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.dark-layout .dataTables_length select.form-select, .dark-layout .dataTables_length select {
  background-color: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout div.dataTables_wrapper div.dataTables_length label {
  color: #fff; }

.dark-layout .crop-list-table tbody tr:hover td {
  background: #191919;
  color: #fff; }

.dark-layout .a-custom-table .dropdown-menu {
  background: #2E2E2E;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu:before {
  background: #2E2E2E;
  border-color: rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu .dropdown-item {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu .dropdown-item:hover {
  color: #333; }

.dark-layout .a-custom-tab .nav .nav-link {
  background: #191919;
  color: #BABFC7;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .a-custom-tab .nav .nav-link::before {
  background: #191919;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .a-custom-tab .nav .nav-link.active {
  color: #2CC09C;
  background: #222;
  font-weight: 600; }

.dark-layout .a-custom-tab .nav .nav-link.active::before {
  background: #222; }

.dark-layout .a-custom-tab .nav .nav-link.active svg {
  fill: #2CC09C; }

.dark-layout .crop-overview-detail p {
  color: #BABFC7; }

.dark-layout .crop-overview-detail p b {
  color: #fff; }

.dark-layout .crop-overview-wap h2 {
  color: #fff; }

.dark-layout .crop-farmer-gallery .card p {
  color: #BABFC7; }

.dark-layout .crop-overview-wap .crop-overview-detail, .dark-layout .crop-overview-wap {
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .harvest-box {
  background: #2E2E2E;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .harvest-box h3 {
  color: #fff; }

.dark-layout .date-pick {
  background: transparent; }

.dark-layout .date-pick .form-control {
  background: #2e2e2e; }

.dark-layout .input-w-drop .btn {
  background: #222;
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .a-custom-table .d-flex a {
  color: #fff; }

.dark-layout .custom-file-upload label {
  background-color: #222;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .custom-file-upload .chose-box {
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .form-check-input[type="radio"]:checked {
  border-color: #313131; }

.dark-layout .input-group-text {
  background-color: #2e2e2e;
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .modal-content {
  background: #242424; }

.dark-layout .modal .modal-header {
  background: #313131; }

.dark-layout h1, .dark-layout .h1, .dark-layout h2, .dark-layout .h2, .dark-layout h3, .dark-layout .h3, .dark-layout h4, .dark-layout .h4, .dark-layout h5, .dark-layout .h5, .dark-layout h6, .dark-layout .h6 {
  color: #fff; }

.dark-layout .btn-outline-secondary {
  color: #FBCE4A;
  border-color: #FBCE4A; }

.dark-layout .select2-results__option {
  color: #fff; }

.dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection__placeholder {
  background: #2e2e2e;
  border-color: #3b4253;
  color: #fff; }

.breadcrumb {
  margin-bottom: 20px; }

.breadcrumb li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #2CC09C; }

.breadcrumb li .active {
  color: #2CC09C; }

.breadcrumb li a {
  color: #000; }

.breadcrumb li a svg {
  display: block; }
/*================================================================================
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@font-face {
  font-family: 'icomoon';
  src: url("../../app-assets/fonts/icomoon/icomoon.eot?ms2sqn");
  src: url("../../app-assets/fonts/icomoon/icomoon.eot?ms2sqn#iefix") format("embedded-opentype"), url("../../app-assets/fonts/icomoon/icomoon.ttf?ms2sqn") format("truetype"), url("../../app-assets/fonts/icomoon/icomoon.woff?ms2sqn") format("woff"), url("../../app-assets/fonts/icomoon/icomoon.svg?ms2sqn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.15rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Crops:before {
  content: "\e900"; }

.icon-Dashboards:before {
  content: "\e901"; }

.icon-Farmer:before {
  content: "\e902"; }

.icon-Farms:before {
  content: "\e903"; }

.icon-Task-Management:before {
  content: "\e963";
}
.icon-Tasks:before {
  content: "\e964";
}
i.icon.icon-Alert:before{
  content: "\e963";
}

.icon-Organization:before {
  content: "\e904"; }

.icon-Real-time-Monitoring:before {
  content: "\e905"; }

.icon-Reports:before {
  content: "\e906"; }

.icon-Setting:before {
  content: "\e907"; }

.icon-widget-icon:before {
  content: "\e908"; }

.icon-home:before {
  content: "\e909"; }

.icon-home2:before {
  content: "\e90a"; }

.icon-home3:before {
  content: "\e90b"; }

.icon-office:before {
  content: "\e90c"; }

.icon-newspaper:before {
  content: "\e90d"; }

.icon-pencil:before {
  content: "\e90e"; }

.icon-pencil2:before {
  content: "\e90f"; }

.icon-quill:before {
  content: "\e910"; }

.icon-pen:before {
  content: "\e911"; }

.icon-blog:before {
  content: "\e912"; }

.icon-eyedropper:before {
  content: "\e913"; }

.icon-droplet:before {
  content: "\e914"; }

.icon-paint-format:before {
  content: "\e915"; }

.icon-image:before {
  content: "\e916"; }

.icon-images:before {
  content: "\e917"; }

.icon-camera:before {
  content: "\e918"; }

.icon-headphones:before {
  content: "\e919"; }

.icon-music:before {
  content: "\e91a"; }

.icon-play:before {
  content: "\e91b"; }

.icon-film:before {
  content: "\e91c"; }

.icon-video-camera:before {
  content: "\e91d"; }

.icon-dice:before {
  content: "\e91e"; }

.icon-pacman:before {
  content: "\e91f"; }

.icon-spades:before {
  content: "\e920"; }

.icon-clubs:before {
  content: "\e921"; }

.icon-diamonds:before {
  content: "\e922"; }

.icon-bullhorn:before {
  content: "\e923"; }

.icon-connection:before {
  content: "\e924"; }

.icon-podcast:before {
  content: "\e925"; }

.icon-feed:before {
  content: "\e926"; }

.icon-mic:before {
  content: "\e927"; }

.icon-book:before {
  content: "\e928"; }

.icon-books:before {
  content: "\e929"; }

.icon-library:before {
  content: "\e92a"; }

.icon-file-text:before {
  content: "\e92b"; }

.icon-profile:before {
  content: "\e92c"; }

.icon-file-empty:before {
  content: "\e92d"; }

.icon-files-empty:before {
  content: "\e92e"; }

.icon-file-text2:before {
  content: "\e92f"; }

.icon-file-picture:before {
  content: "\e930"; }

.icon-file-music:before {
  content: "\e931"; }

.icon-file-play:before {
  content: "\e932"; }

.icon-file-video:before {
  content: "\e933"; }

.icon-file-zip:before {
  content: "\e934"; }

.icon-copy:before {
  content: "\e935"; }

.icon-paste:before {
  content: "\e936"; }

.icon-stack:before {
  content: "\e937"; }

.icon-folder:before {
  content: "\e938"; }

.icon-folder-open:before {
  content: "\e939"; }

.icon-folder-plus:before {
  content: "\e93a"; }

.icon-folder-minus:before {
  content: "\e93b"; }

.icon-folder-download:before {
  content: "\e93c"; }

.icon-folder-upload:before {
  content: "\e93d"; }

.icon-price-tag:before {
  content: "\e93e"; }

.icon-price-tags:before {
  content: "\e93f"; }

.icon-barcode:before {
  content: "\e940"; }

.icon-qrcode:before {
  content: "\e941"; }

.icon-ticket:before {
  content: "\e942"; }

.icon-cart:before {
  content: "\e943"; }

.icon-coin-dollar:before {
  content: "\e944"; }

.icon-coin-euro:before {
  content: "\e945"; }

.icon-coin-pound:before {
  content: "\e946"; }

.icon-coin-yen:before {
  content: "\e947"; }

.icon-credit-card:before {
  content: "\e948"; }

.icon-calculator:before {
  content: "\e949"; }

.icon-lifebuoy:before {
  content: "\e94a"; }

.icon-phone:before {
  content: "\e94b"; }

.icon-phone-hang-up:before {
  content: "\e94c"; }

.icon-address-book:before {
  content: "\e94d"; }

.icon-envelop:before {
  content: "\e94e"; }

.icon-pushpin:before {
  content: "\e94f"; }

.icon-location:before {
  content: "\e950"; }

.icon-location2:before {
  content: "\e951"; }

.icon-compass:before {
  content: "\e952"; }

.icon-compass2:before {
  content: "\e953"; }

.icon-map:before {
  content: "\e954"; }

.icon-map2:before {
  content: "\e955"; }

.icon-history:before {
  content: "\e956"; }

.icon-clock:before {
  content: "\e957"; }

.icon-clock2:before {
  content: "\e958"; }

.icon-alarm:before {
  content: "\e959"; }

.icon-bell:before {
  content: "\e95a"; }

.icon-stopwatch:before {
  content: "\e95b"; }

.icon-calendar:before {
  content: "\e95c"; }

.icon-printer:before {
  content: "\e95d"; }

.icon-keyboard:before {
  content: "\e95e"; }

.icon-display:before {
  content: "\e95f"; }

.icon-laptop:before {
  content: "\e960"; }

.icon-mobile:before {
  content: "\e961"; }

.icon-mobile2:before {
  content: "\e962"; }

.icon-unlocked:before {
  content: "\e990"; }

.icon-wrench:before {
  content: "\e991"; }

.icon-equalizer:before {
  content: "\e992"; }

.icon-equalizer2:before {
  content: "\e993"; }

.icon-rocket:before {
  content: "\e9a5"; }

.icon-switch:before {
  content: "\e9b6"; }

.icon-upload2:before {
  content: "\e9c6"; }

.icon-download3:before {
  content: "\e9c7"; }

.icon-upload3:before {
  content: "\e9c8"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.card-datatable.table-responsive {
  /* overflow-y: auto !important; */
  overflow-x:initial;
}

.breadcrumb-item a > svg {
  vertical-align: top; }

.breadcrumb-item a > svg.feather {
  width: 1.2rem;
  height: 1.2rem; }

.dropdown-user .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #666; }

.dropdown-user .dropdown-item:hover, .dropdown-user .dropdown-item:focus {
  background: #FBCE4A;
  color: #333333; }

.auth-wrapper .auth-bg p a {
  vertical-align: middle; }

.annual-planning-header p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin: 0;
  padding-right: 10px; }

.input-group-text {
  border: 1px solid #eeeeee; }

.o-menu-toggle-btn {
  position: fixed;
  left: 244px;
  top: 50px;
  z-index: 1041; }

.o-menu-toggle-btn a {
  width: 25px;
  height: 25px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  text-align: center;
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  background: #fff; }

.o-menu-toggle-btn a svg {
  margin: 0 !important; }

.o-menu-toggle-btn .exp-show {
  display: none !important; }

.dark-layout .o-menu-toggle-btn a {
  background: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05); }

.menu-collapsed .o-menu-toggle-btn {
  left: 66px; }

.menu-collapsed .o-menu-toggle-btn .exp-hide {
  display: none !important; }

.menu-collapsed .o-menu-toggle-btn .exp-show {
  display: block !important; }

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
  display: flex; }

.main-menu .navbar-header {
  padding-left: 1rem; }

.text-orange {
  color: #EF7F1A; }

.alert-wrap {
  background: rgba(234, 84, 85, 0.12);
  padding: 8px 15px;
  border-radius: 4px; }

.alert-wrap p {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333333; }

.alert-wrap p span {
  color: #EF401A; }

.card_title {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 18px; }

.sub_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px; }

[for="change-picture"] img {
  max-width: 75px; }

label {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px; }

.form-select {
  font-size: 14px;
  color: #333;
  border: 1px solid #eee;
  min-height: 43px; }

.form-control {
  font-size: 13px; }

.table .avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  justify-content: center;
  overflow: hidden; }

.btn-m {
  min-width: 124px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.4px;
  border-radius: 4px;
  padding: 8px 16px; }

.btn {
  font-size: 12px; }

#carouselExampleFade {
  display: none; }

.a-custom-tab .nav {
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0; }

.a-custom-tab .nav li {
  margin-right: 24px; }

@media screen and (max-width: 767px) {
  .a-custom-tab .nav li {
    margin-right: 0;
    margin-bottom: 5px; } }

.a-custom-tab .nav .nav-link {
  /* min-width: 150px; */
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #2A2A2C;
  padding: 14px 19px;
  line-height: 12px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: none;
  position: relative; }

.a-custom-tab .nav .nav-link::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 36px;
  background-color: #FFF;
  transition: all 250ms ease;
  right: -24px;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #EEEEEE;
  transform: skew(30deg, 0deg);
  z-index: 1; }

.a-custom-tab .nav .nav-link.active {
  color: #2CC09C;
  box-shadow: none; }

.a-custom-tab .tab-content {
  padding-top: 0; }

.a-icon .feather {
  width: 20px;
  height: 20px; }

.dataTables_length label {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin-right: 24px; }

.tableWrapper table.dataTable td, .tableWrapper table.dataTable th {
  border: none; }

.dataTables_length select.form-select, .dataTables_length select {
  border: none;
  padding: 0.571rem 1rem 0.571rem 1rem;
  background-color: #f6f6f6;
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  appearance: none;
  min-height: 40px; }

.form-select {
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px;
  padding-right: 25px; }

.dx-treelist-table {
  width: 100%; }

.dx-treelist .dx-column-lines > td {
  border-left: 0 !important;
  border-right: 0 !important; }

.dx-treelist-borders .dx-treelist-rowsview, .dx-treelist-headers + .dx-treelist-rowsview {
  border: none; }

.dx-widget {
  font-family: inherit; }

.dx-header-row > td > .dx-treelist-text-content {
  font-weight: 600; }

.dx-treelist-headers .dx-treelist-table .dx-row > td {
  background-color: #f6f6f6; }

.dx-treelist-borders > .dx-treelist-headers {
  border-left: none;
  border-right: none;
  border-top: none; }

.dx-treelist .dx-row > td {
  padding: 10px 5px; }

.dx-checkbox-checked .dx-checkbox-icon {
  color: #fff;
  background-color: #4cc9ab; }

.a-custom-table thead tr, .dx-treelist-table thead tr {
  border-radius: 5px; }

.a-custom-table thead tr th, .dx-treelist-table thead tr th {
  --bs-table-accent-bg: #f6f6f6 !important;
  border-bottom: none;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 10px !important;
  text-transform: capitalize; }

.a-custom-table tbody tr td, .dx-treelist-table tbody tr td {
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 21px;
  color: #666;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Montserrat';
}

.a-custom-table tbody tr td a, .dx-treelist-table tbody tr td a {
  color: #666; }

.a-custom-table tbody tr:last-child td, .dx-treelist-table tbody tr:last-child td {
  border-bottom: none; }

.a-custom-table .dropdown-menu, .dx-treelist-table .dropdown-menu {
  padding: 0;
  border: 1px solid #EEEEEE;
  border-radius: 4px; }

.a-custom-table .dropdown-menu::before, .dx-treelist-table .dropdown-menu::before {
  content: "";
  width: 11px;
  height: 11px;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  right: 15px;
  top: -6px;
  transform: rotate(135deg);
  background: #fff; }

.a-custom-table .dropdown-menu .dropdown-item, .dx-treelist-table .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  padding: 11px 15px;
  color: #666;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.a-custom-table .dropdown-menu .dropdown-item:hover, .a-custom-table .dropdown-menu .dropdown-item:focus, .dx-treelist-table .dropdown-menu .dropdown-item:hover, .dx-treelist-table .dropdown-menu .dropdown-item:focus {
  background: #FBCE4A;
  color: #333333; }

.a-custom-table .dropdown-menu .dropdown-item:last-child, .dx-treelist-table .dropdown-menu .dropdown-item:last-child {
  border-bottom: none; }

.a-custom-table .btn-light, .dx-treelist-table .btn-light {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 5px; }

.a-custom-full tr td:first-child {
  width: 95%; }

.a-custom-table .d-flex a {
  color: #275559;
  text-decoration: underline; }

.fixed-address-bar{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-custom-table  a.set-text-color {
  color: #275559;
  text-decoration: none;
  font-weight: 600;
 }

.btn-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #275559; }

.tree-structure-arrow {
  margin-right: 0.5rem; }

.rejected-lable {
  font-size: 12px;
  color: #FF0000;
  border-radius: 15px;
  background: #ff000024;
  text-transform: capitalize;
  font-weight: 600;
  padding: 2px 10px; }

.active-lable {
  font-size: 12px;
  color: #28C76F;
  border-radius: 15px;
  background: #E5F8ED;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.pending-lable {
  font-size: 12px;
  background: #FDF0E4;
  border-radius: 15px;
  color: #EF7F1A;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.scheduled-lable {
  font-size: 12px;
  color: #B0B0FF;
  border-radius: 15px;
  background: #F6F6FF;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 16px; }

.f-table-full tr td:first-child {
  width: 85%; }

.a-alert-f a {
  color: #6C757D;
  padding-left: 20px; }

.a-alert-f .feather, .a-alert-f [data-feather] {
  width: 18px;
  height: 18px; }

.profile-over .icon-overlay {
  background: rgba(146, 151, 140, 0.7);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden; }

.profile-over .icon-overlay .feather, .profile-over .icon-overlay [data-feather] {
  width: 20px;
  height: 20px; }

.d-flex.profile-over {
  position: relative;
  width: 90px; }

.d-flex.profile-over:hover .icon-overlay {
  opacity: 1;
  visibility: visible; }

.intl-tel-input {
  display: block; }

.nested-chart li.list-group-item {
  text-align: right;
  border: none; }

.nested-chart li.list-group-item a {
  text-align: left;
  float: left;
  padding-left: 20px;
  position: relative; }

.nested-chart li.list-group-item a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  transform: rotate(-180deg);
  left: 0;
  top: 5px; }

.nested-chart li.list-group-item a.active::before {
  transform: none; }

.nested-chart li.list-group-item span {
  padding: 0 5px; }

.nested-chart li.list-group-item input.sm-input {
  float: left; }

.nested-chart li.list-group-item ul {
  padding-left: 0;
  border-top: 1px solid rgba(34, 41, 47, 0.125);
  margin-top: 0.75rem; }

.mr-1 {
  margin-right: 1rem; }

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(96% - 3px) 13px, calc(95% - 24px) 14px, 100% 0;
  width: 5rem;
  margin: 0 0.5rem; }

.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  color: #797979; }

.main-menu.menu-light .navigation li a, .main-menu.menu-dark .navigation li a {
  padding-top: 14px;
  padding-bottom: 14px; }

.dataTables_paginate li#organization-list_previous {
  margin: 0 5px; }

.dataTables_paginate li.paginate_button {
  margin: 0 5px;
  background: transparent; }

.dataTables_paginate .page-item .page-link {
  border-radius: 4px;
  background: transparent;
  color: #333333; }

.dataTables_paginate .page-item.active .page-link {
  z-index: 1;
  border-radius: 4px;
  background: #F6F6F6;
  color: #111 !important;
  font-weight: 600; }

.dataTables_paginate .page-item:first-child:not(.prev-item) .page-link, .dataTables_paginate .page-item:last-child:not(.next-item) .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  background: transparent;
  font-size: 0; }

.d-flex .avatar + b, .d-flex .avatar + span {
  align-self: center; }

.form-check-input[type="radio"]:checked {
  background: #FBCE4A;
  border: 3px solid #fff;
  box-shadow: 0 0px 0px 1px  #FBCE4A !important; }

.tab-pane .form-control, .tab-pane .form-select {
  font-weight: 500; }

tr.child-row td {
  background: #f6f6f6 !important; }

tr.child-row td:first-of-type {
  padding-left: 40px; }

#dashboard {
  height: 80vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

#dashboard .dashboard-logo-wrap {
  margin-top: 1rem; }

span.select2-selection.select2-selection--multiple {
  padding-right: 50px;
  position: relative; }

span.select2-selection.select2-selection--multiple::before {
  content: "";
  background: url(../app-assets/images/icons/search.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block; }

.org_icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 7px; }

.administration {
  background: url(../../app-assets/images/icons/org-icons/administration.svg) no-repeat center;
  background-size: contain; }

.artificial-int {
  background: url(../../app-assets/images/icons/org-icons/artificial-int.svg) no-repeat center;
  background-size: contain; }

.cleaning {
  background: url(../../app-assets/images/icons/org-icons/cleaning.svg) no-repeat center;
  background-size: contain; }

.design {
  background: url(../../app-assets/images/icons/org-icons/design.svg) no-repeat center;
  background-size: contain; }

.finance {
  background: url(../../app-assets/images/icons/org-icons/finance.svg) no-repeat center;
  background-size: contain; }

.human-resource {
  background: url(../../app-assets/images/icons/org-icons/human-resourse.svg) no-repeat center;
  background-size: contain; }

.insurance {
  background: url(../../app-assets/images/icons/org-icons/insurance.svg) no-repeat center;
  background-size: contain; }

.legal {
  background: url(../../app-assets/images/icons/org-icons/legal.svg) no-repeat center;
  background-size: contain; }

.logistics {
  background: url(../../app-assets/images/icons/org-icons/logistics.svg) no-repeat center;
  background-size: contain; }

.marketing {
  background: url(../../app-assets/images/icons/org-icons/marketing.svg) no-repeat center;
  background-size: contain; }

.procurement {
  background: url(../../app-assets/images/icons/org-icons/procurement.svg) no-repeat center;
  background-size: contain; }

.production {
  background: url(../../app-assets/images/icons/org-icons/production.svg) no-repeat center;
  background-size: contain; }

.project-management {
  background: url(../../app-assets/images/icons/org-icons/project-management.svg) no-repeat center;
  background-size: contain; }

.public-relationships {
  background: url(../../app-assets/images/icons/org-icons/public-relationships.svg) no-repeat center;
  background-size: contain; }

.purchasing {
  background: url(../../app-assets/images/icons/org-icons/purchasing.svg) no-repeat center;
  background-size: contain; }

.quality {
  background: url(../../app-assets/images/icons/org-icons/quality.svg) no-repeat center;
  background-size: contain; }

.research-and-dev {
  background: url(../../app-assets/images/icons/org-icons/research-dev.svg) no-repeat center;
  background-size: contain; }

.sales {
  background: url(../../app-assets/images/icons/org-icons/sales.svg) no-repeat center;
  background-size: contain; }

.security {
  background: url(../../app-assets/images/icons/org-icons/security.svg) no-repeat center;
  background-size: contain; }

.software-dev {
  background: url(../../app-assets/images/icons/org-icons/software-dev.svg) no-repeat center;
  background-size: contain; }

.support {
  background: url(../../app-assets/images/icons/org-icons/support.svg) no-repeat center;
  background-size: contain; }

.first-add-btn > .add {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 43px;
  text-align: center;
  background: #ccc;
  line-height: 43px;
  color: #fff;
  background: linear-gradient(180deg, #33787C 0%, #156367 100%);
  cursor: pointer; }

@media screen and (max-width: 1199px) {
  .o-menu-toggle-btn {
    display: none; } }

.iti {
  display: block !important; }

.main-menu.menu-light .navigation > li > ul li:not(.has-sub) {
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  vertical-align: bottom;
  padding: 5px; }

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding: 5px; }

.navigation li.nav-item.navigation li.nav-item {
  text-decoration: none; }

.input-w-drop .btn {
  background: #F6F6F6;
  border: 1px solid #BABFC7; }

.input-w-drop .btn:after {
  background-image: url(../../app-assets/images/pages/select-arrow.svg);
  background-size: 10px 14px; }

label span {
  color: #EF401A; }

.date-pick {
  position: relative;
  background: #fff; }

.date-pick .form-control {
  padding-right: 40px;
  position: relative;
  z-index: 2;
  background: transparent; }

.date-pick svg.feather {
  position: absolute;
  right: 10px;
  top: 22px;
  transform: translateY(-50%);
  color: #BABFC7;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1; }

.terms-f-text label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #333333; }

.terms-f-text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #6C757D; }

.a-custom-table .annual-plan-row .btn-delete {
  padding: 7px 4px;
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: auto; }

.a-custom-table .annual-plan-row .form-check-inline {
  margin-right: 0;
  margin-left: 2px;
  vertical-align: middle; }

.a-custom-table .annual-plan-row .form-check-inline .form-check-input {
  width: 30px;
  height: 30px; }

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background: #BABFC7 !important;
  border-color: #BABFC7 !important;
  opacity: 1; }

.a-custom-table td .dropdown-toggle::after {
  display: none; }

.modal-content.delete-modal {
  max-width: 450px;
  padding: 30px 56px;
  text-align: center; }

.modal-content.delete-modal .modal-body {
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #5A605D; }

.modal-content.delete-modal .modal-body h4 {
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #5A605D;
  margin-bottom: 30px; }

.modal-content.delete-modal .modal-body .btn {
  text-transform: uppercase; }

.custom-file-upload .chose-box {
  height: 40px;
  border: 1px solid #BABFC7;
  width: 100%;
  display: block;
  border-radius: 4px 0 0 4px;
  padding: 8px 15px;
  font-size: 13px;
  color: #333; }

.custom-file-upload {
  display: flex; }

.custom-file-upload label {
  background: #F6F6F6;
  /* Color/Light */
  border: 1px solid #BABFC7;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  min-width: 110px;
  text-align: center;
  padding: 8.5px;
  cursor: pointer; }

.custom-file-upload label svg {
  margin-right: 5px; }

.header-navbar.floating-nav {
  margin-top: 0.5rem; }

label {
  margin-bottom: 2px; }

html .content.app-content {
  padding: calc(2rem + 2.00rem + 1.3rem) 2rem 0; }

.card-body {
  /*padding: 1rem 1.5rem;*/
  padding: 0.5rem 1.5rem; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.form-control {
  min-height: 43px;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (max-width: 1199px) {
  .add-annual-p-table {
    width: 1300px; } }

@media screen and (max-width: 450px) {
  .modal-content.delete-modal {
    padding: 30px 24px; } }

.btn.btn-sm.btn-icon.view-more-filters {
  padding-top: 0.75rem; }

/** File Manager CSS */
.file-manager-application .content-area-wrapper {
  border: 1px solid #ebe9f1;
  border-radius: 0.25rem; }

.file-manager-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0; }

.file-manager-application .content-area-wrapper .file-manager-main-content {
  border-left: 1px solid #ebe9f1;
  height: inherit; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header {
  padding: 0.47rem 1rem;
  border-bottom: 1px solid #ebe9f1;
  background-color: #fff;
  border-top-right-radius: 0.357rem; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-manager-toggler {
  cursor: pointer; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header input {
  border-color: transparent;
  box-shadow: none; }

.file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-actions:not(.show) {
  display: none; }

.file-manager-application {
  position: relative;
  padding: 0rem 1.5rem 1.5rem 0;
  height: calc(100% - 50px);
  background-color: #fff; }

.file-manager-application .view-container {
  display: flex;
  flex-wrap: wrap; }

.file-manager-application .view-container .file-manager-item {
  border: 1px solid #ebe9f1;
  margin-bottom: 1.6rem;
  box-shadow: none;
  margin-right: 1rem;
  transition: none;
  cursor: pointer; }

.file-manager-application .view-container .file-manager-item .card-body {
  padding: 1rem;
  padding-bottom: 0.5rem; }

.file-manager-application .view-container .file-manager-item .form-check-input:not(:checked) {
  background-color: transparent; }

.file-manager-application .view-container .file-manager-item .file-logo-wrapper {
  padding: 1rem;
  height: 7.5rem;
  background-color: #f8f8f8; }

.file-manager-application .view-container .file-manager-item .file-logo-wrapper .feather-folder {
  stroke: #babfc7; }

.file-manager-application .view-container .file-manager-item .dropdown-menu {
  transform: none; }

.file-manager-application .view-container .file-manager-item .dropdown-menu:before {
  display: none; }

.file-manager-application .view-container .file-manager-item .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto; }

.file-manager-application .view-container .file-manager-item .file-date {
  flex-grow: 1;
  margin-bottom: 0; }

.file-manager-application .view-container .file-manager-item.selected {
  border-color: #7367f0; }

.file-manager-application .view-container .file-name {
  width: calc(100% - 26rem);
  min-height: 1rem;
  font-weight: 600;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.file-manager-application .view-container .files-section-title {
  width: 100%; }

.file-manager-application .view-container:not(.list-view) .files-header {
  display: none; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .content-wrapper {
  margin-bottom: 0rem; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .file-date {
  display: none; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .file-size {
  color: #b9b9c3;
  font-size: 85%; }

.file-manager-application .view-container:not(.list-view) .file-manager-item:not(.selected):not(:hover) .form-check,
.file-manager-application .view-container:not(.list-view) .file-manager-item:not(.selected):not(:hover) .toggle-dropdown {
  opacity: 0; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .feather-folder {
  height: 32px;
  width: 35px; }

.file-manager-application .view-container:not(.list-view) .file-manager-item.folder.level-up {
  display: none !important; }

.file-manager-application .view-container:not(.list-view) .file-manager-item .form-check {
  position: absolute;
  top: 1rem;
  left: 1rem; }

.dx-treelist-rowsview .dx-row > td, .dx-treelist-rowsview .dx-row > tr > td {
  overflow: visible; }

@media screen and (max-width: 1200px) {
  .file-manager-application .content-right {
    width: 100%; }
  .file-manager-application .content-body {
    margin-left: 0 !important; }
  .file-manager-application .content-area-wrapper .file-manager-main-content {
    border-left: 0; }
  .file-manager-application .sidebar-left .sidebar {
    z-index: 10; }
  .file-manager-application .sidebar-left .sidebar .sidebar-file-manager {
    transform: translateX(-112%);
    transition: all 0.25s ease;
    position: absolute; } }

@media (max-width: 767.98px) {
  .file-manager-application .view-container .file-manager-item {
    flex: 47%; }
  .tab-real .a-custom-tab.d-flex {
    flex-direction: column-reverse; }
  .a-custom-tab .nav .nav-link::before {
    display: none; }
  .a-custom-tab .nav .nav {
    width: 100%;
    flex-direction: column; }
  .a-custom-tab .nav li {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 575.98px) {
  .file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header {
    padding-left: 0.5rem; }
  .file-manager-application .content-area-wrapper .file-manager-main-content .file-manager-content-header .file-actions .dropdown {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .file-manager-application .content-area-wrapper .view-container .file-manager-item {
    flex: 0 0 100%;
    max-width: 100%; }
  .file-manager-application .content-area-wrapper .view-container.list-view .file-date,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-last-modified,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-size,
  .file-manager-application .content-area-wrapper .view-container.list-view .file-item-size {
    display: none !important; } }

@media (min-width: 576px) {
  .file-manager-application .view-container .file-manager-item {
    flex: 0 0 23%;
    max-width: 25%; } }

.dark-layout .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #fff; }

html.dark-layout, .dark-layout body {
  background: #242424; }

.dark-layout .card_title {
  color: #fff; }

.dark-layout .card {
  background: #313131; }

.dark-layout label {
  color: #BABFC7; }

.dark-layout .form-select {
  background-color: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .navbar-floating .header-navbar-shadow {
  background: transparent; }

.dark-layout .a-custom-table tbody tr td {
  background: transparent;
  color: #BABFC7;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .crop-list-table tbody tr td a {
  color: #fff; }

.dark-layout .a-custom-table thead tr th {
  --bs-table-accent-bg: #191919 !important;
  color: #fff; }

.dark-layout .active-lable, .dark-layout .scheduled-lable, .dark-layout .pending-lable {
  background: rgba(255, 255, 255, 0.1); }

.dark-layout .form-check-input {
  background-color: transparent; }

.dark-layout .btn-outline-primary {
  color: #FBCE4A;
  background: #2E2E2E;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.dark-layout .dataTables_length select.form-select, .dark-layout .dataTables_length select {
  background-color: #2E2E2E;
  border: 1px solid rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout div.dataTables_wrapper div.dataTables_length label {
  color: #fff; }

.dark-layout .crop-list-table tbody tr:hover td {
  background: #191919;
  color: #fff; }

.dark-layout .a-custom-table .dropdown-menu {
  background: #2E2E2E;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu:before {
  background: #2E2E2E;
  border-color: rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu .dropdown-item {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.dark-layout .a-custom-table .dropdown-menu .dropdown-item:hover {
  color: #333; }

.dark-layout .a-custom-tab .nav .nav-link {
  background: #191919;
  color: #BABFC7;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .a-custom-tab .nav .nav-link::before {
  background: #191919;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .a-custom-tab .nav .nav-link.active {
  color: #2CC09C;
  background: #222; }

.dark-layout .a-custom-tab .nav .nav-link.active::before {
  background: #222; }

.dark-layout .crop-overview-detail p {
  color: #BABFC7; }

.dark-layout .crop-overview-detail p b {
  color: #fff; }

.dark-layout .crop-overview-wap h2 {
  color: #fff; }

.dark-layout .crop-farmer-gallery .card p {
  color: #BABFC7; }

.dark-layout .crop-overview-wap .crop-overview-detail, .dark-layout .crop-overview-wap {
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .harvest-box {
  background: #2E2E2E;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .harvest-box h3 {
  color: #fff; }

.dark-layout .date-pick {
  background: transparent; }

.dark-layout .date-pick .form-control {
  background: #2e2e2e; }

.dark-layout .input-w-drop .btn {
  background: #222;
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .a-custom-table .d-flex a {
  color: #fff; }

.dark-layout .custom-file-upload label {
  background-color: #222;
  border-color: rgba(238, 238, 238, 0.05); }

.dark-layout .custom-file-upload .chose-box {
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .form-check-input[type="radio"]:checked {
  border-color: #313131; }

.dark-layout .input-group-text {
  background-color: #2e2e2e;
  border-color: rgba(238, 238, 238, 0.05);
  color: #fff; }

.dark-layout .modal-content {
  background: #242424; }

.dark-layout .modal .modal-header {
  background: #313131; }

.dark-layout h1, .dark-layout .h1, .dark-layout h2, .dark-layout .h2, .dark-layout h3, .dark-layout .h3, .dark-layout h4, .dark-layout .h4, .dark-layout h5, .dark-layout .h5, .dark-layout h6, .dark-layout .h6 {
  color: #fff; }

.dark-layout .btn-outline-secondary {
  color: #FBCE4A;
  border-color: #FBCE4A; }

.dark-layout .select2-results__option {
  color: #fff; }

.dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection__placeholder {
  background: #2e2e2e;
  border-color: #3b4253;
  color: #fff; }




.notifications-type-list {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
    margin-bottom: 0; }

  .notifications-type-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee; }

  .notifications-type-list li a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 11px 16px;
    color: #666666; }

  .notifications-type-list li a .icon {
    min-width: 18px;
    margin-right: 14px; }

  .notifications-type-list li a.active {
    background: #F6F6F6;
    color: #2CC09C; }

  .notifications-type-list li:last-child {
    border-bottom: none; }

  .k-notification-wrap {
    background: #FFFFFF;
    height: 85vh;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 20px 18px;
    /* Handle */
    /* Handle on hover */ }

  .k-notification-wrap::-webkit-scrollbar {
    width: 8px; }

  .k-notification-wrap::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 5px; }

  .k-notification-wrap::-webkit-scrollbar-thumb {
    background: #2CC09C;
    border-radius: 5px; }

  .k-notification-wrap::-webkit-scrollbar-thumb:hover {
    background: #2CC09C; }

  .k-notification-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 17px; }

  .k-notification-head h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    color: #333333; }

  .k-notification-head .d-flex a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px; }

  .k-notification-head .d-flex .form-check-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0 10px;
    color: #666;
    letter-spacing: 0.2px; }

  .k-notification-list {
    border-radius: 3px; }

  .k-notification-list .k-notification-item {
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    display: block; }

  .k-notification-list .k-notification-item .avatar {
    background: #F6F6F6; }

  .k-notification-list .k-notification-item:last-child {
    border-bottom: none; }

  .k-notification-list .list-item {
    justify-content: space-between; }

  .k-notification-list .list-item h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
    color: #333333;
    margin-bottom: 0; }

  .k-notification-list .list-item .media-heading {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 0; }

  .k-notification-list .list-item .notification-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #333333; }

  .k-notification-list .list-item .time {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #666666;
    margin: 0; }

  .k-notification-list .list-item .badge {
    font-weight: 500;
    font-size: 10px;
    color: #333;
    border-radius: 20px;
    padding: 5px 8px; }

  .k-notification-list .list-item .text-right img {
    margin-left: auto; }

  .dropdown-notification {
    padding: 0 15px !important; }

  .dropdown-notification .notification-text {
    color: #333 !important;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px !important; }

  .dropdown-notification .dropdown-header {
    padding: 15px 0; }

  .dropdown-notification .dropdown-header h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

  .dropdown-notification .dropdown-header .form-check-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0 10px;
    color: #666;
    letter-spacing: 0.2px; }

  .dropdown-notification .list-item {
    align-items: center; }

  .dropdown-notification .list-item h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
    color: #333333;
    margin-bottom: 0; }

  .dropdown-notification .list-item a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    color: #2CC09C; }

  .dropdown-notification li.k-notification-list {
    padding: 0 15px;
    /*max-height: 10rem;*/
    max-height: 35rem;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    /* Handle */
    /* Handle on hover */ }

  .dropdown-notification li.k-notification-list::-webkit-scrollbar {
    width: 8px; }

  .dropdown-notification li.k-notification-list::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 5px; }

  .dropdown-notification li.k-notification-list::-webkit-scrollbar-thumb {
    background: #2CC09C;
    border-radius: 5px; }

  .dropdown-notification li.k-notification-list::-webkit-scrollbar-thumb:hover {
    background: #2CC09C; }

  .form-check-primary .form-check-input:checked {
    background-image: none; }

  .form-switch .form-check-label .switch-text-left, .form-switch .form-check-label .switch-icon-left, .form-switch .form-check-label .switch-text-right, .form-switch .form-check-label .switch-icon-right {
    top: 2px; }

  @media (max-width: 767px) {
    .k-notification-wrap {
      height: auto;
      margin-top: 30px; } }

.iti__selected-flag{
    height: 41px !important;
}


#google_translate_element{display:inline-block;margin-left:10px;margin-bottom:-5px;vertical-align:middle;}
#google_translate_element select{background:#fafafa;color:#666;border:1px solid #eee;border-radius:3px;padding:6px 8px;max-width:150px;}
.goog-logo-link{display:none!important;}
.goog-te-gadget{color:transparent!important;}
@media (max-width: 1250px){
/* #google_translate_element{position:absolute;top:0;right:0;} */
}

.goog-te-gadget{font-family:arial;font-size:11px;color:#666;white-space:nowrap;}
.goog-te-gadget img{vertical-align:middle;border:none;}
.goog-te-combo{margin-left:4px;margin-right:4px;vertical-align:baseline;vertical-align:middle;}
.goog-te-gadget .goog-te-combo{margin:4px 0;}
.goog-logo-link,.goog-logo-link:link,.goog-logo-link:visited,.goog-logo-link:hover,.goog-logo-link:active{font-size:12px;font-weight:bold;color:#444;text-decoration:none;}
.goog-te-combo{font-family:arial;font-size:10pt;}


/* .g-recaptcha {
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
} */


 #crop-detail-modal .detail_box{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #DDDDDD;
  }
  #crop-detail-modal .detail_box_wrap{
    border-bottom: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  #crop-detail-modal .farmer-allocation-model-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #333333;
  }
  #crop-detail-modal .detail_box .form-group label{
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 5px;
  }
  #crop-detail-modal .detail_box .form-group p{
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 0;
  }
  #crop-detail-modal .modal-body-content{
    padding: 1.5rem 2.2rem;
    padding-top: 5px;
  }

  #crop-detail-modal .detail_box_wrap .row .detail_box:last-child{
    border-right: none;
  }

  #crop-detail-modal .detail_box_wrap:last-child{
    border-bottom: none;
  }

.circle-icons {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;

}

.a-custom-table#crop-stages-list .dropdown-menu .dropdown-item{
  text-decoration: none;
}
.flex-1{
  flex: 1 1 0%;
}
.border-left{
  border-left: 3px solid #fbce4a;
}

/* crop image list css */

#crop-images-list ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#crop-images-list ul li{
  padding: 0 15px;
}
#crop-images-list .crop-img-deatils {
  border-bottom: 1px solid #dee2e6;
  padding: 8px 0;
  display: flex;
}
#crop-images-list  tbody tr td:last-child{
  vertical-align: middle;
  text-align: center;
}
#crop-images-list ul li:nth-child(odd) {
  width: 60%;
}

#crop-images-list ul li:nth-child(even) {
  width: 40%;
}

#crop-images-list .crop-img-deatils .crop-info-head {
  display: inline-block;
  min-width: 100px;
  color: #666;
}
#crop-images-list .cp-img-box img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
#crop-images-list .img-downld {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  /* background-color: #2CC09C; */
  bottom: 8px;
  right: 20px;
}
.table-crop-img .cp-img-box {
  position: relative;
}

#crop-images-list .crop-info-data {
  color: #333;
}

#crop-images-list .cp-img-box {
  position: relative;
}

.crop-info-data {
  color: #333;
}
#crop-images-list .img-container .w25-h25{
  width:25px !important;
  height: 25px !important;
}
.gridview .download_click {
    position: absolute;
    right: 10px;
    height: 25px;
    bottom: 70px !important;
}

.download_click{border:none !important;}
.gridview .dropdown-user-link {
  position: absolute;
  right: 7px;
  top: 10px;
}
.grid-box-outer{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #cccccc5e;
    transition: all .4s ease-in-out;
}
.grid-box-outer:hover {
  box-shadow: 0 0 4px 0 #000000b8;
}

.flatpickr-wrapper {width:100%;}

button.add-new-staff-user{position: absolute; z-index:1;}
#user-list-tbl-body .dx-treelist-container{overflow-x:scroll;}

#crop-update-officer td > .img-container{flex-wrap:nowrap;}
@media screen and (max-width:480px){
    button.add-new-staff-user{z-index:1; position:relative; margin-bottom:1rem; width:100%; margin-left:0;}
    #user-list-tbl-body .dx-toolbar .dx-toolbar-after{padding-left:0;width:100%; top:auto; right:auto;}
    #user-list-tbl-body .dx-texteditor.dx-editor-outlined{width:100% !important; margin-left:0; margin-right:0;}
}
/* Farm Css */
.avatar_letter{
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  /* background: #EF7F1A; */
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}
.farmer_avatar_letter {
  margin-right: 0px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.search-farmer {
  border: 1px solid #ededed;
  padding: 0;
}
.search-farmer .searched_farmers_list{
  align-items: center;
}
.searched_farmers_list {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  display: flex;
  padding: 6px;
}

select.status_pointer_end {
  pointer-events: none;
  background: #efefef;
}

.btn-min-w-88{
  min-width: 88px !important;
}

.btn-close-custom{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0.25em 0.25em;
    color: currentColor;
    border: 0;
    border-radius: 0.357rem;
    opacity: 0.8;
}

.modal-header-centered{
  text-align: center !important;
  justify-content: center !important;
}

#farm-images-list-inFarmer .farm-info-sec ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#farm-images-list-inFarmer .farm-info-sec ul li{
  padding: 3px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#farm-images-list-inFarmer .farm-info-sec ul li span{
  padding-right: 20px;
  width: 25%;
  display: inline-block;
  font-weight: 400;
}
#farm-images-list-inFarmer .farm-image-sec img{
  width: 100%;
  border-radius: 5px;
}
#farm-images-list-inFarmer .farm-info-sec ul li:last-child{
  border:0;
}
#farm-images-list-inFarmer .odd, #farm-images-list-inFarmer .even{
  border-bottom: 1px solid #eee;
  padding:15px 0;
}
#farm-images-list-inFarmer .farm-address-info {
  width: 75% !important;
}
#farm-images-list-inFarmer tr div{
  max-height:unset !important;
}

/* for historical farmer farm */
  #historical-farm-images-list-inFarmer .farm-info-sec ul,
  #existing-completed-farm-images-list-inFarmer .farm-info-sec ul,
  #pending-farm-images-list-inFarmer .farm-info-sec ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  #historical-farm-images-list-inFarmer .farm-info-sec ul li,
  #existing-completed-farm-images-list-inFarmer .farm-info-sec ul li,
  #pending-farm-images-list-inFarmer .farm-info-sec ul li{
  
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  #historical-farm-images-list-inFarmer .farm-info-sec ul li span,
  #existing-completed-farm-images-list-inFarmer .farm-info-sec ul li span,
  #pending-farm-images-list-inFarmer .farm-info-sec ul li span{
    padding-right: 20px;
    width: 25%;
    display: inline-block;
    font-weight: 400;
  }
  #historical-farm-images-list-inFarmer .farm-image-sec img,
  #existing-completed-farm-images-list-inFarmer .farm-image-sec img,
  #pending-farm-images-list-inFarmer .farm-image-sec img{
    width: 100%;
    border-radius: 5px;
  }
  #historical-farm-images-list-inFarmer .farm-info-sec ul li:last-child,
  #existing-completed-farm-images-list-inFarmer .farm-info-sec ul li:last-child,
  #pending-farm-images-list-inFarmer .farm-info-sec ul li:last-child{
    border:0;
  }
  #historical-farm-images-list-inFarmer .odd,
  #historical-farm-images-list-inFarmer .even,
  #existing-completed-farm-images-list-inFarmer .odd,
  #existing-completed-farm-images-list-inFarmer .even,
  #pending-farm-images-list-inFarmer .odd,
  #pending-farm-images-list-inFarmer .even {
    border-bottom: 1px solid #eee;
    padding:15px 0;
  }
  #historical-farm-images-list-inFarmer .farm-address-info,
  #existing-completed-farm-images-list-inFarmer .farm-address-info,
  #pending-farm-images-list-inFarmer .farm-address-info {
    width: 75% !important;
  }
  #historical-farm-images-list-inFarmer tr div,
  #existing-completed-farm-images-list-inFarmer tr div,
  #pending-farm-images-list-inFarmer tr div{
    max-height:unset !important;
  }
  /* end */


.card_title.f-15 {
  font-size: 15px;
}
.border-seprate {
  width: 100%;
  border-top: 1px solid #eee;
}

.contact_number_table {
  white-space: nowrap;
}

.next-previous-btn{
  display: flex;
  /* justify-content: space-between; */
  justify-content: end;
  padding-top: 10px;
}
.notification-disabled{
  pointer-events: none;
    cursor: pointer;
    color: #eee;
}

@media (min-width:1366px) {
  #crop-list_filter > label{
    display: block;
    width: 450px
  }
  #farm-list-table_filter > label{
    display: block;
    width: 436px;
  }
  #farmer-list_filter > label{
    display: block;
    width: 330px;
    margin-right: 10px;
  }
  #crop-list_filter > label input, #farmer-list_filter > label input, #farm-list-table_filter > label input{
    width: 100%;
  }
}



#calendar {
  max-width: 1100px;
  margin: 40px auto;
}

#calendar .fc-event-lunch {
  background-color: #2cc09c;
}
#calendar .fc-button, #calendar .fc-button:hover{
  background-color: #2cc09c;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
  text-transform: capitalize;
}


#calendar .fc-daygrid-body  th, #calendar .fc-daygrid-body  td {
  padding: 0px;
  height: 112px;
}
#calendar .fc-event.fc-event-start {
  top:7px;
}
#calendar .event-description {
  white-space: initial;
}
.mapbox-gl-draw_ctrl-draw-btn.mapbox-gl-draw_polygon.active {
  background-color: #2CC09C;
}
#calendar .fc-daygrid-body  tr div {
  max-height:unset !important;
}


#calendar tr div{
  max-height: unset !important;
}
#calendar td.fc-day-past{
  background-color: #EFEFEF !important;
}

#agnt-evnt-updt-crop-file{
  width: 100%;
  padding: 42px;
  border-radius: 5px;
  font-size: 0px;
  opacity: 0;
}
.pop-custom-tooltip {
  background-color: #f8f9fa !important;
  padding: 10px;
  border:10px solid #fff;
  border-radius: 5px;
  color:#000 !important;
}
input#agnt-evnt-updt-date {
  background-color: #efefef;
  opacity: 1;
}
.errors, .errors-new{
  border-color:red;
  color:red;
}
#add_edit_phenophase .crop_thermal_unit, #add_edit_classification .crop_thermal_units {
  background: #ddd;
  pointer-events: none;
}

/* RTM dashboard Crop IMages Css */
.overviewImages img.img-galary{
  width: 233px !important;
  height: 155px !important;
  margin: 0px 0px;
  padding-right : 15px;
  border-radius: 5px;
  object-fit: cover;
  cursor: pointer;

}

.overviewImages  .crop-video-gallery {
  width: 233px !important;
  height: 155px !important;
  margin: 0px 20px 0px 0px;
  padding-right : 15px;
  border-radius: 5px;
  object-fit: cover;
   cursor: pointer;
}

.farm-card {
  border-radius: 12px;
}
.bg-success-subtle { background:#e7f6ed; color:#2e7d32; }
.bg-warning-subtle { background:#fff4e5; color:#b76e00; }
.bg-info-subtle    { background:#e6f4fa; color:#0277bd; }

.disabled-click {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/*  */

.three-dot-btn {
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 10px;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  transition: background 0.2s ease;
}

.three-dot-btn:hover {
  background: rgba(240, 240, 240, 0.95);
}

.three-dot-btn .dot {
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  display: block;
}
