.btn-theme {
  background-color: #0c82b9;
  color: #fff;
  border: medium none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s;
  border-radius: 0;
  position: static;
}

.btn-theme:hover {
  background: #f22282;
  color: #fff;
}

.btn-theme-2 {
  background-color: #f22282;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 14px 32px;
  display: inline-block;
  border-radius: 50px;
}

.btn-theme:hover {
  background: #0c82b9;
  color: #fff;
}

.btn-black {
  background-color: #000000;
  color: #ffffff !important;
}

.btn-white {
  background-color: white;
  padding: 2px 10px;
  border-radius: 3px;
}

.strong {
  font-weight: bold !important;
}

.underlined {
  text-decoration: underline;
}

.sortable {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.sortable li {
  border: 1px solid #ddd;
  list-style: none outside none;
  margin: 4px;
  padding: 8px;
}

.sortable .handle {
  cursor: move;
}

.redactor-editor ul,
div.pagecontent ul {
  list-style: none;
  padding-left: 15px;
}

.redactor-editor ul>li,
div.pagecontent ul>li {
  padding-bottom: 15px;
  padding-left: 1.3em;
  text-indent: -0.9em;
}

.redactor-editor ul>li:before,
div.pagecontent ul>li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #035077;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /*text-align: center;*/
  left: -32px;
  top: 9px;
}

ul.list-styled {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 15px;
  margin-left: 5px;
  list-style-position: outside;
}

ul.list-styled li {
  padding-bottom: 5px;
}

.list-group-item {
  border: none;
}

ul.list-styled>li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #0c82b9;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /*text-align: center;*/
  left: -32px;
  top: 9px;
}

div.pagecontent img {
  max-width: 100%;
}

.red-bg {
  background-color: #d9534f !important;
  color: #fafafa !important;
}

.bg-red {
  background-color: #d9534f;
  color: #fafafa;
}

.text-pink {
  color: #ff3399 !important;
}

.bg-pink {
  background-color: #ff3399 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #282c3d !important;
}

.bg-black {
  background-color: #282c3d !important;
}

.text-green {
  color: #00953a !important;
}

.bg-green {
  background-color: #00953a !important;
}

.text-orange {
  color: #e87722 !important;
}

.bg-orange {
  background-color: #e87722 !important;
}

.text-purple {
  color: #823794 !important;
}

.bg-purple {
  background-color: #823794 !important;
}

.text-blue {
  color: #0c82b9 !important;
}

.bg-blue {
  background-color: #0c82b9 !important;
}

.text-darkblue {
  color: #00008b !important;
}

.bg-darkblue {
  background-color: #00008b !important;
}

.text-red {
  color: #d9534f !important;
}

.bg-red {
  background-color: #d9534f !important;
}

.text-teal {
  color: #009ca6 !important;
}

.bg-teal {
  background-color: #009ca6 !important;
}

.text-gray {
  color: #8a8b8c !important;
}

.bg-gray {
  background-color: #8a8b8c !important;
}

.text-gold {
  color: #b26d00 !important;
}

.bg-gold {
  background-color: #b26d00 !important;
}

.text-yellow {
  color: #ffdd00 !important;
}

.bg-yellow {
  background-color: #ffdd00 !important;
}

.text-maroon {
  color: #8d0b56 !important;
}

.bg-maroon {
  background-color: #8d0b56 !important;
}

.text-theme {
  color: #0c82b9 !important;
}

