.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:url(../images/icon/checkmark.svg);
  color: var(--theme-color);
  margin-left: -12px;
  margin-right: 11px;
  vertical-align: top;
  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;
  color: #fafafa;
}

.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;
}


.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: url(../images/icon/checkmark.svg);
  color: var(--theme-color);
  margin-left: -12px;
  margin-right: 11px;
  vertical-align: top;
  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; }
}


.preloader-img{
 max-height: 120px;
}

.header-logo img{
 max-height: 80px;
}

.header-logo img {
  max-height: 80px;
}

@media only screen and (max-width: 600px) {
  .header-logo img {
    max-height: 60px;
  }
}

.th-btn.th-btn-icon:after {
 
  background-image: url(../images/icon/arrow-right.svg);
 
}

.about1-img{
  max-width: 419px !important;  
  height: auto;
}

.about2-img{
  max-width: 200px  !important; 
  height: auto;
}

.checklist.style5 li:before {
  content: url(../images/icon/checkmark.svg);
 
}

.th-btn.btn-mask {
  border-radius: 0;
  -webkit-mask-image: url(../images/shapes/);
          mask-image: url(../images/shapes/btn-shape.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: var(--theme-color);
  color: var(--white-color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 20px 24px;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: none !important;
}

.align-self-end-img {
  -ms-flex-item-align: end!important;
  align-self: center!important;
}

.img-box1 img {
  display: inline-block;
   position: relative; 
  -webkit-mask-image: url(../images/shapes/about-1-mask.png) !important; 
  mask-image: url(../images/shapes/about-1-mask.png)  !important;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
}

.about-text h4 {
font-size: 26px ;}

.box-content .box-title {
  color: var(--white-color) !important;
}

.about-tag .about-tag-thumb {
  border-radius: unset !important;
}

.widget_contact_info h6 {
  color: var(--white-color) !important;
}
.widget_contact_info p {
  color: var(--white-color) !important;
}

.about-contact-grid a:hover h6, .about-contact-grid a:hover p {
  color: var(--theme-color) !important;
}

.widget_contact_info a:hover h6, .widget_contact_info a:hover p {
  color: var(--theme-color) !important;
}

.widget_contact_info a{
  color: var(--white-color) !important;

}

.widget_contact_info a:hover {
  color: var(--theme-color) !important;
}

.recent-post .post-title {
  font-size: 15px;
}

.dropup .dropdown-menu {
  top: auto !important;
  bottom: 100% !important; 
  transform: translateY(-10px) !important; 
  display: none;
}
.dropup .dropdown-menu.show {
  display: block;
}

.dropup .dropdown-menu.dropdown-content-right {
  left: auto !important;  
  right: 0 !important;     
  min-width: 150px;         
}

.dropup .dropdown-menu::before,
.dropup .dropdown-menu::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

.dropdown-menu.dropdown-content-right::before,
.dropdown-menu.dropdown-content-right::after {
    display: none !important;
    content: none !important;
}

.service-card.style6 .service-img {
  position: relative; 
  overflow: hidden;
  margin-top: auto; 
  height: 250px;    
}

.service-card.style6 .service-img img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.service-card.style6 .service-img .icon-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;  
  height: 50px; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.service-card.style6 .service-img .icon-btn img {
  width: 30px !important; 
  height: auto !important;
}

.col-md-6.col-xl-4 {
  display: flex;
  margin-bottom: 30px; 
}

.property-card6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}

.property-card-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.property-card-title {
  min-height: 2.8em; 
  margin-bottom: 10px;
}

.property-card-text {
  flex-grow: 1; 
  margin-bottom: 20px;
}

.property-card-thumb img {
  width: 100%;
  height: 240px; 
  object-fit: cover;
}

.modal-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.modal-radio i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--body-color, #ccc);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-radio i::after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--theme-color) ; 
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.modal-radio input[type="radio"]:checked + i {
  border-color: var(--theme-color) ;
  background-color: var(--smoke-color3);
}

.modal-radio input[type="radio"]:checked + i::after {
  transform: translate(-50%, -50%) scale(1);
}

.btn-primary {
  color: #fff;
  background-color:  var(--theme-color);
  border-color:  var(--theme-color);
}

.form-check-input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  appearance: none !important; 
  -webkit-appearance: none !important;
  width: 3em !important;       
  height: 1.5em !important;   
  min-height: 0 !important;   
  padding: 0 !important;       
  margin-top: 0.25em !important;
  border-radius: 2em !important;
  position: relative !important;
  float: none !important;        
}

