.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;
}

.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;
}

.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%;
}

.individual-info-lightbox {
  position: relative;
  top: -50px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 0 27px;
  color: white;
  background-color: #000000e0;
  box-shadow: 2px 2px 20px 13px rgb(0 0 0);
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}

.individual-info-lightbox:hover {
  opacity: 1;
  transition: all 0.3s;
}

.individual-info-lightbox h3 {
  color: white;
}

#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;
}

.text-mute {
  color: #abafb5 !important;
}

.treturnurl {
  color: #abafb5 !important;
  transition: all 0.2s;
}

.treturnurl:hover {
  color: var(--pbmit-global-color) !important;
  transition: all 0.2s;
}

.site-header .site-navigation ul.navigation > li > a:after {
  content: unset !important;
}

.form-control {
  color: var(--pbmit-body-typography-color) !important;
  font-weight: 400 !important;
}

.pbmit-footer-newslatter {
  height: 50px !important;
}

.pbmit-footer-newslatter a {
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 66px;
  background-color: var(--pbmit-secondary-color);
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 0px;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
}

.pbmit-footer-newslatter a i {
  color: var(--pbmit-global-color) !important;
  padding-left: 15px;
}

.pbmit-featured-wrapper {
  max-height: calc(100vw / 5);
  height: calc(100vw / 5);
  overflow: hidden;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pbmit-portfolio-style-2 img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .pbmit-featured-wrapper {
    max-height: calc(100vw / 3) !important;
    height: calc(100vw / 3) !important;
  }
}

@media only screen and (max-width: 768px) {
  .pbmit-featured-wrapper {
    max-height: calc(100vw / 1.2) !important;
    height: calc(100vw / 1.2) !important;
  }
}

.header-style-1 .site-header-menu {
  z-index: 3 !important;
}

.pbmit-base-icon-arrow-right:before {
  content: "\e815";
}

.pbmit-portfolio-style-1 img {
  min-height: 100%;
  min-width: fit-content;
}

.pbmit-featured-wrapper {
  max-height: calc(100vw / 5);
  height: calc(100vw / 5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 75px;
  max-width: 75px;
}

.footer-image img {
  width: 75px;
}

.pbmit-footer-widget-area-bottom {
  border: 0px !important;
}

.pbmit-footer-widget-area-bottom-inner .pbmit-social-links li a {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}

body .scroll-to-top {
  bottom: 90px !important;
}

.contact-section-bottom-inner .input-group > .form-control,
.contact-section-bottom-inner .input-group > .form-select {
  width: 70%;
}

.contact-section-bottom-inner .input-group {
  display: flex;
}

.input-group i {
  top: 9px;
}

.btn-file {
  width: 30%;
  display: flex;
}

.btn-primary {
  background-color: var(--pbmit-global-color) !important;
  border: 1px solid #eee;
  transition: all 0.5s ease-out 0s;
}

.btn-primary:hover {
  background-color: var(--pbmit-secondary-color) !important;
  border: 1px solid #eee;
  transition: all 0.5s ease-out 0s;
}

.testimonial-bg-one {
  background-image: url(../images/GO_GEO_COLOR_TAGLINE.png);
  background-size: 100%;
}

.pbmit-breadcrumb {
  width: fit-content;
  background-color: #00000096;
  padding: 0 20px 0 10px;
  border-radius: 5px;
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner span {
  color: var(--pbmit-global-color) !important;
}

.input-group .btn {
  width: 20%;
}

.footer-photos {
  display: flex;
  gap: 10px;
}

.input-group .form-control {
  border: 1px solid #c2c2c2;
}

.footer-logo {
  width: 100% !important;
  height: auto !important;
}

.rev-btn {
  background-color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-1 {
  height: 100%;
}

.btn-file {
  padding: 13px 10px !important;
}

.bi-folder2-open {
  top: 30% !important;
}

@media (max-width: 767px) {
  .contact-section-bottom-inner .contact-form {
    padding: 20px 0px !important;
  }
  .btn-file {
    padding: 0px 10px !important;
  }
  #contact-us-row {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.header-style-1 .sticky-header.site-header-menu .site-navigation:before,
.header-style-1 .sticky-header .pbmit-right-box .pbmit-header-button:after {
  pointer-events: none;
}

.header-style-1 .site-header-menu .navigation-top-wrapper {
  flex-grow: unset;
}

@media (max-width: 767px) {
  .portfolio-bg-one .swiper-pagination {
    display: unset !important;
    bottom: 20px !important;
    text-align: center !important;
  }
}

.image-box-shadow {
  -webkit-box-shadow: 7px 7px 20px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 20px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 20px -14px rgba(0, 0, 0, 0.75);
}

.pbmit-menu-wrap {
  z-index: 9000;
}

.site-branding {
  width: 25%;
}

@media (max-width: 767px) {
  .site-branding {
    width: 75%;
  }
}

.pb-side-menu {
  position: fixed;
  top: 0;
  opacity: 0;
  left: 100%;
  height: 100vh;
  width: 77%;
  background-color: white;
  transition: all 0.6s;
  z-index: 3000;
}

.pb-side-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.295);
}

.pb-side-menu a {
  text-transform: uppercase;
  font-weight: bold;
}

.pb-side-menu-back {
  position: fixed;
  top: 0;
  opacity: 0;
  left: 100%;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s;
  z-index: 3000;
}

.navbar-header {
  display: none;
}

@media (max-width: 1200px) {
  .navbar-header {
    display: block;
  }
}

.section-lg {
  position: relative;
  z-index: 1;
}

.form-check-input[type="checkbox"] {
  width: 25px !important;
  border-radius: 10px !important;
}

.kv-date-remove i {
  right: unset !important;
}

.kv-date-remove {
  width: 40px !important;
}
.kv-date-picker {
  width: 40px !important;
}
.kv-date-picker i {
  right: unset !important;
}

.trunck-img-box::before {
  background-image: url(../images/cta2.jpg);
}

.footer.site-footer {
  background-image: url(../images/filtered-footer-bg.png);
  background-position: left center;
}

.list-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-item li {
  margin-top: 0px;
  padding-bottom: 6px;
}