.opacity50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.opacity60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.opacity70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-same-height>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.gray-transparent-bg-for-text {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.white-transparent-bg-for-text {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.vendor-image,
.kv-file-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.7%;
  /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-image img,
.kv-file-content img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.vendor-top-image {
  position: absolute;
  overflow: hidden;
  padding-bottom: 66.7%;
  /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-top-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.news-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 44.9%;
  /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.news-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.file-preview-image {
  height: 140px;
}

.img120 {
  height: 120px !important;
  width: auto;
}

.img294 {
  height: 294px;
  width: 100%;
}

.img380 {
  height: 380px;
  width: auto;
}

.img-center {
  margin: 0 auto;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.g-recaptcha {
  display: inline-block;
}

.has-error .help-block {
  color: #ff3333;
}

.redactor-editor {
  border: 1px solid #bbb;
}

.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.select2-container--krajee-bs4 .select2-selection {
  border: 1px solid #bbb;
}

.form-group textarea {
  border-color: #999;
  /* font-size: 14px !important; */
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  height: 25px;
}

.file-preview-image {
  height: 140px;
}

.card .card-badge {
  position: absolute;
  top: -10px;
  left: -15px;
  padding: 3px;
  transform: rotate(-15deg);
  border-radius: 4px;
}

.card .card-badge.lowest {
  background: indianred;
  color: white;
}

.card .card-badge.highest {
  background: seagreen;
  color: white;
}

.card .card-badge.median {
  background: darkorange;
  color: white;
}

/* ------------------------------------------ */

.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glyphicon-pencil::before {
  content: "\f044";
}

.glyphicon-trash::before {
  content: "\f2ed";
}

.glyphicon-eye-open::before {
  content: "\f06e";
}

.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-calendar-alt:before {
  content: "\f073";
}

/* CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX */
.pb-images-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 9999;
}

.pb-modal-back {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000d9;
}

.pb-cropper-edit-lightbox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}

.pb-image-modal {
  cursor: zoom-in;
  max-height: 60vh;
  min-width: 400px;
  object-fit: cover;
  z-index: 2;
}

.pb-modal-container {
  width: fit-content;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 20px;
}

.pb-modal-container a {
  cursor: pointer;
  color: white !important;
  height: fit-content;
}

.pb-light-info {
  color: white !important;
}

.pb-light-info h4 {
  color: white !important;
  width: 80%;
}

.pb-light-info p {
  color: white !important;
}

.pb-images-lightbox {
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding: 20px 0;
}

.pb-images-lightbox img {
  cursor: pointer;
  flex-basis: auto;
}

.individual-image-container {
  transition: 0.3s;
  display: flex;
  background-color: black;
}

.individual-image-container:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
}

.individual-image-container img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

#pb-container-dots {
  gap: 5px;
}

.pb-row-dots {
  width: 10px;
  height: 10px;
  background-color: #c8c8c8;
  border-radius: 10px;
  transition: 0.2s;
  cursor: pointer;
}

.pb-row-dots:hover {
  transition: 0.2s;
  background-color: #6c6c6c;
}

.pb-active-dot {
  background-color: #6c6c6c;
}

.pb-arrow-m {
  display: none;
}

@media only screen and (max-width: 600px) {
  .pb-images-modal {
    width: 100vw;
  }

  .pb-modal-container {
    width: 80%;
  }

  .pb-modal-container-info {
    width: 100%;
  }

  .pb-image-modal {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    max-height: 350px;
  }

  .pb-arrow-m {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    bottom: 100px;
    width: 100%;
    color: white;
  }

  .pb-arrow-m a {
    color: white;
  }

  .pb-arrow-modal-d {
    display: none;
  }
}

/* CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX */

/* ------------------------------------*/
/* add custom styles here..  */

del {
  background-color: #fa6b84;
}

ins,
ins * {
  background-color: #aabf67 !important;
}

/* * Summernote styles */
.note-editable {
  height: 400px;
  overflow: scroll;
}

div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>ul,
div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>blockquote>ul {
  list-style: none;
}

div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>ul>li,
div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>blockquote>ul>li {
  padding-bottom: 15px;
  padding-left: 1.3em;
  text-indent: -0.9em;
  margin-left: 1.3rem;
}

div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>ul>li:before,
div.note-editor.note-frame.panel.panel-default>div.note-editing-area>div.note-editable>blockquote>ul>li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #035077;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /* text-align: center; */
  left: -32px;
  top: 9px;
}

.note-editor .dropdown-toggle::after {
  all: unset;
}

.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}

.note-editor .note-modal-footer {
  box-sizing: content-box;
}

.note-dropdown-menu a {
  text-decoration: none;
  color: black;
}

.note-toolbar {
  border-bottom: 1px solid rgb(195, 195, 195);
}

/* * ----------------------------------------------------- */
/* * Datatables custom CSS */
.dataTables_wrapper {
  width: 100%;
  overflow-x: scroll;
}