.form-check-input:checked {
  background-color: var(--theme-color) !important; 
  border-color: var(--theme-color) !important;
}


.modal-dialog {
  max-width: 500px !important;
  margin: 1.75rem auto !important; 
  pointer-events: none;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px !important;
      margin: 1.75rem auto !important;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
      max-width: 800px !important;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.modal-xl {
      max-width: 1140px !important;
  }
}

.modal-dialog .modal-content {
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,.2) !important;
  border-radius: 0.5rem !important; 
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
  padding: 0 !important; 
  pointer-events: auto;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #dee2e6 !important;
  border-top: none !important;
  padding: 1rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #fff !important;

}

.modal-dialog .modal-footer {
  border-top: 1px solid #dee2e6 !important;
  padding: 0.75rem !important;
  background-color: #fff !important;
}

.modal-dialog .modal-body {
  padding: 1rem !important;
  background: transparent !important; 
}

.modal-dialog .btn-close {
  position: relative !important; 
  top: auto !important;
  right: auto !important;
  transform: none !important;
  
  box-sizing: content-box;
  width: 1em !important;
  height: 1em !important;
  padding: .25em .25em !important;
  color: #000 !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  border: 0 !important;
  border-radius: .25rem !important;
  opacity: .5 !important;
  margin: -0.5rem -0.5rem -0.5rem auto !important; 
}

.modal-dialog .btn-close:hover {
  opacity: .75 !important;
  color: #000 !important;
}

.modal-radio {
  display: inline-block !important;
  vertical-align: middle;
}

/*WCAG updates */

.bg-smoke2{
  background-color: #5f5c5c !important;

}


.counter-card .box-number {
  font-size: 40px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -0.35em;
}

.counter-card .box-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}

.counter-card .box-number .counter-number {
  color: var(--white-color);
}


   #hero,
   #hero .swiper-container,
   #hero .swiper-wrapper,
   #hero .swiper-slide,
   #hero .th-hero-bg {
       background-color: #5f5c5c !important; 
   }
   

   #hero .hero-title,
   #hero .hero-title span,
   #hero p {
       color: var(--white-color) !important;
       text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
       opacity: 1 !important;
   }
   
   #hero .hero-sub-title {
    color: var( --theme-color2) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}



#hero .swiper-slide .hero-style10 .hero-sub-title,
#hero .swiper-slide-duplicate .hero-style10 .hero-sub-title,
#hero .hero-style10 .text-theme {
    color: var( --theme-color2) !important; 
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1) !important; 
    opacity: 1 !important;
    visibility: visible !important;
    background-color: transparent !important; 
}


#hero .hero-style10 {
    background-color: rgba(51, 51, 51, 0.01) !important; 
}


#hero .swiper-slide,
#hero .swiper-slide-duplicate, 
#hero .swiper-slide-active,
#hero .swiper-slide-next,
#hero .swiper-slide-prev {
    background-color: #5f5c5c !important;
}



.main-menu ul li a:hover {
  color: var( --theme-color2) !important; 
}




.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--body-font);
  color: var(--theme-color);
}



.header-layout5 .main-menu ul li a {
  color: var(--white-color) !important; 
  font-weight: 600; 
  transition: all 0.4s ease; 
}

.th-header.header-layout5 {
  background-color: rgba(0, 26, 51, 0.10) !important;
}



.th-header .main-menu a:hover,
.th-header .main-menu a.active {
  color: var(--theme-color)  !important; 
}


.th-header.th-sticky .main-menu ul li a,
.sticky-wrapper.th-sticky .main-menu ul li a,
.sticky-wrapper.sticky .main-menu ul li a {
  color: #ffffff !important;
}


.header-layout5 .main-menu ul li a:hover,
.th-header.th-sticky .main-menu ul li a:hover {
  color: var( --theme-color2)  !important; 
}

