body:not(.custom_backend_listing_page) .views__table__contents .table-responsive.card__block--table {
  margin-bottom: 0;
}
body:not(.custom_backend_listing_page) .views__table__contents.card {
  padding: 0;
  max-width: 100%;
}
body:not(.custom_backend_listing_page) .views__table__contents table thead th,
body:not(.custom_backend_listing_page) .views__table__contents table tbody td {
  padding: 10px 22px !important;
  font-size: 13px;
  line-height: 18px;
}
body:not(.custom_backend_listing_page) .views__table__contents table thead th:not(:last-child),
body:not(.custom_backend_listing_page) .views__table__contents table tbody td:not(:last-child) {
  padding-right: 0 !important;
}
body:not(.custom_backend_listing_page) .views__table__contents table tbody td,
body:not(.custom_backend_listing_page) .views__table__contents table tbody td a {
  /* font-size: 13px;
  line-height: 18px; */
  font-size: 12px;
  line-height: 15px;
}
body:not(.custom_backend_listing_page) .views__table__contents table tbody td a {
  font-weight: 600;
}
body:not(.group_page,
.custom_backend_listing_page) .views__table__contents table thead th {
  color: var(--basicColor);
}
body.path-technical-assistance-data-collection .views__table__contents table thead th {
  color: var(--primary-color);
}
body:not(.group_page,
.custom_backend_listing_page) .views__table__contents .table-responsive.card__block--table {
  overflow: auto;
}
body:not(.custom_backend_listing_page) .views__table__contents table tbody td {
  border: none;
}
.views__table__contents .form-item:has([type="checkbox"]:not(:checked)) label::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
  position: absolute;
}
.views__table__contents .form-item:has([type="checkbox"]:checked) label::before {
  content: "";
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  z-index: 1;
}
.views__table__contents .form-item:has([type="checkbox"]) label::after {
  content: "";
  width: 20px;
  height: 20px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.views__table__contents .form-item:has([type="checkbox"]:not(:checked)) label::after {
  background-color: transparent;
  border: 2px solid #555555;
  position: absolute;
}
.views__table__contents .form-item:has([type="checkbox"]:checked) label::after {
  /* background: #359f3d; */
  background: var(--primary-color);
}
.views__table__contents .form-type-checkbox label {
  height: 20px;
  width: 20px;
}
body:not(.group_page,
.custom_backend_listing_page) .views__table__contents table thead th.views-field-edit-node {
  min-width: 130px;
}
/*******************1/5/25**************************/
form.vbo-view-form .form-type-checkbox:not(:has(label)) input[type="checkbox"] {
  opacity: 1;
  position: unset;
  height: fit-content;
  width: fit-content;
}
.vbo-view-form #vbo-action-form-wrapper .form-type-select .select-wrapper {
  /* padding-right: 20px; */
  border: 1px solid #d2d2d2;
  border-radius: 24px;
}
#vbo-action-form-wrapper select#edit-action + .select2,
#vbo-action-form-wrapper select#edit-action + .select2 .selection {
  width: 100% !important;
  height: 36px;
}
#vbo-action-form-wrapper select#edit-action + .select2 .selection .select2-selection__rendered {
  padding: 0px;
  line-height: 19px;
}
#vbo-action-form-wrapper select#edit-action + .select2 .select2-selection {
  height: 100%;
  font-size: 16px !important;
  line-height: 19px !important;
  border-radius: 24px;
  color: #000;
  /* border: 1px solid #d2d2d2; */
  border: 0;
  padding: 8px 12px 6px;
}
#vbo-action-form-wrapper .select-wrapper:has(.select2-container--open)::after {
  transform: rotate(180deg);
  padding-left: 12px;
  padding-right: 0px;
}
#vbo-action-form-wrapper .select-wrapper::after {
  top: 53%;
}
.vbo-view-form #vbo-action-form-wrapper div.form-actions,
.vbo-view-form > div.form-actions {
  margin-top: 20px;
}
.vbo-view-form #vbo-action-form-wrapper div.form-actions input,
.vbo-view-form > div.form-actions input {
  width: auto !important;
}
/* form .form-type-checkbox:has(label + input.form-checkbox) input[type="checkbox"],
form .form-type-checkbox:has(input.form-checkbox + label ) input[type="checkbox"] {
  display: none;
} */
body.path-event-interested-list .views__table__contents table tbody td:has(img) {
  width: 66px;
}
/**********************************************************/
.filter-section .view-filters *::before,
.filter-section .view-filters *::after {
  content: unset;
}
.filter-section .view-filters .clearfix {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: end;
}
.filter-section .view-filters form .control-label {
  font-size: 14px;
  line-height: 20px;
}
.filter-section .view-filters form .form-type-select .select-wrapper select {
  border-radius: 24px;
  padding: 6px 20px;
  /* height: 40px; */
  height: 36px;
  outline: none;
  /* background: #fff; */
  padding-right: 41px;
}
.filter-section .view-filters form #edit-actions {
  margin: 0;
}
.view-header:has(+ .view-filters) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .filter-section .view-filters .views-exposed-form {
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-section .view-filters form .form-type-select .select-wrapper select {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .filter-section .view-filters form .form-type-select .select-wrapper select {
    height: 24px;
    font-size: 12px;
    padding: 4px 20px;
  }
  .filter-section .view-filters form .control-label {
    font-size: 12px;
  }
}