.dataTables_wrapper .dataTables_paginate ul li {
  background: none;
  border-radius: 4px;
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate ul li:hover {
  background: #0d6efd;
  border-radius: 4px;
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
}

.dataTables_wrapper .dataTables_paginate ul li:hover a {
  color: white;
}

.dataTables_wrapper .dataTables_paginate ul li.disabled {
  background: none;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 5px;
  margin: 5px;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate ul li a {
  color: black;
  padding: 10px;
}

.dataTables_wrapper .dataTables_paginate ul li a:hover {
  color: white;
  padding: 10px;
}

.dataTables_wrapper .dataTables_paginate ul li.disabled a {
  color: gray;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate li.active {
  background: #0d6efd;
  border: 1px solid white;
}

.dataTables_wrapper .dataTables_paginate li.active a {
  color: white;
}

/* Datatable copntrols Custom CSS */
.dataTables_filter input {
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  margin: 5px;
  background-color: #f5f5f5;
  color: #333;
  transition: box-shadow 0.3s ease;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
}

.dataTables_filter input:hover {
  border: 1px solid #888;
  background-color: #f9f9f9;
}

.dataTables_filter input:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.dataTables_length select {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  margin: 5px;
  background-color: #f5f5f5;
  color: #333;
  transition: box-shadow 0.3s ease;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
}

.dataTables_length option {
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
}

.dataTables_filter {
  float: left !important;
}

.dataTables_length {
  float: right !important;
}

table.dataTable tbody tr {
  background-color: transparent;
}

table {
  width: 100%;
}

table tbody tr {
  border-bottom: 1px solid #616161;
}

.audit {
  width: 60%;
}

.audit .attribute {
  width: 20%;
}

.audit .from {
  width: 40%;
}

.audit .to {
  width: 40%;
}

.pb-form-card {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  height: fit-content;
}

/* * Icons modal on form */
#icon_modal_body {
  overflow-y: scroll;
  height: 70vh;
}

div:has(.icon_selected) {
  grid-area: selected;
}

.current_icon {
  font-size: 2.5rem;
  padding: 0;
  margin: 0 0.5rem;
}

#icon_modal_body>div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "selected none none none none none";
}

#icon_modal_body>div:nth-child(2)>div {
  text-align: center;
}

#icon_modal_body>div:nth-child(2)>div>button {
  font-size: 2rem;
  text-align: center;
}

.ribbon-underline {
  text-decoration: none;
}

/* CLIENT PARAMS */
.pb-table-params thead tr th {
  background-color: #212529;
  color: white;
  padding: 8px 10px;
}

.pb-table-params td {
  background-color: #f8f9fa;
}

.pb-table-params tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.pb-table-params tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.pb-table-params tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.pb-table-params tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.pb-table-params tbody tr {
  border-bottom: unset;
}

.pb-array-card-param {
  position: absolute;
  background: #f8f9fa;
  width: 470px;
  padding: 20px;
  border-radius: 12px;
  margin-top: -60px;
  margin-left: 13px;
  box-shadow: 2px 10px 20px 15px #00000012;
}

.pb-card-params {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  height: 100%;
}

.pb-card-params label {
  color: #1d1b20;
  margin-bottom: 10px;
}

.pb-card-params .form-check-input {
  width: 60px;
  height: 30px;
}

.pb-close-icon {
  padding: 0;
  border-radius: 10px;
  color: #6750a4;
}

.pb-plus-icon {
  background-color: #ece6f0;
  padding: 10px 13px;
  border-radius: 10px;
  color: #6750a4;
  transition: all 0.2s;
}

.pb-plus-icon:hover {
  transition: all 0.2s;
  background-color: #f7ecff;
}

.pb-add-buttons {
  display: flex;
  gap: 10px;
}

.pb-update-param-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px;
  gap: 10px;
  background: rgba(103, 80, 164, 0.08);
  border-color: #ffffff00;
  color: #6750a4;
  transition: all 0.2s;
}

.pb-update-param-button:hover {
  transition: all 0.2s;
  background-color: #f7ecff;
}

.pb-create-param-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px;
  gap: 10px;
  background: rgb(40 255 3 / 18%);
  border-color: #ffffff00;
  color: #2e5733d6;
  transition: all 0.2s;
}

.pb-create-param-button:hover {
  transition: all 0.2s;
  background-color: #78ff7e8f;
}

/* CLIENT PARAMS */

.fs-big {
  font-size: 4em;
}