.footer-links a {
  font-family: var(--body-font);
  color: var(--black-color);
}

.copyright-wrap .copyright-text a {
  color: var(  --theme-color);
}

p.copyright-text {
  color: var(--body-color-2);
}

.copyright-wrap{
  background-color: var( --body-color-2) !important;
}


.service-card {
    position: relative; 
}

.card-link-overlay {
    position: absolute;
    inset: 0;          
    z-index: 5;        
    text-indent: -9999px;
    cursor: pointer;
}

.admin-controls,
.service-card ._admin_edit {
    position: relative;
    z-index: 10;
}

.card-link-overlay:focus-visible + .service-card-icon,
.service-card:hover {
  
}

.swiper-wrapper {
  align-items: stretch !important; 
}

.swiper-slide {
  height: auto !important; 
  display: flex !important; 
}

.service-card.style6 {
  width: 100%;                   
  height: 100% !important;        
  display: flex !important;       
  flex-direction: column;         
  justify-content: space-between; 
}

.service-card.style6 .service-img {
  margin-top: auto !important;    
  width: 100%;                   
}


.property-card6 {
  position: relative; 
}

.card-link-overlay {
  position: absolute;
  inset: 0;          
  z-index: 5;        
  cursor: pointer;
  text-indent: -9999px;
}

.property-card6:hover .th-btn {
  background-color: var(--theme-color);
  color: #ffffff;
}

.breadcrumb-item.active {
  color: var(--theme-color2) !important;
}



.high-contrast-box {
  background-color: rgba(0, 0, 0, 0.75) !important;
  
  padding-top: 80px !important;  
  
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .high-contrast-box {
      padding-top: 50px !important; 
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

.text-body-intro{
  color: #3D3630 !important;
}


.blog-card.style3 {
  position: relative;        
  display: flex;             
  flex-direction: column;    
  height: 100%;              
}

.blog-card.style3 .blog-content {
  flex: 1;                 
  display: flex;             
  flex-direction: column;   
}


.blog-card.style3 .th-btn {
  margin-top: auto !important; 
  align-self: flex-start;     
  pointer-events: none;        
}

.card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  text-indent: -9999px;
  cursor: pointer;
}


.blog-card.style3:hover .box-title {
  color: var(--theme-color); 
  transition: color 0.3s ease;
}

.blog-card.style3:hover .th-btn {
  background-color: var(--theme-color);
  color: #ffffff;
  border-color: var(--theme-color);
}
.media-body p {
  color:#ffffff !important;
}


.widget_banner {
  background-color: #000000 !important;
}


.widget_banner .title,
.widget_banner .subtitle,
.widget_banner .link a {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9) !important;
}

.widget_banner .th-btn.style-border {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.widget_banner .th-btn.style-border:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}


.property-card8 {
  position: relative; 
}

.card-link-overlay {
  position: absolute;
  inset: 0;           
  z-index: 5;        
  text-indent: -9999px; 
  cursor: pointer;
}

.property-card8:hover .property-card-title,
.property-card8:hover .th-btn {
  color: var(--theme-color);
  transition: 0.3s;
}

.about-text h3{
  font-size: 26px;
}


.service-card .box-text {
  color: var(--black-color) !important;
}

.service-card.style5 {
  border: 1px solid var(--theme-color);
  border-radius: 24px;
  text-align: center;
  padding: 40px;
}

#clientSlider1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; 
}

.client-card.style-text-only {
  width: 100%; 
  background: rgba(255, 255, 255, 0.05); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}

.industry-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--theme-color);
  text-align: center;
  white-space: normal; 
}


.service-card.style5 {
  transition: all 0.3s ease-in-out;
}

.service-card.style5:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); 
  border-color: var(--theme-color, #007bff); 
  cursor: pointer;
}

.service-card.style5:hover .service-card-icon i {
  transform: scale(1.1) rotate(5deg);
  transition: transform 0.3s ease;
  color: #0056b3; 
}

.accordion-card.style2 .accordion-button:after {
  content: "+";
  width: 65px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid var(--title-color);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  font-size: 24px;
  font-weight: 300;
}