.far {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-clock:before {
  content: "\f017";
}

.fl-gap {
  gap: 15px;
}

.grid {
  display: grid;
  gap: 1em;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: 1fr minmax(0, 3fr);
  grid-template-areas:
    "a h"
    "a c"
    "a f";
  height: calc(50vh - 1em);
  width: calc(95vw - 2em);
  /* not necessary, but just to be explicit */
  margin: 1em;
}

/* dataTables_wrapper  */

/* Admin Log Start */
.pb-table-log thead tr th {
  background-color: #212529;
  color: white;
  padding: 8px 10px;
}

.pb-table-log td {
  background-color: #f8f9fa;
}

.pb-table-log tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.pb-table-log tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.pb-table-log tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.pb-table-log tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a {
  background: none;
  border-radius: 4px;
  border: 1px solid black;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a.current {
  background: #0d6efd;
  border: 1px solid white;
  color: white;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a {
  color: black;
  padding: 10px;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a.disabled {
  background: none;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 10px;
  margin: 5px;
  cursor: default;
  color: gray;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}

.pb-table-log .dataTables_wrapper {
  width: 100%;
  overflow-x: unset !important;
}

/* admin ribbon styles */
#admin_ribbon_open_button {
  background-color: #628db6;
  position: fixed;
  font-size: 1rem;
  bottom: 3vh;
  width: auto;
  z-index: 997;
}

#admin_ribbon_open_button #open-ribbon {
  margin: 0;
  padding: 0;
  margin-right: 0.8rem;
}

#admin_ribbon {
  background-color: #628db6;
  font-size: 1rem;
  bottom: 3vh;
  left: -200%;
  z-index: 1000;
}

#admin_ribbon div div ul li {
  list-style: none;
  padding: 0 8px;
  margin: 0;
}

#admin_ribbon div div ul .list-group-item {
  margin-bottom: 0.5rem;
}

#admin_ribbon div div ul li a {
  color: black;
  text-decoration: none;
}

#admin_ribbon div div ul li .fa-check {
  color: green;
}

#admin_ribbon div div ul li .fa-exclamation {
  color: red;
}

#admin_ribbon div div ul li button {
  margin: 0;
  padding: 0;
}

#errors-table {
  position: fixed;
  width: 80%;
  margin-left: 10%;
  margin-top: 10vh;
  padding: 1rem;
  z-index: 999;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content-right {
  right: 0 !important;
}

.dropdown-menu {
  inset: auto auto 0px;
  transform: translate(0px, -30px);
}

.dropdown-content li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dropdown-content li:hover {
  background-color: #f4f4f4;
}

.img-newsletter {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-newsletter {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.datepicker-dropdown {
  height: fit-content;
  padding: 20px;
}

div.dataTables_length label,
div.dataTables_filter label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
}

@media (min-width: 768px) {
  div.dataTables_filter {
    text-align: right !important;
  }
}

@media print {

  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    display: none !important;
  }

  .pagination {
    display: none !important;
  }
}

.slide-intro {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

.about-one__image__one img {
  max-height: 709px;
}

.about-one__image__two img {
  max-height: 403px;
}

.main-slider__image {
  max-height: 800px;
}

.total-fund__text {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  color: var(--truehelp-black5, #000000);
  line-height: 1;
}

.support-categories-two__card__icon {
  display: inline-block;

}

.poverty-info__inner {
  padding: 77px 64px 80px;
  background-color: var(--truehelp-yellow2);
  border-radius: 5px;
}

.client-carousel {
  padding-bottom: 10px
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

.about-two__inner__image img {
  max-height: 230px;
}

.support-categories--about {
  padding-bottom: 120px;
  background-color: var(--truehelp-white27, #FCF8FF);
}

.blog-card__date {
  display: inline-block;
  margin: 0;
  padding: 7.5px 11px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  color: #000000 !important;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--truehelp-primary, #61DEFF);
  border-radius: 10px;
}

.contact__form {
  padding: 47.5px 43px 58.5px;
  background: linear-gradient(179.57deg, #BDE8D6 14.47%, #FFFCEB 51%, #D4F1F4 97.5%);
  border-radius: 10px;
}


.sidebar__categories li a {
  transition: all 0.3s ease;
  padding-left: 8px;

}

.sidebar__categories li a:hover {
  background-color: var(--truehelp-base) !important;
  color: #ffffff !important;
  border-color: var(--truehelp-base) !important;
  padding-left: 12px;
}

.sidebar__categories li.active a {
  background-color: var(--truehelp-base) !important;
  color: #ffffff !important;
  border-color: var(--truehelp-base) !important;
  font-weight: 700;
}

.sidebar__categories li a:hover span,
.sidebar__categories li.active a span {
  color: #ffffff !important;
  font-weight: bolder;
}




.sidebar__single {
  padding: 24px 30px 30px;
  background-color: var(--truehelp-white3, #F7F3F9);
  border-radius: 5px;
  border: 1px solid var(--truehelp-border-color, #E3DAE2);
}

.testimonials-three__carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.testimonials-three__carousel .owl-item {
  display: flex;
  height: auto !important;
}

.testimonials-three__carousel .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.testimonials-three__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-three__card__quote {
  flex-grow: 1;
}

.support-categories-two .row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.support-categories-two__card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}


.support-categories-two__card .truehelp-btn {
  margin-top: auto;
  align-self: flex-start;
}

.support-categories-two__card__text {
  flex-grow: 1;
}

.event-card-two__hover .truehelp-btn {
  margin-top: auto;
  align-self: flex-start;
}

#news .row>[class*='col-'] {
  flex-direction: column;
}

.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__content .truehelp-btn {
  margin-top: auto;
  align-self: flex-start;
}

.title-brands {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5f5a5a;
}

.truehelp-btn:hover {
  color: #ffffff !important;
}

.truehelp-btn--primary {
  color: #ffffff !important;
  background-color: var(--truehelp-primary, #61DEFF);
}

.contact__info__title a {
  color: var(--truehelp-black, #000000) !important;
}

.contact__info__title a:hover {
  color: var(--truehelp-base, #3BB77E) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: text-decoration-thickness 0.2s, text-underline-offset 0.2s;
}

.page-header__bg__inner {

  opacity: 0.3;
}

.event-card-two__hover {
  height: 100%;
  overflow: hidden !important;
}

.event-card-two__hover .event-card-two__text {
  overflow: hidden;
}

.event-card-two__content a p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--truehelp-text, #6F6C71) !important;
}

@media (max-width: 600px) {
  .main-header__logo img {
    max-width: 80%;
    height: auto;
  }
}

@media (max-width: 400px) {
  .main-header__logo img {
    max-width: 70%;
    height: auto;
  }
}

@media (max-width: 1399px) {
  .page-header__content {
    margin-top: 70px;
  }
}


.main-header__link::after {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  border: none !important;
  z-index: -1;
}


.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #3BB77E;
  --bs-btn-border-color: #3BB77E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #67bcee;
  --bs-btn-hover-border-color: #67bcee;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #67bcee;
  --bs-btn-active-border-color: #67bcee;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FFFCEB;
  --bs-btn-disabled-border-color: #FFFCEB;
}

.contact__info {
  padding: 39.5px;
  border-radius: 30px 30px 0px 0px;
  background-color: var(--truehelp-soft-lavender, #E5F8F6);
}

.blog-card__shape,
.main-footer__shape-4,
.about-one__shape {
  filter: hue-rotate(180deg) saturate(1.6) brightness(0.98);
}

.truehelp-btn--primary {
  color: #000000 !important;
  background-color: var(--truehelp-primary, #61DEFF);
}

.testimonials-three__card__designation {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: RGBA(var(--truehelp-black-rgb, 70, 54, 80), 0.9);
  line-height: 1.375;
}

.support-categories-two__card__text {
  color: #2e2c2c !important;

}


.bw-split-in-left div,
.bw-split-in-right div,
.sec-title__title div,
.poverty-info__tagline div {
  color: var(--truehelp-black, #463650) !important;


  background-color: transparent !important;

  opacity: 1 !important;


  text-shadow: 0 0 0 var(--truehelp-black, #463650);
}


.main-slider__carousel .owl-item:not(.active) .main-slider__content,
.main-slider__carousel .owl-item:not(.active) .main-slider__title,
.main-slider__carousel .owl-item:not(.active) .main-slider__title__inner {
  opacity: 1 !important;
  visibility: visible !important;

  color: #000000 !important;
  background-color: #ffffff !important;

  transform: none !important;


  position: absolute !important;
  left: 0;
  top: 0;
  z-index: -9999 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.main-slider__carousel .owl-item:not(.active) .main-slider__bg {
  display: none !important;
}



.event-card-two {
  position: relative;
}

.card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}


.event-card-two .mt-2 {
  position: relative;
  z-index: 10 !important;
  pointer-events: auto;
}


.event-card-two:hover .truehelp-btn--white {
  color: var(--truehelp-white, #FFFFFF) !important;
}

.event-card-two:hover .truehelp-btn::before {
  transform: translateX(100%);
}

.event-card-two:hover .truehelp-btn::after {
  transform: rotate(180deg) translateX(100%);
}

.support-categories-two__card .truehelp-btn,
.support-categories-two__card .truehelp-btn::before,
.support-categories-two__card .truehelp-btn::after {
  transition: all 0.8s ease-in-out !important;
}

.support-categories-two__card:hover .truehelp-btn--white {
  color: var(--truehelp-white, #FFFFFF) !important;
}

.support-categories-two__card:hover .truehelp-btn::before {
  transform: translateX(100%);
}

.support-categories-two__card:hover .truehelp-btn::after {
  transform: rotate(180deg) translateX(100%);
}


.blog-card:hover .truehelp-btn {
  color: var(--truehelp-black, #463650);
}

.blog-card:hover .truehelp-btn::before {
  transform: translateX(100%);
}

.blog-card:hover .truehelp-btn::after {
  transform: rotate(180deg) translateX(100%);
}


.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
  transition: all 500ms ease;
}

.blog-card .truehelp-btn,
.blog-card .truehelp-btn::before,
.blog-card .truehelp-btn::after {
  transition: all 0.8s ease-in-out !important;
}

.faq-two__accordion .accrodion-title h3 {
  position: relative;
  margin: 0;
  padding: 15px 55px 15px 18px;
  font-size: 16px;
  color: var(--truehelp-gray4, #565258);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875;
  transition: all 500ms ease;
}


.blog-card__meta li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  color: var(--truehelp-text-gray, #4B5563);
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
}

.page-header__title {
  margin-bottom: 4px;
  font-size: 60px;
  color: var(--truehelp-black, #463650);
  font-weight: 700;
  text-transform: none;
  line-height: 1.333;
}

.truehelp-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--truehelp-black, #463650);
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
}

.blog-details .blog-card--four .blog-card__content {
  border: 0;
  padding: 10px 42px 0px;
}


.main-footer__top {
  margin-bottom: 70px;
}

/* -----------------------------------------------------------
   Free Quote Form Styling
----------------------------------------------------------- */

.quote-divider {
  margin: 25px 0 35px 0;
  border-color: #eaeaea;
}

.quote-dynamic-group {
  margin-bottom: 40px;
}

.quote-field-label {
  margin-bottom: 15px;
}

.quote-field-label h5 {
  margin-bottom: 5px;
}

.quote-checkbox-card {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 16px 20px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.quote-checkbox-card:hover {
  border-color: #b3b3b3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.quote-checkbox-input {
  cursor: pointer;
  transform: scale(1.1);
}

.quote-checkbox-label {
  cursor: pointer;
  color: #222222;
  line-height: 1.4;
}

.quote-checkbox-label .text-muted {
  font-size: 0.85em;
  line-height: 1.3;
}

.quote-select {
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
}

#cookie-consent-spacer {
  display: block;
  width: 100%;
  flex: 0 0 var(--cookie-banner-height, 46px);
  height: var(--cookie-banner-height, 46px);
  min-height: var(--cookie-banner-height, 46px);
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background: #000000;
  color: #ffffff;
  display: none;
}

.cookie-consent-bar {
  width: 100%;
  min-height: 46px;
  background: #000000;
  color: #ffffff;
  padding: 12px 54px 12px 14px;
  font-size: 16px;
  line-height: 1.35;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.cookie-consent-bar span {
  display: block;
  width: 100%;
}

.cookie-inline-link {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 2px;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.cookie-inline-link:hover {
  color: #cccccc;
}

.cookie-bar-close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  padding: 0;
}

.cookie-bar-close:hover {
  color: #cccccc;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.cookie-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #ffffff;
  color: #222222;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.cookie-modal-dialog h3 {
  margin: 0 40px 10px 0;
  color: #111111;
  font-size: 26px;
  font-weight: 700;
}

.cookie-modal-dialog>p {
  margin: 0 0 18px;
  color: #444444;
  line-height: 1.55;
  font-size: 15px;
}

.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal-close:hover {
  background: #e5e5e5;
}

.cookie-choice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 28px 0 14px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.cookie-choice-label-btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-choice-label-btn:hover {
  text-decoration: underline;
}

.cookie-main-switch {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 38px;
  flex: 0 0 auto;
}

.cookie-main-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-main-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: #bdbdbd;
  border-radius: 999px;
  transition: 0.2s ease;
}

.cookie-main-slider::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 4px;
  top: 4px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.cookie-main-switch input:checked+.cookie-main-slider {
  background: #18a558;
}

.cookie-main-switch input:checked+.cookie-main-slider::before {
  transform: translateX(38px);
}

.cookie-choice-help {
  margin: 0 0 18px;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.cookie-btn.primary {
  background: #111111;
  color: #ffffff;
}

.cookie-btn.primary:hover {
  background: #333333;
}

.cookie-links {
  margin: 18px 0 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-links a {
  color: #111111;
  text-decoration: underline;
}

.cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 576px) {
  .cookie-consent-bar {
    min-height: 58px;
    font-size: 14px;
    padding: 10px 46px 10px 10px;
  }

  .cookie-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .cookie-modal-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 14px;
    padding: 22px;
  }

  .cookie-modal-dialog h3 {
    font-size: 22px;
  }

  .cookie-choice-row {
    gap: 10px;
    padding: 16px 10px;
  }

  .cookie-choice-label-btn {
    font-size: 13px;
  }

  .cookie-main-switch {
    width: 66px;
    height: 34px;
  }

  .cookie-main-slider::before {
    width: 26px;
    height: 26px;
  }

  .cookie-main-switch input:checked+.cookie-main-slider::before {
    transform: translateX(32px);
  }

  .cookie-modal-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    width: 100%;
  }
}

.user-welcome-popup {
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 24px 70px rgba(6, 22, 38, 0.34) !important;
  overflow: hidden !important;
}

.user-welcome-html {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.user-welcome-modal {
  color: #333;
  font-family: Arial, sans-serif;
}

.user-welcome-header {
  background: #464e56;
  padding: 28px 32px 24px;
}

.user-welcome-header p {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.user-welcome-header h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 6px;
}

.user-welcome-header span {
  color: #a8bfd4;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.user-welcome-accent {
  background: #fff;
  height: 4px;
}

.user-welcome-body {
  padding: 30px 32px 28px;
  text-align: center;
}

.user-welcome-badge {
  align-items: center;
  background: #f7f9fb;
  border: 1px solid #dde6ef;
  border-radius: 50%;
  color: #1a3a5c;
  display: inline-flex;
  font-size: 28px;
  height: 74px;
  justify-content: center;
  margin-bottom: 18px;
  width: 74px;
}

.user-welcome-message {
  color: #555;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto 12px;
  max-width: 410px;
}

.user-welcome-message strong {
  color: #1a3a5c;
  font-weight: 700;
}

.user-welcome-note {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 390px;
}

.user-welcome-confirm {
  background: #464e56 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  margin: 0 0 28px !important;
  min-width: 170px;
  padding: 14px 24px !important;
}

.user-welcome-confirm:focus {
  outline: none !important;
}

.user-welcome-confirm:hover {
  background: #e79a1d !important;
}

@media (max-width: 575px) {
  .user-welcome-header {
    padding: 24px 22px 20px;
  }

  .user-welcome-header h2 {
    font-size: 21px;
  }

  .user-welcome-body {
    padding: 26px 22px 24px;
  }

  .user-welcome-message {
    font-size: 16px;
  }
}

.legal-section {
  padding: 40px 0 80px 0;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

.legal-content .lead {
  font-size: 18px;
  color: #333;
}

.legal-block {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}

.legal-block h3 {
  color: var(--thm-primary, #0c82b9);
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 15px;
  font-size: 24px;
}

.legal-block h4 {
  color: #282c3d;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.legal-block p {
  margin-bottom: 15px;
}

.links_cookie a:hover {
  color: #463650;
  text-decoration: underline;
}

/* Hide the fake NiceSelect dropdown inside SweetAlert popups */
.swal2-popup .nice-select.swal2-select {
  display: none !important;
}

.swal2-popup select.swal2-select {
  display: none !important;
}

.about-one .total-fund {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.main-slider {
  min-height: 480px;
}